01KWHXP4CP1JV2THJ8NABN5TFA: 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-3.0-16c128gb",
    ),
    access_repos: [
        "oxidecomputer/amd-firmware",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/dmar-report",
        "oxidecomputer/pilot",
    ],
    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: 01KWHXQ404G148BZ28HQ7QNN22

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T17:26:23.812Zjob assigned to worker 01KWHXTSG338HRHR9T3HM9MJ90 [factory aws, i-0e7199b0524eac909] (queued for 2 m 44 s)
 
22026-07-02T17:26:31.142Zstarting task 0: "setup"
32026-07-02T17:26:31.146Z++ uname -s
42026-07-02T17:26:31.150Z+ kern=SunOS
52026-07-02T17:26:31.150Z+ build_user=build
62026-07-02T17:26:31.150Z+ build_uid=12345
72026-07-02T17:26:31.150Z+ work_dir=/work
82026-07-02T17:26:31.150Z+ input_dir=/input
92026-07-02T17:26:31.150Z+ [[ 0 == 12345 ]]
102026-07-02T17:26:31.150Z+ case "$kern" in
112026-07-02T17:26:31.150Z+ groupadd -g 12345 build
122026-07-02T17:26:31.154Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T17:26:33.181Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T17:26:33.337Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T17:26:33.347Z+ home_fs=zfs
162026-07-02T17:26:33.347Z+ [[ zfs == autofs ]]
172026-07-02T17:26:33.347Z+ mkdir -p /home/build
182026-07-02T17:26:33.347Z+ chown build:build /home/build /work
192026-07-02T17:26:35.322Z+ chmod 0700 /home/build /work
202026-07-02T17:26:35.330Zprocess exited: duration 4182 ms, exit code 0
 
212026-07-02T17:26:35.344Zstarting task 1: "rust-toolchain"
222026-07-02T17:26:35.350Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T17:26:35.350Z * rust toolchain channel = "1.96.1"
242026-07-02T17:26:35.350Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-02T17:26:35.350Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T17:26:35.350Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T17:26:35.350Z * rust toolchain profile = "default"
282026-07-02T17:26:35.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T17:26:35.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T17:26:35.448Zinfo: downloading installer
312026-07-02T17:26:37.149Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T17:26:37.149Zwarn: /home/build/.rustup/settings.toml
332026-07-02T17:26:37.149Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T17:26:37.149Zwarn: instead of the one inferred from the default host triple.
352026-07-02T17:26:37.161Zinfo: profile set to default
362026-07-02T17:26:37.161Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T17:26:37.165Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T17:26:37.310Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T17:26:37.313Zinfo: downloading 6 components
402026-07-02T17:26:52.467Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T17:26:52.467Z
422026-07-02T17:26:52.492Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T17:26:52.492Z
442026-07-02T17:26:52.492Z
452026-07-02T17:26:52.492ZRust is installed now. Great!
462026-07-02T17:26:52.492Z
472026-07-02T17:26:52.492ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T17:26:52.492Zenvironment variable. This has not been done automatically.
492026-07-02T17:26:52.492Z
502026-07-02T17:26:52.492ZTo configure your current shell, you need to source
512026-07-02T17:26:52.492Zthe corresponding env file under $HOME/.cargo.
522026-07-02T17:26:52.492Z
532026-07-02T17:26:52.493ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T17:26:52.493Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T17:26:52.493Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T17:26:52.493Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T17:26:52.493Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T17:26:52.493Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T17:26:52.493Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T17:26:52.497Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T17:26:52.497Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T17:26:52.605Z+ rustup --version
632026-07-02T17:26:52.611Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T17:26:52.614Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T17:26:52.632Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T17:26:52.635Z+ cargo --version
672026-07-02T17:26:52.643Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T17:26:52.647Z+ rustc --version
692026-07-02T17:26:52.666Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T17:26:52.670Zprocess exited: duration 17325 ms, exit code 0
 
712026-07-02T17:26:52.678Zstarting task 2: "authentication"
722026-07-02T17:26:52.696Zprocess exited: duration 18 ms, exit code 0
 
732026-07-02T17:26:52.704Zstarting task 3: "clone repository"
742026-07-02T17:26:52.707Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T17:26:52.710Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T17:26:52.747ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T17:27:03.323Z+ cd /work/oxidecomputer/omicron
782026-07-02T17:27:03.323Z+ git fetch origin 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
792026-07-02T17:27:03.827ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T17:27:03.827Z * branch 5e058e9f4606e5d83434e2f9bcfdb6a01b091235 -> FETCH_HEAD
812026-07-02T17:27:03.846Z+ [[ -n eliza/multiline-comments ]]
822026-07-02T17:27:03.863Z++ git branch --show-current
832026-07-02T17:27:03.864Z+ current=main
842026-07-02T17:27:03.864Z+ [[ main != eliza/multiline-comments ]]
852026-07-02T17:27:03.864Z+ git branch -f eliza/multiline-comments 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
862026-07-02T17:27:03.864Z+ git checkout -f eliza/multiline-comments
872026-07-02T17:27:04.093ZSwitched to branch 'eliza/multiline-comments'
882026-07-02T17:27:04.107Z+ git reset --hard 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
892026-07-02T17:27:04.124ZHEAD is now at 5e058e9f4 Merge branch 'main' into eliza/multiline-comments
902026-07-02T17:27:04.125Zprocess exited: duration 11407 ms, exit code 0
 
912026-07-02T17:27:04.161Zstarting task 4: "build"
922026-07-02T17:27:04.170Z+ source .github/buildomat/ci-env.sh
932026-07-02T17:27:04.170Z++ export CARGO_TERM_COLOR=always
942026-07-02T17:27:04.171Z++ CARGO_TERM_COLOR=always
952026-07-02T17:27:04.171Z+ cargo --version
962026-07-02T17:27:04.175Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T17:27:04.175Z+ rustc --version
982026-07-02T17:27:04.214Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T17:27:04.223Z+ cargo tree --locked
1002026-07-02T17:27:04.375Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-07-02T17:27:04.673Z Updating crates.io index
1022026-07-02T17:27:04.681Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-07-02T17:27:04.927Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1042026-07-02T17:27:05.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
1052026-07-02T17:27:06.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1062026-07-02T17:27:06.720Z Updating git repository `https://github.com/oxidecomputer/crucible`
1072026-07-02T17:27:08.390Z Updating git repository `https://github.com/oxidecomputer/opte`
1082026-07-02T17:27:09.257Z Updating git repository `https://github.com/oxidecomputer/tofino`
1092026-07-02T17:27:09.880Z Updating git repository `https://github.com/oxidecomputer/lldp`
1102026-07-02T17:27:10.210Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-07-02T17:27:11.790Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-07-02T17:27:13.019Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-07-02T17:27:13.333Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-07-02T17:27:13.945Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-07-02T17:27:14.328Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-07-02T17:27:14.973Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-07-02T17:27:15.036Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-07-02T17:27:15.278Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-07-02T17:27:15.524Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-07-02T17:27:15.920Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-07-02T17:27:16.149Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-07-02T17:27:16.394Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-07-02T17:27:16.632Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-07-02T17:27:17.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-07-02T17:27:17.509Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-07-02T17:27:17.949Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-07-02T17:27:18.432Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-07-02T17:27:18.833Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-07-02T17:27:19.524Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-07-02T17:27:19.764Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-07-02T17:27:20.024Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-07-02T17:27:20.564Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-07-02T17:27:21.081Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-07-02T17:27:21.459Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-07-02T17:27:21.753Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-07-02T17:27:22.048Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-07-02T17:27:22.495Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-07-02T17:27:22.913Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-02T17:27:23.720Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-07-02T17:27:23.996Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-07-02T17:27:24.221Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-07-02T17:27:27.057Z Downloading crates ...
1432026-07-02T17:27:27.110Z Downloaded anstream v0.6.21
1442026-07-02T17:27:27.118Z Downloaded anstyle-query v1.1.5
1452026-07-02T17:27:27.118Z Downloaded anes v0.1.6
1462026-07-02T17:27:27.118Z Downloaded approx v0.5.1
1472026-07-02T17:27:27.118Z Downloaded anstream v1.0.0
1482026-07-02T17:27:27.118Z Downloaded atomic-waker v1.1.2
1492026-07-02T17:27:27.118Z Downloaded async-object-pool v0.2.0
1502026-07-02T17:27:27.118Z Downloaded atty v0.2.14
1512026-07-02T17:27:27.118Z Downloaded base16ct v0.2.0
1522026-07-02T17:27:27.126Z Downloaded atomicwrites v0.4.4
1532026-07-02T17:27:27.126Z Downloaded aead v0.5.2
1542026-07-02T17:27:27.126Z Downloaded adler2 v2.0.1
1552026-07-02T17:27:27.126Z Downloaded assert-json-diff v2.0.2
1562026-07-02T17:27:27.126Z Downloaded ahash v0.8.12
1572026-07-02T17:27:27.130Z Downloaded anstyle-parse v1.0.0
1582026-07-02T17:27:27.133Z Downloaded backtrace-ext v0.2.1
1592026-07-02T17:27:27.133Z Downloaded anstyle-parse v0.2.7
1602026-07-02T17:27:27.133Z Downloaded ciborium-io v0.2.2
1612026-07-02T17:27:27.133Z Downloaded assert_matches v1.5.0
1622026-07-02T17:27:27.138Z Downloaded arrayref v0.3.9
1632026-07-02T17:27:27.138Z Downloaded ascii-canvas v3.0.0
1642026-07-02T17:27:27.138Z Downloaded bcrypt-pbkdf v0.11.0
1652026-07-02T17:27:27.138Z Downloaded base16ct v1.0.0
1662026-07-02T17:27:27.142Z Downloaded compression-core v0.4.31
1672026-07-02T17:27:27.142Z Downloaded cipher v0.4.4
1682026-07-02T17:27:27.144Z Downloaded cargo-platform v0.3.2
1692026-07-02T17:27:27.144Z Downloaded block-buffer v0.12.1
1702026-07-02T17:27:27.144Z Downloaded array-init v0.0.4
1712026-07-02T17:27:27.148Z Downloaded bitfield-struct v0.6.2
1722026-07-02T17:27:27.148Z Downloaded deranged v0.5.8
1732026-07-02T17:27:27.151Z Downloaded crc-catalog v2.4.0
1742026-07-02T17:27:27.151Z Downloaded cpubits v0.1.1
1752026-07-02T17:27:27.151Z Downloaded const-oid v0.9.6
1762026-07-02T17:27:27.159Z Downloaded cpufeatures v0.3.0
1772026-07-02T17:27:27.159Z Downloaded backoff v0.4.0
1782026-07-02T17:27:27.159Z Downloaded anstyle v1.0.14
1792026-07-02T17:27:27.159Z Downloaded async-stream v0.3.6
1802026-07-02T17:27:27.159Z Downloaded async-recursion v1.1.1
1812026-07-02T17:27:27.170Z Downloaded anyhow v1.0.102
1822026-07-02T17:27:27.170Z Downloaded addr2line v0.25.1
1832026-07-02T17:27:27.170Z Downloaded argon2 v0.5.3
1842026-07-02T17:27:27.170Z Downloaded ciborium-ll v0.2.2
1852026-07-02T17:27:27.170Z Downloaded block-buffer v0.10.4
1862026-07-02T17:27:27.170Z Downloaded colorchoice v1.0.4
1872026-07-02T17:27:27.170Z Downloaded bitfield-macros v0.19.4
1882026-07-02T17:27:27.170Z Downloaded async-stream-impl v0.3.6
1892026-07-02T17:27:27.174Z Downloaded cpufeatures v0.2.17
1902026-07-02T17:27:27.174Z Downloaded cfg-if v1.0.4
1912026-07-02T17:27:27.176Z Downloaded cfg_aliases v0.2.1
1922026-07-02T17:27:27.181Z Downloaded cast v0.3.0
1932026-07-02T17:27:27.185Z Downloaded bb8 v0.8.6
1942026-07-02T17:27:27.191Z Downloaded castaway v0.2.4
1952026-07-02T17:27:27.194Z Downloaded compression-codecs v0.4.37
1962026-07-02T17:27:27.203Z Downloaded crucible-workspace-hack v0.1.0
1972026-07-02T17:27:27.207Z Downloaded darling_macro v0.23.0
1982026-07-02T17:27:27.207Z Downloaded chacha20 v0.9.1
1992026-07-02T17:27:27.207Z Downloaded bit-set v0.8.0
2002026-07-02T17:27:27.207Z Downloaded aead v0.6.1
2012026-07-02T17:27:27.212Z Downloaded byteorder v1.5.0
2022026-07-02T17:27:27.212Z Downloaded curve25519-dalek-derive v0.1.1
2032026-07-02T17:27:27.213Z Downloaded defmt-parser v1.0.0
2042026-07-02T17:27:27.213Z Downloaded crypto-common v0.2.2
2052026-07-02T17:27:27.217Z Downloaded camino-tempfile v1.4.1
2062026-07-02T17:27:27.217Z Downloaded base64ct v1.8.3
2072026-07-02T17:27:27.217Z Downloaded bit-set v0.5.3
2082026-07-02T17:27:27.220Z Downloaded darling_macro v0.21.3
2092026-07-02T17:27:27.220Z Downloaded autocfg v1.5.0
2102026-07-02T17:27:27.220Z Downloaded darling_macro v0.13.4
2112026-07-02T17:27:27.220Z Downloaded argon2 v0.6.0-rc.8
2122026-07-02T17:27:27.220Z Downloaded ctutils v0.4.2
2132026-07-02T17:27:27.225Z Downloaded async-trait v0.1.89
2142026-07-02T17:27:27.225Z Downloaded ctr v0.10.1
2152026-07-02T17:27:27.225Z Downloaded derive_builder_macro v0.20.2
2162026-07-02T17:27:27.232Z Downloaded critical-section v1.2.0
2172026-07-02T17:27:27.232Z Downloaded async-lock v3.4.2
2182026-07-02T17:27:27.238Z Downloaded darling v0.13.4
2192026-07-02T17:27:27.238Z Downloaded const_format_proc_macros v0.2.34
2202026-07-02T17:27:27.238Z Downloaded const-oid v0.10.2
2212026-07-02T17:27:27.238Z Downloaded diesel_table_macro_syntax v0.3.0
2222026-07-02T17:27:27.238Z Downloaded allocator-api2 v0.2.21
2232026-07-02T17:27:27.239Z Downloaded display-error-chain v0.2.2
2242026-07-02T17:27:27.244Z Downloaded document-features v0.2.12
2252026-07-02T17:27:27.244Z Downloaded dirs-sys-next v0.1.2
2262026-07-02T17:27:27.244Z Downloaded dof v0.4.0
2272026-07-02T17:27:27.244Z Downloaded dof v0.3.0
2282026-07-02T17:27:27.244Z Downloaded dirs-next v2.0.0
2292026-07-02T17:27:27.244Z Downloaded downcast-rs v2.0.2
2302026-07-02T17:27:27.248Z Downloaded difflib v0.4.0
2312026-07-02T17:27:27.248Z Downloaded defmt v0.3.100
2322026-07-02T17:27:27.248Z Downloaded dtrace-parser v0.2.0
2332026-07-02T17:27:27.248Z Downloaded dsl_auto_type v0.2.0
2342026-07-02T17:27:27.248Z Downloaded constant_time_eq v0.4.2
2352026-07-02T17:27:27.251Z Downloaded dyn-clone v1.0.20
2362026-07-02T17:27:27.252Z Downloaded block-padding v0.4.2
2372026-07-02T17:27:27.252Z Downloaded dunce v1.0.5
2382026-07-02T17:27:27.252Z Downloaded cexpr v0.6.0
2392026-07-02T17:27:27.254Z Downloaded camino-tempfile-ext v0.3.3
2402026-07-02T17:27:27.254Z Downloaded byte-wrapper v0.1.0
2412026-07-02T17:27:27.262Z Downloaded bit-vec v0.6.3
2422026-07-02T17:27:27.262Z Downloaded endian-type v0.1.2
2432026-07-02T17:27:27.262Z Downloaded defmt v1.0.1
2442026-07-02T17:27:27.262Z Downloaded bytecount v0.6.9
2452026-07-02T17:27:27.262Z Downloaded buf-list v1.1.2
2462026-07-02T17:27:27.270Z Downloaded daft v0.1.7
2472026-07-02T17:27:27.270Z Downloaded cfg_aliases v0.1.1
2482026-07-02T17:27:27.270Z Downloaded der_derive v0.7.3
2492026-07-02T17:27:27.270Z Downloaded derive-ex v0.1.8
2502026-07-02T17:27:27.270Z Downloaded cipher v0.5.2
2512026-07-02T17:27:27.270Z Downloaded convert_case v0.10.0
2522026-07-02T17:27:27.274Z Downloaded cbc v0.2.1
2532026-07-02T17:27:27.274Z Downloaded blowfish v0.10.0
2542026-07-02T17:27:27.274Z Downloaded dtrace-parser v0.3.0
2552026-07-02T17:27:27.274Z Downloaded bitflags v1.3.2
2562026-07-02T17:27:27.275Z Downloaded async-bb8-diesel v0.2.1
2572026-07-02T17:27:27.278Z Downloaded enum-as-inner v0.6.1
2582026-07-02T17:27:27.278Z Downloaded clap_lex v1.0.0
2592026-07-02T17:27:27.278Z Downloaded cargo_metadata v0.23.1
2602026-07-02T17:27:27.285Z Downloaded bit-vec v0.8.0
2612026-07-02T17:27:27.285Z Downloaded console v0.15.11
2622026-07-02T17:27:27.292Z Downloaded colored v3.1.1
2632026-07-02T17:27:27.292Z Downloaded csv-core v0.1.13
2642026-07-02T17:27:27.292Z Downloaded crossbeam-utils v0.8.21
2652026-07-02T17:27:27.292Z Downloaded backon v1.6.0
2662026-07-02T17:27:27.292Z Downloaded corncobs v0.1.4
2672026-07-02T17:27:27.292Z Downloaded console v0.16.2
2682026-07-02T17:27:27.292Z Downloaded cstr-argument v0.1.2
2692026-07-02T17:27:27.295Z Downloaded concurrent-queue v2.5.0
2702026-07-02T17:27:27.295Z Downloaded crunchy v0.2.4
2712026-07-02T17:27:27.295Z Downloaded crc8 v0.1.1
2722026-07-02T17:27:27.296Z Downloaded crc v3.4.0
2732026-07-02T17:27:27.300Z Downloaded convert_case v0.4.0
2742026-07-02T17:27:27.300Z Downloaded constant_time_eq v0.3.1
2752026-07-02T17:27:27.300Z Downloaded env_filter v1.0.0
2762026-07-02T17:27:27.300Z Downloaded equivalent v1.0.2
2772026-07-02T17:27:27.300Z Downloaded embedded-io v0.6.1
2782026-07-02T17:27:27.305Z Downloaded cobs v0.3.0
2792026-07-02T17:27:27.305Z Downloaded crypto-common v0.1.7
2802026-07-02T17:27:27.305Z Downloaded colored v2.2.0
2812026-07-02T17:27:27.310Z Downloaded assert_cmd v2.1.2
2822026-07-02T17:27:27.310Z Downloaded digest v0.10.7
2832026-07-02T17:27:27.310Z Downloaded dropshot-api-manager-types v0.7.2
2842026-07-02T17:27:27.310Z Downloaded debug-ignore v1.0.5
2852026-07-02T17:27:27.310Z Downloaded darling_macro v0.20.11
2862026-07-02T17:27:27.310Z Downloaded diesel-dtrace v0.5.0
2872026-07-02T17:27:27.316Z Downloaded arrayvec v0.7.6
2882026-07-02T17:27:27.316Z Downloaded fastrand v2.3.0
2892026-07-02T17:27:27.316Z Downloaded bcs v0.1.6
2902026-07-02T17:27:27.320Z Downloaded embedded-io v0.4.0
2912026-07-02T17:27:27.320Z Downloaded defmt-macros v1.0.1
2922026-07-02T17:27:27.320Z Downloaded blake2 v0.11.0-rc.6
2932026-07-02T17:27:27.325Z Downloaded cassowary v0.3.0
2942026-07-02T17:27:27.325Z Downloaded bitfield v0.19.4
2952026-07-02T17:27:27.325Z Downloaded cfg-expr v0.20.6
2962026-07-02T17:27:27.329Z Downloaded fd-lock v4.0.4
2972026-07-02T17:27:27.329Z Downloaded event-listener-strategy v0.5.4
2982026-07-02T17:27:27.329Z Downloaded derive_builder_core v0.20.2
2992026-07-02T17:27:27.334Z Downloaded escape8259 v0.5.3
3002026-07-02T17:27:27.334Z Downloaded cancel-safe-futures v0.1.5
3012026-07-02T17:27:27.334Z Downloaded float-cmp v0.10.0
3022026-07-02T17:27:27.335Z Downloaded ed25519 v3.0.0
3032026-07-02T17:27:27.338Z Downloaded cmov v0.5.4
3042026-07-02T17:27:27.338Z Downloaded fnv v1.0.7
3052026-07-02T17:27:27.338Z Downloaded blake2 v0.10.6
3062026-07-02T17:27:27.338Z Downloaded datatest-stable v0.3.3
3072026-07-02T17:27:27.343Z Downloaded flagset v0.4.7
3082026-07-02T17:27:27.343Z Downloaded darling v0.20.11
3092026-07-02T17:27:27.348Z Downloaded foreign-types-shared v0.1.1
3102026-07-02T17:27:27.348Z Downloaded either v1.15.0
3112026-07-02T17:27:27.348Z Downloaded funty v2.0.0
3122026-07-02T17:27:27.355Z Downloaded foreign-types-shared v0.3.1
3132026-07-02T17:27:27.355Z Downloaded form_urlencoded v1.2.2
3142026-07-02T17:27:27.355Z Downloaded ed25519 v2.2.3
3152026-07-02T17:27:27.356Z Downloaded delegate v0.13.5
3162026-07-02T17:27:27.356Z Downloaded darling v0.23.0
3172026-07-02T17:27:27.366Z Downloaded futures-io v0.3.32
3182026-07-02T17:27:27.366Z Downloaded foreign-types v0.5.0
3192026-07-02T17:27:27.366Z Downloaded foreign-types v0.3.2
3202026-07-02T17:27:27.366Z Downloaded foreign-types-macros v0.2.3
3212026-07-02T17:27:27.366Z Downloaded des v0.9.0
3222026-07-02T17:27:27.366Z Downloaded clap v4.6.1
3232026-07-02T17:27:27.376Z Downloaded enum_dispatch v0.3.13
3242026-07-02T17:27:27.376Z Downloaded futures-core v0.3.32
3252026-07-02T17:27:27.376Z Downloaded env_logger v0.11.9
3262026-07-02T17:27:27.376Z Downloaded chumsky v0.9.3
3272026-07-02T17:27:27.376Z Downloaded clang-sys v1.8.1
3282026-07-02T17:27:27.381Z Downloaded digest v0.11.3
3292026-07-02T17:27:27.381Z Downloaded fallible-iterator v0.2.0
3302026-07-02T17:27:27.381Z Downloaded futures-sink v0.3.32
3312026-07-02T17:27:27.381Z Downloaded erased-serde v0.3.31
3322026-07-02T17:27:27.381Z Downloaded gethostname v0.5.0
3332026-07-02T17:27:27.381Z Downloaded futures-task v0.3.32
3342026-07-02T17:27:27.381Z Downloaded fixedbitset v0.4.2
3352026-07-02T17:27:27.381Z Downloaded ghash v0.6.0
3362026-07-02T17:27:27.381Z Downloaded generic-array v0.14.7
3372026-07-02T17:27:27.384Z Downloaded git-stub v1.0.0
3382026-07-02T17:27:27.384Z Downloaded globwalk v0.9.1
3392026-07-02T17:27:27.384Z Downloaded fxhash v0.2.1
3402026-07-02T17:27:27.384Z Downloaded data-encoding v2.10.0
3412026-07-02T17:27:27.384Z Downloaded crossbeam-deque v0.8.6
3422026-07-02T17:27:27.388Z Downloaded diff v0.1.13
3432026-07-02T17:27:27.388Z Downloaded displaydoc v0.2.5
3442026-07-02T17:27:27.393Z Downloaded camino v1.2.2
3452026-07-02T17:27:27.393Z Downloaded criterion-plot v0.6.0
3462026-07-02T17:27:27.393Z Downloaded ecdsa v0.16.9
3472026-07-02T17:27:27.393Z Downloaded ff v0.14.0
3482026-07-02T17:27:27.396Z Downloaded derive_builder v0.20.2
3492026-07-02T17:27:27.398Z Downloaded filetime v0.2.27
3502026-07-02T17:27:27.398Z Downloaded errno v0.3.14
3512026-07-02T17:27:27.399Z Downloaded arc-swap v1.8.2
3522026-07-02T17:27:27.402Z Downloaded guppy-workspace-hack v0.1.0
3532026-07-02T17:27:27.402Z Downloaded hash32 v0.3.1
3542026-07-02T17:27:27.405Z Downloaded ff v0.13.1
3552026-07-02T17:27:27.405Z Downloaded cmake v0.1.57
3562026-07-02T17:27:27.405Z Downloaded blake2b_simd v1.0.4
3572026-07-02T17:27:27.409Z Downloaded bzip2 v0.6.1
3582026-07-02T17:27:27.409Z Downloaded ecdsa v0.17.0-rc.18
3592026-07-02T17:27:27.409Z Downloaded foldhash v0.1.5
3602026-07-02T17:27:27.412Z Downloaded heck v0.4.1
3612026-07-02T17:27:27.413Z Downloaded fs-err v2.11.0
3622026-07-02T17:27:27.413Z Downloaded chacha20 v0.10.0
3632026-07-02T17:27:27.418Z Downloaded darling_core v0.13.4
3642026-07-02T17:27:27.418Z Downloaded crc32fast v1.5.0
3652026-07-02T17:27:27.421Z Downloaded ena v0.14.4
3662026-07-02T17:27:27.421Z Downloaded ciborium v0.2.2
3672026-07-02T17:27:27.421Z Downloaded ar_archive_writer v0.5.1
3682026-07-02T17:27:27.429Z Downloaded hex-literal v1.1.0
3692026-07-02T17:27:27.429Z Downloaded cookie_store v0.22.1
3702026-07-02T17:27:27.433Z Downloaded derive_more v0.99.20
3712026-07-02T17:27:27.434Z Downloaded hex-literal v0.4.1
3722026-07-02T17:27:27.434Z Downloaded heck v0.5.0
3732026-07-02T17:27:27.434Z Downloaded futures-executor v0.3.32
3742026-07-02T17:27:27.434Z Downloaded drift v0.2.0
3752026-07-02T17:27:27.438Z Downloaded futures-timer v3.0.3
3762026-07-02T17:27:27.438Z Downloaded fs_extra v1.3.0
3772026-07-02T17:27:27.441Z Downloaded http-range v0.1.5
3782026-07-02T17:27:27.441Z Downloaded http-body v1.0.1
3792026-07-02T17:27:27.441Z Downloaded hostname v0.4.2
3802026-07-02T17:27:27.449Z Downloaded darling v0.21.3
3812026-07-02T17:27:27.449Z Downloaded httpdate v1.0.3
3822026-07-02T17:27:27.449Z Downloaded futures-macro v0.3.32
3832026-07-02T17:27:27.449Z Downloaded daft-derive v0.1.7
3842026-07-02T17:27:27.476Z Downloaded glob v0.3.3
3852026-07-02T17:27:27.476Z Downloaded git-stub-vcs v0.1.0
3862026-07-02T17:27:27.476Z Downloaded bytes v1.11.1
3872026-07-02T17:27:27.499Z Downloaded hubpack v0.1.2
3882026-07-02T17:27:27.499Z Downloaded find-msvc-tools v0.1.9
3892026-07-02T17:27:27.499Z Downloaded dropshot_endpoint v0.17.1
3902026-07-02T17:27:27.499Z Downloaded globset v0.4.18
3912026-07-02T17:27:27.499Z Downloaded base64 v0.22.1
3922026-07-02T17:27:27.499Z Downloaded hubpack_derive v0.1.1
3932026-07-02T17:27:27.499Z Downloaded ident_case v1.0.1
3942026-07-02T17:27:27.499Z Downloaded group v0.14.0
3952026-07-02T17:27:27.499Z Downloaded illumos-nvpair-sys v0.2.0
3962026-07-02T17:27:27.499Z Downloaded group v0.13.0
3972026-07-02T17:27:27.499Z Downloaded backtrace v0.3.76
3982026-07-02T17:27:27.499Z Downloaded crossbeam-epoch v0.9.18
3992026-07-02T17:27:27.499Z Downloaded futures-channel v0.3.32
4002026-07-02T17:27:27.499Z Downloaded hostname v0.3.1
4012026-07-02T17:27:27.499Z Downloaded home v0.5.12
4022026-07-02T17:27:27.499Z Downloaded float-ord v0.3.2
4032026-07-02T17:27:27.499Z Downloaded fixedbitset v0.5.7
4042026-07-02T17:27:27.499Z Downloaded headers-core v0.3.0
4052026-07-02T17:27:27.499Z Downloaded bzip2 v0.4.4
4062026-07-02T17:27:27.499Z Downloaded hash32 v0.2.1
4072026-07-02T17:27:27.499Z Downloaded foldhash v0.2.0
4082026-07-02T17:27:27.499Z Downloaded elliptic-curve v0.13.8
4092026-07-02T17:27:27.534Z Downloaded async-compression v0.4.41
4102026-07-02T17:27:27.535Z Downloaded idna_adapter v1.2.1
4112026-07-02T17:27:27.535Z Downloaded hex v0.4.3
4122026-07-02T17:27:27.535Z Downloaded indoc v1.0.9
4132026-07-02T17:27:27.535Z Downloaded bitflags v2.11.0
4142026-07-02T17:27:27.535Z Downloaded illumos-nvpair v0.3.0
4152026-07-02T17:27:27.535Z Downloaded indent_write v2.2.0
4162026-07-02T17:27:27.535Z Downloaded http-body-util v0.1.3
4172026-07-02T17:27:27.552Z Downloaded internet-checksum v0.2.1
4182026-07-02T17:27:27.552Z Downloaded clap_derive v4.6.1
4192026-07-02T17:27:27.553Z Downloaded inout v0.2.2
4202026-07-02T17:27:27.553Z Downloaded inout v0.1.4
4212026-07-02T17:27:27.553Z Downloaded is-terminal v0.4.17
4222026-07-02T17:27:27.553Z Downloaded instant v0.1.13
4232026-07-02T17:27:27.553Z Downloaded is_ci v1.2.0
4242026-07-02T17:27:27.553Z Downloaded aes v0.9.1
4252026-07-02T17:27:27.553Z Downloaded itoa v1.0.17
4262026-07-02T17:27:27.553Z Downloaded instability v0.3.11
4272026-07-02T17:27:27.553Z Downloaded bumpalo v3.20.2
4282026-07-02T17:27:27.553Z Downloaded cookie v0.18.1
4292026-07-02T17:27:27.553Z Downloaded hyper-tls v0.6.0
4302026-07-02T17:27:27.553Z Downloaded derive-where v1.6.0
4312026-07-02T17:27:27.553Z Downloaded getrandom v0.2.17
4322026-07-02T17:27:27.554Z Downloaded cc v1.2.56
4332026-07-02T17:27:27.554Z Downloaded base64 v0.21.7
4342026-07-02T17:27:27.584Z Downloaded humantime v2.3.0
4352026-07-02T17:27:27.584Z Downloaded fs-err v3.3.0
4362026-07-02T17:27:27.584Z Downloaded kem v0.3.0
4372026-07-02T17:27:27.584Z Downloaded hyper-staticfile v0.10.1
4382026-07-02T17:27:27.584Z Downloaded lazy_static v1.5.0
4392026-07-02T17:27:27.584Z Downloaded kstat-rs v0.2.4
4402026-07-02T17:27:27.584Z Downloaded lalrpop-util v0.19.12
4412026-07-02T17:27:27.584Z Downloaded elliptic-curve v0.14.0-rc.33
4422026-07-02T17:27:27.584Z Downloaded libscf-sys v1.1.0
4432026-07-02T17:27:27.584Z Downloaded hickory-client v0.25.2
4442026-07-02T17:27:27.600Z Downloaded indoc v2.0.7
4452026-07-02T17:27:27.600Z Downloaded linked-hash-map v0.5.6
4462026-07-02T17:27:27.600Z Downloaded darling_core v0.20.11
4472026-07-02T17:27:27.600Z Downloaded fatfs v0.3.6
4482026-07-02T17:27:27.600Z Downloaded event-listener v5.4.1
4492026-07-02T17:27:27.600Z Downloaded lru-slab v0.1.2
4502026-07-02T17:27:27.600Z Downloaded lru v0.12.5
4512026-07-02T17:27:27.600Z Downloaded impl-trait-for-tuples v0.2.3
4522026-07-02T17:27:27.601Z Downloaded chacha20poly1305 v0.10.1
4532026-07-02T17:27:27.601Z Downloaded crossbeam-channel v0.5.15
4542026-07-02T17:27:27.601Z Downloaded hmac v0.12.1
4552026-07-02T17:27:27.638Z Downloaded compact_str v0.8.1
4562026-07-02T17:27:27.638Z Downloaded linkme-impl v0.3.35
4572026-07-02T17:27:27.638Z Downloaded macaddr v1.0.1
4582026-07-02T17:27:27.638Z Downloaded mime v0.3.17
4592026-07-02T17:27:27.638Z Downloaded maybe-uninit v2.0.0
4602026-07-02T17:27:27.638Z Downloaded lzss v0.8.2
4612026-07-02T17:27:27.638Z Downloaded match_cfg v0.1.0
4622026-07-02T17:27:27.638Z Downloaded md-5 v0.10.6
4632026-07-02T17:27:27.638Z Downloaded memoffset v0.9.1
4642026-07-02T17:27:27.638Z Downloaded memmap v0.7.0
4652026-07-02T17:27:27.638Z Downloaded maplit v1.0.2
4662026-07-02T17:27:27.638Z Downloaded is_terminal_polyfill v1.70.2
4672026-07-02T17:27:27.638Z Downloaded ingot-types v0.1.2
4682026-07-02T17:27:27.638Z Downloaded httparse v1.10.1
4692026-07-02T17:27:27.638Z Downloaded hmac v0.13.0
4702026-07-02T17:27:27.643Z Downloaded managed v0.8.0
4712026-07-02T17:27:27.643Z Downloaded lru-cache v0.1.2
4722026-07-02T17:27:27.643Z Downloaded ipnetwork v0.21.1
4732026-07-02T17:27:27.643Z Downloaded nested v0.1.1
4742026-07-02T17:27:27.643Z Downloaded multimap v0.10.1
4752026-07-02T17:27:27.643Z Downloaded ipnet v2.11.0
4762026-07-02T17:27:27.643Z Downloaded keccak v0.2.0
4772026-07-02T17:27:27.643Z Downloaded keccak v0.1.6
4782026-07-02T17:27:27.644Z Downloaded httptest v0.16.4
4792026-07-02T17:27:27.644Z Downloaded miette-derive v5.10.0
4802026-07-02T17:27:27.644Z Downloaded getrandom v0.4.1
4812026-07-02T17:27:27.644Z Downloaded getrandom v0.3.4
4822026-07-02T17:27:27.644Z Downloaded half v1.8.3
4832026-07-02T17:27:27.644Z Downloaded hyper-rustls v0.27.7
4842026-07-02T17:27:27.644Z Downloaded knuffel-derive v3.2.0
4852026-07-02T17:27:27.644Z Downloaded libsw v3.5.0
4862026-07-02T17:27:27.644Z Downloaded libloading v0.8.9
4872026-07-02T17:27:27.644Z Downloaded hybrid-array v0.4.13
4882026-07-02T17:27:27.644Z Downloaded libefi-sys v0.1.0
4892026-07-02T17:27:27.644Z Downloaded iana-time-zone v0.1.65
4902026-07-02T17:27:27.644Z Downloaded der v0.7.10
4912026-07-02T17:27:27.644Z Downloaded linear-map v1.2.0
4922026-07-02T17:27:27.644Z Downloaded futures v0.3.32
4932026-07-02T17:27:27.644Z Downloaded half v2.7.1
4942026-07-02T17:27:27.644Z Downloaded crypto-bigint v0.5.5
4952026-07-02T17:27:27.720Z Downloaded libtest-mimic v0.8.1
4962026-07-02T17:27:27.720Z Downloaded linkme v0.3.35
4972026-07-02T17:27:27.720Z Downloaded flume v0.11.1
4982026-07-02T17:27:27.721Z Downloaded newtype_derive v0.1.6
4992026-07-02T17:27:27.721Z Downloaded nonempty v0.12.0
5002026-07-02T17:27:27.721Z Downloaded nodrop v0.1.14
5012026-07-02T17:27:27.721Z Downloaded nibble_vec v0.1.0
5022026-07-02T17:27:27.721Z Downloaded derive_more-impl v2.1.1
5032026-07-02T17:27:27.721Z Downloaded derive_more v2.1.1
5042026-07-02T17:27:27.721Z Downloaded num v0.4.3
5052026-07-02T17:27:27.721Z Downloaded const_format v0.2.35
5062026-07-02T17:27:27.721Z Downloaded md5 v0.8.0
5072026-07-02T17:27:27.721Z Downloaded ingot-macros v0.1.1
5082026-07-02T17:27:27.721Z Downloaded ingot v0.1.1
5092026-07-02T17:27:27.721Z Downloaded num-conv v0.2.0
5102026-07-02T17:27:27.721Z Downloaded normalize-line-endings v0.3.0
5112026-07-02T17:27:27.721Z Downloaded fancy-regex v0.14.0
5122026-07-02T17:27:27.721Z Downloaded newtype-uuid-macros v0.1.0
5132026-07-02T17:27:27.721Z Downloaded new_debug_unreachable v1.0.6
5142026-07-02T17:27:27.721Z Downloaded generic-array v1.4.3
5152026-07-02T17:27:27.721Z Downloaded num-derive v0.3.3
5162026-07-02T17:27:27.721Z Downloaded flate2 v1.1.9
5172026-07-02T17:27:27.721Z Downloaded num_threads v0.1.7
5182026-07-02T17:27:27.722Z Downloaded num-iter v0.1.45
5192026-07-02T17:27:27.722Z Downloaded module-lattice v0.2.3
5202026-07-02T17:27:27.722Z Downloaded darling_core v0.23.0
5212026-07-02T17:27:27.722Z Downloaded native-tls v0.2.18
5222026-07-02T17:27:27.722Z Downloaded mime_guess v2.0.5
5232026-07-02T17:27:27.722Z Downloaded darling_core v0.21.3
5242026-07-02T17:27:27.722Z Downloaded ed25519-dalek v3.0.0-rc.0
5252026-07-02T17:27:27.722Z Downloaded clap_builder v4.6.0
5262026-07-02T17:27:27.722Z Downloaded newtype-uuid v1.3.2
5272026-07-02T17:27:27.722Z Downloaded opaque-debug v0.3.1
5282026-07-02T17:27:27.722Z Downloaded newline-converter v0.3.0
5292026-07-02T17:27:27.722Z Downloaded libsw-core v0.3.2
5302026-07-02T17:27:27.722Z Downloaded olpc-cjson v0.1.4
5312026-07-02T17:27:27.722Z Downloaded num_enum_derive v0.5.11
5322026-07-02T17:27:27.722Z Downloaded icu_provider v2.1.1
5332026-07-02T17:27:27.722Z Downloaded jobserver v0.1.34
5342026-07-02T17:27:27.722Z Downloaded nanorand v0.7.0
5352026-07-02T17:27:27.722Z Downloaded multer v3.1.0
5362026-07-02T17:27:27.722Z Downloaded highway v1.3.0
5372026-07-02T17:27:27.723Z Downloaded crc-any v2.5.0
5382026-07-02T17:27:27.747Z Downloaded headers v0.4.1
5392026-07-02T17:27:27.747Z Downloaded lock_api v0.4.14
5402026-07-02T17:27:27.747Z Downloaded indexmap v1.9.3
5412026-07-02T17:27:27.747Z Downloaded litemap v0.8.1
5422026-07-02T17:27:27.747Z Downloaded nu-ansi-term v0.50.3
5432026-07-02T17:27:27.784Z Downloaded openssl-probe v0.1.6
5442026-07-02T17:27:27.784Z Downloaded openssl-probe v0.2.1
5452026-07-02T17:27:27.784Z Downloaded diesel_derives v2.3.7
5462026-07-02T17:27:27.784Z Downloaded parking v2.2.1
5472026-07-02T17:27:27.784Z Downloaded packed_struct_codegen v0.10.1
5482026-07-02T17:27:27.784Z Downloaded oso-derive v0.27.3
5492026-07-02T17:27:27.784Z Downloaded openssl-macros v0.1.1
5502026-07-02T17:27:27.784Z Downloaded num-complex v0.4.6
5512026-07-02T17:27:27.784Z Downloaded ed25519-dalek v2.2.0
5522026-07-02T17:27:27.785Z Downloaded pathdiff v0.2.3
5532026-07-02T17:27:27.785Z Downloaded path-slash v0.1.5
5542026-07-02T17:27:27.785Z Downloaded peg-runtime v0.8.5
5552026-07-02T17:27:27.785Z Downloaded heapless v0.8.0
5562026-07-02T17:27:27.785Z Downloaded heapless v0.7.17
5572026-07-02T17:27:27.804Z Downloaded parse-display v0.10.0
5582026-07-02T17:27:27.804Z Downloaded num_enum v0.5.11
5592026-07-02T17:27:27.804Z Downloaded parse-size v1.1.0
5602026-07-02T17:27:27.804Z Downloaded password-hash v0.6.1
5612026-07-02T17:27:27.805Z Downloaded num-rational v0.4.2
5622026-07-02T17:27:27.805Z Downloaded memmap2 v0.9.10
5632026-07-02T17:27:27.805Z Downloaded num-integer v0.1.46
5642026-07-02T17:27:27.805Z Downloaded percent-encoding v2.3.2
5652026-07-02T17:27:27.805Z Downloaded num-derive v0.4.2
5662026-07-02T17:27:27.805Z Downloaded num_enum v0.7.6
5672026-07-02T17:27:27.805Z Downloaded icu_normalizer v2.1.1
5682026-07-02T17:27:27.805Z Downloaded icu_locale_core v2.1.1
5692026-07-02T17:27:27.805Z Downloaded num_enum_derive v0.7.6
5702026-07-02T17:27:27.805Z Downloaded ml-kem v0.3.2
5712026-07-02T17:27:27.805Z Downloaded libbz2-rs-sys v0.2.2
5722026-07-02T17:27:27.805Z Downloaded phf_shared v0.13.1
5732026-07-02T17:27:27.805Z Downloaded aes-gcm v0.11.0
5742026-07-02T17:27:27.805Z Downloaded phf_shared v0.12.1
5752026-07-02T17:27:27.827Z Downloaded oorandom v11.1.5
5762026-07-02T17:27:27.827Z Downloaded log v0.4.29
5772026-07-02T17:27:27.827Z Downloaded icu_properties v2.1.2
5782026-07-02T17:27:27.827Z Downloaded icu_normalizer_data v2.1.1
5792026-07-02T17:27:27.827Z Downloaded litrs v1.0.0
5802026-07-02T17:27:27.827Z Downloaded plain v0.2.3
5812026-07-02T17:27:27.866Z Downloaded owo-colors v4.3.0
5822026-07-02T17:27:27.866Z Downloaded owo-colors v3.5.0
5832026-07-02T17:27:27.866Z Downloaded plotters-svg v0.3.7
5842026-07-02T17:27:27.866Z Downloaded plotters-backend v0.3.7
5852026-07-02T17:27:27.866Z Downloaded packed_struct v0.10.1
5862026-07-02T17:27:27.867Z Downloaded hickory-resolver v0.25.2
5872026-07-02T17:27:27.867Z Downloaded hickory-resolver v0.24.4
5882026-07-02T17:27:27.867Z Downloaded indicatif v0.18.4
5892026-07-02T17:27:27.867Z Downloaded oxnet v0.1.6
5902026-07-02T17:27:27.867Z Downloaded oxide-tokio-rt v0.1.4
5912026-07-02T17:27:27.867Z Downloaded parking_lot_core v0.8.6
5922026-07-02T17:27:27.867Z Downloaded powerfmt v0.2.0
5932026-07-02T17:27:27.867Z Downloaded potential_utf v0.1.4
5942026-07-02T17:27:27.892Z Downloaded peg v0.8.5
5952026-07-02T17:27:27.893Z Downloaded partial-io v0.5.4
5962026-07-02T17:27:27.893Z Downloaded pem-rfc7468 v0.7.0
5972026-07-02T17:27:27.893Z Downloaded pem v3.0.6
5982026-07-02T17:27:27.893Z Downloaded predicates-tree v1.0.13
5992026-07-02T17:27:27.893Z Downloaded precomputed-hash v0.1.1
6002026-07-02T17:27:27.893Z Downloaded predicates-core v1.0.10
6012026-07-02T17:27:27.893Z Downloaded knuffel v3.2.0
6022026-07-02T17:27:27.893Z Downloaded pem-rfc7468 v1.0.0
6032026-07-02T17:27:27.893Z Downloaded password-hash v0.5.0
6042026-07-02T17:27:27.893Z Downloaded parse-display-derive v0.10.0
6052026-07-02T17:27:27.893Z Downloaded der v0.8.0
6062026-07-02T17:27:27.893Z Downloaded phf_shared v0.11.3
6072026-07-02T17:27:27.893Z Downloaded phc v0.6.1
6082026-07-02T17:27:27.893Z Downloaded pretty-hex v0.4.1
6092026-07-02T17:27:27.893Z Downloaded proc-macro-crate v3.4.0
6102026-07-02T17:27:27.893Z Downloaded once_cell v1.21.3
6112026-07-02T17:27:27.893Z Downloaded proc-macro-error-attr v1.0.4
6122026-07-02T17:27:27.893Z Downloaded proc-macro-crate v1.3.1
6132026-07-02T17:27:27.893Z Downloaded expectorate v1.2.0
6142026-07-02T17:27:27.893Z Downloaded ignore v0.4.25
6152026-07-02T17:27:27.893Z Downloaded proc-macro-error-attr2 v2.0.0
6162026-07-02T17:27:27.893Z Downloaded progenitor-client v0.14.0
6172026-07-02T17:27:27.900Z Downloaded pin-project-lite v0.2.17
6182026-07-02T17:27:27.900Z Downloaded phf v0.13.1
6192026-07-02T17:27:27.900Z Downloaded pin-project-internal v1.1.11
6202026-07-02T17:27:27.900Z Downloaded criterion v0.7.0
6212026-07-02T17:27:27.900Z Downloaded pkg-config v0.3.32
6222026-07-02T17:27:27.900Z Downloaded pkcs8 v0.10.2
6232026-07-02T17:27:27.900Z Downloaded psl-types v2.0.11
6242026-07-02T17:27:27.900Z Downloaded progenitor-macro v0.13.0
6252026-07-02T17:27:27.911Z Downloaded parking_lot v0.11.2
6262026-07-02T17:27:27.911Z Downloaded parking_lot v0.12.5
6272026-07-02T17:27:27.911Z Downloaded quick-error v1.2.3
6282026-07-02T17:27:27.931Z Downloaded parking_lot_core v0.9.12
6292026-07-02T17:27:27.931Z Downloaded pbkdf2 v0.13.0
6302026-07-02T17:27:27.943Z Downloaded num-traits v0.2.19
6312026-07-02T17:27:27.943Z Downloaded ppv-lite86 v0.2.21
6322026-07-02T17:27:27.943Z Downloaded paste v1.0.15
6332026-07-02T17:27:27.944Z Downloaded postgres-protocol v0.6.10
6342026-07-02T17:27:27.944Z Downloaded polyval v0.7.1
6352026-07-02T17:27:27.944Z Downloaded radium v0.7.0
6362026-07-02T17:27:27.944Z Downloaded pest_generator v2.8.6
6372026-07-02T17:27:27.944Z Downloaded pest_derive v2.8.6
6382026-07-02T17:27:27.944Z Downloaded peg-macros v0.8.5
6392026-07-02T17:27:27.944Z Downloaded miniz_oxide v0.8.9
6402026-07-02T17:27:27.944Z Downloaded aho-corasick v1.1.4
6412026-07-02T17:27:27.944Z Downloaded omicron-zone-package v0.12.3
6422026-07-02T17:27:27.959Z Downloaded primeorder v0.13.6
6432026-07-02T17:27:27.960Z Downloaded jiff-static v0.2.21
6442026-07-02T17:27:27.960Z Downloaded path-tree v0.8.3
6452026-07-02T17:27:27.960Z Downloaded icu_collections v2.1.1
6462026-07-02T17:27:27.960Z Downloaded proc-macro-error2 v2.0.1
6472026-07-02T17:27:27.960Z Downloaded progenitor-client v0.13.0
6482026-07-02T17:27:27.960Z Downloaded progenitor v0.14.0
6492026-07-02T17:27:27.960Z Downloaded proc-macro-error v1.0.4
6502026-07-02T17:27:27.960Z Downloaded primeorder v0.14.0-rc.10
6512026-07-02T17:27:27.960Z Downloaded primefield v0.14.0
6522026-07-02T17:27:27.961Z Downloaded pkcs1 v0.8.0-rc.4
6532026-07-02T17:27:27.961Z Downloaded ref-cast-impl v1.0.25
6542026-07-02T17:27:27.986Z Downloaded recursive v0.1.1
6552026-07-02T17:27:27.986Z Downloaded rand_xorshift v0.4.0
6562026-07-02T17:27:27.986Z Downloaded papergrid v0.11.0
6572026-07-02T17:27:27.986Z Downloaded pkcs1 v0.7.5
6582026-07-02T17:27:27.986Z Downloaded phf v0.12.1
6592026-07-02T17:27:27.986Z Downloaded dropshot-api-manager v0.7.2
6602026-07-02T17:27:27.986Z Downloaded hickory-server v0.25.2
6612026-07-02T17:27:28.004Z Downloaded psm v0.1.30
6622026-07-02T17:27:28.005Z Downloaded pkcs8 v0.11.0
6632026-07-02T17:27:28.005Z Downloaded recursive-proc-macro-impl v0.1.1
6642026-07-02T17:27:28.005Z Downloaded ref-cast v1.0.25
6652026-07-02T17:27:28.005Z Downloaded rfc6979 v0.4.0
6662026-07-02T17:27:28.005Z Downloaded oso v0.27.3
6672026-07-02T17:27:28.005Z Downloaded hashbrown v0.13.2
6682026-07-02T17:27:28.005Z Downloaded hashbrown v0.12.3
6692026-07-02T17:27:28.005Z Downloaded rfc6979 v0.5.0
6702026-07-02T17:27:28.005Z Downloaded postcard v1.1.3
6712026-07-02T17:27:28.005Z Downloaded postgres-types v0.2.12
6722026-07-02T17:27:28.005Z Downloaded miette v5.10.0
6732026-07-02T17:27:28.005Z Downloaded poly1305 v0.9.0
6742026-07-02T17:27:28.026Z Downloaded poly1305 v0.8.0
6752026-07-02T17:27:28.026Z Downloaded predicates v3.1.4
6762026-07-02T17:27:28.026Z Downloaded hyper-util v0.1.20
6772026-07-02T17:27:28.026Z Downloaded crossterm v0.28.1
6782026-07-02T17:27:28.026Z Downloaded r2d2 v0.8.10
6792026-07-02T17:27:28.026Z Downloaded minimal-lexical v0.2.1
6802026-07-02T17:27:28.026Z Downloaded rustc-hash v2.1.1
6812026-07-02T17:27:28.026Z Downloaded rand_chacha v0.9.0
6822026-07-02T17:27:28.026Z Downloaded rand_chacha v0.3.1
6832026-07-02T17:27:28.026Z Downloaded rustc_version v0.4.1
6842026-07-02T17:27:28.026Z Downloaded russh-util v0.52.0
6852026-07-02T17:27:28.027Z Downloaded crossterm v0.29.0
6862026-07-02T17:27:28.042Z Downloaded rtoolbox v0.0.3
6872026-07-02T17:27:28.042Z Downloaded rand_core v0.6.4
6882026-07-02T17:27:28.042Z Downloaded rand_core v0.9.5
6892026-07-02T17:27:28.042Z Downloaded indexmap v2.14.0
6902026-07-02T17:27:28.042Z Downloaded rand_seeder v0.4.0
6912026-07-02T17:27:28.042Z Downloaded rand_core v0.10.0
6922026-07-02T17:27:28.042Z Downloaded progenitor-extras v0.2.0
6932026-07-02T17:27:28.042Z Downloaded progenitor v0.13.0
6942026-07-02T17:27:28.042Z Downloaded pkcs5 v0.8.1
6952026-07-02T17:27:28.059Z Downloaded openssl-sys v0.9.115
6962026-07-02T17:27:28.059Z Downloaded internal-russh-num-bigint v0.5.0
6972026-07-02T17:27:28.059Z Downloaded http v1.4.2
6982026-07-02T17:27:28.059Z Downloaded p256 v0.14.0-rc.10
6992026-07-02T17:27:28.083Z Downloaded relative-path v1.9.3
7002026-07-02T17:27:28.083Z Downloaded progenitor-macro v0.14.0
7012026-07-02T17:27:28.083Z Downloaded scheduled-thread-pool v0.2.7
7022026-07-02T17:27:28.083Z Downloaded resolv-conf v0.7.6
7032026-07-02T17:27:28.084Z Downloaded sapling-renderdag v0.1.0
7042026-07-02T17:27:28.084Z Downloaded scopeguard v1.2.0
7052026-07-02T17:27:28.084Z Downloaded papergrid v0.17.0
7062026-07-02T17:27:28.103Z Downloaded scroll_derive v0.12.1
7072026-07-02T17:27:28.103Z Downloaded russh-cryptovec v0.61.0
7082026-07-02T17:27:28.103Z Downloaded scroll_derive v0.13.1
7092026-07-02T17:27:28.103Z Downloaded pest_meta v2.8.6
7102026-07-02T17:27:28.133Z Downloaded quote v1.0.45
7112026-07-02T17:27:28.134Z Downloaded itertools v0.10.5
7122026-07-02T17:27:28.134Z Downloaded rustc-demangle v0.1.27
7132026-07-02T17:27:28.134Z Downloaded rust-argon2 v2.1.0
7142026-07-02T17:27:28.134Z Downloaded semver v0.1.20
7152026-07-02T17:27:28.134Z Downloaded rustc_version v0.1.7
7162026-07-02T17:27:28.134Z Downloaded serde-big-array v0.5.1
7172026-07-02T17:27:28.134Z Downloaded pin-project v1.1.11
7182026-07-02T17:27:28.134Z Downloaded serde_plain v1.0.2
7192026-07-02T17:27:28.134Z Downloaded rustls-pemfile v2.2.0
7202026-07-02T17:27:28.152Z Downloaded prefix-trie v0.7.0
7212026-07-02T17:27:28.152Z Downloaded seq-macro v0.3.6
7222026-07-02T17:27:28.152Z Downloaded secrecy v0.10.3
7232026-07-02T17:27:28.152Z Downloaded secrecy v0.8.0
7242026-07-02T17:27:28.152Z Downloaded serde_bytes v0.11.19
7252026-07-02T17:27:28.152Z Downloaded serde_regex v1.1.0
7262026-07-02T17:27:28.152Z Downloaded progenitor-impl v0.13.0
7272026-07-02T17:27:28.152Z Downloaded proc-macro2 v1.0.106
7282026-07-02T17:27:28.152Z Downloaded rustls-native-certs v0.8.3
7292026-07-02T17:27:28.152Z Downloaded serde_repr v0.1.20
7302026-07-02T17:27:28.152Z Downloaded serde_spanned v1.1.1
7312026-07-02T17:27:28.153Z Downloaded serde_spanned v0.6.9
7322026-07-02T17:27:28.153Z Downloaded quinn-udp v0.5.14
7332026-07-02T17:27:28.153Z Downloaded p384 v0.14.0-rc.10
7342026-07-02T17:27:28.153Z Downloaded sha1 v0.10.6
7352026-07-02T17:27:28.185Z Downloaded hashbrown v0.14.5
7362026-07-02T17:27:28.185Z Downloaded shell-words v1.1.1
7372026-07-02T17:27:28.185Z Downloaded progenitor-impl v0.14.0
7382026-07-02T17:27:28.185Z Downloaded memchr v2.8.0
7392026-07-02T17:27:28.185Z Downloaded same-file v1.0.6
7402026-07-02T17:27:28.185Z Downloaded rusty-fork v0.3.1
7412026-07-02T17:27:28.185Z Downloaded rustversion v1.0.22
7422026-07-02T17:27:28.185Z Downloaded guppy v0.17.25
7432026-07-02T17:27:28.214Z Downloaded blake3 v1.8.5
7442026-07-02T17:27:28.214Z Downloaded schemars_derive v0.8.22
7452026-07-02T17:27:28.214Z Downloaded sec1 v0.7.3
7462026-07-02T17:27:28.214Z Downloaded mio v1.2.0
7472026-07-02T17:27:28.214Z Downloaded sigpipe v0.1.3
7482026-07-02T17:27:28.214Z Downloaded scroll v0.12.0
7492026-07-02T17:27:28.214Z Downloaded signature v2.2.0
7502026-07-02T17:27:28.214Z Downloaded signal-hook-tokio v0.3.1
7512026-07-02T17:27:28.214Z Downloaded scroll v0.13.0
7522026-07-02T17:27:28.214Z Downloaded signal-hook-mio v0.2.5
7532026-07-02T17:27:28.214Z Downloaded pretty_assertions v1.4.1
7542026-07-02T17:27:28.214Z Downloaded similar-asserts v1.7.0
7552026-07-02T17:27:28.214Z Downloaded scrypt v0.12.0
7562026-07-02T17:27:28.214Z Downloaded prettyplease v0.2.37
7572026-07-02T17:27:28.214Z Downloaded idna v1.1.0
7582026-07-02T17:27:28.214Z Downloaded hashbrown v0.17.0
7592026-07-02T17:27:28.214Z Downloaded sec1 v0.8.1
7602026-07-02T17:27:28.214Z Downloaded rcgen v0.12.1
7612026-07-02T17:27:28.214Z Downloaded serde_path_to_error v0.1.20
7622026-07-02T17:27:28.214Z Downloaded serde_urlencoded v0.7.1
7632026-07-02T17:27:28.239Z Downloaded serde_tokenstream v0.2.3
7642026-07-02T17:27:28.239Z Downloaded serde-hex v0.1.0
7652026-07-02T17:27:28.239Z Downloaded rustls-pki-types v1.14.0
7662026-07-02T17:27:28.239Z Downloaded itertools v0.12.1
7672026-07-02T17:27:28.239Z Downloaded slog-envlogger v2.2.0
7682026-07-02T17:27:28.239Z Downloaded slog-bunyan v2.5.0
7692026-07-02T17:27:28.239Z Downloaded serdect v0.4.3
7702026-07-02T17:27:28.251Z Downloaded serde_with_macros v1.5.2
7712026-07-02T17:27:28.251Z Downloaded salsa20 v0.11.0
7722026-07-02T17:27:28.251Z Downloaded nom v7.1.3
7732026-07-02T17:27:28.251Z Downloaded hashbrown v0.16.1
7742026-07-02T17:27:28.251Z Downloaded sha1 v0.11.0
7752026-07-02T17:27:28.252Z Downloaded crypto-primes v0.7.2
7762026-07-02T17:27:28.270Z Downloaded shlex v1.3.0
7772026-07-02T17:27:28.270Z Downloaded h2 v0.4.15
7782026-07-02T17:27:28.270Z Downloaded ron v0.8.1
7792026-07-02T17:27:28.270Z Downloaded signature v3.0.0
7802026-07-02T17:27:28.274Z Downloaded signal-hook-registry v1.4.8
7812026-07-02T17:27:28.275Z Downloaded rstest v0.25.0
7822026-07-02T17:27:28.275Z Downloaded sha2 v0.10.9
7832026-07-02T17:27:28.275Z Downloaded itertools v0.13.0
7842026-07-02T17:27:28.275Z Downloaded libxml v0.3.3
7852026-07-02T17:27:28.275Z Downloaded siphasher v1.0.2
7862026-07-02T17:27:28.275Z Downloaded semver v1.0.28
7872026-07-02T17:27:28.315Z Downloaded stable_deref_trait v1.2.1
7882026-07-02T17:27:28.315Z Downloaded strsim v0.10.0
7892026-07-02T17:27:28.328Z Downloaded structmeta-derive v0.3.0
7902026-07-02T17:27:28.328Z Downloaded p521 v0.14.0-rc.10
7912026-07-02T17:27:28.328Z Downloaded num-bigint v0.4.6
7922026-07-02T17:27:28.328Z Downloaded slab v0.4.12
7932026-07-02T17:27:28.328Z Downloaded serde_derive_internals v0.29.1
7942026-07-02T17:27:28.328Z Downloaded num-bigint-dig v0.8.6
7952026-07-02T17:27:28.328Z Downloaded ryu v1.0.23
7962026-07-02T17:27:28.328Z Downloaded rustls-platform-verifier v0.6.2
7972026-07-02T17:27:28.328Z Downloaded smawk v0.3.2
7982026-07-02T17:27:28.328Z Downloaded slog-stdlog v4.1.1
7992026-07-02T17:27:28.328Z Downloaded strum v0.27.2
8002026-07-02T17:27:28.328Z Downloaded serde_with_macros v3.17.0
8012026-07-02T17:27:28.329Z Downloaded supports-color v3.0.2
8022026-07-02T17:27:28.329Z Downloaded slog-scope v4.4.1
8032026-07-02T17:27:28.329Z Downloaded slog-dtrace v0.3.0
8042026-07-02T17:27:28.329Z Downloaded smallvec v0.6.14
8052026-07-02T17:27:28.329Z Downloaded slog-async v2.8.0
8062026-07-02T17:27:28.329Z Downloaded sha2 v0.11.0
8072026-07-02T17:27:28.329Z Downloaded goblin v0.8.2
8082026-07-02T17:27:28.329Z Downloaded quinn v0.11.9
8092026-07-02T17:27:28.329Z Downloaded schemars v0.8.22
8102026-07-02T17:27:28.354Z Downloaded supports-hyperlinks v2.1.0
8112026-07-02T17:27:28.354Z Downloaded supports-unicode v2.1.0
8122026-07-02T17:27:28.354Z Downloaded aws-lc-rs v1.16.3
8132026-07-02T17:27:28.354Z Downloaded sync_wrapper v1.0.2
8142026-07-02T17:27:28.354Z Downloaded sync-ptr v0.1.4
8152026-07-02T17:27:28.354Z Downloaded swrite v0.1.0
8162026-07-02T17:27:28.354Z Downloaded sqlformat v0.3.5
8172026-07-02T17:27:28.354Z Downloaded tagptr v0.2.0
8182026-07-02T17:27:28.355Z Downloaded spki v0.8.0
8192026-07-02T17:27:28.355Z Downloaded tabled_derive v0.11.0
8202026-07-02T17:27:28.362Z Downloaded simd-adler32 v0.3.8
8212026-07-02T17:27:28.362Z Downloaded tabwriter v1.4.1
8222026-07-02T17:27:28.362Z Downloaded tabled_derive v0.7.0
8232026-07-02T17:27:28.362Z Downloaded snafu-derive v0.8.9
8242026-07-02T17:27:28.363Z Downloaded libm v0.2.16
8252026-07-02T17:27:28.363Z Downloaded tap v1.0.1
8262026-07-02T17:27:28.363Z Downloaded sqlparser_derive v0.5.0
8272026-07-02T17:27:28.363Z Downloaded qorb v0.4.1
8282026-07-02T17:27:28.363Z Downloaded stringprep v0.1.5
8292026-07-02T17:27:28.363Z Downloaded nom v8.0.0
8302026-07-02T17:27:28.363Z Downloaded static_assertions v1.1.0
8312026-07-02T17:27:28.363Z Downloaded stacker v0.1.23
8322026-07-02T17:27:28.363Z Downloaded supports-color v2.1.0
8332026-07-02T17:27:28.363Z Downloaded spki v0.7.3
8342026-07-02T17:27:28.363Z Downloaded rstest_macros v0.25.0
8352026-07-02T17:27:28.388Z Downloaded ssh-encoding v0.3.0-rc.9
8362026-07-02T17:27:28.389Z Downloaded stringmetrics v2.2.2
8372026-07-02T17:27:28.389Z Downloaded string_cache v0.8.9
8382026-07-02T17:27:28.389Z Downloaded schemars v0.9.0
8392026-07-02T17:27:28.393Z Downloaded target-triple v1.0.0
8402026-07-02T17:27:28.393Z Downloaded bitvec v1.0.1
8412026-07-02T17:27:28.393Z Downloaded terminal_size v0.4.3
8422026-07-02T17:27:28.393Z Downloaded terminal_size v0.1.17
8432026-07-02T17:27:28.394Z Downloaded smallvec v1.15.1
8442026-07-02T17:27:28.394Z Downloaded strum_macros v0.26.4
8452026-07-02T17:27:28.394Z Downloaded testing_table v0.3.0
8462026-07-02T17:27:28.394Z Downloaded termtree v0.5.1
8472026-07-02T17:27:28.394Z Downloaded serde_yaml v0.9.34+deprecated
8482026-07-02T17:27:28.394Z Downloaded spin v0.9.8
8492026-07-02T17:27:28.394Z Downloaded slog-term v2.9.2
8502026-07-02T17:27:28.403Z Downloaded synstructure v0.13.2
8512026-07-02T17:27:28.403Z Downloaded similar v2.7.0
8522026-07-02T17:27:28.403Z Downloaded signal-hook v0.3.18
8532026-07-02T17:27:28.404Z Downloaded rayon-core v1.13.0
8542026-07-02T17:27:28.425Z Downloaded thiserror-impl-no-std v2.0.2
8552026-07-02T17:27:28.425Z Downloaded bindgen v0.71.1
8562026-07-02T17:27:28.430Z Downloaded support-bundle-viewer v0.1.2
8572026-07-02T17:27:28.430Z Downloaded strum_macros v0.24.3
8582026-07-02T17:27:28.430Z Downloaded strum_macros v0.27.2
8592026-07-02T17:27:28.431Z Downloaded thread-id v5.1.0
8602026-07-02T17:27:28.431Z Downloaded take_mut v0.2.2
8612026-07-02T17:27:28.431Z Downloaded slog v2.8.2
8622026-07-02T17:27:28.431Z Downloaded tinyvec_macros v0.1.1
8632026-07-02T17:27:28.431Z Downloaded thread-id v4.2.2
8642026-07-02T17:27:28.431Z Downloaded strum v0.26.3
8652026-07-02T17:27:28.431Z Downloaded serde_core v1.0.228
8662026-07-02T17:27:28.431Z Downloaded rand_distr v0.5.1
8672026-07-02T17:27:28.431Z Downloaded tokio-macros v2.7.0
8682026-07-02T17:27:28.431Z Downloaded hyper v1.10.1
8692026-07-02T17:27:28.431Z Downloaded chrono v0.4.44
8702026-07-02T17:27:28.451Z Downloaded tokio-test v0.4.5
8712026-07-02T17:27:28.451Z Downloaded target-lexicon v0.13.3
8722026-07-02T17:27:28.451Z Downloaded rustls-webpki v0.103.13
8732026-07-02T17:27:28.476Z Downloaded rand v0.8.6
8742026-07-02T17:27:28.476Z Downloaded itertools v0.14.0
8752026-07-02T17:27:28.476Z Downloaded hkdf v0.12.4
8762026-07-02T17:27:28.477Z Downloaded ssh-cipher v0.3.0-rc.9
8772026-07-02T17:27:28.477Z Downloaded serde_derive v1.0.228
8782026-07-02T17:27:28.477Z Downloaded tower-layer v0.3.3
8792026-07-02T17:27:28.477Z Downloaded subtle v2.6.1
8802026-07-02T17:27:28.477Z Downloaded smf v0.2.3
8812026-07-02T17:27:28.477Z Downloaded icu_properties_data v2.1.2
8822026-07-02T17:27:28.503Z Downloaded termios v0.3.3
8832026-07-02T17:27:28.504Z Downloaded pest v2.8.6
8842026-07-02T17:27:28.504Z Downloaded tower-service v0.3.3
8852026-07-02T17:27:28.504Z Downloaded termcolor v1.4.1
8862026-07-02T17:27:28.504Z Downloaded thiserror-impl v1.0.69
8872026-07-02T17:27:28.504Z Downloaded time-core v0.1.8
8882026-07-02T17:27:28.504Z Downloaded thiserror-impl v2.0.18
8892026-07-02T17:27:28.504Z Downloaded thiserror v2.0.18
8902026-07-02T17:27:28.504Z Downloaded trait-variant v0.1.2
8912026-07-02T17:27:28.504Z Downloaded topological-sort v0.2.2
8922026-07-02T17:27:28.504Z Downloaded unarray v0.1.4
8932026-07-02T17:27:28.504Z Downloaded typify-macro v0.6.2
8942026-07-02T17:27:28.504Z Downloaded toml_write v0.1.2
8952026-07-02T17:27:28.504Z Downloaded thiserror v1.0.69
8962026-07-02T17:27:28.504Z Downloaded try-lock v0.2.5
8972026-07-02T17:27:28.504Z Downloaded socket2 v0.5.10
8982026-07-02T17:27:28.504Z Downloaded rand v0.10.1
8992026-07-02T17:27:28.526Z Downloaded tiny-keccak v2.0.2
9002026-07-02T17:27:28.526Z Downloaded time-macros v0.2.27
9012026-07-02T17:27:28.527Z Downloaded rand v0.9.2
9022026-07-02T17:27:28.527Z Downloaded target-spec v3.5.7
9032026-07-02T17:27:28.527Z Downloaded tinystr v0.8.2
9042026-07-02T17:27:28.527Z Downloaded socket2 v0.6.3
9052026-07-02T17:27:28.527Z Downloaded tls_codec_derive v0.4.2
9062026-07-02T17:27:28.527Z Downloaded tls_codec v0.4.2
9072026-07-02T17:27:28.527Z Downloaded tinytemplate v1.2.1
9082026-07-02T17:27:28.527Z Downloaded unicode-truncate v1.1.0
9092026-07-02T17:27:28.527Z Downloaded thiserror-no-std v2.0.2
9102026-07-02T17:27:28.527Z Downloaded plotters v0.3.7
9112026-07-02T17:27:28.527Z Downloaded samael v0.0.19
9122026-07-02T17:27:28.527Z Downloaded tokio-native-tls v0.3.1
9132026-07-02T17:27:28.545Z Downloaded unit-prefix v0.5.2
9142026-07-02T17:27:28.545Z Downloaded tokio-dtrace v0.1.1
9152026-07-02T17:27:28.545Z Downloaded untrusted v0.9.0
9162026-07-02T17:27:28.545Z Downloaded rsa v0.9.10
9172026-07-02T17:27:28.546Z Downloaded slog-json v2.6.1
9182026-07-02T17:27:28.546Z Downloaded unicode-xid v0.2.6
9192026-07-02T17:27:28.546Z Downloaded untrusted v0.7.1
9202026-07-02T17:27:28.546Z Downloaded schemars v1.2.1
9212026-07-02T17:27:28.546Z Downloaded usdt-macro v0.5.0
9222026-07-02T17:27:28.546Z Downloaded usdt-attr-macro v0.5.0
9232026-07-02T17:27:28.546Z Downloaded usdt-attr-macro v0.6.0
9242026-07-02T17:27:28.546Z Downloaded universal-hash v0.5.1
9252026-07-02T17:27:28.546Z Downloaded toml_datetime v0.6.11
9262026-07-02T17:27:28.546Z Downloaded tokio-tungstenite v0.23.1
9272026-07-02T17:27:28.546Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9282026-07-02T17:27:28.546Z Downloaded usdt v0.6.0
9292026-07-02T17:27:28.546Z Downloaded utf8_iter v1.0.4
9302026-07-02T17:27:28.560Z Downloaded utf-8 v0.7.6
9312026-07-02T17:27:28.560Z Downloaded usdt v0.5.0
9322026-07-02T17:27:28.560Z Downloaded universal-hash v0.6.1
9332026-07-02T17:27:28.560Z Downloaded toml_writer v1.1.1+spec-1.1.0
9342026-07-02T17:27:28.560Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9352026-07-02T17:27:28.560Z Downloaded tokio-tungstenite v0.21.0
9362026-07-02T17:27:28.561Z Downloaded tempfile v3.25.0
9372026-07-02T17:27:28.561Z Downloaded term v1.2.1
9382026-07-02T17:27:28.561Z Downloaded snafu v0.8.9
9392026-07-02T17:27:28.561Z Downloaded iddqd v0.4.2
9402026-07-02T17:27:28.581Z Downloaded serde v1.0.228
9412026-07-02T17:27:28.581Z Downloaded hashbrown v0.15.5
9422026-07-02T17:27:28.581Z Downloaded tui-tree-widget v0.23.1
9432026-07-02T17:27:28.581Z Downloaded serde_cbor v0.11.2
9442026-07-02T17:27:28.581Z Downloaded publicsuffix v2.3.0
9452026-07-02T17:27:28.581Z Downloaded iri-string v0.7.10
9462026-07-02T17:27:28.613Z Downloaded utf8parse v0.2.2
9472026-07-02T17:27:28.613Z Downloaded futures-util v0.3.32
9482026-07-02T17:27:28.613Z Downloaded tokio-stream v0.1.18
9492026-07-02T17:27:28.613Z Downloaded tokio-rustls v0.26.4
9502026-07-02T17:27:28.613Z Downloaded structmeta v0.3.0
9512026-07-02T17:27:28.613Z Downloaded strsim v0.11.1
9522026-07-02T17:27:28.613Z Downloaded want v0.3.1
9532026-07-02T17:27:28.613Z Downloaded waitgroup v0.1.2
9542026-07-02T17:27:28.613Z Downloaded subprocess v0.2.15
9552026-07-02T17:27:28.613Z Downloaded rustyline v14.0.0
9562026-07-02T17:27:28.613Z Downloaded strip-ansi-escapes v0.2.1
9572026-07-02T17:27:28.613Z Downloaded hkdf v0.13.0
9582026-07-02T17:27:28.634Z Downloaded usdt-macro v0.6.0
9592026-07-02T17:27:28.635Z Downloaded usdt-impl v0.5.0
9602026-07-02T17:27:28.635Z Downloaded toml v0.8.23
9612026-07-02T17:27:28.635Z Downloaded version_check v0.9.5
9622026-07-02T17:27:28.635Z Downloaded void v1.0.2
9632026-07-02T17:27:28.635Z Downloaded wait-timeout v0.2.1
9642026-07-02T17:27:28.635Z Downloaded tracing-attributes v0.1.31
9652026-07-02T17:27:28.635Z Downloaded toml_parser v1.1.2+spec-1.1.0
9662026-07-02T17:27:28.635Z Downloaded thread_local v1.1.9
9672026-07-02T17:27:28.635Z Downloaded unicode-linebreak v0.1.5
9682026-07-02T17:27:28.635Z Downloaded trybuild v1.0.116
9692026-07-02T17:27:28.635Z Downloaded rsa v0.10.0-rc.18
9702026-07-02T17:27:28.636Z Downloaded xshell-macros v0.2.7
9712026-07-02T17:27:28.636Z Downloaded xattr v1.6.1
9722026-07-02T17:27:28.636Z Downloaded yoke-derive v0.8.1
9732026-07-02T17:27:28.669Z Downloaded zerofrom v0.1.6
9742026-07-02T17:27:28.669Z Downloaded p384 v0.13.1
9752026-07-02T17:27:28.669Z Downloaded usdt-impl v0.6.0
9762026-07-02T17:27:28.669Z Downloaded vergen-gitcl v1.0.8
9772026-07-02T17:27:28.669Z Downloaded zeroize_derive v1.4.3
9782026-07-02T17:27:28.670Z Downloaded zerofrom-derive v0.1.6
9792026-07-02T17:27:28.670Z Downloaded term v0.7.0
9802026-07-02T17:27:28.698Z Downloaded textwrap v0.16.2
9812026-07-02T17:27:28.698Z Downloaded textwrap v0.15.2
9822026-07-02T17:27:28.699Z Downloaded test-strategy v0.4.5
9832026-07-02T17:27:28.699Z Downloaded twox-hash v2.1.2
9842026-07-02T17:27:28.699Z Downloaded zone_cfg_derive v0.3.1
9852026-07-02T17:27:28.699Z Downloaded zone v0.3.1
9862026-07-02T17:27:28.699Z Downloaded rpassword v7.4.0
9872026-07-02T17:27:28.699Z Downloaded wyz v0.5.1
9882026-07-02T17:27:28.699Z Downloaded whoami v1.6.1
9892026-07-02T17:27:28.699Z Downloaded ucd-trie v0.1.7
9902026-07-02T17:27:28.699Z Downloaded writeable v0.6.2
9912026-07-02T17:27:28.699Z Downloaded vsss-rs v3.3.4
9922026-07-02T17:27:28.699Z Downloaded vergen-lib v9.1.0
9932026-07-02T17:27:28.699Z Downloaded vergen-lib v0.1.6
9942026-07-02T17:27:28.718Z Downloaded unicase v2.9.0
9952026-07-02T17:27:28.718Z Downloaded tungstenite v0.21.0
9962026-07-02T17:27:28.718Z Downloaded xshell v0.2.7
9972026-07-02T17:27:28.718Z Downloaded uzers v0.12.2
9982026-07-02T17:27:28.718Z Downloaded tinyvec v1.10.0
9992026-07-02T17:27:28.718Z Downloaded tar v0.4.45
10002026-07-02T17:27:28.718Z Downloaded yoke v0.8.1
10012026-07-02T17:27:28.718Z Downloaded whoami v2.1.0
10022026-07-02T17:27:28.718Z Downloaded zeroize v1.8.2
10032026-07-02T17:27:28.718Z Downloaded steno v0.4.1
10042026-07-02T17:27:28.718Z Downloaded walkdir v2.5.0
10052026-07-02T17:27:28.718Z Downloaded typify v0.6.2
10062026-07-02T17:27:28.758Z Downloaded toml v0.7.8
10072026-07-02T17:27:28.758Z Downloaded vergen v9.1.0
10082026-07-02T17:27:28.758Z Downloaded tracing-core v0.1.36
10092026-07-02T17:27:28.758Z Downloaded unicode-properties v0.1.4
10102026-07-02T17:27:28.758Z Downloaded toml v1.1.2+spec-1.1.0
10112026-07-02T17:27:28.758Z Downloaded goblin v0.10.5
10122026-07-02T17:27:28.770Z Downloaded zmij v1.0.21
10132026-07-02T17:27:28.770Z Downloaded vergen-git2 v9.1.0
10142026-07-02T17:27:28.770Z Downloaded serde_with v1.14.0
10152026-07-02T17:27:28.770Z Downloaded zstd v0.13.3
10162026-07-02T17:27:28.771Z Downloaded reedline v0.40.0
10172026-07-02T17:27:28.771Z Downloaded tungstenite v0.23.0
10182026-07-02T17:27:28.771Z Downloaded zerocopy v0.6.6
10192026-07-02T17:27:28.771Z Downloaded zerocopy-derive v0.7.35
10202026-07-02T17:27:28.790Z Downloaded unicode-ident v1.0.24
10212026-07-02T17:27:28.790Z Downloaded unicode-bidi v0.3.18
10222026-07-02T17:27:28.790Z Downloaded unsafe-libyaml v0.2.11
10232026-07-02T17:27:28.790Z Downloaded reqwest v0.13.2
10242026-07-02T17:27:28.810Z Downloaded gimli v0.32.3
10252026-07-02T17:27:28.811Z Downloaded yasna v0.5.2
10262026-07-02T17:27:28.811Z Downloaded quick-xml v0.37.5
10272026-07-02T17:27:28.811Z Downloaded toml_edit v0.23.10+spec-1.0.0
10282026-07-02T17:27:28.811Z Downloaded git2 v0.20.4
10292026-07-02T17:27:28.815Z Downloaded rayon v1.11.0
10302026-07-02T17:27:28.824Z Downloaded regex v1.12.3
10312026-07-02T17:27:28.885Z Downloaded zerovec-derive v0.11.2
10322026-07-02T17:27:28.885Z Downloaded vte v0.14.1
10332026-07-02T17:27:28.919Z Downloaded salty v0.3.0
10342026-07-02T17:27:28.919Z Downloaded zstd-safe v7.2.4
10352026-07-02T17:27:28.919Z Downloaded moka v0.12.13
10362026-07-02T17:27:28.919Z Downloaded zopfli v0.8.3
10372026-07-02T17:27:28.919Z Downloaded uuid v1.23.4
10382026-07-02T17:27:28.919Z Downloaded unicode_categories v0.1.1
10392026-07-02T17:27:28.919Z Downloaded bstr v1.12.1
10402026-07-02T17:27:28.919Z Downloaded reqwest v0.12.28
10412026-07-02T17:27:28.919Z Downloaded url v2.5.8
10422026-07-02T17:27:28.919Z Downloaded portable-atomic v1.13.1
10432026-07-02T17:27:28.957Z Downloaded toml_edit v0.19.15
10442026-07-02T17:27:28.957Z Downloaded yansi v1.0.1
10452026-07-02T17:27:28.957Z Downloaded tower v0.5.3
10462026-07-02T17:27:28.957Z Downloaded toml_edit v0.22.27
10472026-07-02T17:27:28.957Z Downloaded serde_json v1.0.150
10482026-07-02T17:27:28.957Z Downloaded zip v0.6.6
10492026-07-02T17:27:28.957Z Downloaded zerotrie v0.2.3
10502026-07-02T17:27:28.991Z Downloaded serde_with v3.17.0
10512026-07-02T17:27:28.991Z Downloaded unicode-segmentation v1.12.0
10522026-07-02T17:27:28.991Z Downloaded lalrpop v0.19.12
10532026-07-02T17:27:28.991Z Downloaded x509-cert v0.2.5
10542026-07-02T17:27:28.991Z Downloaded tokio-postgres v0.7.16
10552026-07-02T17:27:28.991Z Downloaded nix v0.27.1
10562026-07-02T17:27:28.991Z Downloaded unicode-normalization v0.1.25
10572026-07-02T17:27:28.991Z Downloaded petname v2.0.2
10582026-07-02T17:27:28.991Z Downloaded zerocopy-derive v0.8.40
10592026-07-02T17:27:29.014Z Downloaded ssh-key v0.7.0-rc.10
10602026-07-02T17:27:29.014Z Downloaded quinn-proto v0.11.13
10612026-07-02T17:27:29.014Z Downloaded tough v0.22.0
10622026-07-02T17:27:29.014Z Downloaded typenum v1.20.1
10632026-07-02T17:27:29.014Z Downloaded typed-path v0.9.3
10642026-07-02T17:27:29.014Z Downloaded crypto-bigint v0.7.5
10652026-07-02T17:27:29.014Z Downloaded polar-core v0.27.3
10662026-07-02T17:27:29.121Z Downloaded proptest v1.10.0
10672026-07-02T17:27:29.121Z Downloaded object v0.30.4
10682026-07-02T17:27:29.121Z Downloaded curve25519-dalek v4.1.3
10692026-07-02T17:27:29.145Z Downloaded openssl v0.10.79
10702026-07-02T17:27:29.145Z Downloaded zip v4.6.1
10712026-07-02T17:27:29.145Z Downloaded tabled v0.15.0
10722026-07-02T17:27:29.145Z Downloaded tokio-util v0.7.18
10732026-07-02T17:27:29.145Z Downloaded curve25519-dalek v5.0.0-rc.0
10742026-07-02T17:27:29.145Z Downloaded winnow v0.5.40
10752026-07-02T17:27:29.145Z Downloaded dropshot v0.17.1
10762026-07-02T17:27:29.145Z Downloaded russh v0.61.2
10772026-07-02T17:27:29.145Z Downloaded tower-http v0.6.8
10782026-07-02T17:27:29.145Z Downloaded winnow v0.6.26
10792026-07-02T17:27:29.145Z Downloaded zerocopy v0.7.35
10802026-07-02T17:27:29.145Z Downloaded radix_trie v0.2.1
10812026-07-02T17:27:29.161Z Downloaded syn v1.0.109
10822026-07-02T17:27:29.161Z Downloaded winnow v1.0.3
10832026-07-02T17:27:29.161Z Downloaded zerovec v0.11.5
10842026-07-02T17:27:29.161Z Downloaded diesel v2.3.7
10852026-07-02T17:27:29.182Z Downloaded winnow v0.7.14
10862026-07-02T17:27:29.182Z Downloaded nix v0.28.0
10872026-07-02T17:27:29.191Z Downloaded regex-syntax v0.6.29
10882026-07-02T17:27:29.191Z Downloaded hickory-proto v0.24.4
10892026-07-02T17:27:29.191Z Downloaded vcpkg v0.2.15
10902026-07-02T17:27:29.213Z Downloaded zlib-rs v0.6.2
10912026-07-02T17:27:29.228Z Downloaded regress v0.10.5
10922026-07-02T17:27:29.229Z Downloaded object v0.37.3
10932026-07-02T17:27:29.238Z Downloaded regress v0.11.1
10942026-07-02T17:27:29.254Z Downloaded nix v0.31.2
10952026-07-02T17:27:29.254Z Downloaded regex-syntax v0.8.10
10962026-07-02T17:27:29.266Z Downloaded time v0.3.47
10972026-07-02T17:27:29.266Z Downloaded tabled v0.20.0
10982026-07-02T17:27:29.282Z Downloaded zerocopy v0.8.40
10992026-07-02T17:27:29.300Z Downloaded smoltcp v0.9.1
11002026-07-02T17:27:29.300Z Downloaded openapiv3 v2.2.0
11012026-07-02T17:27:29.355Z Downloaded fiat-crypto v0.3.0
11022026-07-02T17:27:29.365Z Downloaded sqlparser v0.61.0
11032026-07-02T17:27:29.365Z Downloaded unicode-width v0.2.0
11042026-07-02T17:27:29.366Z Downloaded hickory-proto v0.25.2
11052026-07-02T17:27:29.377Z Downloaded unicode-width v0.1.14
11062026-07-02T17:27:29.377Z Downloaded syn v2.0.117
11072026-07-02T17:27:29.401Z Downloaded rustix v0.38.44
11082026-07-02T17:27:29.412Z Downloaded smoltcp v0.11.0
11092026-07-02T17:27:29.412Z Downloaded ratatui v0.29.0
11102026-07-02T17:27:29.412Z Downloaded tracing v0.1.44
11112026-07-02T17:27:29.425Z Downloaded bzip2-sys v0.1.13+1.0.8
11122026-07-02T17:27:29.437Z Downloaded rustls v0.23.41
11132026-07-02T17:27:29.449Z Downloaded rustix v1.1.3
11142026-07-02T17:27:29.485Z Downloaded zerocopy-derive v0.6.6
11152026-07-02T17:27:29.495Z Downloaded jiff v0.2.21
11162026-07-02T17:27:29.512Z Downloaded sled v0.34.7
11172026-07-02T17:27:29.535Z Downloaded typify-impl v0.6.2
11182026-07-02T17:27:29.561Z Downloaded libc v0.2.185
11192026-07-02T17:27:29.586Z Downloaded sha3 v0.11.0
11202026-07-02T17:27:29.611Z Downloaded regex-automata v0.4.14
11212026-07-02T17:27:29.611Z Downloaded sha3 v0.10.8
11222026-07-02T17:27:29.611Z Downloaded chrono-tz v0.10.4
11232026-07-02T17:27:29.635Z Downloaded petgraph v0.6.5
11242026-07-02T17:27:29.649Z Downloaded tokio v1.52.1
11252026-07-02T17:27:29.660Z Downloaded petgraph v0.8.3
11262026-07-02T17:27:29.684Z Downloaded csv v1.4.0
11272026-07-02T17:27:29.699Z Downloaded libz-sys v1.1.24
11282026-07-02T17:27:29.710Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11292026-07-02T17:27:29.755Z Downloaded encoding_rs v0.8.35
11302026-07-02T17:27:29.790Z Downloaded httpmock v0.8.3
11312026-07-02T17:27:29.814Z Downloaded ring v0.17.14
11322026-07-02T17:27:29.853Z Downloaded libgit2-sys v0.18.3+1.9.2
11332026-07-02T17:27:30.495Z Downloaded aws-lc-sys v0.40.0
11342026-07-02T17:27:30.917Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11352026-07-02T17:27:35.483Z Startup: Refreshing catalog 'helios' ... Done
11362026-07-02T17:27:35.532Z Startup: Caching catalogs ... Done
11372026-07-02T17:27:36.008ZPlanning: Solver setup ... Done (0.445s)
11382026-07-02T17:27:36.031ZPlanning: Running solver ... Done (0.027s)
11392026-07-02T17:27:36.046ZPlanning: Finding local manifests ... Done (0.004s)
11402026-07-02T17:27:36.069ZPlanning: Fetching manifests: 0/2 0% complete
11412026-07-02T17:27:36.110ZPlanning: Fetching manifests: 2/2 100% complete
11422026-07-02T17:27:36.116ZPlanning: Package planning ... Done (0.014s)
11432026-07-02T17:27:36.116ZPlanning: Merging actions ... Done (0.002s)
11442026-07-02T17:27:36.289ZPlanning: Checking for conflicting actions ... Done (0.167s)
11452026-07-02T17:27:36.308ZPlanning: Consolidating action changes ... Done (0.001s)
11462026-07-02T17:27:37.223ZPlanning: Evaluating mediators ... Done (0.871s)
11472026-07-02T17:27:37.265ZPlanning: Planning completed in 1.62 seconds
11482026-07-02T17:27:37.265Z Packages to install: 2
11492026-07-02T17:27:37.265Z Estimated space available: 155.78 GB
11502026-07-02T17:27:37.265ZEstimated space to be consumed: 30.98 MB
11512026-07-02T17:27:37.265Z Create boot environment: No
11522026-07-02T17:27:37.266ZCreate backup boot environment: No
11532026-07-02T17:27:37.266Z Rebuild boot archive: No
11542026-07-02T17:27:37.266Z
11552026-07-02T17:27:37.266ZChanged packages:
11562026-07-02T17:27:37.266Zhelios
11572026-07-02T17:27:37.266Z developer/build-essential
11582026-07-02T17:27:37.266Z None -> 11-3.0
11592026-07-02T17:27:37.266Z library/libxmlsec1
11602026-07-02T17:27:37.266Z None -> 1.2.35-3.0
11612026-07-02T17:27:37.266Z
11622026-07-02T17:27:37.266ZDownload: 0/214 items 0.0/1.3MB 0% complete
11632026-07-02T17:27:40.121ZDownload: Completed 1.28 MB in 2.88 seconds (455k/s)
11642026-07-02T17:27:40.179Z Actions: 1/268 actions (Installing new actions)
11652026-07-02T17:27:40.201Z Actions: Completed 268 actions in 0.04 seconds.
11662026-07-02T17:27:40.246ZFinalize: Updating package state database ... Done (0.013s)
11672026-07-02T17:27:40.246ZFinalize: Updating package cache ... Done (0.000s)
11682026-07-02T17:27:40.273ZFinalize: Updating image state ... Done (0.029s)
11692026-07-02T17:27:42.894ZFinalize: Creating fast lookup database ... Done (2.586s)
11702026-07-02T17:27:42.926ZFinalize: Reading search index ... Done (0.012s)
11712026-07-02T17:27:43.043ZFinalize: Updating search index ... Done (0.000s)
11722026-07-02T17:27:43.119ZFinalize: Updating package cache ... Done (0.000s)
11732026-07-02T17:27:43.364ZPlanning: Evaluating mediator changes ... Done
11742026-07-02T17:27:43.441ZPlanning: Checking for conflicting actions ... Done
11752026-07-02T17:27:43.473ZPlanning: Consolidating action changes ... Done
11762026-07-02T17:27:43.663ZPlanning: Evaluating mediators ... Done
11772026-07-02T17:27:43.693ZPlanning: Planning completed in 0.26 seconds
11782026-07-02T17:27:43.694Z Mediators to change: 2
11792026-07-02T17:27:43.694Z Create boot environment: No
11802026-07-02T17:27:43.694ZCreate backup boot environment: No
11812026-07-02T17:27:43.714ZFinalize: Updating package state database ... Done
11822026-07-02T17:27:43.714ZFinalize: Updating package cache ... Done
11832026-07-02T17:27:43.714ZFinalize: Updating image state ... Done
11842026-07-02T17:27:48.265ZFinalize: Creating fast lookup database ... Done
11852026-07-02T17:27:48.398ZFinalize: Reading search index ... Done
11862026-07-02T17:27:48.398ZFinalize: Updating search index ... Done
11872026-07-02T17:27:48.398ZFinalize: Updating package cache ... Done
11882026-07-02T17:27:48.398ZPlanning: Evaluating mediator changes ... Done
11892026-07-02T17:27:48.456ZPlanning: Checking for conflicting actions ... Done
11902026-07-02T17:27:48.457ZPlanning: Consolidating action changes ... Done
11912026-07-02T17:27:48.457ZPlanning: Evaluating mediators ... Done
11922026-07-02T17:27:48.457ZPlanning: Planning completed in 0.27 seconds
11932026-07-02T17:27:48.457Z Mediators to change: 1
11942026-07-02T17:27:48.457Z Create boot environment: No
11952026-07-02T17:27:48.457ZCreate backup boot environment: No
11962026-07-02T17:27:48.457ZFinalize: Updating package state database ... Done
11972026-07-02T17:27:48.457ZFinalize: Updating package cache ... Done
11982026-07-02T17:27:48.457ZFinalize: Updating image state ... Done
11992026-07-02T17:27:48.479ZFinalize: Creating fast lookup database ... Done
12002026-07-02T17:27:48.497ZFinalize: Reading search index ... Done
12012026-07-02T17:27:48.497ZFinalize: Updating search index ... Done
12022026-07-02T17:27:48.569ZFinalize: Updating package cache ... Done
12032026-07-02T17:27:49.064ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12042026-07-02T17:27:49.064Zapache system 2.4 system
12052026-07-02T17:27:49.064Zclang system 15 system
12062026-07-02T17:27:49.064Zcsh system system illumos
12072026-07-02T17:27:49.064Zctags system system illumos
12082026-07-02T17:27:49.064Zfile vendor vendor darwinsys
12092026-07-02T17:27:49.064Zfile system system illumos
12102026-07-02T17:27:49.064Zgcc vendor 14 vendor
12112026-07-02T17:27:49.064Zgcc system 13 system
12122026-07-02T17:27:49.064Zgcc system 10 system
12132026-07-02T17:27:49.064Zgo system 1.25 system
12142026-07-02T17:27:49.065Zllvm system 15 system
12152026-07-02T17:27:49.065Zmariadb system 11.4 system
12162026-07-02T17:27:49.065Zmta vendor vendor dma
12172026-07-02T17:27:49.065Zopenjdk system 17 system
12182026-07-02T17:27:49.065Zopenjdk system 11 system
12192026-07-02T17:27:49.065Zopenssl vendor 3 vendor
12202026-07-02T17:27:49.065Zperl system 5.40 system
12212026-07-02T17:27:49.065Zpostgresql system 18 system
12222026-07-02T17:27:49.065Zpostgresql system 17 system
12232026-07-02T17:27:49.065Zpython vendor 3 vendor
12242026-07-02T17:27:49.065Zpython system 2 system
12252026-07-02T17:27:49.065Zpython3 vendor 3.13 vendor
12262026-07-02T17:27:49.065Zruby system 3.4 system
12272026-07-02T17:27:49.065Zruby system 3.0 system
12282026-07-02T17:27:49.065Zwords vendor vendor american-english
12292026-07-02T17:27:49.065Zwords system system australian-english
12302026-07-02T17:27:49.065Zwords system system british-english
12312026-07-02T17:27:49.065Zwords system system canadian-english
12322026-07-02T17:27:49.065Zwords system system french
12332026-07-02T17:27:49.065Zwords system system italian
12342026-07-02T17:27:49.065Zwords system system ngerman
12352026-07-02T17:27:49.065Zwords system system ogerman
12362026-07-02T17:27:49.066Zwords system system spanish
12372026-07-02T17:27:49.217ZPUBLISHER TYPE STATUS P LOCATION
12382026-07-02T17:27:49.217Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12392026-07-02T17:27:49.442ZFMRI IFO
12402026-07-02T17:27:49.442Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12412026-07-02T17:27:49.442Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12422026-07-02T17:27:49.442Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12432026-07-02T17:27:49.443Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12442026-07-02T17:27:49.443Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12452026-07-02T17:27:49.443Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12462026-07-02T17:27:49.443Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12472026-07-02T17:27:49.443Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12482026-07-02T17:27:49.443Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12492026-07-02T17:27:49.957Z Downloading crates ...
12502026-07-02T17:27:50.016Z Downloaded cargo_toml v0.21.0
12512026-07-02T17:27:50.065Z Compiling proc-macro2 v1.0.106
12522026-07-02T17:27:50.065Z Compiling quote v1.0.45
12532026-07-02T17:27:50.065Z Compiling unicode-ident v1.0.24
12542026-07-02T17:27:50.070Z Compiling serde_core v1.0.228
12552026-07-02T17:27:50.070Z Compiling libc v0.2.185
12562026-07-02T17:27:50.070Z Compiling version_check v0.9.5
12572026-07-02T17:27:50.070Z Compiling memchr v2.8.0
12582026-07-02T17:27:50.070Z Compiling serde v1.0.228
12592026-07-02T17:27:50.071Z Compiling zmij v1.0.21
12602026-07-02T17:27:50.071Z Compiling thiserror v1.0.69
12612026-07-02T17:27:50.071Z Compiling itoa v1.0.17
12622026-07-02T17:27:50.071Z Compiling ucd-trie v0.1.7
12632026-07-02T17:27:50.145Z Compiling rustix v1.1.3
12642026-07-02T17:27:50.149Z Compiling byteorder v1.5.0
12652026-07-02T17:27:50.282Z Compiling bitflags v2.11.0
12662026-07-02T17:27:50.463Z Compiling serde_json v1.0.150
12672026-07-02T17:27:50.701Z Compiling syn v1.0.109
12682026-07-02T17:27:50.711Z Compiling camino v1.2.2
12692026-07-02T17:27:50.711Z Compiling pest v2.8.6
12702026-07-02T17:27:50.773Z Compiling proc-macro-error-attr v1.0.4
12712026-07-02T17:27:50.814Z Compiling usdt-impl v0.5.0
12722026-07-02T17:27:50.831Z Compiling proc-macro-error v1.0.4
12732026-07-02T17:27:50.841Z Compiling log v0.4.29
12742026-07-02T17:27:50.889Z Compiling hashbrown v0.17.0
12752026-07-02T17:27:50.939Z Compiling plain v0.2.3
12762026-07-02T17:27:50.999Z Compiling getrandom v0.4.1
12772026-07-02T17:27:51.039Z Compiling equivalent v1.0.2
12782026-07-02T17:27:51.145Z Compiling utf8parse v0.2.2
12792026-07-02T17:27:51.159Z Compiling winnow v0.7.14
12802026-07-02T17:27:51.159Z Compiling anstyle-query v1.1.5
12812026-07-02T17:27:51.194Z Compiling cfg-if v1.0.4
12822026-07-02T17:27:51.194Z Compiling autocfg v1.5.0
12832026-07-02T17:27:51.194Z Compiling is_terminal_polyfill v1.70.2
12842026-07-02T17:27:51.213Z Compiling errno v0.3.14
12852026-07-02T17:27:51.249Z Compiling thread-id v4.2.2
12862026-07-02T17:27:51.274Z Compiling anstyle-parse v1.0.0
12872026-07-02T17:27:51.274Z Compiling pretty-hex v0.4.1
12882026-07-02T17:27:51.280Z Compiling colorchoice v1.0.4
12892026-07-02T17:27:51.281Z Compiling anstyle v1.0.14
12902026-07-02T17:27:51.288Z Compiling toml_write v0.1.2
12912026-07-02T17:27:51.333Z Compiling thiserror v2.0.18
12922026-07-02T17:27:51.413Z Compiling fastrand v2.3.0
12932026-07-02T17:27:51.419Z Compiling anyhow v1.0.102
12942026-07-02T17:27:51.433Z Compiling indexmap v2.14.0
12952026-07-02T17:27:51.453Z Compiling anstream v1.0.0
12962026-07-02T17:27:51.495Z Compiling unicode-width v0.1.14
12972026-07-02T17:27:51.521Z Compiling fnv v1.0.7
12982026-07-02T17:27:51.625Z Compiling fs-err v3.3.0
12992026-07-02T17:27:51.635Z Compiling strsim v0.11.1
13002026-07-02T17:27:51.670Z Compiling bytecount v0.6.9
13012026-07-02T17:27:51.698Z Compiling syn v2.0.117
13022026-07-02T17:27:51.783Z Compiling once_cell v1.21.3
13032026-07-02T17:27:51.794Z Compiling clap_lex v1.0.0
13042026-07-02T17:27:51.805Z Compiling heck v0.4.1
13052026-07-02T17:27:51.823Z Compiling heck v0.5.0
13062026-07-02T17:27:51.852Z Compiling pest_meta v2.8.6
13072026-07-02T17:27:52.014Z Compiling papergrid v0.11.0
13082026-07-02T17:27:52.036Z Compiling memmap v0.7.0
13092026-07-02T17:27:52.050Z Compiling unicode-linebreak v0.1.5
13102026-07-02T17:27:52.070Z Compiling unicode-width v0.2.0
13112026-07-02T17:27:52.079Z Compiling smawk v0.3.2
13122026-07-02T17:27:52.089Z Compiling swrite v0.1.0
13132026-07-02T17:27:52.204Z Compiling terminal_size v0.4.3
13142026-07-02T17:27:52.231Z Compiling tempfile v3.25.0
13152026-07-02T17:27:52.300Z Compiling clap_builder v4.6.0
13162026-07-02T17:27:52.300Z Compiling textwrap v0.16.2
13172026-07-02T17:27:52.621Z Compiling cargo-platform v0.3.2
13182026-07-02T17:27:52.629Z Compiling semver v1.0.28
13192026-07-02T17:27:52.841Z Compiling camino-tempfile v1.4.1
13202026-07-02T17:27:53.219Z Compiling tabled_derive v0.7.0
13212026-07-02T17:27:53.854Z Compiling pest_generator v2.8.6
13222026-07-02T17:27:53.894Z Compiling tabled v0.15.0
13232026-07-02T17:27:54.390Z Compiling serde_derive v1.0.228
13242026-07-02T17:27:54.390Z Compiling thiserror-impl v1.0.69
13252026-07-02T17:27:54.406Z Compiling zerocopy-derive v0.7.35
13262026-07-02T17:27:54.406Z Compiling scroll_derive v0.12.1
13272026-07-02T17:27:54.406Z Compiling thiserror-impl v2.0.18
13282026-07-02T17:27:54.406Z Compiling clap_derive v4.6.1
13292026-07-02T17:27:54.421Z Compiling pest_derive v2.8.6
13302026-07-02T17:27:54.973Z Compiling scroll v0.12.0
13312026-07-02T17:27:55.077Z Compiling zerocopy v0.7.35
13322026-07-02T17:27:55.180Z Compiling goblin v0.8.2
13332026-07-02T17:27:55.369Z Compiling dtrace-parser v0.2.0
13342026-07-02T17:27:55.719Z Compiling clap v4.6.1
13352026-07-02T17:27:56.715Z Compiling dof v0.3.0
13362026-07-02T17:27:56.715Z Compiling serde_tokenstream v0.2.3
13372026-07-02T17:27:56.724Z Compiling serde_spanned v0.6.9
13382026-07-02T17:27:56.730Z Compiling toml_datetime v0.6.11
13392026-07-02T17:27:56.730Z Compiling macaddr v1.0.1
13402026-07-02T17:27:56.730Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13412026-07-02T17:27:56.730Z Compiling cargo_metadata v0.23.1
13422026-07-02T17:27:56.886Z Compiling toml_edit v0.22.27
13432026-07-02T17:27:57.358Z Compiling usdt-macro v0.5.0
13442026-07-02T17:27:57.364Z Compiling usdt-attr-macro v0.5.0
13452026-07-02T17:27:57.953Z Compiling usdt v0.5.0
13462026-07-02T17:27:58.151Z Compiling toml v0.8.23
13472026-07-02T17:27:58.470Z Compiling cargo_toml v0.21.0
13482026-07-02T17:27:59.778Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13492026-07-02T17:28:01.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s
13502026-07-02T17:28:01.814Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13512026-07-02T17:28:02.551Z Compiling libc v0.2.185
13522026-07-02T17:28:02.551Z Compiling serde_core v1.0.228
13532026-07-02T17:28:02.551Z Compiling serde v1.0.228
13542026-07-02T17:28:02.558Z Compiling log v0.4.29
13552026-07-02T17:28:02.558Z Compiling smallvec v1.15.1
13562026-07-02T17:28:02.558Z Compiling find-msvc-tools v0.1.9
13572026-07-02T17:28:02.558Z Compiling shlex v1.3.0
13582026-07-02T17:28:02.558Z Compiling subtle v2.6.1
13592026-07-02T17:28:02.822Z Compiling scopeguard v1.2.0
13602026-07-02T17:28:02.852Z Compiling stable_deref_trait v1.2.1
13612026-07-02T17:28:02.852Z Compiling typenum v1.20.1
13622026-07-02T17:28:02.852Z Compiling serde_json v1.0.150
13632026-07-02T17:28:02.852Z Compiling portable-atomic v1.13.1
13642026-07-02T17:28:02.852Z Compiling syn v2.0.117
13652026-07-02T17:28:02.852Z Compiling zerocopy v0.8.40
13662026-07-02T17:28:02.852Z Compiling parking_lot_core v0.9.12
13672026-07-02T17:28:02.872Z Compiling lock_api v0.4.14
13682026-07-02T17:28:02.888Z Compiling pin-project-lite v0.2.17
13692026-07-02T17:28:02.909Z Compiling pkg-config v0.3.32
13702026-07-02T17:28:02.909Z Compiling critical-section v1.2.0
13712026-07-02T17:28:02.935Z Compiling libm v0.2.16
13722026-07-02T17:28:02.939Z Compiling getrandom v0.4.1
13732026-07-02T17:28:02.999Z Compiling futures-core v0.3.32
13742026-07-02T17:28:03.045Z Compiling num-traits v0.2.19
13752026-07-02T17:28:03.068Z Compiling generic-array v0.14.7
13762026-07-02T17:28:03.075Z Compiling const-oid v0.9.6
13772026-07-02T17:28:03.087Z Compiling rand_core v0.10.0
13782026-07-02T17:28:03.132Z Compiling percent-encoding v2.3.2
13792026-07-02T17:28:03.174Z Compiling litemap v0.8.1
13802026-07-02T17:28:03.200Z Compiling writeable v0.6.2
13812026-07-02T17:28:03.324Z Compiling icu_properties_data v2.1.2
13822026-07-02T17:28:03.360Z Compiling icu_normalizer_data v2.1.1
13832026-07-02T17:28:03.391Z Compiling futures-sink v0.3.32
13842026-07-02T17:28:03.401Z Compiling slab v0.4.12
13852026-07-02T17:28:03.426Z Compiling futures-task v0.3.32
13862026-07-02T17:28:03.433Z Compiling futures-io v0.3.32
13872026-07-02T17:28:03.455Z Compiling getrandom v0.3.4
13882026-07-02T17:28:03.475Z Compiling futures-channel v0.3.32
13892026-07-02T17:28:03.484Z Compiling rustversion v1.0.22
13902026-07-02T17:28:03.556Z Compiling utf8_iter v1.0.4
13912026-07-02T17:28:03.629Z Compiling jobserver v0.1.34
13922026-07-02T17:28:03.629Z Compiling errno v0.3.14
13932026-07-02T17:28:03.635Z Compiling getrandom v0.2.17
13942026-07-02T17:28:03.671Z Compiling mio v1.2.0
13952026-07-02T17:28:03.716Z Compiling socket2 v0.6.3
13962026-07-02T17:28:03.755Z Compiling signal-hook-registry v1.4.8
13972026-07-02T17:28:03.800Z Compiling form_urlencoded v1.2.2
13982026-07-02T17:28:03.862Z Compiling cc v1.2.56
13992026-07-02T17:28:03.876Z Compiling rand_core v0.6.4
14002026-07-02T17:28:03.904Z Compiling parking_lot v0.12.5
14012026-07-02T17:28:03.937Z Compiling once_cell v1.21.3
14022026-07-02T17:28:03.965Z Compiling fs_extra v1.3.0
14032026-07-02T17:28:04.005Z Compiling ident_case v1.0.1
14042026-07-02T17:28:04.048Z Compiling dunce v1.0.5
14052026-07-02T17:28:04.071Z Compiling rustix v1.1.3
14062026-07-02T17:28:04.077Z Compiling regex-syntax v0.8.10
14072026-07-02T17:28:04.154Z Compiling iana-time-zone v0.1.65
14082026-07-02T17:28:04.178Z Compiling vcpkg v0.2.15
14092026-07-02T17:28:04.183Z Compiling base64ct v1.8.3
14102026-07-02T17:28:04.207Z Compiling tracing-core v0.1.36
14112026-07-02T17:28:04.221Z Compiling base64 v0.22.1
14122026-07-02T17:28:04.256Z Compiling flagset v0.4.7
14132026-07-02T17:28:04.307Z Compiling aws-lc-rs v1.16.3
14142026-07-02T17:28:04.397Z Compiling cmov v0.5.4
14152026-07-02T17:28:04.435Z Compiling tinyvec_macros v0.1.1
14162026-07-02T17:28:04.496Z Compiling rand_core v0.9.5
14172026-07-02T17:28:04.507Z Compiling pem-rfc7468 v0.7.0
14182026-07-02T17:28:04.529Z Compiling httparse v1.10.1
14192026-07-02T17:28:04.546Z Compiling openssl-probe v0.2.1
14202026-07-02T17:28:04.582Z Compiling ctutils v0.4.2
14212026-07-02T17:28:04.627Z Compiling cmake v0.1.57
14222026-07-02T17:28:04.642Z Compiling tinyvec v1.10.0
14232026-07-02T17:28:04.660Z Compiling aho-corasick v1.1.4
14242026-07-02T17:28:04.930Z Compiling try-lock v0.2.5
14252026-07-02T17:28:04.983Z Compiling dyn-clone v1.0.20
14262026-07-02T17:28:04.983Z Compiling tower-layer v0.3.3
14272026-07-02T17:28:04.983Z Compiling schemars v0.8.22
14282026-07-02T17:28:04.984Z Compiling tower-service v0.3.3
14292026-07-02T17:28:04.984Z Compiling atomic-waker v1.1.2
14302026-07-02T17:28:04.984Z Compiling untrusted v0.7.1
14312026-07-02T17:28:04.984Z Compiling want v0.3.1
14322026-07-02T17:28:04.984Z Compiling foreign-types-shared v0.1.1
14332026-07-02T17:28:04.984Z Compiling bitflags v2.11.0
14342026-07-02T17:28:04.998Z Compiling semver v1.0.28
14352026-07-02T17:28:04.998Z Compiling indexmap v2.14.0
14362026-07-02T17:28:04.998Z Compiling uuid v1.23.4
14372026-07-02T17:28:04.998Z Compiling openssl v0.10.79
14382026-07-02T17:28:05.039Z Compiling rustls v0.23.41
14392026-07-02T17:28:05.051Z Compiling httpdate v1.0.3
14402026-07-02T17:28:05.065Z Compiling cpufeatures v0.2.17
14412026-07-02T17:28:05.132Z Compiling untrusted v0.9.0
14422026-07-02T17:28:05.154Z Compiling unicode-normalization v0.1.25
14432026-07-02T17:28:05.178Z Compiling foreign-types v0.3.2
14442026-07-02T17:28:05.253Z Compiling rustc_version v0.4.1
14452026-07-02T17:28:05.263Z Compiling spin v0.9.8
14462026-07-02T17:28:05.275Z Compiling native-tls v0.2.18
14472026-07-02T17:28:05.295Z Compiling time-core v0.1.8
14482026-07-02T17:28:05.317Z Compiling powerfmt v0.2.0
14492026-07-02T17:28:05.328Z Compiling num-conv v0.2.0
14502026-07-02T17:28:05.396Z Compiling crc32fast v1.5.0
14512026-07-02T17:28:05.472Z Compiling deranged v0.5.8
14522026-07-02T17:28:05.487Z Compiling time-macros v0.2.27
14532026-07-02T17:28:05.517Z Compiling aws-lc-sys v0.40.0
14542026-07-02T17:28:05.517Z Compiling openssl-sys v0.9.115
14552026-07-02T17:28:05.530Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14562026-07-02T17:28:05.545Z Compiling wait-timeout v0.2.1
14572026-07-02T17:28:05.594Z Compiling regex-automata v0.4.14
14582026-07-02T17:28:05.639Z Compiling sync_wrapper v1.0.2
14592026-07-02T17:28:05.661Z Compiling synstructure v0.13.2
14602026-07-02T17:28:05.705Z Compiling serde_derive_internals v0.29.1
14612026-07-02T17:28:05.760Z Compiling pest_generator v2.8.6
14622026-07-02T17:28:05.773Z Compiling darling_core v0.20.11
14632026-07-02T17:28:05.863Z Compiling simd-adler32 v0.3.8
14642026-07-02T17:28:06.062Z Compiling tempfile v3.25.0
14652026-07-02T17:28:06.127Z Compiling syn v1.0.109
14662026-07-02T17:28:06.310Z Compiling siphasher v1.0.2
14672026-07-02T17:28:06.319Z Compiling num_threads v0.1.7
14682026-07-02T17:28:06.391Z Compiling usdt-impl v0.6.0
14692026-07-02T17:28:06.429Z Compiling crossbeam-utils v0.8.21
14702026-07-02T17:28:06.456Z Compiling bit-vec v0.8.0
14712026-07-02T17:28:06.478Z Compiling quick-error v1.2.3
14722026-07-02T17:28:06.529Z Compiling darling_core v0.21.3
14732026-07-02T17:28:06.543Z Compiling heapless v0.7.17
14742026-07-02T17:28:06.554Z Compiling bzip2-sys v0.1.13+1.0.8
14752026-07-02T17:28:06.601Z Compiling rusty-fork v0.3.1
14762026-07-02T17:28:06.629Z Compiling time v0.3.47
14772026-07-02T17:28:06.643Z Compiling bit-set v0.8.0
14782026-07-02T17:28:06.669Z Compiling rand_xorshift v0.4.0
14792026-07-02T17:28:06.693Z Compiling slog v2.8.2
14802026-07-02T17:28:06.708Z Compiling thread-id v5.1.0
14812026-07-02T17:28:06.721Z Compiling cookie v0.18.1
14822026-07-02T17:28:06.791Z Compiling allocator-api2 v0.2.21
14832026-07-02T17:28:06.814Z Compiling unarray v0.1.4
14842026-07-02T17:28:06.843Z Compiling signal-hook v0.3.18
14852026-07-02T17:28:06.850Z Compiling unicode-properties v0.1.4
14862026-07-02T17:28:06.856Z Compiling paste v1.0.15
14872026-07-02T17:28:06.882Z Compiling ryu v1.0.23
14882026-07-02T17:28:06.913Z Compiling unicode-bidi v0.3.18
14892026-07-02T17:28:07.306Z Compiling zstd-safe v7.2.4
14902026-07-02T17:28:07.306Z Compiling iri-string v0.7.10
14912026-07-02T17:28:07.306Z Compiling adler2 v2.0.1
14922026-07-02T17:28:07.306Z Compiling anyhow v1.0.102
14932026-07-02T17:28:07.306Z Compiling miniz_oxide v0.8.9
14942026-07-02T17:28:07.306Z Compiling camino v1.2.2
14952026-07-02T17:28:07.306Z Compiling stringprep v0.1.5
14962026-07-02T17:28:07.418Z Compiling serde_derive v1.0.228
14972026-07-02T17:28:07.449Z Compiling zeroize_derive v1.4.3
14982026-07-02T17:28:07.469Z Compiling zerofrom-derive v0.1.6
14992026-07-02T17:28:07.634Z Compiling yoke-derive v0.8.1
15002026-07-02T17:28:07.715Z Compiling zerovec-derive v0.11.2
15012026-07-02T17:28:07.741Z Compiling zerocopy-derive v0.8.40
15022026-07-02T17:28:07.796Z Compiling displaydoc v0.2.5
15032026-07-02T17:28:07.934Z Compiling tokio-macros v2.7.0
15042026-07-02T17:28:08.119Z Compiling zeroize v1.8.2
15052026-07-02T17:28:08.139Z Compiling futures-macro v0.3.32
15062026-07-02T17:28:08.237Z Compiling thiserror-impl v2.0.18
15072026-07-02T17:28:08.534Z Compiling der_derive v0.7.3
15082026-07-02T17:28:08.617Z Compiling tracing-attributes v0.1.31
15092026-07-02T17:28:08.734Z Compiling rustls-pki-types v1.14.0
15102026-07-02T17:28:08.907Z Compiling crypto-common v0.1.7
15112026-07-02T17:28:08.939Z Compiling block-buffer v0.10.4
15122026-07-02T17:28:08.960Z Compiling hybrid-array v0.4.13
15132026-07-02T17:28:08.991Z Compiling zerofrom v0.1.6
15142026-07-02T17:28:09.009Z Compiling futures-util v0.3.32
15152026-07-02T17:28:09.034Z Compiling schemars_derive v0.8.22
15162026-07-02T17:28:09.133Z Compiling yoke v0.8.1
15172026-07-02T17:28:09.159Z Compiling digest v0.10.7
15182026-07-02T17:28:09.200Z Compiling scroll_derive v0.13.1
15192026-07-02T17:28:09.244Z Compiling pest_derive v2.8.6
15202026-07-02T17:28:09.333Z Compiling zerovec v0.11.5
15212026-07-02T17:28:09.447Z Compiling zerotrie v0.2.3
15222026-07-02T17:28:09.609Z Compiling der v0.7.10
15232026-07-02T17:28:10.030Z Compiling thiserror v2.0.18
15242026-07-02T17:28:10.133Z Compiling darling_macro v0.20.11
15252026-07-02T17:28:10.134Z Compiling openssl-macros v0.1.1
15262026-07-02T17:28:10.134Z Compiling hmac v0.12.1
15272026-07-02T17:28:10.134Z Compiling tinystr v0.8.2
15282026-07-02T17:28:10.134Z Compiling potential_utf v0.1.4
15292026-07-02T17:28:10.134Z Compiling sha2 v0.10.9
15302026-07-02T17:28:10.134Z Compiling dtrace-parser v0.3.0
15312026-07-02T17:28:10.134Z Compiling icu_locale_core v2.1.1
15322026-07-02T17:28:10.178Z Compiling icu_collections v2.1.1
15332026-07-02T17:28:10.178Z Compiling tracing v0.1.44
15342026-07-02T17:28:10.179Z Compiling scroll v0.13.0
15352026-07-02T17:28:10.321Z Compiling darling v0.20.11
15362026-07-02T17:28:10.387Z Compiling goblin v0.10.5
15372026-07-02T17:28:10.425Z Compiling derive_builder_core v0.20.2
15382026-07-02T17:28:10.425Z Compiling thiserror-impl v1.0.69
15392026-07-02T17:28:10.473Z Compiling scroll_derive v0.12.1
15402026-07-02T17:28:10.567Z Compiling spki v0.7.3
15412026-07-02T17:28:10.772Z Compiling icu_provider v2.1.1
15422026-07-02T17:28:10.795Z Compiling pkcs8 v0.10.2
15432026-07-02T17:28:10.935Z Compiling block-buffer v0.12.1
15442026-07-02T17:28:10.976Z Compiling bytes v1.11.1
15452026-07-02T17:28:11.027Z Compiling icu_properties v2.1.2
15462026-07-02T17:28:11.070Z Compiling icu_normalizer v2.1.1
15472026-07-02T17:28:11.101Z Compiling chrono v0.4.44
15482026-07-02T17:28:11.126Z Compiling ipnet v2.11.0
15492026-07-02T17:28:11.154Z Compiling scroll v0.12.0
15502026-07-02T17:28:11.245Z Compiling erased-serde v0.3.31
15512026-07-02T17:28:11.292Z Compiling derive_builder_macro v0.20.2
15522026-07-02T17:28:11.333Z Compiling serde_urlencoded v0.7.1
15532026-07-02T17:28:11.432Z Compiling tokio v1.52.1
15542026-07-02T17:28:11.451Z Compiling http v1.4.2
15552026-07-02T17:28:11.594Z Compiling serde_spanned v0.6.9
15562026-07-02T17:28:11.622Z Compiling toml_datetime v0.6.11
15572026-07-02T17:28:11.630Z Compiling serde_tokenstream v0.2.3
15582026-07-02T17:28:11.647Z Compiling crypto-common v0.2.2
15592026-07-02T17:28:11.739Z Compiling block-padding v0.4.2
15602026-07-02T17:28:11.757Z Compiling thiserror v1.0.69
15612026-07-02T17:28:11.771Z Compiling signature v2.2.0
15622026-07-02T17:28:11.809Z Compiling md-5 v0.10.6
15632026-07-02T17:28:11.871Z Compiling darling_macro v0.21.3
15642026-07-02T17:28:11.900Z Compiling idna_adapter v1.2.1
15652026-07-02T17:28:11.932Z Compiling rustls-native-certs v0.8.3
15662026-07-02T17:28:11.953Z Compiling bstr v1.12.1
15672026-07-02T17:28:11.992Z Compiling async-trait v0.1.89
15682026-07-02T17:28:12.066Z Compiling idna v1.1.0
15692026-07-02T17:28:12.159Z Compiling http-body v1.0.1
15702026-07-02T17:28:12.197Z Compiling pin-project-internal v1.1.11
15712026-07-02T17:28:12.227Z Compiling ppv-lite86 v0.2.21
15722026-07-02T17:28:12.329Z Compiling http-body-util v0.1.3
15732026-07-02T17:28:12.399Z Compiling url v2.5.8
15742026-07-02T17:28:12.415Z Compiling zerocopy-derive v0.7.35
15752026-07-02T17:28:12.925Z Compiling curve25519-dalek v4.1.3
15762026-07-02T17:28:13.024Z Compiling rand_chacha v0.9.0
15772026-07-02T17:28:13.024Z Compiling rand_chacha v0.3.1
15782026-07-02T17:28:13.024Z Compiling num-integer v0.1.46
15792026-07-02T17:28:13.024Z Compiling rand v0.9.2
15802026-07-02T17:28:13.024Z Compiling vergen-lib v9.1.0
15812026-07-02T17:28:13.086Z Compiling hash32 v0.2.1
15822026-07-02T17:28:13.111Z Compiling memoffset v0.9.1
15832026-07-02T17:28:13.111Z Compiling encoding_rs v0.8.35
15842026-07-02T17:28:13.167Z Compiling dof v0.4.0
15852026-07-02T17:28:13.229Z Compiling mime v0.3.17
15862026-07-02T17:28:13.253Z Compiling cfg_aliases v0.2.1
15872026-07-02T17:28:13.278Z Compiling rustix v0.38.44
15882026-07-02T17:28:13.298Z Compiling zlib-rs v0.6.2
15892026-07-02T17:28:13.326Z Compiling proptest v1.10.0
15902026-07-02T17:28:13.361Z Compiling fallible-iterator v0.2.0
15912026-07-02T17:28:13.369Z Compiling smoltcp v0.9.1
15922026-07-02T17:28:13.402Z Compiling psl-types v2.0.11
15932026-07-02T17:28:13.426Z Compiling num-bigint-dig v0.8.6
15942026-07-02T17:28:13.522Z Compiling litrs v1.0.0
15952026-07-02T17:28:17.268Z Compiling ref-cast v1.0.25
15962026-07-02T17:28:17.377Z Compiling publicsuffix v2.3.0
15972026-07-02T17:28:17.377Z Compiling ipnetwork v0.21.1
15982026-07-02T17:28:17.377Z Compiling postgres-protocol v0.6.10
15992026-07-02T17:28:17.377Z Compiling pin-project v1.1.11
16002026-07-02T17:28:17.377Z Compiling zerocopy v0.7.35
16012026-07-02T17:28:17.377Z Compiling nix v0.31.2
16022026-07-02T17:28:17.378Z Compiling oxnet v0.1.6
16032026-07-02T17:28:17.378Z Compiling document-features v0.2.12
16042026-07-02T17:28:17.378Z Compiling num-iter v0.1.45
16052026-07-02T17:28:17.378Z Compiling rand v0.8.6
16062026-07-02T17:28:17.378Z Compiling darling v0.21.3
16072026-07-02T17:28:17.378Z Compiling inout v0.2.2
16082026-07-02T17:28:17.378Z Compiling derive_builder v0.20.2
16092026-07-02T17:28:17.378Z Compiling goblin v0.8.2
16102026-07-02T17:28:17.378Z Compiling hubpack_derive v0.1.1
16112026-07-02T17:28:17.378Z Compiling futures-executor v0.3.32
16122026-07-02T17:28:17.378Z Compiling hex v0.4.3
16132026-07-02T17:28:17.378Z Compiling regex v1.12.3
16142026-07-02T17:28:17.378Z Compiling strum_macros v0.27.2
16152026-07-02T17:28:17.378Z Compiling daft-derive v0.1.7
16162026-07-02T17:28:17.378Z Compiling curve25519-dalek-derive v0.1.1
16172026-07-02T17:28:17.378Z Compiling snafu-derive v0.8.9
16182026-07-02T17:28:17.378Z Compiling ref-cast-impl v1.0.25
16192026-07-02T17:28:17.378Z Compiling phf_shared v0.13.1
16202026-07-02T17:28:17.378Z Compiling terminal_size v0.4.3
16212026-07-02T17:28:17.378Z Compiling lazy_static v1.5.0
16222026-07-02T17:28:17.378Z Compiling anstyle-parse v0.2.7
16232026-07-02T17:28:17.378Z Compiling cargo-platform v0.3.2
16242026-07-02T17:28:17.378Z Compiling vergen v9.1.0
16252026-07-02T17:28:17.378Z Compiling ff v0.13.1
16262026-07-02T17:28:17.378Z Compiling fs-err v3.3.0
16272026-07-02T17:28:17.378Z Compiling tokio-util v0.7.18
16282026-07-02T17:28:17.378Z Compiling tower v0.5.3
16292026-07-02T17:28:17.378Z Compiling tokio-native-tls v0.3.1
16302026-07-02T17:28:17.378Z Compiling ahash v0.8.12
16312026-07-02T17:28:17.379Z Compiling foldhash v0.2.0
16322026-07-02T17:28:17.379Z Compiling bumpalo v3.20.2
16332026-07-02T17:28:17.379Z Compiling same-file v1.0.6
16342026-07-02T17:28:17.379Z Compiling foldhash v0.1.5
16352026-07-02T17:28:17.379Z Compiling base16ct v0.2.0
16362026-07-02T17:28:17.379Z Compiling bitflags v1.3.2
16372026-07-02T17:28:17.379Z Compiling managed v0.8.0
16382026-07-02T17:28:17.379Z Compiling libbz2-rs-sys v0.2.2
16392026-07-02T17:28:17.379Z Compiling object v0.37.3
16402026-07-02T17:28:17.379Z Compiling winnow v0.5.40
16412026-07-02T17:28:17.379Z Compiling unicode-segmentation v1.12.0
16422026-07-02T17:28:17.379Z Compiling clap_builder v4.6.0
16432026-07-02T17:28:17.379Z Compiling newtype-uuid v1.3.2
16442026-07-02T17:28:17.379Z Compiling tower-http v0.6.8
16452026-07-02T17:28:17.379Z Compiling daft v0.1.7
16462026-07-02T17:28:17.379Z Compiling h2 v0.4.15
16472026-07-02T17:28:17.429Z Compiling bzip2 v0.6.1
16482026-07-02T17:28:17.429Z Compiling flate2 v1.1.9
16492026-07-02T17:28:17.429Z Compiling zopfli v0.8.3
16502026-07-02T17:28:17.429Z Compiling sec1 v0.7.3
16512026-07-02T17:28:17.429Z Compiling hashbrown v0.15.5
16522026-07-02T17:28:17.429Z Compiling hashbrown v0.16.1
16532026-07-02T17:28:17.429Z Compiling walkdir v2.5.0
16542026-07-02T17:28:17.429Z Compiling strum v0.27.2
16552026-07-02T17:28:17.429Z Compiling snafu v0.8.9
16562026-07-02T17:28:17.429Z Compiling dof v0.3.0
16572026-07-02T17:28:17.429Z Compiling cargo_metadata v0.23.1
16582026-07-02T17:28:17.430Z Compiling group v0.13.0
16592026-07-02T17:28:17.430Z Compiling anstream v0.6.21
16602026-07-02T17:28:17.430Z Compiling toml_edit v0.19.15
16612026-07-02T17:28:17.430Z Compiling phf v0.13.1
16622026-07-02T17:28:17.430Z Compiling signal-hook-mio v0.2.5
16632026-07-02T17:28:17.430Z Compiling hubpack v0.1.2
16642026-07-02T17:28:17.430Z Compiling cookie_store v0.22.1
16652026-07-02T17:28:17.430Z Compiling usdt-macro v0.6.0
16662026-07-02T17:28:17.430Z Compiling usdt-attr-macro v0.6.0
16672026-07-02T17:28:17.430Z Compiling futures v0.3.32
16682026-07-02T17:28:17.430Z Compiling bzip2 v0.4.4
16692026-07-02T17:28:17.430Z Compiling cipher v0.5.2
16702026-07-02T17:28:17.495Z Compiling serde_with_macros v3.17.0
16712026-07-02T17:28:17.556Z Compiling postgres-types v0.2.12
16722026-07-02T17:28:17.747Z Compiling zstd v0.13.3
16732026-07-02T17:28:17.990Z Compiling globset v0.4.18
16742026-07-02T17:28:17.996Z Compiling ed25519 v2.2.3
16752026-07-02T17:28:18.028Z Compiling dtrace-parser v0.2.0
16762026-07-02T17:28:18.054Z Compiling pkcs1 v0.7.5
16772026-07-02T17:28:18.117Z Compiling serde_plain v1.0.2
16782026-07-02T17:28:18.131Z Compiling serde-big-array v0.5.1
16792026-07-02T17:28:18.256Z Compiling olpc-cjson v0.1.4
16802026-07-02T17:28:18.286Z Compiling hkdf v0.12.4
16812026-07-02T17:28:18.328Z Compiling crypto-bigint v0.5.5
16822026-07-02T17:28:18.436Z Compiling serde_repr v0.1.20
16832026-07-02T17:28:18.473Z Compiling enum-as-inner v0.6.1
16842026-07-02T17:28:18.486Z Compiling clap_derive v4.6.1
16852026-07-02T17:28:18.639Z Compiling strum_macros v0.26.4
16862026-07-02T17:28:18.707Z Compiling async-recursion v1.1.1
16872026-07-02T17:28:18.811Z Compiling phf_shared v0.11.3
16882026-07-02T17:28:18.844Z Compiling float-cmp v0.10.0
16892026-07-02T17:28:18.952Z Compiling pem v3.0.6
16902026-07-02T17:28:18.983Z Compiling memmap2 v0.9.10
16912026-07-02T17:28:19.013Z Compiling thread-id v4.2.2
16922026-07-02T17:28:19.026Z Compiling env_filter v1.0.0
16932026-07-02T17:28:19.040Z Compiling normalize-line-endings v0.3.0
16942026-07-02T17:28:19.057Z Compiling static_assertions v1.1.0
16952026-07-02T17:28:19.114Z Compiling winnow v1.0.3
16962026-07-02T17:28:19.142Z Compiling fixedbitset v0.4.2
16972026-07-02T17:28:19.155Z Compiling difflib v0.4.0
16982026-07-02T17:28:19.225Z Compiling predicates-core v1.0.10
16992026-07-02T17:28:19.311Z Compiling hyper v1.10.1
17002026-07-02T17:28:19.363Z Compiling typed-path v0.9.3
17012026-07-02T17:28:19.382Z Compiling jiff v0.2.21
17022026-07-02T17:28:19.415Z Compiling const-oid v0.10.2
17032026-07-02T17:28:19.430Z Compiling precomputed-hash v0.1.1
17042026-07-02T17:28:19.487Z Compiling either v1.15.0
17052026-07-02T17:28:19.530Z Compiling keccak v0.1.6
17062026-07-02T17:28:19.643Z Compiling whoami v2.1.0
17072026-07-02T17:28:19.720Z Compiling cpufeatures v0.3.0
17082026-07-02T17:28:19.764Z Compiling data-encoding v2.10.0
17092026-07-02T17:28:19.781Z Compiling new_debug_unreachable v1.0.6
17102026-07-02T17:28:19.808Z Compiling fixedbitset v0.5.7
17112026-07-02T17:28:19.863Z Compiling string_cache v0.8.9
17122026-07-02T17:28:19.911Z Compiling tokio-postgres v0.7.16
17132026-07-02T17:28:20.055Z Compiling petgraph v0.8.3
17142026-07-02T17:28:20.162Z Compiling hickory-proto v0.25.2
17152026-07-02T17:28:20.166Z Compiling chacha20 v0.10.0
17162026-07-02T17:28:20.297Z Compiling sha3 v0.10.8
17172026-07-02T17:28:20.366Z Compiling clap v4.6.1
17182026-07-02T17:28:20.410Z Compiling itertools v0.13.0
17192026-07-02T17:28:20.463Z Compiling hyper-util v0.1.20
17202026-07-02T17:28:20.493Z Compiling strum v0.26.3
17212026-07-02T17:28:20.508Z Compiling digest v0.11.3
17222026-07-02T17:28:20.543Z Compiling toml_parser v1.1.2+spec-1.1.0
17232026-07-02T17:28:20.586Z Compiling predicates v3.1.4
17242026-07-02T17:28:20.641Z Compiling elliptic-curve v0.13.8
17252026-07-02T17:28:20.658Z Compiling toml_edit v0.22.27
17262026-07-02T17:28:20.760Z Compiling petgraph v0.6.5
17272026-07-02T17:28:20.782Z Compiling env_logger v0.11.9
17282026-07-02T17:28:20.986Z Compiling usdt v0.6.0
17292026-07-02T17:28:21.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17302026-07-02T17:28:21.145Z Compiling usdt-impl v0.5.0
17312026-07-02T17:28:21.212Z Compiling crossterm v0.28.1
17322026-07-02T17:28:21.263Z Compiling serde_with v3.17.0
17332026-07-02T17:28:21.277Z Compiling toml v0.7.8
17342026-07-02T17:28:21.681Z Compiling rsa v0.9.10
17352026-07-02T17:28:21.741Z Compiling ed25519-dalek v2.2.0
17362026-07-02T17:28:21.890Z Compiling hyper-tls v0.6.0
17372026-07-02T17:28:22.061Z Compiling zip v4.6.1
17382026-07-02T17:28:22.143Z Compiling reqwest v0.12.28
17392026-07-02T17:28:22.283Z Compiling zip v0.6.6
17402026-07-02T17:28:22.407Z Compiling iddqd v0.4.2
17412026-07-02T17:28:22.651Z Compiling tokio-stream v0.1.18
17422026-07-02T17:28:22.879Z Compiling heck v0.4.1
17432026-07-02T17:28:22.943Z Compiling similar v2.7.0
17442026-07-02T17:28:23.062Z Compiling buf-list v1.1.2
17452026-07-02T17:28:23.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-07-02T17:28:23.135Z Compiling openapiv3 v2.2.0
17472026-07-02T17:28:23.278Z Compiling x509-cert v0.2.5
17482026-07-02T17:28:23.358Z Compiling crossbeam-epoch v0.9.18
17492026-07-02T17:28:23.414Z Compiling lalrpop-util v0.19.12
17502026-07-02T17:28:23.459Z Compiling peg-runtime v0.8.5
17512026-07-02T17:28:23.668Z Compiling thread_local v1.1.9
17522026-07-02T17:28:23.689Z Compiling slog-async v2.8.0
17532026-07-02T17:28:23.743Z Compiling crossbeam-channel v0.5.15
17542026-07-02T17:28:23.756Z Compiling filetime v0.2.27
17552026-07-02T17:28:23.796Z Compiling is-terminal v0.4.17
17562026-07-02T17:28:23.857Z Compiling term v1.2.1
17572026-07-02T17:28:23.913Z Compiling xattr v1.6.1
17582026-07-02T17:28:23.957Z Compiling take_mut v0.2.2
17592026-07-02T17:28:23.962Z Compiling camino-tempfile v1.4.1
17602026-07-02T17:28:24.053Z Compiling tar v0.4.45
17612026-07-02T17:28:24.138Z Compiling slog-term v2.9.2
17622026-07-02T17:28:41.932Z Compiling rustls-webpki v0.103.13
17632026-07-02T17:28:44.613Z Compiling tokio-rustls v0.26.4
17642026-07-02T17:28:44.613Z Compiling rustls-platform-verifier v0.6.2
17652026-07-02T17:28:44.613Z Compiling tough v0.22.0
17662026-07-02T17:28:44.813Z Compiling hyper-rustls v0.27.7
17672026-07-02T17:28:45.005Z Compiling reqwest v0.13.2
17682026-07-02T17:28:47.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17692026-07-02T17:28:47.424Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17702026-07-02T17:28:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.38s
17712026-07-02T17:28:50.369Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17722026-07-02T17:28:50.422ZJul 02 17:28:49.663 INFO Starting download, target: Cockroach
17732026-07-02T17:28:50.422ZJul 02 17:28:49.664 INFO Starting download, target: Clickhouse
17742026-07-02T17:28:50.422ZJul 02 17:28:49.664 INFO Starting download, target: Console
17752026-07-02T17:28:50.422ZJul 02 17:28:49.664 INFO Starting download, target: DendriteStub
17762026-07-02T17:28:50.426ZJul 02 17:28:49.664 INFO Starting download, target: MaghemiteMgd
17772026-07-02T17:28:50.426ZJul 02 17:28:49.664 INFO Starting download, target: MaghemiteDdmd
17782026-07-02T17:28:50.426ZJul 02 17:28:49.664 INFO Starting download, target: TransceiverControl
17792026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17802026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17822026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17832026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17842026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17852026-07-02T17:28:50.427ZJul 02 17:28:49.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17862026-07-02T17:28:50.838ZJul 02 17:28:50.064 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17872026-07-02T17:28:51.045ZJul 02 17:28:50.278 INFO Download complete, target: TransceiverControl
17882026-07-02T17:28:52.003ZJul 02 17:28:51.171 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17892026-07-02T17:28:52.387ZJul 02 17:28:51.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17902026-07-02T17:28:52.613ZJul 02 17:28:51.850 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17912026-07-02T17:28:52.775ZJul 02 17:28:52.014 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17922026-07-02T17:28:52.862ZJul 02 17:28:52.104 INFO Download complete, target: Console
17932026-07-02T17:28:53.002ZJul 02 17:28:52.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17942026-07-02T17:28:53.002ZJul 02 17:28:52.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17952026-07-02T17:28:53.735ZJul 02 17:28:52.975 INFO Download complete, target: MaghemiteDdmd
17962026-07-02T17:28:54.194ZJul 02 17:28:53.307 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-07-02T17:28:54.847ZJul 02 17:28:54.089 INFO Download complete, target: DendriteStub
17982026-07-02T17:28:55.233ZJul 02 17:28:54.475 INFO Download complete, target: MaghemiteMgd
17992026-07-02T17:28:57.614ZJul 02 17:28:56.850 INFO Checking that binary works, target: Cockroach
18002026-07-02T17:28:57.741ZJul 02 17:28:56.967 INFO Download complete, target: Cockroach
18012026-07-02T17:29:00.676ZJul 02 17:28:59.918 INFO Checking that binary works, target: Clickhouse
18022026-07-02T17:29:00.770ZJul 02 17:29:00.012 INFO Download complete, target: Clickhouse
18032026-07-02T17:29:00.777ZAll prerequisites installed successfully
18042026-07-02T17:29:00.781Z
18052026-07-02T17:29:00.781Zreal 1:29.910169192
18062026-07-02T17:29:00.781Zuser 6:34.409381296
18072026-07-02T17:29:00.781Zsys 1:36.485414667
18082026-07-02T17:29:00.781Ztrap 0.231191436
18092026-07-02T17:29:00.781Ztflt 0.920907331
18102026-07-02T17:29:00.781Zdflt 1.696514741
18112026-07-02T17:29:00.781Zkflt 0.029700238
18122026-07-02T17:29:00.782Zlock 23:37.600555052
18132026-07-02T17:29:00.782Zslp 18:05.739468386
18142026-07-02T17:29:00.782Zlat 21.310470935
18152026-07-02T17:29:00.782Zstop 2:20.760053165
18162026-07-02T17:29:00.782Z+ source ./tools/include/force-git-over-https.sh
18172026-07-02T17:29:00.782Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18182026-07-02T17:29:00.782Z++ (( i = 0 ))
18192026-07-02T17:29:00.782Z++ (( i < 5 ))
18202026-07-02T17:29:00.782Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18212026-07-02T17:29:00.786Z++ (( i++ ))
18222026-07-02T17:29:00.786Z++ (( i < 5 ))
18232026-07-02T17:29:00.786Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18242026-07-02T17:29:00.787Z++ (( i++ ))
18252026-07-02T17:29:00.787Z++ (( i < 5 ))
18262026-07-02T17:29:00.787Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18272026-07-02T17:29:00.791Z++ (( i++ ))
18282026-07-02T17:29:00.791Z++ (( i < 5 ))
18292026-07-02T17:29:00.791Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18302026-07-02T17:29:00.795Z++ (( i++ ))
18312026-07-02T17:29:00.795Z++ (( i < 5 ))
18322026-07-02T17:29:00.795Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18332026-07-02T17:29:00.795Z++ (( i++ ))
18342026-07-02T17:29:00.795Z++ (( i < 5 ))
18352026-07-02T17:29:00.795Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18362026-07-02T17:29:00.795Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-07-02T17:29:00.795Z+ rc=0
18382026-07-02T17:29:00.795Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18392026-07-02T17:29:05.510Z+ case $rc in
18402026-07-02T17:29:05.511Z+ pfexec zfs create -p rpool/images/build/host
18412026-07-02T17:29:05.651Z+ pfexec zfs create -p rpool/images/build/recovery
18422026-07-02T17:29:05.699Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18432026-07-02T17:29:06.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18442026-07-02T17:29:06.158Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18452026-07-02T17:29:06.958Z Compiling proc-macro2 v1.0.106
18462026-07-02T17:29:06.958Z Compiling quote v1.0.45
18472026-07-02T17:29:06.958Z Compiling unicode-ident v1.0.24
18482026-07-02T17:29:06.962Z Compiling libc v0.2.185
18492026-07-02T17:29:06.962Z Compiling serde_core v1.0.228
18502026-07-02T17:29:06.963Z Compiling serde v1.0.228
18512026-07-02T17:29:06.963Z Compiling cfg-if v1.0.4
18522026-07-02T17:29:06.963Z Compiling shlex v1.3.0
18532026-07-02T17:29:06.963Z Compiling find-msvc-tools v0.1.9
18542026-07-02T17:29:06.963Z Compiling version_check v0.9.5
18552026-07-02T17:29:06.963Z Compiling autocfg v1.5.0
18562026-07-02T17:29:06.963Z Compiling zerocopy v0.8.40
18572026-07-02T17:29:07.093Z Compiling zmij v1.0.21
18582026-07-02T17:29:07.097Z Compiling memchr v2.8.0
18592026-07-02T17:29:07.291Z Compiling portable-atomic v1.13.1
18602026-07-02T17:29:07.338Z Compiling serde_json v1.0.150
18612026-07-02T17:29:07.367Z Compiling parking_lot_core v0.9.12
18622026-07-02T17:29:07.385Z Compiling libm v0.2.16
18632026-07-02T17:29:07.417Z Compiling getrandom v0.4.1
18642026-07-02T17:29:07.623Z Compiling smallvec v1.15.1
18652026-07-02T17:29:07.642Z Compiling num-traits v0.2.19
18662026-07-02T17:29:07.646Z Compiling generic-array v0.14.7
18672026-07-02T17:29:07.646Z Compiling icu_normalizer_data v2.1.1
18682026-07-02T17:29:07.681Z Compiling icu_properties_data v2.1.2
18692026-07-02T17:29:07.698Z Compiling pkg-config v0.3.32
18702026-07-02T17:29:07.713Z Compiling log v0.4.29
18712026-07-02T17:29:07.736Z Compiling itoa v1.0.17
18722026-07-02T17:29:07.875Z Compiling getrandom v0.3.4
18732026-07-02T17:29:07.921Z Compiling subtle v2.6.1
18742026-07-02T17:29:07.938Z Compiling scopeguard v1.2.0
18752026-07-02T17:29:07.938Z Compiling rustix v1.1.3
18762026-07-02T17:29:07.995Z Compiling stable_deref_trait v1.2.1
18772026-07-02T17:29:08.011Z Compiling jobserver v0.1.34
18782026-07-02T17:29:08.120Z Compiling lock_api v0.4.14
18792026-07-02T17:29:08.120Z Compiling errno v0.3.14
18802026-07-02T17:29:08.127Z Compiling critical-section v1.2.0
18812026-07-02T17:29:08.161Z Compiling heck v0.5.0
18822026-07-02T17:29:08.178Z Compiling dunce v1.0.5
18832026-07-02T17:29:08.178Z Compiling typenum v1.20.1
18842026-07-02T17:29:08.247Z Compiling cc v1.2.56
18852026-07-02T17:29:08.266Z Compiling fs_extra v1.3.0
18862026-07-02T17:29:08.387Z Compiling fnv v1.0.7
18872026-07-02T17:29:08.391Z Compiling pin-project-lite v0.2.17
18882026-07-02T17:29:08.448Z Compiling syn v2.0.117
18892026-07-02T17:29:08.464Z Compiling rustversion v1.0.22
18902026-07-02T17:29:08.479Z Compiling thiserror v2.0.18
18912026-07-02T17:29:08.591Z Compiling rand_core v0.10.0
18922026-07-02T17:29:08.665Z Compiling futures-core v0.3.32
18932026-07-02T17:29:08.681Z Compiling aws-lc-rs v1.16.3
18942026-07-02T17:29:08.756Z Compiling once_cell v1.21.3
18952026-07-02T17:29:08.841Z Compiling signal-hook-registry v1.4.8
18962026-07-02T17:29:08.875Z Compiling getrandom v0.2.17
18972026-07-02T17:29:08.904Z Compiling httparse v1.10.1
18982026-07-02T17:29:08.997Z Compiling litemap v0.8.1
18992026-07-02T17:29:09.022Z Compiling percent-encoding v2.3.2
19002026-07-02T17:29:09.054Z Compiling cmake v0.1.57
19012026-07-02T17:29:09.120Z Compiling writeable v0.6.2
19022026-07-02T17:29:09.145Z Compiling rand_core v0.6.4
19032026-07-02T17:29:09.209Z Compiling parking_lot v0.12.5
19042026-07-02T17:29:09.247Z Compiling mio v1.2.0
19052026-07-02T17:29:09.344Z Compiling semver v1.0.28
19062026-07-02T17:29:09.378Z Compiling equivalent v1.0.2
19072026-07-02T17:29:09.457Z Compiling bitflags v2.11.0
19082026-07-02T17:29:09.628Z Compiling aws-lc-sys v0.40.0
19092026-07-02T17:29:09.685Z Compiling schemars v0.8.22
19102026-07-02T17:29:09.696Z Compiling vcpkg v0.2.15
19112026-07-02T17:29:09.893Z Compiling socket2 v0.6.3
19122026-07-02T17:29:09.940Z Compiling const-oid v0.9.6
19132026-07-02T17:29:10.067Z Compiling crc32fast v1.5.0
19142026-07-02T17:29:10.513Z Compiling openssl-sys v0.9.115
19152026-07-02T17:29:10.545Z Compiling rustls v0.23.41
19162026-07-02T17:29:10.545Z Compiling futures-sink v0.3.32
19172026-07-02T17:29:10.545Z Compiling hashbrown v0.17.0
19182026-07-02T17:29:10.545Z Compiling utf8_iter v1.0.4
19192026-07-02T17:29:10.545Z Compiling futures-channel v0.3.32
19202026-07-02T17:29:10.561Z Compiling form_urlencoded v1.2.2
19212026-07-02T17:29:10.611Z Compiling futures-task v0.3.32
19222026-07-02T17:29:10.643Z Compiling slab v0.4.12
19232026-07-02T17:29:10.646Z Compiling futures-io v0.3.32
19242026-07-02T17:29:10.792Z Compiling rustc_version v0.4.1
19252026-07-02T17:29:10.846Z Compiling ucd-trie v0.1.7
19262026-07-02T17:29:10.849Z Compiling byteorder v1.5.0
19272026-07-02T17:29:10.878Z Compiling strsim v0.11.1
19282026-07-02T17:29:11.090Z Compiling time-core v0.1.8
19292026-07-02T17:29:11.094Z Compiling pest v2.8.6
19302026-07-02T17:29:11.114Z Compiling indexmap v2.14.0
19312026-07-02T17:29:11.118Z Compiling num-conv v0.2.0
19322026-07-02T17:29:11.118Z Compiling openssl v0.10.79
19332026-07-02T17:29:11.187Z Compiling ident_case v1.0.1
19342026-07-02T17:29:11.236Z Compiling regex-syntax v0.8.10
19352026-07-02T17:29:11.251Z Compiling iana-time-zone v0.1.65
19362026-07-02T17:29:11.267Z Compiling time-macros v0.2.27
19372026-07-02T17:29:11.288Z Compiling thiserror v1.0.69
19382026-07-02T17:29:11.288Z Compiling syn v1.0.109
19392026-07-02T17:29:11.341Z Compiling synstructure v0.13.2
19402026-07-02T17:29:11.344Z Compiling serde_derive_internals v0.29.1
19412026-07-02T17:29:11.457Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19422026-07-02T17:29:11.634Z Compiling crossbeam-utils v0.8.21
19432026-07-02T17:29:11.637Z Compiling base64 v0.22.1
19442026-07-02T17:29:11.665Z Compiling native-tls v0.2.18
19452026-07-02T17:29:11.873Z Compiling slog v2.8.2
19462026-07-02T17:29:11.968Z Compiling camino v1.2.2
19472026-07-02T17:29:12.023Z Compiling rand_core v0.9.5
19482026-07-02T17:29:12.143Z Compiling bzip2-sys v0.1.13+1.0.8
19492026-07-02T17:29:12.161Z Compiling uuid v1.23.4
19502026-07-02T17:29:12.195Z Compiling pest_meta v2.8.6
19512026-07-02T17:29:12.212Z Compiling cookie v0.18.1
19522026-07-02T17:29:12.319Z Compiling base64ct v1.8.3
19532026-07-02T17:29:12.334Z Compiling paste v1.0.15
19542026-07-02T17:29:12.405Z Compiling fastrand v2.3.0
19552026-07-02T17:29:12.466Z Compiling plain v0.2.3
19562026-07-02T17:29:12.565Z Compiling serde_derive v1.0.228
19572026-07-02T17:29:12.603Z Compiling zeroize_derive v1.4.3
19582026-07-02T17:29:12.623Z Compiling zerofrom-derive v0.1.6
19592026-07-02T17:29:12.638Z Compiling yoke-derive v0.8.1
19602026-07-02T17:29:12.642Z Compiling zerocopy-derive v0.8.40
19612026-07-02T17:29:12.684Z Compiling zerovec-derive v0.11.2
19622026-07-02T17:29:12.750Z Compiling displaydoc v0.2.5
19632026-07-02T17:29:12.782Z Compiling tokio-macros v2.7.0
19642026-07-02T17:29:12.798Z Compiling futures-macro v0.3.32
19652026-07-02T17:29:13.228Z Compiling zeroize v1.8.2
19662026-07-02T17:29:13.439Z Compiling thiserror-impl v2.0.18
19672026-07-02T17:29:13.472Z Compiling tracing-attributes v0.1.31
19682026-07-02T17:29:13.487Z Compiling der_derive v0.7.3
19692026-07-02T17:29:13.503Z Compiling schemars_derive v0.8.22
19702026-07-02T17:29:13.584Z Compiling futures-util v0.3.32
19712026-07-02T17:29:13.753Z Compiling pest_generator v2.8.6
19722026-07-02T17:29:13.756Z Compiling zerofrom v0.1.6
19732026-07-02T17:29:13.901Z Compiling yoke v0.8.1
19742026-07-02T17:29:14.085Z Compiling zerovec v0.11.5
19752026-07-02T17:29:14.397Z Compiling zerotrie v0.2.3
19762026-07-02T17:29:14.615Z Compiling block-buffer v0.10.4
19772026-07-02T17:29:14.670Z Compiling tinystr v0.8.2
19782026-07-02T17:29:14.687Z Compiling potential_utf v0.1.4
19792026-07-02T17:29:14.706Z Compiling crypto-common v0.1.7
19802026-07-02T17:29:14.842Z Compiling icu_locale_core v2.1.1
19812026-07-02T17:29:14.866Z Compiling icu_collections v2.1.1
19822026-07-02T17:29:14.894Z Compiling digest v0.10.7
19832026-07-02T17:29:14.990Z Compiling pest_derive v2.8.6
19842026-07-02T17:29:15.123Z Compiling openssl-macros v0.1.1
19852026-07-02T17:29:15.159Z Compiling scroll_derive v0.13.1
19862026-07-02T17:29:15.462Z Compiling thiserror-impl v1.0.69
19872026-07-02T17:29:15.557Z Compiling icu_provider v2.1.1
19882026-07-02T17:29:15.604Z Compiling rustls-pki-types v1.14.0
19892026-07-02T17:29:15.759Z Compiling bytes v1.11.1
19902026-07-02T17:29:15.976Z Compiling icu_properties v2.1.2
19912026-07-02T17:29:15.984Z Compiling icu_normalizer v2.1.1
19922026-07-02T17:29:15.987Z Compiling chrono v0.4.44
19932026-07-02T17:29:16.327Z Compiling tokio v1.52.1
19942026-07-02T17:29:16.632Z Compiling http v1.4.2
19952026-07-02T17:29:17.034Z Compiling idna_adapter v1.2.1
19962026-07-02T17:29:17.192Z Compiling idna v1.1.0
19972026-07-02T17:29:17.208Z Compiling ppv-lite86 v0.2.21
19982026-07-02T17:29:17.290Z Compiling pem-rfc7468 v0.7.0
19992026-07-02T17:29:17.384Z Compiling tracing-core v0.1.36
20002026-07-02T17:29:17.591Z Compiling url v2.5.8
20012026-07-02T17:29:17.603Z Compiling aho-corasick v1.1.4
20022026-07-02T17:29:17.867Z Compiling num-bigint-dig v0.8.6
20032026-07-02T17:29:18.083Z Compiling flagset v0.4.7
20042026-07-02T17:29:18.191Z Compiling tracing v0.1.44
20052026-07-02T17:29:18.212Z Compiling der v0.7.10
20062026-07-02T17:29:18.449Z Compiling regex-automata v0.4.14
20072026-07-02T17:29:18.516Z Compiling rand_chacha v0.9.0
20082026-07-02T17:29:18.555Z Compiling http-body v1.0.1
20092026-07-02T17:29:18.783Z Compiling async-trait v0.1.89
20102026-07-02T17:29:18.936Z Compiling ahash v0.8.12
20112026-07-02T17:29:18.953Z Compiling usdt-impl v0.6.0
20122026-07-02T17:29:19.016Z Compiling openssl-probe v0.2.1
20132026-07-02T17:29:19.098Z Compiling tinyvec_macros v0.1.1
20142026-07-02T17:29:19.148Z Compiling dyn-clone v1.0.20
20152026-07-02T17:29:19.180Z Compiling cmov v0.5.4
20162026-07-02T17:29:19.195Z Compiling pretty-hex v0.4.1
20172026-07-02T17:29:19.211Z Compiling zstd-safe v7.2.4
20182026-07-02T17:29:19.215Z Compiling atomic-waker v1.1.2
20192026-07-02T17:29:19.280Z Compiling tinyvec v1.10.0
20202026-07-02T17:29:19.309Z Compiling spki v0.7.3
20212026-07-02T17:29:19.380Z Compiling ctutils v0.4.2
20222026-07-02T17:29:19.398Z Compiling rand v0.9.2
20232026-07-02T17:29:19.456Z Compiling scroll v0.13.0
20242026-07-02T17:29:19.482Z Compiling serde_tokenstream v0.2.3
20252026-07-02T17:29:19.532Z Compiling tempfile v3.25.0
20262026-07-02T17:29:19.651Z Compiling scroll_derive v0.12.1
20272026-07-02T17:29:19.667Z Compiling daft-derive v0.1.7
20282026-07-02T17:29:19.703Z Compiling clap_derive v4.6.1
20292026-07-02T17:29:19.755Z Compiling heapless v0.7.17
20302026-07-02T17:29:19.998Z Compiling utf8parse v0.2.2
20312026-07-02T17:29:20.010Z Compiling untrusted v0.7.1
20322026-07-02T17:29:20.017Z Compiling try-lock v0.2.5
20332026-07-02T17:29:20.051Z Compiling tower-service v0.3.3
20342026-07-02T17:29:20.065Z Compiling litrs v1.0.0
20352026-07-02T17:29:20.168Z Compiling signal-hook v0.3.18
20362026-07-02T17:29:20.171Z Compiling tower-layer v0.3.3
20372026-07-02T17:29:20.185Z Compiling tokio-util v0.7.18
20382026-07-02T17:29:20.373Z Compiling anyhow v1.0.102
20392026-07-02T17:29:20.408Z Compiling want v0.3.1
20402026-07-02T17:29:20.553Z Compiling document-features v0.2.12
20412026-07-02T17:29:20.740Z Compiling goblin v0.10.5
20422026-07-02T17:29:20.791Z Compiling hybrid-array v0.4.13
20432026-07-02T17:29:20.818Z Compiling ipnet v2.11.0
20442026-07-02T17:29:21.185Z Compiling h2 v0.4.15
20452026-07-02T17:29:21.297Z Compiling pin-project-internal v1.1.11
20462026-07-02T17:29:21.400Z Compiling darling_core v0.20.11
20472026-07-02T17:29:21.547Z Compiling spin v0.9.8
20482026-07-02T17:29:21.582Z Compiling anstyle v1.0.14
20492026-07-02T17:29:21.652Z Compiling cpufeatures v0.2.17
20502026-07-02T17:29:21.811Z Compiling rustix v0.38.44
20512026-07-02T17:29:21.843Z Compiling untrusted v0.9.0
20522026-07-02T17:29:21.997Z Compiling simd-adler32 v0.3.8
20532026-07-02T17:29:22.016Z Compiling foreign-types-shared v0.1.1
20542026-07-02T17:29:22.157Z Compiling httpdate v1.0.3
20552026-07-02T17:29:22.174Z Compiling powerfmt v0.2.0
20562026-07-02T17:29:22.343Z Compiling foreign-types v0.3.2
20572026-07-02T17:29:22.373Z Compiling deranged v0.5.8
20582026-07-02T17:29:22.472Z Compiling unicode-normalization v0.1.25
20592026-07-02T17:29:22.562Z Compiling pkcs8 v0.10.2
20602026-07-02T17:29:22.638Z Compiling hex v0.4.3
20612026-07-02T17:29:22.747Z Compiling dtrace-parser v0.3.0
20622026-07-02T17:29:22.825Z Compiling strum_macros v0.26.4
20632026-07-02T17:29:22.870Z Compiling zerocopy-derive v0.7.35
20642026-07-02T17:29:22.954Z Compiling darling_core v0.21.3
20652026-07-02T17:29:22.984Z Compiling curve25519-dalek v4.1.3
20662026-07-02T17:29:23.263Z Compiling thread-id v5.1.0
20672026-07-02T17:29:23.307Z Compiling memoffset v0.9.1
20682026-07-02T17:29:23.367Z Compiling adler2 v2.0.1
20692026-07-02T17:29:23.491Z Compiling darling_macro v0.20.11
20702026-07-02T17:29:23.497Z Compiling colorchoice v1.0.4
20712026-07-02T17:29:23.538Z Compiling num_threads v0.1.7
20722026-07-02T17:29:23.561Z Compiling dof v0.4.0
20732026-07-02T17:29:23.576Z Compiling anstyle-query v1.1.5
20742026-07-02T17:29:23.696Z Compiling is_terminal_polyfill v1.70.2
20752026-07-02T17:29:23.720Z Compiling smoltcp v0.9.1
20762026-07-02T17:29:23.807Z Compiling ref-cast v1.0.25
20772026-07-02T17:29:23.811Z Compiling time v0.3.47
20782026-07-02T17:29:23.923Z Compiling miniz_oxide v0.8.9
20792026-07-02T17:29:23.963Z Compiling darling v0.20.11
20802026-07-02T17:29:24.086Z Compiling sha2 v0.10.9
20812026-07-02T17:29:24.476Z Compiling hyper v1.10.1
20822026-07-02T17:29:24.632Z Compiling hmac v0.12.1
20832026-07-02T17:29:24.637Z Compiling snafu-derive v0.8.9
20842026-07-02T17:29:24.911Z Compiling sync_wrapper v1.0.2
20852026-07-02T17:29:25.029Z Compiling wait-timeout v0.2.1
20862026-07-02T17:29:25.043Z Compiling bit-vec v0.8.0
20872026-07-02T17:29:25.223Z Compiling darling_macro v0.21.3
20882026-07-02T17:29:25.275Z Compiling cfg_aliases v0.2.1
20892026-07-02T17:29:25.308Z Compiling siphasher v1.0.2
20902026-07-02T17:29:25.399Z Compiling quick-error v1.2.3
20912026-07-02T17:29:25.416Z Compiling zlib-rs v0.6.2
20922026-07-02T17:29:25.523Z Compiling rusty-fork v0.3.1
20932026-07-02T17:29:25.620Z Compiling hyper-util v0.1.20
20942026-07-02T17:29:25.622Z Compiling nix v0.31.2
20952026-07-02T17:29:25.783Z Compiling darling v0.21.3
20962026-07-02T17:29:25.863Z Compiling bit-set v0.8.0
20972026-07-02T17:29:26.023Z Compiling tower v0.5.3
20982026-07-02T17:29:26.113Z Compiling derive_builder_core v0.20.2
20992026-07-02T17:29:26.249Z Compiling regex v1.12.3
21002026-07-02T17:29:26.396Z Compiling anstyle-parse v1.0.0
21012026-07-02T17:29:26.647Z Compiling http-body-util v0.1.3
21022026-07-02T17:29:26.871Z Compiling erased-serde v0.3.31
21032026-07-02T17:29:26.938Z Compiling hubpack_derive v0.1.1
21042026-07-02T17:29:26.955Z Compiling strum_macros v0.27.2
21052026-07-02T17:29:26.970Z Compiling ref-cast-impl v1.0.25
21062026-07-02T17:29:27.006Z Compiling curve25519-dalek-derive v0.1.1
21072026-07-02T17:29:27.009Z Compiling rand_xorshift v0.4.0
21082026-07-02T17:29:27.453Z Compiling usdt-impl v0.5.0
21092026-07-02T17:29:27.458Z Compiling fs-err v3.3.0
21102026-07-02T17:29:27.521Z Compiling encoding_rs v0.8.35
21112026-07-02T17:29:27.543Z Compiling unarray v0.1.4
21122026-07-02T17:29:27.643Z Compiling flate2 v1.1.9
21132026-07-02T17:29:27.676Z Compiling unicode-properties v0.1.4
21142026-07-02T17:29:27.747Z Compiling allocator-api2 v0.2.21
21152026-07-02T17:29:27.884Z Compiling object v0.37.3
21162026-07-02T17:29:28.046Z Compiling unicode-bidi v0.3.18
21172026-07-02T17:29:28.067Z Compiling iri-string v0.7.10
21182026-07-02T17:29:28.204Z Compiling ryu v1.0.23
21192026-07-02T17:29:28.245Z Compiling mime v0.3.17
21202026-07-02T17:29:28.528Z Compiling serde_urlencoded v0.7.1
21212026-07-02T17:29:28.580Z Compiling stringprep v0.1.5
21222026-07-02T17:29:29.040Z Compiling proptest v1.10.0
21232026-07-02T17:29:29.353Z Compiling tower-http v0.6.8
21242026-07-02T17:29:29.510Z Compiling derive_builder_macro v0.20.2
21252026-07-02T17:29:29.789Z Compiling tokio-native-tls v0.3.1
21262026-07-02T17:29:29.792Z Compiling anstream v1.0.0
21272026-07-02T17:29:29.824Z Compiling serde_with_macros v3.17.0
21282026-07-02T17:29:29.828Z Compiling usdt-attr-macro v0.6.0
21292026-07-02T17:29:29.828Z Compiling usdt-macro v0.6.0
21302026-07-02T17:29:29.984Z Compiling ipnetwork v0.21.1
21312026-07-02T17:29:30.016Z Compiling block-padding v0.4.2
21322026-07-02T17:29:30.181Z Compiling block-buffer v0.12.1
21332026-07-02T17:29:30.196Z Compiling crypto-common v0.2.2
21342026-07-02T17:29:30.212Z Compiling bstr v1.12.1
21352026-07-02T17:29:30.347Z Compiling scroll v0.12.0
21362026-07-02T17:29:30.431Z Compiling rustls-native-certs v0.8.3
21372026-07-02T17:29:30.439Z Compiling rand_chacha v0.3.1
21382026-07-02T17:29:30.571Z Compiling serde_spanned v0.6.9
21392026-07-02T17:29:30.625Z Compiling toml_datetime v0.6.11
21402026-07-02T17:29:30.761Z Compiling md-5 v0.10.6
21412026-07-02T17:29:30.810Z Compiling signature v2.2.0
21422026-07-02T17:29:30.843Z Compiling async-recursion v1.1.1
21432026-07-02T17:29:30.980Z Compiling terminal_size v0.4.3
21442026-07-02T17:29:31.005Z Compiling num-integer v0.1.46
21452026-07-02T17:29:31.020Z Compiling hash32 v0.2.1
21462026-07-02T17:29:31.051Z Compiling vergen-lib v9.1.0
21472026-07-02T17:29:31.260Z Compiling fallible-iterator v0.2.0
21482026-07-02T17:29:31.291Z Compiling clap_lex v1.0.0
21492026-07-02T17:29:31.473Z Compiling psl-types v2.0.11
21502026-07-02T17:29:31.597Z Compiling clap_builder v4.6.0
21512026-07-02T17:29:31.613Z Compiling publicsuffix v2.3.0
21522026-07-02T17:29:31.637Z Compiling postgres-protocol v0.6.10
21532026-07-02T17:29:31.824Z Compiling num-iter v0.1.45
21542026-07-02T17:29:31.911Z Compiling newtype-uuid v1.3.2
21552026-07-02T17:29:31.989Z Compiling rand v0.8.6
21562026-07-02T17:29:32.216Z Compiling goblin v0.8.2
21572026-07-02T17:29:32.413Z Compiling oxnet v0.1.6
21582026-07-02T17:29:32.449Z Compiling inout v0.2.2
21592026-07-02T17:29:32.568Z Compiling derive_builder v0.20.2
21602026-07-02T17:29:32.618Z Compiling hyper-tls v0.6.0
21612026-07-02T17:29:32.698Z Compiling phf_shared v0.13.1
21622026-07-02T17:29:32.824Z Compiling zerocopy v0.7.35
21632026-07-02T17:29:32.921Z Compiling lazy_static v1.5.0
21642026-07-02T17:29:32.951Z Compiling pin-project v1.1.11
21652026-07-02T17:29:32.966Z Compiling anstyle-parse v0.2.7
21662026-07-02T17:29:33.087Z Compiling futures-executor v0.3.32
21672026-07-02T17:29:33.228Z Compiling enum-as-inner v0.6.1
21682026-07-02T17:29:33.350Z Compiling serde_repr v0.1.20
21692026-07-02T17:29:33.423Z Compiling ff v0.13.1
21702026-07-02T17:29:33.427Z Compiling vergen v9.1.0
21712026-07-02T17:29:33.547Z Compiling cargo-platform v0.3.2
21722026-07-02T17:29:33.651Z Compiling bumpalo v3.20.2
21732026-07-02T17:29:33.750Z Compiling winnow v0.5.40
21742026-07-02T17:29:33.819Z Compiling base16ct v0.2.0
21752026-07-02T17:29:33.911Z Compiling unicode-segmentation v1.12.0
21762026-07-02T17:29:33.914Z Compiling managed v0.8.0
21772026-07-02T17:29:33.943Z Compiling libbz2-rs-sys v0.2.2
21782026-07-02T17:29:33.947Z Compiling same-file v1.0.6
21792026-07-02T17:29:34.012Z Compiling foldhash v0.2.0
21802026-07-02T17:29:34.017Z Compiling foldhash v0.1.5
21812026-07-02T17:29:34.017Z Compiling bitflags v1.3.2
21822026-07-02T17:29:34.127Z Compiling walkdir v2.5.0
21832026-07-02T17:29:34.156Z Compiling hashbrown v0.16.1
21842026-07-02T17:29:34.192Z Compiling hashbrown v0.15.5
21852026-07-02T17:29:34.422Z Compiling dof v0.3.0
21862026-07-02T17:29:34.535Z Compiling bzip2 v0.6.1
21872026-07-02T17:29:34.549Z Compiling sec1 v0.7.3
21882026-07-02T17:29:34.755Z Compiling zopfli v0.8.3
21892026-07-02T17:29:34.774Z Compiling cargo_metadata v0.23.1
21902026-07-02T17:29:34.887Z Compiling group v0.13.0
21912026-07-02T17:29:35.006Z Compiling clap v4.6.1
21922026-07-02T17:29:35.031Z Compiling toml_edit v0.19.15
21932026-07-02T17:29:35.296Z Compiling futures v0.3.32
21942026-07-02T17:29:35.322Z Compiling anstream v0.6.21
21952026-07-02T17:29:35.685Z Compiling snafu v0.8.9
21962026-07-02T17:29:35.902Z Compiling phf v0.13.1
21972026-07-02T17:29:36.069Z Compiling reqwest v0.12.28
21982026-07-02T17:29:36.111Z Compiling daft v0.1.7
21992026-07-02T17:29:36.346Z Compiling cipher v0.5.2
22002026-07-02T17:29:36.420Z Compiling signal-hook-mio v0.2.5
22012026-07-02T17:29:36.489Z Compiling cookie_store v0.22.1
22022026-07-02T17:29:36.516Z Compiling postgres-types v0.2.12
22032026-07-02T17:29:36.557Z Compiling zstd v0.13.3
22042026-07-02T17:29:36.635Z Compiling bzip2 v0.4.4
22052026-07-02T17:29:36.701Z Compiling ed25519 v2.2.3
22062026-07-02T17:29:36.829Z Compiling globset v0.4.18
22072026-07-02T17:29:36.852Z Compiling dtrace-parser v0.2.0
22082026-07-02T17:29:36.890Z Compiling strum v0.27.2
22092026-07-02T17:29:36.993Z Compiling hubpack v0.1.2
22102026-07-02T17:29:37.042Z Compiling phf_shared v0.11.3
22112026-07-02T17:29:37.083Z Compiling hkdf v0.12.4
22122026-07-02T17:29:37.098Z Compiling olpc-cjson v0.1.4
22132026-07-02T17:29:37.101Z Compiling pkcs1 v0.7.5
22142026-07-02T17:29:37.281Z Compiling pem v3.0.6
22152026-07-02T17:29:37.324Z Compiling serde_plain v1.0.2
22162026-07-02T17:29:37.379Z Compiling serde-big-array v0.5.1
22172026-07-02T17:29:37.415Z Compiling crypto-bigint v0.5.5
22182026-07-02T17:29:37.533Z Compiling float-cmp v0.10.0
22192026-07-02T17:29:37.550Z Compiling thread-id v4.2.2
22202026-07-02T17:29:37.553Z Compiling memmap2 v0.9.10
22212026-07-02T17:29:37.580Z Compiling env_filter v1.0.0
22222026-07-02T17:29:37.693Z Compiling toml_write v0.1.2
22232026-07-02T17:29:37.718Z Compiling winnow v1.0.3
22242026-07-02T17:29:37.768Z Compiling typed-path v0.9.3
22252026-07-02T17:29:37.840Z Compiling whoami v2.1.0
22262026-07-02T17:29:37.857Z Compiling either v1.15.0
22272026-07-02T17:29:37.914Z Compiling data-encoding v2.10.0
22282026-07-02T17:29:38.007Z Compiling fixedbitset v0.4.2
22292026-07-02T17:29:38.179Z Compiling cpufeatures v0.3.0
22302026-07-02T17:29:38.222Z Compiling fixedbitset v0.5.7
22312026-07-02T17:29:38.237Z Compiling new_debug_unreachable v1.0.6
22322026-07-02T17:29:38.240Z Compiling difflib v0.4.0
22332026-07-02T17:29:38.267Z Compiling static_assertions v1.1.0
22342026-07-02T17:29:38.353Z Compiling winnow v0.7.14
22352026-07-02T17:29:38.446Z Compiling const-oid v0.10.2
22362026-07-02T17:29:38.488Z Compiling jiff v0.2.21
22372026-07-02T17:29:38.510Z Compiling keccak v0.1.6
22382026-07-02T17:29:38.657Z Compiling precomputed-hash v0.1.1
22392026-07-02T17:29:38.691Z Compiling normalize-line-endings v0.3.0
22402026-07-02T17:29:38.723Z Compiling predicates-core v1.0.10
22412026-07-02T17:29:38.757Z Compiling string_cache v0.8.9
22422026-07-02T17:29:38.800Z Compiling sha3 v0.10.8
22432026-07-02T17:29:38.908Z Compiling predicates v3.1.4
22442026-07-02T17:29:38.911Z Compiling digest v0.11.3
22452026-07-02T17:29:38.998Z Compiling petgraph v0.8.3
22462026-07-02T17:29:39.076Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22472026-07-02T17:29:39.093Z Compiling elliptic-curve v0.13.8
22482026-07-02T17:29:39.133Z Compiling chacha20 v0.10.0
22492026-07-02T17:29:39.438Z Compiling hickory-proto v0.25.2
22502026-07-02T17:29:39.474Z Compiling petgraph v0.6.5
22512026-07-02T17:29:39.680Z Compiling toml_edit v0.22.27
22522026-07-02T17:29:40.029Z Compiling tokio-postgres v0.7.16
22532026-07-02T17:29:40.135Z Compiling itertools v0.13.0
22542026-07-02T17:29:40.419Z Compiling toml_parser v1.1.2+spec-1.1.0
22552026-07-02T17:29:40.960Z Compiling env_logger v0.11.9
22562026-07-02T17:29:41.280Z Compiling zip v4.6.1
22572026-07-02T17:29:41.299Z Compiling usdt v0.6.0
22582026-07-02T17:29:41.913Z Compiling rsa v0.9.10
22592026-07-02T17:29:42.194Z Compiling ed25519-dalek v2.2.0
22602026-07-02T17:29:42.215Z Compiling zip v0.6.6
22612026-07-02T17:29:42.250Z Compiling crossterm v0.28.1
22622026-07-02T17:29:42.276Z Compiling toml v0.7.8
22632026-07-02T17:29:42.510Z Compiling iddqd v0.4.2
22642026-07-02T17:29:42.727Z Compiling crossbeam-epoch v0.9.18
22652026-07-02T17:29:42.756Z Compiling similar v2.7.0
22662026-07-02T17:29:42.780Z Compiling heck v0.4.1
22672026-07-02T17:29:42.819Z Compiling serde_with v3.17.0
22682026-07-02T17:29:43.004Z Compiling strum v0.26.3
22692026-07-02T17:29:43.152Z Compiling tokio-stream v0.1.18
22702026-07-02T17:29:43.155Z Compiling buf-list v1.1.2
22712026-07-02T17:29:43.432Z Compiling x509-cert v0.2.5
22722026-07-02T17:29:43.447Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-07-02T17:29:43.703Z Compiling openapiv3 v2.2.0
22742026-07-02T17:29:43.766Z Compiling structmeta-derive v0.3.0
22752026-07-02T17:29:43.923Z Compiling radium v0.7.0
22762026-07-02T17:29:44.216Z Compiling lalrpop-util v0.19.12
22772026-07-02T17:29:44.290Z Compiling peg-runtime v0.8.5
22782026-07-02T17:29:44.764Z Compiling structmeta v0.3.0
22792026-07-02T17:29:45.462Z Compiling tap v1.0.1
22802026-07-02T17:29:45.498Z Compiling maybe-uninit v2.0.0
22812026-07-02T17:29:45.640Z Compiling wyz v0.5.1
22822026-07-02T17:29:46.767Z Compiling funty v2.0.0
22832026-07-02T17:29:47.094Z Compiling packed_struct v0.10.1
22842026-07-02T17:29:48.002Z Compiling bitvec v1.0.1
22852026-07-02T17:29:50.159Z Compiling packed_struct_codegen v0.10.1
22862026-07-02T17:29:50.439Z Compiling zerocopy-derive v0.6.6
22872026-07-02T17:29:50.475Z Compiling bitfield-macros v0.19.4
22882026-07-02T17:29:51.073Z Compiling indexmap v1.9.3
22892026-07-02T17:29:51.177Z Compiling nodrop v0.1.14
22902026-07-02T17:29:51.325Z Compiling crc-catalog v2.4.0
22912026-07-02T17:29:51.429Z Compiling crc v3.4.0
22922026-07-02T17:29:51.465Z Compiling array-init v0.0.4
22932026-07-02T17:29:51.834Z Compiling zerocopy v0.6.6
22942026-07-02T17:29:52.047Z Compiling bitfield v0.19.4
22952026-07-02T17:29:52.737Z Compiling smallvec v0.6.14
22962026-07-02T17:29:53.614Z Compiling derive-ex v0.1.8
22972026-07-02T17:29:55.495Z Compiling hashbrown v0.12.3
22982026-07-02T17:29:56.045Z Compiling base64 v0.21.7
22992026-07-02T17:29:56.931Z Compiling ron v0.8.1
23002026-07-02T17:29:57.238Z Compiling rustls-webpki v0.103.13
23012026-07-02T17:29:59.218Z Compiling test-strategy v0.4.5
23022026-07-02T17:30:00.503Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23032026-07-02T17:30:00.562Z Compiling serde-hex v0.1.0
23042026-07-02T17:30:00.721Z Compiling tokio-rustls v0.26.4
23052026-07-02T17:30:00.913Z Compiling rustls-platform-verifier v0.6.2
23062026-07-02T17:30:00.938Z Compiling tough v0.22.0
23072026-07-02T17:30:01.011Z Compiling hyper-rustls v0.27.7
23082026-07-02T17:30:01.325Z Compiling reqwest v0.13.2
23092026-07-02T17:30:01.664Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-07-02T17:30:01.880Z Compiling hashbrown v0.13.2
23112026-07-02T17:30:02.166Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23122026-07-02T17:30:02.489Z Compiling filetime v0.2.27
23132026-07-02T17:30:02.709Z Compiling multer v3.1.0
23142026-07-02T17:30:02.725Z Compiling thread_local v1.1.9
23152026-07-02T17:30:02.757Z Compiling crc-any v2.5.0
23162026-07-02T17:30:02.848Z Compiling match_cfg v0.1.0
23172026-07-02T17:30:02.890Z Compiling slog-async v2.8.0
23182026-07-02T17:30:02.932Z Compiling rayon-core v1.13.0
23192026-07-02T17:30:02.947Z Compiling xattr v1.6.1
23202026-07-02T17:30:03.160Z Compiling compression-core v0.4.31
23212026-07-02T17:30:03.221Z Compiling tar v0.4.45
23222026-07-02T17:30:03.269Z Compiling hostname v0.3.1
23232026-07-02T17:30:03.301Z Compiling compression-codecs v0.4.37
23242026-07-02T17:30:03.352Z Compiling object v0.30.4
23252026-07-02T17:30:03.365Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23262026-07-02T17:30:03.477Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272026-07-02T17:30:03.494Z Compiling crossbeam-channel v0.5.15
23282026-07-02T17:30:03.690Z Compiling slog-json v2.6.1
23292026-07-02T17:30:03.776Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302026-07-02T17:30:03.794Z Compiling async-stream-impl v0.3.6
23312026-07-02T17:30:03.846Z Compiling toml_datetime v1.1.1+spec-1.1.0
23322026-07-02T17:30:03.959Z Compiling serde_spanned v1.1.1
23332026-07-02T17:30:04.132Z Compiling serde_path_to_error v0.1.20
23342026-07-02T17:30:04.148Z Compiling is-terminal v0.4.17
23352026-07-02T17:30:04.209Z Compiling dropshot v0.17.1
23362026-07-02T17:30:04.212Z Compiling fs-err v2.11.0
23372026-07-02T17:30:04.271Z Compiling term v1.2.1
23382026-07-02T17:30:04.295Z Compiling path-slash v0.1.5
23392026-07-02T17:30:04.406Z Compiling take_mut v0.2.2
23402026-07-02T17:30:04.445Z Compiling toml_writer v1.1.1+spec-1.1.0
23412026-07-02T17:30:04.475Z Compiling debug-ignore v1.0.5
23422026-07-02T17:30:04.574Z Compiling async-stream v0.3.6
23432026-07-02T17:30:04.600Z Compiling slog-term v2.9.2
23442026-07-02T17:30:04.615Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-07-02T17:30:04.618Z Compiling slog-bunyan v2.5.0
23462026-07-02T17:30:04.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472026-07-02T17:30:04.652Z Compiling toml v1.1.2+spec-1.1.0
23482026-07-02T17:30:04.737Z Compiling async-compression v0.4.41
23492026-07-02T17:30:04.798Z Compiling atomicwrites v0.4.4
23502026-07-02T17:30:04.835Z Compiling sha1 v0.11.0
23512026-07-02T17:30:04.941Z Compiling crossbeam-deque v0.8.6
23522026-07-02T17:30:04.999Z Compiling parse-display-derive v0.10.0
23532026-07-02T17:30:05.094Z Compiling camino-tempfile v1.4.1
23542026-07-02T17:30:05.179Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23552026-07-02T17:30:05.219Z Compiling dropshot_endpoint v0.17.1
23562026-07-02T17:30:05.275Z Compiling newtype-uuid-macros v0.1.0
23572026-07-02T17:30:05.394Z Compiling waitgroup v0.1.2
23582026-07-02T17:30:05.521Z Compiling half v2.7.1
23592026-07-02T17:30:05.568Z Compiling rustls-pemfile v2.2.0
23602026-07-02T17:30:05.636Z Compiling backon v1.6.0
23612026-07-02T17:30:05.772Z Compiling blake3 v1.8.5
23622026-07-02T17:30:05.862Z Compiling hostname v0.4.2
23632026-07-02T17:30:05.901Z Compiling instant v0.1.13
23642026-07-02T17:30:05.920Z Compiling ciborium-io v0.2.2
23652026-07-02T17:30:06.013Z Compiling backoff v0.4.0
23662026-07-02T17:30:06.042Z Compiling ciborium-ll v0.2.2
23672026-07-02T17:30:06.058Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23682026-07-02T17:30:06.091Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23692026-07-02T17:30:06.094Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702026-07-02T17:30:06.259Z Compiling toml v0.8.23
23712026-07-02T17:30:06.330Z Compiling regress v0.10.5
23722026-07-02T17:30:06.413Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23732026-07-02T17:30:06.478Z Compiling itertools v0.14.0
23742026-07-02T17:30:06.508Z Compiling macaddr v1.0.1
23752026-07-02T17:30:06.524Z Compiling parse-display v0.10.0
23762026-07-02T17:30:06.821Z Compiling constant_time_eq v0.4.2
23772026-07-02T17:30:06.837Z Compiling humantime v2.3.0
23782026-07-02T17:30:07.033Z Compiling arrayref v0.3.9
23792026-07-02T17:30:07.123Z Compiling arrayvec v0.7.6
23802026-07-02T17:30:07.216Z Compiling indent_write v2.2.0
23812026-07-02T17:30:07.298Z Compiling parse-size v1.1.0
23822026-07-02T17:30:07.406Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23832026-07-02T17:30:07.461Z Compiling ciborium v0.2.2
23842026-07-02T17:30:07.500Z Compiling display-error-chain v0.2.2
23852026-07-02T17:30:07.658Z Compiling topological-sort v0.2.2
23862026-07-02T17:30:07.844Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-07-02T17:30:07.944Z Compiling shell-words v1.1.1
23882026-07-02T17:30:08.024Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23892026-07-02T17:30:17.887Z Compiling progenitor-client v0.14.0
23902026-07-02T17:30:17.887Z Compiling omicron-zone-package v0.12.3
23912026-07-02T17:30:18.139Z Compiling progenitor-extras v0.2.0
23922026-07-02T17:30:18.425Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23932026-07-02T17:30:18.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-02T17:30:18.511Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23952026-07-02T17:30:19.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-07-02T17:30:23.514Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23972026-07-02T17:30:26.540Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23982026-07-02T17:30:34.607Z Finished `release` profile [optimized] target(s) in 1m 28s
23992026-07-02T17:30:34.772Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24002026-07-02T17:30:34.867ZJul 02 17:30:34.006 DEBG changing working directory to /work/oxidecomputer/omicron
24012026-07-02T17:30:34.903ZJul 02 17:30:34.100 DEBG running: git rev-parse HEAD
24022026-07-02T17:30:34.903ZJul 02 17:30:34.102 DEBG process exited with exit status: 0 (2.546122ms)
24032026-07-02T17:30:34.903ZJul 02 17:30:34.103 INFO version: 21.0.0-0.ci+git5e058e9f460
24042026-07-02T17:30:34.903ZJul 02 17:30:34.111 INFO cloning helios to /work/oxidecomputer/helios
24052026-07-02T17:30:34.903ZJul 02 17:30:34.111 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24062026-07-02T17:30:34.903ZCloning into '/work/oxidecomputer/helios'...
24072026-07-02T17:30:35.342ZJul 02 17:30:34.583 DEBG process exited with exit status: 0 (472.161186ms)
24082026-07-02T17:30:35.343ZJul 02 17:30:34.583 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24092026-07-02T17:30:35.347ZJul 02 17:30:34.585 DEBG process exited with exit status: 0 (2.344142ms)
24102026-07-02T17:30:35.347ZJul 02 17:30:34.585 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24112026-07-02T17:30:35.680ZJul 02 17:30:34.917 DEBG process exited with exit status: 0 (331.331939ms)
24122026-07-02T17:30:35.680ZJul 02 17:30:34.917 DEBG running: zfs list rpool/images/build/host
24132026-07-02T17:30:35.687ZNAME USED AVAIL REFER MOUNTPOINT
24142026-07-02T17:30:35.687Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24152026-07-02T17:30:35.687ZJul 02 17:30:34.921 DEBG process exited with exit status: 0 (4.541184ms)
24162026-07-02T17:30:35.687ZJul 02 17:30:34.921 DEBG running: zfs list rpool/images/build/recovery
24172026-07-02T17:30:35.687ZNAME USED AVAIL REFER MOUNTPOINT
24182026-07-02T17:30:35.687Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24192026-07-02T17:30:35.687ZJul 02 17:30:34.926 DEBG process exited with exit status: 0 (5.027153ms)
24202026-07-02T17:30:35.687ZJul 02 17:30:34.927 INFO [incorp-manifest] running task
24212026-07-02T17:30:35.688ZJul 02 17:30:34.927 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24222026-07-02T17:30:35.688ZJul 02 17:30:34.927 INFO [hubris-staging] running task
24232026-07-02T17:30:35.688ZJul 02 17:30:34.927 INFO [hubris-production] running task
24242026-07-02T17:30:35.688ZJul 02 17:30:34.927 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24252026-07-02T17:30:35.688ZJul 02 17:30:34.928 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24262026-07-02T17:30:35.701ZJul 02 17:30:34.929 INFO [incorp-create] running: pkgrepo create /work/incorporation
24272026-07-02T17:30:35.735Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24282026-07-02T17:30:35.957ZJul 02 17:30:35.170 INFO [incorp-create] process exited with exit status: 0 (242.120492ms)
24292026-07-02T17:30:35.962ZJul 02 17:30:35.170 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24302026-07-02T17:30:36.108Z[ omicron-package] Blocking waiting for file lock on package cache
24312026-07-02T17:30:36.246ZJul 02 17:30:35.420 INFO [incorp-publisher] process exited with exit status: 0 (249.832869ms)
24322026-07-02T17:30:36.458Z[ omicron-package] Blocking waiting for file lock on package cache
24332026-07-02T17:30:36.554ZJul 02 17:30:35.782 DEBG process exited with exit status: 0 (855.455395ms)
24342026-07-02T17:30:36.568ZJul 02 17:30:35.782 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24352026-07-02T17:30:36.750ZJul 02 17:30:35.992 INFO [hubris-production] task succeeded (1.064666612s)
24362026-07-02T17:30:37.317ZJul 02 17:30:36.552 DEBG process exited with exit status: 0 (769.961669ms)
24372026-07-02T17:30:37.348ZJul 02 17:30:36.553 INFO [incorp-manifest] task succeeded (1.626566335s)
24382026-07-02T17:30:37.348ZJul 02 17:30:36.553 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24392026-07-02T17:30:37.507ZJul 02 17:30:36.740 INFO [incorp-fmt] process exited with exit status: 0 (186.045721ms)
24402026-07-02T17:30:37.516ZJul 02 17:30:36.740 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24412026-07-02T17:30:37.625Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24422026-07-02T17:30:37.625Z[ omicron-package] Compiling itertools v0.14.0
24432026-07-02T17:30:37.625Z[ omicron-package] Compiling secrecy v0.10.3
24442026-07-02T17:30:37.644Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-07-02T17:30:37.644Z[ omicron-package] Compiling heapless v0.8.0
24462026-07-02T17:30:37.644Z[ omicron-package] Compiling hash32 v0.3.1
24472026-07-02T17:30:37.644Z[ omicron-package] Compiling inout v0.1.4
24482026-07-02T17:30:37.644Z[ omicron-package] Compiling smoltcp v0.11.0
24492026-07-02T17:30:37.644Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24502026-07-02T17:30:37.644Z[ omicron-package] Compiling unicode-width v0.2.0
24512026-07-02T17:30:37.644Z[ omicron-package] Compiling cobs v0.3.0
24522026-07-02T17:30:37.644Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24532026-07-02T17:30:37.644Z[ omicron-package] Compiling universal-hash v0.5.1
24542026-07-02T17:30:37.644Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24552026-07-02T17:30:37.645Z[ omicron-package] Compiling convert_case v0.4.0
24562026-07-02T17:30:37.645Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24572026-07-02T17:30:37.799Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260702T173037Z
24582026-07-02T17:30:37.814Z[ incorp-pkgsend] PUBLISHED
24592026-07-02T17:30:38.211ZJul 02 17:30:37.112 INFO [incorp-pkgsend] process exited with exit status: 0 (372.126669ms)
24602026-07-02T17:30:38.211ZJul 02 17:30:37.112 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24612026-07-02T17:30:38.321Z[ helios-incorp] Retrieving packages for publisher helios ...
24622026-07-02T17:30:38.360Z[ omicron-package] Compiling cipher v0.4.4
24632026-07-02T17:30:38.360Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24642026-07-02T17:30:38.373Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24652026-07-02T17:30:38.373Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24662026-07-02T17:30:38.373Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24672026-07-02T17:30:38.373Z[ helios-incorp]
24682026-07-02T17:30:38.373Z[ helios-incorp] Archiving packages ...
24692026-07-02T17:30:38.373Z[ helios-incorp] Packages to add: 1
24702026-07-02T17:30:38.373Z[ helios-incorp] Files to retrieve: 0
24712026-07-02T17:30:38.373Z[ helios-incorp] Estimated transfer size: 0.00 B
24722026-07-02T17:30:38.373Z[ helios-incorp]
24732026-07-02T17:30:38.373Z[ helios-incorp] Packages to archive:
24742026-07-02T17:30:38.373Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260702T173037Z
24752026-07-02T17:30:38.374Z[ helios-incorp]
24762026-07-02T17:30:38.374Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24772026-07-02T17:30:38.374Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24782026-07-02T17:30:38.441ZJul 02 17:30:37.600 INFO [helios-incorp] process exited with exit status: 0 (487.990158ms)
24792026-07-02T17:30:38.598Z[ omicron-package] Compiling opaque-debug v0.3.1
24802026-07-02T17:30:38.610Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24812026-07-02T17:30:38.665Z[ omicron-package] Compiling derive_more v0.99.20
24822026-07-02T17:30:42.177Z[ omicron-package] Compiling poly1305 v0.8.0
24832026-07-02T17:30:42.203Z[ omicron-package] Compiling chacha20 v0.9.1
24842026-07-02T17:30:42.203Z[ omicron-package] Compiling postcard v1.1.3
24852026-07-02T17:30:42.203Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24862026-07-02T17:30:42.203Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24872026-07-02T17:30:42.203Z[ omicron-package] Compiling password-hash v0.5.0
24882026-07-02T17:30:42.203Z[ omicron-package] Compiling blake2 v0.10.6
24892026-07-02T17:30:42.203Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24902026-07-02T17:30:42.203Z[ omicron-package] Compiling aead v0.5.2
24912026-07-02T17:30:42.203Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24922026-07-02T17:30:42.203Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24932026-07-02T17:30:42.203Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24942026-07-02T17:30:42.203Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24952026-07-02T17:30:42.203Z[ omicron-package] Compiling ingot-macros v0.1.1
24962026-07-02T17:30:42.203Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24972026-07-02T17:30:42.203Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24982026-07-02T17:30:42.203Z[ omicron-package] Compiling proc-macro-error v1.0.4
24992026-07-02T17:30:42.203Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25002026-07-02T17:30:42.203Z[ omicron-package] Compiling num_enum_derive v0.5.11
25012026-07-02T17:30:42.203Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25022026-07-02T17:30:42.203Z[ omicron-package] Compiling argon2 v0.5.3
25032026-07-02T17:30:42.203Z[ omicron-package] Compiling vsss-rs v3.3.4
25042026-07-02T17:30:42.203Z[ omicron-package] Compiling num_enum_derive v0.7.6
25052026-07-02T17:30:42.203Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25062026-07-02T17:30:42.204Z[ omicron-package] Compiling foreign-types v0.5.0
25072026-07-02T17:30:42.204Z[ omicron-package] Compiling tabwriter v1.4.1
25082026-07-02T17:30:42.204Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25092026-07-02T17:30:42.204Z[ omicron-package] Compiling byte-wrapper v0.1.0
25102026-07-02T17:30:42.204Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25112026-07-02T17:30:42.204Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25122026-07-02T17:30:42.204Z[ omicron-package] Compiling cstr-argument v0.1.2
25132026-07-02T17:30:42.204Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25142026-07-02T17:30:42.204Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-07-02T17:30:42.204Z[ omicron-package] Compiling num_enum v0.5.11
25162026-07-02T17:30:42.204Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25172026-07-02T17:30:42.204Z[ omicron-package] Compiling rayon v1.11.0
25182026-07-02T17:30:42.204Z[ omicron-package] Compiling num_enum v0.7.6
25192026-07-02T17:30:42.204Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-07-02T17:30:42.204Z[ omicron-package] Compiling rand v0.10.1
25212026-07-02T17:30:42.204Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25222026-07-02T17:30:42.204Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25232026-07-02T17:30:42.204Z[ omicron-package] Compiling libefi-sys v0.1.0
25242026-07-02T17:30:42.204Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25252026-07-02T17:30:42.204Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25262026-07-02T17:30:42.204Z[ omicron-package] Compiling colored v3.1.1
25272026-07-02T17:30:42.204Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25282026-07-02T17:30:42.204Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25292026-07-02T17:30:42.204Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25302026-07-02T17:30:42.204Z[ omicron-package] Compiling itertools v0.12.1
25312026-07-02T17:30:42.204Z[ omicron-package] Compiling usdt-macro v0.5.0
25322026-07-02T17:30:42.204Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25332026-07-02T17:30:42.204Z[ omicron-package] Compiling bitfield-struct v0.6.2
25342026-07-02T17:30:42.295Z[ omicron-package] Compiling num-derive v0.4.2
25352026-07-02T17:30:42.490Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25362026-07-02T17:30:42.524Z[ omicron-package] Compiling memmap v0.7.0
25372026-07-02T17:30:42.571Z[ omicron-package] Compiling sigpipe v0.1.3
25382026-07-02T17:30:42.661Z[ omicron-package] Compiling glob v0.3.3
25392026-07-02T17:30:42.810Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-07-02T17:30:42.813Z[ omicron-package] Compiling swrite v0.1.0
25412026-07-02T17:30:42.851Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-02T17:30:42.851Z[ omicron-package] Compiling ingot-types v0.1.2
25432026-07-02T17:30:42.949Z[ omicron-package] Compiling usdt v0.5.0
25442026-07-02T17:30:43.009Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-07-02T17:30:43.380Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25462026-07-02T17:30:43.419Z[ omicron-package] Compiling ingot v0.1.1
25472026-07-02T17:30:43.440Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25482026-07-02T17:30:43.479Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25492026-07-02T17:30:43.502Z[ omicron-package] Compiling smf v0.2.3
25502026-07-02T17:30:43.591Z[ omicron-package] Compiling zone v0.3.1
25512026-07-02T17:30:43.662Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25522026-07-02T17:30:43.711Z[ omicron-package] Compiling whoami v1.6.1
25532026-07-02T17:30:43.786Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-02T17:30:43.845Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-02T17:30:43.919Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25562026-07-02T17:30:43.956Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-07-02T17:30:43.974Z[ omicron-package] Compiling console v0.16.2
25582026-07-02T17:30:44.172Z[ omicron-package] Compiling gethostname v0.5.0
25592026-07-02T17:30:44.253Z[ omicron-package] Compiling unit-prefix v0.5.2
25602026-07-02T17:30:44.316Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25612026-07-02T17:30:44.624Z[ omicron-package] Compiling indicatif v0.18.4
25622026-07-02T17:30:45.738Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25632026-07-02T17:30:47.171Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25642026-07-02T17:30:48.353Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25652026-07-02T17:30:48.988ZJul 02 17:30:48.229 INFO [hubris-staging] task succeeded (13.301888098s)
25662026-07-02T17:30:50.676Z[ helios-setup] Jul 02 17:30:49.917 INFO helios repository root is: /work/oxidecomputer/helios
25672026-07-02T17:30:50.680Z[ helios-setup] Jul 02 17:30:49.918 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25682026-07-02T17:30:50.680Z[ helios-setup] Jul 02 17:30:49.919 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25692026-07-02T17:30:50.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25702026-07-02T17:30:52.771Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25712026-07-02T17:30:55.965Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25722026-07-02T17:30:57.015Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25732026-07-02T17:30:57.154Z[ helios-setup] Jul 02 17:30:56.394 INFO clone ok!, project: amd-firmware
25742026-07-02T17:30:57.157Z[ helios-setup] Jul 02 17:30:56.394 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
25752026-07-02T17:30:57.158Z[ helios-setup] Jul 02 17:30:56.394 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25762026-07-02T17:30:57.158Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25772026-07-02T17:30:57.847Z[ helios-setup] Jul 02 17:30:57.086 INFO clone ok!, project: bootserver
25782026-07-02T17:30:57.851Z[ helios-setup] Jul 02 17:30:57.086 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25792026-07-02T17:30:57.851Z[ helios-setup] Jul 02 17:30:57.086 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
25802026-07-02T17:30:57.851Z[ helios-setup] Jul 02 17:30:57.086 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25812026-07-02T17:30:57.851Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25822026-07-02T17:30:58.617Z[ helios-setup] Jul 02 17:30:57.858 INFO clone ok!, project: phbl
25832026-07-02T17:30:58.620Z[ helios-setup] Jul 02 17:30:57.858 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25842026-07-02T17:30:58.621Z[ helios-setup] Jul 02 17:30:57.858 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
25852026-07-02T17:30:58.621Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25862026-07-02T17:30:59.380Z[ helios-setup] Jul 02 17:30:58.585 INFO clone ok!, project: amd-host-image-builder
25872026-07-02T17:30:59.380Z[ helios-setup] Jul 02 17:30:58.585 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25882026-07-02T17:30:59.387Z[ helios-setup] Jul 02 17:30:58.585 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25892026-07-02T17:30:59.387Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25902026-07-02T17:31:00.014Z[ helios-setup] Jul 02 17:30:59.255 INFO clone ok!, project: dmar-report
25912026-07-02T17:31:00.014Z[ helios-setup] Jul 02 17:30:59.255 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25922026-07-02T17:31:00.018Z[ helios-setup] Jul 02 17:30:59.255 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
25932026-07-02T17:31:00.018Z[ helios-setup] Jul 02 17:30:59.255 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25942026-07-02T17:31:00.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25952026-07-02T17:31:00.909Z[ helios-setup] Jul 02 17:31:00.150 INFO clone ok!, project: chelsio-t6-roms
25962026-07-02T17:31:00.909Z[ helios-setup] Jul 02 17:31:00.150 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25972026-07-02T17:31:00.913Z[ helios-setup] Jul 02 17:31:00.150 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
25982026-07-02T17:31:00.913Z[ helios-setup] Jul 02 17:31:00.150 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25992026-07-02T17:31:00.913Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26002026-07-02T17:31:01.344Z[ helios-setup] Jul 02 17:31:00.584 INFO clone ok!, project: image-builder
26012026-07-02T17:31:01.344Z[ helios-setup] Jul 02 17:31:00.584 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26022026-07-02T17:31:01.344Z[ helios-setup] Jul 02 17:31:00.584 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26032026-07-02T17:31:01.348Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26042026-07-02T17:31:02.477Z[ helios-setup] Jul 02 17:31:01.717 INFO clone ok!, project: pilot
26052026-07-02T17:31:02.477Z[ helios-setup] Jul 02 17:31:01.718 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
26062026-07-02T17:31:02.477Z[ helios-setup] Jul 02 17:31:01.718 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26072026-07-02T17:31:02.480Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26082026-07-02T17:31:02.883Z[ helios-setup] Jul 02 17:31:02.124 INFO clone ok!, project: pinprick
26092026-07-02T17:31:02.883Z[ helios-setup] Jul 02 17:31:02.124 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26102026-07-02T17:31:03.095Z[ helios-setup] Jul 02 17:31:02.336 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26112026-07-02T17:31:03.307Z[ helios-setup] Jul 02 17:31:02.548 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26122026-07-02T17:31:03.307Z[ helios-setup] Jul 02 17:31:02.548 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26132026-07-02T17:31:03.526Z[ helios-setup] Jul 02 17:31:02.766 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26142026-07-02T17:31:03.764Z[ helios-setup] Jul 02 17:31:03.005 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26152026-07-02T17:31:03.764Z[ helios-setup] Jul 02 17:31:03.005 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26162026-07-02T17:31:04.001Z[ helios-setup] Jul 02 17:31:03.242 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26172026-07-02T17:31:04.241Z[ helios-setup] Jul 02 17:31:03.482 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26182026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26192026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26202026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO ok!
26212026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26222026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26232026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO ok!
26242026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26252026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26262026-07-02T17:31:04.245Z[ helios-setup] Jul 02 17:31:03.482 INFO ok!
26272026-07-02T17:31:04.246Z[ helios-setup] Jul 02 17:31:03.482 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26282026-07-02T17:31:04.249Z[ helios-setup] Jul 02 17:31:03.489 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
26292026-07-02T17:31:04.249Z[ helios-setup] Jul 02 17:31:03.489 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26302026-07-02T17:31:04.249Z[ helios-setup] Jul 02 17:31:03.489 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26312026-07-02T17:31:04.331Z[ helios-setup] Jul 02 17:31:03.572 INFO E| Downloading crates ...
26322026-07-02T17:31:04.382Z[ helios-setup] Jul 02 17:31:03.623 INFO E| Downloaded unicode-width v0.1.10
26332026-07-02T17:31:04.386Z[ helios-setup] Jul 02 17:31:03.624 INFO E| Downloaded block-buffer v0.10.3
26342026-07-02T17:31:04.391Z[ helios-setup] Jul 02 17:31:03.632 INFO E| Downloaded anyhow v1.0.62
26352026-07-02T17:31:04.395Z[ helios-setup] Jul 02 17:31:03.635 INFO E| Downloaded cpufeatures v0.2.5
26362026-07-02T17:31:04.398Z[ helios-setup] Jul 02 17:31:03.638 INFO E| Downloaded typenum v1.15.0
26372026-07-02T17:31:04.401Z[ helios-setup] Jul 02 17:31:03.640 INFO E| Downloaded generic-array v0.14.6
26382026-07-02T17:31:04.407Z[ helios-setup] Jul 02 17:31:03.648 INFO E| Downloaded sha2 v0.10.5
26392026-07-02T17:31:04.410Z[ helios-setup] Jul 02 17:31:03.650 INFO E| Downloaded digest v0.10.3
26402026-07-02T17:31:04.413Z[ helios-setup] Jul 02 17:31:03.652 INFO E| Downloaded miniz_oxide v0.6.2
26412026-07-02T17:31:04.417Z[ helios-setup] Jul 02 17:31:03.655 INFO E| Downloaded flate2 v1.0.25
26422026-07-02T17:31:04.421Z[ helios-setup] Jul 02 17:31:03.658 INFO E| Downloaded bytes v1.2.1
26432026-07-02T17:31:04.451Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling version_check v0.9.4
26442026-07-02T17:31:04.451Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling typenum v1.15.0
26452026-07-02T17:31:04.451Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling crc32fast v1.3.2
26462026-07-02T17:31:04.456Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling cfg-if v1.0.0
26472026-07-02T17:31:04.457Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling adler v1.0.2
26482026-07-02T17:31:04.457Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling anyhow v1.0.62
26492026-07-02T17:31:04.457Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling cpufeatures v0.2.5
26502026-07-02T17:31:04.457Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling unicode-width v0.1.10
26512026-07-02T17:31:04.457Z[ helios-setup] Jul 02 17:31:03.692 INFO E| Compiling bytes v1.2.1
26522026-07-02T17:31:04.458Z[ helios-setup] Jul 02 17:31:03.693 INFO E| Compiling bitflags v1.3.2
26532026-07-02T17:31:04.593Z[ helios-setup] Jul 02 17:31:03.834 INFO E| Compiling miniz_oxide v0.6.2
26542026-07-02T17:31:04.647Z[ helios-setup] Jul 02 17:31:03.888 INFO E| Compiling getopts v0.2.21
26552026-07-02T17:31:04.874Z[ helios-setup] Jul 02 17:31:04.115 INFO E| Compiling generic-array v0.14.6
26562026-07-02T17:31:05.240Z[ helios-setup] Jul 02 17:31:04.480 INFO E| Compiling flate2 v1.0.25
26572026-07-02T17:31:06.113Z[ helios-setup] Jul 02 17:31:05.353 INFO E| Compiling block-buffer v0.10.3
26582026-07-02T17:31:06.113Z[ helios-setup] Jul 02 17:31:05.353 INFO E| Compiling crypto-common v0.1.6
26592026-07-02T17:31:06.203Z[ helios-setup] Jul 02 17:31:05.443 INFO E| Compiling digest v0.10.3
26602026-07-02T17:31:06.340Z[ helios-setup] Jul 02 17:31:05.581 INFO E| Compiling sha2 v0.10.5
26612026-07-02T17:31:06.526Z[ helios-setup] Jul 02 17:31:05.767 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26622026-07-02T17:31:06.917Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.22s
26632026-07-02T17:31:07.153Z[ omicron-package]
26642026-07-02T17:31:07.153Z[ omicron-package] real 31.395697958
26652026-07-02T17:31:07.157Z[ omicron-package] user 2:56.821979745
26662026-07-02T17:31:07.157Z[ omicron-package] sys 21.100900232
26672026-07-02T17:31:07.157Z[ omicron-package] trap 0.344194893
26682026-07-02T17:31:07.157Z[ omicron-package] tflt 0.761226797
26692026-07-02T17:31:07.157Z[ omicron-package] dflt 2.330498516
26702026-07-02T17:31:07.157Z[ omicron-package] kflt 0.000293020
26712026-07-02T17:31:07.158Z[ omicron-package] lock 7:54.061680195
26722026-07-02T17:31:07.158Z[ omicron-package] slp 4:33.171623394
26732026-07-02T17:31:07.158Z[ omicron-package] lat 38.936136755
26742026-07-02T17:31:07.158Z[ omicron-package] stop 1:11.818241391
26752026-07-02T17:31:07.158ZJul 02 17:31:06.394 INFO [omicron-package] process exited with exit status: 0 (31.466299271s)
26762026-07-02T17:31:07.158ZJul 02 17:31:06.394 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26772026-07-02T17:31:07.158ZJul 02 17:31:06.395 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26782026-07-02T17:31:07.164Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26792026-07-02T17:31:07.164Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26802026-07-02T17:31:07.167Z[ recovery-target] Created new build target 'recovery' and set it as active
26812026-07-02T17:31:07.168Z[ host-target] Created new build target 'host' and set it as active
26822026-07-02T17:31:07.168ZJul 02 17:31:06.409 INFO [recovery-target] process exited with exit status: 0 (13.987531ms)
26832026-07-02T17:31:07.168ZJul 02 17:31:06.409 INFO [host-target] process exited with exit status: 0 (14.411661ms)
26842026-07-02T17:31:07.171ZJul 02 17:31:06.409 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26852026-07-02T17:31:07.174Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26862026-07-02T17:31:07.665Z[ helios-setup] Jul 02 17:31:06.906 INFO E| Finished `release` profile [optimized] target(s) in 3.40s
26872026-07-02T17:31:07.674Z[ helios-setup] Jul 02 17:31:06.915 INFO building project "bootserver" ok (3 seconds)
26882026-07-02T17:31:07.674Z[ helios-setup] Jul 02 17:31:06.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
26892026-07-02T17:31:08.606Z[ host-package] Compiling heck v0.5.0
26902026-07-02T17:31:08.606Z[ host-package] Compiling regress v0.11.1
26912026-07-02T17:31:08.849Z[ host-package] Compiling unsafe-libyaml v0.2.11
26922026-07-02T17:31:08.895Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26932026-07-02T17:31:08.921Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26942026-07-02T17:31:08.924Z[ host-package] Compiling unicode-width v0.1.14
26952026-07-02T17:31:08.963Z[ host-package] Compiling atomicwrites v0.4.4
26962026-07-02T17:31:08.984Z[ host-package] Compiling derive-where v1.6.0
26972026-07-02T17:31:08.989Z[ host-package] Compiling bytecount v0.6.9
26982026-07-02T17:31:09.003Z[ host-package] Compiling is-terminal v0.4.17
26992026-07-02T17:31:09.047Z[ host-package] Compiling prettyplease v0.2.37
27002026-07-02T17:31:09.051Z[ host-package] Compiling console v0.15.11
27012026-07-02T17:31:09.051Z[ host-package] Compiling newline-converter v0.3.0
27022026-07-02T17:31:09.051Z[ host-package] Compiling slog-dtrace v0.3.0
27032026-07-02T17:31:09.110Z[ host-package] Compiling resolv-conf v0.7.6
27042026-07-02T17:31:09.154Z[ host-package] Compiling owo-colors v4.3.0
27052026-07-02T17:31:09.158Z[ host-package] Compiling cancel-safe-futures v0.1.5
27062026-07-02T17:31:09.206Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27072026-07-02T17:31:09.235Z[ host-package] Compiling num-rational v0.4.2
27082026-07-02T17:31:09.292Z[ host-package] Compiling libsw-core v0.3.2
27092026-07-02T17:31:09.328Z[ host-package] Compiling num-complex v0.4.6
27102026-07-02T17:31:09.406Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27112026-07-02T17:31:09.502Z[ host-package] Compiling expectorate v1.2.0
27122026-07-02T17:31:09.525Z[ host-package] Compiling thread_local v1.1.9
27132026-07-02T17:31:09.529Z[ host-package] Compiling compression-core v0.4.31
27142026-07-02T17:31:09.592Z[ host-package] Compiling match_cfg v0.1.0
27152026-07-02T17:31:09.694Z[ host-package] Compiling compression-codecs v0.4.37
27162026-07-02T17:31:09.770Z[ host-package] Compiling num v0.4.3
27172026-07-02T17:31:09.797Z[ host-package] Compiling hostname v0.3.1
27182026-07-02T17:31:09.855Z[ host-package] Compiling libsw v3.5.0
27192026-07-02T17:31:09.877Z[ host-package] Compiling multer v3.1.0
27202026-07-02T17:31:09.901Z[ host-package] Compiling slog-async v2.8.0
27212026-07-02T17:31:09.959Z[ host-package] Compiling crossbeam-channel v0.5.15
27222026-07-02T17:31:09.959Z[ host-package] Compiling slog-json v2.6.1
27232026-07-02T17:31:10.002Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27242026-07-02T17:31:10.006Z[ host-package] Compiling serde_spanned v1.1.1
27252026-07-02T17:31:10.075Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27262026-07-02T17:31:10.219Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27272026-07-02T17:31:10.243Z[ host-package] Compiling linear-map v1.2.0
27282026-07-02T17:31:10.246Z[ host-package] Compiling take_mut v0.2.2
27292026-07-02T17:31:10.288Z[ host-package] Compiling linked-hash-map v0.5.6
27302026-07-02T17:31:10.292Z[ host-package] Compiling float-ord v0.3.2
27312026-07-02T17:31:10.293Z[ host-package] Compiling term v1.2.1
27322026-07-02T17:31:10.313Z[ host-package] Compiling slog-bunyan v2.5.0
27332026-07-02T17:31:10.389Z[ host-package] Compiling async-compression v0.4.41
27342026-07-02T17:31:10.429Z[ host-package] Compiling typify-impl v0.6.2
27352026-07-02T17:31:10.474Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27362026-07-02T17:31:10.497Z[ host-package] Compiling lru-cache v0.1.2
27372026-07-02T17:31:10.501Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27382026-07-02T17:31:10.559Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27392026-07-02T17:31:10.639Z[ host-package] Compiling slog-term v2.9.2
27402026-07-02T17:31:10.729Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27412026-07-02T17:31:10.848Z[ host-package] Compiling async-stream v0.3.6
27422026-07-02T17:31:10.887Z[ host-package] Compiling dropshot v0.17.1
27432026-07-02T17:31:10.910Z[ host-package] Compiling sha1 v0.11.0
27442026-07-02T17:31:10.913Z[ host-package] Compiling progenitor-client v0.14.0
27452026-07-02T17:31:10.962Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27462026-07-02T17:31:10.987Z[ host-package] Compiling waitgroup v0.1.2
27472026-07-02T17:31:11.010Z[ host-package] Compiling rustls-pemfile v2.2.0
27482026-07-02T17:31:11.052Z[ host-package] Compiling backon v1.6.0
27492026-07-02T17:31:11.164Z[ host-package] Compiling serde_path_to_error v0.1.20
27502026-07-02T17:31:11.184Z[ host-package] Compiling hostname v0.4.2
27512026-07-02T17:31:11.205Z[ host-package] Compiling instant v0.1.13
27522026-07-02T17:31:11.237Z[ host-package] Compiling minimal-lexical v0.2.1
27532026-07-02T17:31:11.259Z[ host-package] Compiling debug-ignore v1.0.5
27542026-07-02T17:31:11.284Z[ host-package] Compiling progenitor-extras v0.2.0
27552026-07-02T17:31:11.306Z[ host-package] Compiling backoff v0.4.0
27562026-07-02T17:31:11.343Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27572026-07-02T17:31:11.365Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27582026-07-02T17:31:11.402Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27592026-07-02T17:31:11.536Z[ host-package] Compiling nom v7.1.3
27602026-07-02T17:31:11.573Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27612026-07-02T17:31:11.594Z[ host-package] Compiling parse-display v0.10.0
27622026-07-02T17:31:11.651Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27632026-07-02T17:31:11.675Z[ host-package] Compiling hickory-proto v0.24.4
27642026-07-02T17:31:11.883Z[ host-package] Compiling regress v0.10.5
27652026-07-02T17:31:12.384Z[ host-package] Compiling macaddr v1.0.1
27662026-07-02T17:31:12.445Z[ host-package] Compiling unicode-xid v0.2.6
27672026-07-02T17:31:12.514Z[ host-package] Compiling humantime v2.3.0
27682026-07-02T17:31:12.683Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27692026-07-02T17:31:12.851Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27702026-07-02T17:31:12.986Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27712026-07-02T17:31:13.129Z[ host-package] Compiling convert_case v0.10.0
27722026-07-02T17:31:13.220Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27732026-07-02T17:31:13.542Z[ host-package] Compiling derive_more-impl v2.1.1
27742026-07-02T17:31:13.661Z[ host-package] Compiling toml v0.8.23
27752026-07-02T17:31:13.850Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27762026-07-02T17:31:14.155Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27772026-07-02T17:31:14.300Z[ host-package] Compiling typify-macro v0.6.2
27782026-07-02T17:31:14.366Z[ host-package] Compiling papergrid v0.11.0
27792026-07-02T17:31:14.405Z[ host-package] Compiling tabled_derive v0.7.0
27802026-07-02T17:31:14.439Z[ host-package] Compiling termtree v0.5.1
27812026-07-02T17:31:14.462Z[ host-package] Compiling phf_shared v0.12.1
27822026-07-02T17:31:14.543Z[ host-package] Compiling hickory-resolver v0.24.4
27832026-07-02T17:31:14.655Z[ host-package] Compiling derive_more v2.1.1
27842026-07-02T17:31:14.788Z[ host-package] Compiling crossterm v0.29.0
27852026-07-02T17:31:14.867Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27862026-07-02T17:31:15.447Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27872026-07-02T17:31:15.711Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27882026-07-02T17:31:15.957Z[ host-package] Compiling tabled v0.15.0
27892026-07-02T17:31:15.985Z[ host-package] Compiling typify v0.6.2
27902026-07-02T17:31:16.318Z[ host-package] Compiling progenitor-impl v0.14.0
27912026-07-02T17:31:17.158Z[ host-package] Compiling qorb v0.4.1
27922026-07-02T17:31:18.072Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27932026-07-02T17:31:18.662Z[ host-package] Compiling csv-core v0.1.13
27942026-07-02T17:31:18.918Z[ host-package] Compiling progenitor-macro v0.14.0
27952026-07-02T17:31:19.126Z[ host-package] Compiling vte v0.14.1
27962026-07-02T17:31:19.288Z[ host-package] Compiling highway v1.3.0
27972026-07-02T17:31:19.451Z[ host-package] Compiling chrono-tz v0.10.4
27982026-07-02T17:31:20.253Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27992026-07-02T17:31:20.277Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28002026-07-02T17:31:20.533Z[ host-package] Compiling csv v1.4.0
28012026-07-02T17:31:20.752Z[ host-package] Compiling phf v0.12.1
28022026-07-02T17:31:20.788Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-02T17:31:21.007Z[ host-package] Compiling const_format_proc_macros v0.2.34
28042026-07-02T17:31:21.070Z[ host-package] Compiling fd-lock v4.0.4
28052026-07-02T17:31:21.107Z[ host-package] Compiling peg-macros v0.8.5
28062026-07-02T17:31:21.317Z[ host-package] Compiling nu-ansi-term v0.50.3
28072026-07-02T17:31:21.597Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28082026-07-02T17:31:21.680Z[ host-package] Compiling reedline v0.40.0
28092026-07-02T17:31:21.869Z[ host-package] Compiling const_format v0.2.35
28102026-07-02T17:31:21.988Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28112026-07-02T17:31:22.552Z[ host-package] Compiling peg v0.8.5
28122026-07-02T17:31:22.822Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28132026-07-02T17:31:23.488Z[ host-package] Compiling progenitor v0.14.0
28142026-07-02T17:31:23.583Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28152026-07-02T17:31:23.720Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28162026-07-02T17:31:23.797Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28172026-07-02T17:31:23.942Z[ host-package] Compiling bcs v0.1.6
28182026-07-02T17:31:24.298Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28192026-07-02T17:31:24.453Z[ host-package] Compiling nom v8.0.0
28202026-07-02T17:31:24.901Z[ host-package] Compiling semver v0.1.20
28212026-07-02T17:31:25.194Z[ host-package] Compiling rustc_version v0.1.7
28222026-07-02T17:31:25.474Z[ host-package] Compiling newtype_derive v0.1.6
28232026-07-02T17:31:25.497Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28242026-07-02T17:31:25.756Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-02T17:31:25.851Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28262026-07-02T17:31:26.366Z[ host-package] Compiling unicode-linebreak v0.1.5
28272026-07-02T17:31:26.721Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28282026-07-02T17:31:26.840Z[ host-package] Compiling smawk v0.3.2
28292026-07-02T17:31:27.060Z[ host-package] Compiling textwrap v0.16.2
28302026-07-02T17:31:27.161Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28312026-07-02T17:31:27.238Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
28322026-07-02T17:31:27.322Z[ host-package] Compiling steno v0.4.1
28332026-07-02T17:31:27.477Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28342026-07-02T17:31:27.791Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
28352026-07-02T17:31:28.163Z[ host-package] Compiling sha1 v0.10.6
28362026-07-02T17:31:28.606Z[ host-package] Compiling tagptr v0.2.0
28372026-07-02T17:31:28.628Z[ host-package] Compiling utf-8 v0.7.6
28382026-07-02T17:31:28.664Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28392026-07-02T17:31:28.786Z[ host-package] Compiling moka v0.12.13
28402026-07-02T17:31:28.912Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
28412026-07-02T17:31:28.944Z[ host-package] Compiling tungstenite v0.21.0
28422026-07-02T17:31:29.036Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28432026-07-02T17:31:29.127Z[ host-package] Compiling vergen-lib v0.1.6
28442026-07-02T17:31:29.209Z[ host-package] Compiling diesel_derives v2.3.7
28452026-07-02T17:31:29.569Z[ host-package] Compiling tokio-tungstenite v0.21.0
28462026-07-02T17:31:29.811Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28472026-07-02T17:31:30.028Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28482026-07-02T17:31:30.093Z[ host-package] Compiling hickory-resolver v0.25.2
28492026-07-02T17:31:30.300Z[ host-package] Compiling dsl_auto_type v0.2.0
28502026-07-02T17:31:30.449Z[ host-package] Compiling vergen-gitcl v1.0.8
28512026-07-02T17:31:30.750Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
28522026-07-02T17:31:30.886Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
28532026-07-02T17:31:30.926Z[ helios-setup] Jul 02 17:31:30.165 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
28542026-07-02T17:31:30.926Z[ helios-setup] Jul 02 17:31:30.165 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28552026-07-02T17:31:30.959Z[ helios-setup] Jul 02 17:31:30.200 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28562026-07-02T17:31:30.959Z[ helios-setup] Jul 02 17:31:30.200 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28572026-07-02T17:31:30.963Z[ helios-setup] Jul 02 17:31:30.200 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28582026-07-02T17:31:31.088Z[ host-package] Compiling dirs-sys-next v0.1.2
28592026-07-02T17:31:31.140Z[ host-package] Compiling maplit v1.0.2
28602026-07-02T17:31:31.149Z[ helios-setup] Jul 02 17:31:30.384 INFO E| Updating crates.io index
28612026-07-02T17:31:31.149Z[ helios-setup] Jul 02 17:31:30.384 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28622026-07-02T17:31:31.321Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28632026-07-02T17:31:31.423Z[ host-package] Compiling glob v0.3.3
28642026-07-02T17:31:31.455Z[ host-package] Compiling crunchy v0.2.4
28652026-07-02T17:31:31.733Z[ helios-setup] Jul 02 17:31:30.974 INFO E| From https://github.com/oxidecomputer/amd-apcb
28662026-07-02T17:31:31.733Z[ helios-setup] Jul 02 17:31:30.974 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28672026-07-02T17:31:31.750Z[ helios-setup] Jul 02 17:31:30.990 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28682026-07-02T17:31:31.816Z[ host-package] Compiling clang-sys v1.8.1
28692026-07-02T17:31:31.876Z[ host-package] Compiling proc-macro-error2 v2.0.1
28702026-07-02T17:31:32.040Z[ host-package] Compiling dirs-next v2.0.0
28712026-07-02T17:31:32.077Z[ helios-setup] Jul 02 17:31:31.318 INFO E| From https://github.com/oxidecomputer/amd-efs
28722026-07-02T17:31:32.078Z[ helios-setup] Jul 02 17:31:31.318 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28732026-07-02T17:31:32.305Z[ helios-setup] Jul 02 17:31:31.546 INFO E| Downloading crates ...
28742026-07-02T17:31:32.365Z[ host-package] Compiling r2d2 v0.8.10
28752026-07-02T17:31:32.368Z[ helios-setup] Jul 02 17:31:31.604 INFO E| Downloaded modular-bitfield-impl v0.11.2
28762026-07-02T17:31:32.372Z[ helios-setup] Jul 02 17:31:31.610 INFO E| Downloaded ansi_term v0.12.1
28772026-07-02T17:31:32.383Z[ helios-setup] Jul 02 17:31:31.624 INFO E| Downloaded unic-ucd-version v0.9.0
28782026-07-02T17:31:32.385Z[ helios-setup] Jul 02 17:31:31.625 INFO E| Downloaded itoa v1.0.15
28792026-07-02T17:31:32.385Z[ helios-setup] Jul 02 17:31:31.626 INFO E| Downloaded unic-ucd-ident v0.9.0
28802026-07-02T17:31:32.388Z[ helios-setup] Jul 02 17:31:31.627 INFO E| Downloaded dyn-clone v1.0.19
28812026-07-02T17:31:32.388Z[ helios-setup] Jul 02 17:31:31.629 INFO E| Downloaded unic-common v0.9.0
28822026-07-02T17:31:32.388Z[ helios-setup] Jul 02 17:31:31.629 INFO E| Downloaded unic-char-property v0.9.0
28832026-07-02T17:31:32.391Z[ helios-setup] Jul 02 17:31:31.630 INFO E| Downloaded thiserror v2.0.12
28842026-07-02T17:31:32.394Z[ helios-setup] Jul 02 17:31:31.634 INFO E| Downloaded modular-bitfield-impl v0.13.1
28852026-07-02T17:31:32.394Z[ helios-setup] Jul 02 17:31:31.636 INFO E| Downloaded autocfg v1.4.0
28862026-07-02T17:31:32.397Z[ helios-setup] Jul 02 17:31:31.637 INFO E| Downloaded textwrap v0.11.0
28872026-07-02T17:31:32.397Z[ helios-setup] Jul 02 17:31:31.638 INFO E| Downloaded strsim v0.8.0
28882026-07-02T17:31:32.400Z[ helios-setup] Jul 02 17:31:31.639 INFO E| Downloaded unic-char-range v0.9.0
28892026-07-02T17:31:32.400Z[ helios-setup] Jul 02 17:31:31.640 INFO E| Downloaded strum v0.27.1
28902026-07-02T17:31:32.400Z[ helios-setup] Jul 02 17:31:31.641 INFO E| Downloaded heck v0.3.3
28912026-07-02T17:31:32.414Z[ helios-setup] Jul 02 17:31:31.655 INFO E| Downloaded vec_map v0.8.2
28922026-07-02T17:31:32.429Z[ helios-setup] Jul 02 17:31:31.670 INFO E| Downloaded structopt v0.3.26
28932026-07-02T17:31:32.434Z[ helios-setup] Jul 02 17:31:31.675 INFO E| Downloaded quote v1.0.40
28942026-07-02T17:31:32.437Z[ helios-setup] Jul 02 17:31:31.677 INFO E| Downloaded fletcher v1.0.0
28952026-07-02T17:31:32.437Z[ helios-setup] Jul 02 17:31:31.677 INFO E| Downloaded bytesize v2.0.1
28962026-07-02T17:31:32.439Z[ helios-setup] Jul 02 17:31:31.679 INFO E| Downloaded parse_int v0.9.0
28972026-07-02T17:31:32.448Z[ helios-setup] Jul 02 17:31:31.689 INFO E| Downloaded typenum v1.18.0
28982026-07-02T17:31:32.451Z[ helios-setup] Jul 02 17:31:31.692 INFO E| Downloaded four-cc v0.4.0
28992026-07-02T17:31:32.453Z[ helios-setup] Jul 02 17:31:31.692 INFO E| Downloaded thiserror-impl v2.0.12
29002026-07-02T17:31:32.453Z[ helios-setup] Jul 02 17:31:31.693 INFO E| Downloaded modular-bitfield v0.13.1
29012026-07-02T17:31:32.457Z[ helios-setup] Jul 02 17:31:31.699 INFO E| Downloaded strum_macros v0.27.1
29022026-07-02T17:31:32.460Z[ helios-setup] Jul 02 17:31:31.700 INFO E| Downloaded structopt-derive v0.4.18
29032026-07-02T17:31:32.460Z[ helios-setup] Jul 02 17:31:31.701 INFO E| Downloaded ryu v1.0.20
29042026-07-02T17:31:32.464Z[ helios-setup] Jul 02 17:31:31.703 INFO E| Downloaded rustversion v1.0.20
29052026-07-02T17:31:32.464Z[ helios-setup] Jul 02 17:31:31.705 INFO E| Downloaded zerocopy-derive v0.8.25
29062026-07-02T17:31:32.468Z[ helios-setup] Jul 02 17:31:31.709 INFO E| Downloaded log v0.4.27
29072026-07-02T17:31:32.470Z[ helios-setup] Jul 02 17:31:31.711 INFO E| Downloaded pest_meta v2.8.0
29082026-07-02T17:31:32.473Z[ helios-setup] Jul 02 17:31:31.713 INFO E| Downloaded serde_derive v1.0.219
29092026-07-02T17:31:32.473Z[ helios-setup] Jul 02 17:31:31.714 INFO E| Downloaded proc-macro2 v1.0.95
29102026-07-02T17:31:32.476Z[ helios-setup] Jul 02 17:31:31.716 INFO E| Downloaded modular-bitfield v0.11.2
29112026-07-02T17:31:32.481Z[ helios-setup] Jul 02 17:31:31.722 INFO E| Downloaded unicode-ident v1.0.18
29122026-07-02T17:31:32.484Z[ helios-setup] Jul 02 17:31:31.724 INFO E| Downloaded pest_generator v2.8.0
29132026-07-02T17:31:32.512Z[ helios-setup] Jul 02 17:31:31.753 INFO E| Downloaded pest_derive v2.8.0
29142026-07-02T17:31:32.515Z[ helios-setup] Jul 02 17:31:31.756 INFO E| Downloaded serde v1.0.219
29152026-07-02T17:31:32.545Z[ helios-setup] Jul 02 17:31:31.786 INFO E| Downloaded memchr v2.7.4
29162026-07-02T17:31:32.549Z[ helios-setup] Jul 02 17:31:31.790 INFO E| Downloaded pest v2.8.0
29172026-07-02T17:31:32.579Z[ helios-setup] Jul 02 17:31:31.820 INFO E| Downloaded serde_json v1.0.140
29182026-07-02T17:31:32.613Z[ helios-setup] Jul 02 17:31:31.854 INFO E| Downloaded clap v2.34.0
29192026-07-02T17:31:32.620Z[ helios-setup] Jul 02 17:31:31.858 INFO E| Downloaded goblin v0.9.3
29202026-07-02T17:31:32.632Z[ helios-setup] Jul 02 17:31:31.873 INFO E| Downloaded zerocopy v0.8.25
29212026-07-02T17:31:32.648Z[ helios-setup] Jul 02 17:31:31.889 INFO E| Downloaded syn v2.0.101
29222026-07-02T17:31:32.684Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29232026-07-02T17:31:32.715Z[ helios-setup] Jul 02 17:31:31.956 INFO E| Downloaded libc v0.2.172
29242026-07-02T17:31:32.727Z[ host-package] Compiling num-derive v0.3.3
29252026-07-02T17:31:32.778Z[ helios-setup] Jul 02 17:31:32.019 INFO E| Compiling proc-macro2 v1.0.95
29262026-07-02T17:31:32.808Z[ helios-setup] Jul 02 17:31:32.049 INFO E| Compiling unicode-ident v1.0.18
29272026-07-02T17:31:32.808Z[ helios-setup] Jul 02 17:31:32.049 INFO E| Compiling memchr v2.7.4
29282026-07-02T17:31:32.841Z[ helios-setup] Jul 02 17:31:32.082 INFO E| Compiling thiserror v2.0.12
29292026-07-02T17:31:32.841Z[ helios-setup] Jul 02 17:31:32.082 INFO E| Compiling autocfg v1.4.0
29302026-07-02T17:31:32.842Z[ helios-setup] Jul 02 17:31:32.082 INFO E| Compiling serde v1.0.219
29312026-07-02T17:31:32.846Z[ helios-setup] Jul 02 17:31:32.082 INFO E| Compiling syn v1.0.109
29322026-07-02T17:31:32.846Z[ host-package] Compiling downcast-rs v2.0.2
29332026-07-02T17:31:32.861Z[ helios-setup] Jul 02 17:31:32.095 INFO E| Compiling version_check v0.9.5
29342026-07-02T17:31:32.861Z[ helios-setup] Jul 02 17:31:32.096 INFO E| Compiling serde_json v1.0.140
29352026-07-02T17:31:32.861Z[ helios-setup] Jul 02 17:31:32.096 INFO E| Compiling ryu v1.0.20
29362026-07-02T17:31:32.861Z[ helios-setup] Jul 02 17:31:32.100 INFO E| Compiling itoa v1.0.15
29372026-07-02T17:31:32.861Z[ helios-setup] Jul 02 17:31:32.101 INFO E| Compiling schemars v0.8.22
29382026-07-02T17:31:32.862Z[ helios-setup] Jul 02 17:31:32.101 INFO E| Compiling paste v1.0.15
29392026-07-02T17:31:32.862Z[ helios-setup] Jul 02 17:31:32.101 INFO E| Compiling ucd-trie v0.1.7
29402026-07-02T17:31:32.862Z[ helios-setup] Jul 02 17:31:32.101 INFO E| Compiling dyn-clone v1.0.19
29412026-07-02T17:31:32.862Z[ helios-setup] Jul 02 17:31:32.101 INFO E| Compiling rustversion v1.0.20
29422026-07-02T17:31:33.109Z[ helios-setup] Jul 02 17:31:32.350 INFO E| Compiling static_assertions v1.1.0
29432026-07-02T17:31:33.112Z[ helios-setup] Jul 02 17:31:32.350 INFO E| Compiling libc v0.2.172
29442026-07-02T17:31:33.190Z[ helios-setup] Jul 02 17:31:32.431 INFO E| Compiling zerocopy v0.8.25
29452026-07-02T17:31:33.310Z[ helios-setup] Jul 02 17:31:32.549 INFO E| Compiling once_cell v1.21.3
29462026-07-02T17:31:33.328Z[ helios-setup] Jul 02 17:31:32.569 INFO E| Compiling proc-macro-error-attr v1.0.4
29472026-07-02T17:31:33.340Z[ helios-setup] Jul 02 17:31:32.581 INFO E| Compiling proc-macro-error v1.0.4
29482026-07-02T17:31:33.508Z[ host-package] Compiling tiny-keccak v2.0.2
29492026-07-02T17:31:33.607Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29502026-07-02T17:31:33.641Z[ helios-setup] Jul 02 17:31:32.881 INFO E| Compiling heck v0.5.0
29512026-07-02T17:31:33.663Z[ helios-setup] Jul 02 17:31:32.904 INFO E| Compiling unicode-width v0.1.14
29522026-07-02T17:31:33.734Z[ helios-setup] Jul 02 17:31:32.975 INFO E| Compiling unicode-segmentation v1.12.0
29532026-07-02T17:31:33.779Z[ helios-setup] Jul 02 17:31:33.018 INFO E| Compiling strum v0.27.1
29542026-07-02T17:31:33.785Z[ helios-setup] Jul 02 17:31:33.025 INFO E| Compiling strsim v0.8.0
29552026-07-02T17:31:33.901Z[ helios-setup] Jul 02 17:31:33.142 INFO E| Compiling ansi_term v0.12.1
29562026-07-02T17:31:33.931Z[ helios-setup] Jul 02 17:31:33.172 INFO E| Compiling byteorder v1.5.0
29572026-07-02T17:31:34.008Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29582026-07-02T17:31:34.016Z[ helios-setup] Jul 02 17:31:33.257 INFO E| Compiling num-traits v0.2.19
29592026-07-02T17:31:34.098Z[ helios-setup] Jul 02 17:31:33.339 INFO E| Compiling memoffset v0.9.1
29602026-07-02T17:31:34.124Z[ helios-setup] Jul 02 17:31:33.365 INFO E| Compiling unic-char-range v0.9.0
29612026-07-02T17:31:34.278Z[ helios-setup] Jul 02 17:31:33.519 INFO E| Compiling textwrap v0.11.0
29622026-07-02T17:31:34.302Z[ host-package] Compiling libscf-sys v1.1.0
29632026-07-02T17:31:34.337Z[ helios-setup] Jul 02 17:31:33.577 INFO E| Compiling fletcher v1.0.0
29642026-07-02T17:31:34.345Z[ helios-setup] Jul 02 17:31:33.586 INFO E| Compiling unic-common v0.9.0
29652026-07-02T17:31:34.345Z[ helios-setup] Jul 02 17:31:33.586 INFO E| Compiling bitflags v1.3.2
29662026-07-02T17:31:34.362Z[ helios-setup] Jul 02 17:31:33.603 INFO E| Compiling vec_map v0.8.2
29672026-07-02T17:31:34.412Z[ helios-setup] Jul 02 17:31:33.652 INFO E| Compiling atty v0.2.14
29682026-07-02T17:31:34.441Z[ helios-setup] Jul 02 17:31:33.682 INFO E| Compiling heck v0.3.3
29692026-07-02T17:31:34.452Z[ helios-setup] Jul 02 17:31:33.693 INFO E| Compiling unic-ucd-version v0.9.0
29702026-07-02T17:31:34.491Z[ helios-setup] Jul 02 17:31:33.727 INFO E| Compiling unic-char-property v0.9.0
29712026-07-02T17:31:34.520Z[ host-package] Compiling tabled_derive v0.11.0
29722026-07-02T17:31:34.528Z[ helios-setup] Jul 02 17:31:33.769 INFO E| Compiling lazy_static v1.5.0
29732026-07-02T17:31:34.540Z[ helios-setup] Jul 02 17:31:33.781 INFO E| Compiling plain v0.2.3
29742026-07-02T17:31:34.552Z[ helios-setup] Jul 02 17:31:33.788 INFO E| Compiling log v0.4.27
29752026-07-02T17:31:34.580Z[ helios-setup] Jul 02 17:31:33.815 INFO E| Compiling bytesize v2.0.1
29762026-07-02T17:31:34.617Z[ helios-setup] Jul 02 17:31:33.857 INFO E| Compiling clap v2.34.0
29772026-07-02T17:31:34.636Z[ helios-setup] Jul 02 17:31:33.877 INFO E| Compiling unic-ucd-ident v0.9.0
29782026-07-02T17:31:34.983Z[ host-package] Compiling term v0.7.0
29792026-07-02T17:31:35.157Z[ helios-setup] Jul 02 17:31:34.398 INFO E| Compiling quote v1.0.40
29802026-07-02T17:31:35.298Z[ host-package] Compiling papergrid v0.17.0
29812026-07-02T17:31:35.376Z[ helios-setup] Jul 02 17:31:34.617 INFO E| Compiling parse_int v0.9.0
29822026-07-02T17:31:35.490Z[ helios-setup] Jul 02 17:31:34.731 INFO E| Compiling syn v2.0.101
29832026-07-02T17:31:35.694Z[ host-package] Compiling testing_table v0.3.0
29842026-07-02T17:31:36.058Z[ host-package] Compiling bit-vec v0.6.3
29852026-07-02T17:31:36.287Z[ host-package] Compiling bit-set v0.5.3
29862026-07-02T17:31:36.333Z[ host-package] Compiling ascii-canvas v3.0.0
29872026-07-02T17:31:36.768Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29882026-07-02T17:31:36.781Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29892026-07-02T17:31:36.781Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29902026-07-02T17:31:37.155Z[ host-package] Compiling tabled v0.20.0
29912026-07-02T17:31:37.202Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29922026-07-02T17:31:37.563Z[ host-package] Compiling progenitor-impl v0.13.0
29932026-07-02T17:31:37.688Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29942026-07-02T17:31:37.866Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29952026-07-02T17:31:37.997Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29962026-07-02T17:31:38.062Z[ host-package] Compiling itertools v0.10.5
29972026-07-02T17:31:38.187Z[ host-package] Compiling ena v0.14.4
29982026-07-02T17:31:38.277Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29992026-07-02T17:31:38.414Z[ helios-setup] Jul 02 17:31:37.655 INFO E| Compiling serde_derive_internals v0.29.1
30002026-07-02T17:31:38.551Z[ host-package] Compiling libloading v0.8.9
30012026-07-02T17:31:38.583Z[ host-package] Compiling unicase v2.9.0
30022026-07-02T17:31:38.678Z[ host-package] Compiling diff v0.1.13
30032026-07-02T17:31:38.869Z[ host-package] Compiling regex-syntax v0.6.29
30042026-07-02T17:31:39.021Z[ host-package] Compiling bindgen v0.71.1
30052026-07-02T17:31:39.089Z[ helios-setup] Jul 02 17:31:38.330 INFO E| Compiling modular-bitfield-impl v0.11.2
30062026-07-02T17:31:39.089Z[ helios-setup] Jul 02 17:31:38.330 INFO E| Compiling structopt-derive v0.4.18
30072026-07-02T17:31:39.094Z[ host-package] Compiling xshell-macros v0.2.7
30082026-07-02T17:31:39.245Z[ host-package] Compiling diesel v2.3.7
30092026-07-02T17:31:39.460Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling thiserror-impl v2.0.12
30102026-07-02T17:31:39.461Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling serde_derive v1.0.219
30112026-07-02T17:31:39.461Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling schemars_derive v0.8.22
30122026-07-02T17:31:39.464Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling zerocopy-derive v0.8.25
30132026-07-02T17:31:39.464Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling modular-bitfield-impl v0.13.1
30142026-07-02T17:31:39.464Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling num-derive v0.4.2
30152026-07-02T17:31:39.464Z[ helios-setup] Jul 02 17:31:38.701 INFO E| Compiling scroll_derive v0.12.1
30162026-07-02T17:31:39.464Z[ helios-setup] Jul 02 17:31:38.702 INFO E| Compiling strum_macros v0.27.1
30172026-07-02T17:31:39.510Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30182026-07-02T17:31:39.854Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30192026-07-02T17:31:39.967Z[ host-package] Compiling xshell v0.2.7
30202026-07-02T17:31:40.617Z[ helios-setup] Jul 02 17:31:39.858 INFO E| Compiling scroll v0.12.0
30212026-07-02T17:31:40.674Z[ helios-setup] Jul 02 17:31:39.914 INFO E| Compiling modular-bitfield v0.11.2
30222026-07-02T17:31:40.736Z[ helios-setup] Jul 02 17:31:39.977 INFO E| Compiling structopt v0.3.26
30232026-07-02T17:31:40.834Z[ host-package] Compiling progenitor-macro v0.13.0
30242026-07-02T17:31:40.976Z[ helios-setup] Jul 02 17:31:40.217 INFO E| Compiling goblin v0.9.3
30252026-07-02T17:31:41.760Z[ host-package] Compiling lalrpop v0.19.12
30262026-07-02T17:31:41.782Z[ helios-setup] Jul 02 17:31:41.022 INFO E| Compiling pest v2.8.0
30272026-07-02T17:31:41.863Z[ helios-setup] Jul 02 17:31:41.104 INFO E| Compiling modular-bitfield v0.13.1
30282026-07-02T17:31:42.135Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30292026-07-02T17:31:42.349Z[ host-package] Compiling cexpr v0.6.0
30302026-07-02T17:31:42.595Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30312026-07-02T17:31:42.929Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30322026-07-02T17:31:43.100Z[ host-package] Compiling progenitor-client v0.13.0
30332026-07-02T17:31:43.178Z[ helios-setup] Jul 02 17:31:42.418 INFO E| Compiling pest_meta v2.8.0
30342026-07-02T17:31:43.613Z[ host-package] Compiling rustc-hash v2.1.1
30352026-07-02T17:31:43.889Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30362026-07-02T17:31:43.923Z[ helios-setup] Jul 02 17:31:43.163 INFO E| Compiling pest_generator v2.8.0
30372026-07-02T17:31:44.781Z[ helios-setup] Jul 02 17:31:44.018 INFO E| Compiling pest_derive v2.8.0
30382026-07-02T17:31:45.282Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30392026-07-02T17:31:45.661Z[ helios-setup] Jul 02 17:31:44.877 INFO E| Compiling json5 v0.4.1
30402026-07-02T17:31:45.729Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30412026-07-02T17:31:46.323Z[ host-package] Compiling headers-core v0.3.0
30422026-07-02T17:31:46.503Z[ host-package] Compiling libxml v0.3.3
30432026-07-02T17:31:46.670Z[ host-package] Compiling progenitor v0.13.0
30442026-07-02T17:31:46.696Z[ host-package] Compiling crc8 v0.1.1
30452026-07-02T17:31:46.749Z[ host-package] Compiling headers v0.4.1
30462026-07-02T17:31:46.895Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30472026-07-02T17:31:46.918Z[ host-package] Compiling strum_macros v0.24.3
30482026-07-02T17:31:46.991Z[ helios-setup] Jul 02 17:31:46.232 INFO E| Compiling four-cc v0.4.0
30492026-07-02T17:31:46.991Z[ helios-setup] Jul 02 17:31:46.232 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30502026-07-02T17:31:47.004Z[ host-package] Compiling indoc v1.0.9
30512026-07-02T17:31:47.086Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30522026-07-02T17:31:47.110Z[ helios-setup] Jul 02 17:31:46.350 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30532026-07-02T17:31:47.385Z[ host-package] Compiling git-stub v1.0.0
30542026-07-02T17:31:47.542Z[ host-package] Compiling derive_builder v0.20.2
30552026-07-02T17:31:47.729Z[ host-package] Compiling oso-derive v0.27.3
30562026-07-02T17:31:47.770Z[ host-package] Compiling quick-xml v0.37.5
30572026-07-02T17:31:47.820Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30582026-07-02T17:31:48.224Z[ host-package] Compiling openssl-probe v0.1.6
30592026-07-02T17:31:48.524Z[ host-package] Compiling git-stub-vcs v0.1.0
30602026-07-02T17:31:48.610Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30612026-07-02T17:31:48.711Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30622026-07-02T17:31:48.773Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30632026-07-02T17:31:48.929Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-07-02T17:31:49.269Z[ host-package] Compiling bb8 v0.8.6
30652026-07-02T17:31:49.307Z[ host-package] Compiling samael v0.0.19
30662026-07-02T17:31:49.375Z[ host-package] Compiling trait-variant v0.1.2
30672026-07-02T17:31:49.406Z[ host-package] Compiling half v1.8.3
30682026-07-02T17:31:49.662Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30692026-07-02T17:31:49.767Z[ host-package] Compiling serde_cbor v0.11.2
30702026-07-02T17:31:49.909Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30712026-07-02T17:31:50.014Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30722026-07-02T17:31:50.046Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30732026-07-02T17:31:50.341Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30742026-07-02T17:31:50.663Z[ host-package] Compiling nonempty v0.12.0
30752026-07-02T17:31:50.936Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30762026-07-02T17:31:50.968Z[ host-package] Compiling fxhash v0.2.1
30772026-07-02T17:31:51.028Z[ host-package] Compiling polar-core v0.27.3
30782026-07-02T17:31:51.059Z[ host-package] Compiling libz-sys v1.1.24
30792026-07-02T17:31:51.146Z[ host-package] Compiling salty v0.3.0
30802026-07-02T17:31:51.653Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30812026-07-02T17:31:51.816Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30822026-07-02T17:31:52.189Z[ host-package] Compiling kstat-rs v0.2.4
30832026-07-02T17:31:52.370Z[ host-package] Compiling arc-swap v1.8.2
30842026-07-02T17:31:52.848Z[ host-package] Compiling slog-scope v4.4.1
30852026-07-02T17:31:53.129Z[ host-package] Compiling mime_guess v2.0.5
30862026-07-02T17:31:53.399Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30872026-07-02T17:31:53.861Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30882026-07-02T17:31:54.737Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30892026-07-02T17:31:55.260Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30902026-07-02T17:31:55.297Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
30912026-07-02T17:31:55.345Z[ host-package] Compiling rfc6979 v0.4.0
30922026-07-02T17:31:55.388Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30932026-07-02T17:31:55.583Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30942026-07-02T17:31:55.669Z[ host-package] Compiling nanorand v0.7.0
30952026-07-02T17:31:56.360Z[ host-package] Compiling darling_core v0.23.0
30962026-07-02T17:31:56.401Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
30972026-07-02T17:31:56.608Z[ host-package] Compiling parking_lot_core v0.8.6
30982026-07-02T17:31:57.040Z[ host-package] Compiling flume v0.11.1
30992026-07-02T17:31:57.372Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31002026-07-02T17:31:57.574Z[ host-package] Compiling ecdsa v0.16.9
31012026-07-02T17:31:57.685Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31022026-07-02T17:31:58.355Z[ host-package] Compiling slog-stdlog v4.1.1
31032026-07-02T17:31:58.747Z[ host-package] Compiling darling_macro v0.23.0
31042026-07-02T17:31:58.830Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31052026-07-02T17:31:58.853Z[ host-package] Compiling primeorder v0.13.6
31062026-07-02T17:31:58.876Z[ host-package] Compiling atty v0.2.14
31072026-07-02T17:31:58.980Z[ host-package] Compiling strsim v0.10.0
31082026-07-02T17:31:59.166Z[ host-package] Compiling async-bb8-diesel v0.2.1
31092026-07-02T17:31:59.289Z[ host-package] Compiling diesel-dtrace v0.5.0
31102026-07-02T17:31:59.343Z[ host-package] Compiling http-range v0.1.5
31112026-07-02T17:31:59.660Z[ host-package] Compiling instability v0.3.11
31122026-07-02T17:31:59.697Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31132026-07-02T17:31:59.755Z[ host-package] Compiling darling v0.23.0
31142026-07-02T17:31:59.902Z[ host-package] Compiling darling_core v0.13.4
31152026-07-02T17:31:59.977Z[ host-package] Compiling p384 v0.13.1
31162026-07-02T17:32:00.063Z[ host-package] Compiling slog-envlogger v2.2.0
31172026-07-02T17:32:01.083Z[ host-package] Compiling oso v0.27.3
31182026-07-02T17:32:01.273Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31192026-07-02T17:32:01.609Z[ helios-setup] Jul 02 17:32:00.850 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31202026-07-02T17:32:02.227Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-07-02T17:32:02.689Z[ host-package] Compiling ignore v0.4.25
31222026-07-02T17:32:02.861Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31232026-07-02T17:32:03.278Z[ host-package] Compiling castaway v0.2.4
31242026-07-02T17:32:03.476Z[ host-package] Compiling vergen-git2 v9.1.0
31252026-07-02T17:32:03.828Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31262026-07-02T17:32:04.301Z[ host-package] Compiling indoc v2.0.7
31272026-07-02T17:32:04.809Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31282026-07-02T17:32:05.161Z[ helios-setup] Jul 02 17:32:04.401 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31292026-07-02T17:32:05.683Z[ host-package] Compiling globwalk v0.9.1
31302026-07-02T17:32:05.706Z[ host-package] Compiling compact_str v0.8.1
31312026-07-02T17:32:06.445Z[ host-package] Compiling parking_lot v0.11.2
31322026-07-02T17:32:06.466Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31332026-07-02T17:32:06.466Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-07-02T17:32:07.186Z[ host-package] Compiling darling_macro v0.13.4
31352026-07-02T17:32:07.203Z[ host-package] Compiling hyper-staticfile v0.10.1
31362026-07-02T17:32:07.362Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31372026-07-02T17:32:07.369Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31382026-07-02T17:32:08.100Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31392026-07-02T17:32:08.111Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-02T17:32:08.111Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31412026-07-02T17:32:08.174Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31422026-07-02T17:32:08.308Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31432026-07-02T17:32:08.640Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31442026-07-02T17:32:08.644Z[ host-package] Compiling predicates-tree v1.0.13
31452026-07-02T17:32:09.045Z[ host-package] Compiling unicode-truncate v1.1.0
31462026-07-02T17:32:09.193Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31472026-07-02T17:32:09.332Z[ host-package] Compiling lru v0.12.5
31482026-07-02T17:32:09.505Z[ host-package] Compiling rand_seeder v0.4.0
31492026-07-02T17:32:09.569Z[ host-package] Compiling prefix-trie v0.7.0
31502026-07-02T17:32:09.657Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31512026-07-02T17:32:09.791Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
31522026-07-02T17:32:10.011Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
31532026-07-02T17:32:10.190Z[ host-package] Compiling cassowary v0.3.0
31542026-07-02T17:32:10.238Z[ host-package] Compiling corncobs v0.1.4
31552026-07-02T17:32:10.554Z[ host-package] Compiling hickory-server v0.25.2
31562026-07-02T17:32:10.562Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31572026-07-02T17:32:10.562Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31582026-07-02T17:32:10.562Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31592026-07-02T17:32:10.665Z[ host-package] Compiling ratatui v0.29.0
31602026-07-02T17:32:11.387Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31612026-07-02T17:32:11.462Z[ host-package] Compiling camino-tempfile-ext v0.3.3
31622026-07-02T17:32:11.915Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31632026-07-02T17:32:12.495Z[ host-package] Compiling darling v0.13.4
31642026-07-02T17:32:12.662Z[ host-package] Compiling sled v0.34.7
31652026-07-02T17:32:14.763Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31662026-07-02T17:32:15.634Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31672026-07-02T17:32:15.958Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31682026-07-02T17:32:16.253Z[ helios-setup] Jul 02 17:32:15.493 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.25s
31692026-07-02T17:32:16.268Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31702026-07-02T17:32:16.288Z[ helios-setup] Jul 02 17:32:15.529 INFO building project "amd-host-image-builder" ok (45 seconds)
31712026-07-02T17:32:16.289Z[ helios-setup] Jul 02 17:32:15.529 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31722026-07-02T17:32:16.298Z[ helios-setup] Jul 02 17:32:15.538 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
31732026-07-02T17:32:16.298Z[ helios-setup] Jul 02 17:32:15.538 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31742026-07-02T17:32:16.298Z[ helios-setup] Jul 02 17:32:15.538 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31752026-07-02T17:32:16.503Z[ helios-setup] Jul 02 17:32:15.743 INFO E| Downloading crates ...
31762026-07-02T17:32:16.538Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772026-07-02T17:32:16.568Z[ helios-setup] Jul 02 17:32:15.809 INFO E| Downloaded getrandom v0.3.3
31782026-07-02T17:32:16.587Z[ helios-setup] Jul 02 17:32:15.828 INFO E| Downloaded time-core v0.1.4
31792026-07-02T17:32:16.597Z[ helios-setup] Jul 02 17:32:15.837 INFO E| Downloaded time-macros v0.2.22
31802026-07-02T17:32:16.600Z[ helios-setup] Jul 02 17:32:15.839 INFO E| Downloaded deranged v0.4.0
31812026-07-02T17:32:16.605Z[ helios-setup] Jul 02 17:32:15.846 INFO E| Downloaded serde_with_macros v3.12.0
31822026-07-02T17:32:16.610Z[ helios-setup] Jul 02 17:32:15.851 INFO E| Downloaded bitflags v2.9.1
31832026-07-02T17:32:16.613Z[ host-package] Compiling secrecy v0.8.0
31842026-07-02T17:32:16.617Z[ helios-setup] Jul 02 17:32:15.856 INFO E| Downloaded errno v0.3.12
31852026-07-02T17:32:16.620Z[ helios-setup] Jul 02 17:32:15.860 INFO E| Downloaded tempfile v3.20.0
31862026-07-02T17:32:16.623Z[ helios-setup] Jul 02 17:32:15.862 INFO E| Downloaded iana-time-zone v0.1.63
31872026-07-02T17:32:16.623Z[ helios-setup] Jul 02 17:32:15.863 INFO E| Downloaded anyhow v1.0.98
31882026-07-02T17:32:16.631Z[ helios-setup] Jul 02 17:32:15.872 INFO E| Downloaded indexmap v2.9.0
31892026-07-02T17:32:16.645Z[ helios-setup] Jul 02 17:32:15.885 INFO E| Downloaded time v0.3.41
31902026-07-02T17:32:16.653Z[ helios-setup] Jul 02 17:32:15.894 INFO E| Downloaded hashbrown v0.15.3
31912026-07-02T17:32:16.657Z[ helios-setup] Jul 02 17:32:15.898 INFO E| Downloaded serde_with v3.12.0
31922026-07-02T17:32:16.679Z[ helios-setup] Jul 02 17:32:15.920 INFO E| Downloaded chrono v0.4.41
31932026-07-02T17:32:16.688Z[ helios-setup] Jul 02 17:32:15.928 INFO E| Downloaded rustix v1.0.7
31942026-07-02T17:32:16.755Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling proc-macro2 v1.0.95
31952026-07-02T17:32:16.755Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling unicode-ident v1.0.18
31962026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling libc v0.2.172
31972026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling fnv v1.0.7
31982026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling ident_case v1.0.1
31992026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling strsim v0.11.1
32002026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling serde v1.0.219
32012026-07-02T17:32:16.758Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling rustix v1.0.7
32022026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling getrandom v0.3.3
32032026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling cfg-if v1.0.0
32042026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling bitflags v2.9.1
32052026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling serde_json v1.0.140
32062026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling thiserror v2.0.12
32072026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling anyhow v1.0.98
32082026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.996 INFO E| Compiling itoa v1.0.15
32092026-07-02T17:32:16.759Z[ helios-setup] Jul 02 17:32:15.997 INFO E| Compiling ryu v1.0.20
32102026-07-02T17:32:16.791Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32112026-07-02T17:32:16.907Z[ helios-setup] Jul 02 17:32:16.148 INFO E| Compiling fastrand v2.3.0
32122026-07-02T17:32:16.983Z[ helios-setup] Jul 02 17:32:16.224 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32132026-07-02T17:32:17.108Z[ helios-setup] Jul 02 17:32:16.349 INFO E| Compiling once_cell v1.21.3
32142026-07-02T17:32:17.151Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32152026-07-02T17:32:17.229Z[ helios-setup] Jul 02 17:32:16.461 INFO E| Compiling memchr v2.7.4
32162026-07-02T17:32:17.794Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32172026-07-02T17:32:17.944Z[ host-package] Compiling serde_with_macros v1.5.2
32182026-07-02T17:32:18.081Z[ helios-setup] Jul 02 17:32:17.321 INFO E| Compiling errno v0.3.12
32192026-07-02T17:32:18.655Z[ helios-setup] Jul 02 17:32:17.896 INFO E| Compiling quote v1.0.40
32202026-07-02T17:32:18.829Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32212026-07-02T17:32:18.829Z[ helios-setup] Jul 02 17:32:18.067 INFO E| Compiling syn v2.0.101
32222026-07-02T17:32:19.113Z[ helios-setup] Jul 02 17:32:18.354 INFO E| Compiling tempfile v3.20.0
32232026-07-02T17:32:19.248Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32242026-07-02T17:32:19.968Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32252026-07-02T17:32:20.463Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32262026-07-02T17:32:20.814Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32272026-07-02T17:32:21.073Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32282026-07-02T17:32:21.115Z[ helios-setup] Jul 02 17:32:20.354 INFO E| Compiling darling_core v0.20.11
32292026-07-02T17:32:21.410Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32302026-07-02T17:32:21.449Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32312026-07-02T17:32:21.808Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32322026-07-02T17:32:21.881Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32332026-07-02T17:32:22.002Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32342026-07-02T17:32:22.053Z[ helios-setup] Jul 02 17:32:21.293 INFO E| Compiling serde_derive v1.0.219
32352026-07-02T17:32:22.056Z[ helios-setup] Jul 02 17:32:21.293 INFO E| Compiling thiserror-impl v2.0.12
32362026-07-02T17:32:22.252Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32372026-07-02T17:32:22.297Z[ host-package] Compiling void v1.0.2
32382026-07-02T17:32:22.346Z[ host-package] Compiling base64 v0.21.7
32392026-07-02T17:32:22.599Z[ host-package] Compiling lzss v0.8.2
32402026-07-02T17:32:22.750Z[ host-package] Compiling ron v0.8.1
32412026-07-02T17:32:23.042Z[ helios-setup] Jul 02 17:32:22.281 INFO E| Compiling darling_macro v0.20.11
32422026-07-02T17:32:23.075Z[ host-package] Compiling illumos-nvpair v0.3.0
32432026-07-02T17:32:23.181Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32442026-07-02T17:32:23.870Z[ helios-setup] Jul 02 17:32:23.107 INFO E| Compiling darling v0.20.11
32452026-07-02T17:32:23.955Z[ host-package] Compiling serde_with v1.14.0
32462026-07-02T17:32:23.961Z[ helios-setup] Jul 02 17:32:23.201 INFO E| Compiling serde_with_macros v3.12.0
32472026-07-02T17:32:24.515Z[ host-package] Compiling git2 v0.20.4
32482026-07-02T17:32:24.738Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32492026-07-02T17:32:24.791Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32502026-07-02T17:32:25.366Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32512026-07-02T17:32:25.898Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32522026-07-02T17:32:27.460Z[ helios-setup] Jul 02 17:32:26.685 INFO E| Compiling serde_with v3.12.0
32532026-07-02T17:32:28.129Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32542026-07-02T17:32:28.195Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32552026-07-02T17:32:28.230Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32562026-07-02T17:32:28.715Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32572026-07-02T17:32:28.861Z[ host-package] Compiling tungstenite v0.23.0
32582026-07-02T17:32:29.024Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32592026-07-02T17:32:29.479Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32602026-07-02T17:32:31.233Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32612026-07-02T17:32:31.396Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32622026-07-02T17:32:31.559Z[ host-package] Compiling nix v0.27.1
32632026-07-02T17:32:31.689Z[ host-package] Compiling twox-hash v2.1.2
32642026-07-02T17:32:31.767Z[ host-package] Compiling serde_bytes v0.11.19
32652026-07-02T17:32:31.914Z[ host-package] Compiling tokio-tungstenite v0.23.1
32662026-07-02T17:32:31.982Z[ helios-setup] Jul 02 17:32:31.217 INFO E| Finished `release` profile [optimized] target(s) in 15.66s
32672026-07-02T17:32:32.005Z[ helios-setup] Jul 02 17:32:31.241 INFO building project "dmar-report" ok (15 seconds)
32682026-07-02T17:32:32.005Z[ helios-setup] Jul 02 17:32:31.241 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32692026-07-02T17:32:32.018Z[ helios-setup] Jul 02 17:32:31.250 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
32702026-07-02T17:32:32.018Z[ helios-setup] Jul 02 17:32:31.250 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32712026-07-02T17:32:32.019Z[ helios-setup] Jul 02 17:32:31.250 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32722026-07-02T17:32:32.062Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32732026-07-02T17:32:32.128Z[ helios-setup] Jul 02 17:32:31.360 INFO E| Blocking waiting for file lock on package cache
32742026-07-02T17:32:32.253Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32752026-07-02T17:32:32.343Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32762026-07-02T17:32:32.590Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32772026-07-02T17:32:32.767Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782026-07-02T17:32:34.987Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32792026-07-02T17:32:35.710Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32802026-07-02T17:32:36.367Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32812026-07-02T17:32:36.413Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32822026-07-02T17:32:36.469Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32832026-07-02T17:32:36.493Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32842026-07-02T17:32:36.815Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32852026-07-02T17:32:36.859Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32862026-07-02T17:32:36.936Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32872026-07-02T17:32:37.682Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32882026-07-02T17:32:37.703Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-07-02T17:32:38.025Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32902026-07-02T17:32:38.698Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32912026-07-02T17:32:39.450Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32922026-07-02T17:32:40.729Z[ helios-setup] Jul 02 17:32:39.947 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32932026-07-02T17:32:40.950Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32942026-07-02T17:32:40.982Z[ helios-setup] Jul 02 17:32:40.202 INFO E| From https://github.com/jclulow/rust-jmclib
32952026-07-02T17:32:40.982Z[ helios-setup] Jul 02 17:32:40.202 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32962026-07-02T17:32:41.005Z[ helios-setup] Jul 02 17:32:40.214 INFO E| Updating crates.io index
32972026-07-02T17:32:41.078Z[ helios-setup] Jul 02 17:32:40.262 INFO E| Blocking waiting for file lock on package cache
32982026-07-02T17:32:41.106Z[ helios-setup] Jul 02 17:32:40.316 INFO E| Downloading crates ...
32992026-07-02T17:32:41.180Z[ helios-setup] Jul 02 17:32:40.377 INFO E| Downloaded getrandom v0.2.10
33002026-07-02T17:32:41.212Z[ helios-setup] Jul 02 17:32:40.383 INFO E| Downloaded sha-1 v0.9.8
33012026-07-02T17:32:41.212Z[ helios-setup] Jul 02 17:32:40.386 INFO E| Downloaded quote v1.0.31
33022026-07-02T17:32:41.212Z[ helios-setup] Jul 02 17:32:40.393 INFO E| Downloaded cpufeatures v0.2.9
33032026-07-02T17:32:41.212Z[ helios-setup] Jul 02 17:32:40.394 INFO E| Downloaded digest v0.9.0
33042026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.395 INFO E| Downloaded opaque-debug v0.3.0
33052026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.395 INFO E| Downloaded fastrand v2.0.0
33062026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.396 INFO E| Downloaded anyhow v1.0.72
33072026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.399 INFO E| Downloaded block-buffer v0.9.0
33082026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.403 INFO E| Downloaded itoa v1.0.9
33092026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.414 INFO E| Downloaded libdevinfo-sys v1.0.0
33102026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.417 INFO E| Downloaded md-5 v0.9.1
33112026-07-02T17:32:41.213Z[ helios-setup] Jul 02 17:32:40.418 INFO E| Downloaded errno v0.3.1
33122026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.434 INFO E| Downloaded walkdir v2.3.3
33132026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.444 INFO E| Downloaded glob v0.3.1
33142026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.450 INFO E| Downloaded ryu v1.0.15
33152026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.452 INFO E| Downloaded tempfile v3.7.0
33162026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.455 INFO E| Downloaded typenum v1.16.0
33172026-07-02T17:32:41.234Z[ helios-setup] Jul 02 17:32:40.457 INFO E| Downloaded bitflags v2.3.3
33182026-07-02T17:32:41.270Z[ helios-setup] Jul 02 17:32:40.459 INFO E| Downloaded once_cell v1.18.0
33192026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.460 INFO E| Downloaded uuid v0.8.2
33202026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.471 INFO E| Downloaded toml v0.5.11
33212026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.472 INFO E| Downloaded proc-macro2 v1.0.66
33222026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.476 INFO E| Downloaded serde_derive v1.0.193
33232026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.481 INFO E| Downloaded unicode-ident v1.0.11
33242026-07-02T17:32:41.271Z[ helios-setup] Jul 02 17:32:40.483 INFO E| Downloaded serde v1.0.193
33252026-07-02T17:32:41.305Z[ helios-setup] Jul 02 17:32:40.517 INFO E| Downloaded serde_json v1.0.103
33262026-07-02T17:32:41.335Z[ helios-setup] Jul 02 17:32:40.554 INFO E| Downloaded syn v2.0.32
33272026-07-02T17:32:41.361Z[ helios-setup] Jul 02 17:32:40.564 INFO E| Downloaded rustix v0.38.4
33282026-07-02T17:32:41.397Z[ helios-setup] Jul 02 17:32:40.604 INFO E| Downloaded libc v0.2.147
33292026-07-02T17:32:41.424Z[ helios-setup] Jul 02 17:32:40.621 INFO E| Blocking waiting for file lock on package cache
33302026-07-02T17:32:41.670Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33312026-07-02T17:32:42.654Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33322026-07-02T17:32:43.471Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33332026-07-02T17:32:43.967Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33342026-07-02T17:32:44.074Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33352026-07-02T17:32:44.278Z[ host-package] Compiling fatfs v0.3.6
33362026-07-02T17:32:44.307Z[ host-package] Compiling signal-hook-tokio v0.3.1
33372026-07-02T17:32:44.505Z[ host-package] Compiling yasna v0.5.2
33382026-07-02T17:32:44.925Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
33392026-07-02T17:32:45.214Z[ host-package] Compiling assert_matches v1.5.0
33402026-07-02T17:32:45.342Z[ host-package] Compiling seq-macro v0.3.6
33412026-07-02T17:32:45.452Z[ host-package] Compiling is_ci v1.2.0
33422026-07-02T17:32:45.527Z[ host-package] Compiling rcgen v0.12.1
33432026-07-02T17:32:45.683Z[ host-package] Compiling supports-color v3.0.2
33442026-07-02T17:32:45.842Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-07-02T17:32:46.034Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33462026-07-02T17:32:46.868Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33472026-07-02T17:32:47.182Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling libc v0.2.147
33482026-07-02T17:32:47.182Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling proc-macro2 v1.0.66
33492026-07-02T17:32:47.182Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling cfg-if v1.0.0
33502026-07-02T17:32:47.207Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling unicode-ident v1.0.11
33512026-07-02T17:32:47.207Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling typenum v1.16.0
33522026-07-02T17:32:47.207Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling version_check v0.9.4
33532026-07-02T17:32:47.207Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling serde v1.0.193
33542026-07-02T17:32:47.207Z[ helios-setup] Jul 02 17:32:46.412 INFO E| Compiling time-core v0.1.2
33552026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling itoa v1.0.9
33562026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling rustix v0.38.4
33572026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling num-conv v0.1.0
33582026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling slog v2.7.0
33592026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling powerfmt v0.2.0
33602026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling once_cell v1.18.0
33612026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling num_threads v0.1.6
33622026-07-02T17:32:47.246Z[ helios-setup] Jul 02 17:32:46.429 INFO E| Compiling bitflags v2.3.3
33632026-07-02T17:32:47.481Z[ helios-setup] Jul 02 17:32:46.689 INFO E| Compiling fastrand v2.0.0
33642026-07-02T17:32:47.481Z[ helios-setup] Jul 02 17:32:46.689 INFO E| Compiling anyhow v1.0.72
33652026-07-02T17:32:47.529Z[ helios-setup] Jul 02 17:32:46.744 INFO E| Compiling serde_json v1.0.103
33662026-07-02T17:32:47.649Z[ helios-setup] Jul 02 17:32:46.867 INFO E| Compiling opaque-debug v0.3.0
33672026-07-02T17:32:47.800Z[ helios-setup] Jul 02 17:32:47.022 INFO E| Compiling time-macros v0.2.18
33682026-07-02T17:32:47.846Z[ helios-setup] Jul 02 17:32:47.045 INFO E| Compiling deranged v0.3.11
33692026-07-02T17:32:47.866Z[ helios-setup] Jul 02 17:32:47.064 INFO E| Compiling thread_local v1.1.7
33702026-07-02T17:32:47.866Z[ helios-setup] Jul 02 17:32:47.072 INFO E| Compiling ryu v1.0.15
33712026-07-02T17:32:47.866Z[ helios-setup] Jul 02 17:32:47.083 INFO E| Compiling cpufeatures v0.2.9
33722026-07-02T17:32:47.964Z[ helios-setup] Jul 02 17:32:47.173 INFO E| Compiling unicode-width v0.1.10
33732026-07-02T17:32:47.980Z[ helios-setup] Jul 02 17:32:47.177 INFO E| Compiling same-file v1.0.6
33742026-07-02T17:32:48.002Z[ helios-setup] Jul 02 17:32:47.217 INFO E| Compiling generic-array v0.14.7
33752026-07-02T17:32:48.114Z[ helios-setup] Jul 02 17:32:47.327 INFO E| Compiling getopts v0.2.21
33762026-07-02T17:32:48.255Z[ helios-setup] Jul 02 17:32:47.474 INFO E| Compiling walkdir v2.3.3
33772026-07-02T17:32:48.265Z[ helios-setup] Jul 02 17:32:47.487 INFO E| Compiling glob v0.3.1
33782026-07-02T17:32:48.354Z[ helios-setup] Jul 02 17:32:47.569 INFO E| Compiling libdevinfo-sys v1.0.0
33792026-07-02T17:32:48.991Z[ helios-setup] Jul 02 17:32:48.213 INFO E| Compiling dirs-sys-next v0.1.2
33802026-07-02T17:32:48.991Z[ helios-setup] Jul 02 17:32:48.213 INFO E| Compiling errno v0.3.1
33812026-07-02T17:32:48.992Z[ helios-setup] Jul 02 17:32:48.213 INFO E| Compiling atty v0.2.14
33822026-07-02T17:32:48.992Z[ helios-setup] Jul 02 17:32:48.213 INFO E| Compiling getrandom v0.2.10
33832026-07-02T17:32:49.204Z[ helios-setup] Jul 02 17:32:48.416 INFO E| Compiling dirs-next v2.0.0
33842026-07-02T17:32:49.247Z[ helios-setup] Jul 02 17:32:48.462 INFO E| Compiling quote v1.0.31
33852026-07-02T17:32:49.433Z[ helios-setup] Jul 02 17:32:48.664 INFO E| Compiling term v0.7.0
33862026-07-02T17:32:49.466Z[ helios-setup] Jul 02 17:32:48.682 INFO E| Compiling syn v2.0.32
33872026-07-02T17:32:49.530Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
33882026-07-02T17:32:49.579Z[ helios-setup] Jul 02 17:32:48.803 INFO E| Compiling time v0.3.36
33892026-07-02T17:32:50.028Z[ helios-setup] Jul 02 17:32:49.249 INFO E| Compiling tempfile v3.7.0
33902026-07-02T17:32:50.072Z[ helios-setup] Jul 02 17:32:49.270 INFO E| Compiling digest v0.9.0
33912026-07-02T17:32:50.072Z[ helios-setup] Jul 02 17:32:49.270 INFO E| Compiling block-buffer v0.9.0
33922026-07-02T17:32:50.125Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33932026-07-02T17:32:50.155Z[ helios-setup] Jul 02 17:32:49.389 INFO E| Compiling sha-1 v0.9.8
33942026-07-02T17:32:50.155Z[ helios-setup] Jul 02 17:32:49.389 INFO E| Compiling md-5 v0.9.1
33952026-07-02T17:32:50.609Z[ host-package] Compiling subprocess v0.2.15
33962026-07-02T17:32:50.767Z[ helios-setup] Jul 02 17:32:49.989 INFO E| Compiling slog-term v2.9.0
33972026-07-02T17:32:50.839Z[ host-package] Compiling rtoolbox v0.0.3
33982026-07-02T17:32:51.313Z[ host-package] Compiling rpassword v7.4.0
33992026-07-02T17:32:51.543Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34002026-07-02T17:32:51.681Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34012026-07-02T17:32:51.915Z[ helios-setup] Jul 02 17:32:51.125 INFO E| Compiling serde_derive v1.0.193
34022026-07-02T17:32:53.170Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34032026-07-02T17:32:54.006Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34042026-07-02T17:32:54.150Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34052026-07-02T17:32:54.207Z[ host-package] Compiling tui-tree-widget v0.23.1
34062026-07-02T17:32:54.512Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34072026-07-02T17:32:55.784Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34082026-07-02T17:32:56.519Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34092026-07-02T17:32:56.578Z[ helios-setup] Jul 02 17:32:55.781 INFO E| Compiling toml v0.5.11
34102026-07-02T17:32:56.579Z[ helios-setup] Jul 02 17:32:55.781 INFO E| Compiling uuid v0.8.2
34112026-07-02T17:32:57.015Z[ host-package] Compiling uzers v0.12.2
34122026-07-02T17:32:57.388Z[ helios-setup] Jul 02 17:32:56.619 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34132026-07-02T17:32:57.453Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34142026-07-02T17:32:58.096Z[ helios-setup] Jul 02 17:32:57.331 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34152026-07-02T17:32:58.737Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34162026-07-02T17:32:59.442Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34172026-07-02T17:33:00.743Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34182026-07-02T17:33:02.409Z[ helios-setup] Jul 02 17:33:01.626 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.36s
34192026-07-02T17:33:02.428Z[ helios-setup] Jul 02 17:33:01.651 INFO building project "image-builder" ok (30 seconds)
34202026-07-02T17:33:02.428Z[ helios-setup] Jul 02 17:33:01.652 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34212026-07-02T17:33:02.489Z[ helios-setup] Jul 02 17:33:01.668 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
34222026-07-02T17:33:02.489Z[ helios-setup] Jul 02 17:33:01.668 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34232026-07-02T17:33:02.489Z[ helios-setup] Jul 02 17:33:01.668 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34242026-07-02T17:33:02.577Z[ helios-setup] Jul 02 17:33:01.790 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34252026-07-02T17:33:02.852Z[ helios-setup] Jul 02 17:33:02.077 INFO E| From https://github.com/jclulow/hiercmd
34262026-07-02T17:33:02.852Z[ helios-setup] Jul 02 17:33:02.077 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34272026-07-02T17:33:02.890Z[ helios-setup] Jul 02 17:33:02.090 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34282026-07-02T17:33:02.946Z[ host-package] Compiling support-bundle-viewer v0.1.2
34292026-07-02T17:33:03.149Z[ helios-setup] Jul 02 17:33:02.371 INFO E| From https://github.com/oxidecomputer/network-interface
34302026-07-02T17:33:03.150Z[ helios-setup] Jul 02 17:33:02.371 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34312026-07-02T17:33:03.186Z[ helios-setup] Jul 02 17:33:02.384 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34322026-07-02T17:33:03.462Z[ helios-setup] Jul 02 17:33:02.658 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34332026-07-02T17:33:03.462Z[ helios-setup] Jul 02 17:33:02.658 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34342026-07-02T17:33:03.496Z[ helios-setup] Jul 02 17:33:02.676 INFO E| Updating crates.io index
34352026-07-02T17:33:03.518Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34362026-07-02T17:33:03.546Z[ helios-setup] Jul 02 17:33:02.758 INFO E| Downloading crates ...
34372026-07-02T17:33:03.627Z[ helios-setup] Jul 02 17:33:02.867 INFO E| Downloaded anstyle-query v1.1.4
34382026-07-02T17:33:03.715Z[ helios-setup] Jul 02 17:33:02.898 INFO E| Downloaded num_enum_derive v0.7.5
34392026-07-02T17:33:03.815Z[ helios-setup] Jul 02 17:33:02.900 INFO E| Downloaded anstyle v1.0.13
34402026-07-02T17:33:03.815Z[ helios-setup] Jul 02 17:33:02.901 INFO E| Downloaded futures-channel v0.3.31
34412026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.902 INFO E| Downloaded env_filter v0.1.4
34422026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.904 INFO E| Downloaded devinfo v0.1.0
34432026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.905 INFO E| Downloaded bytes v1.10.1
34442026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.908 INFO E| Downloaded pin-utils v0.1.0
34452026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.909 INFO E| Downloaded bitfield-macros v0.19.3
34462026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.909 INFO E| Downloaded bitfield v0.19.3
34472026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.939 INFO E| Downloaded zeroize_derive v1.4.2
34482026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.940 INFO E| Downloaded simd-adler32 v0.3.7
34492026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.941 INFO E| Downloaded libdevinfo-sys v1.1.0
34502026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.942 INFO E| Downloaded futures-macro v0.3.31
34512026-07-02T17:33:03.816Z[ helios-setup] Jul 02 17:33:02.943 INFO E| Downloaded futures-core v0.3.31
34522026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:02.965 INFO E| Downloaded serde_spanned v1.0.3
34532026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:02.967 INFO E| Downloaded futures-task v0.3.31
34542026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:02.968 INFO E| Downloaded futures-sink v0.3.31
34552026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:02.968 INFO E| Downloaded clap_lex v0.7.6
34562026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:02.976 INFO E| Downloaded futures-io v0.3.31
34572026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.007 INFO E| Downloaded time-core v0.1.6
34582026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.008 INFO E| Downloaded crc v3.3.0
34592026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.027 INFO E| Downloaded toml_datetime v0.7.3
34602026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.028 INFO E| Downloaded time-macros v0.2.24
34612026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.030 INFO E| Downloaded thiserror-impl v2.0.17
34622026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.031 INFO E| Downloaded proc-macro2 v1.0.103
34632026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.032 INFO E| Downloaded pin-project-lite v0.2.16
34642026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.038 INFO E| Downloaded signal-hook-registry v1.4.6
34652026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.039 INFO E| Downloaded env_logger v0.11.8
34662026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.041 INFO E| Downloaded generic-array v0.14.9
34672026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.042 INFO E| Downloaded find-msvc-tools v0.1.4
34682026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.043 INFO E| Downloaded tokio-macros v2.6.0
34692026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.043 INFO E| Downloaded futures-executor v0.3.31
34702026-07-02T17:33:03.882Z[ helios-setup] Jul 02 17:33:03.044 INFO E| Downloaded deranged v0.5.5
34712026-07-02T17:33:03.883Z[ helios-setup] Jul 02 17:33:03.052 INFO E| Downloaded slab v0.4.11
34722026-07-02T17:33:03.883Z[ helios-setup] Jul 02 17:33:03.053 INFO E| Downloaded base64ct v1.8.0
34732026-07-02T17:33:03.883Z[ helios-setup] Jul 02 17:33:03.056 INFO E| Downloaded quote v1.0.41
34742026-07-02T17:33:03.883Z[ helios-setup] Jul 02 17:33:03.058 INFO E| Downloaded getrandom v0.2.16
34752026-07-02T17:33:03.883Z[ helios-setup] Jul 02 17:33:03.064 INFO E| Downloaded unicode-ident v1.0.22
34762026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.076 INFO E| Downloaded toml_writer v1.0.4
34772026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.077 INFO E| Downloaded getopts v0.2.24
34782026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.079 INFO E| Downloaded futures v0.3.31
34792026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.082 INFO E| Downloaded toml_parser v1.0.4
34802026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.083 INFO E| Downloaded thiserror v2.0.17
34812026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.087 INFO E| Downloaded num_enum v0.7.5
34822026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.090 INFO E| Downloaded clap_derive v4.5.49
34832026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.107 INFO E| Downloaded socket2 v0.6.1
34842026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.109 INFO E| Downloaded bitflags v2.10.0
34852026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.111 INFO E| Downloaded anyhow v1.0.100
34862026-07-02T17:33:03.937Z[ helios-setup] Jul 02 17:33:03.114 INFO E| Downloaded log v0.4.28
34872026-07-02T17:33:03.938Z[ helios-setup] Jul 02 17:33:03.116 INFO E| Downloaded uuid v1.18.1
34882026-07-02T17:33:03.938Z[ helios-setup] Jul 02 17:33:03.118 INFO E| Downloaded toml v0.9.8
34892026-07-02T17:33:03.938Z[ helios-setup] Jul 02 17:33:03.129 INFO E| Downloaded toml_edit v0.23.7
34902026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.137 INFO E| Downloaded typenum v1.19.0
34912026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.144 INFO E| Downloaded indexmap v2.12.0
34922026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.147 INFO E| Downloaded flate2 v1.1.5
34932026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.150 INFO E| Downloaded clap v4.5.51
34942026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.156 INFO E| Downloaded rsa v0.9.8
34952026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.159 INFO E| Downloaded memchr v2.7.6
34962026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.166 INFO E| Downloaded mio v1.1.0
34972026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.170 INFO E| Downloaded rand v0.8.5
34982026-07-02T17:33:03.955Z[ helios-setup] Jul 02 17:33:03.174 INFO E| Downloaded iddqd v0.3.14
34992026-07-02T17:33:03.979Z[ helios-setup] Jul 02 17:33:03.187 INFO E| Downloaded cc v1.2.44
35002026-07-02T17:33:03.979Z[ helios-setup] Jul 02 17:33:03.189 INFO E| Downloaded num-bigint-dig v0.8.4
35012026-07-02T17:33:03.991Z[ helios-setup] Jul 02 17:33:03.223 INFO E| Downloaded time v0.3.44
35022026-07-02T17:33:04.002Z[ helios-setup] Jul 02 17:33:03.228 INFO E| Downloaded hashbrown v0.16.0
35032026-07-02T17:33:04.002Z[ helios-setup] Jul 02 17:33:03.231 INFO E| Downloaded futures-util v0.3.31
35042026-07-02T17:33:04.014Z[ helios-setup] Jul 02 17:33:03.241 INFO E| Downloaded serde_json v1.0.145
35052026-07-02T17:33:04.014Z[ helios-setup] Jul 02 17:33:03.246 INFO E| Downloaded clap_builder v4.5.51
35062026-07-02T17:33:04.025Z[ helios-setup] Jul 02 17:33:03.250 INFO E| Downloaded libm v0.2.15
35072026-07-02T17:33:04.025Z[ helios-setup] Jul 02 17:33:03.257 INFO E| Downloaded unicode-width v0.2.2
35082026-07-02T17:33:04.040Z[ helios-setup] Jul 02 17:33:03.270 INFO E| Downloaded chrono v0.4.42
35092026-07-02T17:33:04.131Z[ helios-setup] Jul 02 17:33:03.287 INFO E| Downloaded syn v2.0.108
35102026-07-02T17:33:04.131Z[ helios-setup] Jul 02 17:33:03.303 INFO E| Downloaded rustix v1.1.2
35112026-07-02T17:33:04.190Z[ helios-setup] Jul 02 17:33:03.375 INFO E| Downloaded libc v0.2.177
35122026-07-02T17:33:04.237Z[ helios-setup] Jul 02 17:33:03.389 INFO E| Downloaded tokio v1.48.0
35132026-07-02T17:33:04.295Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling proc-macro2 v1.0.103
35142026-07-02T17:33:04.295Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling quote v1.0.41
35152026-07-02T17:33:04.295Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling unicode-ident v1.0.22
35162026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling libc v0.2.177
35172026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling serde_core v1.0.228
35182026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling cfg-if v1.0.4
35192026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling serde v1.0.228
35202026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling version_check v0.9.5
35212026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling autocfg v1.5.0
35222026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling const-oid v0.9.6
35232026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling typenum v1.19.0
35242026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling libm v0.2.15
35252026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling zerocopy v0.8.27
35262026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling rustversion v1.0.22
35272026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling smallvec v1.15.1
35282026-07-02T17:33:04.329Z[ helios-setup] Jul 02 17:33:03.514 INFO E| Compiling zeroize v1.8.2
35292026-07-02T17:33:05.558Z[ helios-setup] Jul 02 17:33:03.910 INFO E| Compiling base64ct v1.8.0
35302026-07-02T17:33:05.753Z[ host-package] Compiling multimap v0.10.1
35312026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.173 INFO E| Compiling memchr v2.7.6
35322026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.189 INFO E| Compiling equivalent v1.0.2
35332026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.540 INFO E| Compiling pem-rfc7468 v0.7.0
35342026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.601 INFO E| Compiling crc32fast v1.5.0
35352026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.601 INFO E| Compiling byteorder v1.5.0
35362026-07-02T17:33:05.753Z[ helios-setup] Jul 02 17:33:04.775 INFO E| Compiling utf8parse v0.2.2
35372026-07-02T17:33:05.827Z[ helios-setup] Jul 02 17:33:04.868 INFO E| Compiling generic-array v0.14.9
35382026-07-02T17:33:05.882Z[ helios-setup] Jul 02 17:33:05.056 INFO E| Compiling flagset v0.4.7
35392026-07-02T17:33:05.882Z[ helios-setup] Jul 02 17:33:05.057 INFO E| Compiling winnow v0.7.13
35402026-07-02T17:33:05.931Z[ helios-setup] Jul 02 17:33:05.155 INFO E| Compiling hashbrown v0.16.0
35412026-07-02T17:33:05.953Z[ helios-setup] Jul 02 17:33:05.191 INFO E| Compiling num-traits v0.2.19
35422026-07-02T17:33:06.051Z[ helios-setup] Jul 02 17:33:05.281 INFO E| Compiling anyhow v1.0.100
35432026-07-02T17:33:06.197Z[ helios-setup] Jul 02 17:33:05.406 INFO E| Compiling rustix v1.1.2
35442026-07-02T17:33:06.287Z[ helios-setup] Jul 02 17:33:05.523 INFO E| Compiling anstyle-parse v0.2.7
35452026-07-02T17:33:06.474Z[ helios-setup] Jul 02 17:33:05.712 INFO E| Compiling syn v1.0.109
35462026-07-02T17:33:06.513Z[ helios-setup] Jul 02 17:33:05.732 INFO E| Compiling find-msvc-tools v0.1.4
35472026-07-02T17:33:06.860Z[ helios-setup] Jul 02 17:33:06.087 INFO E| Compiling getrandom v0.2.16
35482026-07-02T17:33:06.881Z[ helios-setup] Jul 02 17:33:06.104 INFO E| Compiling errno v0.3.14
35492026-07-02T17:33:06.963Z[ helios-setup] Jul 02 17:33:06.198 INFO E| Compiling indexmap v2.12.0
35502026-07-02T17:33:07.067Z[ helios-setup] Jul 02 17:33:06.282 INFO E| Compiling anstyle v1.0.13
35512026-07-02T17:33:07.137Z[ helios-setup] Jul 02 17:33:06.372 INFO E| Compiling rand_core v0.6.4
35522026-07-02T17:33:07.338Z[ helios-setup] Jul 02 17:33:06.380 INFO E| Compiling allocator-api2 v0.2.21
35532026-07-02T17:33:07.423Z[ helios-setup] Jul 02 17:33:06.430 INFO E| Compiling shlex v1.3.0
35542026-07-02T17:33:07.423Z[ helios-setup] Jul 02 17:33:06.536 INFO E| Compiling colorchoice v1.0.4
35552026-07-02T17:33:07.475Z[ helios-setup] Jul 02 17:33:06.615 INFO E| Compiling syn v2.0.108
35562026-07-02T17:33:07.475Z[ helios-setup] Jul 02 17:33:06.668 INFO E| Compiling is_terminal_polyfill v1.70.2
35572026-07-02T17:33:07.523Z[ helios-setup] Jul 02 17:33:06.703 INFO E| Compiling anstyle-query v1.1.4
35582026-07-02T17:33:07.523Z[ helios-setup] Jul 02 17:33:06.714 INFO E| Compiling radium v0.7.0
35592026-07-02T17:33:07.647Z[ helios-setup] Jul 02 17:33:06.874 INFO E| Compiling cpufeatures v0.2.17
35602026-07-02T17:33:07.702Z[ helios-setup] Jul 02 17:33:06.916 INFO E| Compiling toml_datetime v0.7.3
35612026-07-02T17:33:08.883Z[ helios-setup] Jul 02 17:33:07.036 INFO E| Compiling anstream v0.6.21
35622026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.085 INFO E| Compiling cc v1.2.44
35632026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.104 INFO E| Compiling slog v2.8.2
35642026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.230 INFO E| Compiling tap v1.0.1
35652026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.245 INFO E| Compiling maybe-uninit v2.0.0
35662026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.338 INFO E| Compiling parking_lot_core v0.9.12
35672026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.429 INFO E| Compiling pin-project-lite v0.2.16
35682026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.553 INFO E| Compiling crypto-common v0.1.6
35692026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.598 INFO E| Compiling block-buffer v0.10.4
35702026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.721 INFO E| Compiling futures-core v0.3.31
35712026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.765 INFO E| Compiling digest v0.10.7
35722026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.816 INFO E| Compiling pkg-config v0.3.32
35732026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.927 INFO E| Compiling unicode-width v0.2.2
35742026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:07.966 INFO E| Compiling futures-sink v0.3.31
35752026-07-02T17:33:09.038Z[ helios-setup] Jul 02 17:33:08.085 INFO E| Compiling futures-channel v0.3.31
35762026-07-02T17:33:09.063Z[ helios-setup] Jul 02 17:33:08.136 INFO E| Compiling sha2 v0.10.9
35772026-07-02T17:33:09.064Z[ helios-setup] Jul 02 17:33:08.154 INFO E| Compiling num-integer v0.1.46
35782026-07-02T17:33:09.064Z[ helios-setup] Jul 02 17:33:08.194 INFO E| Compiling wyz v0.5.1
35792026-07-02T17:33:09.118Z[ helios-setup] Jul 02 17:33:08.308 INFO E| Compiling ahash v0.8.12
35802026-07-02T17:33:09.150Z[ helios-setup] Jul 02 17:33:08.373 INFO E| Compiling getopts v0.2.24
35812026-07-02T17:33:09.168Z[ helios-setup] Jul 02 17:33:08.386 INFO E| Compiling packed_struct v0.10.1
35822026-07-02T17:33:09.214Z[ helios-setup] Jul 02 17:33:08.440 INFO E| Compiling slab v0.4.11
35832026-07-02T17:33:09.214Z[ helios-setup] Jul 02 17:33:08.441 INFO E| Compiling futures-io v0.3.31
35842026-07-02T17:33:09.293Z[ helios-setup] Jul 02 17:33:08.522 INFO E| Compiling bytes v1.10.1
35852026-07-02T17:33:09.319Z[ helios-setup] Jul 02 17:33:08.536 INFO E| Compiling heck v0.5.0
35862026-07-02T17:33:09.531Z[ helios-setup] Jul 02 17:33:08.766 INFO E| Compiling toml_parser v1.0.4
35872026-07-02T17:33:09.648Z[ helios-setup] Jul 02 17:33:08.888 INFO E| Compiling getrandom v0.3.4
35882026-07-02T17:33:09.690Z[ helios-setup] Jul 02 17:33:08.930 INFO E| Compiling strsim v0.11.1
35892026-07-02T17:33:09.774Z[ helios-setup] Jul 02 17:33:09.014 INFO E| Compiling time-core v0.1.6
35902026-07-02T17:33:09.874Z[ helios-setup] Jul 02 17:33:09.114 INFO E| Compiling futures-task v0.3.31
35912026-07-02T17:33:09.994Z[ helios-setup] Jul 02 17:33:09.225 INFO E| Compiling itoa v1.0.15
35922026-07-02T17:33:10.004Z[ helios-setup] Jul 02 17:33:09.241 INFO E| Compiling num-bigint-dig v0.8.4
35932026-07-02T17:33:10.030Z[ helios-setup] Jul 02 17:33:09.269 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35942026-07-02T17:33:10.113Z[ helios-setup] Jul 02 17:33:09.353 INFO E| Compiling thiserror v1.0.69
35952026-07-02T17:33:10.123Z[ helios-setup] Jul 02 17:33:09.363 INFO E| Compiling scopeguard v1.2.0
35962026-07-02T17:33:10.277Z[ helios-setup] Jul 02 17:33:09.517 INFO E| Compiling bitflags v2.10.0
35972026-07-02T17:33:10.292Z[ helios-setup] Jul 02 17:33:09.529 INFO E| Compiling spin v0.9.8
35982026-07-02T17:33:10.413Z[ helios-setup] Jul 02 17:33:09.634 INFO E| Compiling toml_edit v0.23.7
35992026-07-02T17:33:10.620Z[ helios-setup] Jul 02 17:33:09.859 INFO E| Compiling pin-utils v0.1.0
36002026-07-02T17:33:10.711Z[ helios-setup] Jul 02 17:33:09.951 INFO E| Compiling powerfmt v0.2.0
36012026-07-02T17:33:10.719Z[ helios-setup] Jul 02 17:33:09.959 INFO E| Compiling clap_lex v0.7.6
36022026-07-02T17:33:10.720Z[ helios-setup] Jul 02 17:33:09.959 INFO E| Compiling funty v2.0.0
36032026-07-02T17:33:10.743Z[ helios-setup] Jul 02 17:33:09.983 INFO E| Compiling num-conv v0.1.0
36042026-07-02T17:33:10.887Z[ helios-setup] Jul 02 17:33:10.127 INFO E| Compiling lazy_static v1.5.0
36052026-07-02T17:33:10.940Z[ helios-setup] Jul 02 17:33:10.173 INFO E| Compiling lock_api v0.4.14
36062026-07-02T17:33:11.052Z[ helios-setup] Jul 02 17:33:10.293 INFO E| Compiling deranged v0.5.5
36072026-07-02T17:33:11.081Z[ helios-setup] Jul 02 17:33:10.316 INFO E| Compiling num-iter v0.1.45
36082026-07-02T17:33:11.181Z[ helios-setup] Jul 02 17:33:10.421 INFO E| Compiling time-macros v0.2.24
36092026-07-02T17:33:11.246Z[ helios-setup] Jul 02 17:33:10.459 INFO E| Compiling indexmap v1.9.3
36102026-07-02T17:33:11.277Z[ helios-setup] Jul 02 17:33:10.515 INFO E| Compiling log v0.4.28
36112026-07-02T17:33:11.389Z[ helios-setup] Jul 02 17:33:10.630 INFO E| Compiling thiserror v2.0.17
36122026-07-02T17:33:11.583Z[ helios-setup] Jul 02 17:33:10.823 INFO E| Compiling iana-time-zone v0.1.64
36132026-07-02T17:33:11.743Z[ helios-setup] Jul 02 17:33:10.983 INFO E| Compiling proc-macro-crate v3.4.0
36142026-07-02T17:33:11.855Z[ helios-setup] Jul 02 17:33:11.095 INFO E| Compiling terminal_size v0.4.3
36152026-07-02T17:33:11.880Z[ helios-setup] Jul 02 17:33:11.102 INFO E| Compiling bitvec v1.0.1
36162026-07-02T17:33:12.051Z[ helios-setup] Jul 02 17:33:11.281 INFO E| Compiling nodrop v0.1.14
36172026-07-02T17:33:12.060Z[ helios-setup] Jul 02 17:33:11.295 INFO E| Compiling simd-adler32 v0.3.7
36182026-07-02T17:33:12.201Z[ helios-setup] Jul 02 17:33:11.424 INFO E| Compiling clap_builder v4.5.51
36192026-07-02T17:33:12.217Z[ helios-setup] Jul 02 17:33:11.433 INFO E| Compiling adler2 v2.0.1
36202026-07-02T17:33:12.485Z[ helios-setup] Jul 02 17:33:11.725 INFO E| Compiling crc-catalog v2.4.0
36212026-07-02T17:33:12.503Z[ helios-setup] Jul 02 17:33:11.741 INFO E| Compiling once_cell v1.21.3
36222026-07-02T17:33:12.527Z[ helios-setup] Jul 02 17:33:11.765 INFO E| Compiling serde_json v1.0.145
36232026-07-02T17:33:12.663Z[ helios-setup] Jul 02 17:33:11.903 INFO E| Compiling crc v3.3.0
36242026-07-02T17:33:12.743Z[ helios-setup] Jul 02 17:33:11.983 INFO E| Compiling miniz_oxide v0.8.9
36252026-07-02T17:33:12.771Z[ helios-setup] Jul 02 17:33:12.008 INFO E| Compiling array-init v0.0.4
36262026-07-02T17:33:12.849Z[ helios-setup] Jul 02 17:33:12.084 INFO E| Compiling chrono v0.4.42
36272026-07-02T17:33:12.879Z[ helios-setup] Jul 02 17:33:12.118 INFO E| Compiling parking_lot v0.12.5
36282026-07-02T17:33:12.950Z[ helios-setup] Jul 02 17:33:12.190 INFO E| Compiling env_filter v0.1.4
36292026-07-02T17:33:13.103Z[ helios-setup] Jul 02 17:33:12.343 INFO E| Compiling smallvec v0.6.14
36302026-07-02T17:33:13.533Z[ helios-setup] Jul 02 17:33:12.774 INFO E| Compiling serde_spanned v1.0.3
36312026-07-02T17:33:13.670Z[ helios-setup] Jul 02 17:33:12.903 INFO E| Compiling signature v2.2.0
36322026-07-02T17:33:13.785Z[ helios-setup] Jul 02 17:33:13.025 INFO E| Compiling time v0.3.44
36332026-07-02T17:33:13.874Z[ helios-setup] Jul 02 17:33:13.114 INFO E| Compiling signal-hook-registry v1.4.6
36342026-07-02T17:33:13.893Z[ helios-setup] Jul 02 17:33:13.127 INFO E| Compiling serde_derive v1.0.228
36352026-07-02T17:33:13.919Z[ helios-setup] Jul 02 17:33:13.159 INFO E| Compiling zerocopy-derive v0.8.27
36362026-07-02T17:33:14.861Z[ helios-setup] Jul 02 17:33:13.240 INFO E| Compiling der_derive v0.7.3
36372026-07-02T17:33:15.102Z[ helios-setup] Jul 02 17:33:13.876 INFO E| Compiling futures-macro v0.3.31
36382026-07-02T17:33:15.102Z[ helios-setup] Jul 02 17:33:13.933 INFO E| Compiling clap_derive v4.5.49
36392026-07-02T17:33:15.187Z[ helios-setup] Jul 02 17:33:14.250 INFO E| Compiling bitfield-macros v0.19.3
36402026-07-02T17:33:15.201Z[ helios-setup] Jul 02 17:33:14.372 INFO E| Compiling thiserror-impl v1.0.69
36412026-07-02T17:33:15.201Z[ helios-setup] Jul 02 17:33:14.433 INFO E| Compiling packed_struct_codegen v0.10.1
36422026-07-02T17:33:15.218Z[ helios-setup] Jul 02 17:33:14.443 INFO E| Compiling num_enum_derive v0.7.5
36432026-07-02T17:33:15.451Z[ helios-setup] Jul 02 17:33:14.691 INFO E| Compiling zerocopy-derive v0.6.6
36442026-07-02T17:33:15.894Z[ helios-setup] Jul 02 17:33:15.134 INFO E| Compiling thiserror-impl v2.0.17
36452026-07-02T17:33:15.912Z[ helios-setup] Jul 02 17:33:15.152 INFO E| Compiling der v0.7.10
36462026-07-02T17:33:16.053Z[ helios-setup] Jul 02 17:33:15.247 INFO E| Compiling tokio-macros v2.6.0
36472026-07-02T17:33:16.619Z[ helios-setup] Jul 02 17:33:15.859 INFO E| Compiling futures-util v0.3.31
36482026-07-02T17:33:16.895Z[ helios-setup] Jul 02 17:33:16.133 INFO E| Compiling bitfield v0.19.3
36492026-07-02T17:33:17.025Z[ helios-setup] Jul 02 17:33:16.248 INFO E| Compiling num_enum v0.7.5
36502026-07-02T17:33:17.343Z[ helios-setup] Jul 02 17:33:16.574 INFO E| Compiling mio v1.1.0
36512026-07-02T17:33:17.354Z[ helios-setup] Jul 02 17:33:16.592 INFO E| Compiling is-terminal v0.4.17
36522026-07-02T17:33:17.475Z[ helios-setup] Jul 02 17:33:16.715 INFO E| Compiling socket2 v0.6.1
36532026-07-02T17:33:17.747Z[ helios-setup] Jul 02 17:33:16.987 INFO E| Compiling thread_local v1.1.9
36542026-07-02T17:33:17.842Z[ helios-setup] Jul 02 17:33:17.082 INFO E| Compiling hashbrown v0.12.3
36552026-07-02T17:33:17.896Z[ helios-setup] Jul 02 17:33:17.136 INFO E| Compiling spki v0.7.3
36562026-07-02T17:33:17.924Z[ helios-setup] Jul 02 17:33:17.163 INFO E| Compiling zerocopy v0.6.6
36572026-07-02T17:33:18.384Z[ helios-setup] Jul 02 17:33:17.618 INFO E| Compiling pkcs8 v0.10.2
36582026-07-02T17:33:18.436Z[ helios-setup] Jul 02 17:33:17.669 INFO E| Compiling clap v4.5.51
36592026-07-02T17:33:18.466Z[ helios-setup] Jul 02 17:33:17.687 INFO E| Compiling toml_writer v1.0.4
36602026-07-02T17:33:18.519Z[ helios-setup] Jul 02 17:33:17.755 INFO E| Compiling term v1.2.0
36612026-07-02T17:33:18.535Z[ helios-setup] Jul 02 17:33:17.775 INFO E| Compiling subtle v2.6.1
36622026-07-02T17:33:18.544Z[ helios-setup] Jul 02 17:33:17.784 INFO E| Compiling libdevinfo-sys v1.1.0
36632026-07-02T17:33:18.755Z[ helios-setup] Jul 02 17:33:17.996 INFO E| Compiling pkcs1 v0.7.5
36642026-07-02T17:33:18.798Z[ helios-setup] Jul 02 17:33:18.038 INFO E| Compiling base64 v0.21.7
36652026-07-02T17:33:18.834Z[ helios-setup] Jul 02 17:33:18.074 INFO E| Compiling ryu v1.0.20
36662026-07-02T17:33:18.917Z[ helios-setup] Jul 02 17:33:18.156 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36672026-07-02T17:33:18.927Z[ helios-setup] Jul 02 17:33:18.164 INFO E| Compiling winnow v0.5.40
36682026-07-02T17:33:19.055Z[ helios-setup] Jul 02 17:33:18.294 INFO E| Compiling toml v0.9.8
36692026-07-02T17:33:19.438Z[ helios-setup] Jul 02 17:33:18.679 INFO E| Compiling devinfo v0.1.0
36702026-07-02T17:33:19.524Z[ helios-setup] Jul 02 17:33:18.764 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36712026-07-02T17:33:19.708Z[ helios-setup] Jul 02 17:33:18.948 INFO E| Compiling x509-cert v0.2.5
36722026-07-02T17:33:19.791Z[ helios-setup] Jul 02 17:33:19.031 INFO E| Compiling tokio v1.48.0
36732026-07-02T17:33:19.936Z[ helios-setup] Jul 02 17:33:19.154 INFO E| Compiling bzip2 v0.4.4
36742026-07-02T17:33:20.049Z[ helios-setup] Jul 02 17:33:19.286 INFO E| Compiling flate2 v1.1.5
36752026-07-02T17:33:20.108Z[ helios-setup] Jul 02 17:33:19.348 INFO E| Compiling uuid v1.18.1
36762026-07-02T17:33:21.114Z[ helios-setup] Jul 02 17:33:19.761 INFO E| Compiling env_logger v0.11.8
36772026-07-02T17:33:21.248Z[ helios-setup] Jul 02 17:33:20.140 INFO E| Compiling erased-serde v0.3.31
36782026-07-02T17:33:21.248Z[ helios-setup] Jul 02 17:33:20.351 INFO E| Compiling ppv-lite86 v0.2.21
36792026-07-02T17:33:21.375Z[ helios-setup] Jul 02 17:33:20.421 INFO E| Compiling toml_datetime v0.6.11
36802026-07-02T17:33:21.538Z[ helios-setup] Jul 02 17:33:20.771 INFO E| Compiling futures-executor v0.3.31
36812026-07-02T17:33:21.811Z[ helios-setup] Jul 02 17:33:21.050 INFO E| Compiling serde_spanned v0.6.9
36822026-07-02T17:33:21.890Z[ helios-setup] Jul 02 17:33:21.093 INFO E| Compiling futures v0.3.31
36832026-07-02T17:33:21.982Z[ helios-setup] Jul 02 17:33:21.207 INFO E| Compiling rand_chacha v0.3.1
36842026-07-02T17:33:22.032Z[ helios-setup] Jul 02 17:33:21.269 INFO E| Compiling hashbrown v0.13.2
36852026-07-02T17:33:22.105Z[ helios-setup] Jul 02 17:33:21.344 INFO E| Compiling toml_edit v0.19.15
36862026-07-02T17:33:22.130Z[ helios-setup] Jul 02 17:33:21.370 INFO E| Compiling ron v0.8.1
36872026-07-02T17:33:22.199Z[ helios-setup] Jul 02 17:33:21.423 INFO E| Compiling serde-hex v0.1.0
36882026-07-02T17:33:22.291Z[ helios-setup] Jul 02 17:33:21.526 INFO E| Compiling bitflags v1.3.2
36892026-07-02T17:33:22.390Z[ helios-setup] Jul 02 17:33:21.623 INFO E| Compiling crc-any v2.5.0
36902026-07-02T17:33:22.473Z[ helios-setup] Jul 02 17:33:21.713 INFO E| Compiling rand v0.8.5
36912026-07-02T17:33:22.552Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36922026-07-02T17:33:22.780Z[ helios-setup] Jul 02 17:33:22.020 INFO E| Compiling slog-term v2.9.2
36932026-07-02T17:33:23.028Z[ helios-setup] Jul 02 17:33:22.266 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36942026-07-02T17:33:23.047Z[ helios-setup] Jul 02 17:33:22.286 INFO E| Compiling foldhash v0.2.0
36952026-07-02T17:33:23.135Z[ helios-setup] Jul 02 17:33:22.375 INFO E| Compiling rustc-hash v2.1.1
36962026-07-02T17:33:23.400Z[ helios-setup] Jul 02 17:33:22.639 INFO E| Compiling hex v0.4.3
36972026-07-02T17:33:23.636Z[ helios-setup] Jul 02 17:33:22.777 INFO E| Compiling iddqd v0.3.14
36982026-07-02T17:33:23.679Z[ helios-setup] Jul 02 17:33:22.794 INFO E| Compiling object v0.30.4
36992026-07-02T17:33:23.718Z[ helios-setup] Jul 02 17:33:22.898 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37002026-07-02T17:33:23.781Z[ helios-setup] Jul 02 17:33:23.020 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37012026-07-02T17:33:24.161Z[ helios-setup] Jul 02 17:33:23.373 INFO E| Compiling zip v0.6.6
37022026-07-02T17:33:24.670Z[ helios-setup] Jul 02 17:33:23.910 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37032026-07-02T17:33:25.234Z[ helios-setup] Jul 02 17:33:24.473 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37042026-07-02T17:33:25.404Z[ helios-setup] Jul 02 17:33:24.641 INFO E| Compiling path-slash v0.1.5
37052026-07-02T17:33:26.102Z[ helios-setup] Jul 02 17:33:24.955 INFO E| Compiling rsa v0.9.8
37062026-07-02T17:33:26.139Z[ helios-setup] Jul 02 17:33:25.378 INFO E| Compiling toml v0.7.8
37072026-07-02T17:33:27.779Z[ helios-setup] Jul 02 17:33:27.013 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37082026-07-02T17:33:27.812Z[ helios-setup] Jul 02 17:33:27.052 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37092026-07-02T17:33:33.186Z[ helios-setup] Jul 02 17:33:32.426 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37102026-07-02T17:33:34.777Z[ helios-setup] Jul 02 17:33:34.017 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37112026-07-02T17:33:35.771Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37122026-07-02T17:33:37.166Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37132026-07-02T17:33:39.016Z[ helios-setup] Jul 02 17:33:38.256 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37142026-07-02T17:33:41.060Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37152026-07-02T17:33:43.580Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37162026-07-02T17:33:50.768Z[ helios-setup] Jul 02 17:33:50.007 INFO E| Finished `release` profile [optimized] target(s) in 48.32s
37172026-07-02T17:33:50.774Z[ helios-setup] Jul 02 17:33:50.010 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37182026-07-02T17:33:50.774Z[ helios-setup] Jul 02 17:33:50.010 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37192026-07-02T17:33:50.830Z[ helios-setup] Jul 02 17:33:50.069 INFO building project "pilot" ok (48 seconds)
37202026-07-02T17:33:50.830Z[ helios-setup] Jul 02 17:33:50.069 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37212026-07-02T17:33:50.848Z[ helios-setup] Jul 02 17:33:50.079 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
37222026-07-02T17:33:50.848Z[ helios-setup] Jul 02 17:33:50.079 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37232026-07-02T17:33:50.859Z[ helios-setup] Jul 02 17:33:50.079 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37242026-07-02T17:33:51.026Z[ helios-setup] Jul 02 17:33:50.266 INFO E| Downloading crates ...
37252026-07-02T17:33:51.084Z[ helios-setup] Jul 02 17:33:50.325 INFO E| Downloaded miniz_oxide v0.8.8
37262026-07-02T17:33:51.096Z[ helios-setup] Jul 02 17:33:50.327 INFO E| Downloaded adler2 v2.0.0
37272026-07-02T17:33:51.129Z[ helios-setup] Jul 02 17:33:50.369 INFO E| Compiling adler2 v2.0.0
37282026-07-02T17:33:51.305Z[ helios-setup] Jul 02 17:33:50.545 INFO E| Compiling miniz_oxide v0.8.8
37292026-07-02T17:33:52.393Z[ helios-setup] Jul 02 17:33:51.632 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37302026-07-02T17:33:52.921Z[ helios-setup] Jul 02 17:33:52.161 INFO E| Finished `release` profile [optimized] target(s) in 2.07s
37312026-07-02T17:33:52.930Z[ helios-setup] Jul 02 17:33:52.170 INFO building project "pinprick" ok (2 seconds)
37322026-07-02T17:33:52.940Z[ helios-setup] rm -f helios-build
37332026-07-02T17:33:52.940Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37342026-07-02T17:33:52.940Z[ helios-setup]
37352026-07-02T17:33:52.940Z[ helios-setup] Setup complete! ./helios-build is now available.
37362026-07-02T17:33:52.940Z[ helios-setup]
37372026-07-02T17:33:52.940Z[ helios-setup]
37382026-07-02T17:33:52.940Z[ helios-setup] real 3:17.248969428
37392026-07-02T17:33:52.941Z[ helios-setup] user 7:10.823765647
37402026-07-02T17:33:52.941Z[ helios-setup] sys 1:22.633565425
37412026-07-02T17:33:52.941Z[ helios-setup] trap 0.486626967
37422026-07-02T17:33:52.941Z[ helios-setup] tflt 3.028777760
37432026-07-02T17:33:52.941Z[ helios-setup] dflt 6.942005415
37442026-07-02T17:33:52.941Z[ helios-setup] kflt 0.000836810
37452026-07-02T17:33:52.941Z[ helios-setup] lock 57:30.285221957
37462026-07-02T17:33:52.941Z[ helios-setup] slp 40:04.083719870
37472026-07-02T17:33:52.941Z[ helios-setup] lat 7:34.814612017
37482026-07-02T17:33:52.941Z[ helios-setup] stop 1:30.639417642
37492026-07-02T17:33:52.941ZJul 02 17:33:52.179 INFO [helios-setup] process exited with exit status: 0 (197.25172129s)
37502026-07-02T17:33:52.941ZJul 02 17:33:52.179 INFO [helios-record] running task
37512026-07-02T17:33:52.941ZJul 02 17:33:52.179 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37522026-07-02T17:33:52.949ZJul 02 17:33:52.183 DEBG process exited with exit status: 0 (3.839723ms)
37532026-07-02T17:33:52.949ZJul 02 17:33:52.183 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37542026-07-02T17:33:52.949ZJul 02 17:33:52.188 DEBG process exited with exit status: 0 (4.627973ms)
37552026-07-02T17:33:52.949ZJul 02 17:33:52.188 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37562026-07-02T17:33:52.969ZJul 02 17:33:52.192 DEBG process exited with exit status: 0 (3.762322ms)
37572026-07-02T17:33:52.969ZJul 02 17:33:52.192 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37582026-07-02T17:33:52.969ZJul 02 17:33:52.195 DEBG process exited with exit status: 0 (3.659943ms)
37592026-07-02T17:33:52.969ZJul 02 17:33:52.195 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37602026-07-02T17:33:52.969ZJul 02 17:33:52.199 DEBG process exited with exit status: 0 (3.369443ms)
37612026-07-02T17:33:52.969ZJul 02 17:33:52.199 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37622026-07-02T17:33:52.977ZJul 02 17:33:52.202 DEBG process exited with exit status: 0 (3.416912ms)
37632026-07-02T17:33:52.977ZJul 02 17:33:52.202 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37642026-07-02T17:33:52.977ZJul 02 17:33:52.205 DEBG process exited with exit status: 0 (3.223103ms)
37652026-07-02T17:33:52.977ZJul 02 17:33:52.205 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37662026-07-02T17:33:52.977ZJul 02 17:33:52.209 DEBG process exited with exit status: 0 (3.454722ms)
37672026-07-02T17:33:52.977ZJul 02 17:33:52.209 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37682026-07-02T17:33:52.977ZJul 02 17:33:52.212 DEBG process exited with exit status: 0 (3.321603ms)
37692026-07-02T17:33:52.977ZJul 02 17:33:52.212 INFO [helios-record] task succeeded (33.324175ms)
37702026-07-02T17:40:06.955Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 59s
37712026-07-02T17:41:33.221ZJul 02 17:41:32.453 INFO [host-package] process exited with exit status: 0 (626.043871553s)
37722026-07-02T17:41:33.221ZJul 02 17:41:32.453 INFO [host-libraries] running task
37732026-07-02T17:41:33.221ZJul 02 17:41:32.453 INFO [host-stamp] running task
37742026-07-02T17:41:33.230ZJul 02 17:41:32.455 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git5e058e9f460
37752026-07-02T17:41:33.230ZJul 02 17:41:32.456 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git5e058e9f460
37762026-07-02T17:41:33.231ZJul 02 17:41:32.456 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git5e058e9f460
37772026-07-02T17:41:33.232ZJul 02 17:41:32.456 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git5e058e9f460
37782026-07-02T17:41:33.232ZJul 02 17:41:32.456 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git5e058e9f460
37792026-07-02T17:41:33.232ZJul 02 17:41:32.457 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git5e058e9f460
37802026-07-02T17:41:33.232ZJul 02 17:41:32.457 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git5e058e9f460
37812026-07-02T17:41:33.232ZJul 02 17:41:32.457 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git5e058e9f460
37822026-07-02T17:41:33.242Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37832026-07-02T17:41:33.242Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37842026-07-02T17:41:33.242Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37852026-07-02T17:41:33.243Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37862026-07-02T17:41:33.243Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37872026-07-02T17:41:33.243Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37882026-07-02T17:41:33.243Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-07-02T17:41:33.243Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-02T17:41:33.243Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37912026-07-02T17:41:33.243ZJul 02 17:41:32.469 INFO [stamp-overlay] process exited with exit status: 0 (11.748279ms)
37922026-07-02T17:41:33.265Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37932026-07-02T17:41:33.265ZJul 02 17:41:32.480 INFO [stamp-oxlog] process exited with exit status: 0 (24.197449ms)
37942026-07-02T17:41:33.279Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37952026-07-02T17:41:33.297ZJul 02 17:41:32.516 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.250416ms)
37962026-07-02T17:41:33.315Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37972026-07-02T17:41:33.315ZJul 02 17:41:32.533 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.052678ms)
37982026-07-02T17:41:33.440Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37992026-07-02T17:41:33.477ZJul 02 17:41:32.672 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (214.672082ms)
38002026-07-02T17:41:33.629Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38012026-07-02T17:41:33.644ZJul 02 17:41:32.865 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (408.814277ms)
38022026-07-02T17:41:33.829Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38032026-07-02T17:41:33.849ZJul 02 17:41:32.990 INFO [stamp-propolis-server] process exited with exit status: 0 (534.547612ms)
38042026-07-02T17:41:34.642ZJul 02 17:41:33.843 INFO [host-libraries] task succeeded (1.390764187s)
38052026-07-02T17:41:34.672ZJul 02 17:41:33.844 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38062026-07-02T17:41:34.672Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38072026-07-02T17:41:35.551Z[recovery-package] Compiling newtype-uuid v1.3.2
38082026-07-02T17:41:35.789Z[recovery-package] Compiling daft v0.1.7
38092026-07-02T17:41:35.994Z[recovery-package] Compiling iddqd v0.4.2
38102026-07-02T17:41:36.929Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38112026-07-02T17:41:37.293Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38122026-07-02T17:41:37.293Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38132026-07-02T17:41:37.384Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38142026-07-02T17:41:37.384Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38152026-07-02T17:41:37.384Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38162026-07-02T17:41:37.385Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38172026-07-02T17:41:37.385Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38182026-07-02T17:41:37.385Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38192026-07-02T17:41:37.480Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38202026-07-02T17:41:37.665Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38212026-07-02T17:41:37.688Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38222026-07-02T17:41:37.809Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38232026-07-02T17:41:39.985Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38242026-07-02T17:41:40.047ZJul 02 17:41:38.781 INFO [stamp-switch-asic] process exited with exit status: 0 (6.324717913s)
38252026-07-02T17:41:40.047ZJul 02 17:41:38.781 INFO [host-stamp] task succeeded (6.328451726s)
38262026-07-02T17:41:40.047ZJul 02 17:41:38.781 INFO [host-proto] running task
38272026-07-02T17:41:40.047ZJul 02 17:41:39.166 INFO [host-proto] task succeeded (385.33733ms)
38282026-07-02T17:41:40.047ZJul 02 17:41:39.167 INFO [host-profile] running task
38292026-07-02T17:41:40.047ZJul 02 17:41:39.167 INFO [host-profile] task succeeded (214.131µs)
38302026-07-02T17:41:40.047ZJul 02 17:41:39.167 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.492' -P /tmp/.tmpyhreHx/proto/host/root -N 'ci 5e058e9/${os_short_commit} 2026-07-02 17:30' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38312026-07-02T17:41:40.047Z[ host-image] Jul 02 17:41:39.174 INFO Checking files for board 'gimlet'
38322026-07-02T17:41:40.047Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38332026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38342026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO Checking files for board 'cosmo-mbist-noaggr'
38352026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38362026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO Checking files for board 'cosmo'
38372026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38382026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38392026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO Checking files for board 'cosmo-mbist'
38402026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.174 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38412026-07-02T17:41:40.048Z[ host-image] Jul 02 17:41:39.183 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpyhreHx/proto/host/root"
38422026-07-02T17:41:40.050Z[ host-image] Jul 02 17:41:39.183 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38432026-07-02T17:41:40.050Z[ host-image] Jul 02 17:41:39.183 INFO image builder template: ramdisk-01-os...
38442026-07-02T17:41:40.050Z[ host-image] Jul 02 17:41:39.183 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/.tmpyhreHx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38452026-07-02T17:41:40.050Z[ host-image] Jul 02 17:41:39.196 INFO O| Jul 02 17:41:39.196 INFO CREATE DATASET: rpool/images/build/host/output
38462026-07-02T17:41:41.240Z[ host-image] Jul 02 17:41:40.441 INFO O| Jul 02 17:41:40.441 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38472026-07-02T17:41:41.301Z[ host-image] Jul 02 17:41:40.444 INFO O| Jul 02 17:41:40.444 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38482026-07-02T17:41:41.474Z[ host-image] Jul 02 17:41:40.664 INFO O| Jul 02 17:41:40.664 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38492026-07-02T17:41:41.511Z[ host-image] Jul 02 17:41:40.723 INFO O| Jul 02 17:41:40.723 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38502026-07-02T17:41:41.511Z[ host-image] Jul 02 17:41:40.723 INFO O| Jul 02 17:41:40.723 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38512026-07-02T17:41:41.551Z[ host-image] Jul 02 17:41:40.723 INFO O| Jul 02 17:41:40.723 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38522026-07-02T17:41:41.551Z[ host-image] Jul 02 17:41:40.723 INFO O| Jul 02 17:41:40.723 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38532026-07-02T17:41:41.551Z[ host-image] Jul 02 17:41:40.727 INFO O| Jul 02 17:41:40.727 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38542026-07-02T17:41:41.604Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38552026-07-02T17:41:41.623Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38562026-07-02T17:41:41.623Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38572026-07-02T17:41:41.623Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38582026-07-02T17:41:41.623Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38592026-07-02T17:41:41.732Z[ host-image] Jul 02 17:41:40.965 INFO O| Jul 02 17:41:40.965 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38602026-07-02T17:41:41.744Z[ host-image] Jul 02 17:41:40.973 INFO O| Jul 02 17:41:40.973 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38612026-07-02T17:41:42.058Z[ host-image] Jul 02 17:41:41.289 INFO O| Jul 02 17:41:41.288 INFO O| Caching catalogs ... Done
38622026-07-02T17:41:42.518Z[ host-image] Jul 02 17:41:41.368 INFO O| Jul 02 17:41:41.368 INFO STEP 0 (pkg_image_create) COMPLETE
38632026-07-02T17:41:42.518Z[ host-image] Jul 02 17:41:41.368 INFO O| Jul 02 17:41:41.368 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38642026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.377 INFO O| Jul 02 17:41:41.377 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
38652026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO STEP 1 (pkg_set_publisher) COMPLETE
38662026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38672026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO skip step because feature "publisher_1_name" is not enabled
38682026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38692026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO skip step because feature "publisher_2_name" is not enabled
38702026-07-02T17:41:42.613Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-02T17:41:42.617Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO skip step because feature "publisher_3_name" is not enabled
38722026-07-02T17:41:42.617Z[ host-image] Jul 02 17:41:41.653 INFO O| Jul 02 17:41:41.653 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-02T17:41:42.757Z[ host-image] Jul 02 17:41:41.970 INFO O| Jul 02 17:41:41.970 INFO variant opensolaris.zone is already global
38742026-07-02T17:41:42.757Z[ host-image] Jul 02 17:41:41.971 INFO O| Jul 02 17:41:41.970 INFO STEP 5 (pkg_change_variant) COMPLETE
38752026-07-02T17:41:42.757Z[ host-image] Jul 02 17:41:41.971 INFO O| Jul 02 17:41:41.970 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-02T17:41:43.034Z[ host-image] Jul 02 17:41:42.267 INFO O| Jul 02 17:41:42.267 INFO variant opensolaris.imagetype is full; changing to partial
38772026-07-02T17:41:43.034Z[ host-image] Jul 02 17:41:42.267 INFO O| Jul 02 17:41:42.267 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38782026-07-02T17:41:43.733Z[ host-image] Jul 02 17:41:42.965 INFO O| Jul 02 17:41:42.965 INFO O| Startup: Refreshing catalog 'helios' ... Done
38792026-07-02T17:41:43.863Z[ host-image] Jul 02 17:41:43.071 INFO O| Jul 02 17:41:43.071 INFO O| Startup: Caching catalogs ... Done
38802026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.076 INFO O| Jul 02 17:41:43.076 INFO O| Planning: Planning completed in 0.00 seconds
38812026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.076 INFO O| Jul 02 17:41:43.076 INFO O| Planning: Consolidating action changes ... Done
38822026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.076 INFO O| Jul 02 17:41:43.076 INFO O| Planning: Evaluating mediators ... Done
38832026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.076 INFO O| Jul 02 17:41:43.076 INFO O| Planning: Planning completed in 0.00 seconds
38842026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.076 INFO O| Jul 02 17:41:43.076 INFO O| Variants/Facets to change: 1
38852026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.085 INFO O| Jul 02 17:41:43.085 INFO O| Finalize: Updating package state database ... Done
38862026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.085 INFO O| Jul 02 17:41:43.085 INFO O| Finalize: Updating package cache ... Done
38872026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.104 INFO O| Jul 02 17:41:43.104 INFO O| Finalize: Updating image state ... Done
38882026-07-02T17:41:43.891Z[ host-image] Jul 02 17:41:43.107 INFO O| Jul 02 17:41:43.107 INFO O| Finalize: Creating fast lookup database ... Done
38892026-07-02T17:41:43.928Z[ host-image] Jul 02 17:41:43.108 INFO O| Jul 02 17:41:43.108 INFO O| Finalize: Reading search index ... Done
38902026-07-02T17:41:43.928Z[ host-image] Jul 02 17:41:43.108 INFO O| Jul 02 17:41:43.108 INFO O| Finalize: Updating search index ... Done
38912026-07-02T17:41:43.928Z[ host-image] Jul 02 17:41:43.108 INFO O| Jul 02 17:41:43.108 INFO O| Finalize: Updating package cache ... Done
38922026-07-02T17:41:43.973Z[ host-image] Jul 02 17:41:43.205 INFO O| Jul 02 17:41:43.205 INFO STEP 6 (pkg_change_variant) COMPLETE
38932026-07-02T17:41:43.973Z[ host-image] Jul 02 17:41:43.205 INFO O| Jul 02 17:41:43.205 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38942026-07-02T17:41:43.994Z[ host-image] Jul 02 17:41:43.205 INFO O| Jul 02 17:41:43.205 INFO skip step because feature "debug_variant" is not enabled
38952026-07-02T17:41:43.994Z[ host-image] Jul 02 17:41:43.205 INFO O| Jul 02 17:41:43.205 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-02T17:41:44.227Z[ host-image] Jul 02 17:41:43.459 INFO O| Jul 02 17:41:43.459 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38972026-07-02T17:41:44.886Z[ host-image] Jul 02 17:41:44.119 INFO O| Jul 02 17:41:44.119 INFO O| Startup: Refreshing catalog 'helios' ... Done
38982026-07-02T17:41:45.416Z[ host-image] Jul 02 17:41:44.224 INFO O| Jul 02 17:41:44.224 INFO O| Startup: Caching catalogs ... Done
38992026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.228 INFO O| Jul 02 17:41:44.228 INFO O| Planning: Planning completed in 0.00 seconds
39002026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.228 INFO O| Jul 02 17:41:44.228 INFO O| Planning: Consolidating action changes ... Done
39012026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.229 INFO O| Jul 02 17:41:44.229 INFO O| Planning: Evaluating mediators ... Done
39022026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.229 INFO O| Jul 02 17:41:44.229 INFO O| Planning: Planning completed in 0.00 seconds
39032026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.229 INFO O| Jul 02 17:41:44.229 INFO O| Variants/Facets to change: 1
39042026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.237 INFO O| Jul 02 17:41:44.237 INFO O| Finalize: Updating package state database ... Done
39052026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.237 INFO O| Jul 02 17:41:44.237 INFO O| Finalize: Updating package cache ... Done
39062026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.255 INFO O| Jul 02 17:41:44.255 INFO O| Finalize: Updating image state ... Done
39072026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.258 INFO O| Jul 02 17:41:44.258 INFO O| Finalize: Creating fast lookup database ... Done
39082026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.258 INFO O| Jul 02 17:41:44.258 INFO O| Finalize: Reading search index ... Done
39092026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.258 INFO O| Jul 02 17:41:44.258 INFO O| Finalize: Updating search index ... Done
39102026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.259 INFO O| Jul 02 17:41:44.259 INFO O| Finalize: Updating package cache ... Done
39112026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO STEP 8 (pkg_change_facet) COMPLETE
39122026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO skip step because feature "recovery" is not enabled
39142026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO skip step because feature "recovery" is not enabled
39162026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.347 INFO O| Jul 02 17:41:44.347 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-07-02T17:41:45.526Z[ host-image] Jul 02 17:41:44.353 INFO O| Jul 02 17:41:44.353 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
39182026-07-02T17:41:45.748Z[ host-image] Jul 02 17:41:44.976 INFO O| Jul 02 17:41:44.976 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-07-02T17:41:45.853Z[ host-image] Jul 02 17:41:45.081 INFO O| Jul 02 17:41:45.081 INFO O| Startup: Caching catalogs ... Done
39202026-07-02T17:41:46.376Z[ host-image] Jul 02 17:41:45.511 INFO O| Jul 02 17:41:45.511 INFO O| Planning: Solver setup ... Done
39212026-07-02T17:41:46.433Z[ host-image] Jul 02 17:41:45.527 INFO O| Jul 02 17:41:45.527 INFO O| Planning: Running solver ... Done
39222026-07-02T17:41:46.433Z[ host-image] Jul 02 17:41:45.537 INFO O| Jul 02 17:41:45.537 INFO O| Planning: Finding local manifests ... Done
39232026-07-02T17:41:46.433Z[ host-image] Jul 02 17:41:45.555 INFO O| Jul 02 17:41:45.555 INFO O| Planning: Fetching manifests: 0/128 0% complete
39242026-07-02T17:41:48.798Z[ host-image] Jul 02 17:41:47.989 INFO O| Jul 02 17:41:47.988 INFO O| Planning: Fetching manifests: 128/128 100% complete
39252026-07-02T17:41:49.144Z[ host-image] Jul 02 17:41:48.378 INFO O| Jul 02 17:41:48.378 INFO O| Planning: Package planning ... Done
39262026-07-02T17:41:49.453Z[ host-image] Jul 02 17:41:48.688 INFO O| Jul 02 17:41:48.688 INFO O| Planning: Merging actions ... Done
39272026-07-02T17:41:49.575Z[ host-image] Jul 02 17:41:48.789 INFO O| Jul 02 17:41:48.789 INFO O| Planning: Checking for conflicting actions ... Done
39282026-07-02T17:41:49.688Z[ host-image] Jul 02 17:41:48.888 INFO O| Jul 02 17:41:48.888 INFO O| Planning: Consolidating action changes ... Done
39292026-07-02T17:41:49.791Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39302026-07-02T17:41:49.908Z[ host-image] Jul 02 17:41:49.132 INFO O| Jul 02 17:41:49.132 INFO O| Planning: Evaluating mediators ... Done
39312026-07-02T17:41:50.918Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39322026-07-02T17:41:51.444Z[ host-image] Jul 02 17:41:50.537 INFO O| Jul 02 17:41:50.536 INFO O| Planning: Planning completed in 5.45 seconds
39332026-07-02T17:41:51.596Z[ host-image] Jul 02 17:41:50.538 INFO O| Jul 02 17:41:50.538 INFO O| Packages to install: 128
39342026-07-02T17:41:51.596Z[ host-image] Jul 02 17:41:50.538 INFO O| Jul 02 17:41:50.538 INFO O| Mediators to change: 5
39352026-07-02T17:41:51.596Z[ host-image] Jul 02 17:41:50.538 INFO O| Jul 02 17:41:50.538 INFO O| Services to change: 6
39362026-07-02T17:41:51.596Z[ host-image] Jul 02 17:41:50.569 INFO O| Jul 02 17:41:50.569 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39372026-07-02T17:41:53.080Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39382026-07-02T17:41:53.080Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39392026-07-02T17:41:54.422Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39402026-07-02T17:41:54.889Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39412026-07-02T17:41:56.375Z[ host-image] Jul 02 17:41:55.580 INFO O| Jul 02 17:41:55.580 INFO O| Download: 1596/23767 items 9.7/222.4MB 4% complete (2.2M/s)
39422026-07-02T17:42:01.437Z[ host-image] Jul 02 17:42:00.612 INFO O| Jul 02 17:42:00.612 INFO O| Download: 1751/23767 items 11.7/222.4MB 5% complete (1.2M/s)
39432026-07-02T17:42:06.413Z[ host-image] Jul 02 17:42:05.629 INFO O| Jul 02 17:42:05.629 INFO O| Download: 2136/23767 items 23.1/222.4MB 10% complete (1.4M/s)
39442026-07-02T17:42:06.746Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.99s
39452026-07-02T17:42:11.516Z[ host-image] Jul 02 17:42:10.676 INFO O| Jul 02 17:42:10.676 INFO O| Download: 2330/23767 items 26.8/222.4MB 12% complete (1.5M/s)
39462026-07-02T17:42:19.119Z[ host-image] Jul 02 17:42:15.678 INFO O| Jul 02 17:42:15.678 INFO O| Download: 4372/23767 items 40.7/222.4MB 18% complete (1.9M/s)
39472026-07-02T17:42:21.700Z[ host-image] Jul 02 17:42:20.836 INFO O| Jul 02 17:42:20.836 INFO O| Download: 4954/23767 items 43.5/222.4MB 19% complete (1.8M/s)
39482026-07-02T17:42:27.633Z[ host-image] Jul 02 17:42:26.869 INFO O| Jul 02 17:42:26.869 INFO O| Download: 4977/23767 items 43.9/222.4MB 19% complete (1.4M/s)
39492026-07-02T17:42:32.634Z[ host-image] Jul 02 17:42:31.871 INFO O| Jul 02 17:42:31.870 INFO O| Download: 6153/23767 items 47.0/222.4MB 21% complete (350k/s)
39502026-07-02T17:42:37.672Z[ host-image] Jul 02 17:42:36.874 INFO O| Jul 02 17:42:36.874 INFO O| Download: 7274/23767 items 50.8/222.4MB 22% complete (663k/s)
39512026-07-02T17:42:42.877Z[ host-image] Jul 02 17:42:42.078 INFO O| Jul 02 17:42:42.078 INFO O| Download: 8578/23767 items 62.5/222.4MB 28% complete (1.6M/s)
39522026-07-02T17:42:45.722ZJul 02 17:42:44.942 INFO [recovery-package] process exited with exit status: 0 (71.098211423s)
39532026-07-02T17:42:45.723ZJul 02 17:42:44.942 INFO [recovery-libraries] running task
39542026-07-02T17:42:45.723ZJul 02 17:42:44.942 INFO [recovery-stamp] running task
39552026-07-02T17:42:45.738ZJul 02 17:42:44.942 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git5e058e9f460
39562026-07-02T17:42:45.738ZJul 02 17:42:44.943 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git5e058e9f460
39572026-07-02T17:42:45.738Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39582026-07-02T17:42:45.738Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39592026-07-02T17:42:45.768ZJul 02 17:42:44.997 INFO [recovery-libraries] task succeeded (55.172912ms)
39602026-07-02T17:42:45.778ZJul 02 17:42:44.997 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39612026-07-02T17:42:45.842Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39622026-07-02T17:42:45.863ZJul 02 17:42:45.079 INFO [stamp-installinator] process exited with exit status: 0 (136.283153ms)
39632026-07-02T17:42:45.907Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39642026-07-02T17:42:45.920ZJul 02 17:42:45.130 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.402381ms)
39652026-07-02T17:42:45.920ZJul 02 17:42:45.130 INFO [recovery-stamp] task succeeded (188.207852ms)
39662026-07-02T17:42:45.920ZJul 02 17:42:45.130 INFO [recovery-proto] running task
39672026-07-02T17:42:45.920ZJul 02 17:42:45.130 INFO [tuf-stamp] running task
39682026-07-02T17:42:45.920ZJul 02 17:42:45.130 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git5e058e9f460
39692026-07-02T17:42:45.920ZJul 02 17:42:45.131 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git5e058e9f460
39702026-07-02T17:42:45.920ZJul 02 17:42:45.131 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git5e058e9f460
39712026-07-02T17:42:45.920ZJul 02 17:42:45.132 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git5e058e9f460
39722026-07-02T17:42:45.920ZJul 02 17:42:45.132 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git5e058e9f460
39732026-07-02T17:42:45.920ZJul 02 17:42:45.132 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git5e058e9f460
39742026-07-02T17:42:45.921ZJul 02 17:42:45.133 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git5e058e9f460
39752026-07-02T17:42:45.921ZJul 02 17:42:45.133 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git5e058e9f460
39762026-07-02T17:42:45.921ZJul 02 17:42:45.133 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git5e058e9f460
39772026-07-02T17:42:45.921ZJul 02 17:42:45.134 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git5e058e9f460
39782026-07-02T17:42:45.921ZJul 02 17:42:45.134 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git5e058e9f460
39792026-07-02T17:42:45.921ZJul 02 17:42:45.134 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git5e058e9f460
39802026-07-02T17:42:45.921Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-02T17:42:45.921Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-02T17:42:45.921Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-02T17:42:45.921Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-02T17:42:45.921Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-02T17:42:45.921Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-02T17:42:45.921Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-02T17:42:45.921Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-02T17:42:45.921Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-02T17:42:45.921Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-02T17:42:45.922Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-02T17:42:45.922Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-02T17:42:45.964Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39932026-07-02T17:42:45.992ZJul 02 17:42:45.190 INFO [stamp-probe] process exited with exit status: 0 (58.741714ms)
39942026-07-02T17:42:46.037ZJul 02 17:42:45.256 INFO [recovery-proto] task succeeded (125.644325ms)
39952026-07-02T17:42:46.051ZJul 02 17:42:45.256 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.492' -P /tmp/.tmpyhreHx/proto/recovery/root -N 'recovery 5e058e9/${os_short_commit} 2026-07-02 17:30' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39962026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO Checking files for board 'cosmo'
39972026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39982026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39992026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO Checking files for board 'cosmo-mbist'
40002026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40012026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO Checking files for board 'cosmo-mbist-noaggr'
40022026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40032026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO Checking files for board 'gimlet'
40042026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40052026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.262 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40062026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.271 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpyhreHx/proto/recovery/root"
40072026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.271 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40082026-07-02T17:42:46.052Z[ recovery-image] Jul 02 17:42:45.271 INFO image builder template: ramdisk-01-os...
40092026-07-02T17:42:46.053Z[ recovery-image] Jul 02 17:42:45.271 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/.tmpyhreHx/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40102026-07-02T17:42:46.061Z[ recovery-image] Jul 02 17:42:45.287 INFO O| Jul 02 17:42:45.287 INFO CREATE DATASET: rpool/images/build/recovery/output
40112026-07-02T17:42:46.381Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40122026-07-02T17:42:46.450Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40132026-07-02T17:42:46.450Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40142026-07-02T17:42:46.450Z[ recovery-image] Jul 02 17:42:45.581 INFO O| Jul 02 17:42:45.581 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40152026-07-02T17:42:46.450ZJul 02 17:42:45.584 INFO [stamp-ntp] process exited with exit status: 0 (450.171909ms)
40162026-07-02T17:42:46.450Z[ recovery-image] Jul 02 17:42:45.585 INFO O| Jul 02 17:42:45.584 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40172026-07-02T17:42:46.510Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40182026-07-02T17:42:46.637ZJul 02 17:42:45.747 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (612.547852ms)
40192026-07-02T17:42:46.664Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40202026-07-02T17:42:46.665ZJul 02 17:42:45.847 INFO [stamp-external-dns] process exited with exit status: 0 (714.498238ms)
40212026-07-02T17:42:46.665Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40222026-07-02T17:42:46.665ZJul 02 17:42:45.861 INFO [stamp-internal-dns] process exited with exit status: 0 (729.823279ms)
40232026-07-02T17:42:46.698Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40242026-07-02T17:42:46.706ZJul 02 17:42:45.931 INFO [stamp-crucible-zone] process exited with exit status: 0 (797.807781ms)
40252026-07-02T17:42:46.828Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40262026-07-02T17:42:46.843ZJul 02 17:42:46.058 INFO [stamp-oximeter] process exited with exit status: 0 (927.365209ms)
40272026-07-02T17:42:47.013Z[ recovery-image] Jul 02 17:42:46.212 INFO O| Jul 02 17:42:46.211 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40282026-07-02T17:42:47.127Z[ recovery-image] Jul 02 17:42:46.342 INFO O| Jul 02 17:42:46.342 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-07-02T17:42:47.128Z[ recovery-image] Jul 02 17:42:46.342 INFO O| Jul 02 17:42:46.342 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40302026-07-02T17:42:47.146Z[ recovery-image] Jul 02 17:42:46.342 INFO O| Jul 02 17:42:46.342 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40312026-07-02T17:42:47.146Z[ recovery-image] Jul 02 17:42:46.342 INFO O| Jul 02 17:42:46.342 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40322026-07-02T17:42:47.146Z[ recovery-image] Jul 02 17:42:46.348 INFO O| Jul 02 17:42:46.348 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40332026-07-02T17:42:47.848Z[ host-image] Jul 02 17:42:47.078 INFO O| Jul 02 17:42:47.078 INFO O| Download: 9633/23767 items 81.2/222.4MB 36% complete (3.0M/s)
40342026-07-02T17:42:48.398Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40352026-07-02T17:42:48.402ZJul 02 17:42:47.635 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.502862466s)
40362026-07-02T17:42:48.806Z[ recovery-image] Jul 02 17:42:48.039 INFO O| Jul 02 17:42:48.039 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-07-02T17:42:48.814Z[ recovery-image] Jul 02 17:42:48.045 INFO O| Jul 02 17:42:48.045 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40382026-07-02T17:42:49.069Z[ recovery-image] Jul 02 17:42:48.299 INFO O| Jul 02 17:42:48.299 INFO O| Caching catalogs ... Done
40392026-07-02T17:42:49.128Z[ recovery-image] Jul 02 17:42:48.364 INFO O| Jul 02 17:42:48.364 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-07-02T17:42:49.129Z[ recovery-image] Jul 02 17:42:48.364 INFO O| Jul 02 17:42:48.364 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-02T17:42:49.135Z[ recovery-image] Jul 02 17:42:48.372 INFO O| Jul 02 17:42:48.371 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
40422026-07-02T17:42:49.895Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40432026-07-02T17:42:49.899ZJul 02 17:42:49.134 INFO [stamp-nexus] process exited with exit status: 0 (4.000196242s)
40442026-07-02T17:42:50.265Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40452026-07-02T17:42:50.272ZJul 02 17:42:49.504 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.372535573s)
40462026-07-02T17:42:50.510Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40472026-07-02T17:42:50.523ZJul 02 17:42:49.742 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.609416071s)
40482026-07-02T17:42:50.556Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40492026-07-02T17:42:50.562ZJul 02 17:42:49.797 INFO [stamp-clickhouse] process exited with exit status: 0 (4.663966792s)
40502026-07-02T17:42:50.562ZJul 02 17:42:49.797 INFO [tuf-stamp] task succeeded (4.666525544s)
40512026-07-02T17:42:51.254Z[verify-libraries] Compiling match_cfg v0.1.0
40522026-07-02T17:42:51.255Z[verify-libraries] Compiling slog-json v2.6.1
40532026-07-02T17:42:51.266Z[verify-libraries] Compiling itertools v0.14.0
40542026-07-02T17:42:51.266Z[verify-libraries] Compiling progenitor-client v0.14.0
40552026-07-02T17:42:51.266Z[verify-libraries] Compiling structmeta-derive v0.3.0
40562026-07-02T17:42:51.266Z[verify-libraries] Compiling debug-ignore v1.0.5
40572026-07-02T17:42:51.266Z[verify-libraries] Compiling sha1 v0.11.0
40582026-07-02T17:42:51.432Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO STEP 1 (pkg_set_publisher) COMPLETE
40592026-07-02T17:42:51.433Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40602026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO skip step because feature "publisher_1_name" is not enabled
40612026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40622026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO skip step because feature "publisher_2_name" is not enabled
40632026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40642026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO skip step because feature "publisher_3_name" is not enabled
40652026-07-02T17:42:51.448Z[ recovery-image] Jul 02 17:42:50.664 INFO O| Jul 02 17:42:50.664 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40662026-07-02T17:42:51.548Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40672026-07-02T17:42:51.553Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40682026-07-02T17:42:51.553Z[verify-libraries] Compiling multer v3.1.0
40692026-07-02T17:42:51.553Z[verify-libraries] Compiling compression-core v0.4.31
40702026-07-02T17:42:51.570Z[verify-libraries] Compiling async-stream-impl v0.3.6
40712026-07-02T17:42:51.577Z[verify-libraries] Compiling serde_spanned v1.1.1
40722026-07-02T17:42:51.700Z[verify-libraries] Compiling hostname v0.3.1
40732026-07-02T17:42:51.700Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40742026-07-02T17:42:51.712Z[ recovery-image] Jul 02 17:42:50.948 INFO O| Jul 02 17:42:50.948 INFO variant opensolaris.zone is already global
40752026-07-02T17:42:51.712Z[ recovery-image] Jul 02 17:42:50.948 INFO O| Jul 02 17:42:50.948 INFO STEP 5 (pkg_change_variant) COMPLETE
40762026-07-02T17:42:51.717Z[ recovery-image] Jul 02 17:42:50.948 INFO O| Jul 02 17:42:50.948 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40772026-07-02T17:42:51.742Z[verify-libraries] Compiling dropshot v0.17.1
40782026-07-02T17:42:51.742Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40792026-07-02T17:42:51.795Z[verify-libraries] Compiling compression-codecs v0.4.37
40802026-07-02T17:42:51.796Z[verify-libraries] Compiling waitgroup v0.1.2
40812026-07-02T17:42:51.796Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40822026-07-02T17:42:51.867Z[verify-libraries] Compiling slog-bunyan v2.5.0
40832026-07-02T17:42:51.872Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40842026-07-02T17:42:51.872Z[verify-libraries] Compiling hostname v0.4.2
40852026-07-02T17:42:51.904Z[verify-libraries] Compiling atomicwrites v0.4.4
40862026-07-02T17:42:51.985Z[verify-libraries] Compiling async-compression v0.4.41
40872026-07-02T17:42:51.985Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40882026-07-02T17:42:52.025Z[ recovery-image] Jul 02 17:42:51.258 INFO O| Jul 02 17:42:51.258 INFO variant opensolaris.imagetype is full; changing to partial
40892026-07-02T17:42:52.025Z[ recovery-image] Jul 02 17:42:51.258 INFO O| Jul 02 17:42:51.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40902026-07-02T17:42:52.032Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40912026-07-02T17:42:52.032Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40922026-07-02T17:42:52.075Z[verify-libraries] Compiling macaddr v1.0.1
40932026-07-02T17:42:52.096Z[verify-libraries] Compiling regress v0.10.5
40942026-07-02T17:42:52.119Z[verify-libraries] Compiling instant v0.1.13
40952026-07-02T17:42:52.122Z[verify-libraries] Compiling backon v1.6.0
40962026-07-02T17:42:52.199Z[verify-libraries] Compiling humantime v2.3.0
40972026-07-02T17:42:52.233Z[verify-libraries] Compiling backoff v0.4.0
40982026-07-02T17:42:52.288Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40992026-07-02T17:42:52.295Z[verify-libraries] Compiling async-stream v0.3.6
41002026-07-02T17:42:52.295Z[verify-libraries] Compiling convert_case v0.4.0
41012026-07-02T17:42:52.353Z[verify-libraries] Compiling half v2.7.1
41022026-07-02T17:42:52.357Z[verify-libraries] Compiling progenitor-extras v0.2.0
41032026-07-02T17:42:52.402Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41042026-07-02T17:42:52.425Z[verify-libraries] Compiling ciborium-io v0.2.2
41052026-07-02T17:42:52.512Z[verify-libraries] Compiling regress v0.11.1
41062026-07-02T17:42:52.519Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41072026-07-02T17:42:52.555Z[verify-libraries] Compiling indent_write v2.2.0
41082026-07-02T17:42:52.577Z[verify-libraries] Compiling secrecy v0.10.3
41092026-07-02T17:42:52.607Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-07-02T17:42:52.645Z[verify-libraries] Compiling ciborium-ll v0.2.2
41112026-07-02T17:42:52.693Z[verify-libraries] Compiling structmeta v0.3.0
41122026-07-02T17:42:52.694Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41132026-07-02T17:42:52.743Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41142026-07-02T17:42:52.743Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41152026-07-02T17:42:52.785Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41162026-07-02T17:42:52.790Z[verify-libraries] Compiling inout v0.1.4
41172026-07-02T17:42:52.791Z[verify-libraries] Compiling derive_more v0.99.20
41182026-07-02T17:42:52.807Z[ recovery-image] Jul 02 17:42:52.043 INFO O| Jul 02 17:42:52.043 INFO O| Startup: Refreshing catalog 'helios' ... Done
41192026-07-02T17:42:52.843Z[ host-image] Jul 02 17:42:52.079 INFO O| Jul 02 17:42:52.079 INFO O| Download: 11651/23767 items 98.9/222.4MB 44% complete (3.6M/s)
41202026-07-02T17:42:52.873Z[verify-libraries] Compiling ciborium v0.2.2
41212026-07-02T17:42:52.894Z[verify-libraries] Compiling universal-hash v0.5.1
41222026-07-02T17:42:52.921Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41232026-07-02T17:42:52.941Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.168 INFO O| Startup: Caching catalogs ... Done
41242026-07-02T17:42:52.941Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.174 INFO O| Planning: Planning completed in 0.00 seconds
41252026-07-02T17:42:52.941Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.175 INFO O| Planning: Consolidating action changes ... Done
41262026-07-02T17:42:52.948Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.175 INFO O| Planning: Evaluating mediators ... Done
41272026-07-02T17:42:52.948Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.175 INFO O| Planning: Planning completed in 0.00 seconds
41282026-07-02T17:42:52.948Z[ recovery-image] Jul 02 17:42:52.178 INFO O| Jul 02 17:42:52.175 INFO O| Variants/Facets to change: 1
41292026-07-02T17:42:52.952Z[ recovery-image] Jul 02 17:42:52.186 INFO O| Jul 02 17:42:52.185 INFO O| Finalize: Updating package state database ... Done
41302026-07-02T17:42:52.952Z[ recovery-image] Jul 02 17:42:52.186 INFO O| Jul 02 17:42:52.185 INFO O| Finalize: Updating package cache ... Done
41312026-07-02T17:42:52.981Z[ recovery-image] Jul 02 17:42:52.211 INFO O| Jul 02 17:42:52.211 INFO O| Finalize: Updating image state ... Done
41322026-07-02T17:42:52.987Z[verify-libraries] Compiling derive-ex v0.1.8
41332026-07-02T17:42:52.987Z[ recovery-image] Jul 02 17:42:52.216 INFO O| Jul 02 17:42:52.216 INFO O| Finalize: Creating fast lookup database ... Done
41342026-07-02T17:42:52.987Z[ recovery-image] Jul 02 17:42:52.217 INFO O| Jul 02 17:42:52.217 INFO O| Finalize: Reading search index ... Done
41352026-07-02T17:42:52.987Z[ recovery-image] Jul 02 17:42:52.217 INFO O| Jul 02 17:42:52.217 INFO O| Finalize: Updating search index ... Done
41362026-07-02T17:42:52.988Z[ recovery-image] Jul 02 17:42:52.219 INFO O| Jul 02 17:42:52.219 INFO O| Finalize: Updating package cache ... Done
41372026-07-02T17:42:53.028Z[verify-libraries] Compiling parse-display-derive v0.10.0
41382026-07-02T17:42:53.077Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41392026-07-02T17:42:53.127Z[verify-libraries] Compiling cipher v0.4.4
41402026-07-02T17:42:53.141Z[ recovery-image] Jul 02 17:42:52.370 INFO O| Jul 02 17:42:52.370 INFO STEP 6 (pkg_change_variant) COMPLETE
41412026-07-02T17:42:53.141Z[ recovery-image] Jul 02 17:42:52.370 INFO O| Jul 02 17:42:52.370 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-07-02T17:42:53.141Z[ recovery-image] Jul 02 17:42:52.370 INFO O| Jul 02 17:42:52.370 INFO skip step because feature "debug_variant" is not enabled
41432026-07-02T17:42:53.141Z[ recovery-image] Jul 02 17:42:52.370 INFO O| Jul 02 17:42:52.370 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41442026-07-02T17:42:53.158Z[verify-libraries] Compiling opaque-debug v0.3.1
41452026-07-02T17:42:53.158Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41462026-07-02T17:42:53.293Z[verify-libraries] Compiling poly1305 v0.8.0
41472026-07-02T17:42:53.293Z[verify-libraries] Compiling byte-wrapper v0.1.0
41482026-07-02T17:42:53.298Z[verify-libraries] Compiling blake2 v0.10.6
41492026-07-02T17:42:53.435Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41502026-07-02T17:42:53.494Z[ recovery-image] Jul 02 17:42:52.724 INFO O| Jul 02 17:42:52.724 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41512026-07-02T17:42:53.498Z[verify-libraries] Compiling chacha20 v0.9.1
41522026-07-02T17:42:53.554Z[verify-libraries] Compiling aead v0.5.2
41532026-07-02T17:42:53.599Z[verify-libraries] Compiling password-hash v0.5.0
41542026-07-02T17:42:53.831Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41552026-07-02T17:42:53.840Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41562026-07-02T17:42:53.879Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41572026-07-02T17:42:53.879Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41582026-07-02T17:42:53.941Z[verify-libraries] Compiling argon2 v0.5.3
41592026-07-02T17:42:54.036Z[verify-libraries] Compiling rayon-core v1.13.0
41602026-07-02T17:42:54.099Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41612026-07-02T17:42:54.112Z[verify-libraries] Compiling glob v0.3.3
41622026-07-02T17:42:54.162Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41632026-07-02T17:42:54.195Z[verify-libraries] Compiling usdt-macro v0.5.0
41642026-07-02T17:42:54.249Z[verify-libraries] Compiling typify-impl v0.6.2
41652026-07-02T17:42:54.284Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41662026-07-02T17:42:54.423Z[verify-libraries] Compiling vsss-rs v3.3.4
41672026-07-02T17:42:54.615Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41682026-07-02T17:42:54.941Z[verify-libraries] Compiling test-strategy v0.4.5
41692026-07-02T17:42:54.989Z[verify-libraries] Compiling parse-display v0.10.0
41702026-07-02T17:42:55.047Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41712026-07-02T17:42:55.078Z[ recovery-image] Jul 02 17:42:54.314 INFO O| Jul 02 17:42:54.314 INFO O| Startup: Refreshing catalog 'helios' ... Done
41722026-07-02T17:42:55.177Z[verify-libraries] Compiling memmap v0.7.0
41732026-07-02T17:42:55.196Z[verify-libraries] Compiling heapless v0.8.0
41742026-07-02T17:42:55.205Z[ recovery-image] Jul 02 17:42:54.439 INFO O| Jul 02 17:42:54.439 INFO O| Startup: Caching catalogs ... Done
41752026-07-02T17:42:55.210Z[ recovery-image] Jul 02 17:42:54.446 INFO O| Jul 02 17:42:54.446 INFO O| Planning: Planning completed in 0.00 seconds
41762026-07-02T17:42:55.218Z[ recovery-image] Jul 02 17:42:54.447 INFO O| Jul 02 17:42:54.447 INFO O| Planning: Consolidating action changes ... Done
41772026-07-02T17:42:55.219Z[ recovery-image] Jul 02 17:42:54.447 INFO O| Jul 02 17:42:54.447 INFO O| Planning: Evaluating mediators ... Done
41782026-07-02T17:42:55.219Z[ recovery-image] Jul 02 17:42:54.447 INFO O| Jul 02 17:42:54.447 INFO O| Planning: Planning completed in 0.00 seconds
41792026-07-02T17:42:55.219Z[ recovery-image] Jul 02 17:42:54.447 INFO O| Jul 02 17:42:54.447 INFO O| Variants/Facets to change: 1
41802026-07-02T17:42:55.240Z[ recovery-image] Jul 02 17:42:54.465 INFO O| Jul 02 17:42:54.465 INFO O| Finalize: Updating package state database ... Done
41812026-07-02T17:42:55.240Z[ recovery-image] Jul 02 17:42:54.465 INFO O| Jul 02 17:42:54.465 INFO O| Finalize: Updating package cache ... Done
41822026-07-02T17:42:55.275Z[ recovery-image] Jul 02 17:42:54.495 INFO O| Jul 02 17:42:54.495 INFO O| Finalize: Updating image state ... Done
41832026-07-02T17:42:55.310Z[ recovery-image] Jul 02 17:42:54.501 INFO O| Jul 02 17:42:54.501 INFO O| Finalize: Creating fast lookup database ... Done
41842026-07-02T17:42:55.310Z[ recovery-image] Jul 02 17:42:54.510 INFO O| Jul 02 17:42:54.510 INFO O| Finalize: Reading search index ... Done
41852026-07-02T17:42:55.310Z[ recovery-image] Jul 02 17:42:54.510 INFO O| Jul 02 17:42:54.510 INFO O| Finalize: Updating search index ... Done
41862026-07-02T17:42:55.310Z[ recovery-image] Jul 02 17:42:54.511 INFO O| Jul 02 17:42:54.511 INFO O| Finalize: Updating package cache ... Done
41872026-07-02T17:42:55.318Z[verify-libraries] Compiling usdt v0.5.0
41882026-07-02T17:42:55.356Z[verify-libraries] Compiling proc-macro-error v1.0.4
41892026-07-02T17:42:55.393Z[verify-libraries] Compiling ingot-macros v0.1.1
41902026-07-02T17:42:55.433Z[verify-libraries] Compiling tabwriter v1.4.1
41912026-07-02T17:42:55.456Z[ recovery-image] Jul 02 17:42:54.652 INFO O| Jul 02 17:42:54.652 INFO STEP 8 (pkg_change_facet) COMPLETE
41922026-07-02T17:42:55.456Z[ recovery-image] Jul 02 17:42:54.652 INFO O| Jul 02 17:42:54.652 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-07-02T17:42:55.546Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41942026-07-02T17:42:55.554Z[verify-libraries] Compiling hash32 v0.3.1
41952026-07-02T17:42:55.687Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41962026-07-02T17:42:55.726Z[verify-libraries] Compiling smoltcp v0.11.0
41972026-07-02T17:42:55.735Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41982026-07-02T17:42:55.743Z[ recovery-image] Jul 02 17:42:54.974 INFO O| Jul 02 17:42:54.974 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41992026-07-02T17:42:55.771Z[verify-libraries] Compiling num_enum_derive v0.7.6
42002026-07-02T17:42:55.771Z[verify-libraries] Compiling toml v0.8.23
42012026-07-02T17:42:55.807Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42022026-07-02T17:42:55.837Z[verify-libraries] Compiling cobs v0.3.0
42032026-07-02T17:42:55.865Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42042026-07-02T17:42:55.934Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42052026-07-02T17:42:56.008Z[verify-libraries] Compiling colored v3.1.1
42062026-07-02T17:42:56.078Z[verify-libraries] Compiling postcard v1.1.3
42072026-07-02T17:42:56.176Z[verify-libraries] Compiling rayon v1.11.0
42082026-07-02T17:42:56.187Z[verify-libraries] Compiling rand v0.10.1
42092026-07-02T17:42:56.187Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42102026-07-02T17:42:56.253Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42112026-07-02T17:42:56.469Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42122026-07-02T17:42:56.477Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42132026-07-02T17:42:56.477Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42142026-07-02T17:42:56.595Z[ recovery-image] Jul 02 17:42:55.830 INFO O| Jul 02 17:42:55.830 INFO O| Startup: Refreshing catalog 'helios' ... Done
42152026-07-02T17:42:56.648Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42162026-07-02T17:42:56.667Z[verify-libraries] Compiling num_enum_derive v0.5.11
42172026-07-02T17:42:56.724Z[ recovery-image] Jul 02 17:42:55.959 INFO O| Jul 02 17:42:55.959 INFO O| Startup: Caching catalogs ... Done
42182026-07-02T17:42:56.730Z[ recovery-image] Jul 02 17:42:55.966 INFO O| Jul 02 17:42:55.966 INFO O| Planning: Planning completed in 0.00 seconds
42192026-07-02T17:42:56.735Z[ recovery-image] Jul 02 17:42:55.966 INFO O| Jul 02 17:42:55.966 INFO O| Planning: Consolidating action changes ... Done
42202026-07-02T17:42:56.736Z[ recovery-image] Jul 02 17:42:55.966 INFO O| Jul 02 17:42:55.966 INFO O| Planning: Evaluating mediators ... Done
42212026-07-02T17:42:56.736Z[ recovery-image] Jul 02 17:42:55.966 INFO O| Jul 02 17:42:55.966 INFO O| Planning: Planning completed in 0.00 seconds
42222026-07-02T17:42:56.737Z[ recovery-image] Jul 02 17:42:55.967 INFO O| Jul 02 17:42:55.967 INFO O| Variants/Facets to change: 1
42232026-07-02T17:42:56.757Z[ recovery-image] Jul 02 17:42:55.982 INFO O| Jul 02 17:42:55.982 INFO O| Finalize: Updating package state database ... Done
42242026-07-02T17:42:56.757Z[ recovery-image] Jul 02 17:42:55.982 INFO O| Jul 02 17:42:55.982 INFO O| Finalize: Updating package cache ... Done
42252026-07-02T17:42:56.767Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42262026-07-02T17:42:56.790Z[ recovery-image] Jul 02 17:42:56.008 INFO O| Jul 02 17:42:56.008 INFO O| Finalize: Updating image state ... Done
42272026-07-02T17:42:56.790Z[ recovery-image] Jul 02 17:42:56.012 INFO O| Jul 02 17:42:56.012 INFO O| Finalize: Creating fast lookup database ... Done
42282026-07-02T17:42:56.810Z[ recovery-image] Jul 02 17:42:56.013 INFO O| Jul 02 17:42:56.013 INFO O| Finalize: Reading search index ... Done
42292026-07-02T17:42:56.810Z[ recovery-image] Jul 02 17:42:56.013 INFO O| Jul 02 17:42:56.013 INFO O| Finalize: Updating search index ... Done
42302026-07-02T17:42:56.810Z[ recovery-image] Jul 02 17:42:56.014 INFO O| Jul 02 17:42:56.014 INFO O| Finalize: Updating package cache ... Done
42312026-07-02T17:42:56.859Z[verify-libraries] Compiling num-derive v0.4.2
42322026-07-02T17:42:56.893Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42332026-07-02T17:42:56.914Z[verify-libraries] Compiling cstr-argument v0.1.2
42342026-07-02T17:42:56.915Z[verify-libraries] Compiling num_enum v0.7.6
42352026-07-02T17:42:56.931Z[ recovery-image] Jul 02 17:42:56.165 INFO O| Jul 02 17:42:56.165 INFO STEP 9 (pkg_change_facet) COMPLETE
42362026-07-02T17:42:56.931Z[ recovery-image] Jul 02 17:42:56.165 INFO O| Jul 02 17:42:56.165 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372026-07-02T17:42:57.021Z[verify-libraries] Compiling foreign-types v0.5.0
42382026-07-02T17:42:57.125Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42392026-07-02T17:42:57.150Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42402026-07-02T17:42:57.174Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42412026-07-02T17:42:57.181Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42422026-07-02T17:42:57.257Z[ recovery-image] Jul 02 17:42:56.490 INFO O| Jul 02 17:42:56.490 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42432026-07-02T17:42:57.261Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42442026-07-02T17:42:57.324Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42452026-07-02T17:42:57.359Z[verify-libraries] Compiling sigpipe v0.1.3
42462026-07-02T17:42:57.755Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42472026-07-02T17:42:57.755Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42482026-07-02T17:42:57.876Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42492026-07-02T17:42:57.876Z[verify-libraries] Compiling itertools v0.12.1
42502026-07-02T17:42:57.876Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42512026-07-02T17:42:57.876Z[verify-libraries] Compiling smf v0.2.3
42522026-07-02T17:42:57.876Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42532026-07-02T17:42:57.877Z[verify-libraries] Compiling whoami v1.6.1
42542026-07-02T17:42:58.829Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42552026-07-02T17:42:58.861Z[verify-libraries] Compiling num_enum v0.5.11
42562026-07-02T17:42:58.861Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42572026-07-02T17:42:58.861Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42582026-07-02T17:42:58.861Z[ host-image] Jul 02 17:42:57.244 INFO O| Jul 02 17:42:57.244 INFO O| Download: 12075/23767 items 103.7/222.4MB 46% complete (2.5M/s)
42592026-07-02T17:42:58.861Z[ recovery-image] Jul 02 17:42:57.270 INFO O| Jul 02 17:42:57.270 INFO O| Startup: Refreshing catalog 'helios' ... Done
42602026-07-02T17:42:58.861Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42612026-07-02T17:42:58.862Z[verify-libraries] Compiling derive-where v1.6.0
42622026-07-02T17:42:58.862Z[verify-libraries] Compiling owo-colors v4.3.0
42632026-07-02T17:42:58.862Z[ recovery-image] Jul 02 17:42:57.409 INFO O| Jul 02 17:42:57.408 INFO O| Startup: Caching catalogs ... Done
42642026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.416 INFO O| Jul 02 17:42:57.416 INFO O| Planning: Planning completed in 0.00 seconds
42652026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.416 INFO O| Jul 02 17:42:57.416 INFO O| Planning: Consolidating action changes ... Done
42662026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.416 INFO O| Jul 02 17:42:57.416 INFO O| Planning: Evaluating mediators ... Done
42672026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.416 INFO O| Jul 02 17:42:57.416 INFO O| Planning: Planning completed in 0.00 seconds
42682026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.417 INFO O| Jul 02 17:42:57.417 INFO O| Variants/Facets to change: 1
42692026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.442 INFO O| Jul 02 17:42:57.442 INFO O| Finalize: Updating package state database ... Done
42702026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.442 INFO O| Jul 02 17:42:57.442 INFO O| Finalize: Updating package cache ... Done
42712026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.465 INFO O| Jul 02 17:42:57.465 INFO O| Finalize: Updating image state ... Done
42722026-07-02T17:42:58.863Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42732026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.470 INFO O| Jul 02 17:42:57.469 INFO O| Finalize: Creating fast lookup database ... Done
42742026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.470 INFO O| Jul 02 17:42:57.470 INFO O| Finalize: Reading search index ... Done
42752026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.470 INFO O| Jul 02 17:42:57.470 INFO O| Finalize: Updating search index ... Done
42762026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.471 INFO O| Jul 02 17:42:57.471 INFO O| Finalize: Updating package cache ... Done
42772026-07-02T17:42:58.863Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42782026-07-02T17:42:58.863Z[verify-libraries] Compiling gethostname v0.5.0
42792026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.620 INFO O| Jul 02 17:42:57.620 INFO STEP 10 (pkg_change_facet) COMPLETE
42802026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.620 INFO O| Jul 02 17:42:57.620 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42812026-07-02T17:42:58.863Z[ recovery-image] Jul 02 17:42:57.630 INFO O| Jul 02 17:42:57.630 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
42822026-07-02T17:42:58.864Z[verify-libraries] Compiling libsw-core v0.3.2
42832026-07-02T17:42:58.864Z[verify-libraries] Compiling console v0.15.11
42842026-07-02T17:42:58.864Z[verify-libraries] Compiling linear-map v1.2.0
42852026-07-02T17:42:58.864Z[verify-libraries] Compiling ingot-types v0.1.2
42862026-07-02T17:42:58.864Z[verify-libraries] Compiling libsw v3.5.0
42872026-07-02T17:42:58.864Z[verify-libraries] Compiling newline-converter v0.3.0
42882026-07-02T17:42:58.864Z[verify-libraries] Compiling resolv-conf v0.7.6
42892026-07-02T17:42:58.864Z[verify-libraries] Compiling zone v0.3.1
42902026-07-02T17:42:58.864Z[verify-libraries] Compiling num-rational v0.4.2
42912026-07-02T17:42:58.864Z[verify-libraries] Compiling num-complex v0.4.6
42922026-07-02T17:42:58.889Z[verify-libraries] Compiling slog-dtrace v0.3.0
42932026-07-02T17:42:58.988Z[verify-libraries] Compiling expectorate v1.2.0
42942026-07-02T17:42:59.014Z[verify-libraries] Compiling ingot v0.1.1
42952026-07-02T17:42:59.096Z[verify-libraries] Compiling prettyplease v0.2.37
42962026-07-02T17:42:59.204Z[verify-libraries] Compiling float-ord v0.3.2
42972026-07-02T17:42:59.214Z[verify-libraries] Compiling typify-macro v0.6.2
42982026-07-02T17:42:59.214Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42992026-07-02T17:42:59.214Z[ recovery-image] Jul 02 17:42:58.424 INFO O| Jul 02 17:42:58.424 INFO O| Startup: Refreshing catalog 'helios' ... Done
43002026-07-02T17:42:59.214Z[verify-libraries] Compiling num v0.4.3
43012026-07-02T17:42:59.242Z[verify-libraries] Compiling linked-hash-map v0.5.6
43022026-07-02T17:42:59.269Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43032026-07-02T17:42:59.276Z[verify-libraries] Compiling hickory-proto v0.24.4
43042026-07-02T17:42:59.318Z[ recovery-image] Jul 02 17:42:58.551 INFO O| Jul 02 17:42:58.551 INFO O| Startup: Caching catalogs ... Done
43052026-07-02T17:42:59.336Z[verify-libraries] Compiling convert_case v0.10.0
43062026-07-02T17:42:59.560Z[verify-libraries] Compiling lru-cache v0.1.2
43072026-07-02T17:42:59.597Z[verify-libraries] Compiling minimal-lexical v0.2.1
43082026-07-02T17:42:59.602Z[verify-libraries] Compiling display-error-chain v0.2.2
43092026-07-02T17:42:59.643Z[verify-libraries] Compiling unicode-xid v0.2.6
43102026-07-02T17:42:59.648Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43112026-07-02T17:42:59.796Z[verify-libraries] Compiling tabled_derive v0.7.0
43122026-07-02T17:42:59.805Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43132026-07-02T17:42:59.816Z[verify-libraries] Compiling fd-lock v4.0.4
43142026-07-02T17:42:59.857Z[verify-libraries] Compiling derive_more-impl v2.1.1
43152026-07-02T17:42:59.882Z[verify-libraries] Compiling nom v7.1.3
43162026-07-02T17:42:59.921Z[verify-libraries] Compiling vte v0.14.1
43172026-07-02T17:42:59.972Z[ recovery-image] Jul 02 17:42:59.203 INFO O| Jul 02 17:42:59.203 INFO O| Planning: Solver setup ... Done
43182026-07-02T17:42:59.976Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43192026-07-02T17:42:59.990Z[ recovery-image] Jul 02 17:42:59.226 INFO O| Jul 02 17:42:59.226 INFO O| Planning: Running solver ... Done
43202026-07-02T17:43:00.014Z[verify-libraries] Compiling stacker v0.1.23
43212026-07-02T17:43:00.022Z[ recovery-image] Jul 02 17:42:59.245 INFO O| Jul 02 17:42:59.245 INFO O| Planning: Finding local manifests ... Done
43222026-07-02T17:43:00.077Z[ recovery-image] Jul 02 17:42:59.313 INFO O| Jul 02 17:42:59.313 INFO O| Planning: Fetching manifests: 0/128 0% complete
43232026-07-02T17:43:00.163Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43242026-07-02T17:43:00.200Z[verify-libraries] Compiling cfg_aliases v0.1.1
43252026-07-02T17:43:00.334Z[verify-libraries] Compiling reedline v0.40.0
43262026-07-02T17:43:00.374Z[verify-libraries] Compiling nix v0.28.0
43272026-07-02T17:43:00.407Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43282026-07-02T17:43:00.428Z[verify-libraries] Compiling semver v0.1.20
43292026-07-02T17:43:00.612Z[verify-libraries] Compiling termtree v0.5.1
43302026-07-02T17:43:00.695Z[verify-libraries] Compiling psm v0.1.30
43312026-07-02T17:43:00.766Z[verify-libraries] Compiling rustc_version v0.1.7
43322026-07-02T17:43:00.848Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43332026-07-02T17:43:00.848Z[verify-libraries] Compiling derive_more v2.1.1
43342026-07-02T17:43:00.865Z[verify-libraries] Compiling tabled v0.15.0
43352026-07-02T17:43:00.865Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43362026-07-02T17:43:00.928Z[verify-libraries] Compiling crossterm v0.29.0
43372026-07-02T17:43:00.952Z[verify-libraries] Compiling phf_shared v0.12.1
43382026-07-02T17:43:01.033Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43392026-07-02T17:43:01.069Z[verify-libraries] Compiling nibble_vec v0.1.0
43402026-07-02T17:43:01.167Z[verify-libraries] Compiling highway v1.3.0
43412026-07-02T17:43:01.189Z[verify-libraries] Compiling typify v0.6.2
43422026-07-02T17:43:01.218Z[verify-libraries] Compiling endian-type v0.1.2
43432026-07-02T17:43:01.331Z[verify-libraries] Compiling progenitor-impl v0.14.0
43442026-07-02T17:43:01.353Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43452026-07-02T17:43:01.425Z[verify-libraries] Compiling chrono-tz v0.10.4
43462026-07-02T17:43:01.560Z[verify-libraries] Compiling radix_trie v0.2.1
43472026-07-02T17:43:01.598Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43482026-07-02T17:43:01.629Z[verify-libraries] Compiling hickory-resolver v0.24.4
43492026-07-02T17:43:01.662Z[verify-libraries] Compiling phf v0.12.1
43502026-07-02T17:43:01.785Z[verify-libraries] Compiling recursive v0.1.1
43512026-07-02T17:43:01.808Z[verify-libraries] Compiling newtype_derive v0.1.6
43522026-07-02T17:43:01.873Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43532026-07-02T17:43:01.924Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43542026-07-02T17:43:01.945Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43552026-07-02T17:43:02.018Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43562026-07-02T17:43:02.101Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43572026-07-02T17:43:02.152Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43582026-07-02T17:43:02.279Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43592026-07-02T17:43:02.342Z[verify-libraries] Compiling peg-macros v0.8.5
43602026-07-02T17:43:02.788Z[verify-libraries] Compiling qorb v0.4.1
43612026-07-02T17:43:03.009Z[ host-image] Jul 02 17:43:02.245 INFO O| Jul 02 17:43:02.245 INFO O| Download: 13064/23767 items 119.2/222.4MB 53% complete (2.0M/s)
43622026-07-02T17:43:03.020Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43632026-07-02T17:43:03.045Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43642026-07-02T17:43:03.209Z[verify-libraries] Compiling csv-core v0.1.13
43652026-07-02T17:43:03.293Z[verify-libraries] Compiling winnow v0.6.26
43662026-07-02T17:43:03.510Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43672026-07-02T17:43:03.553Z[verify-libraries] Compiling home v0.5.12
43682026-07-02T17:43:03.579Z[verify-libraries] Compiling unicode_categories v0.1.1
43692026-07-02T17:43:03.661Z[verify-libraries] Compiling textwrap v0.16.2
43702026-07-02T17:43:03.730Z[verify-libraries] Compiling rustyline v14.0.0
43712026-07-02T17:43:03.796Z[verify-libraries] Compiling csv v1.4.0
43722026-07-02T17:43:03.828Z[verify-libraries] Compiling peg v0.8.5
43732026-07-02T17:43:04.008Z[verify-libraries] Compiling const_format v0.2.35
43742026-07-02T17:43:04.018Z[verify-libraries] Compiling sqlparser v0.61.0
43752026-07-02T17:43:04.089Z[verify-libraries] Compiling bcs v0.1.6
43762026-07-02T17:43:04.151Z[verify-libraries] Compiling progenitor-macro v0.14.0
43772026-07-02T17:43:04.190Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43782026-07-02T17:43:04.304Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43792026-07-02T17:43:04.347Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43802026-07-02T17:43:04.501Z[verify-libraries] Compiling nom v8.0.0
43812026-07-02T17:43:04.526Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43822026-07-02T17:43:04.549Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43832026-07-02T17:43:04.579Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43842026-07-02T17:43:04.653Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43852026-07-02T17:43:04.678Z[verify-libraries] Compiling sqlformat v0.3.5
43862026-07-02T17:43:04.745Z[ recovery-image] Jul 02 17:43:03.981 INFO O| Jul 02 17:43:03.981 INFO O| Planning: Fetching manifests: 128/128 100% complete
43872026-07-02T17:43:04.875Z[verify-libraries] Compiling base64 v0.21.7
43882026-07-02T17:43:05.009Z[verify-libraries] Compiling steno v0.4.1
43892026-07-02T17:43:05.278Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43902026-07-02T17:43:05.305Z[ recovery-image] Jul 02 17:43:04.541 INFO O| Jul 02 17:43:04.541 INFO O| Planning: Package planning ... Done
43912026-07-02T17:43:05.310Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43922026-07-02T17:43:05.453Z[verify-libraries] Compiling sha1 v0.10.6
43932026-07-02T17:43:05.477Z[ recovery-image] Jul 02 17:43:04.707 INFO O| Jul 02 17:43:04.707 INFO O| Planning: Merging actions ... Done
43942026-07-02T17:43:05.553Z[ recovery-image] Jul 02 17:43:04.779 INFO O| Jul 02 17:43:04.779 INFO O| Planning: Checking for conflicting actions ... Done
43952026-07-02T17:43:05.568Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43962026-07-02T17:43:05.594Z[verify-libraries] Compiling utf-8 v0.7.6
43972026-07-02T17:43:05.602Z[ recovery-image] Jul 02 17:43:04.836 INFO O| Jul 02 17:43:04.836 INFO O| Planning: Consolidating action changes ... Done
43982026-07-02T17:43:05.645Z[verify-libraries] Compiling tagptr v0.2.0
43992026-07-02T17:43:05.733Z[ recovery-image] Jul 02 17:43:04.969 INFO O| Jul 02 17:43:04.968 INFO O| Planning: Evaluating mediators ... Done
44002026-07-02T17:43:05.752Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44012026-07-02T17:43:05.783Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44022026-07-02T17:43:05.854Z[verify-libraries] Compiling moka v0.12.13
44032026-07-02T17:43:05.875Z[verify-libraries] Compiling tungstenite v0.21.0
44042026-07-02T17:43:05.876Z[verify-libraries] Compiling radium v0.7.0
44052026-07-02T17:43:05.932Z[verify-libraries] Compiling ron v0.8.1
44062026-07-02T17:43:06.024Z[verify-libraries] Compiling tap v1.0.1
44072026-07-02T17:43:06.049Z[verify-libraries] Compiling maybe-uninit v2.0.0
44082026-07-02T17:43:06.079Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44092026-07-02T17:43:06.187Z[verify-libraries] Compiling wyz v0.5.1
44102026-07-02T17:43:06.469Z[verify-libraries] Compiling funty v2.0.0
44112026-07-02T17:43:06.521Z[verify-libraries] Compiling crc-catalog v2.4.0
44122026-07-02T17:43:06.586Z[verify-libraries] Compiling packed_struct v0.10.1
44132026-07-02T17:43:06.642Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44142026-07-02T17:43:06.691Z[verify-libraries] Compiling hickory-resolver v0.25.2
44152026-07-02T17:43:06.774Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44162026-07-02T17:43:06.903Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44172026-07-02T17:43:06.973Z[verify-libraries] Compiling bitvec v1.0.1
44182026-07-02T17:43:07.027Z[verify-libraries] Compiling crc v3.4.0
44192026-07-02T17:43:07.132Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44202026-07-02T17:43:07.147Z[verify-libraries] Compiling zerocopy v0.6.6
44212026-07-02T17:43:07.150Z[verify-libraries] Compiling bitfield-macros v0.19.4
44222026-07-02T17:43:07.186Z[ recovery-image] Jul 02 17:43:06.417 INFO O| Jul 02 17:43:06.417 INFO O| Planning: Planning completed in 7.86 seconds
44232026-07-02T17:43:07.207Z[ recovery-image] Jul 02 17:43:06.418 INFO O| Jul 02 17:43:06.418 INFO O| Packages to install: 128
44242026-07-02T17:43:07.207Z[ recovery-image] Jul 02 17:43:06.418 INFO O| Jul 02 17:43:06.418 INFO O| Mediators to change: 5
44252026-07-02T17:43:07.207Z[ recovery-image] Jul 02 17:43:06.418 INFO O| Jul 02 17:43:06.418 INFO O| Services to change: 5
44262026-07-02T17:43:07.207Z[verify-libraries] Compiling indexmap v1.9.3
44272026-07-02T17:43:07.212Z[verify-libraries] Compiling nodrop v0.1.14
44282026-07-02T17:43:07.217Z[ recovery-image] Jul 02 17:43:06.447 INFO O| Jul 02 17:43:06.447 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44292026-07-02T17:43:07.321Z[verify-libraries] Compiling libefi-sys v0.1.0
44302026-07-02T17:43:07.368Z[verify-libraries] Compiling array-init v0.0.4
44312026-07-02T17:43:07.485Z[verify-libraries] Compiling smallvec v0.6.14
44322026-07-02T17:43:07.537Z[verify-libraries] Compiling bitfield-struct v0.6.2
44332026-07-02T17:43:07.605Z[verify-libraries] Compiling hashbrown v0.12.3
44342026-07-02T17:43:07.727Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44352026-07-02T17:43:07.748Z[verify-libraries] Compiling serde-hex v0.1.0
44362026-07-02T17:43:07.970Z[verify-libraries] Compiling bitfield v0.19.4
44372026-07-02T17:43:08.021Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44382026-07-02T17:43:08.058Z[ host-image] Jul 02 17:43:07.292 INFO O| Jul 02 17:43:07.292 INFO O| Download: 15034/23767 items 120.5/222.4MB 54% complete (1.7M/s)
44392026-07-02T17:43:08.268Z[verify-libraries] Compiling hashbrown v0.13.2
44402026-07-02T17:43:08.290Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44412026-07-02T17:43:08.331Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44422026-07-02T17:43:08.354Z[verify-libraries] Compiling crc-any v2.5.0
44432026-07-02T17:43:08.437Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44442026-07-02T17:43:08.632Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44452026-07-02T17:43:08.632Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44462026-07-02T17:43:08.634Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-02T17:43:08.743Z[verify-libraries] Compiling object v0.30.4
44482026-07-02T17:43:08.847Z[verify-libraries] Compiling xshell-macros v0.2.7
44492026-07-02T17:43:08.927Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44502026-07-02T17:43:08.949Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44512026-07-02T17:43:09.003Z[verify-libraries] Compiling num-derive v0.3.3
44522026-07-02T17:43:09.124Z[verify-libraries] Compiling subprocess v0.2.15
44532026-07-02T17:43:09.133Z[verify-libraries] Compiling papergrid v0.17.0
44542026-07-02T17:43:09.314Z[verify-libraries] Compiling xshell v0.2.7
44552026-07-02T17:43:09.457Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44562026-07-02T17:43:09.481Z[verify-libraries] Compiling progenitor v0.14.0
44572026-07-02T17:43:09.585Z[verify-libraries] Compiling testing_table v0.3.0
44582026-07-02T17:43:09.622Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44592026-07-02T17:43:09.665Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44602026-07-02T17:43:09.781Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44612026-07-02T17:43:09.823Z[verify-libraries] Compiling tabled_derive v0.11.0
44622026-07-02T17:43:09.927Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44632026-07-02T17:43:09.950Z[verify-libraries] Compiling progenitor-impl v0.13.0
44642026-07-02T17:43:09.995Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44652026-07-02T17:43:10.059Z[verify-libraries] Compiling libscf-sys v1.1.0
44662026-07-02T17:43:10.085Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44672026-07-02T17:43:10.142Z[verify-libraries] Compiling headers-core v0.3.0
44682026-07-02T17:43:10.236Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44692026-07-02T17:43:10.295Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44702026-07-02T17:43:10.316Z[verify-libraries] Compiling unicase v2.9.0
44712026-07-02T17:43:10.579Z[verify-libraries] Compiling headers v0.4.1
44722026-07-02T17:43:10.633Z[verify-libraries] Compiling progenitor-client v0.13.0
44732026-07-02T17:43:10.655Z[verify-libraries] Compiling maplit v1.0.2
44742026-07-02T17:43:10.775Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44752026-07-02T17:43:10.882Z[verify-libraries] Compiling yasna v0.5.2
44762026-07-02T17:43:10.930Z[verify-libraries] Compiling crc8 v0.1.1
44772026-07-02T17:43:10.990Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44782026-07-02T17:43:11.082Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44792026-07-02T17:43:11.103Z[verify-libraries] Compiling tabled v0.20.0
44802026-07-02T17:43:11.127Z[verify-libraries] Compiling vergen-lib v0.1.6
44812026-07-02T17:43:11.301Z[verify-libraries] Compiling diesel_derives v2.3.7
44822026-07-02T17:43:11.391Z[verify-libraries] Compiling rcgen v0.12.1
44832026-07-02T17:43:11.440Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44842026-07-02T17:43:11.469Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44852026-07-02T17:43:11.591Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44862026-07-02T17:43:11.612Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44872026-07-02T17:43:11.876Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44882026-07-02T17:43:11.893Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44892026-07-02T17:43:11.893Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44902026-07-02T17:43:11.917Z[verify-libraries] Compiling half v1.8.3
44912026-07-02T17:43:11.993Z[verify-libraries] Compiling r2d2 v0.8.10
44922026-07-02T17:43:12.147Z[verify-libraries] Compiling serde_cbor v0.11.2
44932026-07-02T17:43:12.211Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44942026-07-02T17:43:12.236Z[verify-libraries] Compiling git-stub v1.0.0
44952026-07-02T17:43:12.260Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44962026-07-02T17:43:12.330Z[verify-libraries] Compiling downcast-rs v2.0.2
44972026-07-02T17:43:12.439Z[verify-libraries] Compiling crunchy v0.2.4
44982026-07-02T17:43:12.467Z[verify-libraries] Compiling dirs-next v2.0.0
44992026-07-02T17:43:12.548Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45002026-07-02T17:43:12.608Z[verify-libraries] Compiling clang-sys v1.8.1
45012026-07-02T17:43:12.612Z[ recovery-image] Jul 02 17:43:11.846 INFO O| Jul 02 17:43:11.845 INFO O| Download: 1052/16572 items 8.0/199.6MB 3% complete (1.9M/s)
45022026-07-02T17:43:12.626Z[verify-libraries] Compiling tiny-keccak v2.0.2
45032026-07-02T17:43:12.733Z[verify-libraries] Compiling progenitor-macro v0.13.0
45042026-07-02T17:43:12.856Z[verify-libraries] Compiling cpubits v0.1.1
45052026-07-02T17:43:12.939Z[verify-libraries] Compiling term v0.7.0
45062026-07-02T17:43:12.963Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45072026-07-02T17:43:12.982Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-07-02T17:43:13.022Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45092026-07-02T17:43:13.059Z[ host-image] Jul 02 17:43:12.294 INFO O| Jul 02 17:43:12.294 INFO O| Download: 15503/23767 items 130.1/222.4MB 58% complete (1.0M/s)
45102026-07-02T17:43:13.082Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45112026-07-02T17:43:13.236Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45122026-07-02T17:43:13.282Z[verify-libraries] Compiling diff v0.1.13
45132026-07-02T17:43:13.307Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45142026-07-02T17:43:13.658Z[verify-libraries] Compiling bit-vec v0.6.3
45152026-07-02T17:43:13.705Z[verify-libraries] Compiling ascii-canvas v3.0.0
45162026-07-02T17:43:13.753Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45172026-07-02T17:43:13.912Z[verify-libraries] Compiling bit-set v0.5.3
45182026-07-02T17:43:13.995Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45192026-07-02T17:43:14.054Z[verify-libraries] Compiling itertools v0.10.5
45202026-07-02T17:43:14.088Z[verify-libraries] Compiling libloading v0.8.9
45212026-07-02T17:43:14.111Z[verify-libraries] Compiling ena v0.14.4
45222026-07-02T17:43:14.190Z[verify-libraries] Compiling bindgen v0.71.1
45232026-07-02T17:43:14.256Z[verify-libraries] Compiling regex-syntax v0.6.29
45242026-07-02T17:43:14.369Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45252026-07-02T17:43:14.471Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45262026-07-02T17:43:14.584Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45272026-07-02T17:43:14.690Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45282026-07-02T17:43:15.097Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45292026-07-02T17:43:15.267Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45302026-07-02T17:43:15.685Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45312026-07-02T17:43:15.856Z[verify-libraries] Compiling lalrpop v0.19.12
45322026-07-02T17:43:16.201Z[verify-libraries] Compiling cexpr v0.6.0
45332026-07-02T17:43:16.470Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45342026-07-02T17:43:16.519Z[verify-libraries] Compiling rustc-hash v2.1.1
45352026-07-02T17:43:16.687Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45362026-07-02T17:43:16.822Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45372026-07-02T17:43:16.940Z[verify-libraries] Compiling libxml v0.3.3
45382026-07-02T17:43:16.994Z[verify-libraries] Compiling arc-swap v1.8.2
45392026-07-02T17:43:17.265Z[verify-libraries] Compiling slog-scope v4.4.1
45402026-07-02T17:43:17.515Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45412026-07-02T17:43:17.544Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45422026-07-02T17:43:17.569Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45432026-07-02T17:43:17.595Z[verify-libraries] Compiling strum_macros v0.24.3
45442026-07-02T17:43:17.837Z[verify-libraries] Compiling hmac v0.13.0
45452026-07-02T17:43:17.888Z[verify-libraries] Compiling diesel v2.3.7
45462026-07-02T17:43:17.943Z[verify-libraries] Compiling universal-hash v0.6.1
45472026-07-02T17:43:17.993Z[ recovery-image] Jul 02 17:43:17.229 INFO O| Jul 02 17:43:17.229 INFO O| Download: 1166/16572 items 9.8/199.6MB 4% complete (1.0M/s)
45482026-07-02T17:43:18.036Z[verify-libraries] Compiling progenitor v0.13.0
45492026-07-02T17:43:18.073Z[ host-image] Jul 02 17:43:17.309 INFO O| Jul 02 17:43:17.309 INFO O| Download: 16645/23767 items 140.2/222.4MB 63% complete (2.0M/s)
45502026-07-02T17:43:18.102Z[verify-libraries] Compiling fxhash v0.2.1
45512026-07-02T17:43:18.122Z[verify-libraries] Compiling fs-err v2.11.0
45522026-07-02T17:43:18.238Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45532026-07-02T17:43:18.291Z[verify-libraries] Compiling indoc v1.0.9
45542026-07-02T17:43:18.563Z[verify-libraries] Compiling slog-stdlog v4.1.1
45552026-07-02T17:43:18.796Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45562026-07-02T17:43:18.905Z[verify-libraries] Compiling oso-derive v0.27.3
45572026-07-02T17:43:18.914Z[verify-libraries] Compiling quick-xml v0.37.5
45582026-07-02T17:43:19.071Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45592026-07-02T17:43:19.147Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45602026-07-02T17:43:19.494Z[verify-libraries] Compiling openssl-probe v0.1.6
45612026-07-02T17:43:19.735Z[verify-libraries] Compiling slog-envlogger v2.2.0
45622026-07-02T17:43:19.883Z[verify-libraries] Compiling polyval v0.7.1
45632026-07-02T17:43:21.004Z[verify-libraries] Compiling der v0.8.0
45642026-07-02T17:43:21.042Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45652026-07-02T17:43:21.042Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45662026-07-02T17:43:21.042Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45672026-07-02T17:43:21.042Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45682026-07-02T17:43:21.042Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45692026-07-02T17:43:21.042Z[verify-libraries] Compiling kstat-rs v0.2.4
45702026-07-02T17:43:21.194Z[verify-libraries] Compiling trait-variant v0.1.2
45712026-07-02T17:43:21.233Z[verify-libraries] Compiling salty v0.3.0
45722026-07-02T17:43:21.270Z[verify-libraries] Compiling parse-size v1.1.0
45732026-07-02T17:43:21.358Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45742026-07-02T17:43:21.392Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45752026-07-02T17:43:21.461Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45762026-07-02T17:43:21.494Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45772026-07-02T17:43:21.517Z[verify-libraries] Compiling ghash v0.6.0
45782026-07-02T17:43:21.572Z[verify-libraries] Compiling pbkdf2 v0.13.0
45792026-07-02T17:43:21.616Z[verify-libraries] Compiling aes v0.9.1
45802026-07-02T17:43:21.684Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45812026-07-02T17:43:21.870Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45822026-07-02T17:43:21.887Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45832026-07-02T17:43:21.945Z[verify-libraries] Compiling ctr v0.10.1
45842026-07-02T17:43:22.032Z[verify-libraries] Compiling aead v0.6.1
45852026-07-02T17:43:22.194Z[verify-libraries] Compiling bb8 v0.8.6
45862026-07-02T17:43:22.251Z[verify-libraries] Compiling sha2 v0.11.0
45872026-07-02T17:43:22.303Z[verify-libraries] Compiling parking_lot_core v0.8.6
45882026-07-02T17:43:22.587Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45892026-07-02T17:43:22.666Z[verify-libraries] Compiling aes-gcm v0.11.0
45902026-07-02T17:43:22.909Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45912026-07-02T17:43:22.958Z[verify-libraries] Compiling spki v0.8.0
45922026-07-02T17:43:23.076Z[ host-image] Jul 02 17:43:22.309 INFO O| Jul 02 17:43:22.309 INFO O| Download: 18001/23767 items 154.6/222.4MB 69% complete (2.7M/s)
45932026-07-02T17:43:23.118Z[ recovery-image] Jul 02 17:43:22.354 INFO O| Jul 02 17:43:22.354 INFO O| Download: 1527/16572 items 21.3/199.6MB 10% complete (1.3M/s)
45942026-07-02T17:43:23.232Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45952026-07-02T17:43:23.380Z[verify-libraries] Compiling crypto-bigint v0.7.5
45962026-07-02T17:43:23.406Z[verify-libraries] Compiling mime_guess v2.0.5
45972026-07-02T17:43:23.521Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45982026-07-02T17:43:23.644Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45992026-07-02T17:43:23.811Z[verify-libraries] Compiling rfc6979 v0.4.0
46002026-07-02T17:43:23.830Z[verify-libraries] Compiling salsa20 v0.11.0
46012026-07-02T17:43:23.980Z[verify-libraries] Compiling cbc v0.2.1
46022026-07-02T17:43:24.027Z[verify-libraries] Compiling nanorand v0.7.0
46032026-07-02T17:43:24.106Z[verify-libraries] Compiling scrypt v0.12.0
46042026-07-02T17:43:24.200Z[verify-libraries] Compiling ecdsa v0.16.9
46052026-07-02T17:43:24.260Z[verify-libraries] Compiling flume v0.11.1
46062026-07-02T17:43:24.317Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46072026-07-02T17:43:24.484Z[verify-libraries] Compiling primeorder v0.13.6
46082026-07-02T17:43:24.654Z[verify-libraries] Compiling atty v0.2.14
46092026-07-02T17:43:24.679Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46102026-07-02T17:43:24.842Z[verify-libraries] Compiling nonempty v0.12.0
46112026-07-02T17:43:24.850Z[verify-libraries] Compiling http-range v0.1.5
46122026-07-02T17:43:24.850Z[verify-libraries] Compiling p384 v0.13.1
46132026-07-02T17:43:24.979Z[verify-libraries] Compiling parking_lot v0.11.2
46142026-07-02T17:43:25.018Z[verify-libraries] Compiling pkcs5 v0.8.1
46152026-07-02T17:43:25.118Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46162026-07-02T17:43:25.388Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46172026-07-02T17:43:25.412Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46182026-07-02T17:43:25.466Z[verify-libraries] Compiling prefix-trie v0.7.0
46192026-07-02T17:43:25.491Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46202026-07-02T17:43:25.557Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46212026-07-02T17:43:25.599Z[verify-libraries] Compiling pkcs8 v0.11.0
46222026-07-02T17:43:25.638Z[verify-libraries] Compiling sled v0.34.7
46232026-07-02T17:43:25.740Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46242026-07-02T17:43:25.904Z[verify-libraries] Compiling hickory-server v0.25.2
46252026-07-02T17:43:25.984Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46262026-07-02T17:43:26.119Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46272026-07-02T17:43:26.175Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46282026-07-02T17:43:26.304Z[verify-libraries] Compiling ignore v0.4.25
46292026-07-02T17:43:26.567Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46302026-07-02T17:43:26.631Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46312026-07-02T17:43:26.787Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46322026-07-02T17:43:26.941Z[verify-libraries] Compiling corncobs v0.1.4
46332026-07-02T17:43:27.123Z[verify-libraries] Compiling globwalk v0.9.1
46342026-07-02T17:43:27.151Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46352026-07-02T17:43:27.207Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46362026-07-02T17:43:27.289Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46372026-07-02T17:43:27.370Z[verify-libraries] Compiling predicates-tree v1.0.13
46382026-07-02T17:43:27.602Z[verify-libraries] Compiling libz-sys v1.1.24
46392026-07-02T17:43:27.651Z[verify-libraries] Compiling rand_seeder v0.4.0
46402026-07-02T17:43:27.671Z[verify-libraries] Compiling darling_core v0.23.0
46412026-07-02T17:43:27.689Z[verify-libraries] Compiling secrecy v0.8.0
46422026-07-02T17:43:27.942Z[verify-libraries] Compiling ff v0.14.0
46432026-07-02T17:43:27.970Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46442026-07-02T17:43:28.072Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46452026-07-02T17:43:28.178Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46462026-07-02T17:43:28.238Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46472026-07-02T17:43:28.299Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46482026-07-02T17:43:28.763Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46492026-07-02T17:43:28.803Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46502026-07-02T17:43:28.803Z[verify-libraries] Compiling signature v3.0.0
46512026-07-02T17:43:28.803Z[ recovery-image] Jul 02 17:43:27.977 INFO O| Jul 02 17:43:27.976 INFO O| Download: 2697/16572 items 31.3/199.6MB 15% complete (2.2M/s)
46522026-07-02T17:43:28.804Z[ host-image] Jul 02 17:43:27.978 INFO O| Jul 02 17:43:27.977 INFO O| Download: 18743/23767 items 172.0/222.4MB 77% complete (3.5M/s)
46532026-07-02T17:43:28.929Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46542026-07-02T17:43:29.122Z[verify-libraries] Compiling base16ct v1.0.0
46552026-07-02T17:43:29.207Z[verify-libraries] Compiling instability v0.3.11
46562026-07-02T17:43:29.207Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46572026-07-02T17:43:29.245Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46582026-07-02T17:43:29.376Z[verify-libraries] Compiling sec1 v0.8.1
46592026-07-02T17:43:29.429Z[verify-libraries] Compiling group v0.14.0
46602026-07-02T17:43:29.440Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46612026-07-02T17:43:29.621Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46622026-07-02T17:43:29.669Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46632026-07-02T17:43:29.669Z[verify-libraries] Compiling hkdf v0.13.0
46642026-07-02T17:43:29.669Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46652026-07-02T17:43:29.669Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46662026-07-02T17:43:29.678Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46672026-07-02T17:43:29.839Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46682026-07-02T17:43:29.966Z[verify-libraries] Compiling castaway v0.2.4
46692026-07-02T17:43:30.082Z[verify-libraries] Compiling indoc v2.0.7
46702026-07-02T17:43:30.165Z[verify-libraries] Compiling compact_str v0.8.1
46712026-07-02T17:43:30.322Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46722026-07-02T17:43:30.353Z[verify-libraries] Compiling darling_macro v0.23.0
46732026-07-02T17:43:30.532Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46742026-07-02T17:43:30.792Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46752026-07-02T17:43:30.878Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46762026-07-02T17:43:31.005Z[verify-libraries] Compiling darling v0.23.0
46772026-07-02T17:43:31.200Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46782026-07-02T17:43:31.486Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46792026-07-02T17:43:31.499Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46802026-07-02T17:43:31.630Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46812026-07-02T17:43:31.717Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46822026-07-02T17:43:31.799Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46832026-07-02T17:43:31.873Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46842026-07-02T17:43:31.979Z[verify-libraries] Compiling unicode-truncate v1.1.0
46852026-07-02T17:43:31.990Z[verify-libraries] Compiling lru v0.12.5
46862026-07-02T17:43:32.228Z[verify-libraries] Compiling cassowary v0.3.0
46872026-07-02T17:43:32.267Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46882026-07-02T17:43:32.589Z[verify-libraries] Compiling ratatui v0.29.0
46892026-07-02T17:43:32.672Z[verify-libraries] Compiling rfc6979 v0.5.0
46902026-07-02T17:43:32.720Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46912026-07-02T17:43:32.752Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46922026-07-02T17:43:32.783Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46932026-07-02T17:43:32.889Z[verify-libraries] Compiling vergen-git2 v9.1.0
46942026-07-02T17:43:33.004Z[verify-libraries] Compiling is_ci v1.2.0
46952026-07-02T17:43:33.057Z[verify-libraries] Compiling strsim v0.10.0
46962026-07-02T17:43:33.137Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46972026-07-02T17:43:33.278Z[verify-libraries] Compiling supports-color v3.0.2
46982026-07-02T17:43:33.287Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
46992026-07-02T17:43:33.287Z[verify-libraries] Compiling darling_core v0.13.4
47002026-07-02T17:43:33.512Z[verify-libraries] Compiling primefield v0.14.0
47012026-07-02T17:43:33.519Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47022026-07-02T17:43:33.554Z[verify-libraries] Compiling tungstenite v0.23.0
47032026-07-02T17:43:33.610Z[verify-libraries] Compiling console v0.16.2
47042026-07-02T17:43:33.652Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47052026-07-02T17:43:33.768Z[ host-image] Jul 02 17:43:32.982 INFO O| Jul 02 17:43:32.981 INFO O| Download: 20373/23767 items 178.8/222.4MB 80% complete (2.1M/s)
47062026-07-02T17:43:33.974Z[verify-libraries] Compiling unit-prefix v0.5.2
47072026-07-02T17:43:34.042Z[verify-libraries] Compiling void v1.0.2
47082026-07-02T17:43:34.082Z[verify-libraries] Compiling assert_matches v1.5.0
47092026-07-02T17:43:34.108Z[verify-libraries] Compiling indicatif v0.18.4
47102026-07-02T17:43:34.191Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47112026-07-02T17:43:34.258Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47122026-07-02T17:43:34.302Z[verify-libraries] Compiling lzss v0.8.2
47132026-07-02T17:43:34.535Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47142026-07-02T17:43:34.578Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47152026-07-02T17:43:34.652Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47162026-07-02T17:43:34.673Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47172026-07-02T17:43:34.819Z[ recovery-image] Jul 02 17:43:34.052 INFO O| Jul 02 17:43:34.051 INFO O| Download: 3725/16572 items 38.6/199.6MB 19% complete (1.8M/s)
47182026-07-02T17:43:34.896Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47192026-07-02T17:43:35.013Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47202026-07-02T17:43:35.055Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47212026-07-02T17:43:35.114Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47222026-07-02T17:43:35.203Z[verify-libraries] Compiling nix v0.27.1
47232026-07-02T17:43:35.221Z[verify-libraries] Compiling colored v2.2.0
47242026-07-02T17:43:35.303Z[verify-libraries] Compiling darling_macro v0.13.4
47252026-07-02T17:43:35.337Z[verify-libraries] Compiling serde_bytes v0.11.19
47262026-07-02T17:43:35.361Z[verify-libraries] Compiling shell-words v1.1.1
47272026-07-02T17:43:35.596Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47282026-07-02T17:43:35.627Z[verify-libraries] Compiling ed25519 v3.0.0
47292026-07-02T17:43:35.648Z[verify-libraries] Compiling crypto-primes v0.7.2
47302026-07-02T17:43:35.818Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47312026-07-02T17:43:35.858Z[verify-libraries] Compiling darling v0.13.4
47322026-07-02T17:43:35.996Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47332026-07-02T17:43:36.036Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47342026-07-02T17:43:36.299Z[verify-libraries] Compiling poly1305 v0.9.0
47352026-07-02T17:43:36.437Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47362026-07-02T17:43:36.709Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47372026-07-02T17:43:36.774Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47382026-07-02T17:43:36.835Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47392026-07-02T17:43:36.959Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47402026-07-02T17:43:37.057Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47412026-07-02T17:43:37.094Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47422026-07-02T17:43:37.114Z[verify-libraries] Compiling blowfish v0.10.0
47432026-07-02T17:43:37.220Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47442026-07-02T17:43:37.322Z[verify-libraries] Compiling petname v2.0.2
47452026-07-02T17:43:37.355Z[verify-libraries] Compiling keccak v0.2.0
47462026-07-02T17:43:37.399Z[verify-libraries] Compiling fiat-crypto v0.3.0
47472026-07-02T17:43:37.572Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47482026-07-02T17:43:37.631Z[verify-libraries] Compiling sha3 v0.11.0
47492026-07-02T17:43:38.079Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47502026-07-02T17:43:38.556Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47512026-07-02T17:43:38.656Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47522026-07-02T17:43:38.656Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47532026-07-02T17:43:38.736Z[verify-libraries] Compiling serde_with_macros v1.5.2
47542026-07-02T17:43:38.808Z[ host-image] Jul 02 17:43:37.982 INFO O| Jul 02 17:43:37.982 INFO O| Download: 21606/23767 items 185.0/222.4MB 83% complete (1.3M/s)
47552026-07-02T17:43:38.895Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47562026-07-02T17:43:38.932Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47572026-07-02T17:43:39.048Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47582026-07-02T17:43:39.231Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47592026-07-02T17:43:39.591Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47602026-07-02T17:43:39.677Z[verify-libraries] Compiling twox-hash v2.1.2
47612026-07-02T17:43:39.755Z[verify-libraries] Compiling kem v0.3.0
47622026-07-02T17:43:39.823Z[ recovery-image] Jul 02 17:43:39.059 INFO O| Jul 02 17:43:39.059 INFO O| Download: 4662/16572 items 43.5/199.6MB 21% complete (1.0M/s)
47632026-07-02T17:43:39.906Z[verify-libraries] Compiling module-lattice v0.2.3
47642026-07-02T17:43:39.935Z[verify-libraries] Compiling blake3 v1.8.5
47652026-07-02T17:43:40.120Z[verify-libraries] Compiling rtoolbox v0.0.3
47662026-07-02T17:43:40.180Z[verify-libraries] Compiling ml-kem v0.3.2
47672026-07-02T17:43:40.228Z[verify-libraries] Compiling serde_with v1.14.0
47682026-07-02T17:43:40.284Z[verify-libraries] Compiling rpassword v7.4.0
47692026-07-02T17:43:40.508Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47702026-07-02T17:43:40.770Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47712026-07-02T17:43:40.910Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47722026-07-02T17:43:41.014Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47732026-07-02T17:43:41.204Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47742026-07-02T17:43:41.428Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47752026-07-02T17:43:41.448Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47762026-07-02T17:43:41.475Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47772026-07-02T17:43:42.222Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47782026-07-02T17:43:42.357Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47792026-07-02T17:43:42.540Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47802026-07-02T17:43:42.545Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47812026-07-02T17:43:42.703Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47822026-07-02T17:43:42.707Z[verify-libraries] Compiling fatfs v0.3.6
47832026-07-02T17:43:42.976Z[verify-libraries] Compiling num-bigint v0.4.6
47842026-07-02T17:43:42.988Z[verify-libraries] Compiling generic-array v1.4.3
47852026-07-02T17:43:42.988Z[verify-libraries] Compiling russh-util v0.52.0
47862026-07-02T17:43:42.988Z[verify-libraries] Compiling enum_dispatch v0.3.13
47872026-07-02T17:43:42.988Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47882026-07-02T17:43:42.988Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47892026-07-02T17:43:42.988Z[verify-libraries] Compiling delegate v0.13.5
47902026-07-02T17:43:43.063Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47912026-07-02T17:43:43.297Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47922026-07-02T17:43:43.332Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47932026-07-02T17:43:43.353Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47942026-07-02T17:43:43.409Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47952026-07-02T17:43:43.883Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47962026-07-02T17:43:44.421Z[ host-image] Jul 02 17:43:43.657 INFO O| Jul 02 17:43:43.657 INFO O| Download: 21825/23767 items 189.6/222.4MB 85% complete (1.3M/s)
47972026-07-02T17:43:44.871Z[ recovery-image] Jul 02 17:43:44.107 INFO O| Jul 02 17:43:44.107 INFO O| Download: 6001/16572 items 45.3/199.6MB 22% complete (700k/s)
47982026-07-02T17:43:45.019Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47992026-07-02T17:43:45.066Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48002026-07-02T17:43:45.624Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48012026-07-02T17:43:45.857Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48022026-07-02T17:43:46.106Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48032026-07-02T17:43:46.331Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48042026-07-02T17:43:46.620Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48052026-07-02T17:43:46.974Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48062026-07-02T17:43:47.113Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48072026-07-02T17:43:47.757Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48082026-07-02T17:43:48.266Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48092026-07-02T17:43:48.839Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48102026-07-02T17:43:49.121Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48112026-07-02T17:43:49.316Z[verify-libraries] Compiling constant_time_eq v0.4.2
48122026-07-02T17:43:49.425Z[ host-image] Jul 02 17:43:48.660 INFO O| Jul 02 17:43:48.660 INFO O| Download: 22893/23767 items 215.0/222.4MB 96% complete (2.6M/s)
48132026-07-02T17:43:49.617Z[verify-libraries] Compiling arrayvec v0.7.6
48142026-07-02T17:43:49.672Z[verify-libraries] Compiling hex-literal v1.1.0
48152026-07-02T17:43:49.695Z[verify-libraries] Compiling sync-ptr v0.1.4
48162026-07-02T17:43:49.826Z[verify-libraries] Compiling md5 v0.8.0
48172026-07-02T17:43:49.857Z[verify-libraries] Compiling arrayref v0.3.9
48182026-07-02T17:43:49.878Z[verify-libraries] Compiling seq-macro v0.3.6
48192026-07-02T17:43:49.974Z[ recovery-image] Jul 02 17:43:49.210 INFO O| Jul 02 17:43:49.210 INFO O| Download: 6158/16572 items 48.1/199.6MB 24% complete (438k/s)
48202026-07-02T17:43:50.153Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48212026-07-02T17:43:50.251Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48222026-07-02T17:43:50.266Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48232026-07-02T17:43:50.492Z[verify-libraries] Compiling russh v0.61.2
48242026-07-02T17:43:50.661Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48252026-07-02T17:43:51.038Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48262026-07-02T17:43:51.154Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48272026-07-02T17:43:51.461Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48282026-07-02T17:43:51.564Z[verify-libraries] Compiling socket2 v0.5.10
48292026-07-02T17:43:51.745Z[verify-libraries] Compiling topological-sort v0.2.2
48302026-07-02T17:43:51.932Z[verify-libraries] Compiling internet-checksum v0.2.1
48312026-07-02T17:43:52.034Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48322026-07-02T17:43:52.117Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48332026-07-02T17:43:53.498Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48342026-07-02T17:43:54.425Z[ host-image] Jul 02 17:43:53.662 INFO O| Jul 02 17:43:53.661 INFO O| Download: 23552/23767 items 222.1/222.4MB 99% complete (3.2M/s)
48352026-07-02T17:43:55.171Z[ recovery-image] Jul 02 17:43:54.407 INFO O| Jul 02 17:43:54.407 INFO O| Download: 6543/16572 items 61.9/199.6MB 31% complete (1.6M/s)
48362026-07-02T17:43:55.717Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48372026-07-02T17:43:55.784Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48382026-07-02T17:43:55.977Z[ host-image] Jul 02 17:43:55.208 INFO O| Jul 02 17:43:55.208 INFO O| Download: Completed 222.36 MB in 124.64 seconds (1.8M/s)
48392026-07-02T17:43:56.251Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48402026-07-02T17:43:56.579Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48412026-07-02T17:43:56.915Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48422026-07-02T17:43:56.995Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48432026-07-02T17:43:57.180Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48442026-07-02T17:43:57.265Z[verify-libraries] Compiling yansi v1.0.1
48452026-07-02T17:43:57.654Z[verify-libraries] Compiling pretty_assertions v1.4.1
48462026-07-02T17:43:57.778Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48472026-07-02T17:43:58.965Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48482026-07-02T17:43:58.969Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48492026-07-02T17:43:58.970Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48502026-07-02T17:43:58.970Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48512026-07-02T17:43:58.970Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48522026-07-02T17:43:58.970Z[ host-image] Jul 02 17:43:58.150 INFO O| Jul 02 17:43:58.150 INFO O| Actions: 1/53970 actions (Installing new actions)
48532026-07-02T17:43:58.970Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48542026-07-02T17:43:58.970Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48552026-07-02T17:43:59.227Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48562026-07-02T17:43:59.312Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48572026-07-02T17:43:59.463Z[verify-libraries] Compiling samael v0.0.19
48582026-07-02T17:43:59.593Z[verify-libraries] Compiling git2 v0.20.4
48592026-07-02T17:43:59.640Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48602026-07-02T17:43:59.683Z[verify-libraries] Compiling drift v0.2.0
48612026-07-02T17:43:59.714Z[verify-libraries] Compiling uzers v0.12.2
48622026-07-02T17:43:59.992Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48632026-07-02T17:44:00.136Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48642026-07-02T17:44:00.462Z[ recovery-image] Jul 02 17:43:59.663 INFO O| Jul 02 17:43:59.662 INFO O| Download: 7649/16572 items 82.2/199.6MB 41% complete (3.2M/s)
48652026-07-02T17:44:00.557Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48662026-07-02T17:44:00.942Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48672026-07-02T17:44:03.915Z[ host-image] Jul 02 17:44:03.151 INFO O| Jul 02 17:44:03.150 INFO O| Actions: 24439/53970 actions (Installing new actions)
48682026-07-02T17:44:04.016Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48692026-07-02T17:44:04.640Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48702026-07-02T17:44:04.720Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48712026-07-02T17:44:04.789Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48722026-07-02T17:44:04.960Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48732026-07-02T17:44:05.260Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48742026-07-02T17:44:05.637Z[ recovery-image] Jul 02 17:44:04.873 INFO O| Jul 02 17:44:04.873 INFO O| Download: 8570/16572 items 88.9/199.6MB 44% complete (2.7M/s)
48752026-07-02T17:44:05.846Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48762026-07-02T17:44:06.542Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48772026-07-02T17:44:06.703Z[ host-image] Jul 02 17:44:05.939 INFO O| Jul 02 17:44:05.939 INFO O| Actions: Completed 53970 actions in 7.78 seconds.
48782026-07-02T17:44:06.776Z[ host-image] Jul 02 17:44:06.011 INFO O| Jul 02 17:44:06.011 INFO O| Finalize: Updating package state database ... Done
48792026-07-02T17:44:06.777Z[ host-image] Jul 02 17:44:06.011 INFO O| Jul 02 17:44:06.011 INFO O| Finalize: Updating package cache ... Done
48802026-07-02T17:44:06.825Z[ host-image] Jul 02 17:44:06.061 INFO O| Jul 02 17:44:06.061 INFO O| Finalize: Updating image state ... Done
48812026-07-02T17:44:06.886Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48822026-07-02T17:44:07.003Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48832026-07-02T17:44:07.261Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48842026-07-02T17:44:07.679Z[verify-libraries] Compiling multimap v0.10.1
48852026-07-02T17:44:07.713Z[verify-libraries] Compiling termios v0.3.3
48862026-07-02T17:44:07.803Z[ host-image] Jul 02 17:44:07.040 INFO O| Jul 02 17:44:07.040 INFO O| Finalize: Creating fast lookup database ... Done
48872026-07-02T17:44:07.833Z[ host-image] Jul 02 17:44:07.069 INFO O| Jul 02 17:44:07.069 INFO O| Finalize: Reading search index ... Done
48882026-07-02T17:44:07.925Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48892026-07-02T17:44:09.080Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48902026-07-02T17:44:10.467Z[ host-image] Jul 02 17:44:09.703 INFO O| Jul 02 17:44:09.703 INFO O| Finalize: Building new search index ... Done
48912026-07-02T17:44:10.840Z[ recovery-image] Jul 02 17:44:10.076 INFO O| Jul 02 17:44:10.076 INFO O| Download: 9465/16572 items 102.9/199.6MB 51% complete (2.0M/s)
48922026-07-02T17:44:10.963Z[ host-image] Jul 02 17:44:10.197 INFO O| Jul 02 17:44:10.197 INFO O| Finalize: Updating package cache ... Done
48932026-07-02T17:44:11.158Z[ host-image] Jul 02 17:44:10.394 INFO O| Jul 02 17:44:10.394 INFO STEP 11 (pkg_install) COMPLETE
48942026-07-02T17:44:11.158Z[ host-image] Jul 02 17:44:10.394 INFO O| Jul 02 17:44:10.394 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-07-02T17:44:11.171Z[ host-image] Jul 02 17:44:10.407 INFO O| Jul 02 17:44:10.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
48962026-07-02T17:44:13.482Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48972026-07-02T17:44:15.901Z[ recovery-image] Jul 02 17:44:15.136 INFO O| Jul 02 17:44:15.136 INFO O| Download: 11080/16572 items 103.7/199.6MB 51% complete (1.5M/s)
48982026-07-02T17:44:17.112Z[ host-image] Jul 02 17:44:16.345 INFO O| Jul 02 17:44:16.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
48992026-07-02T17:44:17.267Z[ host-image] Jul 02 17:44:16.498 INFO O| Jul 02 17:44:16.498 INFO O| Startup: Caching catalogs ... Done
49002026-07-02T17:44:17.531Z[ host-image] Jul 02 17:44:16.767 INFO O| Jul 02 17:44:16.767 INFO O| Planning: Solver setup ... Done
49012026-07-02T17:44:17.538Z[ host-image] Jul 02 17:44:16.773 INFO O| Jul 02 17:44:16.772 INFO O| Planning: Running solver ... Done
49022026-07-02T17:44:17.543Z[ host-image] Jul 02 17:44:16.779 INFO O| Jul 02 17:44:16.779 INFO O| Planning: Finding local manifests ... Done
49032026-07-02T17:44:17.568Z[verify-libraries] Compiling polar-core v0.27.3
49042026-07-02T17:44:17.592Z[ host-image] Jul 02 17:44:16.827 INFO O| Jul 02 17:44:16.827 INFO O| Planning: Fetching manifests: 0/6 0% complete
49052026-07-02T17:44:17.718Z[ host-image] Jul 02 17:44:16.953 INFO O| Jul 02 17:44:16.952 INFO O| Planning: Fetching manifests: 6/6 100% complete
49062026-07-02T17:44:17.741Z[ host-image] Jul 02 17:44:16.977 INFO O| Jul 02 17:44:16.974 INFO O| Planning: Package planning ... Done
49072026-07-02T17:44:17.742Z[ host-image] Jul 02 17:44:16.977 INFO O| Jul 02 17:44:16.977 INFO O| Planning: Merging actions ... Done
49082026-07-02T17:44:17.878Z[ host-image] Jul 02 17:44:17.112 INFO O| Jul 02 17:44:17.112 INFO O| Planning: Checking for conflicting actions ... Done
49092026-07-02T17:44:17.878Z[ host-image] Jul 02 17:44:17.114 INFO O| Jul 02 17:44:17.113 INFO O| Planning: Consolidating action changes ... Done
49102026-07-02T17:44:18.029Z[ host-image] Jul 02 17:44:17.249 INFO O| Jul 02 17:44:17.249 INFO O| Planning: Evaluating mediators ... Done
49112026-07-02T17:44:18.030Z[ host-image] Jul 02 17:44:17.251 INFO O| Jul 02 17:44:17.251 INFO O| Planning: Planning completed in 0.74 seconds
49122026-07-02T17:44:18.030Z[ host-image] Jul 02 17:44:17.251 INFO O| Jul 02 17:44:17.251 INFO O| Packages to install: 6
49132026-07-02T17:44:18.033Z[ host-image] Jul 02 17:44:17.251 INFO O| Jul 02 17:44:17.251 INFO O| Services to change: 2
49142026-07-02T17:44:18.033Z[ host-image] Jul 02 17:44:17.262 INFO O| Jul 02 17:44:17.262 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49152026-07-02T17:44:19.811Z[ host-image] Jul 02 17:44:19.046 INFO O| Jul 02 17:44:19.046 INFO O| Download: Completed 1.75 MB in 1.78 seconds (1001k/s)
49162026-07-02T17:44:19.838Z[ host-image] Jul 02 17:44:19.067 INFO O| Jul 02 17:44:19.067 INFO O| Actions: 1/390 actions (Installing new actions)
49172026-07-02T17:44:19.968Z[ host-image] Jul 02 17:44:19.205 INFO O| Jul 02 17:44:19.205 INFO O| Actions: Completed 390 actions in 0.14 seconds.
49182026-07-02T17:44:19.980Z[ host-image] Jul 02 17:44:19.216 INFO O| Jul 02 17:44:19.216 INFO O| Finalize: Updating package state database ... Done
49192026-07-02T17:44:19.980Z[ host-image] Jul 02 17:44:19.216 INFO O| Jul 02 17:44:19.216 INFO O| Finalize: Updating package cache ... Done
49202026-07-02T17:44:20.101Z[ host-image] Jul 02 17:44:19.248 INFO O| Jul 02 17:44:19.248 INFO O| Finalize: Updating image state ... Done
49212026-07-02T17:44:20.903Z[ recovery-image] Jul 02 17:44:20.139 INFO O| Jul 02 17:44:20.139 INFO O| Download: 12010/16572 items 120.5/199.6MB 60% complete (1.6M/s)
49222026-07-02T17:44:21.060Z[ host-image] Jul 02 17:44:20.296 INFO O| Jul 02 17:44:20.296 INFO O| Finalize: Creating fast lookup database ... Done
49232026-07-02T17:44:21.089Z[ host-image] Jul 02 17:44:20.325 INFO O| Jul 02 17:44:20.325 INFO O| Finalize: Reading search index ... Done
49242026-07-02T17:44:21.089Z[ host-image] Jul 02 17:44:20.325 INFO O| Jul 02 17:44:20.325 INFO O| Finalize: Updating search index ... Done
49252026-07-02T17:44:21.105Z[ host-image] Jul 02 17:44:20.341 INFO O| Jul 02 17:44:20.341 INFO O| Finalize: Updating package cache ... Done
49262026-07-02T17:44:21.269Z[ host-image] Jul 02 17:44:20.504 INFO O| Jul 02 17:44:20.504 INFO STEP 12 (pkg_install) COMPLETE
49272026-07-02T17:44:21.269Z[ host-image] Jul 02 17:44:20.504 INFO O| Jul 02 17:44:20.504 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49282026-07-02T17:44:21.280Z[ host-image] Jul 02 17:44:20.516 INFO O| Jul 02 17:44:20.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49292026-07-02T17:44:22.303Z[ host-image] Jul 02 17:44:21.537 INFO O| Jul 02 17:44:21.537 INFO O| Startup: Refreshing catalog 'helios' ... Done
49302026-07-02T17:44:22.954Z[ host-image] Jul 02 17:44:22.190 INFO O| Jul 02 17:44:22.176 INFO O| Startup: Caching catalogs ... Done
49312026-07-02T17:44:23.140Z[ host-image] Jul 02 17:44:22.375 INFO O| Jul 02 17:44:22.375 INFO O| Planning: Solver setup ... Done
49322026-07-02T17:44:23.147Z[ host-image] Jul 02 17:44:22.380 INFO O| Jul 02 17:44:22.380 INFO O| Planning: Running solver ... Done
49332026-07-02T17:44:23.150Z[ host-image] Jul 02 17:44:22.386 INFO O| Jul 02 17:44:22.386 INFO O| Planning: Finding local manifests ... Done
49342026-07-02T17:44:23.174Z[ host-image] Jul 02 17:44:22.410 INFO O| Jul 02 17:44:22.410 INFO O| Planning: Fetching manifests: 0/6 0% complete
49352026-07-02T17:44:23.342Z[ host-image] Jul 02 17:44:22.578 INFO O| Jul 02 17:44:22.578 INFO O| Planning: Fetching manifests: 6/6 100% complete
49362026-07-02T17:44:23.495Z[ host-image] Jul 02 17:44:22.730 INFO O| Jul 02 17:44:22.730 INFO O| Planning: Package planning ... Done
49372026-07-02T17:44:23.508Z[ host-image] Jul 02 17:44:22.739 INFO O| Jul 02 17:44:22.739 INFO O| Planning: Merging actions ... Done
49382026-07-02T17:44:23.557Z[ host-image] Jul 02 17:44:22.792 INFO O| Jul 02 17:44:22.792 INFO O| Planning: Checking for conflicting actions ... Done
49392026-07-02T17:44:23.561Z[ host-image] Jul 02 17:44:22.795 INFO O| Jul 02 17:44:22.795 INFO O| Planning: Consolidating action changes ... Done
49402026-07-02T17:44:23.588Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49412026-07-02T17:44:23.709Z[ host-image] Jul 02 17:44:22.945 INFO O| Jul 02 17:44:22.945 INFO O| Planning: Evaluating mediators ... Done
49422026-07-02T17:44:23.713Z[ host-image] Jul 02 17:44:22.948 INFO O| Jul 02 17:44:22.948 INFO O| Planning: Planning completed in 0.76 seconds
49432026-07-02T17:44:23.713Z[ host-image] Jul 02 17:44:22.948 INFO O| Jul 02 17:44:22.948 INFO O| Packages to install: 6
49442026-07-02T17:44:23.713Z[ host-image] Jul 02 17:44:22.948 INFO O| Jul 02 17:44:22.948 INFO O| Mediators to change: 1
49452026-07-02T17:44:23.713Z[ host-image] Jul 02 17:44:22.948 INFO O| Jul 02 17:44:22.948 INFO O| Services to change: 1
49462026-07-02T17:44:23.724Z[ host-image] Jul 02 17:44:22.959 INFO O| Jul 02 17:44:22.959 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49472026-07-02T17:44:24.269Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49482026-07-02T17:44:25.764Z[verify-libraries] Compiling oso v0.27.3
49492026-07-02T17:44:25.941Z[ recovery-image] Jul 02 17:44:25.164 INFO O| Jul 02 17:44:25.164 INFO O| Download: 13448/16572 items 154.8/199.6MB 77% complete (5.1M/s)
49502026-07-02T17:44:28.280Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49512026-07-02T17:44:28.733Z[ host-image] Jul 02 17:44:27.966 INFO O| Jul 02 17:44:27.966 INFO O| Download: 565/1147 items 2.7/7.8MB 34% complete (561k/s)
49522026-07-02T17:44:29.995Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49532026-07-02T17:44:30.934Z[ recovery-image] Jul 02 17:44:30.167 INFO O| Jul 02 17:44:30.167 INFO O| Download: 14579/16572 items 159.4/199.6MB 79% complete (4.1M/s)
49542026-07-02T17:44:32.482Z[ host-image] Jul 02 17:44:31.718 INFO O| Jul 02 17:44:31.718 INFO O| Download: Completed 7.84 MB in 8.76 seconds (916k/s)
49552026-07-02T17:44:35.104Z[ host-image] Jul 02 17:44:34.284 INFO O| Jul 02 17:44:34.283 INFO O| Actions: 1/1366 actions (Installing new actions)
49562026-07-02T17:44:35.199Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49572026-07-02T17:44:35.361Z[ host-image] Jul 02 17:44:34.596 INFO O| Jul 02 17:44:34.596 INFO O| Actions: Completed 1366 actions in 0.31 seconds.
49582026-07-02T17:44:35.375Z[ host-image] Jul 02 17:44:34.611 INFO O| Jul 02 17:44:34.611 INFO O| Finalize: Updating package state database ... Done
49592026-07-02T17:44:35.376Z[ host-image] Jul 02 17:44:34.611 INFO O| Jul 02 17:44:34.611 INFO O| Finalize: Updating package cache ... Done
49602026-07-02T17:44:35.422Z[ host-image] Jul 02 17:44:34.658 INFO O| Jul 02 17:44:34.658 INFO O| Finalize: Updating image state ... Done
49612026-07-02T17:44:35.933Z[ recovery-image] Jul 02 17:44:35.168 INFO O| Jul 02 17:44:35.167 INFO O| Download: 15755/16572 items 169.4/199.6MB 84% complete (1.5M/s)
49622026-07-02T17:44:36.084Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49632026-07-02T17:44:36.453Z[ host-image] Jul 02 17:44:35.687 INFO O| Jul 02 17:44:35.686 INFO O| Finalize: Creating fast lookup database ... Done
49642026-07-02T17:44:36.481Z[ host-image] Jul 02 17:44:35.717 INFO O| Jul 02 17:44:35.717 INFO O| Finalize: Reading search index ... Done
49652026-07-02T17:44:36.481Z[ host-image] Jul 02 17:44:35.718 INFO O| Jul 02 17:44:35.718 INFO O| Finalize: Updating search index ... Done
49662026-07-02T17:44:36.518Z[ host-image] Jul 02 17:44:35.754 INFO O| Jul 02 17:44:35.754 INFO O| Finalize: Updating package cache ... Done
49672026-07-02T17:44:36.760Z[ host-image] Jul 02 17:44:35.943 INFO O| Jul 02 17:44:35.942 INFO STEP 13 (pkg_install) COMPLETE
49682026-07-02T17:44:36.763Z[ host-image] Jul 02 17:44:35.943 INFO O| Jul 02 17:44:35.942 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49692026-07-02T17:44:36.763Z[ host-image] Jul 02 17:44:35.954 INFO O| Jul 02 17:44:35.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49702026-07-02T17:44:37.489Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49712026-07-02T17:44:37.903Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49722026-07-02T17:44:38.780Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49732026-07-02T17:44:38.812Z[ host-image] Jul 02 17:44:38.048 INFO O| Jul 02 17:44:38.048 INFO O| Startup: Refreshing catalog 'helios' ... Done
49742026-07-02T17:44:38.950Z[ host-image] Jul 02 17:44:38.183 INFO O| Jul 02 17:44:38.183 INFO O| Startup: Caching catalogs ... Done
49752026-07-02T17:44:39.144Z[ host-image] Jul 02 17:44:38.379 INFO O| Jul 02 17:44:38.379 INFO O| Planning: Solver setup ... Done
49762026-07-02T17:44:39.148Z[ host-image] Jul 02 17:44:38.384 INFO O| Jul 02 17:44:38.384 INFO O| Planning: Running solver ... Done
49772026-07-02T17:44:39.153Z[ host-image] Jul 02 17:44:38.390 INFO O| Jul 02 17:44:38.389 INFO O| Planning: Finding local manifests ... Done
49782026-07-02T17:44:39.178Z[ host-image] Jul 02 17:44:38.413 INFO O| Jul 02 17:44:38.413 INFO O| Planning: Fetching manifests: 0/1 0% complete
49792026-07-02T17:44:39.183Z[ host-image] Jul 02 17:44:38.419 INFO O| Jul 02 17:44:38.419 INFO O| Planning: Fetching manifests: 1/1 100% complete
49802026-07-02T17:44:39.209Z[ host-image] Jul 02 17:44:38.442 INFO O| Jul 02 17:44:38.442 INFO O| Planning: Package planning ... Done
49812026-07-02T17:44:39.209Z[ host-image] Jul 02 17:44:38.442 INFO O| Jul 02 17:44:38.442 INFO O| Planning: Merging actions ... Done
49822026-07-02T17:44:39.307Z[ host-image] Jul 02 17:44:38.543 INFO O| Jul 02 17:44:38.543 INFO O| Planning: Checking for conflicting actions ... Done
49832026-07-02T17:44:39.311Z[ host-image] Jul 02 17:44:38.544 INFO O| Jul 02 17:44:38.544 INFO O| Planning: Consolidating action changes ... Done
49842026-07-02T17:44:39.439Z[ host-image] Jul 02 17:44:38.674 INFO O| Jul 02 17:44:38.674 INFO O| Planning: Evaluating mediators ... Done
49852026-07-02T17:44:39.442Z[ host-image] Jul 02 17:44:38.675 INFO O| Jul 02 17:44:38.675 INFO O| Planning: Planning completed in 0.48 seconds
49862026-07-02T17:44:39.442Z[ host-image] Jul 02 17:44:38.675 INFO O| Jul 02 17:44:38.675 INFO O| Packages to install: 1
49872026-07-02T17:44:39.449Z[ host-image] Jul 02 17:44:38.686 INFO O| Jul 02 17:44:38.685 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49882026-07-02T17:44:39.552Z[ host-image] Jul 02 17:44:38.787 INFO O| Jul 02 17:44:38.787 INFO O| Download: Completed 13.06 MB in 0.10 seconds (128M/s)
49892026-07-02T17:44:39.574Z[ host-image] Jul 02 17:44:38.810 INFO O| Jul 02 17:44:38.810 INFO O| Actions: 1/22 actions (Installing new actions)
49902026-07-02T17:44:39.843Z[ host-image] Jul 02 17:44:39.062 INFO O| Jul 02 17:44:39.062 INFO O| Actions: Completed 22 actions in 0.25 seconds.
49912026-07-02T17:44:39.852Z[ host-image] Jul 02 17:44:39.075 INFO O| Jul 02 17:44:39.071 INFO O| Finalize: Updating package state database ... Done
49922026-07-02T17:44:39.853Z[ host-image] Jul 02 17:44:39.075 INFO O| Jul 02 17:44:39.071 INFO O| Finalize: Updating package cache ... Done
49932026-07-02T17:44:39.876Z[ host-image] Jul 02 17:44:39.111 INFO O| Jul 02 17:44:39.111 INFO O| Finalize: Updating image state ... Done
49942026-07-02T17:44:40.937Z[ recovery-image] Jul 02 17:44:40.173 INFO O| Jul 02 17:44:40.172 INFO O| Download: 16535/16572 items 198.1/199.6MB 99% complete (3.9M/s)
49952026-07-02T17:44:40.964Z[ host-image] Jul 02 17:44:40.199 INFO O| Jul 02 17:44:40.198 INFO O| Finalize: Creating fast lookup database ... Done
49962026-07-02T17:44:40.991Z[ host-image] Jul 02 17:44:40.227 INFO O| Jul 02 17:44:40.227 INFO O| Finalize: Reading search index ... Done
49972026-07-02T17:44:40.991Z[ host-image] Jul 02 17:44:40.227 INFO O| Jul 02 17:44:40.227 INFO O| Finalize: Updating search index ... Done
49982026-07-02T17:44:41.001Z[ host-image] Jul 02 17:44:40.237 INFO O| Jul 02 17:44:40.237 INFO O| Finalize: Updating package cache ... Done
49992026-07-02T17:44:41.161Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 14 (pkg_install) COMPLETE
50002026-07-02T17:44:41.161Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50012026-07-02T17:44:41.162Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO skip step because feature "mfg" is not enabled
50022026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50032026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO skip step because feature "compliance" is not enabled
50042026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO skip step because feature "stress" is not enabled
50062026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO skip step because feature "compliance" is not enabled
50082026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-07-02T17:44:41.167Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO skip step because feature "nfs" is not enabled
50102026-07-02T17:44:41.168Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50112026-07-02T17:44:41.168Z[ host-image] Jul 02 17:44:40.395 INFO O| Jul 02 17:44:40.395 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50122026-07-02T17:44:41.433Z[ recovery-image] Jul 02 17:44:40.669 INFO O| Jul 02 17:44:40.669 INFO O| Download: Completed 199.55 MB in 94.22 seconds (2.1M/s)
50132026-07-02T17:44:41.573Z[ host-image] Jul 02 17:44:40.808 INFO O| Jul 02 17:44:40.808 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50142026-07-02T17:44:41.863Z[ recovery-image] Jul 02 17:44:41.097 INFO O| Jul 02 17:44:41.097 INFO O| Actions: 1/27411 actions (Installing new actions)
50152026-07-02T17:44:41.875Z[ host-image] Jul 02 17:44:41.111 INFO O| Jul 02 17:44:41.111 INFO completed processing sled/ramdisk-01-os
50162026-07-02T17:44:41.901Z[ host-image] Jul 02 17:44:41.114 INFO omicron1 baseline generation...
50172026-07-02T17:44:41.907Z[ host-image] Jul 02 17:44:41.114 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50182026-07-02T17:44:42.301Z[ host-image] Jul 02 17:44:41.532 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
50192026-07-02T17:44:46.871Z[ recovery-image] Jul 02 17:44:46.106 INFO O| Jul 02 17:44:46.106 INFO O| Actions: 19920/27411 actions (Installing new actions)
50202026-07-02T17:44:48.181Z[ recovery-image] Jul 02 17:44:47.417 INFO O| Jul 02 17:44:47.417 INFO O| Actions: Completed 27411 actions in 6.32 seconds.
50212026-07-02T17:44:48.231Z[ recovery-image] Jul 02 17:44:47.467 INFO O| Jul 02 17:44:47.467 INFO O| Finalize: Updating package state database ... Done
50222026-07-02T17:44:48.232Z[ recovery-image] Jul 02 17:44:47.467 INFO O| Jul 02 17:44:47.467 INFO O| Finalize: Updating package cache ... Done
50232026-07-02T17:44:48.278Z[ recovery-image] Jul 02 17:44:47.514 INFO O| Jul 02 17:44:47.514 INFO O| Finalize: Updating image state ... Done
50242026-07-02T17:44:48.903Z[ recovery-image] Jul 02 17:44:48.139 INFO O| Jul 02 17:44:48.139 INFO O| Finalize: Creating fast lookup database ... Done
50252026-07-02T17:44:48.918Z[ recovery-image] Jul 02 17:44:48.154 INFO O| Jul 02 17:44:48.154 INFO O| Finalize: Reading search index ... Done
50262026-07-02T17:44:49.636Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50272026-07-02T17:44:50.489Z[ recovery-image] Jul 02 17:44:49.724 INFO O| Jul 02 17:44:49.724 INFO O| Finalize: Building new search index ... Done
50282026-07-02T17:44:50.773Z[ recovery-image] Jul 02 17:44:50.009 INFO O| Jul 02 17:44:50.009 INFO O| Finalize: Updating package cache ... Done
50292026-07-02T17:44:50.947Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO STEP 11 (pkg_install) COMPLETE
50302026-07-02T17:44:50.950Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50312026-07-02T17:44:50.950Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO skip step because feature "recovery" is enabled
50322026-07-02T17:44:50.950Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50332026-07-02T17:44:50.950Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO skip step because feature "omicron1" is not enabled
50342026-07-02T17:44:50.950Z[ recovery-image] Jul 02 17:44:50.182 INFO O| Jul 02 17:44:50.182 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50352026-07-02T17:44:50.956Z[ recovery-image] Jul 02 17:44:50.192 INFO O| Jul 02 17:44:50.192 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50362026-07-02T17:44:56.412Z[ recovery-image] Jul 02 17:44:55.648 INFO O| Jul 02 17:44:55.648 INFO O| Startup: Refreshing catalog 'helios' ... Done
50372026-07-02T17:44:56.536Z[ recovery-image] Jul 02 17:44:55.772 INFO O| Jul 02 17:44:55.772 INFO O| Startup: Caching catalogs ... Done
50382026-07-02T17:44:56.713Z[ recovery-image] Jul 02 17:44:55.948 INFO O| Jul 02 17:44:55.947 INFO O| Planning: Solver setup ... Done
50392026-07-02T17:44:56.716Z[ recovery-image] Jul 02 17:44:55.952 INFO O| Jul 02 17:44:55.952 INFO O| Planning: Running solver ... Done
50402026-07-02T17:44:56.721Z[ recovery-image] Jul 02 17:44:55.957 INFO O| Jul 02 17:44:55.957 INFO O| Planning: Finding local manifests ... Done
50412026-07-02T17:44:56.734Z[ recovery-image] Jul 02 17:44:55.970 INFO O| Jul 02 17:44:55.970 INFO O| Planning: Fetching manifests: 0/1 0% complete
50422026-07-02T17:44:56.739Z[ recovery-image] Jul 02 17:44:55.975 INFO O| Jul 02 17:44:55.975 INFO O| Planning: Fetching manifests: 1/1 100% complete
50432026-07-02T17:44:56.756Z[ recovery-image] Jul 02 17:44:55.992 INFO O| Jul 02 17:44:55.991 INFO O| Planning: Package planning ... Done
50442026-07-02T17:44:56.756Z[ recovery-image] Jul 02 17:44:55.992 INFO O| Jul 02 17:44:55.992 INFO O| Planning: Merging actions ... Done
50452026-07-02T17:44:56.828Z[ recovery-image] Jul 02 17:44:56.064 INFO O| Jul 02 17:44:56.061 INFO O| Planning: Checking for conflicting actions ... Done
50462026-07-02T17:44:56.829Z[ recovery-image] Jul 02 17:44:56.064 INFO O| Jul 02 17:44:56.061 INFO O| Planning: Consolidating action changes ... Done
50472026-07-02T17:44:56.924Z[ recovery-image] Jul 02 17:44:56.158 INFO O| Jul 02 17:44:56.158 INFO O| Planning: Evaluating mediators ... Done
50482026-07-02T17:44:56.927Z[ recovery-image] Jul 02 17:44:56.158 INFO O| Jul 02 17:44:56.158 INFO O| Planning: Planning completed in 0.38 seconds
50492026-07-02T17:44:56.927Z[ recovery-image] Jul 02 17:44:56.158 INFO O| Jul 02 17:44:56.158 INFO O| Packages to install: 1
50502026-07-02T17:44:56.935Z[ recovery-image] Jul 02 17:44:56.171 INFO O| Jul 02 17:44:56.171 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50512026-07-02T17:44:57.147Z[ recovery-image] Jul 02 17:44:56.383 INFO O| Jul 02 17:44:56.383 INFO O| Download: Completed 13.06 MB in 0.21 seconds (61.6M/s)
50522026-07-02T17:44:57.219Z[ recovery-image] Jul 02 17:44:56.455 INFO O| Jul 02 17:44:56.454 INFO O| Actions: 1/22 actions (Installing new actions)
50532026-07-02T17:44:57.444Z[ recovery-image] Jul 02 17:44:56.679 INFO O| Jul 02 17:44:56.679 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50542026-07-02T17:44:57.457Z[ recovery-image] Jul 02 17:44:56.692 INFO O| Jul 02 17:44:56.692 INFO O| Finalize: Updating package state database ... Done
50552026-07-02T17:44:57.457Z[ recovery-image] Jul 02 17:44:56.693 INFO O| Jul 02 17:44:56.692 INFO O| Finalize: Updating package cache ... Done
50562026-07-02T17:44:57.499Z[ recovery-image] Jul 02 17:44:56.734 INFO O| Jul 02 17:44:56.734 INFO O| Finalize: Updating image state ... Done
50572026-07-02T17:44:58.163Z[ recovery-image] Jul 02 17:44:57.399 INFO O| Jul 02 17:44:57.397 INFO O| Finalize: Creating fast lookup database ... Done
50582026-07-02T17:44:58.178Z[ recovery-image] Jul 02 17:44:57.413 INFO O| Jul 02 17:44:57.413 INFO O| Finalize: Reading search index ... Done
50592026-07-02T17:44:58.178Z[ recovery-image] Jul 02 17:44:57.413 INFO O| Jul 02 17:44:57.413 INFO O| Finalize: Updating search index ... Done
50602026-07-02T17:44:58.189Z[ recovery-image] Jul 02 17:44:57.424 INFO O| Jul 02 17:44:57.424 INFO O| Finalize: Updating package cache ... Done
50612026-07-02T17:44:58.345Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 14 (pkg_install) COMPLETE
50622026-07-02T17:44:58.345Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50632026-07-02T17:44:58.348Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO skip step because feature "mfg" is not enabled
50642026-07-02T17:44:58.349Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50652026-07-02T17:44:58.349Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO skip step because feature "compliance" is not enabled
50662026-07-02T17:44:58.349Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50672026-07-02T17:44:58.349Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO skip step because feature "stress" is not enabled
50682026-07-02T17:44:58.349Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50692026-07-02T17:44:58.353Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO skip step because feature "compliance" is not enabled
50702026-07-02T17:44:58.353Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50712026-07-02T17:44:58.353Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO skip step because feature "nfs" is not enabled
50722026-07-02T17:44:58.353Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50732026-07-02T17:44:58.354Z[ recovery-image] Jul 02 17:44:57.580 INFO O| Jul 02 17:44:57.580 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50742026-07-02T17:44:58.662Z[ recovery-image] Jul 02 17:44:57.897 INFO O| Jul 02 17:44:57.897 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50752026-07-02T17:44:58.779Z[ recovery-image] Jul 02 17:44:58.015 INFO O| Jul 02 17:44:58.015 INFO completed processing sled/ramdisk-01-os
50762026-07-02T17:44:58.784Z[ recovery-image] Jul 02 17:44:58.018 INFO image builder template: ramdisk-02-trim...
50772026-07-02T17:44:58.784Z[ recovery-image] Jul 02 17:44:58.018 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/.tmpyhreHx/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50782026-07-02T17:44:58.803Z[ recovery-image] Jul 02 17:44:58.039 INFO O| Jul 02 17:44:58.039 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50792026-07-02T17:44:58.808Z[ recovery-image] Jul 02 17:44:58.044 INFO O| Jul 02 17:44:58.044 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50802026-07-02T17:44:58.920Z[ recovery-image] Jul 02 17:44:58.155 INFO O| Jul 02 17:44:58.155 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50812026-07-02T17:44:58.998Z[ recovery-image] Jul 02 17:44:58.234 INFO O| Jul 02 17:44:58.234 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50822026-07-02T17:44:58.999Z[ recovery-image] Jul 02 17:44:58.234 INFO O| Jul 02 17:44:58.234 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50832026-07-02T17:44:59.004Z[ recovery-image] Jul 02 17:44:58.238 INFO O| Jul 02 17:44:58.238 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50842026-07-02T17:44:59.008Z[ recovery-image] Jul 02 17:44:58.242 INFO O| Jul 02 17:44:58.242 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50852026-07-02T17:44:59.011Z[ recovery-image] Jul 02 17:44:58.246 INFO O| Jul 02 17:44:58.246 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50862026-07-02T17:45:01.031Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50872026-07-02T17:45:01.575Z[ recovery-image] Jul 02 17:45:00.810 INFO O| Jul 02 17:45:00.810 INFO rolled back to input snapshot; work may begin
50882026-07-02T17:45:01.575Z[ recovery-image] Jul 02 17:45:00.810 INFO O| Jul 02 17:45:00.810 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50892026-07-02T17:45:01.579Z[ recovery-image] Jul 02 17:45:00.814 INFO O| Jul 02 17:45:00.814 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-07-02T17:45:01.588Z[ recovery-image] Jul 02 17:45:00.824 INFO O| Jul 02 17:45:00.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50912026-07-02T17:45:01.623Z[ recovery-image] Jul 02 17:45:00.858 INFO O| Jul 02 17:45:00.858 INFO STEP 0 (remove_files) COMPLETE
50922026-07-02T17:45:01.623Z[ recovery-image] Jul 02 17:45:00.858 INFO O| Jul 02 17:45:00.858 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-07-02T17:45:01.632Z[ recovery-image] Jul 02 17:45:00.868 INFO O| Jul 02 17:45:00.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50942026-07-02T17:45:01.636Z[ recovery-image] Jul 02 17:45:00.869 INFO O| Jul 02 17:45:00.869 INFO STEP 1 (remove_files) COMPLETE
50952026-07-02T17:45:01.636Z[ recovery-image] Jul 02 17:45:00.869 INFO O| Jul 02 17:45:00.869 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-07-02T17:45:01.642Z[ recovery-image] Jul 02 17:45:00.878 INFO O| Jul 02 17:45:00.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50972026-07-02T17:45:01.653Z[ recovery-image] Jul 02 17:45:00.889 INFO O| Jul 02 17:45:00.889 INFO STEP 2 (remove_files) COMPLETE
50982026-07-02T17:45:01.653Z[ recovery-image] Jul 02 17:45:00.889 INFO O| Jul 02 17:45:00.889 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-07-02T17:45:01.662Z[ recovery-image] Jul 02 17:45:00.898 INFO O| Jul 02 17:45:00.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51002026-07-02T17:45:01.666Z[ recovery-image] Jul 02 17:45:00.899 INFO O| Jul 02 17:45:00.899 INFO STEP 3 (remove_files) COMPLETE
51012026-07-02T17:45:01.666Z[ recovery-image] Jul 02 17:45:00.899 INFO O| Jul 02 17:45:00.899 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-07-02T17:45:01.673Z[ recovery-image] Jul 02 17:45:00.909 INFO O| Jul 02 17:45:00.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51032026-07-02T17:45:01.677Z[ recovery-image] Jul 02 17:45:00.912 INFO O| Jul 02 17:45:00.912 INFO STEP 4 (remove_files) COMPLETE
51042026-07-02T17:45:01.677Z[ recovery-image] Jul 02 17:45:00.912 INFO O| Jul 02 17:45:00.912 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-02T17:45:01.685Z[ recovery-image] Jul 02 17:45:00.920 INFO O| Jul 02 17:45:00.920 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51062026-07-02T17:45:01.688Z[ recovery-image] Jul 02 17:45:00.921 INFO O| Jul 02 17:45:00.921 INFO STEP 5 (remove_files) COMPLETE
51072026-07-02T17:45:01.688Z[ recovery-image] Jul 02 17:45:00.921 INFO O| Jul 02 17:45:00.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-07-02T17:45:01.695Z[ recovery-image] Jul 02 17:45:00.931 INFO O| Jul 02 17:45:00.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51092026-07-02T17:45:01.705Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 6 (remove_files) COMPLETE
51102026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO skip step because feature "heliosv2" is not enabled
51122026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO skip step because feature "recovery" is enabled
51142026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO skip step because feature "recovery" is enabled
51162026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO skip step because feature "recovery" is enabled
51182026-07-02T17:45:01.709Z[ recovery-image] Jul 02 17:45:00.941 INFO O| Jul 02 17:45:00.941 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-02T17:45:01.714Z[ recovery-image] Jul 02 17:45:00.950 INFO O| Jul 02 17:45:00.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51202026-07-02T17:45:01.718Z[ recovery-image] Jul 02 17:45:00.953 INFO O| Jul 02 17:45:00.953 INFO STEP 11 (remove_files) COMPLETE
51212026-07-02T17:45:01.718Z[ recovery-image] Jul 02 17:45:00.953 INFO O| Jul 02 17:45:00.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-07-02T17:45:01.727Z[ recovery-image] Jul 02 17:45:00.963 INFO O| Jul 02 17:45:00.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51232026-07-02T17:45:01.731Z[ recovery-image] Jul 02 17:45:00.963 INFO O| Jul 02 17:45:00.963 INFO STEP 12 (remove_files) COMPLETE
51242026-07-02T17:45:01.731Z[ recovery-image] Jul 02 17:45:00.963 INFO O| Jul 02 17:45:00.963 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-02T17:45:01.737Z[ recovery-image] Jul 02 17:45:00.973 INFO O| Jul 02 17:45:00.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51262026-07-02T17:45:01.740Z[ recovery-image] Jul 02 17:45:00.974 INFO O| Jul 02 17:45:00.974 INFO STEP 13 (remove_files) COMPLETE
51272026-07-02T17:45:01.741Z[ recovery-image] Jul 02 17:45:00.974 INFO O| Jul 02 17:45:00.974 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-02T17:45:01.834Z[ recovery-image] Jul 02 17:45:01.069 INFO O| Jul 02 17:45:01.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51292026-07-02T17:45:01.843Z[ recovery-image] Jul 02 17:45:01.079 INFO O| Jul 02 17:45:01.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51302026-07-02T17:45:01.892Z[ recovery-image] Jul 02 17:45:01.128 INFO O| Jul 02 17:45:01.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51312026-07-02T17:45:01.892Z[ recovery-image] Jul 02 17:45:01.128 INFO O| Jul 02 17:45:01.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51322026-07-02T17:45:01.900Z[ recovery-image] Jul 02 17:45:01.135 INFO O| Jul 02 17:45:01.135 INFO STEP 14 (remove_files) COMPLETE
51332026-07-02T17:45:01.900Z[ recovery-image] Jul 02 17:45:01.135 INFO O| Jul 02 17:45:01.135 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-02T17:45:01.909Z[ recovery-image] Jul 02 17:45:01.145 INFO O| Jul 02 17:45:01.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51352026-07-02T17:45:01.913Z[ recovery-image] Jul 02 17:45:01.146 INFO O| Jul 02 17:45:01.146 INFO STEP 15 (remove_files) COMPLETE
51362026-07-02T17:45:01.913Z[ recovery-image] Jul 02 17:45:01.146 INFO O| Jul 02 17:45:01.146 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-02T17:45:01.921Z[ recovery-image] Jul 02 17:45:01.157 INFO O| Jul 02 17:45:01.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51382026-07-02T17:45:01.927Z[ recovery-image] Jul 02 17:45:01.162 INFO O| Jul 02 17:45:01.162 INFO STEP 16 (remove_files) COMPLETE
51392026-07-02T17:45:01.927Z[ recovery-image] Jul 02 17:45:01.162 INFO O| Jul 02 17:45:01.162 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-02T17:45:01.937Z[ recovery-image] Jul 02 17:45:01.172 INFO O| Jul 02 17:45:01.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51412026-07-02T17:45:01.942Z[ recovery-image] Jul 02 17:45:01.173 INFO O| Jul 02 17:45:01.172 INFO STEP 17 (remove_files) COMPLETE
51422026-07-02T17:45:01.942Z[ recovery-image] Jul 02 17:45:01.173 INFO O| Jul 02 17:45:01.173 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-02T17:45:01.946Z[ recovery-image] Jul 02 17:45:01.182 INFO O| Jul 02 17:45:01.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51442026-07-02T17:45:01.950Z[ recovery-image] Jul 02 17:45:01.183 INFO O| Jul 02 17:45:01.183 INFO STEP 18 (remove_files) COMPLETE
51452026-07-02T17:45:01.950Z[ recovery-image] Jul 02 17:45:01.183 INFO O| Jul 02 17:45:01.183 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-02T17:45:01.956Z[ recovery-image] Jul 02 17:45:01.191 INFO O| Jul 02 17:45:01.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51472026-07-02T17:45:01.959Z[ recovery-image] Jul 02 17:45:01.191 INFO O| Jul 02 17:45:01.191 INFO STEP 19 (remove_files) COMPLETE
51482026-07-02T17:45:01.960Z[ recovery-image] Jul 02 17:45:01.191 INFO O| Jul 02 17:45:01.191 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-02T17:45:01.965Z[ recovery-image] Jul 02 17:45:01.200 INFO O| Jul 02 17:45:01.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51502026-07-02T17:45:01.965Z[ recovery-image] Jul 02 17:45:01.200 INFO O| Jul 02 17:45:01.200 INFO STEP 20 (remove_files) COMPLETE
51512026-07-02T17:45:01.969Z[ recovery-image] Jul 02 17:45:01.200 INFO O| Jul 02 17:45:01.200 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-02T17:45:01.974Z[ recovery-image] Jul 02 17:45:01.210 INFO O| Jul 02 17:45:01.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51532026-07-02T17:45:01.974Z[ recovery-image] Jul 02 17:45:01.210 INFO O| Jul 02 17:45:01.210 INFO STEP 21 (remove_files) COMPLETE
51542026-07-02T17:45:01.974Z[ recovery-image] Jul 02 17:45:01.210 INFO O| Jul 02 17:45:01.210 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-02T17:45:01.982Z[ recovery-image] Jul 02 17:45:01.218 INFO O| Jul 02 17:45:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51562026-07-02T17:45:01.982Z[ recovery-image] Jul 02 17:45:01.218 INFO O| Jul 02 17:45:01.218 INFO STEP 22 (remove_files) COMPLETE
51572026-07-02T17:45:01.986Z[ recovery-image] Jul 02 17:45:01.218 INFO O| Jul 02 17:45:01.218 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-02T17:45:01.992Z[ recovery-image] Jul 02 17:45:01.227 INFO O| Jul 02 17:45:01.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51592026-07-02T17:45:01.996Z[ recovery-image] Jul 02 17:45:01.227 INFO O| Jul 02 17:45:01.227 INFO STEP 23 (remove_files) COMPLETE
51602026-07-02T17:45:01.996Z[ recovery-image] Jul 02 17:45:01.227 INFO O| Jul 02 17:45:01.227 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-02T17:45:02.002Z[ recovery-image] Jul 02 17:45:01.235 INFO O| Jul 02 17:45:01.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51622026-07-02T17:45:02.002Z[ recovery-image] Jul 02 17:45:01.235 INFO O| Jul 02 17:45:01.235 INFO STEP 24 (remove_files) COMPLETE
51632026-07-02T17:45:02.002Z[ recovery-image] Jul 02 17:45:01.235 INFO O| Jul 02 17:45:01.235 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-07-02T17:45:02.009Z[ recovery-image] Jul 02 17:45:01.244 INFO O| Jul 02 17:45:01.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51652026-07-02T17:45:02.009Z[ recovery-image] Jul 02 17:45:01.244 INFO O| Jul 02 17:45:01.244 INFO STEP 25 (remove_files) COMPLETE
51662026-07-02T17:45:02.013Z[ recovery-image] Jul 02 17:45:01.244 INFO O| Jul 02 17:45:01.244 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-02T17:45:02.018Z[ recovery-image] Jul 02 17:45:01.252 INFO O| Jul 02 17:45:01.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51682026-07-02T17:45:02.018Z[ recovery-image] Jul 02 17:45:01.252 INFO O| Jul 02 17:45:01.252 INFO STEP 26 (remove_files) COMPLETE
51692026-07-02T17:45:02.018Z[ recovery-image] Jul 02 17:45:01.252 INFO O| Jul 02 17:45:01.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-02T17:45:02.026Z[ recovery-image] Jul 02 17:45:01.261 INFO O| Jul 02 17:45:01.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51712026-07-02T17:45:02.029Z[ recovery-image] Jul 02 17:45:01.262 INFO O| Jul 02 17:45:01.261 INFO STEP 27 (remove_files) COMPLETE
51722026-07-02T17:45:02.030Z[ recovery-image] Jul 02 17:45:01.262 INFO O| Jul 02 17:45:01.262 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-02T17:45:02.034Z[ recovery-image] Jul 02 17:45:01.270 INFO O| Jul 02 17:45:01.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51742026-07-02T17:45:02.034Z[ recovery-image] Jul 02 17:45:01.270 INFO O| Jul 02 17:45:01.270 INFO STEP 28 (remove_files) COMPLETE
51752026-07-02T17:45:02.038Z[ recovery-image] Jul 02 17:45:01.270 INFO O| Jul 02 17:45:01.270 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-02T17:45:02.043Z[ recovery-image] Jul 02 17:45:01.278 INFO O| Jul 02 17:45:01.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51772026-07-02T17:45:02.047Z[ recovery-image] Jul 02 17:45:01.278 INFO O| Jul 02 17:45:01.278 INFO STEP 29 (remove_files) COMPLETE
51782026-07-02T17:45:02.047Z[ recovery-image] Jul 02 17:45:01.278 INFO O| Jul 02 17:45:01.278 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-02T17:45:02.050Z[ recovery-image] Jul 02 17:45:01.286 INFO O| Jul 02 17:45:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51802026-07-02T17:45:02.051Z[ recovery-image] Jul 02 17:45:01.286 INFO O| Jul 02 17:45:01.286 INFO STEP 30 (remove_files) COMPLETE
51812026-07-02T17:45:02.051Z[ recovery-image] Jul 02 17:45:01.286 INFO O| Jul 02 17:45:01.286 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-02T17:45:02.058Z[ recovery-image] Jul 02 17:45:01.293 INFO O| Jul 02 17:45:01.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51832026-07-02T17:45:02.058Z[ recovery-image] Jul 02 17:45:01.293 INFO O| Jul 02 17:45:01.293 INFO STEP 31 (remove_files) COMPLETE
51842026-07-02T17:45:02.058Z[ recovery-image] Jul 02 17:45:01.294 INFO O| Jul 02 17:45:01.293 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-02T17:45:02.067Z[ recovery-image] Jul 02 17:45:01.303 INFO O| Jul 02 17:45:01.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51862026-07-02T17:45:02.071Z[ recovery-image] Jul 02 17:45:01.303 INFO O| Jul 02 17:45:01.303 INFO STEP 32 (remove_files) COMPLETE
51872026-07-02T17:45:02.071Z[ recovery-image] Jul 02 17:45:01.303 INFO O| Jul 02 17:45:01.303 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-07-02T17:45:02.077Z[ recovery-image] Jul 02 17:45:01.312 INFO O| Jul 02 17:45:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51892026-07-02T17:45:02.077Z[ recovery-image] Jul 02 17:45:01.312 INFO O| Jul 02 17:45:01.312 INFO STEP 33 (remove_files) COMPLETE
51902026-07-02T17:45:02.080Z[ recovery-image] Jul 02 17:45:01.312 INFO O| Jul 02 17:45:01.312 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-02T17:45:02.085Z[ recovery-image] Jul 02 17:45:01.321 INFO O| Jul 02 17:45:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51922026-07-02T17:45:02.085Z[ recovery-image] Jul 02 17:45:01.321 INFO O| Jul 02 17:45:01.321 INFO STEP 34 (remove_files) COMPLETE
51932026-07-02T17:45:02.089Z[ recovery-image] Jul 02 17:45:01.321 INFO O| Jul 02 17:45:01.321 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-07-02T17:45:02.093Z[ recovery-image] Jul 02 17:45:01.328 INFO O| Jul 02 17:45:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51952026-07-02T17:45:02.093Z[ recovery-image] Jul 02 17:45:01.328 INFO O| Jul 02 17:45:01.328 INFO STEP 35 (remove_files) COMPLETE
51962026-07-02T17:45:02.094Z[ recovery-image] Jul 02 17:45:01.328 INFO O| Jul 02 17:45:01.328 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-07-02T17:45:02.102Z[ recovery-image] Jul 02 17:45:01.336 INFO O| Jul 02 17:45:01.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51982026-07-02T17:45:02.102Z[ recovery-image] Jul 02 17:45:01.336 INFO O| Jul 02 17:45:01.336 INFO STEP 36 (remove_files) COMPLETE
51992026-07-02T17:45:02.105Z[ recovery-image] Jul 02 17:45:01.336 INFO O| Jul 02 17:45:01.336 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-02T17:45:02.110Z[ recovery-image] Jul 02 17:45:01.343 INFO O| Jul 02 17:45:01.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52012026-07-02T17:45:02.110Z[ recovery-image] Jul 02 17:45:01.343 INFO O| Jul 02 17:45:01.343 INFO STEP 37 (remove_files) COMPLETE
52022026-07-02T17:45:02.110Z[ recovery-image] Jul 02 17:45:01.343 INFO O| Jul 02 17:45:01.343 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-07-02T17:45:02.115Z[ recovery-image] Jul 02 17:45:01.351 INFO O| Jul 02 17:45:01.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52042026-07-02T17:45:02.115Z[ recovery-image] Jul 02 17:45:01.351 INFO O| Jul 02 17:45:01.351 INFO STEP 38 (remove_files) COMPLETE
52052026-07-02T17:45:02.119Z[ recovery-image] Jul 02 17:45:01.351 INFO O| Jul 02 17:45:01.351 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-02T17:45:02.123Z[ recovery-image] Jul 02 17:45:01.358 INFO O| Jul 02 17:45:01.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52072026-07-02T17:45:02.123Z[ recovery-image] Jul 02 17:45:01.358 INFO O| Jul 02 17:45:01.358 INFO STEP 39 (remove_files) COMPLETE
52082026-07-02T17:45:02.123Z[ recovery-image] Jul 02 17:45:01.358 INFO O| Jul 02 17:45:01.358 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-07-02T17:45:02.131Z[ recovery-image] Jul 02 17:45:01.366 INFO O| Jul 02 17:45:01.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52102026-07-02T17:45:02.131Z[ recovery-image] Jul 02 17:45:01.366 INFO O| Jul 02 17:45:01.366 INFO STEP 40 (remove_files) COMPLETE
52112026-07-02T17:45:02.135Z[ recovery-image] Jul 02 17:45:01.366 INFO O| Jul 02 17:45:01.366 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.375 INFO O| Jul 02 17:45:01.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52132026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.375 INFO O| Jul 02 17:45:01.375 INFO STEP 41 (remove_files) COMPLETE
52142026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.375 INFO O| Jul 02 17:45:01.375 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.383 INFO O| Jul 02 17:45:01.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52162026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.383 INFO O| Jul 02 17:45:01.383 INFO STEP 42 (remove_files) COMPLETE
52172026-07-02T17:45:02.215Z[ recovery-image] Jul 02 17:45:01.383 INFO O| Jul 02 17:45:01.383 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.391 INFO O| Jul 02 17:45:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52192026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.391 INFO O| Jul 02 17:45:01.391 INFO STEP 43 (remove_files) COMPLETE
52202026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.391 INFO O| Jul 02 17:45:01.391 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.398 INFO O| Jul 02 17:45:01.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52222026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.398 INFO O| Jul 02 17:45:01.398 INFO STEP 44 (remove_files) COMPLETE
52232026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.398 INFO O| Jul 02 17:45:01.398 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.406 INFO O| Jul 02 17:45:01.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52252026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.406 INFO O| Jul 02 17:45:01.406 INFO STEP 45 (remove_files) COMPLETE
52262026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.406 INFO O| Jul 02 17:45:01.406 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.414 INFO O| Jul 02 17:45:01.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52282026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.414 INFO O| Jul 02 17:45:01.414 INFO STEP 46 (remove_files) COMPLETE
52292026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.414 INFO O| Jul 02 17:45:01.414 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.421 INFO O| Jul 02 17:45:01.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52312026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.421 INFO O| Jul 02 17:45:01.421 INFO STEP 47 (remove_files) COMPLETE
52322026-07-02T17:45:02.216Z[ recovery-image] Jul 02 17:45:01.421 INFO O| Jul 02 17:45:01.421 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-07-02T17:45:02.219Z[ recovery-image] Jul 02 17:45:01.430 INFO O| Jul 02 17:45:01.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52342026-07-02T17:45:02.219Z[ recovery-image] Jul 02 17:45:01.430 INFO O| Jul 02 17:45:01.430 INFO STEP 48 (remove_files) COMPLETE
52352026-07-02T17:45:02.219Z[ recovery-image] Jul 02 17:45:01.430 INFO O| Jul 02 17:45:01.430 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-02T17:45:02.219Z[ recovery-image] Jul 02 17:45:01.437 INFO O| Jul 02 17:45:01.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52372026-07-02T17:45:02.219Z[ recovery-image] Jul 02 17:45:01.437 INFO O| Jul 02 17:45:01.437 INFO STEP 49 (remove_files) COMPLETE
52382026-07-02T17:45:02.220Z[ recovery-image] Jul 02 17:45:01.437 INFO O| Jul 02 17:45:01.437 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-07-02T17:45:02.224Z[ recovery-image] Jul 02 17:45:01.444 INFO O| Jul 02 17:45:01.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52402026-07-02T17:45:02.224Z[ recovery-image] Jul 02 17:45:01.444 INFO O| Jul 02 17:45:01.444 INFO STEP 50 (remove_files) COMPLETE
52412026-07-02T17:45:02.224Z[ recovery-image] Jul 02 17:45:01.444 INFO O| Jul 02 17:45:01.444 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-07-02T17:45:02.224Z[ recovery-image] Jul 02 17:45:01.453 INFO O| Jul 02 17:45:01.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52432026-07-02T17:45:02.224Z[ recovery-image] Jul 02 17:45:01.453 INFO O| Jul 02 17:45:01.453 INFO STEP 51 (remove_files) COMPLETE
52442026-07-02T17:45:02.225Z[ recovery-image] Jul 02 17:45:01.453 INFO O| Jul 02 17:45:01.453 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-07-02T17:45:02.229Z[ recovery-image] Jul 02 17:45:01.461 INFO O| Jul 02 17:45:01.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52462026-07-02T17:45:02.229Z[ recovery-image] Jul 02 17:45:01.461 INFO O| Jul 02 17:45:01.461 INFO STEP 52 (remove_files) COMPLETE
52472026-07-02T17:45:02.230Z[ recovery-image] Jul 02 17:45:01.461 INFO O| Jul 02 17:45:01.461 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-07-02T17:45:02.235Z[ recovery-image] Jul 02 17:45:01.468 INFO O| Jul 02 17:45:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52492026-07-02T17:45:02.235Z[ recovery-image] Jul 02 17:45:01.468 INFO O| Jul 02 17:45:01.468 INFO STEP 53 (remove_files) COMPLETE
52502026-07-02T17:45:02.235Z[ recovery-image] Jul 02 17:45:01.468 INFO O| Jul 02 17:45:01.468 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-07-02T17:45:02.240Z[ recovery-image] Jul 02 17:45:01.476 INFO O| Jul 02 17:45:01.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52522026-07-02T17:45:02.240Z[ recovery-image] Jul 02 17:45:01.476 INFO O| Jul 02 17:45:01.476 INFO STEP 54 (remove_files) COMPLETE
52532026-07-02T17:45:02.245Z[ recovery-image] Jul 02 17:45:01.476 INFO O| Jul 02 17:45:01.476 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-07-02T17:45:02.249Z[ recovery-image] Jul 02 17:45:01.484 INFO O| Jul 02 17:45:01.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52552026-07-02T17:45:02.249Z[ recovery-image] Jul 02 17:45:01.484 INFO O| Jul 02 17:45:01.484 INFO STEP 55 (remove_files) COMPLETE
52562026-07-02T17:45:02.249Z[ recovery-image] Jul 02 17:45:01.484 INFO O| Jul 02 17:45:01.484 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-07-02T17:45:02.256Z[ recovery-image] Jul 02 17:45:01.492 INFO O| Jul 02 17:45:01.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52582026-07-02T17:45:02.260Z[ recovery-image] Jul 02 17:45:01.492 INFO O| Jul 02 17:45:01.492 INFO STEP 56 (remove_files) COMPLETE
52592026-07-02T17:45:02.260Z[ recovery-image] Jul 02 17:45:01.492 INFO O| Jul 02 17:45:01.492 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-07-02T17:45:02.265Z[ recovery-image] Jul 02 17:45:01.499 INFO O| Jul 02 17:45:01.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52612026-07-02T17:45:02.265Z[ recovery-image] Jul 02 17:45:01.499 INFO O| Jul 02 17:45:01.499 INFO STEP 57 (remove_files) COMPLETE
52622026-07-02T17:45:02.265Z[ recovery-image] Jul 02 17:45:01.499 INFO O| Jul 02 17:45:01.499 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-07-02T17:45:02.272Z[ recovery-image] Jul 02 17:45:01.508 INFO O| Jul 02 17:45:01.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52642026-07-02T17:45:02.272Z[ recovery-image] Jul 02 17:45:01.508 INFO O| Jul 02 17:45:01.508 INFO STEP 58 (remove_files) COMPLETE
52652026-07-02T17:45:02.272Z[ recovery-image] Jul 02 17:45:01.508 INFO O| Jul 02 17:45:01.508 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-07-02T17:45:02.280Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52672026-07-02T17:45:02.280Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52682026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52692026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52702026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52712026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52722026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO ok!
52732026-07-02T17:45:02.284Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO STEP 59 (ensure_file) COMPLETE
52742026-07-02T17:45:02.285Z[ recovery-image] Jul 02 17:45:01.516 INFO O| Jul 02 17:45:01.516 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52752026-07-02T17:45:02.290Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52762026-07-02T17:45:02.294Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52772026-07-02T17:45:02.294Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52782026-07-02T17:45:02.294Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52792026-07-02T17:45:02.295Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52802026-07-02T17:45:02.295Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52812026-07-02T17:45:02.295Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO ok!
52822026-07-02T17:45:02.295Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO STEP 60 (ensure_file) COMPLETE
52832026-07-02T17:45:02.295Z[ recovery-image] Jul 02 17:45:01.526 INFO O| Jul 02 17:45:01.526 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52842026-07-02T17:45:02.298Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52852026-07-02T17:45:02.299Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52862026-07-02T17:45:02.299Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52872026-07-02T17:45:02.302Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO ok!
52882026-07-02T17:45:02.303Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO STEP 61 (ensure_file) COMPLETE
52892026-07-02T17:45:02.303Z[ recovery-image] Jul 02 17:45:01.534 INFO O| Jul 02 17:45:01.534 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52902026-07-02T17:45:02.308Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52912026-07-02T17:45:02.308Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52922026-07-02T17:45:02.308Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52932026-07-02T17:45:02.312Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 INFO ok!
52942026-07-02T17:45:02.312Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 INFO STEP 62 (ensure_file) COMPLETE
52952026-07-02T17:45:02.312Z[ recovery-image] Jul 02 17:45:01.544 INFO O| Jul 02 17:45:01.544 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52962026-07-02T17:45:02.316Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52972026-07-02T17:45:02.316Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52982026-07-02T17:45:02.320Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52992026-07-02T17:45:02.320Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53002026-07-02T17:45:02.320Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO ok!
53012026-07-02T17:45:02.320Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO STEP 63 (ensure_file) COMPLETE
53022026-07-02T17:45:02.320Z[ recovery-image] Jul 02 17:45:01.552 INFO O| Jul 02 17:45:01.552 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53032026-07-02T17:45:02.325Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53042026-07-02T17:45:02.325Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53052026-07-02T17:45:02.329Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53062026-07-02T17:45:02.329Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53072026-07-02T17:45:02.329Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO ok!
53082026-07-02T17:45:02.329Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO STEP 64 (ensure_file) COMPLETE
53092026-07-02T17:45:02.329Z[ recovery-image] Jul 02 17:45:01.560 INFO O| Jul 02 17:45:01.560 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53102026-07-02T17:45:02.333Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53112026-07-02T17:45:02.333Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53122026-07-02T17:45:02.333Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53132026-07-02T17:45:02.333Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO ok!
53142026-07-02T17:45:02.333Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO STEP 65 (assemble_files) COMPLETE
53152026-07-02T17:45:02.337Z[ recovery-image] Jul 02 17:45:01.568 INFO O| Jul 02 17:45:01.568 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53162026-07-02T17:45:02.341Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53172026-07-02T17:45:02.341Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53182026-07-02T17:45:02.341Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53192026-07-02T17:45:02.341Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53202026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO ok!
53212026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO STEP 66 (ensure_file) COMPLETE
53222026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53232026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO skip step because feature "omicron1" is not enabled
53242026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53252026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO skip step because feature "omicron1" is not enabled
53262026-07-02T17:45:02.343Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53272026-07-02T17:45:02.347Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO skip step because feature "omicron1" is not enabled
53282026-07-02T17:45:02.347Z[ recovery-image] Jul 02 17:45:01.576 INFO O| Jul 02 17:45:01.576 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53292026-07-02T17:45:02.354Z[ recovery-image] Jul 02 17:45:01.590 INFO O| Jul 02 17:45:01.590 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53302026-07-02T17:45:02.355Z[ recovery-image] Jul 02 17:45:01.590 INFO O| Jul 02 17:45:01.590 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53312026-07-02T17:45:03.468Z[ recovery-image] Jul 02 17:45:02.702 INFO O| Jul 02 17:45:02.702 INFO STEP 70 (pack_tar) COMPLETE
53322026-07-02T17:45:03.468Z[ recovery-image] Jul 02 17:45:02.702 INFO O| Jul 02 17:45:02.702 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53332026-07-02T17:45:03.468Z[ recovery-image] Jul 02 17:45:02.702 INFO O| Jul 02 17:45:02.702 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53342026-07-02T17:45:03.976Z[ recovery-image] Jul 02 17:45:03.211 INFO O| Jul 02 17:45:03.211 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53352026-07-02T17:45:04.310Z[ recovery-image] Jul 02 17:45:03.546 INFO O| Jul 02 17:45:03.546 INFO completed processing sled/ramdisk-02-trim
53362026-07-02T17:45:04.314Z[ recovery-image] Jul 02 17:45:03.548 INFO image builder template: ramdisk-03-recovery-trim...
53372026-07-02T17:45:04.314Z[ recovery-image] Jul 02 17:45:03.548 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/.tmpyhreHx/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53382026-07-02T17:45:04.318Z[ recovery-image] Jul 02 17:45:03.553 INFO O| Jul 02 17:45:03.553 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53392026-07-02T17:45:04.391Z[ recovery-image] Jul 02 17:45:03.627 INFO O| Jul 02 17:45:03.627 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53402026-07-02T17:45:04.396Z[ recovery-image] Jul 02 17:45:03.631 INFO O| Jul 02 17:45:03.631 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53412026-07-02T17:45:04.639Z[ recovery-image] Jul 02 17:45:03.874 INFO O| Jul 02 17:45:03.874 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53422026-07-02T17:45:04.718Z[ recovery-image] Jul 02 17:45:03.953 INFO O| Jul 02 17:45:03.953 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53432026-07-02T17:45:04.719Z[ recovery-image] Jul 02 17:45:03.953 INFO O| Jul 02 17:45:03.953 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53442026-07-02T17:45:04.724Z[ recovery-image] Jul 02 17:45:03.959 INFO O| Jul 02 17:45:03.959 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53452026-07-02T17:45:04.728Z[ recovery-image] Jul 02 17:45:03.963 INFO O| Jul 02 17:45:03.963 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53462026-07-02T17:45:04.733Z[ recovery-image] Jul 02 17:45:03.967 INFO O| Jul 02 17:45:03.967 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53472026-07-02T17:45:05.148Z[ recovery-image] Jul 02 17:45:04.384 INFO O| Jul 02 17:45:04.384 INFO rolled back to input snapshot; work may begin
53482026-07-02T17:45:05.149Z[ recovery-image] Jul 02 17:45:04.384 INFO O| Jul 02 17:45:04.384 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53492026-07-02T17:45:05.153Z[ recovery-image] Jul 02 17:45:04.389 INFO O| Jul 02 17:45:04.389 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-02T17:45:05.163Z[ recovery-image] Jul 02 17:45:04.397 INFO O| Jul 02 17:45:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53512026-07-02T17:45:05.167Z[ recovery-image] Jul 02 17:45:04.399 INFO O| Jul 02 17:45:04.399 INFO STEP 0 (remove_files) COMPLETE
53522026-07-02T17:45:05.168Z[ recovery-image] Jul 02 17:45:04.399 INFO O| Jul 02 17:45:04.399 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-07-02T17:45:05.171Z[ recovery-image] Jul 02 17:45:04.407 INFO O| Jul 02 17:45:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53542026-07-02T17:45:05.171Z[ recovery-image] Jul 02 17:45:04.407 INFO O| Jul 02 17:45:04.407 INFO STEP 1 (remove_files) COMPLETE
53552026-07-02T17:45:05.171Z[ recovery-image] Jul 02 17:45:04.407 INFO O| Jul 02 17:45:04.407 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-07-02T17:45:05.179Z[ recovery-image] Jul 02 17:45:04.415 INFO O| Jul 02 17:45:04.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53572026-07-02T17:45:05.183Z[ recovery-image] Jul 02 17:45:04.417 INFO O| Jul 02 17:45:04.417 INFO STEP 2 (remove_files) COMPLETE
53582026-07-02T17:45:05.183Z[ recovery-image] Jul 02 17:45:04.417 INFO O| Jul 02 17:45:04.417 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-02T17:45:05.189Z[ recovery-image] Jul 02 17:45:04.425 INFO O| Jul 02 17:45:04.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53602026-07-02T17:45:05.236Z[ recovery-image] Jul 02 17:45:04.471 INFO O| Jul 02 17:45:04.471 INFO STEP 3 (remove_files) COMPLETE
53612026-07-02T17:45:05.236Z[ recovery-image] Jul 02 17:45:04.472 INFO O| Jul 02 17:45:04.471 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-02T17:45:05.245Z[ recovery-image] Jul 02 17:45:04.481 INFO O| Jul 02 17:45:04.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53632026-07-02T17:45:05.250Z[ recovery-image] Jul 02 17:45:04.485 INFO O| Jul 02 17:45:04.485 INFO STEP 4 (remove_files) COMPLETE
53642026-07-02T17:45:05.250Z[ recovery-image] Jul 02 17:45:04.485 INFO O| Jul 02 17:45:04.485 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-02T17:45:05.258Z[ recovery-image] Jul 02 17:45:04.494 INFO O| Jul 02 17:45:04.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53662026-07-02T17:45:05.293Z[ recovery-image] Jul 02 17:45:04.528 INFO O| Jul 02 17:45:04.528 INFO STEP 5 (remove_files) COMPLETE
53672026-07-02T17:45:05.293Z[ recovery-image] Jul 02 17:45:04.528 INFO O| Jul 02 17:45:04.528 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-02T17:45:05.301Z[ recovery-image] Jul 02 17:45:04.537 INFO O| Jul 02 17:45:04.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53692026-07-02T17:45:05.312Z[ recovery-image] Jul 02 17:45:04.548 INFO O| Jul 02 17:45:04.548 INFO STEP 6 (remove_files) COMPLETE
53702026-07-02T17:45:05.312Z[ recovery-image] Jul 02 17:45:04.548 INFO O| Jul 02 17:45:04.548 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-07-02T17:45:05.320Z[ recovery-image] Jul 02 17:45:04.556 INFO O| Jul 02 17:45:04.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53722026-07-02T17:45:05.324Z[ recovery-image] Jul 02 17:45:04.558 INFO O| Jul 02 17:45:04.557 INFO STEP 7 (remove_files) COMPLETE
53732026-07-02T17:45:05.324Z[ recovery-image] Jul 02 17:45:04.558 INFO O| Jul 02 17:45:04.558 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-02T17:45:05.328Z[ recovery-image] Jul 02 17:45:04.564 INFO O| Jul 02 17:45:04.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53752026-07-02T17:45:05.332Z[ recovery-image] Jul 02 17:45:04.566 INFO O| Jul 02 17:45:04.566 INFO STEP 8 (remove_files) COMPLETE
53762026-07-02T17:45:05.333Z[ recovery-image] Jul 02 17:45:04.566 INFO O| Jul 02 17:45:04.566 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-02T17:45:05.337Z[ recovery-image] Jul 02 17:45:04.573 INFO O| Jul 02 17:45:04.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53782026-07-02T17:45:05.341Z[ recovery-image] Jul 02 17:45:04.577 INFO O| Jul 02 17:45:04.577 INFO STEP 9 (remove_files) COMPLETE
53792026-07-02T17:45:05.345Z[ recovery-image] Jul 02 17:45:04.577 INFO O| Jul 02 17:45:04.577 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-02T17:45:05.351Z[ recovery-image] Jul 02 17:45:04.586 INFO O| Jul 02 17:45:04.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53812026-07-02T17:45:05.351Z[ recovery-image] Jul 02 17:45:04.586 INFO O| Jul 02 17:45:04.586 INFO STEP 10 (remove_files) COMPLETE
53822026-07-02T17:45:05.354Z[ recovery-image] Jul 02 17:45:04.586 INFO O| Jul 02 17:45:04.586 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-02T17:45:05.357Z[ recovery-image] Jul 02 17:45:04.593 INFO O| Jul 02 17:45:04.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53842026-07-02T17:45:05.361Z[ recovery-image] Jul 02 17:45:04.595 INFO O| Jul 02 17:45:04.595 INFO STEP 11 (remove_files) COMPLETE
53852026-07-02T17:45:05.361Z[ recovery-image] Jul 02 17:45:04.595 INFO O| Jul 02 17:45:04.595 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-02T17:45:05.365Z[ recovery-image] Jul 02 17:45:04.601 INFO O| Jul 02 17:45:04.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53872026-07-02T17:45:05.411Z[ recovery-image] Jul 02 17:45:04.647 INFO O| Jul 02 17:45:04.647 INFO STEP 12 (remove_files) COMPLETE
53882026-07-02T17:45:05.412Z[ recovery-image] Jul 02 17:45:04.647 INFO O| Jul 02 17:45:04.647 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-02T17:45:05.423Z[ recovery-image] Jul 02 17:45:04.656 INFO O| Jul 02 17:45:04.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53902026-07-02T17:45:05.426Z[ recovery-image] Jul 02 17:45:04.659 INFO O| Jul 02 17:45:04.659 INFO STEP 13 (remove_files) COMPLETE
53912026-07-02T17:45:05.426Z[ recovery-image] Jul 02 17:45:04.659 INFO O| Jul 02 17:45:04.659 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-02T17:45:05.431Z[ recovery-image] Jul 02 17:45:04.667 INFO O| Jul 02 17:45:04.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53932026-07-02T17:45:05.435Z[ recovery-image] Jul 02 17:45:04.669 INFO O| Jul 02 17:45:04.668 INFO STEP 14 (remove_files) COMPLETE
53942026-07-02T17:45:05.435Z[ recovery-image] Jul 02 17:45:04.669 INFO O| Jul 02 17:45:04.669 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-02T17:45:05.441Z[ recovery-image] Jul 02 17:45:04.675 INFO O| Jul 02 17:45:04.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53962026-07-02T17:45:05.445Z[ recovery-image] Jul 02 17:45:04.677 INFO O| Jul 02 17:45:04.676 INFO STEP 15 (remove_files) COMPLETE
53972026-07-02T17:45:05.445Z[ recovery-image] Jul 02 17:45:04.677 INFO O| Jul 02 17:45:04.676 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-02T17:45:05.449Z[ recovery-image] Jul 02 17:45:04.684 INFO O| Jul 02 17:45:04.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53992026-07-02T17:45:05.449Z[ recovery-image] Jul 02 17:45:04.684 INFO O| Jul 02 17:45:04.684 INFO STEP 16 (remove_files) COMPLETE
54002026-07-02T17:45:05.449Z[ recovery-image] Jul 02 17:45:04.684 INFO O| Jul 02 17:45:04.684 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-02T17:45:05.455Z[ recovery-image] Jul 02 17:45:04.691 INFO O| Jul 02 17:45:04.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54022026-07-02T17:45:05.462Z[ recovery-image] Jul 02 17:45:04.698 INFO O| Jul 02 17:45:04.698 INFO STEP 17 (remove_files) COMPLETE
54032026-07-02T17:45:05.462Z[ recovery-image] Jul 02 17:45:04.698 INFO O| Jul 02 17:45:04.698 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-02T17:45:05.472Z[ recovery-image] Jul 02 17:45:04.708 INFO O| Jul 02 17:45:04.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54052026-07-02T17:45:05.477Z[ recovery-image] Jul 02 17:45:04.708 INFO O| Jul 02 17:45:04.708 INFO STEP 18 (remove_files) COMPLETE
54062026-07-02T17:45:05.477Z[ recovery-image] Jul 02 17:45:04.708 INFO O| Jul 02 17:45:04.708 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-02T17:45:05.480Z[ recovery-image] Jul 02 17:45:04.715 INFO O| Jul 02 17:45:04.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54082026-07-02T17:45:05.481Z[ recovery-image] Jul 02 17:45:04.716 INFO O| Jul 02 17:45:04.716 INFO STEP 19 (remove_files) COMPLETE
54092026-07-02T17:45:05.481Z[ recovery-image] Jul 02 17:45:04.716 INFO O| Jul 02 17:45:04.716 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-02T17:45:05.489Z[ recovery-image] Jul 02 17:45:04.725 INFO O| Jul 02 17:45:04.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54112026-07-02T17:45:05.525Z[ recovery-image] Jul 02 17:45:04.760 INFO O| Jul 02 17:45:04.760 INFO STEP 20 (remove_files) COMPLETE
54122026-07-02T17:45:05.525Z[ recovery-image] Jul 02 17:45:04.760 INFO O| Jul 02 17:45:04.760 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-02T17:45:05.597Z[ recovery-image] Jul 02 17:45:04.769 INFO O| Jul 02 17:45:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54142026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.771 INFO O| Jul 02 17:45:04.771 INFO STEP 21 (remove_files) COMPLETE
54152026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.771 INFO O| Jul 02 17:45:04.771 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.779 INFO O| Jul 02 17:45:04.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54172026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.779 INFO O| Jul 02 17:45:04.779 INFO STEP 22 (remove_files) COMPLETE
54182026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.779 INFO O| Jul 02 17:45:04.779 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-02T17:45:05.604Z[ recovery-image] Jul 02 17:45:04.787 INFO O| Jul 02 17:45:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54202026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.788 INFO O| Jul 02 17:45:04.788 INFO STEP 23 (remove_files) COMPLETE
54212026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.788 INFO O| Jul 02 17:45:04.788 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.796 INFO O| Jul 02 17:45:04.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54232026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.797 INFO O| Jul 02 17:45:04.797 INFO STEP 24 (remove_files) COMPLETE
54242026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.797 INFO O| Jul 02 17:45:04.797 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.806 INFO O| Jul 02 17:45:04.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54262026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.806 INFO O| Jul 02 17:45:04.806 INFO STEP 25 (remove_files) COMPLETE
54272026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.806 INFO O| Jul 02 17:45:04.806 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.815 INFO O| Jul 02 17:45:04.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54292026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.816 INFO O| Jul 02 17:45:04.816 INFO STEP 26 (remove_files) COMPLETE
54302026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.816 INFO O| Jul 02 17:45:04.816 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.824 INFO O| Jul 02 17:45:04.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54322026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.824 INFO O| Jul 02 17:45:04.824 INFO STEP 27 (remove_files) COMPLETE
54332026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.824 INFO O| Jul 02 17:45:04.824 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-02T17:45:05.605Z[ recovery-image] Jul 02 17:45:04.833 INFO O| Jul 02 17:45:04.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54352026-07-02T17:45:05.606Z[ recovery-image] Jul 02 17:45:04.833 INFO O| Jul 02 17:45:04.833 INFO STEP 28 (remove_files) COMPLETE
54362026-07-02T17:45:05.606Z[ recovery-image] Jul 02 17:45:04.833 INFO O| Jul 02 17:45:04.833 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-02T17:45:05.610Z[ recovery-image] Jul 02 17:45:04.840 INFO O| Jul 02 17:45:04.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54382026-07-02T17:45:05.610Z[ recovery-image] Jul 02 17:45:04.840 INFO O| Jul 02 17:45:04.840 INFO STEP 29 (remove_files) COMPLETE
54392026-07-02T17:45:05.610Z[ recovery-image] Jul 02 17:45:04.840 INFO O| Jul 02 17:45:04.840 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-02T17:45:05.616Z[ recovery-image] Jul 02 17:45:04.846 INFO O| Jul 02 17:45:04.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54412026-07-02T17:45:05.616Z[ recovery-image] Jul 02 17:45:04.846 INFO O| Jul 02 17:45:04.846 INFO STEP 30 (remove_files) COMPLETE
54422026-07-02T17:45:05.616Z[ recovery-image] Jul 02 17:45:04.846 INFO O| Jul 02 17:45:04.846 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-02T17:45:05.620Z[ recovery-image] Jul 02 17:45:04.853 INFO O| Jul 02 17:45:04.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54442026-07-02T17:45:05.620Z[ recovery-image] Jul 02 17:45:04.853 INFO O| Jul 02 17:45:04.853 INFO STEP 31 (remove_files) COMPLETE
54452026-07-02T17:45:05.620Z[ recovery-image] Jul 02 17:45:04.853 INFO O| Jul 02 17:45:04.853 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-02T17:45:05.624Z[ recovery-image] Jul 02 17:45:04.859 INFO O| Jul 02 17:45:04.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54472026-07-02T17:45:05.624Z[ recovery-image] Jul 02 17:45:04.859 INFO O| Jul 02 17:45:04.859 INFO STEP 32 (remove_files) COMPLETE
54482026-07-02T17:45:05.624Z[ recovery-image] Jul 02 17:45:04.860 INFO O| Jul 02 17:45:04.859 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-02T17:45:05.632Z[ recovery-image] Jul 02 17:45:04.867 INFO O| Jul 02 17:45:04.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54502026-07-02T17:45:05.636Z[ recovery-image] Jul 02 17:45:04.868 INFO O| Jul 02 17:45:04.868 INFO STEP 33 (remove_files) COMPLETE
54512026-07-02T17:45:05.636Z[ recovery-image] Jul 02 17:45:04.868 INFO O| Jul 02 17:45:04.868 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-02T17:45:05.640Z[ recovery-image] Jul 02 17:45:04.876 INFO O| Jul 02 17:45:04.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54532026-07-02T17:45:05.643Z[ recovery-image] Jul 02 17:45:04.876 INFO O| Jul 02 17:45:04.876 INFO STEP 34 (remove_files) COMPLETE
54542026-07-02T17:45:05.644Z[ recovery-image] Jul 02 17:45:04.876 INFO O| Jul 02 17:45:04.876 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-02T17:45:05.649Z[ recovery-image] Jul 02 17:45:04.885 INFO O| Jul 02 17:45:04.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54562026-07-02T17:45:05.649Z[ recovery-image] Jul 02 17:45:04.885 INFO O| Jul 02 17:45:04.885 INFO STEP 35 (remove_files) COMPLETE
54572026-07-02T17:45:05.653Z[ recovery-image] Jul 02 17:45:04.885 INFO O| Jul 02 17:45:04.885 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-02T17:45:05.657Z[ recovery-image] Jul 02 17:45:04.893 INFO O| Jul 02 17:45:04.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54592026-07-02T17:45:05.657Z[ recovery-image] Jul 02 17:45:04.893 INFO O| Jul 02 17:45:04.893 INFO STEP 36 (remove_files) COMPLETE
54602026-07-02T17:45:05.657Z[ recovery-image] Jul 02 17:45:04.893 INFO O| Jul 02 17:45:04.893 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-02T17:45:05.666Z[ recovery-image] Jul 02 17:45:04.901 INFO O| Jul 02 17:45:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54622026-07-02T17:45:05.666Z[ recovery-image] Jul 02 17:45:04.901 INFO O| Jul 02 17:45:04.901 INFO STEP 37 (remove_files) COMPLETE
54632026-07-02T17:45:05.669Z[ recovery-image] Jul 02 17:45:04.901 INFO O| Jul 02 17:45:04.901 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-02T17:45:05.674Z[ recovery-image] Jul 02 17:45:04.910 INFO O| Jul 02 17:45:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54652026-07-02T17:45:05.674Z[ recovery-image] Jul 02 17:45:04.910 INFO O| Jul 02 17:45:04.910 INFO STEP 38 (remove_files) COMPLETE
54662026-07-02T17:45:05.677Z[ recovery-image] Jul 02 17:45:04.910 INFO O| Jul 02 17:45:04.910 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-02T17:45:05.683Z[ recovery-image] Jul 02 17:45:04.917 INFO O| Jul 02 17:45:04.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54682026-07-02T17:45:05.683Z[ recovery-image] Jul 02 17:45:04.917 INFO O| Jul 02 17:45:04.917 INFO STEP 39 (remove_files) COMPLETE
54692026-07-02T17:45:05.683Z[ recovery-image] Jul 02 17:45:04.917 INFO O| Jul 02 17:45:04.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-02T17:45:05.689Z[ recovery-image] Jul 02 17:45:04.924 INFO O| Jul 02 17:45:04.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54712026-07-02T17:45:05.689Z[ recovery-image] Jul 02 17:45:04.925 INFO O| Jul 02 17:45:04.924 INFO STEP 40 (remove_files) COMPLETE
54722026-07-02T17:45:05.692Z[ recovery-image] Jul 02 17:45:04.925 INFO O| Jul 02 17:45:04.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-02T17:45:05.698Z[ recovery-image] Jul 02 17:45:04.934 INFO O| Jul 02 17:45:04.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54742026-07-02T17:45:05.702Z[ recovery-image] Jul 02 17:45:04.934 INFO O| Jul 02 17:45:04.934 INFO STEP 41 (remove_files) COMPLETE
54752026-07-02T17:45:05.702Z[ recovery-image] Jul 02 17:45:04.934 INFO O| Jul 02 17:45:04.934 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-02T17:45:05.708Z[ recovery-image] Jul 02 17:45:04.944 INFO O| Jul 02 17:45:04.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54772026-07-02T17:45:05.711Z[ recovery-image] Jul 02 17:45:04.944 INFO O| Jul 02 17:45:04.944 INFO STEP 42 (remove_files) COMPLETE
54782026-07-02T17:45:05.711Z[ recovery-image] Jul 02 17:45:04.944 INFO O| Jul 02 17:45:04.944 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-02T17:45:05.715Z[ recovery-image] Jul 02 17:45:04.951 INFO O| Jul 02 17:45:04.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54802026-07-02T17:45:05.716Z[ recovery-image] Jul 02 17:45:04.951 INFO O| Jul 02 17:45:04.951 INFO STEP 43 (remove_files) COMPLETE
54812026-07-02T17:45:05.720Z[ recovery-image] Jul 02 17:45:04.951 INFO O| Jul 02 17:45:04.951 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-02T17:45:05.723Z[ recovery-image] Jul 02 17:45:04.959 INFO O| Jul 02 17:45:04.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54832026-07-02T17:45:05.727Z[ recovery-image] Jul 02 17:45:04.960 INFO O| Jul 02 17:45:04.960 INFO STEP 44 (remove_files) COMPLETE
54842026-07-02T17:45:05.727Z[ recovery-image] Jul 02 17:45:04.960 INFO O| Jul 02 17:45:04.960 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-02T17:45:05.732Z[ recovery-image] Jul 02 17:45:04.968 INFO O| Jul 02 17:45:04.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54862026-07-02T17:45:05.735Z[ recovery-image] Jul 02 17:45:04.968 INFO O| Jul 02 17:45:04.968 INFO STEP 45 (remove_files) COMPLETE
54872026-07-02T17:45:05.736Z[ recovery-image] Jul 02 17:45:04.968 INFO O| Jul 02 17:45:04.968 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-02T17:45:05.741Z[ recovery-image] Jul 02 17:45:04.976 INFO O| Jul 02 17:45:04.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54892026-07-02T17:45:05.745Z[ recovery-image] Jul 02 17:45:04.977 INFO O| Jul 02 17:45:04.977 INFO STEP 46 (remove_files) COMPLETE
54902026-07-02T17:45:05.745Z[ recovery-image] Jul 02 17:45:04.977 INFO O| Jul 02 17:45:04.977 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-02T17:45:05.749Z[ recovery-image] Jul 02 17:45:04.985 INFO O| Jul 02 17:45:04.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54922026-07-02T17:45:05.749Z[ recovery-image] Jul 02 17:45:04.985 INFO O| Jul 02 17:45:04.985 INFO STEP 47 (remove_files) COMPLETE
54932026-07-02T17:45:05.749Z[ recovery-image] Jul 02 17:45:04.985 INFO O| Jul 02 17:45:04.985 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-02T17:45:05.757Z[ recovery-image] Jul 02 17:45:04.993 INFO O| Jul 02 17:45:04.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54952026-07-02T17:45:05.757Z[ recovery-image] Jul 02 17:45:04.993 INFO O| Jul 02 17:45:04.993 INFO STEP 48 (remove_files) COMPLETE
54962026-07-02T17:45:05.761Z[ recovery-image] Jul 02 17:45:04.993 INFO O| Jul 02 17:45:04.993 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-02T17:45:05.765Z[ recovery-image] Jul 02 17:45:05.000 INFO O| Jul 02 17:45:05.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54982026-07-02T17:45:05.765Z[ recovery-image] Jul 02 17:45:05.000 INFO O| Jul 02 17:45:05.000 INFO STEP 49 (remove_files) COMPLETE
54992026-07-02T17:45:05.765Z[ recovery-image] Jul 02 17:45:05.000 INFO O| Jul 02 17:45:05.000 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-02T17:45:05.772Z[ recovery-image] Jul 02 17:45:05.007 INFO O| Jul 02 17:45:05.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55012026-07-02T17:45:05.775Z[ recovery-image] Jul 02 17:45:05.007 INFO O| Jul 02 17:45:05.007 INFO STEP 50 (remove_files) COMPLETE
55022026-07-02T17:45:05.775Z[ recovery-image] Jul 02 17:45:05.007 INFO O| Jul 02 17:45:05.007 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-02T17:45:05.779Z[ recovery-image] Jul 02 17:45:05.014 INFO O| Jul 02 17:45:05.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55042026-07-02T17:45:05.779Z[ recovery-image] Jul 02 17:45:05.014 INFO O| Jul 02 17:45:05.014 INFO STEP 51 (remove_files) COMPLETE
55052026-07-02T17:45:05.779Z[ recovery-image] Jul 02 17:45:05.014 INFO O| Jul 02 17:45:05.014 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-02T17:45:05.784Z[ recovery-image] Jul 02 17:45:05.020 INFO O| Jul 02 17:45:05.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55072026-07-02T17:45:05.784Z[ recovery-image] Jul 02 17:45:05.020 INFO O| Jul 02 17:45:05.020 INFO STEP 52 (remove_files) COMPLETE
55082026-07-02T17:45:05.789Z[ recovery-image] Jul 02 17:45:05.020 INFO O| Jul 02 17:45:05.020 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-02T17:45:05.793Z[ recovery-image] Jul 02 17:45:05.028 INFO O| Jul 02 17:45:05.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55102026-07-02T17:45:05.794Z[ recovery-image] Jul 02 17:45:05.029 INFO O| Jul 02 17:45:05.029 INFO STEP 53 (remove_files) COMPLETE
55112026-07-02T17:45:05.794Z[ recovery-image] Jul 02 17:45:05.029 INFO O| Jul 02 17:45:05.029 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-02T17:45:05.801Z[ recovery-image] Jul 02 17:45:05.035 INFO O| Jul 02 17:45:05.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55132026-07-02T17:45:05.805Z[ recovery-image] Jul 02 17:45:05.035 INFO O| Jul 02 17:45:05.035 INFO STEP 54 (remove_files) COMPLETE
55142026-07-02T17:45:05.805Z[ recovery-image] Jul 02 17:45:05.035 INFO O| Jul 02 17:45:05.035 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-02T17:45:05.813Z[ recovery-image] Jul 02 17:45:05.041 INFO O| Jul 02 17:45:05.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55162026-07-02T17:45:05.813Z[ recovery-image] Jul 02 17:45:05.042 INFO O| Jul 02 17:45:05.042 INFO STEP 55 (remove_files) COMPLETE
55172026-07-02T17:45:05.813Z[ recovery-image] Jul 02 17:45:05.042 INFO O| Jul 02 17:45:05.042 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-02T17:45:05.816Z[ recovery-image] Jul 02 17:45:05.049 INFO O| Jul 02 17:45:05.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55192026-07-02T17:45:05.817Z[ recovery-image] Jul 02 17:45:05.049 INFO O| Jul 02 17:45:05.049 INFO STEP 56 (remove_files) COMPLETE
55202026-07-02T17:45:05.817Z[ recovery-image] Jul 02 17:45:05.049 INFO O| Jul 02 17:45:05.049 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-02T17:45:05.822Z[ recovery-image] Jul 02 17:45:05.055 INFO O| Jul 02 17:45:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55222026-07-02T17:45:05.822Z[ recovery-image] Jul 02 17:45:05.055 INFO O| Jul 02 17:45:05.055 INFO STEP 57 (remove_files) COMPLETE
55232026-07-02T17:45:05.822Z[ recovery-image] Jul 02 17:45:05.055 INFO O| Jul 02 17:45:05.055 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-02T17:45:05.826Z[ recovery-image] Jul 02 17:45:05.061 INFO O| Jul 02 17:45:05.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55252026-07-02T17:45:05.830Z[ recovery-image] Jul 02 17:45:05.062 INFO O| Jul 02 17:45:05.062 INFO STEP 58 (remove_files) COMPLETE
55262026-07-02T17:45:05.830Z[ recovery-image] Jul 02 17:45:05.062 INFO O| Jul 02 17:45:05.062 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-02T17:45:05.834Z[ recovery-image] Jul 02 17:45:05.069 INFO O| Jul 02 17:45:05.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55282026-07-02T17:45:05.834Z[ recovery-image] Jul 02 17:45:05.069 INFO O| Jul 02 17:45:05.069 INFO STEP 59 (remove_files) COMPLETE
55292026-07-02T17:45:05.834Z[ recovery-image] Jul 02 17:45:05.069 INFO O| Jul 02 17:45:05.069 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-02T17:45:05.842Z[ recovery-image] Jul 02 17:45:05.078 INFO O| Jul 02 17:45:05.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55312026-07-02T17:45:05.842Z[ recovery-image] Jul 02 17:45:05.078 INFO O| Jul 02 17:45:05.078 INFO STEP 60 (remove_files) COMPLETE
55322026-07-02T17:45:05.846Z[ recovery-image] Jul 02 17:45:05.078 INFO O| Jul 02 17:45:05.078 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-02T17:45:05.854Z[ recovery-image] Jul 02 17:45:05.085 INFO O| Jul 02 17:45:05.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55342026-07-02T17:45:05.854Z[ recovery-image] Jul 02 17:45:05.085 INFO O| Jul 02 17:45:05.085 INFO STEP 61 (remove_files) COMPLETE
55352026-07-02T17:45:05.855Z[ recovery-image] Jul 02 17:45:05.085 INFO O| Jul 02 17:45:05.085 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-02T17:45:05.859Z[ recovery-image] Jul 02 17:45:05.094 INFO O| Jul 02 17:45:05.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55372026-07-02T17:45:05.859Z[ recovery-image] Jul 02 17:45:05.094 INFO O| Jul 02 17:45:05.094 INFO STEP 62 (remove_files) COMPLETE
55382026-07-02T17:45:05.859Z[ recovery-image] Jul 02 17:45:05.094 INFO O| Jul 02 17:45:05.094 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-02T17:45:05.867Z[ recovery-image] Jul 02 17:45:05.102 INFO O| Jul 02 17:45:05.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55402026-07-02T17:45:05.867Z[ recovery-image] Jul 02 17:45:05.102 INFO O| Jul 02 17:45:05.102 INFO STEP 63 (remove_files) COMPLETE
55412026-07-02T17:45:05.870Z[ recovery-image] Jul 02 17:45:05.102 INFO O| Jul 02 17:45:05.102 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-02T17:45:05.874Z[ recovery-image] Jul 02 17:45:05.109 INFO O| Jul 02 17:45:05.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55432026-07-02T17:45:05.874Z[ recovery-image] Jul 02 17:45:05.109 INFO O| Jul 02 17:45:05.109 INFO STEP 64 (remove_files) COMPLETE
55442026-07-02T17:45:05.874Z[ recovery-image] Jul 02 17:45:05.109 INFO O| Jul 02 17:45:05.109 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-02T17:45:05.882Z[ recovery-image] Jul 02 17:45:05.118 INFO O| Jul 02 17:45:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55462026-07-02T17:45:05.882Z[ recovery-image] Jul 02 17:45:05.118 INFO O| Jul 02 17:45:05.118 INFO STEP 65 (remove_files) COMPLETE
55472026-07-02T17:45:05.882Z[ recovery-image] Jul 02 17:45:05.118 INFO O| Jul 02 17:45:05.118 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-02T17:45:05.889Z[ recovery-image] Jul 02 17:45:05.125 INFO O| Jul 02 17:45:05.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55492026-07-02T17:45:05.889Z[ recovery-image] Jul 02 17:45:05.125 INFO O| Jul 02 17:45:05.125 INFO STEP 66 (remove_files) COMPLETE
55502026-07-02T17:45:05.890Z[ recovery-image] Jul 02 17:45:05.125 INFO O| Jul 02 17:45:05.125 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-02T17:45:05.896Z[ recovery-image] Jul 02 17:45:05.131 INFO O| Jul 02 17:45:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55522026-07-02T17:45:05.896Z[ recovery-image] Jul 02 17:45:05.131 INFO O| Jul 02 17:45:05.131 INFO STEP 67 (remove_files) COMPLETE
55532026-07-02T17:45:05.899Z[ recovery-image] Jul 02 17:45:05.131 INFO O| Jul 02 17:45:05.131 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-02T17:45:05.903Z[ recovery-image] Jul 02 17:45:05.137 INFO O| Jul 02 17:45:05.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55552026-07-02T17:45:05.903Z[ recovery-image] Jul 02 17:45:05.137 INFO O| Jul 02 17:45:05.137 INFO STEP 68 (remove_files) COMPLETE
55562026-07-02T17:45:05.903Z[ recovery-image] Jul 02 17:45:05.137 INFO O| Jul 02 17:45:05.137 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-02T17:45:05.910Z[ recovery-image] Jul 02 17:45:05.144 INFO O| Jul 02 17:45:05.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55582026-07-02T17:45:05.910Z[ recovery-image] Jul 02 17:45:05.144 INFO O| Jul 02 17:45:05.144 INFO STEP 69 (remove_files) COMPLETE
55592026-07-02T17:45:05.910Z[ recovery-image] Jul 02 17:45:05.144 INFO O| Jul 02 17:45:05.144 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-02T17:45:05.914Z[ recovery-image] Jul 02 17:45:05.150 INFO O| Jul 02 17:45:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55612026-07-02T17:45:05.914Z[ recovery-image] Jul 02 17:45:05.150 INFO O| Jul 02 17:45:05.150 INFO STEP 70 (remove_files) COMPLETE
55622026-07-02T17:45:05.917Z[ recovery-image] Jul 02 17:45:05.150 INFO O| Jul 02 17:45:05.150 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-02T17:45:05.921Z[ recovery-image] Jul 02 17:45:05.156 INFO O| Jul 02 17:45:05.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55642026-07-02T17:45:05.921Z[ recovery-image] Jul 02 17:45:05.156 INFO O| Jul 02 17:45:05.156 INFO STEP 71 (remove_files) COMPLETE
55652026-07-02T17:45:05.921Z[ recovery-image] Jul 02 17:45:05.156 INFO O| Jul 02 17:45:05.156 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-02T17:45:05.927Z[ recovery-image] Jul 02 17:45:05.162 INFO O| Jul 02 17:45:05.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55672026-07-02T17:45:05.927Z[ recovery-image] Jul 02 17:45:05.162 INFO O| Jul 02 17:45:05.162 INFO STEP 72 (remove_files) COMPLETE
55682026-07-02T17:45:05.927Z[ recovery-image] Jul 02 17:45:05.162 INFO O| Jul 02 17:45:05.162 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-02T17:45:05.933Z[ recovery-image] Jul 02 17:45:05.169 INFO O| Jul 02 17:45:05.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55702026-07-02T17:45:05.933Z[ recovery-image] Jul 02 17:45:05.169 INFO O| Jul 02 17:45:05.169 INFO STEP 73 (remove_files) COMPLETE
55712026-07-02T17:45:05.936Z[ recovery-image] Jul 02 17:45:05.169 INFO O| Jul 02 17:45:05.169 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-02T17:45:05.940Z[ recovery-image] Jul 02 17:45:05.175 INFO O| Jul 02 17:45:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55732026-07-02T17:45:05.940Z[ recovery-image] Jul 02 17:45:05.175 INFO O| Jul 02 17:45:05.175 INFO STEP 74 (remove_files) COMPLETE
55742026-07-02T17:45:05.940Z[ recovery-image] Jul 02 17:45:05.175 INFO O| Jul 02 17:45:05.175 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-02T17:45:05.945Z[ recovery-image] Jul 02 17:45:05.181 INFO O| Jul 02 17:45:05.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55762026-07-02T17:45:05.945Z[ recovery-image] Jul 02 17:45:05.181 INFO O| Jul 02 17:45:05.181 INFO STEP 75 (remove_files) COMPLETE
55772026-07-02T17:45:05.949Z[ recovery-image] Jul 02 17:45:05.181 INFO O| Jul 02 17:45:05.181 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-02T17:45:05.953Z[ recovery-image] Jul 02 17:45:05.187 INFO O| Jul 02 17:45:05.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55792026-07-02T17:45:05.953Z[ recovery-image] Jul 02 17:45:05.187 INFO O| Jul 02 17:45:05.187 INFO STEP 76 (remove_files) COMPLETE
55802026-07-02T17:45:05.953Z[ recovery-image] Jul 02 17:45:05.187 INFO O| Jul 02 17:45:05.187 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-02T17:45:05.957Z[ recovery-image] Jul 02 17:45:05.193 INFO O| Jul 02 17:45:05.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55822026-07-02T17:45:05.957Z[ recovery-image] Jul 02 17:45:05.193 INFO O| Jul 02 17:45:05.193 INFO STEP 77 (remove_files) COMPLETE
55832026-07-02T17:45:05.963Z[ recovery-image] Jul 02 17:45:05.193 INFO O| Jul 02 17:45:05.193 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-02T17:45:05.968Z[ recovery-image] Jul 02 17:45:05.199 INFO O| Jul 02 17:45:05.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55852026-07-02T17:45:05.968Z[ recovery-image] Jul 02 17:45:05.199 INFO O| Jul 02 17:45:05.199 INFO STEP 78 (remove_files) COMPLETE
55862026-07-02T17:45:05.968Z[ recovery-image] Jul 02 17:45:05.199 INFO O| Jul 02 17:45:05.199 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-02T17:45:05.973Z[ recovery-image] Jul 02 17:45:05.205 INFO O| Jul 02 17:45:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55882026-07-02T17:45:05.973Z[ recovery-image] Jul 02 17:45:05.205 INFO O| Jul 02 17:45:05.205 INFO STEP 79 (remove_files) COMPLETE
55892026-07-02T17:45:05.973Z[ recovery-image] Jul 02 17:45:05.205 INFO O| Jul 02 17:45:05.205 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-02T17:45:05.978Z[ recovery-image] Jul 02 17:45:05.213 INFO O| Jul 02 17:45:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55912026-07-02T17:45:05.978Z[ recovery-image] Jul 02 17:45:05.213 INFO O| Jul 02 17:45:05.213 INFO STEP 80 (remove_files) COMPLETE
55922026-07-02T17:45:05.978Z[ recovery-image] Jul 02 17:45:05.213 INFO O| Jul 02 17:45:05.213 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-02T17:45:05.984Z[ recovery-image] Jul 02 17:45:05.219 INFO O| Jul 02 17:45:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55942026-07-02T17:45:05.986Z[ recovery-image] Jul 02 17:45:05.219 INFO O| Jul 02 17:45:05.219 INFO STEP 81 (remove_files) COMPLETE
55952026-07-02T17:45:05.990Z[ recovery-image] Jul 02 17:45:05.219 INFO O| Jul 02 17:45:05.219 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-02T17:45:05.993Z[ recovery-image] Jul 02 17:45:05.225 INFO O| Jul 02 17:45:05.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55972026-07-02T17:45:05.994Z[ recovery-image] Jul 02 17:45:05.226 INFO O| Jul 02 17:45:05.226 INFO STEP 82 (remove_files) COMPLETE
55982026-07-02T17:45:05.994Z[ recovery-image] Jul 02 17:45:05.226 INFO O| Jul 02 17:45:05.226 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-02T17:45:05.997Z[ recovery-image] Jul 02 17:45:05.232 INFO O| Jul 02 17:45:05.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56002026-07-02T17:45:05.997Z[ recovery-image] Jul 02 17:45:05.232 INFO O| Jul 02 17:45:05.232 INFO STEP 83 (remove_files) COMPLETE
56012026-07-02T17:45:05.997Z[ recovery-image] Jul 02 17:45:05.232 INFO O| Jul 02 17:45:05.232 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-02T17:45:06.002Z[ recovery-image] Jul 02 17:45:05.238 INFO O| Jul 02 17:45:05.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56032026-07-02T17:45:06.002Z[ recovery-image] Jul 02 17:45:05.238 INFO O| Jul 02 17:45:05.238 INFO STEP 84 (remove_files) COMPLETE
56042026-07-02T17:45:06.002Z[ recovery-image] Jul 02 17:45:05.238 INFO O| Jul 02 17:45:05.238 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-02T17:45:06.008Z[ recovery-image] Jul 02 17:45:05.244 INFO O| Jul 02 17:45:05.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56062026-07-02T17:45:06.012Z[ recovery-image] Jul 02 17:45:05.244 INFO O| Jul 02 17:45:05.244 INFO STEP 85 (remove_files) COMPLETE
56072026-07-02T17:45:06.012Z[ recovery-image] Jul 02 17:45:05.244 INFO O| Jul 02 17:45:05.244 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-02T17:45:06.017Z[ recovery-image] Jul 02 17:45:05.253 INFO O| Jul 02 17:45:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56092026-07-02T17:45:06.017Z[ recovery-image] Jul 02 17:45:05.253 INFO O| Jul 02 17:45:05.253 INFO STEP 86 (remove_files) COMPLETE
56102026-07-02T17:45:06.021Z[ recovery-image] Jul 02 17:45:05.253 INFO O| Jul 02 17:45:05.253 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-02T17:45:06.024Z[ recovery-image] Jul 02 17:45:05.259 INFO O| Jul 02 17:45:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56122026-07-02T17:45:06.024Z[ recovery-image] Jul 02 17:45:05.259 INFO O| Jul 02 17:45:05.259 INFO STEP 87 (remove_files) COMPLETE
56132026-07-02T17:45:06.024Z[ recovery-image] Jul 02 17:45:05.259 INFO O| Jul 02 17:45:05.259 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-02T17:45:06.029Z[ recovery-image] Jul 02 17:45:05.265 INFO O| Jul 02 17:45:05.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56152026-07-02T17:45:06.029Z[ recovery-image] Jul 02 17:45:05.265 INFO O| Jul 02 17:45:05.265 INFO STEP 88 (remove_files) COMPLETE
56162026-07-02T17:45:06.029Z[ recovery-image] Jul 02 17:45:05.265 INFO O| Jul 02 17:45:05.265 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-02T17:45:06.036Z[ recovery-image] Jul 02 17:45:05.272 INFO O| Jul 02 17:45:05.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56182026-07-02T17:45:06.039Z[ recovery-image] Jul 02 17:45:05.272 INFO O| Jul 02 17:45:05.272 INFO STEP 89 (remove_files) COMPLETE
56192026-07-02T17:45:06.039Z[ recovery-image] Jul 02 17:45:05.272 INFO O| Jul 02 17:45:05.272 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-02T17:45:06.043Z[ recovery-image] Jul 02 17:45:05.279 INFO O| Jul 02 17:45:05.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56212026-07-02T17:45:06.043Z[ recovery-image] Jul 02 17:45:05.279 INFO O| Jul 02 17:45:05.279 INFO STEP 90 (remove_files) COMPLETE
56222026-07-02T17:45:06.043Z[ recovery-image] Jul 02 17:45:05.279 INFO O| Jul 02 17:45:05.279 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-02T17:45:06.056Z[ recovery-image] Jul 02 17:45:05.285 INFO O| Jul 02 17:45:05.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56242026-07-02T17:45:06.057Z[ recovery-image] Jul 02 17:45:05.285 INFO O| Jul 02 17:45:05.285 INFO STEP 91 (remove_files) COMPLETE
56252026-07-02T17:45:06.062Z[ recovery-image] Jul 02 17:45:05.285 INFO O| Jul 02 17:45:05.285 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-02T17:45:06.062Z[ recovery-image] Jul 02 17:45:05.292 INFO O| Jul 02 17:45:05.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56272026-07-02T17:45:06.063Z[ recovery-image] Jul 02 17:45:05.292 INFO O| Jul 02 17:45:05.292 INFO STEP 92 (remove_files) COMPLETE
56282026-07-02T17:45:06.063Z[ recovery-image] Jul 02 17:45:05.292 INFO O| Jul 02 17:45:05.292 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-02T17:45:06.068Z[ recovery-image] Jul 02 17:45:05.298 INFO O| Jul 02 17:45:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56302026-07-02T17:45:06.068Z[ recovery-image] Jul 02 17:45:05.298 INFO O| Jul 02 17:45:05.298 INFO STEP 93 (remove_files) COMPLETE
56312026-07-02T17:45:06.068Z[ recovery-image] Jul 02 17:45:05.298 INFO O| Jul 02 17:45:05.298 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-02T17:45:06.071Z[ recovery-image] Jul 02 17:45:05.305 INFO O| Jul 02 17:45:05.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56332026-07-02T17:45:06.072Z[ recovery-image] Jul 02 17:45:05.305 INFO O| Jul 02 17:45:05.305 INFO STEP 94 (remove_files) COMPLETE
56342026-07-02T17:45:06.072Z[ recovery-image] Jul 02 17:45:05.305 INFO O| Jul 02 17:45:05.305 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-02T17:45:06.075Z[ recovery-image] Jul 02 17:45:05.311 INFO O| Jul 02 17:45:05.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56362026-07-02T17:45:06.076Z[ recovery-image] Jul 02 17:45:05.311 INFO O| Jul 02 17:45:05.311 INFO STEP 95 (remove_files) COMPLETE
56372026-07-02T17:45:06.076Z[ recovery-image] Jul 02 17:45:05.311 INFO O| Jul 02 17:45:05.311 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-02T17:45:06.081Z[ recovery-image] Jul 02 17:45:05.317 INFO O| Jul 02 17:45:05.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56392026-07-02T17:45:06.081Z[ recovery-image] Jul 02 17:45:05.317 INFO O| Jul 02 17:45:05.317 INFO STEP 96 (remove_files) COMPLETE
56402026-07-02T17:45:06.085Z[ recovery-image] Jul 02 17:45:05.317 INFO O| Jul 02 17:45:05.317 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-02T17:45:06.090Z[ recovery-image] Jul 02 17:45:05.326 INFO O| Jul 02 17:45:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56422026-07-02T17:45:06.090Z[ recovery-image] Jul 02 17:45:05.326 INFO O| Jul 02 17:45:05.326 INFO STEP 97 (remove_files) COMPLETE
56432026-07-02T17:45:06.090Z[ recovery-image] Jul 02 17:45:05.326 INFO O| Jul 02 17:45:05.326 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-02T17:45:06.100Z[ recovery-image] Jul 02 17:45:05.335 INFO O| Jul 02 17:45:05.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56452026-07-02T17:45:06.100Z[ recovery-image] Jul 02 17:45:05.336 INFO O| Jul 02 17:45:05.336 INFO STEP 98 (remove_files) COMPLETE
56462026-07-02T17:45:06.103Z[ recovery-image] Jul 02 17:45:05.336 INFO O| Jul 02 17:45:05.336 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-02T17:45:06.107Z[ recovery-image] Jul 02 17:45:05.343 INFO O| Jul 02 17:45:05.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56482026-07-02T17:45:06.107Z[ recovery-image] Jul 02 17:45:05.343 INFO O| Jul 02 17:45:05.343 INFO STEP 99 (remove_files) COMPLETE
56492026-07-02T17:45:06.107Z[ recovery-image] Jul 02 17:45:05.343 INFO O| Jul 02 17:45:05.343 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-02T17:45:06.115Z[ recovery-image] Jul 02 17:45:05.350 INFO O| Jul 02 17:45:05.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56512026-07-02T17:45:06.115Z[ recovery-image] Jul 02 17:45:05.350 INFO O| Jul 02 17:45:05.350 INFO STEP 100 (remove_files) COMPLETE
56522026-07-02T17:45:06.119Z[ recovery-image] Jul 02 17:45:05.350 INFO O| Jul 02 17:45:05.350 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-02T17:45:06.122Z[ recovery-image] Jul 02 17:45:05.358 INFO O| Jul 02 17:45:05.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56542026-07-02T17:45:06.123Z[ recovery-image] Jul 02 17:45:05.358 INFO O| Jul 02 17:45:05.358 INFO STEP 101 (remove_files) COMPLETE
56552026-07-02T17:45:06.123Z[ recovery-image] Jul 02 17:45:05.358 INFO O| Jul 02 17:45:05.358 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-02T17:45:06.129Z[ recovery-image] Jul 02 17:45:05.365 INFO O| Jul 02 17:45:05.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56572026-07-02T17:45:06.129Z[ recovery-image] Jul 02 17:45:05.365 INFO O| Jul 02 17:45:05.365 INFO STEP 102 (remove_files) COMPLETE
56582026-07-02T17:45:06.133Z[ recovery-image] Jul 02 17:45:05.366 INFO O| Jul 02 17:45:05.365 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-02T17:45:06.139Z[ recovery-image] Jul 02 17:45:05.374 INFO O| Jul 02 17:45:05.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56602026-07-02T17:45:06.139Z[ recovery-image] Jul 02 17:45:05.374 INFO O| Jul 02 17:45:05.374 INFO STEP 103 (remove_files) COMPLETE
56612026-07-02T17:45:06.142Z[ recovery-image] Jul 02 17:45:05.374 INFO O| Jul 02 17:45:05.374 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-02T17:45:06.146Z[ recovery-image] Jul 02 17:45:05.381 INFO O| Jul 02 17:45:05.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56632026-07-02T17:45:06.148Z[ recovery-image] Jul 02 17:45:05.381 INFO O| Jul 02 17:45:05.381 INFO STEP 104 (remove_files) COMPLETE
56642026-07-02T17:45:06.149Z[ recovery-image] Jul 02 17:45:05.381 INFO O| Jul 02 17:45:05.381 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-02T17:45:06.156Z[ recovery-image] Jul 02 17:45:05.390 INFO O| Jul 02 17:45:05.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56662026-07-02T17:45:06.157Z[ recovery-image] Jul 02 17:45:05.390 INFO O| Jul 02 17:45:05.390 INFO STEP 105 (remove_files) COMPLETE
56672026-07-02T17:45:06.157Z[ recovery-image] Jul 02 17:45:05.390 INFO O| Jul 02 17:45:05.390 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-02T17:45:06.164Z[ recovery-image] Jul 02 17:45:05.399 INFO O| Jul 02 17:45:05.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56692026-07-02T17:45:06.164Z[ recovery-image] Jul 02 17:45:05.399 INFO O| Jul 02 17:45:05.399 INFO STEP 106 (remove_files) COMPLETE
56702026-07-02T17:45:06.168Z[ recovery-image] Jul 02 17:45:05.399 INFO O| Jul 02 17:45:05.399 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-02T17:45:06.174Z[ recovery-image] Jul 02 17:45:05.407 INFO O| Jul 02 17:45:05.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56722026-07-02T17:45:06.174Z[ recovery-image] Jul 02 17:45:05.407 INFO O| Jul 02 17:45:05.407 INFO STEP 107 (remove_files) COMPLETE
56732026-07-02T17:45:06.174Z[ recovery-image] Jul 02 17:45:05.407 INFO O| Jul 02 17:45:05.407 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-02T17:45:06.181Z[ recovery-image] Jul 02 17:45:05.416 INFO O| Jul 02 17:45:05.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56752026-07-02T17:45:06.184Z[ recovery-image] Jul 02 17:45:05.417 INFO O| Jul 02 17:45:05.417 INFO STEP 108 (remove_files) COMPLETE
56762026-07-02T17:45:06.185Z[ recovery-image] Jul 02 17:45:05.417 INFO O| Jul 02 17:45:05.417 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-02T17:45:06.188Z[ recovery-image] Jul 02 17:45:05.424 INFO O| Jul 02 17:45:05.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56782026-07-02T17:45:06.188Z[ recovery-image] Jul 02 17:45:05.424 INFO O| Jul 02 17:45:05.424 INFO STEP 109 (remove_files) COMPLETE
56792026-07-02T17:45:06.188Z[ recovery-image] Jul 02 17:45:05.424 INFO O| Jul 02 17:45:05.424 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-02T17:45:06.200Z[ recovery-image] Jul 02 17:45:05.434 INFO O| Jul 02 17:45:05.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56812026-07-02T17:45:06.200Z[ recovery-image] Jul 02 17:45:05.434 INFO O| Jul 02 17:45:05.434 INFO STEP 110 (remove_files) COMPLETE
56822026-07-02T17:45:06.203Z[ recovery-image] Jul 02 17:45:05.434 INFO O| Jul 02 17:45:05.434 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-02T17:45:06.207Z[ recovery-image] Jul 02 17:45:05.440 INFO O| Jul 02 17:45:05.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56842026-07-02T17:45:06.207Z[ recovery-image] Jul 02 17:45:05.440 INFO O| Jul 02 17:45:05.440 INFO STEP 111 (remove_files) COMPLETE
56852026-07-02T17:45:06.207Z[ recovery-image] Jul 02 17:45:05.440 INFO O| Jul 02 17:45:05.440 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-02T17:45:06.211Z[ recovery-image] Jul 02 17:45:05.446 INFO O| Jul 02 17:45:05.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56872026-07-02T17:45:06.214Z[ recovery-image] Jul 02 17:45:05.447 INFO O| Jul 02 17:45:05.447 INFO STEP 112 (remove_files) COMPLETE
56882026-07-02T17:45:06.214Z[ recovery-image] Jul 02 17:45:05.447 INFO O| Jul 02 17:45:05.447 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-02T17:45:06.219Z[ recovery-image] Jul 02 17:45:05.455 INFO O| Jul 02 17:45:05.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56902026-07-02T17:45:06.223Z[ recovery-image] Jul 02 17:45:05.456 INFO O| Jul 02 17:45:05.456 INFO STEP 113 (remove_files) COMPLETE
56912026-07-02T17:45:06.223Z[ recovery-image] Jul 02 17:45:05.456 INFO O| Jul 02 17:45:05.456 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-02T17:45:06.229Z[ recovery-image] Jul 02 17:45:05.464 INFO O| Jul 02 17:45:05.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56932026-07-02T17:45:06.233Z[ recovery-image] Jul 02 17:45:05.465 INFO O| Jul 02 17:45:05.465 INFO STEP 114 (remove_files) COMPLETE
56942026-07-02T17:45:06.233Z[ recovery-image] Jul 02 17:45:05.465 INFO O| Jul 02 17:45:05.465 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-02T17:45:06.236Z[ recovery-image] Jul 02 17:45:05.472 INFO O| Jul 02 17:45:05.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56962026-07-02T17:45:06.236Z[ recovery-image] Jul 02 17:45:05.472 INFO O| Jul 02 17:45:05.472 INFO STEP 115 (remove_files) COMPLETE
56972026-07-02T17:45:06.241Z[ recovery-image] Jul 02 17:45:05.472 INFO O| Jul 02 17:45:05.472 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-02T17:45:06.245Z[ recovery-image] Jul 02 17:45:05.481 INFO O| Jul 02 17:45:05.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56992026-07-02T17:45:06.248Z[ recovery-image] Jul 02 17:45:05.482 INFO O| Jul 02 17:45:05.482 INFO STEP 116 (remove_files) COMPLETE
57002026-07-02T17:45:06.248Z[ recovery-image] Jul 02 17:45:05.482 INFO O| Jul 02 17:45:05.482 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-02T17:45:06.254Z[ recovery-image] Jul 02 17:45:05.489 INFO O| Jul 02 17:45:05.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57022026-07-02T17:45:06.254Z[ recovery-image] Jul 02 17:45:05.489 INFO O| Jul 02 17:45:05.489 INFO STEP 117 (remove_files) COMPLETE
57032026-07-02T17:45:06.257Z[ recovery-image] Jul 02 17:45:05.489 INFO O| Jul 02 17:45:05.489 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-02T17:45:06.261Z[ recovery-image] Jul 02 17:45:05.497 INFO O| Jul 02 17:45:05.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57052026-07-02T17:45:06.261Z[ recovery-image] Jul 02 17:45:05.497 INFO O| Jul 02 17:45:05.497 INFO STEP 118 (remove_files) COMPLETE
57062026-07-02T17:45:06.261Z[ recovery-image] Jul 02 17:45:05.497 INFO O| Jul 02 17:45:05.497 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-02T17:45:06.272Z[ recovery-image] Jul 02 17:45:05.505 INFO O| Jul 02 17:45:05.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57082026-07-02T17:45:06.272Z[ recovery-image] Jul 02 17:45:05.505 INFO O| Jul 02 17:45:05.505 INFO STEP 119 (remove_files) COMPLETE
57092026-07-02T17:45:06.277Z[ recovery-image] Jul 02 17:45:05.505 INFO O| Jul 02 17:45:05.505 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-02T17:45:06.281Z[ recovery-image] Jul 02 17:45:05.513 INFO O| Jul 02 17:45:05.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57112026-07-02T17:45:06.281Z[ recovery-image] Jul 02 17:45:05.513 INFO O| Jul 02 17:45:05.513 INFO STEP 120 (remove_files) COMPLETE
57122026-07-02T17:45:06.281Z[ recovery-image] Jul 02 17:45:05.513 INFO O| Jul 02 17:45:05.513 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-02T17:45:06.285Z[ recovery-image] Jul 02 17:45:05.520 INFO O| Jul 02 17:45:05.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57142026-07-02T17:45:06.285Z[ recovery-image] Jul 02 17:45:05.520 INFO O| Jul 02 17:45:05.520 INFO STEP 121 (remove_files) COMPLETE
57152026-07-02T17:45:06.286Z[ recovery-image] Jul 02 17:45:05.520 INFO O| Jul 02 17:45:05.520 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-02T17:45:06.291Z[ recovery-image] Jul 02 17:45:05.527 INFO O| Jul 02 17:45:05.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57172026-07-02T17:45:06.291Z[ recovery-image] Jul 02 17:45:05.527 INFO O| Jul 02 17:45:05.527 INFO STEP 122 (remove_files) COMPLETE
57182026-07-02T17:45:06.295Z[ recovery-image] Jul 02 17:45:05.527 INFO O| Jul 02 17:45:05.527 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-02T17:45:06.299Z[ recovery-image] Jul 02 17:45:05.533 INFO O| Jul 02 17:45:05.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57202026-07-02T17:45:06.300Z[ recovery-image] Jul 02 17:45:05.533 INFO O| Jul 02 17:45:05.533 INFO STEP 123 (remove_files) COMPLETE
57212026-07-02T17:45:06.300Z[ recovery-image] Jul 02 17:45:05.533 INFO O| Jul 02 17:45:05.533 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-02T17:45:06.304Z[ recovery-image] Jul 02 17:45:05.540 INFO O| Jul 02 17:45:05.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57232026-07-02T17:45:06.305Z[ recovery-image] Jul 02 17:45:05.540 INFO O| Jul 02 17:45:05.540 INFO STEP 124 (remove_files) COMPLETE
57242026-07-02T17:45:06.308Z[ recovery-image] Jul 02 17:45:05.540 INFO O| Jul 02 17:45:05.540 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-02T17:45:06.312Z[ recovery-image] Jul 02 17:45:05.547 INFO O| Jul 02 17:45:05.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57262026-07-02T17:45:06.312Z[ recovery-image] Jul 02 17:45:05.547 INFO O| Jul 02 17:45:05.547 INFO STEP 125 (remove_files) COMPLETE
57272026-07-02T17:45:06.313Z[ recovery-image] Jul 02 17:45:05.547 INFO O| Jul 02 17:45:05.547 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-02T17:45:06.317Z[ recovery-image] Jul 02 17:45:05.553 INFO O| Jul 02 17:45:05.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57292026-07-02T17:45:06.317Z[ recovery-image] Jul 02 17:45:05.553 INFO O| Jul 02 17:45:05.553 INFO STEP 126 (remove_files) COMPLETE
57302026-07-02T17:45:06.322Z[ recovery-image] Jul 02 17:45:05.553 INFO O| Jul 02 17:45:05.553 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-02T17:45:06.326Z[ recovery-image] Jul 02 17:45:05.560 INFO O| Jul 02 17:45:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57322026-07-02T17:45:06.326Z[ recovery-image] Jul 02 17:45:05.560 INFO O| Jul 02 17:45:05.560 INFO STEP 127 (remove_files) COMPLETE
57332026-07-02T17:45:06.326Z[ recovery-image] Jul 02 17:45:05.560 INFO O| Jul 02 17:45:05.560 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-02T17:45:06.332Z[ recovery-image] Jul 02 17:45:05.568 INFO O| Jul 02 17:45:05.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57352026-07-02T17:45:06.332Z[ recovery-image] Jul 02 17:45:05.568 INFO O| Jul 02 17:45:05.568 INFO STEP 128 (remove_files) COMPLETE
57362026-07-02T17:45:06.337Z[ recovery-image] Jul 02 17:45:05.568 INFO O| Jul 02 17:45:05.568 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-02T17:45:06.341Z[ recovery-image] Jul 02 17:45:05.576 INFO O| Jul 02 17:45:05.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57382026-07-02T17:45:06.341Z[ recovery-image] Jul 02 17:45:05.576 INFO O| Jul 02 17:45:05.576 INFO STEP 129 (remove_files) COMPLETE
57392026-07-02T17:45:06.341Z[ recovery-image] Jul 02 17:45:05.576 INFO O| Jul 02 17:45:05.576 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-02T17:45:06.350Z[ recovery-image] Jul 02 17:45:05.584 INFO O| Jul 02 17:45:05.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57412026-07-02T17:45:06.350Z[ recovery-image] Jul 02 17:45:05.584 INFO O| Jul 02 17:45:05.584 INFO STEP 130 (remove_files) COMPLETE
57422026-07-02T17:45:06.353Z[ recovery-image] Jul 02 17:45:05.584 INFO O| Jul 02 17:45:05.584 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-02T17:45:06.358Z[ recovery-image] Jul 02 17:45:05.593 INFO O| Jul 02 17:45:05.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57442026-07-02T17:45:06.358Z[ recovery-image] Jul 02 17:45:05.593 INFO O| Jul 02 17:45:05.593 INFO STEP 131 (remove_files) COMPLETE
57452026-07-02T17:45:06.358Z[ recovery-image] Jul 02 17:45:05.593 INFO O| Jul 02 17:45:05.593 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-02T17:45:06.364Z[ recovery-image] Jul 02 17:45:05.600 INFO O| Jul 02 17:45:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57472026-07-02T17:45:06.365Z[ recovery-image] Jul 02 17:45:05.600 INFO O| Jul 02 17:45:05.600 INFO STEP 132 (remove_files) COMPLETE
57482026-07-02T17:45:06.365Z[ recovery-image] Jul 02 17:45:05.600 INFO O| Jul 02 17:45:05.600 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-02T17:45:06.371Z[ recovery-image] Jul 02 17:45:05.608 INFO O| Jul 02 17:45:05.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57502026-07-02T17:45:06.372Z[ recovery-image] Jul 02 17:45:05.608 INFO O| Jul 02 17:45:05.608 INFO STEP 133 (remove_files) COMPLETE
57512026-07-02T17:45:06.375Z[ recovery-image] Jul 02 17:45:05.608 INFO O| Jul 02 17:45:05.608 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-02T17:45:06.381Z[ recovery-image] Jul 02 17:45:05.617 INFO O| Jul 02 17:45:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57532026-07-02T17:45:06.384Z[ recovery-image] Jul 02 17:45:05.617 INFO O| Jul 02 17:45:05.617 INFO STEP 134 (remove_files) COMPLETE
57542026-07-02T17:45:06.384Z[ recovery-image] Jul 02 17:45:05.617 INFO O| Jul 02 17:45:05.617 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-02T17:45:06.392Z[ recovery-image] Jul 02 17:45:05.626 INFO O| Jul 02 17:45:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57562026-07-02T17:45:06.392Z[ recovery-image] Jul 02 17:45:05.626 INFO O| Jul 02 17:45:05.626 INFO STEP 135 (remove_files) COMPLETE
57572026-07-02T17:45:06.395Z[ recovery-image] Jul 02 17:45:05.626 INFO O| Jul 02 17:45:05.626 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-02T17:45:06.398Z[ recovery-image] Jul 02 17:45:05.634 INFO O| Jul 02 17:45:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57592026-07-02T17:45:06.398Z[ recovery-image] Jul 02 17:45:05.634 INFO O| Jul 02 17:45:05.634 INFO STEP 136 (remove_files) COMPLETE
57602026-07-02T17:45:06.398Z[ recovery-image] Jul 02 17:45:05.634 INFO O| Jul 02 17:45:05.634 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-02T17:45:06.407Z[ recovery-image] Jul 02 17:45:05.642 INFO O| Jul 02 17:45:05.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57622026-07-02T17:45:06.407Z[ recovery-image] Jul 02 17:45:05.642 INFO O| Jul 02 17:45:05.642 INFO STEP 137 (remove_files) COMPLETE
57632026-07-02T17:45:06.410Z[ recovery-image] Jul 02 17:45:05.642 INFO O| Jul 02 17:45:05.642 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-02T17:45:06.415Z[ recovery-image] Jul 02 17:45:05.650 INFO O| Jul 02 17:45:05.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57652026-07-02T17:45:06.415Z[ recovery-image] Jul 02 17:45:05.650 INFO O| Jul 02 17:45:05.650 INFO STEP 138 (remove_files) COMPLETE
57662026-07-02T17:45:06.415Z[ recovery-image] Jul 02 17:45:05.650 INFO O| Jul 02 17:45:05.650 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-02T17:45:06.423Z[ recovery-image] Jul 02 17:45:05.659 INFO O| Jul 02 17:45:05.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57682026-07-02T17:45:06.423Z[ recovery-image] Jul 02 17:45:05.659 INFO O| Jul 02 17:45:05.659 INFO STEP 139 (remove_files) COMPLETE
57692026-07-02T17:45:06.426Z[ recovery-image] Jul 02 17:45:05.659 INFO O| Jul 02 17:45:05.659 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-02T17:45:06.432Z[ recovery-image] Jul 02 17:45:05.668 INFO O| Jul 02 17:45:05.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57712026-07-02T17:45:06.432Z[ recovery-image] Jul 02 17:45:05.668 INFO O| Jul 02 17:45:05.668 INFO STEP 140 (remove_files) COMPLETE
57722026-07-02T17:45:06.435Z[ recovery-image] Jul 02 17:45:05.668 INFO O| Jul 02 17:45:05.668 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-02T17:45:06.440Z[ recovery-image] Jul 02 17:45:05.676 INFO O| Jul 02 17:45:05.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57742026-07-02T17:45:06.440Z[ recovery-image] Jul 02 17:45:05.676 INFO O| Jul 02 17:45:05.676 INFO STEP 141 (remove_files) COMPLETE
57752026-07-02T17:45:06.443Z[ recovery-image] Jul 02 17:45:05.676 INFO O| Jul 02 17:45:05.676 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-02T17:45:06.447Z[ recovery-image] Jul 02 17:45:05.683 INFO O| Jul 02 17:45:05.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57772026-07-02T17:45:06.448Z[ recovery-image] Jul 02 17:45:05.683 INFO O| Jul 02 17:45:05.683 INFO STEP 142 (remove_files) COMPLETE
57782026-07-02T17:45:06.457Z[ recovery-image] Jul 02 17:45:05.683 INFO O| Jul 02 17:45:05.683 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-02T17:45:06.461Z[ recovery-image] Jul 02 17:45:05.691 INFO O| Jul 02 17:45:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57802026-07-02T17:45:06.461Z[ recovery-image] Jul 02 17:45:05.691 INFO O| Jul 02 17:45:05.691 INFO STEP 143 (remove_files) COMPLETE
57812026-07-02T17:45:06.461Z[ recovery-image] Jul 02 17:45:05.691 INFO O| Jul 02 17:45:05.691 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-02T17:45:06.464Z[ recovery-image] Jul 02 17:45:05.698 INFO O| Jul 02 17:45:05.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57832026-07-02T17:45:06.465Z[ recovery-image] Jul 02 17:45:05.698 INFO O| Jul 02 17:45:05.698 INFO STEP 144 (remove_files) COMPLETE
57842026-07-02T17:45:06.465Z[ recovery-image] Jul 02 17:45:05.698 INFO O| Jul 02 17:45:05.698 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-02T17:45:06.469Z[ recovery-image] Jul 02 17:45:05.705 INFO O| Jul 02 17:45:05.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57862026-07-02T17:45:06.474Z[ recovery-image] Jul 02 17:45:05.705 INFO O| Jul 02 17:45:05.705 INFO STEP 145 (remove_files) COMPLETE
57872026-07-02T17:45:06.474Z[ recovery-image] Jul 02 17:45:05.705 INFO O| Jul 02 17:45:05.705 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-02T17:45:06.477Z[ recovery-image] Jul 02 17:45:05.713 INFO O| Jul 02 17:45:05.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57892026-07-02T17:45:06.477Z[ recovery-image] Jul 02 17:45:05.713 INFO O| Jul 02 17:45:05.713 INFO STEP 146 (remove_files) COMPLETE
57902026-07-02T17:45:06.477Z[ recovery-image] Jul 02 17:45:05.713 INFO O| Jul 02 17:45:05.713 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-02T17:45:06.485Z[ recovery-image] Jul 02 17:45:05.721 INFO O| Jul 02 17:45:05.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57922026-07-02T17:45:06.485Z[ recovery-image] Jul 02 17:45:05.721 INFO O| Jul 02 17:45:05.721 INFO STEP 147 (remove_files) COMPLETE
57932026-07-02T17:45:06.488Z[ recovery-image] Jul 02 17:45:05.721 INFO O| Jul 02 17:45:05.721 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-02T17:45:06.493Z[ recovery-image] Jul 02 17:45:05.729 INFO O| Jul 02 17:45:05.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57952026-07-02T17:45:06.493Z[ recovery-image] Jul 02 17:45:05.729 INFO O| Jul 02 17:45:05.729 INFO STEP 148 (remove_files) COMPLETE
57962026-07-02T17:45:06.497Z[ recovery-image] Jul 02 17:45:05.729 INFO O| Jul 02 17:45:05.729 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-02T17:45:06.501Z[ recovery-image] Jul 02 17:45:05.737 INFO O| Jul 02 17:45:05.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57982026-07-02T17:45:06.501Z[ recovery-image] Jul 02 17:45:05.737 INFO O| Jul 02 17:45:05.737 INFO STEP 149 (remove_files) COMPLETE
57992026-07-02T17:45:06.501Z[ recovery-image] Jul 02 17:45:05.737 INFO O| Jul 02 17:45:05.737 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-02T17:45:06.509Z[ recovery-image] Jul 02 17:45:05.745 INFO O| Jul 02 17:45:05.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58012026-07-02T17:45:06.513Z[ recovery-image] Jul 02 17:45:05.745 INFO O| Jul 02 17:45:05.745 INFO STEP 150 (remove_files) COMPLETE
58022026-07-02T17:45:06.513Z[ recovery-image] Jul 02 17:45:05.745 INFO O| Jul 02 17:45:05.745 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-02T17:45:06.517Z[ recovery-image] Jul 02 17:45:05.753 INFO O| Jul 02 17:45:05.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58042026-07-02T17:45:06.522Z[ recovery-image] Jul 02 17:45:05.753 INFO O| Jul 02 17:45:05.753 INFO STEP 151 (remove_files) COMPLETE
58052026-07-02T17:45:06.522Z[ recovery-image] Jul 02 17:45:05.753 INFO O| Jul 02 17:45:05.753 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-02T17:45:06.526Z[ recovery-image] Jul 02 17:45:05.760 INFO O| Jul 02 17:45:05.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58072026-07-02T17:45:06.526Z[ recovery-image] Jul 02 17:45:05.760 INFO O| Jul 02 17:45:05.760 INFO STEP 152 (remove_files) COMPLETE
58082026-07-02T17:45:06.526Z[ recovery-image] Jul 02 17:45:05.760 INFO O| Jul 02 17:45:05.760 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-02T17:45:06.531Z[ recovery-image] Jul 02 17:45:05.767 INFO O| Jul 02 17:45:05.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58102026-07-02T17:45:06.531Z[ recovery-image] Jul 02 17:45:05.767 INFO O| Jul 02 17:45:05.767 INFO STEP 153 (remove_files) COMPLETE
58112026-07-02T17:45:06.531Z[ recovery-image] Jul 02 17:45:05.767 INFO O| Jul 02 17:45:05.767 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-02T17:45:06.540Z[ recovery-image] Jul 02 17:45:05.775 INFO O| Jul 02 17:45:05.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58132026-07-02T17:45:06.540Z[ recovery-image] Jul 02 17:45:05.775 INFO O| Jul 02 17:45:05.775 INFO STEP 154 (remove_files) COMPLETE
58142026-07-02T17:45:06.543Z[ recovery-image] Jul 02 17:45:05.775 INFO O| Jul 02 17:45:05.775 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-02T17:45:06.547Z[ recovery-image] Jul 02 17:45:05.783 INFO O| Jul 02 17:45:05.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58162026-07-02T17:45:06.547Z[ recovery-image] Jul 02 17:45:05.783 INFO O| Jul 02 17:45:05.783 INFO STEP 155 (remove_files) COMPLETE
58172026-07-02T17:45:06.551Z[ recovery-image] Jul 02 17:45:05.783 INFO O| Jul 02 17:45:05.783 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-02T17:45:06.556Z[ recovery-image] Jul 02 17:45:05.790 INFO O| Jul 02 17:45:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58192026-07-02T17:45:06.556Z[ recovery-image] Jul 02 17:45:05.790 INFO O| Jul 02 17:45:05.790 INFO STEP 156 (remove_files) COMPLETE
58202026-07-02T17:45:06.556Z[ recovery-image] Jul 02 17:45:05.790 INFO O| Jul 02 17:45:05.790 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-02T17:45:06.562Z[ recovery-image] Jul 02 17:45:05.798 INFO O| Jul 02 17:45:05.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58222026-07-02T17:45:06.566Z[ recovery-image] Jul 02 17:45:05.799 INFO O| Jul 02 17:45:05.799 INFO STEP 157 (remove_files) COMPLETE
58232026-07-02T17:45:06.566Z[ recovery-image] Jul 02 17:45:05.799 INFO O| Jul 02 17:45:05.799 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-02T17:45:06.570Z[ recovery-image] Jul 02 17:45:05.806 INFO O| Jul 02 17:45:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58252026-07-02T17:45:06.570Z[ recovery-image] Jul 02 17:45:05.806 INFO O| Jul 02 17:45:05.806 INFO STEP 158 (remove_files) COMPLETE
58262026-07-02T17:45:06.573Z[ recovery-image] Jul 02 17:45:05.806 INFO O| Jul 02 17:45:05.806 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-02T17:45:06.576Z[ recovery-image] Jul 02 17:45:05.813 INFO O| Jul 02 17:45:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58282026-07-02T17:45:06.577Z[ recovery-image] Jul 02 17:45:05.813 INFO O| Jul 02 17:45:05.813 INFO STEP 159 (remove_files) COMPLETE
58292026-07-02T17:45:06.580Z[ recovery-image] Jul 02 17:45:05.813 INFO O| Jul 02 17:45:05.813 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-02T17:45:06.585Z[ recovery-image] Jul 02 17:45:05.819 INFO O| Jul 02 17:45:05.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58312026-07-02T17:45:06.585Z[ recovery-image] Jul 02 17:45:05.819 INFO O| Jul 02 17:45:05.819 INFO STEP 160 (remove_files) COMPLETE
58322026-07-02T17:45:06.585Z[ recovery-image] Jul 02 17:45:05.819 INFO O| Jul 02 17:45:05.819 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-02T17:45:06.590Z[ recovery-image] Jul 02 17:45:05.826 INFO O| Jul 02 17:45:05.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58342026-07-02T17:45:06.590Z[ recovery-image] Jul 02 17:45:05.826 INFO O| Jul 02 17:45:05.826 INFO STEP 161 (remove_files) COMPLETE
58352026-07-02T17:45:06.590Z[ recovery-image] Jul 02 17:45:05.826 INFO O| Jul 02 17:45:05.826 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-02T17:45:06.596Z[ recovery-image] Jul 02 17:45:05.832 INFO O| Jul 02 17:45:05.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58372026-07-02T17:45:06.596Z[ recovery-image] Jul 02 17:45:05.832 INFO O| Jul 02 17:45:05.832 INFO STEP 162 (remove_files) COMPLETE
58382026-07-02T17:45:06.599Z[ recovery-image] Jul 02 17:45:05.832 INFO O| Jul 02 17:45:05.832 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-02T17:45:06.605Z[ recovery-image] Jul 02 17:45:05.841 INFO O| Jul 02 17:45:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58402026-07-02T17:45:06.605Z[ recovery-image] Jul 02 17:45:05.841 INFO O| Jul 02 17:45:05.841 INFO STEP 163 (remove_files) COMPLETE
58412026-07-02T17:45:06.609Z[ recovery-image] Jul 02 17:45:05.841 INFO O| Jul 02 17:45:05.841 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-02T17:45:06.612Z[ recovery-image] Jul 02 17:45:05.847 INFO O| Jul 02 17:45:05.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58432026-07-02T17:45:06.612Z[ recovery-image] Jul 02 17:45:05.847 INFO O| Jul 02 17:45:05.847 INFO STEP 164 (remove_files) COMPLETE
58442026-07-02T17:45:06.612Z[ recovery-image] Jul 02 17:45:05.847 INFO O| Jul 02 17:45:05.847 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-02T17:45:06.617Z[ recovery-image] Jul 02 17:45:05.854 INFO O| Jul 02 17:45:05.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58462026-07-02T17:45:06.618Z[ recovery-image] Jul 02 17:45:05.854 INFO O| Jul 02 17:45:05.854 INFO STEP 165 (remove_files) COMPLETE
58472026-07-02T17:45:06.621Z[ recovery-image] Jul 02 17:45:05.854 INFO O| Jul 02 17:45:05.854 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-02T17:45:06.624Z[ recovery-image] Jul 02 17:45:05.860 INFO O| Jul 02 17:45:05.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58492026-07-02T17:45:06.627Z[ recovery-image] Jul 02 17:45:05.860 INFO O| Jul 02 17:45:05.860 INFO STEP 166 (remove_files) COMPLETE
58502026-07-02T17:45:06.627Z[ recovery-image] Jul 02 17:45:05.860 INFO O| Jul 02 17:45:05.860 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-02T17:45:06.634Z[ recovery-image] Jul 02 17:45:05.870 INFO O| Jul 02 17:45:05.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58522026-07-02T17:45:06.634Z[ recovery-image] Jul 02 17:45:05.870 INFO O| Jul 02 17:45:05.870 INFO STEP 167 (remove_files) COMPLETE
58532026-07-02T17:45:06.637Z[ recovery-image] Jul 02 17:45:05.870 INFO O| Jul 02 17:45:05.870 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-02T17:45:06.641Z[ recovery-image] Jul 02 17:45:05.877 INFO O| Jul 02 17:45:05.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58552026-07-02T17:45:06.641Z[ recovery-image] Jul 02 17:45:05.877 INFO O| Jul 02 17:45:05.877 INFO STEP 168 (remove_files) COMPLETE
58562026-07-02T17:45:06.641Z[ recovery-image] Jul 02 17:45:05.877 INFO O| Jul 02 17:45:05.877 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-02T17:45:06.648Z[ recovery-image] Jul 02 17:45:05.884 INFO O| Jul 02 17:45:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58582026-07-02T17:45:06.648Z[ recovery-image] Jul 02 17:45:05.884 INFO O| Jul 02 17:45:05.884 INFO STEP 169 (remove_files) COMPLETE
58592026-07-02T17:45:06.648Z[ recovery-image] Jul 02 17:45:05.884 INFO O| Jul 02 17:45:05.884 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-02T17:45:06.655Z[ recovery-image] Jul 02 17:45:05.890 INFO O| Jul 02 17:45:05.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58612026-07-02T17:45:06.655Z[ recovery-image] Jul 02 17:45:05.891 INFO O| Jul 02 17:45:05.891 INFO STEP 170 (remove_files) COMPLETE
58622026-07-02T17:45:06.659Z[ recovery-image] Jul 02 17:45:05.891 INFO O| Jul 02 17:45:05.891 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-02T17:45:06.662Z[ recovery-image] Jul 02 17:45:05.897 INFO O| Jul 02 17:45:05.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58642026-07-02T17:45:06.662Z[ recovery-image] Jul 02 17:45:05.897 INFO O| Jul 02 17:45:05.897 INFO STEP 171 (remove_files) COMPLETE
58652026-07-02T17:45:06.662Z[ recovery-image] Jul 02 17:45:05.897 INFO O| Jul 02 17:45:05.897 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-02T17:45:06.670Z[ recovery-image] Jul 02 17:45:05.906 INFO O| Jul 02 17:45:05.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58672026-07-02T17:45:06.670Z[ recovery-image] Jul 02 17:45:05.906 INFO O| Jul 02 17:45:05.906 INFO STEP 172 (remove_files) COMPLETE
58682026-07-02T17:45:06.674Z[ recovery-image] Jul 02 17:45:05.906 INFO O| Jul 02 17:45:05.906 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-02T17:45:06.678Z[ recovery-image] Jul 02 17:45:05.915 INFO O| Jul 02 17:45:05.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58702026-07-02T17:45:06.679Z[ recovery-image] Jul 02 17:45:05.915 INFO O| Jul 02 17:45:05.915 INFO STEP 173 (remove_files) COMPLETE
58712026-07-02T17:45:06.682Z[ recovery-image] Jul 02 17:45:05.915 INFO O| Jul 02 17:45:05.915 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-02T17:45:06.687Z[ recovery-image] Jul 02 17:45:05.923 INFO O| Jul 02 17:45:05.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58732026-07-02T17:45:06.687Z[ recovery-image] Jul 02 17:45:05.923 INFO O| Jul 02 17:45:05.923 INFO STEP 174 (remove_files) COMPLETE
58742026-07-02T17:45:06.691Z[ recovery-image] Jul 02 17:45:05.923 INFO O| Jul 02 17:45:05.923 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-02T17:45:06.696Z[ recovery-image] Jul 02 17:45:05.932 INFO O| Jul 02 17:45:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58762026-07-02T17:45:06.699Z[ recovery-image] Jul 02 17:45:05.932 INFO O| Jul 02 17:45:05.932 INFO STEP 175 (remove_files) COMPLETE
58772026-07-02T17:45:06.700Z[ recovery-image] Jul 02 17:45:05.932 INFO O| Jul 02 17:45:05.932 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-02T17:45:06.704Z[ recovery-image] Jul 02 17:45:05.940 INFO O| Jul 02 17:45:05.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58792026-07-02T17:45:06.708Z[ recovery-image] Jul 02 17:45:05.940 INFO O| Jul 02 17:45:05.940 INFO STEP 176 (remove_files) COMPLETE
58802026-07-02T17:45:06.708Z[ recovery-image] Jul 02 17:45:05.940 INFO O| Jul 02 17:45:05.940 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-02T17:45:06.761Z[ recovery-image] Jul 02 17:45:05.949 INFO O| Jul 02 17:45:05.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58822026-07-02T17:45:06.761Z[ recovery-image] Jul 02 17:45:05.949 INFO O| Jul 02 17:45:05.949 INFO STEP 177 (remove_files) COMPLETE
58832026-07-02T17:45:06.761Z[ recovery-image] Jul 02 17:45:05.949 INFO O| Jul 02 17:45:05.949 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.957 INFO O| Jul 02 17:45:05.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58852026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.957 INFO O| Jul 02 17:45:05.957 INFO STEP 178 (remove_files) COMPLETE
58862026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.957 INFO O| Jul 02 17:45:05.957 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.965 INFO O| Jul 02 17:45:05.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58882026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.965 INFO O| Jul 02 17:45:05.965 INFO STEP 179 (remove_files) COMPLETE
58892026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.965 INFO O| Jul 02 17:45:05.965 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.973 INFO O| Jul 02 17:45:05.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58912026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.973 INFO O| Jul 02 17:45:05.973 INFO STEP 180 (remove_files) COMPLETE
58922026-07-02T17:45:06.764Z[ recovery-image] Jul 02 17:45:05.973 INFO O| Jul 02 17:45:05.973 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.982 INFO O| Jul 02 17:45:05.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58942026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.982 INFO O| Jul 02 17:45:05.982 INFO STEP 181 (remove_files) COMPLETE
58952026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.982 INFO O| Jul 02 17:45:05.982 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.991 INFO O| Jul 02 17:45:05.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58972026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.991 INFO O| Jul 02 17:45:05.991 INFO STEP 182 (remove_files) COMPLETE
58982026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.991 INFO O| Jul 02 17:45:05.991 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.999 INFO O| Jul 02 17:45:05.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59002026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.999 INFO O| Jul 02 17:45:05.999 INFO STEP 183 (remove_files) COMPLETE
59012026-07-02T17:45:06.765Z[ recovery-image] Jul 02 17:45:05.999 INFO O| Jul 02 17:45:05.999 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-02T17:45:06.772Z[ recovery-image] Jul 02 17:45:06.008 INFO O| Jul 02 17:45:06.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59032026-07-02T17:45:06.776Z[ recovery-image] Jul 02 17:45:06.008 INFO O| Jul 02 17:45:06.008 INFO STEP 184 (remove_files) COMPLETE
59042026-07-02T17:45:06.776Z[ recovery-image] Jul 02 17:45:06.008 INFO O| Jul 02 17:45:06.008 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-02T17:45:06.781Z[ recovery-image] Jul 02 17:45:06.017 INFO O| Jul 02 17:45:06.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59062026-07-02T17:45:06.781Z[ recovery-image] Jul 02 17:45:06.017 INFO O| Jul 02 17:45:06.017 INFO STEP 185 (remove_files) COMPLETE
59072026-07-02T17:45:06.784Z[ recovery-image] Jul 02 17:45:06.017 INFO O| Jul 02 17:45:06.017 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-02T17:45:06.790Z[ recovery-image] Jul 02 17:45:06.025 INFO O| Jul 02 17:45:06.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59092026-07-02T17:45:06.790Z[ recovery-image] Jul 02 17:45:06.025 INFO O| Jul 02 17:45:06.025 INFO STEP 186 (remove_files) COMPLETE
59102026-07-02T17:45:06.790Z[ recovery-image] Jul 02 17:45:06.025 INFO O| Jul 02 17:45:06.025 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-02T17:45:06.798Z[ recovery-image] Jul 02 17:45:06.034 INFO O| Jul 02 17:45:06.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59122026-07-02T17:45:06.798Z[ recovery-image] Jul 02 17:45:06.034 INFO O| Jul 02 17:45:06.034 INFO STEP 187 (remove_files) COMPLETE
59132026-07-02T17:45:06.802Z[ recovery-image] Jul 02 17:45:06.034 INFO O| Jul 02 17:45:06.034 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-02T17:45:06.806Z[ recovery-image] Jul 02 17:45:06.042 INFO O| Jul 02 17:45:06.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59152026-07-02T17:45:06.806Z[ recovery-image] Jul 02 17:45:06.042 INFO O| Jul 02 17:45:06.042 INFO STEP 188 (remove_files) COMPLETE
59162026-07-02T17:45:06.806Z[ recovery-image] Jul 02 17:45:06.042 INFO O| Jul 02 17:45:06.042 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-02T17:45:06.813Z[ recovery-image] Jul 02 17:45:06.049 INFO O| Jul 02 17:45:06.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59182026-07-02T17:45:06.817Z[ recovery-image] Jul 02 17:45:06.049 INFO O| Jul 02 17:45:06.049 INFO STEP 189 (remove_files) COMPLETE
59192026-07-02T17:45:06.817Z[ recovery-image] Jul 02 17:45:06.049 INFO O| Jul 02 17:45:06.049 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-02T17:45:06.823Z[ recovery-image] Jul 02 17:45:06.059 INFO O| Jul 02 17:45:06.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59212026-07-02T17:45:06.823Z[ recovery-image] Jul 02 17:45:06.059 INFO O| Jul 02 17:45:06.059 INFO STEP 190 (remove_files) COMPLETE
59222026-07-02T17:45:06.823Z[ recovery-image] Jul 02 17:45:06.059 INFO O| Jul 02 17:45:06.059 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-02T17:45:06.830Z[ recovery-image] Jul 02 17:45:06.066 INFO O| Jul 02 17:45:06.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59242026-07-02T17:45:06.830Z[ recovery-image] Jul 02 17:45:06.067 INFO O| Jul 02 17:45:06.066 INFO STEP 191 (remove_files) COMPLETE
59252026-07-02T17:45:06.833Z[ recovery-image] Jul 02 17:45:06.067 INFO O| Jul 02 17:45:06.066 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-02T17:45:06.839Z[ recovery-image] Jul 02 17:45:06.074 INFO O| Jul 02 17:45:06.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59272026-07-02T17:45:06.839Z[ recovery-image] Jul 02 17:45:06.074 INFO O| Jul 02 17:45:06.074 INFO STEP 192 (remove_files) COMPLETE
59282026-07-02T17:45:06.839Z[ recovery-image] Jul 02 17:45:06.074 INFO O| Jul 02 17:45:06.074 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-02T17:45:06.845Z[ recovery-image] Jul 02 17:45:06.081 INFO O| Jul 02 17:45:06.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59302026-07-02T17:45:06.845Z[ recovery-image] Jul 02 17:45:06.081 INFO O| Jul 02 17:45:06.081 INFO STEP 193 (remove_files) COMPLETE
59312026-07-02T17:45:06.849Z[ recovery-image] Jul 02 17:45:06.081 INFO O| Jul 02 17:45:06.081 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-02T17:45:06.852Z[ recovery-image] Jul 02 17:45:06.088 INFO O| Jul 02 17:45:06.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59332026-07-02T17:45:06.852Z[ recovery-image] Jul 02 17:45:06.088 INFO O| Jul 02 17:45:06.088 INFO STEP 194 (remove_files) COMPLETE
59342026-07-02T17:45:06.852Z[ recovery-image] Jul 02 17:45:06.088 INFO O| Jul 02 17:45:06.088 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-02T17:45:06.859Z[ recovery-image] Jul 02 17:45:06.095 INFO O| Jul 02 17:45:06.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59362026-07-02T17:45:06.859Z[ recovery-image] Jul 02 17:45:06.095 INFO O| Jul 02 17:45:06.095 INFO STEP 195 (remove_files) COMPLETE
59372026-07-02T17:45:06.859Z[ recovery-image] Jul 02 17:45:06.095 INFO O| Jul 02 17:45:06.095 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-02T17:45:06.868Z[ recovery-image] Jul 02 17:45:06.104 INFO O| Jul 02 17:45:06.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59392026-07-02T17:45:06.869Z[ recovery-image] Jul 02 17:45:06.104 INFO O| Jul 02 17:45:06.104 INFO STEP 196 (remove_files) COMPLETE
59402026-07-02T17:45:06.872Z[ recovery-image] Jul 02 17:45:06.104 INFO O| Jul 02 17:45:06.104 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-02T17:45:06.876Z[ recovery-image] Jul 02 17:45:06.112 INFO O| Jul 02 17:45:06.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59422026-07-02T17:45:06.876Z[ recovery-image] Jul 02 17:45:06.112 INFO O| Jul 02 17:45:06.112 INFO STEP 197 (remove_files) COMPLETE
59432026-07-02T17:45:06.880Z[ recovery-image] Jul 02 17:45:06.112 INFO O| Jul 02 17:45:06.112 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-02T17:45:06.883Z[ recovery-image] Jul 02 17:45:06.119 INFO O| Jul 02 17:45:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59452026-07-02T17:45:06.883Z[ recovery-image] Jul 02 17:45:06.119 INFO O| Jul 02 17:45:06.119 INFO STEP 198 (remove_files) COMPLETE
59462026-07-02T17:45:06.883Z[ recovery-image] Jul 02 17:45:06.119 INFO O| Jul 02 17:45:06.119 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-02T17:45:06.891Z[ recovery-image] Jul 02 17:45:06.127 INFO O| Jul 02 17:45:06.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59482026-07-02T17:45:06.894Z[ recovery-image] Jul 02 17:45:06.127 INFO O| Jul 02 17:45:06.127 INFO STEP 199 (remove_files) COMPLETE
59492026-07-02T17:45:06.894Z[ recovery-image] Jul 02 17:45:06.127 INFO O| Jul 02 17:45:06.127 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-02T17:45:06.898Z[ recovery-image] Jul 02 17:45:06.134 INFO O| Jul 02 17:45:06.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59512026-07-02T17:45:06.902Z[ recovery-image] Jul 02 17:45:06.134 INFO O| Jul 02 17:45:06.134 INFO STEP 200 (remove_files) COMPLETE
59522026-07-02T17:45:06.902Z[ recovery-image] Jul 02 17:45:06.134 INFO O| Jul 02 17:45:06.134 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-02T17:45:06.906Z[ recovery-image] Jul 02 17:45:06.142 INFO O| Jul 02 17:45:06.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59542026-07-02T17:45:06.906Z[ recovery-image] Jul 02 17:45:06.142 INFO O| Jul 02 17:45:06.142 INFO STEP 201 (remove_files) COMPLETE
59552026-07-02T17:45:06.909Z[ recovery-image] Jul 02 17:45:06.142 INFO O| Jul 02 17:45:06.142 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-02T17:45:06.913Z[ recovery-image] Jul 02 17:45:06.149 INFO O| Jul 02 17:45:06.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59572026-07-02T17:45:06.913Z[ recovery-image] Jul 02 17:45:06.149 INFO O| Jul 02 17:45:06.149 INFO STEP 202 (remove_files) COMPLETE
59582026-07-02T17:45:06.913Z[ recovery-image] Jul 02 17:45:06.149 INFO O| Jul 02 17:45:06.149 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-02T17:45:06.919Z[ recovery-image] Jul 02 17:45:06.155 INFO O| Jul 02 17:45:06.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59602026-07-02T17:45:06.919Z[ recovery-image] Jul 02 17:45:06.155 INFO O| Jul 02 17:45:06.155 INFO STEP 203 (remove_files) COMPLETE
59612026-07-02T17:45:06.919Z[ recovery-image] Jul 02 17:45:06.155 INFO O| Jul 02 17:45:06.155 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-02T17:45:06.925Z[ recovery-image] Jul 02 17:45:06.161 INFO O| Jul 02 17:45:06.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59632026-07-02T17:45:06.926Z[ recovery-image] Jul 02 17:45:06.161 INFO O| Jul 02 17:45:06.161 INFO STEP 204 (remove_files) COMPLETE
59642026-07-02T17:45:06.926Z[ recovery-image] Jul 02 17:45:06.161 INFO O| Jul 02 17:45:06.161 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-02T17:45:06.934Z[ recovery-image] Jul 02 17:45:06.170 INFO O| Jul 02 17:45:06.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59662026-07-02T17:45:06.934Z[ recovery-image] Jul 02 17:45:06.170 INFO O| Jul 02 17:45:06.170 INFO STEP 205 (remove_files) COMPLETE
59672026-07-02T17:45:06.934Z[ recovery-image] Jul 02 17:45:06.170 INFO O| Jul 02 17:45:06.170 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-02T17:45:06.941Z[ recovery-image] Jul 02 17:45:06.177 INFO O| Jul 02 17:45:06.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59692026-07-02T17:45:06.941Z[ recovery-image] Jul 02 17:45:06.177 INFO O| Jul 02 17:45:06.177 INFO STEP 206 (remove_files) COMPLETE
59702026-07-02T17:45:06.944Z[ recovery-image] Jul 02 17:45:06.177 INFO O| Jul 02 17:45:06.177 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-02T17:45:06.949Z[ recovery-image] Jul 02 17:45:06.185 INFO O| Jul 02 17:45:06.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59722026-07-02T17:45:06.949Z[ recovery-image] Jul 02 17:45:06.185 INFO O| Jul 02 17:45:06.185 INFO STEP 207 (remove_files) COMPLETE
59732026-07-02T17:45:06.949Z[ recovery-image] Jul 02 17:45:06.185 INFO O| Jul 02 17:45:06.185 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-02T17:45:06.957Z[ recovery-image] Jul 02 17:45:06.193 INFO O| Jul 02 17:45:06.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59752026-07-02T17:45:06.957Z[ recovery-image] Jul 02 17:45:06.193 INFO O| Jul 02 17:45:06.193 INFO STEP 208 (remove_files) COMPLETE
59762026-07-02T17:45:06.961Z[ recovery-image] Jul 02 17:45:06.193 INFO O| Jul 02 17:45:06.193 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-02T17:45:06.964Z[ recovery-image] Jul 02 17:45:06.200 INFO O| Jul 02 17:45:06.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59782026-07-02T17:45:06.964Z[ recovery-image] Jul 02 17:45:06.200 INFO O| Jul 02 17:45:06.200 INFO STEP 209 (remove_files) COMPLETE
59792026-07-02T17:45:06.968Z[ recovery-image] Jul 02 17:45:06.200 INFO O| Jul 02 17:45:06.200 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-02T17:45:06.972Z[ recovery-image] Jul 02 17:45:06.208 INFO O| Jul 02 17:45:06.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59812026-07-02T17:45:06.972Z[ recovery-image] Jul 02 17:45:06.208 INFO O| Jul 02 17:45:06.208 INFO STEP 210 (remove_files) COMPLETE
59822026-07-02T17:45:06.975Z[ recovery-image] Jul 02 17:45:06.208 INFO O| Jul 02 17:45:06.208 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-02T17:45:06.980Z[ recovery-image] Jul 02 17:45:06.216 INFO O| Jul 02 17:45:06.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59842026-07-02T17:45:06.980Z[ recovery-image] Jul 02 17:45:06.216 INFO O| Jul 02 17:45:06.216 INFO STEP 211 (remove_files) COMPLETE
59852026-07-02T17:45:06.983Z[ recovery-image] Jul 02 17:45:06.216 INFO O| Jul 02 17:45:06.216 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-02T17:45:06.987Z[ recovery-image] Jul 02 17:45:06.223 INFO O| Jul 02 17:45:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59872026-07-02T17:45:06.987Z[ recovery-image] Jul 02 17:45:06.223 INFO O| Jul 02 17:45:06.223 INFO STEP 212 (remove_files) COMPLETE
59882026-07-02T17:45:06.990Z[ recovery-image] Jul 02 17:45:06.223 INFO O| Jul 02 17:45:06.223 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-02T17:45:06.994Z[ recovery-image] Jul 02 17:45:06.230 INFO O| Jul 02 17:45:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59902026-07-02T17:45:06.995Z[ recovery-image] Jul 02 17:45:06.230 INFO O| Jul 02 17:45:06.230 INFO STEP 213 (remove_files) COMPLETE
59912026-07-02T17:45:06.995Z[ recovery-image] Jul 02 17:45:06.230 INFO O| Jul 02 17:45:06.230 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-02T17:45:07.002Z[ recovery-image] Jul 02 17:45:06.237 INFO O| Jul 02 17:45:06.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59932026-07-02T17:45:07.005Z[ recovery-image] Jul 02 17:45:06.237 INFO O| Jul 02 17:45:06.237 INFO STEP 214 (remove_files) COMPLETE
59942026-07-02T17:45:07.005Z[ recovery-image] Jul 02 17:45:06.237 INFO O| Jul 02 17:45:06.237 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-02T17:45:07.009Z[ recovery-image] Jul 02 17:45:06.245 INFO O| Jul 02 17:45:06.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59962026-07-02T17:45:07.009Z[ recovery-image] Jul 02 17:45:06.245 INFO O| Jul 02 17:45:06.245 INFO STEP 215 (remove_files) COMPLETE
59972026-07-02T17:45:07.009Z[ recovery-image] Jul 02 17:45:06.245 INFO O| Jul 02 17:45:06.245 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-02T17:45:07.017Z[ recovery-image] Jul 02 17:45:06.253 INFO O| Jul 02 17:45:06.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59992026-07-02T17:45:07.017Z[ recovery-image] Jul 02 17:45:06.253 INFO O| Jul 02 17:45:06.253 INFO STEP 216 (remove_files) COMPLETE
60002026-07-02T17:45:07.017Z[ recovery-image] Jul 02 17:45:06.253 INFO O| Jul 02 17:45:06.253 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-02T17:45:07.025Z[ recovery-image] Jul 02 17:45:06.260 INFO O| Jul 02 17:45:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60022026-07-02T17:45:07.026Z[ recovery-image] Jul 02 17:45:06.260 INFO O| Jul 02 17:45:06.260 INFO STEP 217 (remove_files) COMPLETE
60032026-07-02T17:45:07.029Z[ recovery-image] Jul 02 17:45:06.260 INFO O| Jul 02 17:45:06.260 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-07-02T17:45:07.033Z[ recovery-image] Jul 02 17:45:06.268 INFO O| Jul 02 17:45:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60052026-07-02T17:45:07.033Z[ recovery-image] Jul 02 17:45:06.268 INFO O| Jul 02 17:45:06.268 INFO STEP 218 (remove_files) COMPLETE
60062026-07-02T17:45:07.033Z[ recovery-image] Jul 02 17:45:06.268 INFO O| Jul 02 17:45:06.268 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-07-02T17:45:07.040Z[ recovery-image] Jul 02 17:45:06.276 INFO O| Jul 02 17:45:06.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60082026-07-02T17:45:07.043Z[ recovery-image] Jul 02 17:45:06.276 INFO O| Jul 02 17:45:06.276 INFO STEP 219 (remove_files) COMPLETE
60092026-07-02T17:45:07.044Z[ recovery-image] Jul 02 17:45:06.276 INFO O| Jul 02 17:45:06.276 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-07-02T17:45:07.047Z[ recovery-image] Jul 02 17:45:06.283 INFO O| Jul 02 17:45:06.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60112026-07-02T17:45:07.047Z[ recovery-image] Jul 02 17:45:06.283 INFO O| Jul 02 17:45:06.283 INFO STEP 220 (remove_files) COMPLETE
60122026-07-02T17:45:07.050Z[ recovery-image] Jul 02 17:45:06.283 INFO O| Jul 02 17:45:06.283 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-07-02T17:45:07.054Z[ recovery-image] Jul 02 17:45:06.289 INFO O| Jul 02 17:45:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60142026-07-02T17:45:07.054Z[ recovery-image] Jul 02 17:45:06.290 INFO O| Jul 02 17:45:06.289 INFO STEP 221 (remove_files) COMPLETE
60152026-07-02T17:45:07.055Z[ recovery-image] Jul 02 17:45:06.290 INFO O| Jul 02 17:45:06.290 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-07-02T17:45:07.061Z[ recovery-image] Jul 02 17:45:06.297 INFO O| Jul 02 17:45:06.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60172026-07-02T17:45:07.065Z[ recovery-image] Jul 02 17:45:06.297 INFO O| Jul 02 17:45:06.297 INFO STEP 222 (remove_files) COMPLETE
60182026-07-02T17:45:07.065Z[ recovery-image] Jul 02 17:45:06.297 INFO O| Jul 02 17:45:06.297 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-07-02T17:45:07.069Z[ recovery-image] Jul 02 17:45:06.304 INFO O| Jul 02 17:45:06.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60202026-07-02T17:45:07.069Z[ recovery-image] Jul 02 17:45:06.304 INFO O| Jul 02 17:45:06.304 INFO STEP 223 (remove_files) COMPLETE
60212026-07-02T17:45:07.069Z[ recovery-image] Jul 02 17:45:06.304 INFO O| Jul 02 17:45:06.304 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-02T17:45:07.075Z[ recovery-image] Jul 02 17:45:06.310 INFO O| Jul 02 17:45:06.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60232026-07-02T17:45:07.075Z[ recovery-image] Jul 02 17:45:06.310 INFO O| Jul 02 17:45:06.310 INFO STEP 224 (remove_files) COMPLETE
60242026-07-02T17:45:07.075Z[ recovery-image] Jul 02 17:45:06.310 INFO O| Jul 02 17:45:06.310 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-02T17:45:07.081Z[ recovery-image] Jul 02 17:45:06.317 INFO O| Jul 02 17:45:06.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60262026-07-02T17:45:07.081Z[ recovery-image] Jul 02 17:45:06.317 INFO O| Jul 02 17:45:06.317 INFO STEP 225 (remove_files) COMPLETE
60272026-07-02T17:45:07.081Z[ recovery-image] Jul 02 17:45:06.317 INFO O| Jul 02 17:45:06.317 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-02T17:45:07.089Z[ recovery-image] Jul 02 17:45:06.325 INFO O| Jul 02 17:45:06.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60292026-07-02T17:45:07.090Z[ recovery-image] Jul 02 17:45:06.325 INFO O| Jul 02 17:45:06.325 INFO STEP 226 (remove_files) COMPLETE
60302026-07-02T17:45:07.090Z[ recovery-image] Jul 02 17:45:06.325 INFO O| Jul 02 17:45:06.325 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-02T17:45:07.095Z[ recovery-image] Jul 02 17:45:06.332 INFO O| Jul 02 17:45:06.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60322026-07-02T17:45:07.096Z[ recovery-image] Jul 02 17:45:06.332 INFO O| Jul 02 17:45:06.332 INFO STEP 227 (remove_files) COMPLETE
60332026-07-02T17:45:07.096Z[ recovery-image] Jul 02 17:45:06.332 INFO O| Jul 02 17:45:06.332 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-02T17:45:07.104Z[ recovery-image] Jul 02 17:45:06.340 INFO O| Jul 02 17:45:06.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60352026-07-02T17:45:07.104Z[ recovery-image] Jul 02 17:45:06.340 INFO O| Jul 02 17:45:06.340 INFO STEP 228 (remove_files) COMPLETE
60362026-07-02T17:45:07.107Z[ recovery-image] Jul 02 17:45:06.340 INFO O| Jul 02 17:45:06.340 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-02T17:45:07.111Z[ recovery-image] Jul 02 17:45:06.346 INFO O| Jul 02 17:45:06.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60382026-07-02T17:45:07.111Z[ recovery-image] Jul 02 17:45:06.346 INFO O| Jul 02 17:45:06.346 INFO STEP 229 (remove_files) COMPLETE
60392026-07-02T17:45:07.111Z[ recovery-image] Jul 02 17:45:06.346 INFO O| Jul 02 17:45:06.346 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-02T17:45:07.118Z[ recovery-image] Jul 02 17:45:06.353 INFO O| Jul 02 17:45:06.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60412026-07-02T17:45:07.118Z[ recovery-image] Jul 02 17:45:06.353 INFO O| Jul 02 17:45:06.353 INFO STEP 230 (remove_files) COMPLETE
60422026-07-02T17:45:07.121Z[ recovery-image] Jul 02 17:45:06.353 INFO O| Jul 02 17:45:06.353 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-02T17:45:07.125Z[ recovery-image] Jul 02 17:45:06.359 INFO O| Jul 02 17:45:06.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60442026-07-02T17:45:07.125Z[ recovery-image] Jul 02 17:45:06.359 INFO O| Jul 02 17:45:06.359 INFO STEP 231 (remove_files) COMPLETE
60452026-07-02T17:45:07.125Z[ recovery-image] Jul 02 17:45:06.359 INFO O| Jul 02 17:45:06.359 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-02T17:45:07.129Z[ recovery-image] Jul 02 17:45:06.365 INFO O| Jul 02 17:45:06.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60472026-07-02T17:45:07.129Z[ recovery-image] Jul 02 17:45:06.365 INFO O| Jul 02 17:45:06.365 INFO STEP 232 (remove_files) COMPLETE
60482026-07-02T17:45:07.132Z[ recovery-image] Jul 02 17:45:06.365 INFO O| Jul 02 17:45:06.365 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-02T17:45:07.135Z[ recovery-image] Jul 02 17:45:06.371 INFO O| Jul 02 17:45:06.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60502026-07-02T17:45:07.135Z[ recovery-image] Jul 02 17:45:06.371 INFO O| Jul 02 17:45:06.371 INFO STEP 233 (remove_files) COMPLETE
60512026-07-02T17:45:07.135Z[ recovery-image] Jul 02 17:45:06.371 INFO O| Jul 02 17:45:06.371 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-02T17:45:07.142Z[ recovery-image] Jul 02 17:45:06.377 INFO O| Jul 02 17:45:06.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60532026-07-02T17:45:07.142Z[ recovery-image] Jul 02 17:45:06.377 INFO O| Jul 02 17:45:06.377 INFO STEP 234 (remove_files) COMPLETE
60542026-07-02T17:45:07.142Z[ recovery-image] Jul 02 17:45:06.377 INFO O| Jul 02 17:45:06.377 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-02T17:45:07.147Z[ recovery-image] Jul 02 17:45:06.383 INFO O| Jul 02 17:45:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60562026-07-02T17:45:07.150Z[ recovery-image] Jul 02 17:45:06.383 INFO O| Jul 02 17:45:06.383 INFO STEP 235 (remove_files) COMPLETE
60572026-07-02T17:45:07.150Z[ recovery-image] Jul 02 17:45:06.383 INFO O| Jul 02 17:45:06.383 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-02T17:45:07.154Z[ recovery-image] Jul 02 17:45:06.389 INFO O| Jul 02 17:45:06.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60592026-07-02T17:45:07.154Z[ recovery-image] Jul 02 17:45:06.390 INFO O| Jul 02 17:45:06.390 INFO STEP 236 (remove_files) COMPLETE
60602026-07-02T17:45:07.155Z[ recovery-image] Jul 02 17:45:06.390 INFO O| Jul 02 17:45:06.390 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-02T17:45:07.162Z[ recovery-image] Jul 02 17:45:06.396 INFO O| Jul 02 17:45:06.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60622026-07-02T17:45:07.165Z[ recovery-image] Jul 02 17:45:06.396 INFO O| Jul 02 17:45:06.396 INFO STEP 237 (remove_files) COMPLETE
60632026-07-02T17:45:07.165Z[ recovery-image] Jul 02 17:45:06.396 INFO O| Jul 02 17:45:06.396 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-02T17:45:07.170Z[ recovery-image] Jul 02 17:45:06.406 INFO O| Jul 02 17:45:06.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60652026-07-02T17:45:07.170Z[ recovery-image] Jul 02 17:45:06.406 INFO O| Jul 02 17:45:06.406 INFO STEP 238 (remove_files) COMPLETE
60662026-07-02T17:45:07.176Z[ recovery-image] Jul 02 17:45:06.406 INFO O| Jul 02 17:45:06.406 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-02T17:45:07.181Z[ recovery-image] Jul 02 17:45:06.413 INFO O| Jul 02 17:45:06.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60682026-07-02T17:45:07.181Z[ recovery-image] Jul 02 17:45:06.413 INFO O| Jul 02 17:45:06.413 INFO STEP 239 (remove_files) COMPLETE
60692026-07-02T17:45:07.181Z[ recovery-image] Jul 02 17:45:06.413 INFO O| Jul 02 17:45:06.413 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-02T17:45:07.187Z[ recovery-image] Jul 02 17:45:06.419 INFO O| Jul 02 17:45:06.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60712026-07-02T17:45:07.187Z[ recovery-image] Jul 02 17:45:06.419 INFO O| Jul 02 17:45:06.419 INFO STEP 240 (remove_files) COMPLETE
60722026-07-02T17:45:07.187Z[ recovery-image] Jul 02 17:45:06.419 INFO O| Jul 02 17:45:06.419 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-02T17:45:07.193Z[ recovery-image] Jul 02 17:45:06.428 INFO O| Jul 02 17:45:06.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60742026-07-02T17:45:07.193Z[ recovery-image] Jul 02 17:45:06.428 INFO O| Jul 02 17:45:06.428 INFO STEP 241 (remove_files) COMPLETE
60752026-07-02T17:45:07.197Z[ recovery-image] Jul 02 17:45:06.428 INFO O| Jul 02 17:45:06.428 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-02T17:45:07.201Z[ recovery-image] Jul 02 17:45:06.437 INFO O| Jul 02 17:45:06.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60772026-07-02T17:45:07.201Z[ recovery-image] Jul 02 17:45:06.437 INFO O| Jul 02 17:45:06.437 INFO STEP 242 (remove_files) COMPLETE
60782026-07-02T17:45:07.201Z[ recovery-image] Jul 02 17:45:06.437 INFO O| Jul 02 17:45:06.437 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-02T17:45:07.208Z[ recovery-image] Jul 02 17:45:06.444 INFO O| Jul 02 17:45:06.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60802026-07-02T17:45:07.208Z[ recovery-image] Jul 02 17:45:06.444 INFO O| Jul 02 17:45:06.444 INFO STEP 243 (remove_files) COMPLETE
60812026-07-02T17:45:07.211Z[ recovery-image] Jul 02 17:45:06.444 INFO O| Jul 02 17:45:06.444 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-02T17:45:07.215Z[ recovery-image] Jul 02 17:45:06.450 INFO O| Jul 02 17:45:06.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60832026-07-02T17:45:07.215Z[ recovery-image] Jul 02 17:45:06.450 INFO O| Jul 02 17:45:06.450 INFO STEP 244 (remove_files) COMPLETE
60842026-07-02T17:45:07.215Z[ recovery-image] Jul 02 17:45:06.450 INFO O| Jul 02 17:45:06.450 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-02T17:45:07.221Z[ recovery-image] Jul 02 17:45:06.457 INFO O| Jul 02 17:45:06.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60862026-07-02T17:45:07.221Z[ recovery-image] Jul 02 17:45:06.457 INFO O| Jul 02 17:45:06.457 INFO STEP 245 (remove_files) COMPLETE
60872026-07-02T17:45:07.225Z[ recovery-image] Jul 02 17:45:06.457 INFO O| Jul 02 17:45:06.457 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-02T17:45:07.228Z[ recovery-image] Jul 02 17:45:06.463 INFO O| Jul 02 17:45:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60892026-07-02T17:45:07.228Z[ recovery-image] Jul 02 17:45:06.463 INFO O| Jul 02 17:45:06.463 INFO STEP 246 (remove_files) COMPLETE
60902026-07-02T17:45:07.229Z[ recovery-image] Jul 02 17:45:06.463 INFO O| Jul 02 17:45:06.463 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-02T17:45:07.233Z[ recovery-image] Jul 02 17:45:06.469 INFO O| Jul 02 17:45:06.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60922026-07-02T17:45:07.233Z[ recovery-image] Jul 02 17:45:06.469 INFO O| Jul 02 17:45:06.469 INFO STEP 247 (remove_files) COMPLETE
60932026-07-02T17:45:07.236Z[ recovery-image] Jul 02 17:45:06.469 INFO O| Jul 02 17:45:06.469 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-02T17:45:07.243Z[ recovery-image] Jul 02 17:45:06.479 INFO O| Jul 02 17:45:06.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60952026-07-02T17:45:07.243Z[ recovery-image] Jul 02 17:45:06.479 INFO O| Jul 02 17:45:06.479 INFO STEP 248 (remove_files) COMPLETE
60962026-07-02T17:45:07.246Z[ recovery-image] Jul 02 17:45:06.479 INFO O| Jul 02 17:45:06.479 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-02T17:45:07.249Z[ recovery-image] Jul 02 17:45:06.485 INFO O| Jul 02 17:45:06.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60982026-07-02T17:45:07.249Z[ recovery-image] Jul 02 17:45:06.485 INFO O| Jul 02 17:45:06.485 INFO STEP 249 (remove_files) COMPLETE
60992026-07-02T17:45:07.253Z[ recovery-image] Jul 02 17:45:06.485 INFO O| Jul 02 17:45:06.485 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-02T17:45:07.256Z[ recovery-image] Jul 02 17:45:06.492 INFO O| Jul 02 17:45:06.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61012026-07-02T17:45:07.256Z[ recovery-image] Jul 02 17:45:06.492 INFO O| Jul 02 17:45:06.492 INFO STEP 250 (remove_files) COMPLETE
61022026-07-02T17:45:07.259Z[ recovery-image] Jul 02 17:45:06.492 INFO O| Jul 02 17:45:06.492 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-02T17:45:07.266Z[ recovery-image] Jul 02 17:45:06.502 INFO O| Jul 02 17:45:06.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61042026-07-02T17:45:07.267Z[ recovery-image] Jul 02 17:45:06.502 INFO O| Jul 02 17:45:06.502 INFO STEP 251 (remove_files) COMPLETE
61052026-07-02T17:45:07.267Z[ recovery-image] Jul 02 17:45:06.502 INFO O| Jul 02 17:45:06.502 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-02T17:45:07.274Z[ recovery-image] Jul 02 17:45:06.509 INFO O| Jul 02 17:45:06.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61072026-07-02T17:45:07.274Z[ recovery-image] Jul 02 17:45:06.509 INFO O| Jul 02 17:45:06.509 INFO STEP 252 (remove_files) COMPLETE
61082026-07-02T17:45:07.277Z[ recovery-image] Jul 02 17:45:06.509 INFO O| Jul 02 17:45:06.509 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-02T17:45:07.281Z[ recovery-image] Jul 02 17:45:06.517 INFO O| Jul 02 17:45:06.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61102026-07-02T17:45:07.281Z[ recovery-image] Jul 02 17:45:06.517 INFO O| Jul 02 17:45:06.517 INFO STEP 253 (remove_files) COMPLETE
61112026-07-02T17:45:07.284Z[ recovery-image] Jul 02 17:45:06.517 INFO O| Jul 02 17:45:06.517 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-02T17:45:07.287Z[ recovery-image] Jul 02 17:45:06.523 INFO O| Jul 02 17:45:06.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61132026-07-02T17:45:07.288Z[ recovery-image] Jul 02 17:45:06.523 INFO O| Jul 02 17:45:06.523 INFO STEP 254 (remove_files) COMPLETE
61142026-07-02T17:45:07.288Z[ recovery-image] Jul 02 17:45:06.523 INFO O| Jul 02 17:45:06.523 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-02T17:45:07.293Z[ recovery-image] Jul 02 17:45:06.529 INFO O| Jul 02 17:45:06.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61162026-07-02T17:45:07.294Z[ recovery-image] Jul 02 17:45:06.529 INFO O| Jul 02 17:45:06.529 INFO STEP 255 (remove_files) COMPLETE
61172026-07-02T17:45:07.297Z[ recovery-image] Jul 02 17:45:06.529 INFO O| Jul 02 17:45:06.529 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-02T17:45:07.301Z[ recovery-image] Jul 02 17:45:06.536 INFO O| Jul 02 17:45:06.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61192026-07-02T17:45:07.301Z[ recovery-image] Jul 02 17:45:06.536 INFO O| Jul 02 17:45:06.536 INFO STEP 256 (remove_files) COMPLETE
61202026-07-02T17:45:07.301Z[ recovery-image] Jul 02 17:45:06.536 INFO O| Jul 02 17:45:06.536 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-02T17:45:07.306Z[ recovery-image] Jul 02 17:45:06.542 INFO O| Jul 02 17:45:06.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61222026-07-02T17:45:07.306Z[ recovery-image] Jul 02 17:45:06.542 INFO O| Jul 02 17:45:06.542 INFO STEP 257 (remove_files) COMPLETE
61232026-07-02T17:45:07.306Z[ recovery-image] Jul 02 17:45:06.542 INFO O| Jul 02 17:45:06.542 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-02T17:45:07.312Z[ recovery-image] Jul 02 17:45:06.548 INFO O| Jul 02 17:45:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61252026-07-02T17:45:07.312Z[ recovery-image] Jul 02 17:45:06.548 INFO O| Jul 02 17:45:06.548 INFO STEP 258 (remove_files) COMPLETE
61262026-07-02T17:45:07.316Z[ recovery-image] Jul 02 17:45:06.548 INFO O| Jul 02 17:45:06.548 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-02T17:45:07.319Z[ recovery-image] Jul 02 17:45:06.554 INFO O| Jul 02 17:45:06.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61282026-07-02T17:45:07.320Z[ recovery-image] Jul 02 17:45:06.554 INFO O| Jul 02 17:45:06.554 INFO STEP 259 (remove_files) COMPLETE
61292026-07-02T17:45:07.320Z[ recovery-image] Jul 02 17:45:06.554 INFO O| Jul 02 17:45:06.554 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-02T17:45:07.325Z[ recovery-image] Jul 02 17:45:06.561 INFO O| Jul 02 17:45:06.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61312026-07-02T17:45:07.325Z[ recovery-image] Jul 02 17:45:06.561 INFO O| Jul 02 17:45:06.561 INFO STEP 260 (remove_files) COMPLETE
61322026-07-02T17:45:07.325Z[ recovery-image] Jul 02 17:45:06.561 INFO O| Jul 02 17:45:06.561 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-02T17:45:07.331Z[ recovery-image] Jul 02 17:45:06.567 INFO O| Jul 02 17:45:06.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61342026-07-02T17:45:07.331Z[ recovery-image] Jul 02 17:45:06.567 INFO O| Jul 02 17:45:06.567 INFO STEP 261 (remove_files) COMPLETE
61352026-07-02T17:45:07.335Z[ recovery-image] Jul 02 17:45:06.567 INFO O| Jul 02 17:45:06.567 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-02T17:45:07.339Z[ recovery-image] Jul 02 17:45:06.574 INFO O| Jul 02 17:45:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61372026-07-02T17:45:07.339Z[ recovery-image] Jul 02 17:45:06.574 INFO O| Jul 02 17:45:06.574 INFO STEP 262 (remove_files) COMPLETE
61382026-07-02T17:45:07.339Z[ recovery-image] Jul 02 17:45:06.574 INFO O| Jul 02 17:45:06.574 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-02T17:45:07.348Z[ recovery-image] Jul 02 17:45:06.582 INFO O| Jul 02 17:45:06.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61402026-07-02T17:45:07.348Z[ recovery-image] Jul 02 17:45:06.582 INFO O| Jul 02 17:45:06.582 INFO STEP 263 (remove_files) COMPLETE
61412026-07-02T17:45:07.351Z[ recovery-image] Jul 02 17:45:06.582 INFO O| Jul 02 17:45:06.582 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-02T17:45:07.354Z[ recovery-image] Jul 02 17:45:06.589 INFO O| Jul 02 17:45:06.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61432026-07-02T17:45:07.355Z[ recovery-image] Jul 02 17:45:06.589 INFO O| Jul 02 17:45:06.589 INFO STEP 264 (remove_files) COMPLETE
61442026-07-02T17:45:07.355Z[ recovery-image] Jul 02 17:45:06.589 INFO O| Jul 02 17:45:06.589 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-02T17:45:07.361Z[ recovery-image] Jul 02 17:45:06.597 INFO O| Jul 02 17:45:06.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61462026-07-02T17:45:07.361Z[ recovery-image] Jul 02 17:45:06.598 INFO O| Jul 02 17:45:06.597 INFO STEP 265 (remove_files) COMPLETE
61472026-07-02T17:45:07.362Z[ recovery-image] Jul 02 17:45:06.598 INFO O| Jul 02 17:45:06.597 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-02T17:45:07.368Z[ recovery-image] Jul 02 17:45:06.604 INFO O| Jul 02 17:45:06.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61492026-07-02T17:45:07.368Z[ recovery-image] Jul 02 17:45:06.604 INFO O| Jul 02 17:45:06.604 INFO STEP 266 (remove_files) COMPLETE
61502026-07-02T17:45:07.368Z[ recovery-image] Jul 02 17:45:06.604 INFO O| Jul 02 17:45:06.604 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-02T17:45:07.376Z[ recovery-image] Jul 02 17:45:06.612 INFO O| Jul 02 17:45:06.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61522026-07-02T17:45:07.381Z[ recovery-image] Jul 02 17:45:06.612 INFO O| Jul 02 17:45:06.612 INFO STEP 267 (remove_files) COMPLETE
61532026-07-02T17:45:07.381Z[ recovery-image] Jul 02 17:45:06.612 INFO O| Jul 02 17:45:06.612 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-02T17:45:07.387Z[ recovery-image] Jul 02 17:45:06.619 INFO O| Jul 02 17:45:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61552026-07-02T17:45:07.387Z[ recovery-image] Jul 02 17:45:06.619 INFO O| Jul 02 17:45:06.619 INFO STEP 268 (remove_files) COMPLETE
61562026-07-02T17:45:07.387Z[ recovery-image] Jul 02 17:45:06.619 INFO O| Jul 02 17:45:06.619 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-02T17:45:07.391Z[ recovery-image] Jul 02 17:45:06.626 INFO O| Jul 02 17:45:06.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61582026-07-02T17:45:07.391Z[ recovery-image] Jul 02 17:45:06.626 INFO O| Jul 02 17:45:06.626 INFO STEP 269 (remove_files) COMPLETE
61592026-07-02T17:45:07.391Z[ recovery-image] Jul 02 17:45:06.626 INFO O| Jul 02 17:45:06.626 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-02T17:45:07.396Z[ recovery-image] Jul 02 17:45:06.632 INFO O| Jul 02 17:45:06.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61612026-07-02T17:45:07.400Z[ recovery-image] Jul 02 17:45:06.632 INFO O| Jul 02 17:45:06.632 INFO STEP 270 (remove_files) COMPLETE
61622026-07-02T17:45:07.400Z[ recovery-image] Jul 02 17:45:06.632 INFO O| Jul 02 17:45:06.632 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-02T17:45:07.404Z[ recovery-image] Jul 02 17:45:06.638 INFO O| Jul 02 17:45:06.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61642026-07-02T17:45:07.404Z[ recovery-image] Jul 02 17:45:06.638 INFO O| Jul 02 17:45:06.638 INFO STEP 271 (remove_files) COMPLETE
61652026-07-02T17:45:07.404Z[ recovery-image] Jul 02 17:45:06.638 INFO O| Jul 02 17:45:06.638 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-02T17:45:07.408Z[ recovery-image] Jul 02 17:45:06.644 INFO O| Jul 02 17:45:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61672026-07-02T17:45:07.409Z[ recovery-image] Jul 02 17:45:06.644 INFO O| Jul 02 17:45:06.644 INFO STEP 272 (remove_files) COMPLETE
61682026-07-02T17:45:07.409Z[ recovery-image] Jul 02 17:45:06.644 INFO O| Jul 02 17:45:06.644 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-02T17:45:07.415Z[ recovery-image] Jul 02 17:45:06.651 INFO O| Jul 02 17:45:06.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61702026-07-02T17:45:07.418Z[ recovery-image] Jul 02 17:45:06.651 INFO O| Jul 02 17:45:06.651 INFO STEP 273 (remove_files) COMPLETE
61712026-07-02T17:45:07.419Z[ recovery-image] Jul 02 17:45:06.651 INFO O| Jul 02 17:45:06.651 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-02T17:45:07.424Z[ recovery-image] Jul 02 17:45:06.657 INFO O| Jul 02 17:45:06.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61732026-07-02T17:45:07.424Z[ recovery-image] Jul 02 17:45:06.657 INFO O| Jul 02 17:45:06.657 INFO STEP 274 (remove_files) COMPLETE
61742026-07-02T17:45:07.424Z[ recovery-image] Jul 02 17:45:06.657 INFO O| Jul 02 17:45:06.657 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-02T17:45:07.428Z[ recovery-image] Jul 02 17:45:06.664 INFO O| Jul 02 17:45:06.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61762026-07-02T17:45:07.428Z[ recovery-image] Jul 02 17:45:06.664 INFO O| Jul 02 17:45:06.664 INFO STEP 275 (remove_files) COMPLETE
61772026-07-02T17:45:07.431Z[ recovery-image] Jul 02 17:45:06.664 INFO O| Jul 02 17:45:06.664 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-02T17:45:07.435Z[ recovery-image] Jul 02 17:45:06.670 INFO O| Jul 02 17:45:06.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61792026-07-02T17:45:07.435Z[ recovery-image] Jul 02 17:45:06.670 INFO O| Jul 02 17:45:06.670 INFO STEP 276 (remove_files) COMPLETE
61802026-07-02T17:45:07.435Z[ recovery-image] Jul 02 17:45:06.670 INFO O| Jul 02 17:45:06.670 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-02T17:45:07.442Z[ recovery-image] Jul 02 17:45:06.678 INFO O| Jul 02 17:45:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61822026-07-02T17:45:07.442Z[ recovery-image] Jul 02 17:45:06.678 INFO O| Jul 02 17:45:06.678 INFO STEP 277 (remove_files) COMPLETE
61832026-07-02T17:45:07.446Z[ recovery-image] Jul 02 17:45:06.678 INFO O| Jul 02 17:45:06.678 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-02T17:45:07.451Z[ recovery-image] Jul 02 17:45:06.685 INFO O| Jul 02 17:45:06.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61852026-07-02T17:45:07.451Z[ recovery-image] Jul 02 17:45:06.685 INFO O| Jul 02 17:45:06.685 INFO STEP 278 (remove_files) COMPLETE
61862026-07-02T17:45:07.452Z[ recovery-image] Jul 02 17:45:06.685 INFO O| Jul 02 17:45:06.685 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-02T17:45:07.458Z[ recovery-image] Jul 02 17:45:06.692 INFO O| Jul 02 17:45:06.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61882026-07-02T17:45:07.458Z[ recovery-image] Jul 02 17:45:06.692 INFO O| Jul 02 17:45:06.692 INFO STEP 279 (remove_files) COMPLETE
61892026-07-02T17:45:07.458Z[ recovery-image] Jul 02 17:45:06.692 INFO O| Jul 02 17:45:06.692 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-02T17:45:07.466Z[ recovery-image] Jul 02 17:45:06.699 INFO O| Jul 02 17:45:06.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61912026-07-02T17:45:07.466Z[ recovery-image] Jul 02 17:45:06.699 INFO O| Jul 02 17:45:06.699 INFO STEP 280 (remove_files) COMPLETE
61922026-07-02T17:45:07.466Z[ recovery-image] Jul 02 17:45:06.699 INFO O| Jul 02 17:45:06.699 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-02T17:45:07.470Z[ recovery-image] Jul 02 17:45:06.706 INFO O| Jul 02 17:45:06.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61942026-07-02T17:45:07.470Z[ recovery-image] Jul 02 17:45:06.706 INFO O| Jul 02 17:45:06.706 INFO STEP 281 (remove_files) COMPLETE
61952026-07-02T17:45:07.473Z[ recovery-image] Jul 02 17:45:06.706 INFO O| Jul 02 17:45:06.706 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-02T17:45:07.477Z[ recovery-image] Jul 02 17:45:06.713 INFO O| Jul 02 17:45:06.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61972026-07-02T17:45:07.478Z[ recovery-image] Jul 02 17:45:06.713 INFO O| Jul 02 17:45:06.713 INFO STEP 282 (remove_files) COMPLETE
61982026-07-02T17:45:07.482Z[ recovery-image] Jul 02 17:45:06.713 INFO O| Jul 02 17:45:06.713 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-02T17:45:07.485Z[ recovery-image] Jul 02 17:45:06.720 INFO O| Jul 02 17:45:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62002026-07-02T17:45:07.485Z[ recovery-image] Jul 02 17:45:06.720 INFO O| Jul 02 17:45:06.720 INFO STEP 283 (remove_files) COMPLETE
62012026-07-02T17:45:07.486Z[ recovery-image] Jul 02 17:45:06.720 INFO O| Jul 02 17:45:06.720 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-02T17:45:07.491Z[ recovery-image] Jul 02 17:45:06.727 INFO O| Jul 02 17:45:06.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62032026-07-02T17:45:07.491Z[ recovery-image] Jul 02 17:45:06.727 INFO O| Jul 02 17:45:06.727 INFO STEP 284 (remove_files) COMPLETE
62042026-07-02T17:45:07.491Z[ recovery-image] Jul 02 17:45:06.727 INFO O| Jul 02 17:45:06.727 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-02T17:45:07.500Z[ recovery-image] Jul 02 17:45:06.736 INFO O| Jul 02 17:45:06.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62062026-07-02T17:45:07.503Z[ recovery-image] Jul 02 17:45:06.736 INFO O| Jul 02 17:45:06.736 INFO STEP 285 (remove_files) COMPLETE
62072026-07-02T17:45:07.503Z[ recovery-image] Jul 02 17:45:06.736 INFO O| Jul 02 17:45:06.736 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-02T17:45:07.506Z[ recovery-image] Jul 02 17:45:06.742 INFO O| Jul 02 17:45:06.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62092026-07-02T17:45:07.506Z[ recovery-image] Jul 02 17:45:06.742 INFO O| Jul 02 17:45:06.742 INFO STEP 286 (remove_files) COMPLETE
62102026-07-02T17:45:07.506Z[ recovery-image] Jul 02 17:45:06.742 INFO O| Jul 02 17:45:06.742 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-02T17:45:07.513Z[ recovery-image] Jul 02 17:45:06.749 INFO O| Jul 02 17:45:06.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62122026-07-02T17:45:07.513Z[ recovery-image] Jul 02 17:45:06.749 INFO O| Jul 02 17:45:06.749 INFO STEP 287 (remove_files) COMPLETE
62132026-07-02T17:45:07.513Z[ recovery-image] Jul 02 17:45:06.749 INFO O| Jul 02 17:45:06.749 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-02T17:45:07.519Z[ recovery-image] Jul 02 17:45:06.755 INFO O| Jul 02 17:45:06.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62152026-07-02T17:45:07.519Z[ recovery-image] Jul 02 17:45:06.755 INFO O| Jul 02 17:45:06.755 INFO STEP 288 (remove_files) COMPLETE
62162026-07-02T17:45:07.523Z[ recovery-image] Jul 02 17:45:06.755 INFO O| Jul 02 17:45:06.755 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-02T17:45:07.526Z[ recovery-image] Jul 02 17:45:06.762 INFO O| Jul 02 17:45:06.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62182026-07-02T17:45:07.526Z[ recovery-image] Jul 02 17:45:06.762 INFO O| Jul 02 17:45:06.762 INFO STEP 289 (remove_files) COMPLETE
62192026-07-02T17:45:07.529Z[ recovery-image] Jul 02 17:45:06.762 INFO O| Jul 02 17:45:06.762 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-02T17:45:07.533Z[ recovery-image] Jul 02 17:45:06.769 INFO O| Jul 02 17:45:06.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62212026-07-02T17:45:07.533Z[ recovery-image] Jul 02 17:45:06.769 INFO O| Jul 02 17:45:06.769 INFO STEP 290 (remove_files) COMPLETE
62222026-07-02T17:45:07.539Z[ recovery-image] Jul 02 17:45:06.769 INFO O| Jul 02 17:45:06.769 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-02T17:45:07.543Z[ recovery-image] Jul 02 17:45:06.775 INFO O| Jul 02 17:45:06.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62242026-07-02T17:45:07.543Z[ recovery-image] Jul 02 17:45:06.775 INFO O| Jul 02 17:45:06.775 INFO STEP 291 (remove_files) COMPLETE
62252026-07-02T17:45:07.543Z[ recovery-image] Jul 02 17:45:06.775 INFO O| Jul 02 17:45:06.775 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-02T17:45:07.547Z[ recovery-image] Jul 02 17:45:06.782 INFO O| Jul 02 17:45:06.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62272026-07-02T17:45:07.547Z[ recovery-image] Jul 02 17:45:06.782 INFO O| Jul 02 17:45:06.782 INFO STEP 292 (remove_files) COMPLETE
62282026-07-02T17:45:07.547Z[ recovery-image] Jul 02 17:45:06.782 INFO O| Jul 02 17:45:06.782 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-02T17:45:07.553Z[ recovery-image] Jul 02 17:45:06.788 INFO O| Jul 02 17:45:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62302026-07-02T17:45:07.553Z[ recovery-image] Jul 02 17:45:06.788 INFO O| Jul 02 17:45:06.788 INFO STEP 293 (remove_files) COMPLETE
62312026-07-02T17:45:07.553Z[ recovery-image] Jul 02 17:45:06.788 INFO O| Jul 02 17:45:06.788 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-02T17:45:07.560Z[ recovery-image] Jul 02 17:45:06.796 INFO O| Jul 02 17:45:06.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62332026-07-02T17:45:07.560Z[ recovery-image] Jul 02 17:45:06.796 INFO O| Jul 02 17:45:06.796 INFO STEP 294 (remove_files) COMPLETE
62342026-07-02T17:45:07.560Z[ recovery-image] Jul 02 17:45:06.796 INFO O| Jul 02 17:45:06.796 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-02T17:45:07.568Z[ recovery-image] Jul 02 17:45:06.804 INFO O| Jul 02 17:45:06.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62362026-07-02T17:45:07.571Z[ recovery-image] Jul 02 17:45:06.804 INFO O| Jul 02 17:45:06.804 INFO STEP 295 (remove_files) COMPLETE
62372026-07-02T17:45:07.572Z[ recovery-image] Jul 02 17:45:06.804 INFO O| Jul 02 17:45:06.804 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-02T17:45:07.576Z[ recovery-image] Jul 02 17:45:06.812 INFO O| Jul 02 17:45:06.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62392026-07-02T17:45:07.579Z[ recovery-image] Jul 02 17:45:06.812 INFO O| Jul 02 17:45:06.812 INFO STEP 296 (remove_files) COMPLETE
62402026-07-02T17:45:07.579Z[ recovery-image] Jul 02 17:45:06.812 INFO O| Jul 02 17:45:06.812 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-02T17:45:07.583Z[ recovery-image] Jul 02 17:45:06.819 INFO O| Jul 02 17:45:06.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62422026-07-02T17:45:07.583Z[ recovery-image] Jul 02 17:45:06.819 INFO O| Jul 02 17:45:06.819 INFO STEP 297 (remove_files) COMPLETE
62432026-07-02T17:45:07.586Z[ recovery-image] Jul 02 17:45:06.819 INFO O| Jul 02 17:45:06.819 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-02T17:45:07.593Z[ recovery-image] Jul 02 17:45:06.828 INFO O| Jul 02 17:45:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62452026-07-02T17:45:07.593Z[ recovery-image] Jul 02 17:45:06.828 INFO O| Jul 02 17:45:06.828 INFO STEP 298 (remove_files) COMPLETE
62462026-07-02T17:45:07.596Z[ recovery-image] Jul 02 17:45:06.828 INFO O| Jul 02 17:45:06.828 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-02T17:45:07.601Z[ recovery-image] Jul 02 17:45:06.835 INFO O| Jul 02 17:45:06.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62482026-07-02T17:45:07.601Z[ recovery-image] Jul 02 17:45:06.835 INFO O| Jul 02 17:45:06.835 INFO STEP 299 (remove_files) COMPLETE
62492026-07-02T17:45:07.602Z[ recovery-image] Jul 02 17:45:06.835 INFO O| Jul 02 17:45:06.835 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-02T17:45:07.606Z[ recovery-image] Jul 02 17:45:06.842 INFO O| Jul 02 17:45:06.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62512026-07-02T17:45:07.606Z[ recovery-image] Jul 02 17:45:06.842 INFO O| Jul 02 17:45:06.842 INFO STEP 300 (remove_files) COMPLETE
62522026-07-02T17:45:07.609Z[ recovery-image] Jul 02 17:45:06.842 INFO O| Jul 02 17:45:06.842 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-02T17:45:07.615Z[ recovery-image] Jul 02 17:45:06.851 INFO O| Jul 02 17:45:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62542026-07-02T17:45:07.615Z[ recovery-image] Jul 02 17:45:06.851 INFO O| Jul 02 17:45:06.851 INFO STEP 301 (remove_files) COMPLETE
62552026-07-02T17:45:07.621Z[ recovery-image] Jul 02 17:45:06.851 INFO O| Jul 02 17:45:06.851 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-02T17:45:07.624Z[ recovery-image] Jul 02 17:45:06.859 INFO O| Jul 02 17:45:06.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62572026-07-02T17:45:07.624Z[ recovery-image] Jul 02 17:45:06.859 INFO O| Jul 02 17:45:06.859 INFO STEP 302 (remove_files) COMPLETE
62582026-07-02T17:45:07.624Z[ recovery-image] Jul 02 17:45:06.860 INFO O| Jul 02 17:45:06.859 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-02T17:45:07.631Z[ recovery-image] Jul 02 17:45:06.867 INFO O| Jul 02 17:45:06.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62602026-07-02T17:45:07.631Z[ recovery-image] Jul 02 17:45:06.867 INFO O| Jul 02 17:45:06.867 INFO STEP 303 (remove_files) COMPLETE
62612026-07-02T17:45:07.634Z[ recovery-image] Jul 02 17:45:06.867 INFO O| Jul 02 17:45:06.867 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-02T17:45:07.639Z[ recovery-image] Jul 02 17:45:06.875 INFO O| Jul 02 17:45:06.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62632026-07-02T17:45:07.642Z[ recovery-image] Jul 02 17:45:06.875 INFO O| Jul 02 17:45:06.875 INFO STEP 304 (remove_files) COMPLETE
62642026-07-02T17:45:07.642Z[ recovery-image] Jul 02 17:45:06.875 INFO O| Jul 02 17:45:06.875 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-02T17:45:07.647Z[ recovery-image] Jul 02 17:45:06.883 INFO O| Jul 02 17:45:06.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62662026-07-02T17:45:07.647Z[ recovery-image] Jul 02 17:45:06.883 INFO O| Jul 02 17:45:06.883 INFO STEP 305 (remove_files) COMPLETE
62672026-07-02T17:45:07.650Z[ recovery-image] Jul 02 17:45:06.883 INFO O| Jul 02 17:45:06.883 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-02T17:45:07.654Z[ recovery-image] Jul 02 17:45:06.890 INFO O| Jul 02 17:45:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62692026-07-02T17:45:07.654Z[ recovery-image] Jul 02 17:45:06.890 INFO O| Jul 02 17:45:06.890 INFO STEP 306 (remove_files) COMPLETE
62702026-07-02T17:45:07.658Z[ recovery-image] Jul 02 17:45:06.890 INFO O| Jul 02 17:45:06.890 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-02T17:45:07.663Z[ recovery-image] Jul 02 17:45:06.898 INFO O| Jul 02 17:45:06.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62722026-07-02T17:45:07.663Z[ recovery-image] Jul 02 17:45:06.898 INFO O| Jul 02 17:45:06.898 INFO STEP 307 (remove_files) COMPLETE
62732026-07-02T17:45:07.663Z[ recovery-image] Jul 02 17:45:06.898 INFO O| Jul 02 17:45:06.898 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-02T17:45:07.669Z[ recovery-image] Jul 02 17:45:06.905 INFO O| Jul 02 17:45:06.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62752026-07-02T17:45:07.672Z[ recovery-image] Jul 02 17:45:06.905 INFO O| Jul 02 17:45:06.905 INFO STEP 308 (remove_files) COMPLETE
62762026-07-02T17:45:07.673Z[ recovery-image] Jul 02 17:45:06.905 INFO O| Jul 02 17:45:06.905 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-02T17:45:07.678Z[ recovery-image] Jul 02 17:45:06.911 INFO O| Jul 02 17:45:06.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62782026-07-02T17:45:07.678Z[ recovery-image] Jul 02 17:45:06.911 INFO O| Jul 02 17:45:06.911 INFO STEP 309 (remove_files) COMPLETE
62792026-07-02T17:45:07.678Z[ recovery-image] Jul 02 17:45:06.911 INFO O| Jul 02 17:45:06.911 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-02T17:45:07.682Z[ recovery-image] Jul 02 17:45:06.918 INFO O| Jul 02 17:45:06.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62812026-07-02T17:45:07.682Z[ recovery-image] Jul 02 17:45:06.918 INFO O| Jul 02 17:45:06.918 INFO STEP 310 (remove_files) COMPLETE
62822026-07-02T17:45:07.685Z[ recovery-image] Jul 02 17:45:06.918 INFO O| Jul 02 17:45:06.918 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-02T17:45:07.689Z[ recovery-image] Jul 02 17:45:06.925 INFO O| Jul 02 17:45:06.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62842026-07-02T17:45:07.689Z[ recovery-image] Jul 02 17:45:06.925 INFO O| Jul 02 17:45:06.925 INFO STEP 311 (remove_files) COMPLETE
62852026-07-02T17:45:07.689Z[ recovery-image] Jul 02 17:45:06.925 INFO O| Jul 02 17:45:06.925 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-02T17:45:07.696Z[ recovery-image] Jul 02 17:45:06.932 INFO O| Jul 02 17:45:06.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62872026-07-02T17:45:07.696Z[ recovery-image] Jul 02 17:45:06.932 INFO O| Jul 02 17:45:06.932 INFO STEP 312 (remove_files) COMPLETE
62882026-07-02T17:45:07.696Z[ recovery-image] Jul 02 17:45:06.932 INFO O| Jul 02 17:45:06.932 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-02T17:45:07.703Z[ recovery-image] Jul 02 17:45:06.939 INFO O| Jul 02 17:45:06.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62902026-07-02T17:45:07.706Z[ recovery-image] Jul 02 17:45:06.939 INFO O| Jul 02 17:45:06.939 INFO STEP 313 (remove_files) COMPLETE
62912026-07-02T17:45:07.706Z[ recovery-image] Jul 02 17:45:06.939 INFO O| Jul 02 17:45:06.939 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-02T17:45:07.712Z[ recovery-image] Jul 02 17:45:06.947 INFO O| Jul 02 17:45:06.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62932026-07-02T17:45:07.712Z[ recovery-image] Jul 02 17:45:06.947 INFO O| Jul 02 17:45:06.947 INFO STEP 314 (remove_files) COMPLETE
62942026-07-02T17:45:07.712Z[ recovery-image] Jul 02 17:45:06.947 INFO O| Jul 02 17:45:06.947 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-02T17:45:07.718Z[ recovery-image] Jul 02 17:45:06.954 INFO O| Jul 02 17:45:06.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62962026-07-02T17:45:07.718Z[ recovery-image] Jul 02 17:45:06.954 INFO O| Jul 02 17:45:06.954 INFO STEP 315 (remove_files) COMPLETE
62972026-07-02T17:45:07.718Z[ recovery-image] Jul 02 17:45:06.954 INFO O| Jul 02 17:45:06.954 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-02T17:45:07.725Z[ recovery-image] Jul 02 17:45:06.961 INFO O| Jul 02 17:45:06.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62992026-07-02T17:45:07.725Z[ recovery-image] Jul 02 17:45:06.961 INFO O| Jul 02 17:45:06.961 INFO STEP 316 (remove_files) COMPLETE
63002026-07-02T17:45:07.725Z[ recovery-image] Jul 02 17:45:06.961 INFO O| Jul 02 17:45:06.961 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-02T17:45:07.732Z[ recovery-image] Jul 02 17:45:06.968 INFO O| Jul 02 17:45:06.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63022026-07-02T17:45:07.732Z[ recovery-image] Jul 02 17:45:06.968 INFO O| Jul 02 17:45:06.968 INFO STEP 317 (remove_files) COMPLETE
63032026-07-02T17:45:07.736Z[ recovery-image] Jul 02 17:45:06.968 INFO O| Jul 02 17:45:06.968 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-02T17:45:07.739Z[ recovery-image] Jul 02 17:45:06.975 INFO O| Jul 02 17:45:06.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63052026-07-02T17:45:07.739Z[ recovery-image] Jul 02 17:45:06.975 INFO O| Jul 02 17:45:06.975 INFO STEP 318 (remove_files) COMPLETE
63062026-07-02T17:45:07.739Z[ recovery-image] Jul 02 17:45:06.975 INFO O| Jul 02 17:45:06.975 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-02T17:45:07.746Z[ recovery-image] Jul 02 17:45:06.982 INFO O| Jul 02 17:45:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63082026-07-02T17:45:07.749Z[ recovery-image] Jul 02 17:45:06.982 INFO O| Jul 02 17:45:06.982 INFO STEP 319 (remove_files) COMPLETE
63092026-07-02T17:45:07.749Z[ recovery-image] Jul 02 17:45:06.982 INFO O| Jul 02 17:45:06.982 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-02T17:45:07.753Z[ recovery-image] Jul 02 17:45:06.989 INFO O| Jul 02 17:45:06.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63112026-07-02T17:45:07.753Z[ recovery-image] Jul 02 17:45:06.989 INFO O| Jul 02 17:45:06.989 INFO STEP 320 (remove_files) COMPLETE
63122026-07-02T17:45:07.753Z[ recovery-image] Jul 02 17:45:06.989 INFO O| Jul 02 17:45:06.989 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-02T17:45:07.760Z[ recovery-image] Jul 02 17:45:06.996 INFO O| Jul 02 17:45:06.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63142026-07-02T17:45:07.760Z[ recovery-image] Jul 02 17:45:06.996 INFO O| Jul 02 17:45:06.996 INFO STEP 321 (remove_files) COMPLETE
63152026-07-02T17:45:07.764Z[ recovery-image] Jul 02 17:45:06.996 INFO O| Jul 02 17:45:06.996 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-02T17:45:07.767Z[ recovery-image] Jul 02 17:45:07.002 INFO O| Jul 02 17:45:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63172026-07-02T17:45:07.767Z[ recovery-image] Jul 02 17:45:07.002 INFO O| Jul 02 17:45:07.002 INFO STEP 322 (remove_files) COMPLETE
63182026-07-02T17:45:07.767Z[ recovery-image] Jul 02 17:45:07.002 INFO O| Jul 02 17:45:07.002 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-02T17:45:07.774Z[ recovery-image] Jul 02 17:45:07.009 INFO O| Jul 02 17:45:07.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63202026-07-02T17:45:07.774Z[ recovery-image] Jul 02 17:45:07.009 INFO O| Jul 02 17:45:07.009 INFO STEP 323 (remove_files) COMPLETE
63212026-07-02T17:45:07.778Z[ recovery-image] Jul 02 17:45:07.009 INFO O| Jul 02 17:45:07.009 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-02T17:45:07.781Z[ recovery-image] Jul 02 17:45:07.016 INFO O| Jul 02 17:45:07.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63232026-07-02T17:45:07.781Z[ recovery-image] Jul 02 17:45:07.016 INFO O| Jul 02 17:45:07.016 INFO STEP 324 (remove_files) COMPLETE
63242026-07-02T17:45:07.781Z[ recovery-image] Jul 02 17:45:07.016 INFO O| Jul 02 17:45:07.016 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-02T17:45:07.787Z[ recovery-image] Jul 02 17:45:07.023 INFO O| Jul 02 17:45:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63262026-07-02T17:45:07.787Z[ recovery-image] Jul 02 17:45:07.023 INFO O| Jul 02 17:45:07.023 INFO STEP 325 (remove_files) COMPLETE
63272026-07-02T17:45:07.791Z[ recovery-image] Jul 02 17:45:07.023 INFO O| Jul 02 17:45:07.023 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-02T17:45:07.794Z[ recovery-image] Jul 02 17:45:07.030 INFO O| Jul 02 17:45:07.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63292026-07-02T17:45:07.794Z[ recovery-image] Jul 02 17:45:07.030 INFO O| Jul 02 17:45:07.030 INFO STEP 326 (remove_files) COMPLETE
63302026-07-02T17:45:07.798Z[ recovery-image] Jul 02 17:45:07.030 INFO O| Jul 02 17:45:07.030 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-02T17:45:07.801Z[ recovery-image] Jul 02 17:45:07.037 INFO O| Jul 02 17:45:07.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63322026-07-02T17:45:07.801Z[ recovery-image] Jul 02 17:45:07.037 INFO O| Jul 02 17:45:07.037 INFO STEP 327 (remove_files) COMPLETE
63332026-07-02T17:45:07.801Z[ recovery-image] Jul 02 17:45:07.037 INFO O| Jul 02 17:45:07.037 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-02T17:45:07.808Z[ recovery-image] Jul 02 17:45:07.044 INFO O| Jul 02 17:45:07.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63352026-07-02T17:45:07.808Z[ recovery-image] Jul 02 17:45:07.044 INFO O| Jul 02 17:45:07.044 INFO STEP 328 (remove_files) COMPLETE
63362026-07-02T17:45:07.812Z[ recovery-image] Jul 02 17:45:07.044 INFO O| Jul 02 17:45:07.044 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-02T17:45:07.818Z[ recovery-image] Jul 02 17:45:07.052 INFO O| Jul 02 17:45:07.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63382026-07-02T17:45:07.818Z[ recovery-image] Jul 02 17:45:07.052 INFO O| Jul 02 17:45:07.052 INFO STEP 329 (remove_files) COMPLETE
63392026-07-02T17:45:07.825Z[ recovery-image] Jul 02 17:45:07.052 INFO O| Jul 02 17:45:07.052 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-02T17:45:07.882Z[ recovery-image] Jul 02 17:45:07.059 INFO O| Jul 02 17:45:07.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63412026-07-02T17:45:07.882Z[ recovery-image] Jul 02 17:45:07.059 INFO O| Jul 02 17:45:07.059 INFO STEP 330 (remove_files) COMPLETE
63422026-07-02T17:45:07.882Z[ recovery-image] Jul 02 17:45:07.059 INFO O| Jul 02 17:45:07.059 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.065 INFO O| Jul 02 17:45:07.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63442026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.065 INFO O| Jul 02 17:45:07.065 INFO STEP 331 (remove_files) COMPLETE
63452026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.065 INFO O| Jul 02 17:45:07.065 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.071 INFO O| Jul 02 17:45:07.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63472026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.071 INFO O| Jul 02 17:45:07.071 INFO STEP 332 (remove_files) COMPLETE
63482026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.071 INFO O| Jul 02 17:45:07.071 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-02T17:45:07.893Z[ recovery-image] Jul 02 17:45:07.078 INFO O| Jul 02 17:45:07.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63502026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.078 INFO O| Jul 02 17:45:07.078 INFO STEP 333 (remove_files) COMPLETE
63512026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.078 INFO O| Jul 02 17:45:07.078 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.086 INFO O| Jul 02 17:45:07.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63532026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.086 INFO O| Jul 02 17:45:07.086 INFO STEP 334 (remove_files) COMPLETE
63542026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.086 INFO O| Jul 02 17:45:07.086 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.093 INFO O| Jul 02 17:45:07.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63562026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.093 INFO O| Jul 02 17:45:07.093 INFO STEP 335 (remove_files) COMPLETE
63572026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.093 INFO O| Jul 02 17:45:07.093 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.101 INFO O| Jul 02 17:45:07.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63592026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.101 INFO O| Jul 02 17:45:07.101 INFO STEP 336 (remove_files) COMPLETE
63602026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.101 INFO O| Jul 02 17:45:07.101 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.108 INFO O| Jul 02 17:45:07.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63622026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.108 INFO O| Jul 02 17:45:07.108 INFO STEP 337 (remove_files) COMPLETE
63632026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.108 INFO O| Jul 02 17:45:07.108 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.115 INFO O| Jul 02 17:45:07.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63652026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.115 INFO O| Jul 02 17:45:07.115 INFO STEP 338 (remove_files) COMPLETE
63662026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.115 INFO O| Jul 02 17:45:07.115 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.122 INFO O| Jul 02 17:45:07.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63682026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.122 INFO O| Jul 02 17:45:07.122 INFO STEP 339 (remove_files) COMPLETE
63692026-07-02T17:45:07.896Z[ recovery-image] Jul 02 17:45:07.122 INFO O| Jul 02 17:45:07.122 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-02T17:45:07.904Z[ recovery-image] Jul 02 17:45:07.130 INFO O| Jul 02 17:45:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63712026-07-02T17:45:07.904Z[ recovery-image] Jul 02 17:45:07.130 INFO O| Jul 02 17:45:07.130 INFO STEP 340 (remove_files) COMPLETE
63722026-07-02T17:45:07.904Z[ recovery-image] Jul 02 17:45:07.130 INFO O| Jul 02 17:45:07.130 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-02T17:45:07.907Z[ recovery-image] Jul 02 17:45:07.137 INFO O| Jul 02 17:45:07.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63742026-07-02T17:45:07.907Z[ recovery-image] Jul 02 17:45:07.137 INFO O| Jul 02 17:45:07.137 INFO STEP 341 (remove_files) COMPLETE
63752026-07-02T17:45:07.907Z[ recovery-image] Jul 02 17:45:07.137 INFO O| Jul 02 17:45:07.137 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-02T17:45:07.910Z[ recovery-image] Jul 02 17:45:07.144 INFO O| Jul 02 17:45:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63772026-07-02T17:45:07.911Z[ recovery-image] Jul 02 17:45:07.144 INFO O| Jul 02 17:45:07.144 INFO STEP 342 (remove_files) COMPLETE
63782026-07-02T17:45:07.911Z[ recovery-image] Jul 02 17:45:07.144 INFO O| Jul 02 17:45:07.144 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-02T17:45:07.914Z[ recovery-image] Jul 02 17:45:07.150 INFO O| Jul 02 17:45:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63802026-07-02T17:45:07.914Z[ recovery-image] Jul 02 17:45:07.150 INFO O| Jul 02 17:45:07.150 INFO STEP 343 (remove_files) COMPLETE
63812026-07-02T17:45:07.914Z[ recovery-image] Jul 02 17:45:07.150 INFO O| Jul 02 17:45:07.150 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-02T17:45:07.920Z[ recovery-image] Jul 02 17:45:07.156 INFO O| Jul 02 17:45:07.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63832026-07-02T17:45:07.920Z[ recovery-image] Jul 02 17:45:07.156 INFO O| Jul 02 17:45:07.156 INFO STEP 344 (remove_files) COMPLETE
63842026-07-02T17:45:07.920Z[ recovery-image] Jul 02 17:45:07.156 INFO O| Jul 02 17:45:07.156 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-02T17:45:07.926Z[ recovery-image] Jul 02 17:45:07.162 INFO O| Jul 02 17:45:07.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63862026-07-02T17:45:07.926Z[ recovery-image] Jul 02 17:45:07.162 INFO O| Jul 02 17:45:07.162 INFO STEP 345 (remove_files) COMPLETE
63872026-07-02T17:45:07.926Z[ recovery-image] Jul 02 17:45:07.162 INFO O| Jul 02 17:45:07.162 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-02T17:45:07.934Z[ recovery-image] Jul 02 17:45:07.168 INFO O| Jul 02 17:45:07.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63892026-07-02T17:45:07.937Z[ recovery-image] Jul 02 17:45:07.168 INFO O| Jul 02 17:45:07.168 INFO STEP 346 (remove_files) COMPLETE
63902026-07-02T17:45:07.937Z[ recovery-image] Jul 02 17:45:07.168 INFO O| Jul 02 17:45:07.168 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-02T17:45:07.941Z[ recovery-image] Jul 02 17:45:07.177 INFO O| Jul 02 17:45:07.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63922026-07-02T17:45:07.941Z[ recovery-image] Jul 02 17:45:07.177 INFO O| Jul 02 17:45:07.177 INFO STEP 347 (remove_files) COMPLETE
63932026-07-02T17:45:07.952Z[ recovery-image] Jul 02 17:45:07.177 INFO O| Jul 02 17:45:07.177 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.183 INFO O| Jul 02 17:45:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63952026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.183 INFO O| Jul 02 17:45:07.183 INFO STEP 348 (remove_files) COMPLETE
63962026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.183 INFO O| Jul 02 17:45:07.183 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.189 INFO O| Jul 02 17:45:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63982026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.189 INFO O| Jul 02 17:45:07.189 INFO STEP 349 (remove_files) COMPLETE
63992026-07-02T17:45:07.963Z[ recovery-image] Jul 02 17:45:07.189 INFO O| Jul 02 17:45:07.189 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-02T17:45:07.970Z[ recovery-image] Jul 02 17:45:07.195 INFO O| Jul 02 17:45:07.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64012026-07-02T17:45:07.970Z[ recovery-image] Jul 02 17:45:07.195 INFO O| Jul 02 17:45:07.195 INFO STEP 350 (remove_files) COMPLETE
64022026-07-02T17:45:07.970Z[ recovery-image] Jul 02 17:45:07.195 INFO O| Jul 02 17:45:07.195 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-02T17:45:07.970Z[ recovery-image] Jul 02 17:45:07.201 INFO O| Jul 02 17:45:07.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64042026-07-02T17:45:07.971Z[ recovery-image] Jul 02 17:45:07.201 INFO O| Jul 02 17:45:07.201 INFO STEP 351 (remove_files) COMPLETE
64052026-07-02T17:45:07.971Z[ recovery-image] Jul 02 17:45:07.201 INFO O| Jul 02 17:45:07.201 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-02T17:45:07.974Z[ recovery-image] Jul 02 17:45:07.206 INFO O| Jul 02 17:45:07.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64072026-07-02T17:45:07.974Z[ recovery-image] Jul 02 17:45:07.206 INFO O| Jul 02 17:45:07.206 INFO STEP 352 (remove_files) COMPLETE
64082026-07-02T17:45:07.974Z[ recovery-image] Jul 02 17:45:07.206 INFO O| Jul 02 17:45:07.206 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-02T17:45:07.978Z[ recovery-image] Jul 02 17:45:07.212 INFO O| Jul 02 17:45:07.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64102026-07-02T17:45:07.978Z[ recovery-image] Jul 02 17:45:07.212 INFO O| Jul 02 17:45:07.212 INFO STEP 353 (remove_files) COMPLETE
64112026-07-02T17:45:07.978Z[ recovery-image] Jul 02 17:45:07.212 INFO O| Jul 02 17:45:07.212 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-02T17:45:07.983Z[ recovery-image] Jul 02 17:45:07.218 INFO O| Jul 02 17:45:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64132026-07-02T17:45:07.983Z[ recovery-image] Jul 02 17:45:07.218 INFO O| Jul 02 17:45:07.218 INFO STEP 354 (remove_files) COMPLETE
64142026-07-02T17:45:07.986Z[ recovery-image] Jul 02 17:45:07.219 INFO O| Jul 02 17:45:07.218 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-02T17:45:07.992Z[ recovery-image] Jul 02 17:45:07.228 INFO O| Jul 02 17:45:07.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64162026-07-02T17:45:07.992Z[ recovery-image] Jul 02 17:45:07.228 INFO O| Jul 02 17:45:07.228 INFO STEP 355 (remove_files) COMPLETE
64172026-07-02T17:45:07.992Z[ recovery-image] Jul 02 17:45:07.228 INFO O| Jul 02 17:45:07.228 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-02T17:45:08.000Z[ recovery-image] Jul 02 17:45:07.236 INFO O| Jul 02 17:45:07.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64192026-07-02T17:45:08.000Z[ recovery-image] Jul 02 17:45:07.236 INFO O| Jul 02 17:45:07.236 INFO STEP 356 (remove_files) COMPLETE
64202026-07-02T17:45:08.004Z[ recovery-image] Jul 02 17:45:07.236 INFO O| Jul 02 17:45:07.236 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-02T17:45:08.008Z[ recovery-image] Jul 02 17:45:07.242 INFO O| Jul 02 17:45:07.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64222026-07-02T17:45:08.008Z[ recovery-image] Jul 02 17:45:07.243 INFO O| Jul 02 17:45:07.243 INFO STEP 357 (remove_files) COMPLETE
64232026-07-02T17:45:08.008Z[ recovery-image] Jul 02 17:45:07.243 INFO O| Jul 02 17:45:07.243 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-02T17:45:08.013Z[ recovery-image] Jul 02 17:45:07.249 INFO O| Jul 02 17:45:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64252026-07-02T17:45:08.017Z[ recovery-image] Jul 02 17:45:07.250 INFO O| Jul 02 17:45:07.250 INFO STEP 358 (remove_files) COMPLETE
64262026-07-02T17:45:08.017Z[ recovery-image] Jul 02 17:45:07.250 INFO O| Jul 02 17:45:07.250 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-02T17:45:08.026Z[ recovery-image] Jul 02 17:45:07.257 INFO O| Jul 02 17:45:07.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64282026-07-02T17:45:08.030Z[ recovery-image] Jul 02 17:45:07.258 INFO O| Jul 02 17:45:07.258 INFO STEP 359 (remove_files) COMPLETE
64292026-07-02T17:45:08.030Z[ recovery-image] Jul 02 17:45:07.258 INFO O| Jul 02 17:45:07.258 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-02T17:45:08.030Z[ recovery-image] Jul 02 17:45:07.265 INFO O| Jul 02 17:45:07.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64312026-07-02T17:45:08.030Z[ recovery-image] Jul 02 17:45:07.265 INFO O| Jul 02 17:45:07.265 INFO STEP 360 (remove_files) COMPLETE
64322026-07-02T17:45:08.030Z[ recovery-image] Jul 02 17:45:07.265 INFO O| Jul 02 17:45:07.265 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-02T17:45:08.039Z[ recovery-image] Jul 02 17:45:07.271 INFO O| Jul 02 17:45:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64342026-07-02T17:45:08.039Z[ recovery-image] Jul 02 17:45:07.271 INFO O| Jul 02 17:45:07.271 INFO STEP 361 (remove_files) COMPLETE
64352026-07-02T17:45:08.039Z[ recovery-image] Jul 02 17:45:07.271 INFO O| Jul 02 17:45:07.271 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-02T17:45:08.043Z[ recovery-image] Jul 02 17:45:07.278 INFO O| Jul 02 17:45:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64372026-07-02T17:45:08.043Z[ recovery-image] Jul 02 17:45:07.278 INFO O| Jul 02 17:45:07.278 INFO STEP 362 (remove_files) COMPLETE
64382026-07-02T17:45:08.043Z[ recovery-image] Jul 02 17:45:07.278 INFO O| Jul 02 17:45:07.278 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-02T17:45:08.049Z[ recovery-image] Jul 02 17:45:07.285 INFO O| Jul 02 17:45:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64402026-07-02T17:45:08.049Z[ recovery-image] Jul 02 17:45:07.285 INFO O| Jul 02 17:45:07.285 INFO STEP 363 (remove_files) COMPLETE
64412026-07-02T17:45:08.049Z[ recovery-image] Jul 02 17:45:07.285 INFO O| Jul 02 17:45:07.285 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-02T17:45:08.055Z[ recovery-image] Jul 02 17:45:07.291 INFO O| Jul 02 17:45:07.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64432026-07-02T17:45:08.055Z[ recovery-image] Jul 02 17:45:07.291 INFO O| Jul 02 17:45:07.291 INFO STEP 364 (remove_files) COMPLETE
64442026-07-02T17:45:08.059Z[ recovery-image] Jul 02 17:45:07.291 INFO O| Jul 02 17:45:07.291 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-02T17:45:08.063Z[ recovery-image] Jul 02 17:45:07.298 INFO O| Jul 02 17:45:07.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64462026-07-02T17:45:08.063Z[ recovery-image] Jul 02 17:45:07.298 INFO O| Jul 02 17:45:07.298 INFO STEP 365 (remove_files) COMPLETE
64472026-07-02T17:45:08.063Z[ recovery-image] Jul 02 17:45:07.298 INFO O| Jul 02 17:45:07.298 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-02T17:45:08.071Z[ recovery-image] Jul 02 17:45:07.307 INFO O| Jul 02 17:45:07.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64492026-07-02T17:45:08.071Z[ recovery-image] Jul 02 17:45:07.307 INFO O| Jul 02 17:45:07.307 INFO STEP 366 (remove_files) COMPLETE
64502026-07-02T17:45:08.076Z[ recovery-image] Jul 02 17:45:07.307 INFO O| Jul 02 17:45:07.307 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-02T17:45:08.085Z[ recovery-image] Jul 02 17:45:07.316 INFO O| Jul 02 17:45:07.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64522026-07-02T17:45:08.085Z[ recovery-image] Jul 02 17:45:07.316 INFO O| Jul 02 17:45:07.316 INFO STEP 367 (remove_files) COMPLETE
64532026-07-02T17:45:08.085Z[ recovery-image] Jul 02 17:45:07.316 INFO O| Jul 02 17:45:07.316 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-02T17:45:08.090Z[ recovery-image] Jul 02 17:45:07.324 INFO O| Jul 02 17:45:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64552026-07-02T17:45:08.091Z[ recovery-image] Jul 02 17:45:07.324 INFO O| Jul 02 17:45:07.324 INFO STEP 368 (remove_files) COMPLETE
64562026-07-02T17:45:08.091Z[ recovery-image] Jul 02 17:45:07.324 INFO O| Jul 02 17:45:07.324 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-02T17:45:08.102Z[ recovery-image] Jul 02 17:45:07.333 INFO O| Jul 02 17:45:07.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64582026-07-02T17:45:08.102Z[ recovery-image] Jul 02 17:45:07.333 INFO O| Jul 02 17:45:07.333 INFO STEP 369 (remove_files) COMPLETE
64592026-07-02T17:45:08.106Z[ recovery-image] Jul 02 17:45:07.333 INFO O| Jul 02 17:45:07.333 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-02T17:45:08.107Z[ recovery-image] Jul 02 17:45:07.341 INFO O| Jul 02 17:45:07.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64612026-07-02T17:45:08.107Z[ recovery-image] Jul 02 17:45:07.341 INFO O| Jul 02 17:45:07.341 INFO STEP 370 (remove_files) COMPLETE
64622026-07-02T17:45:08.107Z[ recovery-image] Jul 02 17:45:07.341 INFO O| Jul 02 17:45:07.341 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.349 INFO O| Jul 02 17:45:07.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64642026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.349 INFO O| Jul 02 17:45:07.349 INFO STEP 371 (remove_files) COMPLETE
64652026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.349 INFO O| Jul 02 17:45:07.349 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.357 INFO O| Jul 02 17:45:07.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64672026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.357 INFO O| Jul 02 17:45:07.357 INFO STEP 372 (remove_files) COMPLETE
64682026-07-02T17:45:08.124Z[ recovery-image] Jul 02 17:45:07.357 INFO O| Jul 02 17:45:07.357 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-02T17:45:08.136Z[ recovery-image] Jul 02 17:45:07.368 INFO O| Jul 02 17:45:07.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64702026-07-02T17:45:08.136Z[ recovery-image] Jul 02 17:45:07.368 INFO O| Jul 02 17:45:07.368 INFO STEP 373 (remove_files) COMPLETE
64712026-07-02T17:45:08.137Z[ recovery-image] Jul 02 17:45:07.368 INFO O| Jul 02 17:45:07.368 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-02T17:45:08.144Z[ recovery-image] Jul 02 17:45:07.378 INFO O| Jul 02 17:45:07.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64732026-07-02T17:45:08.147Z[ recovery-image] Jul 02 17:45:07.378 INFO O| Jul 02 17:45:07.378 INFO STEP 374 (remove_files) COMPLETE
64742026-07-02T17:45:08.147Z[ recovery-image] Jul 02 17:45:07.378 INFO O| Jul 02 17:45:07.378 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-02T17:45:08.157Z[ recovery-image] Jul 02 17:45:07.388 INFO O| Jul 02 17:45:07.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64762026-07-02T17:45:08.157Z[ recovery-image] Jul 02 17:45:07.388 INFO O| Jul 02 17:45:07.388 INFO STEP 375 (remove_files) COMPLETE
64772026-07-02T17:45:08.166Z[ recovery-image] Jul 02 17:45:07.388 INFO O| Jul 02 17:45:07.388 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-02T17:45:08.170Z[ recovery-image] Jul 02 17:45:07.398 INFO O| Jul 02 17:45:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64792026-07-02T17:45:08.171Z[ recovery-image] Jul 02 17:45:07.398 INFO O| Jul 02 17:45:07.398 INFO STEP 376 (remove_files) COMPLETE
64802026-07-02T17:45:08.171Z[ recovery-image] Jul 02 17:45:07.398 INFO O| Jul 02 17:45:07.398 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-02T17:45:08.171Z[ recovery-image] Jul 02 17:45:07.406 INFO O| Jul 02 17:45:07.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64822026-07-02T17:45:08.171Z[ recovery-image] Jul 02 17:45:07.406 INFO O| Jul 02 17:45:07.406 INFO STEP 377 (remove_files) COMPLETE
64832026-07-02T17:45:08.171Z[ recovery-image] Jul 02 17:45:07.406 INFO O| Jul 02 17:45:07.406 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-02T17:45:08.178Z[ recovery-image] Jul 02 17:45:07.414 INFO O| Jul 02 17:45:07.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64852026-07-02T17:45:08.178Z[ recovery-image] Jul 02 17:45:07.414 INFO O| Jul 02 17:45:07.414 INFO STEP 378 (remove_files) COMPLETE
64862026-07-02T17:45:08.182Z[ recovery-image] Jul 02 17:45:07.414 INFO O| Jul 02 17:45:07.414 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-02T17:45:08.187Z[ recovery-image] Jul 02 17:45:07.423 INFO O| Jul 02 17:45:07.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64882026-07-02T17:45:08.191Z[ recovery-image] Jul 02 17:45:07.423 INFO O| Jul 02 17:45:07.423 INFO STEP 379 (remove_files) COMPLETE
64892026-07-02T17:45:08.191Z[ recovery-image] Jul 02 17:45:07.423 INFO O| Jul 02 17:45:07.423 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-02T17:45:08.197Z[ recovery-image] Jul 02 17:45:07.431 INFO O| Jul 02 17:45:07.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64912026-07-02T17:45:08.200Z[ recovery-image] Jul 02 17:45:07.431 INFO O| Jul 02 17:45:07.431 INFO STEP 380 (remove_files) COMPLETE
64922026-07-02T17:45:08.200Z[ recovery-image] Jul 02 17:45:07.431 INFO O| Jul 02 17:45:07.431 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-02T17:45:08.204Z[ recovery-image] Jul 02 17:45:07.440 INFO O| Jul 02 17:45:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64942026-07-02T17:45:08.204Z[ recovery-image] Jul 02 17:45:07.440 INFO O| Jul 02 17:45:07.440 INFO STEP 381 (remove_files) COMPLETE
64952026-07-02T17:45:08.208Z[ recovery-image] Jul 02 17:45:07.440 INFO O| Jul 02 17:45:07.440 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-02T17:45:08.213Z[ recovery-image] Jul 02 17:45:07.449 INFO O| Jul 02 17:45:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64972026-07-02T17:45:08.216Z[ recovery-image] Jul 02 17:45:07.449 INFO O| Jul 02 17:45:07.449 INFO STEP 382 (remove_files) COMPLETE
64982026-07-02T17:45:08.216Z[ recovery-image] Jul 02 17:45:07.449 INFO O| Jul 02 17:45:07.449 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-02T17:45:08.221Z[ recovery-image] Jul 02 17:45:07.457 INFO O| Jul 02 17:45:07.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65002026-07-02T17:45:08.221Z[ recovery-image] Jul 02 17:45:07.457 INFO O| Jul 02 17:45:07.457 INFO STEP 383 (remove_files) COMPLETE
65012026-07-02T17:45:08.225Z[ recovery-image] Jul 02 17:45:07.457 INFO O| Jul 02 17:45:07.457 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-02T17:45:08.229Z[ recovery-image] Jul 02 17:45:07.465 INFO O| Jul 02 17:45:07.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65032026-07-02T17:45:08.232Z[ recovery-image] Jul 02 17:45:07.465 INFO O| Jul 02 17:45:07.465 INFO STEP 384 (remove_files) COMPLETE
65042026-07-02T17:45:08.233Z[ recovery-image] Jul 02 17:45:07.465 INFO O| Jul 02 17:45:07.465 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-02T17:45:08.238Z[ recovery-image] Jul 02 17:45:07.474 INFO O| Jul 02 17:45:07.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65062026-07-02T17:45:08.241Z[ recovery-image] Jul 02 17:45:07.474 INFO O| Jul 02 17:45:07.474 INFO STEP 385 (remove_files) COMPLETE
65072026-07-02T17:45:08.241Z[ recovery-image] Jul 02 17:45:07.474 INFO O| Jul 02 17:45:07.474 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-02T17:45:08.246Z[ recovery-image] Jul 02 17:45:07.482 INFO O| Jul 02 17:45:07.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65092026-07-02T17:45:08.246Z[ recovery-image] Jul 02 17:45:07.482 INFO O| Jul 02 17:45:07.482 INFO STEP 386 (remove_files) COMPLETE
65102026-07-02T17:45:08.250Z[ recovery-image] Jul 02 17:45:07.482 INFO O| Jul 02 17:45:07.482 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-02T17:45:08.255Z[ recovery-image] Jul 02 17:45:07.491 INFO O| Jul 02 17:45:07.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65122026-07-02T17:45:08.256Z[ recovery-image] Jul 02 17:45:07.492 INFO O| Jul 02 17:45:07.492 INFO STEP 387 (remove_files) COMPLETE
65132026-07-02T17:45:08.256Z[ recovery-image] Jul 02 17:45:07.492 INFO O| Jul 02 17:45:07.492 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-02T17:45:08.264Z[ recovery-image] Jul 02 17:45:07.500 INFO O| Jul 02 17:45:07.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65152026-07-02T17:45:08.267Z[ recovery-image] Jul 02 17:45:07.500 INFO O| Jul 02 17:45:07.500 INFO STEP 388 (remove_files) COMPLETE
65162026-07-02T17:45:08.268Z[ recovery-image] Jul 02 17:45:07.500 INFO O| Jul 02 17:45:07.500 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-02T17:45:08.272Z[ recovery-image] Jul 02 17:45:07.508 INFO O| Jul 02 17:45:07.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65182026-07-02T17:45:08.276Z[ recovery-image] Jul 02 17:45:07.508 INFO O| Jul 02 17:45:07.508 INFO STEP 389 (remove_files) COMPLETE
65192026-07-02T17:45:08.276Z[ recovery-image] Jul 02 17:45:07.508 INFO O| Jul 02 17:45:07.508 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-02T17:45:08.281Z[ recovery-image] Jul 02 17:45:07.517 INFO O| Jul 02 17:45:07.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65212026-07-02T17:45:08.281Z[ recovery-image] Jul 02 17:45:07.517 INFO O| Jul 02 17:45:07.517 INFO STEP 390 (remove_files) COMPLETE
65222026-07-02T17:45:08.285Z[ recovery-image] Jul 02 17:45:07.517 INFO O| Jul 02 17:45:07.517 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-02T17:45:08.288Z[ recovery-image] Jul 02 17:45:07.524 INFO O| Jul 02 17:45:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65242026-07-02T17:45:08.288Z[ recovery-image] Jul 02 17:45:07.524 INFO O| Jul 02 17:45:07.524 INFO STEP 391 (remove_files) COMPLETE
65252026-07-02T17:45:08.288Z[ recovery-image] Jul 02 17:45:07.524 INFO O| Jul 02 17:45:07.524 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-02T17:45:08.296Z[ recovery-image] Jul 02 17:45:07.532 INFO O| Jul 02 17:45:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65272026-07-02T17:45:08.299Z[ recovery-image] Jul 02 17:45:07.532 INFO O| Jul 02 17:45:07.532 INFO STEP 392 (remove_files) COMPLETE
65282026-07-02T17:45:08.300Z[ recovery-image] Jul 02 17:45:07.532 INFO O| Jul 02 17:45:07.532 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-02T17:45:08.304Z[ recovery-image] Jul 02 17:45:07.540 INFO O| Jul 02 17:45:07.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65302026-07-02T17:45:08.304Z[ recovery-image] Jul 02 17:45:07.540 INFO O| Jul 02 17:45:07.540 INFO STEP 393 (remove_files) COMPLETE
65312026-07-02T17:45:08.307Z[ recovery-image] Jul 02 17:45:07.540 INFO O| Jul 02 17:45:07.540 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-02T17:45:08.313Z[ recovery-image] Jul 02 17:45:07.548 INFO O| Jul 02 17:45:07.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65332026-07-02T17:45:08.316Z[ recovery-image] Jul 02 17:45:07.548 INFO O| Jul 02 17:45:07.548 INFO STEP 394 (remove_files) COMPLETE
65342026-07-02T17:45:08.316Z[ recovery-image] Jul 02 17:45:07.548 INFO O| Jul 02 17:45:07.548 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-02T17:45:08.319Z[ recovery-image] Jul 02 17:45:07.555 INFO O| Jul 02 17:45:07.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65362026-07-02T17:45:08.319Z[ recovery-image] Jul 02 17:45:07.555 INFO O| Jul 02 17:45:07.555 INFO STEP 395 (remove_files) COMPLETE
65372026-07-02T17:45:08.323Z[ recovery-image] Jul 02 17:45:07.555 INFO O| Jul 02 17:45:07.555 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-02T17:45:08.328Z[ recovery-image] Jul 02 17:45:07.564 INFO O| Jul 02 17:45:07.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65392026-07-02T17:45:08.333Z[ recovery-image] Jul 02 17:45:07.564 INFO O| Jul 02 17:45:07.564 INFO STEP 396 (remove_files) COMPLETE
65402026-07-02T17:45:08.333Z[ recovery-image] Jul 02 17:45:07.564 INFO O| Jul 02 17:45:07.564 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-02T17:45:08.337Z[ recovery-image] Jul 02 17:45:07.573 INFO O| Jul 02 17:45:07.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65422026-07-02T17:45:08.337Z[ recovery-image] Jul 02 17:45:07.573 INFO O| Jul 02 17:45:07.573 INFO STEP 397 (remove_files) COMPLETE
65432026-07-02T17:45:08.337Z[ recovery-image] Jul 02 17:45:07.573 INFO O| Jul 02 17:45:07.573 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-02T17:45:08.345Z[ recovery-image] Jul 02 17:45:07.581 INFO O| Jul 02 17:45:07.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65452026-07-02T17:45:08.350Z[ recovery-image] Jul 02 17:45:07.581 INFO O| Jul 02 17:45:07.581 INFO STEP 398 (remove_files) COMPLETE
65462026-07-02T17:45:08.350Z[ recovery-image] Jul 02 17:45:07.581 INFO O| Jul 02 17:45:07.581 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-02T17:45:08.353Z[ recovery-image] Jul 02 17:45:07.589 INFO O| Jul 02 17:45:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65482026-07-02T17:45:08.353Z[ recovery-image] Jul 02 17:45:07.589 INFO O| Jul 02 17:45:07.589 INFO STEP 399 (remove_files) COMPLETE
65492026-07-02T17:45:08.353Z[ recovery-image] Jul 02 17:45:07.589 INFO O| Jul 02 17:45:07.589 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-02T17:45:08.361Z[ recovery-image] Jul 02 17:45:07.597 INFO O| Jul 02 17:45:07.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65512026-07-02T17:45:08.361Z[ recovery-image] Jul 02 17:45:07.597 INFO O| Jul 02 17:45:07.597 INFO STEP 400 (remove_files) COMPLETE
65522026-07-02T17:45:08.362Z[ recovery-image] Jul 02 17:45:07.597 INFO O| Jul 02 17:45:07.597 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-02T17:45:08.373Z[ recovery-image] Jul 02 17:45:07.605 INFO O| Jul 02 17:45:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65542026-07-02T17:45:08.373Z[ recovery-image] Jul 02 17:45:07.605 INFO O| Jul 02 17:45:07.605 INFO STEP 401 (remove_files) COMPLETE
65552026-07-02T17:45:08.373Z[ recovery-image] Jul 02 17:45:07.605 INFO O| Jul 02 17:45:07.605 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-02T17:45:08.379Z[ recovery-image] Jul 02 17:45:07.614 INFO O| Jul 02 17:45:07.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65572026-07-02T17:45:08.380Z[ recovery-image] Jul 02 17:45:07.614 INFO O| Jul 02 17:45:07.614 INFO STEP 402 (remove_files) COMPLETE
65582026-07-02T17:45:08.384Z[ recovery-image] Jul 02 17:45:07.614 INFO O| Jul 02 17:45:07.614 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-02T17:45:08.390Z[ recovery-image] Jul 02 17:45:07.622 INFO O| Jul 02 17:45:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65602026-07-02T17:45:08.390Z[ recovery-image] Jul 02 17:45:07.622 INFO O| Jul 02 17:45:07.622 INFO STEP 403 (remove_files) COMPLETE
65612026-07-02T17:45:08.390Z[ recovery-image] Jul 02 17:45:07.622 INFO O| Jul 02 17:45:07.622 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-02T17:45:08.396Z[ recovery-image] Jul 02 17:45:07.630 INFO O| Jul 02 17:45:07.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65632026-07-02T17:45:08.401Z[ recovery-image] Jul 02 17:45:07.630 INFO O| Jul 02 17:45:07.630 INFO STEP 404 (remove_files) COMPLETE
65642026-07-02T17:45:08.401Z[ recovery-image] Jul 02 17:45:07.630 INFO O| Jul 02 17:45:07.630 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-02T17:45:08.404Z[ recovery-image] Jul 02 17:45:07.638 INFO O| Jul 02 17:45:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65662026-07-02T17:45:08.404Z[ recovery-image] Jul 02 17:45:07.638 INFO O| Jul 02 17:45:07.638 INFO STEP 405 (remove_files) COMPLETE
65672026-07-02T17:45:08.404Z[ recovery-image] Jul 02 17:45:07.638 INFO O| Jul 02 17:45:07.638 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-02T17:45:08.410Z[ recovery-image] Jul 02 17:45:07.646 INFO O| Jul 02 17:45:07.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65692026-07-02T17:45:08.413Z[ recovery-image] Jul 02 17:45:07.646 INFO O| Jul 02 17:45:07.646 INFO STEP 406 (remove_files) COMPLETE
65702026-07-02T17:45:08.413Z[ recovery-image] Jul 02 17:45:07.646 INFO O| Jul 02 17:45:07.646 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-02T17:45:08.417Z[ recovery-image] Jul 02 17:45:07.654 INFO O| Jul 02 17:45:07.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65722026-07-02T17:45:08.417Z[ recovery-image] Jul 02 17:45:07.654 INFO O| Jul 02 17:45:07.654 INFO STEP 407 (remove_files) COMPLETE
65732026-07-02T17:45:08.421Z[ recovery-image] Jul 02 17:45:07.654 INFO O| Jul 02 17:45:07.654 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-02T17:45:08.425Z[ recovery-image] Jul 02 17:45:07.661 INFO O| Jul 02 17:45:07.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65752026-07-02T17:45:08.429Z[ recovery-image] Jul 02 17:45:07.661 INFO O| Jul 02 17:45:07.661 INFO STEP 408 (remove_files) COMPLETE
65762026-07-02T17:45:08.429Z[ recovery-image] Jul 02 17:45:07.661 INFO O| Jul 02 17:45:07.661 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-02T17:45:08.433Z[ recovery-image] Jul 02 17:45:07.669 INFO O| Jul 02 17:45:07.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65782026-07-02T17:45:08.433Z[ recovery-image] Jul 02 17:45:07.669 INFO O| Jul 02 17:45:07.669 INFO STEP 409 (remove_files) COMPLETE
65792026-07-02T17:45:08.437Z[ recovery-image] Jul 02 17:45:07.669 INFO O| Jul 02 17:45:07.669 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-02T17:45:08.442Z[ recovery-image] Jul 02 17:45:07.677 INFO O| Jul 02 17:45:07.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65812026-07-02T17:45:08.442Z[ recovery-image] Jul 02 17:45:07.678 INFO O| Jul 02 17:45:07.678 INFO STEP 410 (remove_files) COMPLETE
65822026-07-02T17:45:08.442Z[ recovery-image] Jul 02 17:45:07.678 INFO O| Jul 02 17:45:07.678 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-02T17:45:08.449Z[ recovery-image] Jul 02 17:45:07.685 INFO O| Jul 02 17:45:07.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65842026-07-02T17:45:08.453Z[ recovery-image] Jul 02 17:45:07.685 INFO O| Jul 02 17:45:07.685 INFO STEP 411 (remove_files) COMPLETE
65852026-07-02T17:45:08.454Z[ recovery-image] Jul 02 17:45:07.685 INFO O| Jul 02 17:45:07.685 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-02T17:45:08.458Z[ recovery-image] Jul 02 17:45:07.693 INFO O| Jul 02 17:45:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65872026-07-02T17:45:08.458Z[ recovery-image] Jul 02 17:45:07.693 INFO O| Jul 02 17:45:07.693 INFO STEP 412 (remove_files) COMPLETE
65882026-07-02T17:45:08.458Z[ recovery-image] Jul 02 17:45:07.693 INFO O| Jul 02 17:45:07.693 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-02T17:45:08.467Z[ recovery-image] Jul 02 17:45:07.702 INFO O| Jul 02 17:45:07.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65902026-07-02T17:45:08.467Z[ recovery-image] Jul 02 17:45:07.702 INFO O| Jul 02 17:45:07.702 INFO STEP 413 (remove_files) COMPLETE
65912026-07-02T17:45:08.467Z[ recovery-image] Jul 02 17:45:07.702 INFO O| Jul 02 17:45:07.702 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-02T17:45:08.475Z[ recovery-image] Jul 02 17:45:07.711 INFO O| Jul 02 17:45:07.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65932026-07-02T17:45:08.479Z[ recovery-image] Jul 02 17:45:07.711 INFO O| Jul 02 17:45:07.711 INFO STEP 414 (remove_files) COMPLETE
65942026-07-02T17:45:08.479Z[ recovery-image] Jul 02 17:45:07.711 INFO O| Jul 02 17:45:07.711 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-02T17:45:08.484Z[ recovery-image] Jul 02 17:45:07.719 INFO O| Jul 02 17:45:07.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65962026-07-02T17:45:08.484Z[ recovery-image] Jul 02 17:45:07.719 INFO O| Jul 02 17:45:07.719 INFO STEP 415 (remove_files) COMPLETE
65972026-07-02T17:45:08.484Z[ recovery-image] Jul 02 17:45:07.719 INFO O| Jul 02 17:45:07.719 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-02T17:45:08.492Z[ recovery-image] Jul 02 17:45:07.728 INFO O| Jul 02 17:45:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65992026-07-02T17:45:08.492Z[ recovery-image] Jul 02 17:45:07.728 INFO O| Jul 02 17:45:07.728 INFO STEP 416 (remove_files) COMPLETE
66002026-07-02T17:45:08.497Z[ recovery-image] Jul 02 17:45:07.728 INFO O| Jul 02 17:45:07.728 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-02T17:45:08.502Z[ recovery-image] Jul 02 17:45:07.737 INFO O| Jul 02 17:45:07.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66022026-07-02T17:45:08.505Z[ recovery-image] Jul 02 17:45:07.737 INFO O| Jul 02 17:45:07.737 INFO STEP 417 (remove_files) COMPLETE
66032026-07-02T17:45:08.505Z[ recovery-image] Jul 02 17:45:07.737 INFO O| Jul 02 17:45:07.737 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-02T17:45:08.510Z[ recovery-image] Jul 02 17:45:07.746 INFO O| Jul 02 17:45:07.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66052026-07-02T17:45:08.510Z[ recovery-image] Jul 02 17:45:07.746 INFO O| Jul 02 17:45:07.746 INFO STEP 418 (remove_files) COMPLETE
66062026-07-02T17:45:08.510Z[ recovery-image] Jul 02 17:45:07.746 INFO O| Jul 02 17:45:07.746 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-02T17:45:08.518Z[ recovery-image] Jul 02 17:45:07.754 INFO O| Jul 02 17:45:07.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66082026-07-02T17:45:08.521Z[ recovery-image] Jul 02 17:45:07.754 INFO O| Jul 02 17:45:07.754 INFO STEP 419 (remove_files) COMPLETE
66092026-07-02T17:45:08.521Z[ recovery-image] Jul 02 17:45:07.754 INFO O| Jul 02 17:45:07.754 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-02T17:45:08.525Z[ recovery-image] Jul 02 17:45:07.761 INFO O| Jul 02 17:45:07.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66112026-07-02T17:45:08.528Z[ recovery-image] Jul 02 17:45:07.761 INFO O| Jul 02 17:45:07.761 INFO STEP 420 (remove_files) COMPLETE
66122026-07-02T17:45:08.528Z[ recovery-image] Jul 02 17:45:07.761 INFO O| Jul 02 17:45:07.761 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-02T17:45:08.534Z[ recovery-image] Jul 02 17:45:07.770 INFO O| Jul 02 17:45:07.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66142026-07-02T17:45:08.537Z[ recovery-image] Jul 02 17:45:07.770 INFO O| Jul 02 17:45:07.770 INFO STEP 421 (remove_files) COMPLETE
66152026-07-02T17:45:08.537Z[ recovery-image] Jul 02 17:45:07.770 INFO O| Jul 02 17:45:07.770 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-02T17:45:08.543Z[ recovery-image] Jul 02 17:45:07.778 INFO O| Jul 02 17:45:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66172026-07-02T17:45:08.543Z[ recovery-image] Jul 02 17:45:07.778 INFO O| Jul 02 17:45:07.778 INFO STEP 422 (remove_files) COMPLETE
66182026-07-02T17:45:08.543Z[ recovery-image] Jul 02 17:45:07.778 INFO O| Jul 02 17:45:07.778 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-02T17:45:08.550Z[ recovery-image] Jul 02 17:45:07.785 INFO O| Jul 02 17:45:07.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66202026-07-02T17:45:08.550Z[ recovery-image] Jul 02 17:45:07.785 INFO O| Jul 02 17:45:07.785 INFO STEP 423 (remove_files) COMPLETE
66212026-07-02T17:45:08.550Z[ recovery-image] Jul 02 17:45:07.785 INFO O| Jul 02 17:45:07.785 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-02T17:45:08.556Z[ recovery-image] Jul 02 17:45:07.792 INFO O| Jul 02 17:45:07.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66232026-07-02T17:45:08.559Z[ recovery-image] Jul 02 17:45:07.792 INFO O| Jul 02 17:45:07.792 INFO STEP 424 (remove_files) COMPLETE
66242026-07-02T17:45:08.559Z[ recovery-image] Jul 02 17:45:07.792 INFO O| Jul 02 17:45:07.792 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-02T17:45:08.563Z[ recovery-image] Jul 02 17:45:07.799 INFO O| Jul 02 17:45:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66262026-07-02T17:45:08.567Z[ recovery-image] Jul 02 17:45:07.799 INFO O| Jul 02 17:45:07.799 INFO STEP 425 (remove_files) COMPLETE
66272026-07-02T17:45:08.567Z[ recovery-image] Jul 02 17:45:07.799 INFO O| Jul 02 17:45:07.799 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-02T17:45:08.571Z[ recovery-image] Jul 02 17:45:07.807 INFO O| Jul 02 17:45:07.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66292026-07-02T17:45:08.574Z[ recovery-image] Jul 02 17:45:07.807 INFO O| Jul 02 17:45:07.807 INFO STEP 426 (remove_files) COMPLETE
66302026-07-02T17:45:08.574Z[ recovery-image] Jul 02 17:45:07.807 INFO O| Jul 02 17:45:07.807 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-02T17:45:08.580Z[ recovery-image] Jul 02 17:45:07.816 INFO O| Jul 02 17:45:07.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66322026-07-02T17:45:08.583Z[ recovery-image] Jul 02 17:45:07.816 INFO O| Jul 02 17:45:07.816 INFO STEP 427 (remove_files) COMPLETE
66332026-07-02T17:45:08.583Z[ recovery-image] Jul 02 17:45:07.816 INFO O| Jul 02 17:45:07.816 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-02T17:45:08.589Z[ recovery-image] Jul 02 17:45:07.825 INFO O| Jul 02 17:45:07.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66352026-07-02T17:45:08.589Z[ recovery-image] Jul 02 17:45:07.825 INFO O| Jul 02 17:45:07.825 INFO STEP 428 (remove_files) COMPLETE
66362026-07-02T17:45:08.593Z[ recovery-image] Jul 02 17:45:07.825 INFO O| Jul 02 17:45:07.825 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-02T17:45:08.596Z[ recovery-image] Jul 02 17:45:07.832 INFO O| Jul 02 17:45:07.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66382026-07-02T17:45:08.596Z[ recovery-image] Jul 02 17:45:07.832 INFO O| Jul 02 17:45:07.832 INFO STEP 429 (remove_files) COMPLETE
66392026-07-02T17:45:08.596Z[ recovery-image] Jul 02 17:45:07.832 INFO O| Jul 02 17:45:07.832 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-02T17:45:08.603Z[ recovery-image] Jul 02 17:45:07.839 INFO O| Jul 02 17:45:07.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66412026-07-02T17:45:08.603Z[ recovery-image] Jul 02 17:45:07.839 INFO O| Jul 02 17:45:07.839 INFO STEP 430 (remove_files) COMPLETE
66422026-07-02T17:45:08.607Z[ recovery-image] Jul 02 17:45:07.839 INFO O| Jul 02 17:45:07.839 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-02T17:45:08.610Z[ recovery-image] Jul 02 17:45:07.845 INFO O| Jul 02 17:45:07.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66442026-07-02T17:45:08.610Z[ recovery-image] Jul 02 17:45:07.845 INFO O| Jul 02 17:45:07.845 INFO STEP 431 (remove_files) COMPLETE
66452026-07-02T17:45:08.610Z[ recovery-image] Jul 02 17:45:07.845 INFO O| Jul 02 17:45:07.845 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-02T17:45:08.615Z[ recovery-image] Jul 02 17:45:07.852 INFO O| Jul 02 17:45:07.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66472026-07-02T17:45:08.619Z[ recovery-image] Jul 02 17:45:07.852 INFO O| Jul 02 17:45:07.852 INFO STEP 432 (remove_files) COMPLETE
66482026-07-02T17:45:08.619Z[ recovery-image] Jul 02 17:45:07.852 INFO O| Jul 02 17:45:07.852 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-02T17:45:08.625Z[ recovery-image] Jul 02 17:45:07.860 INFO O| Jul 02 17:45:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66502026-07-02T17:45:08.625Z[ recovery-image] Jul 02 17:45:07.860 INFO O| Jul 02 17:45:07.860 INFO STEP 433 (remove_files) COMPLETE
66512026-07-02T17:45:08.625Z[ recovery-image] Jul 02 17:45:07.860 INFO O| Jul 02 17:45:07.860 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-07-02T17:45:08.630Z[ recovery-image] Jul 02 17:45:07.866 INFO O| Jul 02 17:45:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66532026-07-02T17:45:08.633Z[ recovery-image] Jul 02 17:45:07.866 INFO O| Jul 02 17:45:07.866 INFO STEP 434 (remove_files) COMPLETE
66542026-07-02T17:45:08.633Z[ recovery-image] Jul 02 17:45:07.866 INFO O| Jul 02 17:45:07.866 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-02T17:45:08.638Z[ recovery-image] Jul 02 17:45:07.872 INFO O| Jul 02 17:45:07.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66562026-07-02T17:45:08.638Z[ recovery-image] Jul 02 17:45:07.872 INFO O| Jul 02 17:45:07.872 INFO STEP 435 (remove_files) COMPLETE
66572026-07-02T17:45:08.638Z[ recovery-image] Jul 02 17:45:07.872 INFO O| Jul 02 17:45:07.872 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-02T17:45:08.644Z[ recovery-image] Jul 02 17:45:07.880 INFO O| Jul 02 17:45:07.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66592026-07-02T17:45:08.645Z[ recovery-image] Jul 02 17:45:07.880 INFO O| Jul 02 17:45:07.880 INFO STEP 436 (remove_files) COMPLETE
66602026-07-02T17:45:08.649Z[ recovery-image] Jul 02 17:45:07.880 INFO O| Jul 02 17:45:07.880 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-02T17:45:08.652Z[ recovery-image] Jul 02 17:45:07.888 INFO O| Jul 02 17:45:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66622026-07-02T17:45:08.652Z[ recovery-image] Jul 02 17:45:07.888 INFO O| Jul 02 17:45:07.888 INFO STEP 437 (remove_files) COMPLETE
66632026-07-02T17:45:08.652Z[ recovery-image] Jul 02 17:45:07.888 INFO O| Jul 02 17:45:07.888 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-02T17:45:08.659Z[ recovery-image] Jul 02 17:45:07.896 INFO O| Jul 02 17:45:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66652026-07-02T17:45:08.659Z[ recovery-image] Jul 02 17:45:07.896 INFO O| Jul 02 17:45:07.896 INFO STEP 438 (remove_files) COMPLETE
66662026-07-02T17:45:08.663Z[ recovery-image] Jul 02 17:45:07.896 INFO O| Jul 02 17:45:07.896 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-02T17:45:08.667Z[ recovery-image] Jul 02 17:45:07.903 INFO O| Jul 02 17:45:07.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66682026-07-02T17:45:08.671Z[ recovery-image] Jul 02 17:45:07.903 INFO O| Jul 02 17:45:07.903 INFO STEP 439 (remove_files) COMPLETE
66692026-07-02T17:45:08.671Z[ recovery-image] Jul 02 17:45:07.903 INFO O| Jul 02 17:45:07.903 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-02T17:45:08.674Z[ recovery-image] Jul 02 17:45:07.909 INFO O| Jul 02 17:45:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66712026-07-02T17:45:08.674Z[ recovery-image] Jul 02 17:45:07.909 INFO O| Jul 02 17:45:07.909 INFO STEP 440 (remove_files) COMPLETE
66722026-07-02T17:45:08.675Z[ recovery-image] Jul 02 17:45:07.909 INFO O| Jul 02 17:45:07.909 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-02T17:45:08.680Z[ recovery-image] Jul 02 17:45:07.916 INFO O| Jul 02 17:45:07.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66742026-07-02T17:45:08.680Z[ recovery-image] Jul 02 17:45:07.916 INFO O| Jul 02 17:45:07.916 INFO STEP 441 (remove_files) COMPLETE
66752026-07-02T17:45:08.684Z[ recovery-image] Jul 02 17:45:07.916 INFO O| Jul 02 17:45:07.916 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-02T17:45:08.688Z[ recovery-image] Jul 02 17:45:07.924 INFO O| Jul 02 17:45:07.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66772026-07-02T17:45:08.688Z[ recovery-image] Jul 02 17:45:07.924 INFO O| Jul 02 17:45:07.924 INFO STEP 442 (remove_files) COMPLETE
66782026-07-02T17:45:08.695Z[ recovery-image] Jul 02 17:45:07.924 INFO O| Jul 02 17:45:07.924 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-02T17:45:08.716Z[ recovery-image] Jul 02 17:45:07.930 INFO O| Jul 02 17:45:07.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66802026-07-02T17:45:08.716Z[ recovery-image] Jul 02 17:45:07.930 INFO O| Jul 02 17:45:07.930 INFO STEP 443 (remove_files) COMPLETE
66812026-07-02T17:45:08.716Z[ recovery-image] Jul 02 17:45:07.930 INFO O| Jul 02 17:45:07.930 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.937 INFO O| Jul 02 17:45:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66832026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.937 INFO O| Jul 02 17:45:07.937 INFO STEP 444 (remove_files) COMPLETE
66842026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.937 INFO O| Jul 02 17:45:07.937 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.943 INFO O| Jul 02 17:45:07.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66862026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.943 INFO O| Jul 02 17:45:07.943 INFO STEP 445 (remove_files) COMPLETE
66872026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.943 INFO O| Jul 02 17:45:07.943 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.950 INFO O| Jul 02 17:45:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66892026-07-02T17:45:08.721Z[ recovery-image] Jul 02 17:45:07.950 INFO O| Jul 02 17:45:07.950 INFO STEP 446 (remove_files) COMPLETE
66902026-07-02T17:45:08.722Z[ recovery-image] Jul 02 17:45:07.950 INFO O| Jul 02 17:45:07.950 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-02T17:45:08.725Z[ recovery-image] Jul 02 17:45:07.957 INFO O| Jul 02 17:45:07.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66922026-07-02T17:45:08.725Z[ recovery-image] Jul 02 17:45:07.957 INFO O| Jul 02 17:45:07.957 INFO STEP 447 (remove_files) COMPLETE
66932026-07-02T17:45:08.725Z[ recovery-image] Jul 02 17:45:07.957 INFO O| Jul 02 17:45:07.957 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-02T17:45:08.729Z[ recovery-image] Jul 02 17:45:07.964 INFO O| Jul 02 17:45:07.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66952026-07-02T17:45:08.730Z[ recovery-image] Jul 02 17:45:07.964 INFO O| Jul 02 17:45:07.964 INFO STEP 448 (remove_files) COMPLETE
66962026-07-02T17:45:08.730Z[ recovery-image] Jul 02 17:45:07.964 INFO O| Jul 02 17:45:07.964 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-02T17:45:08.734Z[ recovery-image] Jul 02 17:45:07.970 INFO O| Jul 02 17:45:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66982026-07-02T17:45:08.734Z[ recovery-image] Jul 02 17:45:07.970 INFO O| Jul 02 17:45:07.970 INFO STEP 449 (remove_files) COMPLETE
66992026-07-02T17:45:08.734Z[ recovery-image] Jul 02 17:45:07.970 INFO O| Jul 02 17:45:07.970 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-02T17:45:08.741Z[ recovery-image] Jul 02 17:45:07.977 INFO O| Jul 02 17:45:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67012026-07-02T17:45:08.741Z[ recovery-image] Jul 02 17:45:07.977 INFO O| Jul 02 17:45:07.977 INFO STEP 450 (remove_files) COMPLETE
67022026-07-02T17:45:08.744Z[ recovery-image] Jul 02 17:45:07.977 INFO O| Jul 02 17:45:07.977 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-02T17:45:08.748Z[ recovery-image] Jul 02 17:45:07.984 INFO O| Jul 02 17:45:07.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67042026-07-02T17:45:08.752Z[ recovery-image] Jul 02 17:45:07.984 INFO O| Jul 02 17:45:07.984 INFO STEP 451 (remove_files) COMPLETE
67052026-07-02T17:45:08.752Z[ recovery-image] Jul 02 17:45:07.984 INFO O| Jul 02 17:45:07.984 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-02T17:45:08.759Z[ recovery-image] Jul 02 17:45:07.991 INFO O| Jul 02 17:45:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67072026-07-02T17:45:08.759Z[ recovery-image] Jul 02 17:45:07.991 INFO O| Jul 02 17:45:07.991 INFO STEP 452 (remove_files) COMPLETE
67082026-07-02T17:45:08.759Z[ recovery-image] Jul 02 17:45:07.991 INFO O| Jul 02 17:45:07.991 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-02T17:45:08.763Z[ recovery-image] Jul 02 17:45:07.997 INFO O| Jul 02 17:45:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67102026-07-02T17:45:08.763Z[ recovery-image] Jul 02 17:45:07.997 INFO O| Jul 02 17:45:07.997 INFO STEP 453 (remove_files) COMPLETE
67112026-07-02T17:45:08.763Z[ recovery-image] Jul 02 17:45:07.997 INFO O| Jul 02 17:45:07.997 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-02T17:45:08.768Z[ recovery-image] Jul 02 17:45:08.004 INFO O| Jul 02 17:45:08.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67132026-07-02T17:45:08.771Z[ recovery-image] Jul 02 17:45:08.004 INFO O| Jul 02 17:45:08.004 INFO STEP 454 (remove_files) COMPLETE
67142026-07-02T17:45:08.771Z[ recovery-image] Jul 02 17:45:08.004 INFO O| Jul 02 17:45:08.004 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-02T17:45:08.774Z[ recovery-image] Jul 02 17:45:08.010 INFO O| Jul 02 17:45:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67162026-07-02T17:45:08.775Z[ recovery-image] Jul 02 17:45:08.010 INFO O| Jul 02 17:45:08.010 INFO STEP 455 (remove_files) COMPLETE
67172026-07-02T17:45:08.775Z[ recovery-image] Jul 02 17:45:08.010 INFO O| Jul 02 17:45:08.010 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-02T17:45:08.781Z[ recovery-image] Jul 02 17:45:08.017 INFO O| Jul 02 17:45:08.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67192026-07-02T17:45:08.781Z[ recovery-image] Jul 02 17:45:08.017 INFO O| Jul 02 17:45:08.017 INFO STEP 456 (remove_files) COMPLETE
67202026-07-02T17:45:08.785Z[ recovery-image] Jul 02 17:45:08.017 INFO O| Jul 02 17:45:08.017 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-02T17:45:08.789Z[ recovery-image] Jul 02 17:45:08.025 INFO O| Jul 02 17:45:08.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67222026-07-02T17:45:08.789Z[ recovery-image] Jul 02 17:45:08.025 INFO O| Jul 02 17:45:08.025 INFO STEP 457 (remove_files) COMPLETE
67232026-07-02T17:45:08.789Z[ recovery-image] Jul 02 17:45:08.025 INFO O| Jul 02 17:45:08.025 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-02T17:45:08.797Z[ recovery-image] Jul 02 17:45:08.032 INFO O| Jul 02 17:45:08.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67252026-07-02T17:45:08.797Z[ recovery-image] Jul 02 17:45:08.033 INFO O| Jul 02 17:45:08.032 INFO STEP 458 (remove_files) COMPLETE
67262026-07-02T17:45:08.800Z[ recovery-image] Jul 02 17:45:08.033 INFO O| Jul 02 17:45:08.033 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-02T17:45:08.804Z[ recovery-image] Jul 02 17:45:08.040 INFO O| Jul 02 17:45:08.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67282026-07-02T17:45:08.804Z[ recovery-image] Jul 02 17:45:08.040 INFO O| Jul 02 17:45:08.040 INFO STEP 459 (remove_files) COMPLETE
67292026-07-02T17:45:08.804Z[ recovery-image] Jul 02 17:45:08.040 INFO O| Jul 02 17:45:08.040 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-02T17:45:08.812Z[ recovery-image] Jul 02 17:45:08.047 INFO O| Jul 02 17:45:08.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67312026-07-02T17:45:08.812Z[ recovery-image] Jul 02 17:45:08.047 INFO O| Jul 02 17:45:08.047 INFO STEP 460 (remove_files) COMPLETE
67322026-07-02T17:45:08.812Z[ recovery-image] Jul 02 17:45:08.047 INFO O| Jul 02 17:45:08.047 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-02T17:45:08.818Z[ recovery-image] Jul 02 17:45:08.054 INFO O| Jul 02 17:45:08.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67342026-07-02T17:45:08.818Z[ recovery-image] Jul 02 17:45:08.054 INFO O| Jul 02 17:45:08.054 INFO STEP 461 (remove_files) COMPLETE
67352026-07-02T17:45:08.822Z[ recovery-image] Jul 02 17:45:08.054 INFO O| Jul 02 17:45:08.054 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-02T17:45:08.825Z[ recovery-image] Jul 02 17:45:08.061 INFO O| Jul 02 17:45:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67372026-07-02T17:45:08.825Z[ recovery-image] Jul 02 17:45:08.061 INFO O| Jul 02 17:45:08.061 INFO STEP 462 (remove_files) COMPLETE
67382026-07-02T17:45:08.825Z[ recovery-image] Jul 02 17:45:08.061 INFO O| Jul 02 17:45:08.061 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-02T17:45:08.832Z[ recovery-image] Jul 02 17:45:08.068 INFO O| Jul 02 17:45:08.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67402026-07-02T17:45:08.835Z[ recovery-image] Jul 02 17:45:08.068 INFO O| Jul 02 17:45:08.068 INFO STEP 463 (remove_files) COMPLETE
67412026-07-02T17:45:08.835Z[ recovery-image] Jul 02 17:45:08.068 INFO O| Jul 02 17:45:08.068 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-02T17:45:08.840Z[ recovery-image] Jul 02 17:45:08.075 INFO O| Jul 02 17:45:08.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67432026-07-02T17:45:08.840Z[ recovery-image] Jul 02 17:45:08.075 INFO O| Jul 02 17:45:08.075 INFO STEP 464 (remove_files) COMPLETE
67442026-07-02T17:45:08.840Z[ recovery-image] Jul 02 17:45:08.075 INFO O| Jul 02 17:45:08.075 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-02T17:45:08.846Z[ recovery-image] Jul 02 17:45:08.082 INFO O| Jul 02 17:45:08.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67462026-07-02T17:45:08.849Z[ recovery-image] Jul 02 17:45:08.082 INFO O| Jul 02 17:45:08.082 INFO STEP 465 (remove_files) COMPLETE
67472026-07-02T17:45:08.849Z[ recovery-image] Jul 02 17:45:08.082 INFO O| Jul 02 17:45:08.082 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-02T17:45:08.855Z[ recovery-image] Jul 02 17:45:08.090 INFO O| Jul 02 17:45:08.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67492026-07-02T17:45:08.858Z[ recovery-image] Jul 02 17:45:08.090 INFO O| Jul 02 17:45:08.090 INFO STEP 466 (remove_files) COMPLETE
67502026-07-02T17:45:08.858Z[ recovery-image] Jul 02 17:45:08.090 INFO O| Jul 02 17:45:08.090 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-02T17:45:08.862Z[ recovery-image] Jul 02 17:45:08.098 INFO O| Jul 02 17:45:08.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67522026-07-02T17:45:08.862Z[ recovery-image] Jul 02 17:45:08.098 INFO O| Jul 02 17:45:08.098 INFO STEP 467 (remove_files) COMPLETE
67532026-07-02T17:45:08.865Z[ recovery-image] Jul 02 17:45:08.098 INFO O| Jul 02 17:45:08.098 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-02T17:45:08.955Z[ recovery-image] Jul 02 17:45:08.105 INFO O| Jul 02 17:45:08.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67552026-07-02T17:45:08.955Z[ recovery-image] Jul 02 17:45:08.105 INFO O| Jul 02 17:45:08.105 INFO STEP 468 (remove_files) COMPLETE
67562026-07-02T17:45:08.962Z[ recovery-image] Jul 02 17:45:08.105 INFO O| Jul 02 17:45:08.105 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-02T17:45:08.962Z[ recovery-image] Jul 02 17:45:08.111 INFO O| Jul 02 17:45:08.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67582026-07-02T17:45:08.962Z[ recovery-image] Jul 02 17:45:08.111 INFO O| Jul 02 17:45:08.111 INFO STEP 469 (remove_files) COMPLETE
67592026-07-02T17:45:08.962Z[ recovery-image] Jul 02 17:45:08.111 INFO O| Jul 02 17:45:08.111 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.117 INFO O| Jul 02 17:45:08.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67612026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.117 INFO O| Jul 02 17:45:08.117 INFO STEP 470 (remove_files) COMPLETE
67622026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.117 INFO O| Jul 02 17:45:08.117 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.124 INFO O| Jul 02 17:45:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67642026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.124 INFO O| Jul 02 17:45:08.124 INFO STEP 471 (remove_files) COMPLETE
67652026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.124 INFO O| Jul 02 17:45:08.124 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.130 INFO O| Jul 02 17:45:08.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67672026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.130 INFO O| Jul 02 17:45:08.130 INFO STEP 472 (remove_files) COMPLETE
67682026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.130 INFO O| Jul 02 17:45:08.130 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.136 INFO O| Jul 02 17:45:08.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67702026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.136 INFO O| Jul 02 17:45:08.136 INFO STEP 473 (remove_files) COMPLETE
67712026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.136 INFO O| Jul 02 17:45:08.136 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.142 INFO O| Jul 02 17:45:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67732026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.144 INFO O| Jul 02 17:45:08.144 INFO STEP 474 (remove_files) COMPLETE
67742026-07-02T17:45:08.964Z[ recovery-image] Jul 02 17:45:08.144 INFO O| Jul 02 17:45:08.144 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.150 INFO O| Jul 02 17:45:08.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67762026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.150 INFO O| Jul 02 17:45:08.150 INFO STEP 475 (remove_files) COMPLETE
67772026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.150 INFO O| Jul 02 17:45:08.150 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.157 INFO O| Jul 02 17:45:08.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67792026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.157 INFO O| Jul 02 17:45:08.157 INFO STEP 476 (remove_files) COMPLETE
67802026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.157 INFO O| Jul 02 17:45:08.157 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.163 INFO O| Jul 02 17:45:08.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67822026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.163 INFO O| Jul 02 17:45:08.163 INFO STEP 477 (remove_files) COMPLETE
67832026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.163 INFO O| Jul 02 17:45:08.163 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.168 INFO O| Jul 02 17:45:08.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67852026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.168 INFO O| Jul 02 17:45:08.168 INFO STEP 478 (remove_files) COMPLETE
67862026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.168 INFO O| Jul 02 17:45:08.168 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.175 INFO O| Jul 02 17:45:08.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67882026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.175 INFO O| Jul 02 17:45:08.175 INFO STEP 479 (remove_files) COMPLETE
67892026-07-02T17:45:08.965Z[ recovery-image] Jul 02 17:45:08.175 INFO O| Jul 02 17:45:08.175 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.181 INFO O| Jul 02 17:45:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67912026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.181 INFO O| Jul 02 17:45:08.181 INFO STEP 480 (remove_files) COMPLETE
67922026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.181 INFO O| Jul 02 17:45:08.181 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.188 INFO O| Jul 02 17:45:08.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67942026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.189 INFO O| Jul 02 17:45:08.189 INFO STEP 481 (remove_files) COMPLETE
67952026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.189 INFO O| Jul 02 17:45:08.189 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.194 INFO O| Jul 02 17:45:08.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67972026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.194 INFO O| Jul 02 17:45:08.194 INFO STEP 482 (remove_files) COMPLETE
67982026-07-02T17:45:08.966Z[ recovery-image] Jul 02 17:45:08.194 INFO O| Jul 02 17:45:08.194 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-02T17:45:08.971Z[ recovery-image] Jul 02 17:45:08.200 INFO O| Jul 02 17:45:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68002026-07-02T17:45:08.971Z[ recovery-image] Jul 02 17:45:08.200 INFO O| Jul 02 17:45:08.200 INFO STEP 483 (remove_files) COMPLETE
68012026-07-02T17:45:08.971Z[ recovery-image] Jul 02 17:45:08.200 INFO O| Jul 02 17:45:08.200 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-02T17:45:08.971Z[ recovery-image] Jul 02 17:45:08.206 INFO O| Jul 02 17:45:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68032026-07-02T17:45:08.973Z[ recovery-image] Jul 02 17:45:08.206 INFO O| Jul 02 17:45:08.206 INFO STEP 484 (remove_files) COMPLETE
68042026-07-02T17:45:08.973Z[ recovery-image] Jul 02 17:45:08.206 INFO O| Jul 02 17:45:08.206 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-02T17:45:08.978Z[ recovery-image] Jul 02 17:45:08.212 INFO O| Jul 02 17:45:08.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68062026-07-02T17:45:08.978Z[ recovery-image] Jul 02 17:45:08.212 INFO O| Jul 02 17:45:08.212 INFO STEP 485 (remove_files) COMPLETE
68072026-07-02T17:45:08.979Z[ recovery-image] Jul 02 17:45:08.212 INFO O| Jul 02 17:45:08.212 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-02T17:45:08.982Z[ recovery-image] Jul 02 17:45:08.218 INFO O| Jul 02 17:45:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68092026-07-02T17:45:08.982Z[ recovery-image] Jul 02 17:45:08.218 INFO O| Jul 02 17:45:08.218 INFO STEP 486 (remove_files) COMPLETE
68102026-07-02T17:45:08.982Z[ recovery-image] Jul 02 17:45:08.218 INFO O| Jul 02 17:45:08.218 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-02T17:45:08.987Z[ recovery-image] Jul 02 17:45:08.223 INFO O| Jul 02 17:45:08.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68122026-07-02T17:45:08.988Z[ recovery-image] Jul 02 17:45:08.223 INFO O| Jul 02 17:45:08.223 INFO STEP 487 (remove_files) COMPLETE
68132026-07-02T17:45:08.991Z[ recovery-image] Jul 02 17:45:08.223 INFO O| Jul 02 17:45:08.223 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-02T17:45:08.996Z[ recovery-image] Jul 02 17:45:08.229 INFO O| Jul 02 17:45:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68152026-07-02T17:45:08.996Z[ recovery-image] Jul 02 17:45:08.229 INFO O| Jul 02 17:45:08.229 INFO STEP 488 (remove_files) COMPLETE
68162026-07-02T17:45:08.996Z[ recovery-image] Jul 02 17:45:08.229 INFO O| Jul 02 17:45:08.229 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-02T17:45:09.000Z[ recovery-image] Jul 02 17:45:08.235 INFO O| Jul 02 17:45:08.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68182026-07-02T17:45:09.000Z[ recovery-image] Jul 02 17:45:08.235 INFO O| Jul 02 17:45:08.235 INFO STEP 489 (remove_files) COMPLETE
68192026-07-02T17:45:09.000Z[ recovery-image] Jul 02 17:45:08.235 INFO O| Jul 02 17:45:08.235 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-02T17:45:09.005Z[ recovery-image] Jul 02 17:45:08.240 INFO O| Jul 02 17:45:08.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68212026-07-02T17:45:09.008Z[ recovery-image] Jul 02 17:45:08.241 INFO O| Jul 02 17:45:08.240 INFO STEP 490 (remove_files) COMPLETE
68222026-07-02T17:45:09.009Z[ recovery-image] Jul 02 17:45:08.241 INFO O| Jul 02 17:45:08.241 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-02T17:45:09.012Z[ recovery-image] Jul 02 17:45:08.247 INFO O| Jul 02 17:45:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68242026-07-02T17:45:09.013Z[ recovery-image] Jul 02 17:45:08.247 INFO O| Jul 02 17:45:08.247 INFO STEP 491 (remove_files) COMPLETE
68252026-07-02T17:45:09.013Z[ recovery-image] Jul 02 17:45:08.247 INFO O| Jul 02 17:45:08.247 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-02T17:45:09.017Z[ recovery-image] Jul 02 17:45:08.252 INFO O| Jul 02 17:45:08.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68272026-07-02T17:45:09.020Z[ recovery-image] Jul 02 17:45:08.253 INFO O| Jul 02 17:45:08.252 INFO STEP 492 (remove_files) COMPLETE
68282026-07-02T17:45:09.021Z[ recovery-image] Jul 02 17:45:08.253 INFO O| Jul 02 17:45:08.253 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-02T17:45:09.024Z[ recovery-image] Jul 02 17:45:08.258 INFO O| Jul 02 17:45:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68302026-07-02T17:45:09.024Z[ recovery-image] Jul 02 17:45:08.258 INFO O| Jul 02 17:45:08.258 INFO STEP 493 (remove_files) COMPLETE
68312026-07-02T17:45:09.024Z[ recovery-image] Jul 02 17:45:08.258 INFO O| Jul 02 17:45:08.258 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-02T17:45:09.028Z[ recovery-image] Jul 02 17:45:08.264 INFO O| Jul 02 17:45:08.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68332026-07-02T17:45:09.028Z[ recovery-image] Jul 02 17:45:08.264 INFO O| Jul 02 17:45:08.264 INFO STEP 494 (remove_files) COMPLETE
68342026-07-02T17:45:09.028Z[ recovery-image] Jul 02 17:45:08.264 INFO O| Jul 02 17:45:08.264 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-02T17:45:09.035Z[ recovery-image] Jul 02 17:45:08.271 INFO O| Jul 02 17:45:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68362026-07-02T17:45:09.035Z[ recovery-image] Jul 02 17:45:08.271 INFO O| Jul 02 17:45:08.271 INFO STEP 495 (remove_files) COMPLETE
68372026-07-02T17:45:09.039Z[ recovery-image] Jul 02 17:45:08.271 INFO O| Jul 02 17:45:08.271 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-02T17:45:09.042Z[ recovery-image] Jul 02 17:45:08.277 INFO O| Jul 02 17:45:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68392026-07-02T17:45:09.042Z[ recovery-image] Jul 02 17:45:08.277 INFO O| Jul 02 17:45:08.277 INFO STEP 496 (remove_files) COMPLETE
68402026-07-02T17:45:09.042Z[ recovery-image] Jul 02 17:45:08.277 INFO O| Jul 02 17:45:08.277 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-02T17:45:09.047Z[ recovery-image] Jul 02 17:45:08.283 INFO O| Jul 02 17:45:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68422026-07-02T17:45:09.047Z[ recovery-image] Jul 02 17:45:08.283 INFO O| Jul 02 17:45:08.283 INFO STEP 497 (remove_files) COMPLETE
68432026-07-02T17:45:09.047Z[ recovery-image] Jul 02 17:45:08.283 INFO O| Jul 02 17:45:08.283 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-02T17:45:09.054Z[ recovery-image] Jul 02 17:45:08.290 INFO O| Jul 02 17:45:08.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68452026-07-02T17:45:09.054Z[ recovery-image] Jul 02 17:45:08.290 INFO O| Jul 02 17:45:08.290 INFO STEP 498 (remove_files) COMPLETE
68462026-07-02T17:45:09.058Z[ recovery-image] Jul 02 17:45:08.290 INFO O| Jul 02 17:45:08.290 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-02T17:45:09.062Z[ recovery-image] Jul 02 17:45:08.298 INFO O| Jul 02 17:45:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68482026-07-02T17:45:09.062Z[ recovery-image] Jul 02 17:45:08.298 INFO O| Jul 02 17:45:08.298 INFO STEP 499 (remove_files) COMPLETE
68492026-07-02T17:45:09.065Z[ recovery-image] Jul 02 17:45:08.298 INFO O| Jul 02 17:45:08.298 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-02T17:45:09.070Z[ recovery-image] Jul 02 17:45:08.305 INFO O| Jul 02 17:45:08.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68512026-07-02T17:45:09.070Z[ recovery-image] Jul 02 17:45:08.305 INFO O| Jul 02 17:45:08.305 INFO STEP 500 (remove_files) COMPLETE
68522026-07-02T17:45:09.070Z[ recovery-image] Jul 02 17:45:08.305 INFO O| Jul 02 17:45:08.305 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-02T17:45:09.076Z[ recovery-image] Jul 02 17:45:08.312 INFO O| Jul 02 17:45:08.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68542026-07-02T17:45:09.076Z[ recovery-image] Jul 02 17:45:08.312 INFO O| Jul 02 17:45:08.312 INFO STEP 501 (remove_files) COMPLETE
68552026-07-02T17:45:09.080Z[ recovery-image] Jul 02 17:45:08.312 INFO O| Jul 02 17:45:08.312 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-02T17:45:09.083Z[ recovery-image] Jul 02 17:45:08.319 INFO O| Jul 02 17:45:08.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68572026-07-02T17:45:09.083Z[ recovery-image] Jul 02 17:45:08.319 INFO O| Jul 02 17:45:08.319 INFO STEP 502 (remove_files) COMPLETE
68582026-07-02T17:45:09.083Z[ recovery-image] Jul 02 17:45:08.319 INFO O| Jul 02 17:45:08.319 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-02T17:45:09.089Z[ recovery-image] Jul 02 17:45:08.325 INFO O| Jul 02 17:45:08.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68602026-07-02T17:45:09.089Z[ recovery-image] Jul 02 17:45:08.325 INFO O| Jul 02 17:45:08.325 INFO STEP 503 (remove_files) COMPLETE
68612026-07-02T17:45:09.092Z[ recovery-image] Jul 02 17:45:08.325 INFO O| Jul 02 17:45:08.325 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-02T17:45:09.097Z[ recovery-image] Jul 02 17:45:08.331 INFO O| Jul 02 17:45:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68632026-07-02T17:45:09.097Z[ recovery-image] Jul 02 17:45:08.331 INFO O| Jul 02 17:45:08.331 INFO STEP 504 (remove_files) COMPLETE
68642026-07-02T17:45:09.097Z[ recovery-image] Jul 02 17:45:08.331 INFO O| Jul 02 17:45:08.331 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-02T17:45:09.103Z[ recovery-image] Jul 02 17:45:08.339 INFO O| Jul 02 17:45:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68662026-07-02T17:45:09.103Z[ recovery-image] Jul 02 17:45:08.339 INFO O| Jul 02 17:45:08.339 INFO STEP 505 (remove_files) COMPLETE
68672026-07-02T17:45:09.107Z[ recovery-image] Jul 02 17:45:08.339 INFO O| Jul 02 17:45:08.339 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-02T17:45:09.110Z[ recovery-image] Jul 02 17:45:08.345 INFO O| Jul 02 17:45:08.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68692026-07-02T17:45:09.110Z[ recovery-image] Jul 02 17:45:08.345 INFO O| Jul 02 17:45:08.345 INFO STEP 506 (remove_files) COMPLETE
68702026-07-02T17:45:09.110Z[ recovery-image] Jul 02 17:45:08.345 INFO O| Jul 02 17:45:08.345 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-02T17:45:09.117Z[ recovery-image] Jul 02 17:45:08.352 INFO O| Jul 02 17:45:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68722026-07-02T17:45:09.117Z[ recovery-image] Jul 02 17:45:08.352 INFO O| Jul 02 17:45:08.352 INFO STEP 507 (remove_files) COMPLETE
68732026-07-02T17:45:09.117Z[ recovery-image] Jul 02 17:45:08.352 INFO O| Jul 02 17:45:08.352 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-02T17:45:09.124Z[ recovery-image] Jul 02 17:45:08.360 INFO O| Jul 02 17:45:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68752026-07-02T17:45:09.124Z[ recovery-image] Jul 02 17:45:08.360 INFO O| Jul 02 17:45:08.360 INFO STEP 508 (remove_files) COMPLETE
68762026-07-02T17:45:09.124Z[ recovery-image] Jul 02 17:45:08.360 INFO O| Jul 02 17:45:08.360 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-02T17:45:09.131Z[ recovery-image] Jul 02 17:45:08.367 INFO O| Jul 02 17:45:08.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68782026-07-02T17:45:09.132Z[ recovery-image] Jul 02 17:45:08.367 INFO O| Jul 02 17:45:08.367 INFO STEP 509 (remove_files) COMPLETE
68792026-07-02T17:45:09.135Z[ recovery-image] Jul 02 17:45:08.367 INFO O| Jul 02 17:45:08.367 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-02T17:45:09.140Z[ recovery-image] Jul 02 17:45:08.374 INFO O| Jul 02 17:45:08.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68812026-07-02T17:45:09.140Z[ recovery-image] Jul 02 17:45:08.374 INFO O| Jul 02 17:45:08.374 INFO STEP 510 (remove_files) COMPLETE
68822026-07-02T17:45:09.140Z[ recovery-image] Jul 02 17:45:08.374 INFO O| Jul 02 17:45:08.374 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-02T17:45:09.145Z[ recovery-image] Jul 02 17:45:08.380 INFO O| Jul 02 17:45:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68842026-07-02T17:45:09.145Z[ recovery-image] Jul 02 17:45:08.380 INFO O| Jul 02 17:45:08.380 INFO STEP 511 (remove_files) COMPLETE
68852026-07-02T17:45:09.145Z[ recovery-image] Jul 02 17:45:08.380 INFO O| Jul 02 17:45:08.380 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-02T17:45:09.153Z[ recovery-image] Jul 02 17:45:08.388 INFO O| Jul 02 17:45:08.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68872026-07-02T17:45:09.153Z[ recovery-image] Jul 02 17:45:08.388 INFO O| Jul 02 17:45:08.388 INFO STEP 512 (remove_files) COMPLETE
68882026-07-02T17:45:09.156Z[ recovery-image] Jul 02 17:45:08.388 INFO O| Jul 02 17:45:08.388 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-02T17:45:09.160Z[ recovery-image] Jul 02 17:45:08.395 INFO O| Jul 02 17:45:08.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68902026-07-02T17:45:09.160Z[ recovery-image] Jul 02 17:45:08.395 INFO O| Jul 02 17:45:08.395 INFO STEP 513 (remove_files) COMPLETE
68912026-07-02T17:45:09.160Z[ recovery-image] Jul 02 17:45:08.395 INFO O| Jul 02 17:45:08.395 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-02T17:45:09.166Z[ recovery-image] Jul 02 17:45:08.402 INFO O| Jul 02 17:45:08.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68932026-07-02T17:45:09.166Z[ recovery-image] Jul 02 17:45:08.402 INFO O| Jul 02 17:45:08.402 INFO STEP 514 (remove_files) COMPLETE
68942026-07-02T17:45:09.166Z[ recovery-image] Jul 02 17:45:08.402 INFO O| Jul 02 17:45:08.402 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-02T17:45:09.174Z[ recovery-image] Jul 02 17:45:08.410 INFO O| Jul 02 17:45:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68962026-07-02T17:45:09.174Z[ recovery-image] Jul 02 17:45:08.410 INFO O| Jul 02 17:45:08.410 INFO STEP 515 (remove_files) COMPLETE
68972026-07-02T17:45:09.174Z[ recovery-image] Jul 02 17:45:08.410 INFO O| Jul 02 17:45:08.410 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-02T17:45:09.181Z[ recovery-image] Jul 02 17:45:08.417 INFO O| Jul 02 17:45:08.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68992026-07-02T17:45:09.181Z[ recovery-image] Jul 02 17:45:08.417 INFO O| Jul 02 17:45:08.417 INFO STEP 516 (remove_files) COMPLETE
69002026-07-02T17:45:09.181Z[ recovery-image] Jul 02 17:45:08.417 INFO O| Jul 02 17:45:08.417 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-02T17:45:09.187Z[ recovery-image] Jul 02 17:45:08.423 INFO O| Jul 02 17:45:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69022026-07-02T17:45:09.188Z[ recovery-image] Jul 02 17:45:08.423 INFO O| Jul 02 17:45:08.423 INFO STEP 517 (remove_files) COMPLETE
69032026-07-02T17:45:09.191Z[ recovery-image] Jul 02 17:45:08.423 INFO O| Jul 02 17:45:08.423 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-02T17:45:09.195Z[ recovery-image] Jul 02 17:45:08.430 INFO O| Jul 02 17:45:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69052026-07-02T17:45:09.195Z[ recovery-image] Jul 02 17:45:08.430 INFO O| Jul 02 17:45:08.430 INFO STEP 518 (remove_files) COMPLETE
69062026-07-02T17:45:09.195Z[ recovery-image] Jul 02 17:45:08.430 INFO O| Jul 02 17:45:08.430 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-02T17:45:09.201Z[ recovery-image] Jul 02 17:45:08.437 INFO O| Jul 02 17:45:08.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69082026-07-02T17:45:09.201Z[ recovery-image] Jul 02 17:45:08.437 INFO O| Jul 02 17:45:08.437 INFO STEP 519 (remove_files) COMPLETE
69092026-07-02T17:45:09.205Z[ recovery-image] Jul 02 17:45:08.437 INFO O| Jul 02 17:45:08.437 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-02T17:45:09.210Z[ recovery-image] Jul 02 17:45:08.443 INFO O| Jul 02 17:45:08.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69112026-07-02T17:45:09.210Z[ recovery-image] Jul 02 17:45:08.444 INFO O| Jul 02 17:45:08.444 INFO STEP 520 (remove_files) COMPLETE
69122026-07-02T17:45:09.210Z[ recovery-image] Jul 02 17:45:08.444 INFO O| Jul 02 17:45:08.444 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-02T17:45:09.215Z[ recovery-image] Jul 02 17:45:08.451 INFO O| Jul 02 17:45:08.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69142026-07-02T17:45:09.215Z[ recovery-image] Jul 02 17:45:08.451 INFO O| Jul 02 17:45:08.451 INFO STEP 521 (remove_files) COMPLETE
69152026-07-02T17:45:09.219Z[ recovery-image] Jul 02 17:45:08.451 INFO O| Jul 02 17:45:08.451 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-02T17:45:09.223Z[ recovery-image] Jul 02 17:45:08.458 INFO O| Jul 02 17:45:08.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69172026-07-02T17:45:09.223Z[ recovery-image] Jul 02 17:45:08.458 INFO O| Jul 02 17:45:08.458 INFO STEP 522 (remove_files) COMPLETE
69182026-07-02T17:45:09.223Z[ recovery-image] Jul 02 17:45:08.458 INFO O| Jul 02 17:45:08.458 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-02T17:45:09.230Z[ recovery-image] Jul 02 17:45:08.465 INFO O| Jul 02 17:45:08.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69202026-07-02T17:45:09.233Z[ recovery-image] Jul 02 17:45:08.466 INFO O| Jul 02 17:45:08.466 INFO STEP 523 (remove_files) COMPLETE
69212026-07-02T17:45:09.233Z[ recovery-image] Jul 02 17:45:08.466 INFO O| Jul 02 17:45:08.466 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-02T17:45:09.237Z[ recovery-image] Jul 02 17:45:08.473 INFO O| Jul 02 17:45:08.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69232026-07-02T17:45:09.241Z[ recovery-image] Jul 02 17:45:08.473 INFO O| Jul 02 17:45:08.473 INFO STEP 524 (remove_files) COMPLETE
69242026-07-02T17:45:09.241Z[ recovery-image] Jul 02 17:45:08.473 INFO O| Jul 02 17:45:08.473 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-02T17:45:09.244Z[ recovery-image] Jul 02 17:45:08.480 INFO O| Jul 02 17:45:08.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69262026-07-02T17:45:09.245Z[ recovery-image] Jul 02 17:45:08.480 INFO O| Jul 02 17:45:08.480 INFO STEP 525 (remove_files) COMPLETE
69272026-07-02T17:45:09.248Z[ recovery-image] Jul 02 17:45:08.480 INFO O| Jul 02 17:45:08.480 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-02T17:45:09.253Z[ recovery-image] Jul 02 17:45:08.487 INFO O| Jul 02 17:45:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69292026-07-02T17:45:09.253Z[ recovery-image] Jul 02 17:45:08.487 INFO O| Jul 02 17:45:08.487 INFO STEP 526 (remove_files) COMPLETE
69302026-07-02T17:45:09.253Z[ recovery-image] Jul 02 17:45:08.487 INFO O| Jul 02 17:45:08.487 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-02T17:45:09.260Z[ recovery-image] Jul 02 17:45:08.496 INFO O| Jul 02 17:45:08.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69322026-07-02T17:45:09.260Z[ recovery-image] Jul 02 17:45:08.496 INFO O| Jul 02 17:45:08.496 INFO STEP 527 (remove_files) COMPLETE
69332026-07-02T17:45:09.264Z[ recovery-image] Jul 02 17:45:08.496 INFO O| Jul 02 17:45:08.496 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-02T17:45:09.267Z[ recovery-image] Jul 02 17:45:08.503 INFO O| Jul 02 17:45:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69352026-07-02T17:45:09.267Z[ recovery-image] Jul 02 17:45:08.503 INFO O| Jul 02 17:45:08.503 INFO STEP 528 (remove_files) COMPLETE
69362026-07-02T17:45:09.267Z[ recovery-image] Jul 02 17:45:08.503 INFO O| Jul 02 17:45:08.503 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-02T17:45:09.274Z[ recovery-image] Jul 02 17:45:08.510 INFO O| Jul 02 17:45:08.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69382026-07-02T17:45:09.274Z[ recovery-image] Jul 02 17:45:08.510 INFO O| Jul 02 17:45:08.510 INFO STEP 529 (remove_files) COMPLETE
69392026-07-02T17:45:09.278Z[ recovery-image] Jul 02 17:45:08.510 INFO O| Jul 02 17:45:08.510 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-02T17:45:09.284Z[ recovery-image] Jul 02 17:45:08.517 INFO O| Jul 02 17:45:08.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69412026-07-02T17:45:09.284Z[ recovery-image] Jul 02 17:45:08.517 INFO O| Jul 02 17:45:08.517 INFO STEP 530 (remove_files) COMPLETE
69422026-07-02T17:45:09.284Z[ recovery-image] Jul 02 17:45:08.517 INFO O| Jul 02 17:45:08.517 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-02T17:45:09.288Z[ recovery-image] Jul 02 17:45:08.524 INFO O| Jul 02 17:45:08.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69442026-07-02T17:45:09.288Z[ recovery-image] Jul 02 17:45:08.524 INFO O| Jul 02 17:45:08.524 INFO STEP 531 (remove_files) COMPLETE
69452026-07-02T17:45:09.292Z[ recovery-image] Jul 02 17:45:08.524 INFO O| Jul 02 17:45:08.524 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-02T17:45:09.296Z[ recovery-image] Jul 02 17:45:08.531 INFO O| Jul 02 17:45:08.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69472026-07-02T17:45:09.296Z[ recovery-image] Jul 02 17:45:08.532 INFO O| Jul 02 17:45:08.532 INFO STEP 532 (remove_files) COMPLETE
69482026-07-02T17:45:09.296Z[ recovery-image] Jul 02 17:45:08.532 INFO O| Jul 02 17:45:08.532 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-02T17:45:09.305Z[ recovery-image] Jul 02 17:45:08.539 INFO O| Jul 02 17:45:08.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69502026-07-02T17:45:09.305Z[ recovery-image] Jul 02 17:45:08.539 INFO O| Jul 02 17:45:08.539 INFO STEP 533 (remove_files) COMPLETE
69512026-07-02T17:45:09.305Z[ recovery-image] Jul 02 17:45:08.539 INFO O| Jul 02 17:45:08.539 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-02T17:45:09.311Z[ recovery-image] Jul 02 17:45:08.547 INFO O| Jul 02 17:45:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69532026-07-02T17:45:09.314Z[ recovery-image] Jul 02 17:45:08.547 INFO O| Jul 02 17:45:08.547 INFO STEP 534 (remove_files) COMPLETE
69542026-07-02T17:45:09.314Z[ recovery-image] Jul 02 17:45:08.547 INFO O| Jul 02 17:45:08.547 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-02T17:45:09.318Z[ recovery-image] Jul 02 17:45:08.554 INFO O| Jul 02 17:45:08.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69562026-07-02T17:45:09.318Z[ recovery-image] Jul 02 17:45:08.554 INFO O| Jul 02 17:45:08.554 INFO STEP 535 (remove_files) COMPLETE
69572026-07-02T17:45:09.321Z[ recovery-image] Jul 02 17:45:08.554 INFO O| Jul 02 17:45:08.554 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-02T17:45:09.325Z[ recovery-image] Jul 02 17:45:08.561 INFO O| Jul 02 17:45:08.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69592026-07-02T17:45:09.325Z[ recovery-image] Jul 02 17:45:08.561 INFO O| Jul 02 17:45:08.561 INFO STEP 536 (remove_files) COMPLETE
69602026-07-02T17:45:09.328Z[ recovery-image] Jul 02 17:45:08.561 INFO O| Jul 02 17:45:08.561 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-02T17:45:09.333Z[ recovery-image] Jul 02 17:45:08.569 INFO O| Jul 02 17:45:08.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69622026-07-02T17:45:09.333Z[ recovery-image] Jul 02 17:45:08.569 INFO O| Jul 02 17:45:08.569 INFO STEP 537 (remove_files) COMPLETE
69632026-07-02T17:45:09.333Z[ recovery-image] Jul 02 17:45:08.569 INFO O| Jul 02 17:45:08.569 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-02T17:45:09.340Z[ recovery-image] Jul 02 17:45:08.576 INFO O| Jul 02 17:45:08.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69652026-07-02T17:45:09.340Z[ recovery-image] Jul 02 17:45:08.576 INFO O| Jul 02 17:45:08.576 INFO STEP 538 (remove_files) COMPLETE
69662026-07-02T17:45:09.340Z[ recovery-image] Jul 02 17:45:08.576 INFO O| Jul 02 17:45:08.576 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-02T17:45:09.348Z[ recovery-image] Jul 02 17:45:08.584 INFO O| Jul 02 17:45:08.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69682026-07-02T17:45:09.348Z[ recovery-image] Jul 02 17:45:08.584 INFO O| Jul 02 17:45:08.584 INFO STEP 539 (remove_files) COMPLETE
69692026-07-02T17:45:09.352Z[ recovery-image] Jul 02 17:45:08.584 INFO O| Jul 02 17:45:08.584 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-02T17:45:09.357Z[ recovery-image] Jul 02 17:45:08.591 INFO O| Jul 02 17:45:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69712026-07-02T17:45:09.357Z[ recovery-image] Jul 02 17:45:08.591 INFO O| Jul 02 17:45:08.591 INFO STEP 540 (remove_files) COMPLETE
69722026-07-02T17:45:09.357Z[ recovery-image] Jul 02 17:45:08.591 INFO O| Jul 02 17:45:08.591 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-02T17:45:09.363Z[ recovery-image] Jul 02 17:45:08.598 INFO O| Jul 02 17:45:08.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69742026-07-02T17:45:09.363Z[ recovery-image] Jul 02 17:45:08.598 INFO O| Jul 02 17:45:08.598 INFO STEP 541 (remove_files) COMPLETE
69752026-07-02T17:45:09.363Z[ recovery-image] Jul 02 17:45:08.598 INFO O| Jul 02 17:45:08.598 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-02T17:45:09.371Z[ recovery-image] Jul 02 17:45:08.606 INFO O| Jul 02 17:45:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69772026-07-02T17:45:09.371Z[ recovery-image] Jul 02 17:45:08.606 INFO O| Jul 02 17:45:08.606 INFO STEP 542 (remove_files) COMPLETE
69782026-07-02T17:45:09.371Z[ recovery-image] Jul 02 17:45:08.606 INFO O| Jul 02 17:45:08.606 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-02T17:45:09.384Z[ recovery-image] Jul 02 17:45:08.613 INFO O| Jul 02 17:45:08.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69802026-07-02T17:45:09.384Z[ recovery-image] Jul 02 17:45:08.614 INFO O| Jul 02 17:45:08.614 INFO STEP 543 (remove_files) COMPLETE
69812026-07-02T17:45:09.384Z[ recovery-image] Jul 02 17:45:08.614 INFO O| Jul 02 17:45:08.614 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-02T17:45:09.395Z[ recovery-image] Jul 02 17:45:08.621 INFO O| Jul 02 17:45:08.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69832026-07-02T17:45:09.396Z[ recovery-image] Jul 02 17:45:08.622 INFO O| Jul 02 17:45:08.622 INFO STEP 544 (remove_files) COMPLETE
69842026-07-02T17:45:09.396Z[ recovery-image] Jul 02 17:45:08.622 INFO O| Jul 02 17:45:08.622 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-02T17:45:09.402Z[ recovery-image] Jul 02 17:45:08.627 INFO O| Jul 02 17:45:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69862026-07-02T17:45:09.402Z[ recovery-image] Jul 02 17:45:08.627 INFO O| Jul 02 17:45:08.627 INFO STEP 545 (remove_files) COMPLETE
69872026-07-02T17:45:09.402Z[ recovery-image] Jul 02 17:45:08.627 INFO O| Jul 02 17:45:08.627 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-02T17:45:09.402Z[ recovery-image] Jul 02 17:45:08.633 INFO O| Jul 02 17:45:08.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69892026-07-02T17:45:09.403Z[ recovery-image] Jul 02 17:45:08.633 INFO O| Jul 02 17:45:08.633 INFO STEP 546 (remove_files) COMPLETE
69902026-07-02T17:45:09.403Z[ recovery-image] Jul 02 17:45:08.633 INFO O| Jul 02 17:45:08.633 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-02T17:45:09.414Z[ recovery-image] Jul 02 17:45:08.638 INFO O| Jul 02 17:45:08.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69922026-07-02T17:45:09.414Z[ recovery-image] Jul 02 17:45:08.638 INFO O| Jul 02 17:45:08.638 INFO STEP 547 (remove_files) COMPLETE
69932026-07-02T17:45:09.414Z[ recovery-image] Jul 02 17:45:08.638 INFO O| Jul 02 17:45:08.638 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.643 INFO O| Jul 02 17:45:08.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69952026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.643 INFO O| Jul 02 17:45:08.643 INFO STEP 548 (remove_files) COMPLETE
69962026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.643 INFO O| Jul 02 17:45:08.643 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.649 INFO O| Jul 02 17:45:08.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69982026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.649 INFO O| Jul 02 17:45:08.649 INFO STEP 549 (remove_files) COMPLETE
69992026-07-02T17:45:09.420Z[ recovery-image] Jul 02 17:45:08.649 INFO O| Jul 02 17:45:08.649 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-02T17:45:09.425Z[ recovery-image] Jul 02 17:45:08.654 INFO O| Jul 02 17:45:08.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70012026-07-02T17:45:09.425Z[ recovery-image] Jul 02 17:45:08.654 INFO O| Jul 02 17:45:08.654 INFO STEP 550 (remove_files) COMPLETE
70022026-07-02T17:45:09.425Z[ recovery-image] Jul 02 17:45:08.654 INFO O| Jul 02 17:45:08.654 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-02T17:45:09.429Z[ recovery-image] Jul 02 17:45:08.663 INFO O| Jul 02 17:45:08.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70042026-07-02T17:45:09.429Z[ recovery-image] Jul 02 17:45:08.663 INFO O| Jul 02 17:45:08.663 INFO STEP 551 (remove_files) COMPLETE
70052026-07-02T17:45:09.429Z[ recovery-image] Jul 02 17:45:08.663 INFO O| Jul 02 17:45:08.663 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-02T17:45:09.435Z[ recovery-image] Jul 02 17:45:08.671 INFO O| Jul 02 17:45:08.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70072026-07-02T17:45:09.435Z[ recovery-image] Jul 02 17:45:08.671 INFO O| Jul 02 17:45:08.671 INFO STEP 552 (remove_files) COMPLETE
70082026-07-02T17:45:09.435Z[ recovery-image] Jul 02 17:45:08.671 INFO O| Jul 02 17:45:08.671 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-02T17:45:09.443Z[ recovery-image] Jul 02 17:45:08.679 INFO O| Jul 02 17:45:08.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70102026-07-02T17:45:09.443Z[ recovery-image] Jul 02 17:45:08.679 INFO O| Jul 02 17:45:08.679 INFO STEP 553 (remove_files) COMPLETE
70112026-07-02T17:45:09.443Z[ recovery-image] Jul 02 17:45:08.679 INFO O| Jul 02 17:45:08.679 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-02T17:45:09.449Z[ recovery-image] Jul 02 17:45:08.685 INFO O| Jul 02 17:45:08.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70132026-07-02T17:45:09.453Z[ recovery-image] Jul 02 17:45:08.685 INFO O| Jul 02 17:45:08.685 INFO STEP 554 (remove_files) COMPLETE
70142026-07-02T17:45:09.454Z[ recovery-image] Jul 02 17:45:08.685 INFO O| Jul 02 17:45:08.685 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-02T17:45:09.457Z[ recovery-image] Jul 02 17:45:08.692 INFO O| Jul 02 17:45:08.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70162026-07-02T17:45:09.457Z[ recovery-image] Jul 02 17:45:08.692 INFO O| Jul 02 17:45:08.692 INFO STEP 555 (remove_files) COMPLETE
70172026-07-02T17:45:09.457Z[ recovery-image] Jul 02 17:45:08.693 INFO O| Jul 02 17:45:08.692 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-02T17:45:09.464Z[ recovery-image] Jul 02 17:45:08.700 INFO O| Jul 02 17:45:08.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70192026-07-02T17:45:09.464Z[ recovery-image] Jul 02 17:45:08.700 INFO O| Jul 02 17:45:08.700 INFO STEP 556 (remove_files) COMPLETE
70202026-07-02T17:45:09.468Z[ recovery-image] Jul 02 17:45:08.700 INFO O| Jul 02 17:45:08.700 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-02T17:45:09.472Z[ recovery-image] Jul 02 17:45:08.706 INFO O| Jul 02 17:45:08.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70222026-07-02T17:45:09.472Z[ recovery-image] Jul 02 17:45:08.706 INFO O| Jul 02 17:45:08.706 INFO STEP 557 (remove_files) COMPLETE
70232026-07-02T17:45:09.472Z[ recovery-image] Jul 02 17:45:08.706 INFO O| Jul 02 17:45:08.706 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-02T17:45:09.480Z[ recovery-image] Jul 02 17:45:08.714 INFO O| Jul 02 17:45:08.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70252026-07-02T17:45:09.486Z[ recovery-image] Jul 02 17:45:08.714 INFO O| Jul 02 17:45:08.714 INFO STEP 558 (remove_files) COMPLETE
70262026-07-02T17:45:09.486Z[ recovery-image] Jul 02 17:45:08.714 INFO O| Jul 02 17:45:08.714 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-02T17:45:09.489Z[ recovery-image] Jul 02 17:45:08.722 INFO O| Jul 02 17:45:08.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70282026-07-02T17:45:09.490Z[ recovery-image] Jul 02 17:45:08.722 INFO O| Jul 02 17:45:08.722 INFO STEP 559 (remove_files) COMPLETE
70292026-07-02T17:45:09.490Z[ recovery-image] Jul 02 17:45:08.722 INFO O| Jul 02 17:45:08.722 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-02T17:45:09.493Z[ recovery-image] Jul 02 17:45:08.729 INFO O| Jul 02 17:45:08.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70312026-07-02T17:45:09.497Z[ recovery-image] Jul 02 17:45:08.730 INFO O| Jul 02 17:45:08.730 INFO STEP 560 (remove_files) COMPLETE
70322026-07-02T17:45:09.497Z[ recovery-image] Jul 02 17:45:08.730 INFO O| Jul 02 17:45:08.730 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-02T17:45:09.502Z[ recovery-image] Jul 02 17:45:08.737 INFO O| Jul 02 17:45:08.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70342026-07-02T17:45:09.503Z[ recovery-image] Jul 02 17:45:08.737 INFO O| Jul 02 17:45:08.737 INFO STEP 561 (remove_files) COMPLETE
70352026-07-02T17:45:09.507Z[ recovery-image] Jul 02 17:45:08.737 INFO O| Jul 02 17:45:08.737 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-02T17:45:09.510Z[ recovery-image] Jul 02 17:45:08.744 INFO O| Jul 02 17:45:08.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70372026-07-02T17:45:09.510Z[ recovery-image] Jul 02 17:45:08.745 INFO O| Jul 02 17:45:08.745 INFO STEP 562 (remove_files) COMPLETE
70382026-07-02T17:45:09.510Z[ recovery-image] Jul 02 17:45:08.745 INFO O| Jul 02 17:45:08.745 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-02T17:45:09.517Z[ recovery-image] Jul 02 17:45:08.753 INFO O| Jul 02 17:45:08.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70402026-07-02T17:45:09.522Z[ recovery-image] Jul 02 17:45:08.753 INFO O| Jul 02 17:45:08.753 INFO STEP 563 (remove_files) COMPLETE
70412026-07-02T17:45:09.522Z[ recovery-image] Jul 02 17:45:08.753 INFO O| Jul 02 17:45:08.753 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-02T17:45:09.526Z[ recovery-image] Jul 02 17:45:08.760 INFO O| Jul 02 17:45:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70432026-07-02T17:45:09.527Z[ recovery-image] Jul 02 17:45:08.761 INFO O| Jul 02 17:45:08.760 INFO STEP 564 (remove_files) COMPLETE
70442026-07-02T17:45:09.527Z[ recovery-image] Jul 02 17:45:08.761 INFO O| Jul 02 17:45:08.760 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-02T17:45:09.532Z[ recovery-image] Jul 02 17:45:08.767 INFO O| Jul 02 17:45:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70462026-07-02T17:45:09.532Z[ recovery-image] Jul 02 17:45:08.767 INFO O| Jul 02 17:45:08.767 INFO STEP 565 (remove_files) COMPLETE
70472026-07-02T17:45:09.532Z[ recovery-image] Jul 02 17:45:08.767 INFO O| Jul 02 17:45:08.767 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-02T17:45:09.541Z[ recovery-image] Jul 02 17:45:08.775 INFO O| Jul 02 17:45:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70492026-07-02T17:45:09.541Z[ recovery-image] Jul 02 17:45:08.775 INFO O| Jul 02 17:45:08.775 INFO STEP 566 (remove_files) COMPLETE
70502026-07-02T17:45:09.544Z[ recovery-image] Jul 02 17:45:08.775 INFO O| Jul 02 17:45:08.775 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-02T17:45:09.547Z[ recovery-image] Jul 02 17:45:08.781 INFO O| Jul 02 17:45:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70522026-07-02T17:45:09.547Z[ recovery-image] Jul 02 17:45:08.781 INFO O| Jul 02 17:45:08.781 INFO STEP 567 (remove_files) COMPLETE
70532026-07-02T17:45:09.547Z[ recovery-image] Jul 02 17:45:08.781 INFO O| Jul 02 17:45:08.781 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-02T17:45:09.550Z[ recovery-image] Jul 02 17:45:08.786 INFO O| Jul 02 17:45:08.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70552026-07-02T17:45:09.551Z[ recovery-image] Jul 02 17:45:08.786 INFO O| Jul 02 17:45:08.786 INFO STEP 568 (remove_files) COMPLETE
70562026-07-02T17:45:09.551Z[ recovery-image] Jul 02 17:45:08.786 INFO O| Jul 02 17:45:08.786 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-02T17:45:09.556Z[ recovery-image] Jul 02 17:45:08.791 INFO O| Jul 02 17:45:08.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70582026-07-02T17:45:09.556Z[ recovery-image] Jul 02 17:45:08.791 INFO O| Jul 02 17:45:08.791 INFO STEP 569 (remove_files) COMPLETE
70592026-07-02T17:45:09.559Z[ recovery-image] Jul 02 17:45:08.791 INFO O| Jul 02 17:45:08.791 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-02T17:45:09.563Z[ recovery-image] Jul 02 17:45:08.798 INFO O| Jul 02 17:45:08.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70612026-07-02T17:45:09.563Z[ recovery-image] Jul 02 17:45:08.798 INFO O| Jul 02 17:45:08.798 INFO STEP 570 (remove_files) COMPLETE
70622026-07-02T17:45:09.563Z[ recovery-image] Jul 02 17:45:08.798 INFO O| Jul 02 17:45:08.798 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-02T17:45:09.568Z[ recovery-image] Jul 02 17:45:08.804 INFO O| Jul 02 17:45:08.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70642026-07-02T17:45:09.572Z[ recovery-image] Jul 02 17:45:08.804 INFO O| Jul 02 17:45:08.804 INFO STEP 571 (remove_files) COMPLETE
70652026-07-02T17:45:09.572Z[ recovery-image] Jul 02 17:45:08.804 INFO O| Jul 02 17:45:08.804 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-02T17:45:09.575Z[ recovery-image] Jul 02 17:45:08.811 INFO O| Jul 02 17:45:08.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70672026-07-02T17:45:09.576Z[ recovery-image] Jul 02 17:45:08.812 INFO O| Jul 02 17:45:08.811 INFO STEP 572 (remove_files) COMPLETE
70682026-07-02T17:45:09.576Z[ recovery-image] Jul 02 17:45:08.812 INFO O| Jul 02 17:45:08.812 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-02T17:45:09.582Z[ recovery-image] Jul 02 17:45:08.818 INFO O| Jul 02 17:45:08.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70702026-07-02T17:45:09.583Z[ recovery-image] Jul 02 17:45:08.818 INFO O| Jul 02 17:45:08.818 INFO STEP 573 (remove_files) COMPLETE
70712026-07-02T17:45:09.583Z[ recovery-image] Jul 02 17:45:08.818 INFO O| Jul 02 17:45:08.818 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-02T17:45:09.588Z[ recovery-image] Jul 02 17:45:08.824 INFO O| Jul 02 17:45:08.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70732026-07-02T17:45:09.588Z[ recovery-image] Jul 02 17:45:08.824 INFO O| Jul 02 17:45:08.824 INFO STEP 574 (remove_files) COMPLETE
70742026-07-02T17:45:09.591Z[ recovery-image] Jul 02 17:45:08.824 INFO O| Jul 02 17:45:08.824 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-02T17:45:09.594Z[ recovery-image] Jul 02 17:45:08.829 INFO O| Jul 02 17:45:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70762026-07-02T17:45:09.594Z[ recovery-image] Jul 02 17:45:08.829 INFO O| Jul 02 17:45:08.829 INFO STEP 575 (remove_files) COMPLETE
70772026-07-02T17:45:09.595Z[ recovery-image] Jul 02 17:45:08.829 INFO O| Jul 02 17:45:08.829 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-02T17:45:09.600Z[ recovery-image] Jul 02 17:45:08.836 INFO O| Jul 02 17:45:08.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70792026-07-02T17:45:09.600Z[ recovery-image] Jul 02 17:45:08.836 INFO O| Jul 02 17:45:08.836 INFO STEP 576 (remove_files) COMPLETE
70802026-07-02T17:45:09.603Z[ recovery-image] Jul 02 17:45:08.836 INFO O| Jul 02 17:45:08.836 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-02T17:45:09.606Z[ recovery-image] Jul 02 17:45:08.842 INFO O| Jul 02 17:45:08.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70822026-07-02T17:45:09.607Z[ recovery-image] Jul 02 17:45:08.842 INFO O| Jul 02 17:45:08.842 INFO STEP 577 (remove_files) COMPLETE
70832026-07-02T17:45:09.607Z[ recovery-image] Jul 02 17:45:08.842 INFO O| Jul 02 17:45:08.842 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-02T17:45:09.612Z[ recovery-image] Jul 02 17:45:08.848 INFO O| Jul 02 17:45:08.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70852026-07-02T17:45:09.615Z[ recovery-image] Jul 02 17:45:08.848 INFO O| Jul 02 17:45:08.848 INFO STEP 578 (remove_files) COMPLETE
70862026-07-02T17:45:09.615Z[ recovery-image] Jul 02 17:45:08.848 INFO O| Jul 02 17:45:08.848 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-02T17:45:09.619Z[ recovery-image] Jul 02 17:45:08.854 INFO O| Jul 02 17:45:08.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70882026-07-02T17:45:09.619Z[ recovery-image] Jul 02 17:45:08.854 INFO O| Jul 02 17:45:08.854 INFO STEP 579 (remove_files) COMPLETE
70892026-07-02T17:45:09.619Z[ recovery-image] Jul 02 17:45:08.854 INFO O| Jul 02 17:45:08.854 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-02T17:45:09.625Z[ recovery-image] Jul 02 17:45:08.860 INFO O| Jul 02 17:45:08.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70912026-07-02T17:45:09.625Z[ recovery-image] Jul 02 17:45:08.860 INFO O| Jul 02 17:45:08.860 INFO STEP 580 (remove_files) COMPLETE
70922026-07-02T17:45:09.628Z[ recovery-image] Jul 02 17:45:08.860 INFO O| Jul 02 17:45:08.860 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-02T17:45:09.631Z[ recovery-image] Jul 02 17:45:08.866 INFO O| Jul 02 17:45:08.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70942026-07-02T17:45:09.632Z[ recovery-image] Jul 02 17:45:08.866 INFO O| Jul 02 17:45:08.866 INFO STEP 581 (remove_files) COMPLETE
70952026-07-02T17:45:09.632Z[ recovery-image] Jul 02 17:45:08.866 INFO O| Jul 02 17:45:08.866 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-02T17:45:09.636Z[ recovery-image] Jul 02 17:45:08.872 INFO O| Jul 02 17:45:08.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70972026-07-02T17:45:09.636Z[ recovery-image] Jul 02 17:45:08.872 INFO O| Jul 02 17:45:08.872 INFO STEP 582 (remove_files) COMPLETE
70982026-07-02T17:45:09.636Z[ recovery-image] Jul 02 17:45:08.872 INFO O| Jul 02 17:45:08.872 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-02T17:45:09.642Z[ recovery-image] Jul 02 17:45:08.878 INFO O| Jul 02 17:45:08.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71002026-07-02T17:45:09.643Z[ recovery-image] Jul 02 17:45:08.878 INFO O| Jul 02 17:45:08.878 INFO STEP 583 (remove_files) COMPLETE
71012026-07-02T17:45:09.646Z[ recovery-image] Jul 02 17:45:08.878 INFO O| Jul 02 17:45:08.878 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-02T17:45:09.650Z[ recovery-image] Jul 02 17:45:08.884 INFO O| Jul 02 17:45:08.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71032026-07-02T17:45:09.650Z[ recovery-image] Jul 02 17:45:08.884 INFO O| Jul 02 17:45:08.884 INFO STEP 584 (remove_files) COMPLETE
71042026-07-02T17:45:09.650Z[ recovery-image] Jul 02 17:45:08.884 INFO O| Jul 02 17:45:08.884 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-02T17:45:09.655Z[ recovery-image] Jul 02 17:45:08.891 INFO O| Jul 02 17:45:08.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71062026-07-02T17:45:09.656Z[ recovery-image] Jul 02 17:45:08.891 INFO O| Jul 02 17:45:08.891 INFO STEP 585 (remove_files) COMPLETE
71072026-07-02T17:45:09.656Z[ recovery-image] Jul 02 17:45:08.891 INFO O| Jul 02 17:45:08.891 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-02T17:45:09.661Z[ recovery-image] Jul 02 17:45:08.897 INFO O| Jul 02 17:45:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71092026-07-02T17:45:09.661Z[ recovery-image] Jul 02 17:45:08.897 INFO O| Jul 02 17:45:08.897 INFO STEP 586 (remove_files) COMPLETE
71102026-07-02T17:45:09.661Z[ recovery-image] Jul 02 17:45:08.897 INFO O| Jul 02 17:45:08.897 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-02T17:45:09.668Z[ recovery-image] Jul 02 17:45:08.904 INFO O| Jul 02 17:45:08.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71122026-07-02T17:45:09.672Z[ recovery-image] Jul 02 17:45:08.905 INFO O| Jul 02 17:45:08.905 INFO STEP 587 (remove_files) COMPLETE
71132026-07-02T17:45:09.672Z[ recovery-image] Jul 02 17:45:08.905 INFO O| Jul 02 17:45:08.905 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-02T17:45:09.676Z[ recovery-image] Jul 02 17:45:08.911 INFO O| Jul 02 17:45:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71152026-07-02T17:45:09.676Z[ recovery-image] Jul 02 17:45:08.911 INFO O| Jul 02 17:45:08.911 INFO STEP 588 (remove_files) COMPLETE
71162026-07-02T17:45:09.676Z[ recovery-image] Jul 02 17:45:08.911 INFO O| Jul 02 17:45:08.911 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-02T17:45:09.681Z[ recovery-image] Jul 02 17:45:08.917 INFO O| Jul 02 17:45:08.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71182026-07-02T17:45:09.681Z[ recovery-image] Jul 02 17:45:08.917 INFO O| Jul 02 17:45:08.917 INFO STEP 589 (remove_files) COMPLETE
71192026-07-02T17:45:09.685Z[ recovery-image] Jul 02 17:45:08.917 INFO O| Jul 02 17:45:08.917 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-02T17:45:09.688Z[ recovery-image] Jul 02 17:45:08.924 INFO O| Jul 02 17:45:08.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71212026-07-02T17:45:10.098Z[ recovery-image] Jul 02 17:45:08.925 INFO O| Jul 02 17:45:08.925 INFO STEP 590 (remove_files) COMPLETE
71222026-07-02T17:45:10.098Z[ recovery-image] Jul 02 17:45:08.925 INFO O| Jul 02 17:45:08.925 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-02T17:45:10.110Z[ recovery-image] Jul 02 17:45:08.931 INFO O| Jul 02 17:45:08.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71242026-07-02T17:45:10.110Z[ recovery-image] Jul 02 17:45:08.931 INFO O| Jul 02 17:45:08.931 INFO STEP 591 (remove_files) COMPLETE
71252026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.931 INFO O| Jul 02 17:45:08.931 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.936 INFO O| Jul 02 17:45:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71272026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.936 INFO O| Jul 02 17:45:08.936 INFO STEP 592 (remove_files) COMPLETE
71282026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.936 INFO O| Jul 02 17:45:08.936 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.944 INFO O| Jul 02 17:45:08.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71302026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.944 INFO O| Jul 02 17:45:08.944 INFO STEP 593 (remove_files) COMPLETE
71312026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.944 INFO O| Jul 02 17:45:08.944 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.951 INFO O| Jul 02 17:45:08.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71332026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.952 INFO O| Jul 02 17:45:08.952 INFO STEP 594 (remove_files) COMPLETE
71342026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.952 INFO O| Jul 02 17:45:08.952 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.959 INFO O| Jul 02 17:45:08.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71362026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.959 INFO O| Jul 02 17:45:08.959 INFO STEP 595 (remove_files) COMPLETE
71372026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.959 INFO O| Jul 02 17:45:08.959 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.966 INFO O| Jul 02 17:45:08.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71392026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.966 INFO O| Jul 02 17:45:08.966 INFO STEP 596 (remove_files) COMPLETE
71402026-07-02T17:45:10.111Z[ recovery-image] Jul 02 17:45:08.966 INFO O| Jul 02 17:45:08.966 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-02T17:45:10.112Z[ recovery-image] Jul 02 17:45:08.973 INFO O| Jul 02 17:45:08.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71422026-07-02T17:45:10.112Z[ recovery-image] Jul 02 17:45:08.973 INFO O| Jul 02 17:45:08.973 INFO STEP 597 (remove_files) COMPLETE
71432026-07-02T17:45:10.112Z[ recovery-image] Jul 02 17:45:08.973 INFO O| Jul 02 17:45:08.973 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.979 INFO O| Jul 02 17:45:08.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71452026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.979 INFO O| Jul 02 17:45:08.979 INFO STEP 598 (remove_files) COMPLETE
71462026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.979 INFO O| Jul 02 17:45:08.979 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.986 INFO O| Jul 02 17:45:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71482026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.986 INFO O| Jul 02 17:45:08.986 INFO STEP 599 (remove_files) COMPLETE
71492026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.986 INFO O| Jul 02 17:45:08.986 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.991 INFO O| Jul 02 17:45:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71512026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.991 INFO O| Jul 02 17:45:08.991 INFO STEP 600 (remove_files) COMPLETE
71522026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.991 INFO O| Jul 02 17:45:08.991 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.997 INFO O| Jul 02 17:45:08.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71542026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.997 INFO O| Jul 02 17:45:08.997 INFO STEP 601 (remove_files) COMPLETE
71552026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:08.997 INFO O| Jul 02 17:45:08.997 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:09.004 INFO O| Jul 02 17:45:09.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71572026-07-02T17:45:10.113Z[ recovery-image] Jul 02 17:45:09.004 INFO O| Jul 02 17:45:09.004 INFO STEP 602 (remove_files) COMPLETE
71582026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.004 INFO O| Jul 02 17:45:09.004 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.011 INFO O| Jul 02 17:45:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71602026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.011 INFO O| Jul 02 17:45:09.011 INFO STEP 603 (remove_files) COMPLETE
71612026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.011 INFO O| Jul 02 17:45:09.011 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.019 INFO O| Jul 02 17:45:09.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71632026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.019 INFO O| Jul 02 17:45:09.019 INFO STEP 604 (remove_files) COMPLETE
71642026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.019 INFO O| Jul 02 17:45:09.019 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.026 INFO O| Jul 02 17:45:09.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71662026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.027 INFO O| Jul 02 17:45:09.027 INFO STEP 605 (remove_files) COMPLETE
71672026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.027 INFO O| Jul 02 17:45:09.027 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.035 INFO O| Jul 02 17:45:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71692026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.035 INFO O| Jul 02 17:45:09.035 INFO STEP 606 (remove_files) COMPLETE
71702026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.035 INFO O| Jul 02 17:45:09.035 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.043 INFO O| Jul 02 17:45:09.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71722026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.044 INFO O| Jul 02 17:45:09.043 INFO STEP 607 (remove_files) COMPLETE
71732026-07-02T17:45:10.114Z[ recovery-image] Jul 02 17:45:09.044 INFO O| Jul 02 17:45:09.043 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.051 INFO O| Jul 02 17:45:09.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71752026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.051 INFO O| Jul 02 17:45:09.051 INFO STEP 608 (remove_files) COMPLETE
71762026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.051 INFO O| Jul 02 17:45:09.051 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.059 INFO O| Jul 02 17:45:09.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71782026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.059 INFO O| Jul 02 17:45:09.059 INFO STEP 609 (remove_files) COMPLETE
71792026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.059 INFO O| Jul 02 17:45:09.059 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.066 INFO O| Jul 02 17:45:09.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71812026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.066 INFO O| Jul 02 17:45:09.066 INFO STEP 610 (remove_files) COMPLETE
71822026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.066 INFO O| Jul 02 17:45:09.066 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.072 INFO O| Jul 02 17:45:09.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71842026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.072 INFO O| Jul 02 17:45:09.072 INFO STEP 611 (remove_files) COMPLETE
71852026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.072 INFO O| Jul 02 17:45:09.072 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.079 INFO O| Jul 02 17:45:09.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71872026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.079 INFO O| Jul 02 17:45:09.079 INFO STEP 612 (remove_files) COMPLETE
71882026-07-02T17:45:10.115Z[ recovery-image] Jul 02 17:45:09.079 INFO O| Jul 02 17:45:09.079 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.086 INFO O| Jul 02 17:45:09.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71902026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.086 INFO O| Jul 02 17:45:09.086 INFO STEP 613 (remove_files) COMPLETE
71912026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.086 INFO O| Jul 02 17:45:09.086 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.092 INFO O| Jul 02 17:45:09.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71932026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.092 INFO O| Jul 02 17:45:09.092 INFO STEP 614 (remove_files) COMPLETE
71942026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.092 INFO O| Jul 02 17:45:09.092 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.099 INFO O| Jul 02 17:45:09.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71962026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.099 INFO O| Jul 02 17:45:09.099 INFO STEP 615 (remove_files) COMPLETE
71972026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.099 INFO O| Jul 02 17:45:09.099 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.105 INFO O| Jul 02 17:45:09.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71992026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.105 INFO O| Jul 02 17:45:09.105 INFO STEP 616 (remove_files) COMPLETE
72002026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.105 INFO O| Jul 02 17:45:09.105 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.112 INFO O| Jul 02 17:45:09.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72022026-07-02T17:45:10.116Z[ recovery-image] Jul 02 17:45:09.112 INFO O| Jul 02 17:45:09.112 INFO STEP 617 (remove_files) COMPLETE
72032026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.112 INFO O| Jul 02 17:45:09.112 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.117 INFO O| Jul 02 17:45:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72052026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.117 INFO O| Jul 02 17:45:09.117 INFO STEP 618 (remove_files) COMPLETE
72062026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.117 INFO O| Jul 02 17:45:09.117 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.123 INFO O| Jul 02 17:45:09.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72082026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.123 INFO O| Jul 02 17:45:09.123 INFO STEP 619 (remove_files) COMPLETE
72092026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.123 INFO O| Jul 02 17:45:09.123 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.129 INFO O| Jul 02 17:45:09.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72112026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.129 INFO O| Jul 02 17:45:09.129 INFO STEP 620 (remove_files) COMPLETE
72122026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.129 INFO O| Jul 02 17:45:09.129 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.136 INFO O| Jul 02 17:45:09.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72142026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.136 INFO O| Jul 02 17:45:09.136 INFO STEP 621 (remove_files) COMPLETE
72152026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.136 INFO O| Jul 02 17:45:09.136 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.143 INFO O| Jul 02 17:45:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72172026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.143 INFO O| Jul 02 17:45:09.143 INFO STEP 622 (remove_files) COMPLETE
72182026-07-02T17:45:10.117Z[ recovery-image] Jul 02 17:45:09.143 INFO O| Jul 02 17:45:09.143 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-02T17:45:10.118Z[ recovery-image] Jul 02 17:45:09.150 INFO O| Jul 02 17:45:09.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72202026-07-02T17:45:10.118Z[ recovery-image] Jul 02 17:45:09.150 INFO O| Jul 02 17:45:09.150 INFO STEP 623 (remove_files) COMPLETE
72212026-07-02T17:45:10.118Z[ recovery-image] Jul 02 17:45:09.150 INFO O| Jul 02 17:45:09.150 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-02T17:45:10.118Z[ recovery-image] Jul 02 17:45:09.156 INFO O| Jul 02 17:45:09.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72232026-07-02T17:45:10.124Z[ recovery-image] Jul 02 17:45:09.156 INFO O| Jul 02 17:45:09.156 INFO STEP 624 (remove_files) COMPLETE
72242026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.156 INFO O| Jul 02 17:45:09.156 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.162 INFO O| Jul 02 17:45:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72262026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.162 INFO O| Jul 02 17:45:09.162 INFO STEP 625 (remove_files) COMPLETE
72272026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.162 INFO O| Jul 02 17:45:09.162 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.167 INFO O| Jul 02 17:45:09.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72292026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.167 INFO O| Jul 02 17:45:09.167 INFO STEP 626 (remove_files) COMPLETE
72302026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.167 INFO O| Jul 02 17:45:09.167 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.173 INFO O| Jul 02 17:45:09.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72322026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.174 INFO O| Jul 02 17:45:09.174 INFO STEP 627 (remove_files) COMPLETE
72332026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.174 INFO O| Jul 02 17:45:09.174 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.181 INFO O| Jul 02 17:45:09.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72352026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.181 INFO O| Jul 02 17:45:09.181 INFO STEP 628 (remove_files) COMPLETE
72362026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.181 INFO O| Jul 02 17:45:09.181 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.187 INFO O| Jul 02 17:45:09.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72382026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.187 INFO O| Jul 02 17:45:09.187 INFO STEP 629 (remove_files) COMPLETE
72392026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.187 INFO O| Jul 02 17:45:09.187 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.193 INFO O| Jul 02 17:45:09.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72412026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.193 INFO O| Jul 02 17:45:09.193 INFO STEP 630 (remove_files) COMPLETE
72422026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.193 INFO O| Jul 02 17:45:09.193 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.201 INFO O| Jul 02 17:45:09.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72442026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.201 INFO O| Jul 02 17:45:09.201 INFO STEP 631 (remove_files) COMPLETE
72452026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.201 INFO O| Jul 02 17:45:09.201 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.208 INFO O| Jul 02 17:45:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72472026-07-02T17:45:10.125Z[ recovery-image] Jul 02 17:45:09.208 INFO O| Jul 02 17:45:09.208 INFO STEP 632 (remove_files) COMPLETE
72482026-07-02T17:45:10.126Z[ recovery-image] Jul 02 17:45:09.208 INFO O| Jul 02 17:45:09.208 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.216 INFO O| Jul 02 17:45:09.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72502026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.216 INFO O| Jul 02 17:45:09.216 INFO STEP 633 (remove_files) COMPLETE
72512026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.216 INFO O| Jul 02 17:45:09.216 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.223 INFO O| Jul 02 17:45:09.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72532026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.223 INFO O| Jul 02 17:45:09.223 INFO STEP 634 (remove_files) COMPLETE
72542026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.223 INFO O| Jul 02 17:45:09.223 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.230 INFO O| Jul 02 17:45:09.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72562026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.230 INFO O| Jul 02 17:45:09.230 INFO STEP 635 (remove_files) COMPLETE
72572026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.230 INFO O| Jul 02 17:45:09.230 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.237 INFO O| Jul 02 17:45:09.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72592026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.237 INFO O| Jul 02 17:45:09.237 INFO STEP 636 (remove_files) COMPLETE
72602026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.237 INFO O| Jul 02 17:45:09.237 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.244 INFO O| Jul 02 17:45:09.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72622026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.244 INFO O| Jul 02 17:45:09.244 INFO STEP 637 (remove_files) COMPLETE
72632026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.244 INFO O| Jul 02 17:45:09.244 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.250 INFO O| Jul 02 17:45:09.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72652026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.250 INFO O| Jul 02 17:45:09.250 INFO STEP 638 (remove_files) COMPLETE
72662026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.250 INFO O| Jul 02 17:45:09.250 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.258 INFO O| Jul 02 17:45:09.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72682026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.258 INFO O| Jul 02 17:45:09.258 INFO STEP 639 (remove_files) COMPLETE
72692026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.258 INFO O| Jul 02 17:45:09.258 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.264 INFO O| Jul 02 17:45:09.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72712026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.265 INFO O| Jul 02 17:45:09.265 INFO STEP 640 (remove_files) COMPLETE
72722026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.265 INFO O| Jul 02 17:45:09.265 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.273 INFO O| Jul 02 17:45:09.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72742026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.273 INFO O| Jul 02 17:45:09.273 INFO STEP 641 (remove_files) COMPLETE
72752026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.273 INFO O| Jul 02 17:45:09.273 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.279 INFO O| Jul 02 17:45:09.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72772026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.279 INFO O| Jul 02 17:45:09.279 INFO STEP 642 (remove_files) COMPLETE
72782026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.279 INFO O| Jul 02 17:45:09.279 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.285 INFO O| Jul 02 17:45:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72802026-07-02T17:45:10.127Z[ recovery-image] Jul 02 17:45:09.285 INFO O| Jul 02 17:45:09.285 INFO STEP 643 (remove_files) COMPLETE
72812026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.285 INFO O| Jul 02 17:45:09.285 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.291 INFO O| Jul 02 17:45:09.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72832026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.291 INFO O| Jul 02 17:45:09.291 INFO STEP 644 (remove_files) COMPLETE
72842026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.291 INFO O| Jul 02 17:45:09.291 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.297 INFO O| Jul 02 17:45:09.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72862026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.297 INFO O| Jul 02 17:45:09.297 INFO STEP 645 (remove_files) COMPLETE
72872026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.297 INFO O| Jul 02 17:45:09.297 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.303 INFO O| Jul 02 17:45:09.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72892026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.304 INFO O| Jul 02 17:45:09.304 INFO STEP 646 (remove_files) COMPLETE
72902026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.304 INFO O| Jul 02 17:45:09.304 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.311 INFO O| Jul 02 17:45:09.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72922026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.311 INFO O| Jul 02 17:45:09.311 INFO STEP 647 (remove_files) COMPLETE
72932026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.311 INFO O| Jul 02 17:45:09.311 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.317 INFO O| Jul 02 17:45:09.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72952026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.317 INFO O| Jul 02 17:45:09.317 INFO STEP 648 (remove_files) COMPLETE
72962026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.317 INFO O| Jul 02 17:45:09.317 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.323 INFO O| Jul 02 17:45:09.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72982026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.323 INFO O| Jul 02 17:45:09.323 INFO STEP 649 (remove_files) COMPLETE
72992026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.323 INFO O| Jul 02 17:45:09.323 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.330 INFO O| Jul 02 17:45:09.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73012026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.330 INFO O| Jul 02 17:45:09.330 INFO STEP 650 (remove_files) COMPLETE
73022026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.330 INFO O| Jul 02 17:45:09.330 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.336 INFO O| Jul 02 17:45:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73042026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.336 INFO O| Jul 02 17:45:09.336 INFO STEP 651 (remove_files) COMPLETE
73052026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.336 INFO O| Jul 02 17:45:09.336 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.342 INFO O| Jul 02 17:45:09.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73072026-07-02T17:45:10.128Z[ recovery-image] Jul 02 17:45:09.342 INFO O| Jul 02 17:45:09.342 INFO STEP 652 (remove_files) COMPLETE
73082026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.342 INFO O| Jul 02 17:45:09.342 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.348 INFO O| Jul 02 17:45:09.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73102026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.348 INFO O| Jul 02 17:45:09.348 INFO STEP 653 (remove_files) COMPLETE
73112026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.348 INFO O| Jul 02 17:45:09.348 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.354 INFO O| Jul 02 17:45:09.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73132026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.355 INFO O| Jul 02 17:45:09.355 INFO STEP 654 (remove_files) COMPLETE
73142026-07-02T17:45:10.130Z[ recovery-image] Jul 02 17:45:09.355 INFO O| Jul 02 17:45:09.355 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.361 INFO O| Jul 02 17:45:09.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73162026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.361 INFO O| Jul 02 17:45:09.361 INFO STEP 655 (remove_files) COMPLETE
73172026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.361 INFO O| Jul 02 17:45:09.361 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.367 INFO O| Jul 02 17:45:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73192026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.367 INFO O| Jul 02 17:45:09.367 INFO STEP 656 (remove_files) COMPLETE
73202026-07-02T17:45:10.134Z[ recovery-image] Jul 02 17:45:09.367 INFO O| Jul 02 17:45:09.367 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-02T17:45:10.141Z[ recovery-image] Jul 02 17:45:09.375 INFO O| Jul 02 17:45:09.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73222026-07-02T17:45:10.141Z[ recovery-image] Jul 02 17:45:09.375 INFO O| Jul 02 17:45:09.375 INFO STEP 657 (remove_files) COMPLETE
73232026-07-02T17:45:10.141Z[ recovery-image] Jul 02 17:45:09.375 INFO O| Jul 02 17:45:09.375 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-02T17:45:10.146Z[ recovery-image] Jul 02 17:45:09.382 INFO O| Jul 02 17:45:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73252026-07-02T17:45:10.146Z[ recovery-image] Jul 02 17:45:09.382 INFO O| Jul 02 17:45:09.382 INFO STEP 658 (remove_files) COMPLETE
73262026-07-02T17:45:10.151Z[ recovery-image] Jul 02 17:45:09.382 INFO O| Jul 02 17:45:09.382 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-02T17:45:10.156Z[ recovery-image] Jul 02 17:45:09.388 INFO O| Jul 02 17:45:09.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73282026-07-02T17:45:10.156Z[ recovery-image] Jul 02 17:45:09.389 INFO O| Jul 02 17:45:09.389 INFO STEP 659 (remove_files) COMPLETE
73292026-07-02T17:45:10.156Z[ recovery-image] Jul 02 17:45:09.389 INFO O| Jul 02 17:45:09.389 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-02T17:45:10.162Z[ recovery-image] Jul 02 17:45:09.396 INFO O| Jul 02 17:45:09.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73312026-07-02T17:45:10.162Z[ recovery-image] Jul 02 17:45:09.396 INFO O| Jul 02 17:45:09.396 INFO STEP 660 (remove_files) COMPLETE
73322026-07-02T17:45:10.166Z[ recovery-image] Jul 02 17:45:09.396 INFO O| Jul 02 17:45:09.396 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-02T17:45:10.170Z[ recovery-image] Jul 02 17:45:09.402 INFO O| Jul 02 17:45:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73342026-07-02T17:45:10.170Z[ recovery-image] Jul 02 17:45:09.402 INFO O| Jul 02 17:45:09.402 INFO STEP 661 (remove_files) COMPLETE
73352026-07-02T17:45:10.170Z[ recovery-image] Jul 02 17:45:09.402 INFO O| Jul 02 17:45:09.402 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-02T17:45:10.175Z[ recovery-image] Jul 02 17:45:09.408 INFO O| Jul 02 17:45:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73372026-07-02T17:45:10.176Z[ recovery-image] Jul 02 17:45:09.408 INFO O| Jul 02 17:45:09.408 INFO STEP 662 (remove_files) COMPLETE
73382026-07-02T17:45:10.176Z[ recovery-image] Jul 02 17:45:09.408 INFO O| Jul 02 17:45:09.408 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-02T17:45:10.180Z[ recovery-image] Jul 02 17:45:09.413 INFO O| Jul 02 17:45:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73402026-07-02T17:45:10.180Z[ recovery-image] Jul 02 17:45:09.413 INFO O| Jul 02 17:45:09.413 INFO STEP 663 (remove_files) COMPLETE
73412026-07-02T17:45:10.180Z[ recovery-image] Jul 02 17:45:09.413 INFO O| Jul 02 17:45:09.413 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-02T17:45:10.184Z[ recovery-image] Jul 02 17:45:09.419 INFO O| Jul 02 17:45:09.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73432026-07-02T17:45:10.184Z[ recovery-image] Jul 02 17:45:09.419 INFO O| Jul 02 17:45:09.419 INFO STEP 664 (remove_files) COMPLETE
73442026-07-02T17:45:10.184Z[ recovery-image] Jul 02 17:45:09.419 INFO O| Jul 02 17:45:09.419 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-02T17:45:10.191Z[ recovery-image] Jul 02 17:45:09.426 INFO O| Jul 02 17:45:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73462026-07-02T17:45:10.191Z[ recovery-image] Jul 02 17:45:09.426 INFO O| Jul 02 17:45:09.426 INFO STEP 665 (remove_files) COMPLETE
73472026-07-02T17:45:10.195Z[ recovery-image] Jul 02 17:45:09.426 INFO O| Jul 02 17:45:09.426 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-02T17:45:10.200Z[ recovery-image] Jul 02 17:45:09.432 INFO O| Jul 02 17:45:09.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73492026-07-02T17:45:10.201Z[ recovery-image] Jul 02 17:45:09.432 INFO O| Jul 02 17:45:09.432 INFO STEP 666 (remove_files) COMPLETE
73502026-07-02T17:45:10.202Z[ recovery-image] Jul 02 17:45:09.432 INFO O| Jul 02 17:45:09.432 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-02T17:45:10.206Z[ recovery-image] Jul 02 17:45:09.438 INFO O| Jul 02 17:45:09.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73522026-07-02T17:45:10.207Z[ recovery-image] Jul 02 17:45:09.438 INFO O| Jul 02 17:45:09.438 INFO STEP 667 (remove_files) COMPLETE
73532026-07-02T17:45:10.207Z[ recovery-image] Jul 02 17:45:09.438 INFO O| Jul 02 17:45:09.438 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-02T17:45:10.210Z[ recovery-image] Jul 02 17:45:09.444 INFO O| Jul 02 17:45:09.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73552026-07-02T17:45:10.210Z[ recovery-image] Jul 02 17:45:09.445 INFO O| Jul 02 17:45:09.444 INFO STEP 668 (remove_files) COMPLETE
73562026-07-02T17:45:10.210Z[ recovery-image] Jul 02 17:45:09.445 INFO O| Jul 02 17:45:09.445 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-02T17:45:10.216Z[ recovery-image] Jul 02 17:45:09.450 INFO O| Jul 02 17:45:09.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73582026-07-02T17:45:10.216Z[ recovery-image] Jul 02 17:45:09.450 INFO O| Jul 02 17:45:09.450 INFO STEP 669 (remove_files) COMPLETE
73592026-07-02T17:45:10.216Z[ recovery-image] Jul 02 17:45:09.450 INFO O| Jul 02 17:45:09.450 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-02T17:45:10.221Z[ recovery-image] Jul 02 17:45:09.456 INFO O| Jul 02 17:45:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73612026-07-02T17:45:10.221Z[ recovery-image] Jul 02 17:45:09.456 INFO O| Jul 02 17:45:09.456 INFO STEP 670 (remove_files) COMPLETE
73622026-07-02T17:45:10.221Z[ recovery-image] Jul 02 17:45:09.456 INFO O| Jul 02 17:45:09.456 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-02T17:45:10.227Z[ recovery-image] Jul 02 17:45:09.462 INFO O| Jul 02 17:45:09.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73642026-07-02T17:45:10.231Z[ recovery-image] Jul 02 17:45:09.463 INFO O| Jul 02 17:45:09.463 INFO STEP 671 (remove_files) COMPLETE
73652026-07-02T17:45:10.231Z[ recovery-image] Jul 02 17:45:09.463 INFO O| Jul 02 17:45:09.463 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-02T17:45:10.235Z[ recovery-image] Jul 02 17:45:09.469 INFO O| Jul 02 17:45:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73672026-07-02T17:45:10.235Z[ recovery-image] Jul 02 17:45:09.469 INFO O| Jul 02 17:45:09.469 INFO STEP 672 (remove_files) COMPLETE
73682026-07-02T17:45:10.235Z[ recovery-image] Jul 02 17:45:09.469 INFO O| Jul 02 17:45:09.469 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-02T17:45:10.311Z[ recovery-image] Jul 02 17:45:09.475 INFO O| Jul 02 17:45:09.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73702026-07-02T17:45:10.311Z[ recovery-image] Jul 02 17:45:09.475 INFO O| Jul 02 17:45:09.475 INFO STEP 673 (remove_files) COMPLETE
73712026-07-02T17:45:10.311Z[ recovery-image] Jul 02 17:45:09.475 INFO O| Jul 02 17:45:09.475 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.481 INFO O| Jul 02 17:45:09.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73732026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.481 INFO O| Jul 02 17:45:09.481 INFO STEP 674 (remove_files) COMPLETE
73742026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.481 INFO O| Jul 02 17:45:09.481 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.487 INFO O| Jul 02 17:45:09.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73762026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.487 INFO O| Jul 02 17:45:09.487 INFO STEP 675 (remove_files) COMPLETE
73772026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.487 INFO O| Jul 02 17:45:09.487 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.492 INFO O| Jul 02 17:45:09.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73792026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.492 INFO O| Jul 02 17:45:09.492 INFO STEP 676 (remove_files) COMPLETE
73802026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.492 INFO O| Jul 02 17:45:09.492 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.497 INFO O| Jul 02 17:45:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73822026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.497 INFO O| Jul 02 17:45:09.497 INFO STEP 677 (remove_files) COMPLETE
73832026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.497 INFO O| Jul 02 17:45:09.497 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.503 INFO O| Jul 02 17:45:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73852026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.503 INFO O| Jul 02 17:45:09.503 INFO STEP 678 (remove_files) COMPLETE
73862026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.503 INFO O| Jul 02 17:45:09.503 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.508 INFO O| Jul 02 17:45:09.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73882026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.508 INFO O| Jul 02 17:45:09.508 INFO STEP 679 (remove_files) COMPLETE
73892026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.508 INFO O| Jul 02 17:45:09.508 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.514 INFO O| Jul 02 17:45:09.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73912026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.514 INFO O| Jul 02 17:45:09.514 INFO STEP 680 (remove_files) COMPLETE
73922026-07-02T17:45:10.313Z[ recovery-image] Jul 02 17:45:09.514 INFO O| Jul 02 17:45:09.514 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.519 INFO O| Jul 02 17:45:09.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73942026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.519 INFO O| Jul 02 17:45:09.519 INFO STEP 681 (remove_files) COMPLETE
73952026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.519 INFO O| Jul 02 17:45:09.519 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.525 INFO O| Jul 02 17:45:09.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73972026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.525 INFO O| Jul 02 17:45:09.525 INFO STEP 682 (remove_files) COMPLETE
73982026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.525 INFO O| Jul 02 17:45:09.525 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.533 INFO O| Jul 02 17:45:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74002026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.533 INFO O| Jul 02 17:45:09.533 INFO STEP 683 (remove_files) COMPLETE
74012026-07-02T17:45:10.314Z[ recovery-image] Jul 02 17:45:09.533 INFO O| Jul 02 17:45:09.533 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-02T17:45:10.319Z[ recovery-image] Jul 02 17:45:09.539 INFO O| Jul 02 17:45:09.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74032026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.540 INFO O| Jul 02 17:45:09.540 INFO STEP 684 (remove_files) COMPLETE
74042026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.540 INFO O| Jul 02 17:45:09.540 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.547 INFO O| Jul 02 17:45:09.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74062026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.547 INFO O| Jul 02 17:45:09.547 INFO STEP 685 (remove_files) COMPLETE
74072026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.547 INFO O| Jul 02 17:45:09.547 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.554 INFO O| Jul 02 17:45:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74092026-07-02T17:45:10.320Z[ recovery-image] Jul 02 17:45:09.554 INFO O| Jul 02 17:45:09.554 INFO STEP 686 (remove_files) COMPLETE
74102026-07-02T17:45:10.321Z[ recovery-image] Jul 02 17:45:09.554 INFO O| Jul 02 17:45:09.554 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-02T17:45:10.325Z[ recovery-image] Jul 02 17:45:09.561 INFO O| Jul 02 17:45:09.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74122026-07-02T17:45:10.325Z[ recovery-image] Jul 02 17:45:09.561 INFO O| Jul 02 17:45:09.561 INFO STEP 687 (remove_files) COMPLETE
74132026-07-02T17:45:10.329Z[ recovery-image] Jul 02 17:45:09.561 INFO O| Jul 02 17:45:09.561 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-02T17:45:10.336Z[ recovery-image] Jul 02 17:45:09.568 INFO O| Jul 02 17:45:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74152026-07-02T17:45:10.336Z[ recovery-image] Jul 02 17:45:09.568 INFO O| Jul 02 17:45:09.568 INFO STEP 688 (remove_files) COMPLETE
74162026-07-02T17:45:10.336Z[ recovery-image] Jul 02 17:45:09.568 INFO O| Jul 02 17:45:09.568 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-02T17:45:10.339Z[ recovery-image] Jul 02 17:45:09.575 INFO O| Jul 02 17:45:09.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74182026-07-02T17:45:10.339Z[ recovery-image] Jul 02 17:45:09.575 INFO O| Jul 02 17:45:09.575 INFO STEP 689 (remove_files) COMPLETE
74192026-07-02T17:45:10.339Z[ recovery-image] Jul 02 17:45:09.575 INFO O| Jul 02 17:45:09.575 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-02T17:45:10.345Z[ recovery-image] Jul 02 17:45:09.581 INFO O| Jul 02 17:45:09.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74212026-07-02T17:45:10.349Z[ recovery-image] Jul 02 17:45:09.582 INFO O| Jul 02 17:45:09.582 INFO STEP 690 (remove_files) COMPLETE
74222026-07-02T17:45:10.349Z[ recovery-image] Jul 02 17:45:09.582 INFO O| Jul 02 17:45:09.582 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-02T17:45:10.353Z[ recovery-image] Jul 02 17:45:09.589 INFO O| Jul 02 17:45:09.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74242026-07-02T17:45:10.353Z[ recovery-image] Jul 02 17:45:09.589 INFO O| Jul 02 17:45:09.589 INFO STEP 691 (remove_files) COMPLETE
74252026-07-02T17:45:10.356Z[ recovery-image] Jul 02 17:45:09.589 INFO O| Jul 02 17:45:09.589 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-02T17:45:10.360Z[ recovery-image] Jul 02 17:45:09.596 INFO O| Jul 02 17:45:09.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74272026-07-02T17:45:10.360Z[ recovery-image] Jul 02 17:45:09.596 INFO O| Jul 02 17:45:09.596 INFO STEP 692 (remove_files) COMPLETE
74282026-07-02T17:45:10.361Z[ recovery-image] Jul 02 17:45:09.596 INFO O| Jul 02 17:45:09.596 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-02T17:45:10.367Z[ recovery-image] Jul 02 17:45:09.603 INFO O| Jul 02 17:45:09.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74302026-07-02T17:45:10.367Z[ recovery-image] Jul 02 17:45:09.603 INFO O| Jul 02 17:45:09.603 INFO STEP 693 (remove_files) COMPLETE
74312026-07-02T17:45:10.370Z[ recovery-image] Jul 02 17:45:09.603 INFO O| Jul 02 17:45:09.603 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-02T17:45:10.374Z[ recovery-image] Jul 02 17:45:09.610 INFO O| Jul 02 17:45:09.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74332026-07-02T17:45:10.374Z[ recovery-image] Jul 02 17:45:09.610 INFO O| Jul 02 17:45:09.610 INFO STEP 694 (remove_files) COMPLETE
74342026-07-02T17:45:10.374Z[ recovery-image] Jul 02 17:45:09.610 INFO O| Jul 02 17:45:09.610 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-02T17:45:10.381Z[ recovery-image] Jul 02 17:45:09.616 INFO O| Jul 02 17:45:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74362026-07-02T17:45:10.384Z[ recovery-image] Jul 02 17:45:09.616 INFO O| Jul 02 17:45:09.616 INFO STEP 695 (remove_files) COMPLETE
74372026-07-02T17:45:10.384Z[ recovery-image] Jul 02 17:45:09.617 INFO O| Jul 02 17:45:09.616 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-02T17:45:10.388Z[ recovery-image] Jul 02 17:45:09.624 INFO O| Jul 02 17:45:09.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74392026-07-02T17:45:10.388Z[ recovery-image] Jul 02 17:45:09.624 INFO O| Jul 02 17:45:09.624 INFO STEP 696 (remove_files) COMPLETE
74402026-07-02T17:45:10.391Z[ recovery-image] Jul 02 17:45:09.624 INFO O| Jul 02 17:45:09.624 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-02T17:45:10.395Z[ recovery-image] Jul 02 17:45:09.631 INFO O| Jul 02 17:45:09.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74422026-07-02T17:45:10.398Z[ recovery-image] Jul 02 17:45:09.631 INFO O| Jul 02 17:45:09.631 INFO STEP 697 (remove_files) COMPLETE
74432026-07-02T17:45:10.399Z[ recovery-image] Jul 02 17:45:09.631 INFO O| Jul 02 17:45:09.631 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-02T17:45:10.402Z[ recovery-image] Jul 02 17:45:09.638 INFO O| Jul 02 17:45:09.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74452026-07-02T17:45:10.405Z[ recovery-image] Jul 02 17:45:09.638 INFO O| Jul 02 17:45:09.638 INFO STEP 698 (remove_files) COMPLETE
74462026-07-02T17:45:10.405Z[ recovery-image] Jul 02 17:45:09.638 INFO O| Jul 02 17:45:09.638 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-02T17:45:10.409Z[ recovery-image] Jul 02 17:45:09.645 INFO O| Jul 02 17:45:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74482026-07-02T17:45:10.413Z[ recovery-image] Jul 02 17:45:09.645 INFO O| Jul 02 17:45:09.645 INFO STEP 699 (remove_files) COMPLETE
74492026-07-02T17:45:10.413Z[ recovery-image] Jul 02 17:45:09.645 INFO O| Jul 02 17:45:09.645 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-02T17:45:10.417Z[ recovery-image] Jul 02 17:45:09.653 INFO O| Jul 02 17:45:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74512026-07-02T17:45:10.420Z[ recovery-image] Jul 02 17:45:09.653 INFO O| Jul 02 17:45:09.653 INFO STEP 700 (remove_files) COMPLETE
74522026-07-02T17:45:10.420Z[ recovery-image] Jul 02 17:45:09.653 INFO O| Jul 02 17:45:09.653 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-02T17:45:10.424Z[ recovery-image] Jul 02 17:45:09.659 INFO O| Jul 02 17:45:09.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74542026-07-02T17:45:10.424Z[ recovery-image] Jul 02 17:45:09.659 INFO O| Jul 02 17:45:09.659 INFO STEP 701 (remove_files) COMPLETE
74552026-07-02T17:45:10.424Z[ recovery-image] Jul 02 17:45:09.659 INFO O| Jul 02 17:45:09.659 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-02T17:45:10.430Z[ recovery-image] Jul 02 17:45:09.667 INFO O| Jul 02 17:45:09.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74572026-07-02T17:45:10.434Z[ recovery-image] Jul 02 17:45:09.667 INFO O| Jul 02 17:45:09.667 INFO STEP 702 (remove_files) COMPLETE
74582026-07-02T17:45:10.434Z[ recovery-image] Jul 02 17:45:09.667 INFO O| Jul 02 17:45:09.667 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-02T17:45:10.438Z[ recovery-image] Jul 02 17:45:09.673 INFO O| Jul 02 17:45:09.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74602026-07-02T17:45:10.438Z[ recovery-image] Jul 02 17:45:09.673 INFO O| Jul 02 17:45:09.673 INFO STEP 703 (remove_files) COMPLETE
74612026-07-02T17:45:10.438Z[ recovery-image] Jul 02 17:45:09.673 INFO O| Jul 02 17:45:09.673 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-02T17:45:10.444Z[ recovery-image] Jul 02 17:45:09.680 INFO O| Jul 02 17:45:09.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74632026-07-02T17:45:10.444Z[ recovery-image] Jul 02 17:45:09.680 INFO O| Jul 02 17:45:09.680 INFO STEP 704 (remove_files) COMPLETE
74642026-07-02T17:45:10.447Z[ recovery-image] Jul 02 17:45:09.680 INFO O| Jul 02 17:45:09.680 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-02T17:45:10.451Z[ recovery-image] Jul 02 17:45:09.686 INFO O| Jul 02 17:45:09.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74662026-07-02T17:45:10.451Z[ recovery-image] Jul 02 17:45:09.686 INFO O| Jul 02 17:45:09.686 INFO STEP 705 (remove_files) COMPLETE
74672026-07-02T17:45:10.451Z[ recovery-image] Jul 02 17:45:09.686 INFO O| Jul 02 17:45:09.686 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-02T17:45:10.457Z[ recovery-image] Jul 02 17:45:09.693 INFO O| Jul 02 17:45:09.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74692026-07-02T17:45:10.457Z[ recovery-image] Jul 02 17:45:09.693 INFO O| Jul 02 17:45:09.693 INFO STEP 706 (remove_files) COMPLETE
74702026-07-02T17:45:10.460Z[ recovery-image] Jul 02 17:45:09.693 INFO O| Jul 02 17:45:09.693 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-02T17:45:10.464Z[ recovery-image] Jul 02 17:45:09.700 INFO O| Jul 02 17:45:09.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74722026-07-02T17:45:10.464Z[ recovery-image] Jul 02 17:45:09.700 INFO O| Jul 02 17:45:09.700 INFO STEP 707 (remove_files) COMPLETE
74732026-07-02T17:45:10.468Z[ recovery-image] Jul 02 17:45:09.700 INFO O| Jul 02 17:45:09.700 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-02T17:45:10.471Z[ recovery-image] Jul 02 17:45:09.707 INFO O| Jul 02 17:45:09.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74752026-07-02T17:45:10.474Z[ recovery-image] Jul 02 17:45:09.707 INFO O| Jul 02 17:45:09.707 INFO STEP 708 (remove_files) COMPLETE
74762026-07-02T17:45:10.474Z[ recovery-image] Jul 02 17:45:09.707 INFO O| Jul 02 17:45:09.707 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-02T17:45:10.478Z[ recovery-image] Jul 02 17:45:09.714 INFO O| Jul 02 17:45:09.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74782026-07-02T17:45:10.483Z[ recovery-image] Jul 02 17:45:09.714 INFO O| Jul 02 17:45:09.714 INFO STEP 709 (remove_files) COMPLETE
74792026-07-02T17:45:10.484Z[ recovery-image] Jul 02 17:45:09.714 INFO O| Jul 02 17:45:09.714 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-02T17:45:10.487Z[ recovery-image] Jul 02 17:45:09.721 INFO O| Jul 02 17:45:09.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74812026-07-02T17:45:10.487Z[ recovery-image] Jul 02 17:45:09.721 INFO O| Jul 02 17:45:09.721 INFO STEP 710 (remove_files) COMPLETE
74822026-07-02T17:45:10.488Z[ recovery-image] Jul 02 17:45:09.721 INFO O| Jul 02 17:45:09.721 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-02T17:45:10.492Z[ recovery-image] Jul 02 17:45:09.728 INFO O| Jul 02 17:45:09.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74842026-07-02T17:45:10.492Z[ recovery-image] Jul 02 17:45:09.728 INFO O| Jul 02 17:45:09.728 INFO STEP 711 (remove_files) COMPLETE
74852026-07-02T17:45:10.495Z[ recovery-image] Jul 02 17:45:09.728 INFO O| Jul 02 17:45:09.728 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-02T17:45:10.499Z[ recovery-image] Jul 02 17:45:09.734 INFO O| Jul 02 17:45:09.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74872026-07-02T17:45:10.500Z[ recovery-image] Jul 02 17:45:09.734 INFO O| Jul 02 17:45:09.734 INFO STEP 712 (remove_files) COMPLETE
74882026-07-02T17:45:10.500Z[ recovery-image] Jul 02 17:45:09.734 INFO O| Jul 02 17:45:09.734 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-02T17:45:10.505Z[ recovery-image] Jul 02 17:45:09.741 INFO O| Jul 02 17:45:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74902026-07-02T17:45:10.508Z[ recovery-image] Jul 02 17:45:09.741 INFO O| Jul 02 17:45:09.741 INFO STEP 713 (remove_files) COMPLETE
74912026-07-02T17:45:10.508Z[ recovery-image] Jul 02 17:45:09.741 INFO O| Jul 02 17:45:09.741 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-02T17:45:10.512Z[ recovery-image] Jul 02 17:45:09.748 INFO O| Jul 02 17:45:09.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74932026-07-02T17:45:10.512Z[ recovery-image] Jul 02 17:45:09.748 INFO O| Jul 02 17:45:09.748 INFO STEP 714 (remove_files) COMPLETE
74942026-07-02T17:45:10.515Z[ recovery-image] Jul 02 17:45:09.748 INFO O| Jul 02 17:45:09.748 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-02T17:45:10.519Z[ recovery-image] Jul 02 17:45:09.755 INFO O| Jul 02 17:45:09.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74962026-07-02T17:45:10.519Z[ recovery-image] Jul 02 17:45:09.755 INFO O| Jul 02 17:45:09.755 INFO STEP 715 (remove_files) COMPLETE
74972026-07-02T17:45:10.519Z[ recovery-image] Jul 02 17:45:09.755 INFO O| Jul 02 17:45:09.755 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-02T17:45:10.525Z[ recovery-image] Jul 02 17:45:09.761 INFO O| Jul 02 17:45:09.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74992026-07-02T17:45:10.525Z[ recovery-image] Jul 02 17:45:09.761 INFO O| Jul 02 17:45:09.761 INFO STEP 716 (remove_files) COMPLETE
75002026-07-02T17:45:10.529Z[ recovery-image] Jul 02 17:45:09.761 INFO O| Jul 02 17:45:09.761 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-02T17:45:10.534Z[ recovery-image] Jul 02 17:45:09.768 INFO O| Jul 02 17:45:09.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75022026-07-02T17:45:10.534Z[ recovery-image] Jul 02 17:45:09.768 INFO O| Jul 02 17:45:09.768 INFO STEP 717 (remove_files) COMPLETE
75032026-07-02T17:45:10.534Z[ recovery-image] Jul 02 17:45:09.768 INFO O| Jul 02 17:45:09.768 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-02T17:45:10.539Z[ recovery-image] Jul 02 17:45:09.775 INFO O| Jul 02 17:45:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75052026-07-02T17:45:10.539Z[ recovery-image] Jul 02 17:45:09.775 INFO O| Jul 02 17:45:09.775 INFO STEP 718 (remove_files) COMPLETE
75062026-07-02T17:45:10.542Z[ recovery-image] Jul 02 17:45:09.775 INFO O| Jul 02 17:45:09.775 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-02T17:45:10.545Z[ recovery-image] Jul 02 17:45:09.781 INFO O| Jul 02 17:45:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75082026-07-02T17:45:10.545Z[ recovery-image] Jul 02 17:45:09.781 INFO O| Jul 02 17:45:09.781 INFO STEP 719 (remove_files) COMPLETE
75092026-07-02T17:45:10.545Z[ recovery-image] Jul 02 17:45:09.781 INFO O| Jul 02 17:45:09.781 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-02T17:45:10.551Z[ recovery-image] Jul 02 17:45:09.787 INFO O| Jul 02 17:45:09.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75112026-07-02T17:45:10.551Z[ recovery-image] Jul 02 17:45:09.787 INFO O| Jul 02 17:45:09.787 INFO STEP 720 (remove_files) COMPLETE
75122026-07-02T17:45:10.554Z[ recovery-image] Jul 02 17:45:09.787 INFO O| Jul 02 17:45:09.787 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-02T17:45:10.558Z[ recovery-image] Jul 02 17:45:09.794 INFO O| Jul 02 17:45:09.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75142026-07-02T17:45:10.558Z[ recovery-image] Jul 02 17:45:09.794 INFO O| Jul 02 17:45:09.794 INFO STEP 721 (remove_files) COMPLETE
75152026-07-02T17:45:10.558Z[ recovery-image] Jul 02 17:45:09.794 INFO O| Jul 02 17:45:09.794 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-02T17:45:10.564Z[ recovery-image] Jul 02 17:45:09.800 INFO O| Jul 02 17:45:09.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75172026-07-02T17:45:10.564Z[ recovery-image] Jul 02 17:45:09.800 INFO O| Jul 02 17:45:09.800 INFO STEP 722 (remove_files) COMPLETE
75182026-07-02T17:45:10.567Z[ recovery-image] Jul 02 17:45:09.800 INFO O| Jul 02 17:45:09.800 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-02T17:45:10.572Z[ recovery-image] Jul 02 17:45:09.807 INFO O| Jul 02 17:45:09.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75202026-07-02T17:45:10.576Z[ recovery-image] Jul 02 17:45:09.807 INFO O| Jul 02 17:45:09.807 INFO STEP 723 (remove_files) COMPLETE
75212026-07-02T17:45:10.576Z[ recovery-image] Jul 02 17:45:09.807 INFO O| Jul 02 17:45:09.807 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-02T17:45:10.579Z[ recovery-image] Jul 02 17:45:09.815 INFO O| Jul 02 17:45:09.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75232026-07-02T17:45:10.579Z[ recovery-image] Jul 02 17:45:09.815 INFO O| Jul 02 17:45:09.815 INFO STEP 724 (remove_files) COMPLETE
75242026-07-02T17:45:10.580Z[ recovery-image] Jul 02 17:45:09.815 INFO O| Jul 02 17:45:09.815 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-02T17:45:10.586Z[ recovery-image] Jul 02 17:45:09.821 INFO O| Jul 02 17:45:09.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75262026-07-02T17:45:10.586Z[ recovery-image] Jul 02 17:45:09.821 INFO O| Jul 02 17:45:09.821 INFO STEP 725 (remove_files) COMPLETE
75272026-07-02T17:45:10.590Z[ recovery-image] Jul 02 17:45:09.821 INFO O| Jul 02 17:45:09.821 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-02T17:45:10.594Z[ recovery-image] Jul 02 17:45:09.826 INFO O| Jul 02 17:45:09.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75292026-07-02T17:45:10.594Z[ recovery-image] Jul 02 17:45:09.826 INFO O| Jul 02 17:45:09.826 INFO STEP 726 (remove_files) COMPLETE
75302026-07-02T17:45:10.594Z[ recovery-image] Jul 02 17:45:09.826 INFO O| Jul 02 17:45:09.826 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-02T17:45:10.597Z[ recovery-image] Jul 02 17:45:09.832 INFO O| Jul 02 17:45:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75322026-07-02T17:45:10.598Z[ recovery-image] Jul 02 17:45:09.832 INFO O| Jul 02 17:45:09.832 INFO STEP 727 (remove_files) COMPLETE
75332026-07-02T17:45:10.598Z[ recovery-image] Jul 02 17:45:09.832 INFO O| Jul 02 17:45:09.832 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-02T17:45:10.602Z[ recovery-image] Jul 02 17:45:09.838 INFO O| Jul 02 17:45:09.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75352026-07-02T17:45:10.602Z[ recovery-image] Jul 02 17:45:09.838 INFO O| Jul 02 17:45:09.838 INFO STEP 728 (remove_files) COMPLETE
75362026-07-02T17:45:10.605Z[ recovery-image] Jul 02 17:45:09.838 INFO O| Jul 02 17:45:09.838 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-02T17:45:10.608Z[ recovery-image] Jul 02 17:45:09.843 INFO O| Jul 02 17:45:09.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75382026-07-02T17:45:10.608Z[ recovery-image] Jul 02 17:45:09.843 INFO O| Jul 02 17:45:09.843 INFO STEP 729 (remove_files) COMPLETE
75392026-07-02T17:45:10.609Z[ recovery-image] Jul 02 17:45:09.843 INFO O| Jul 02 17:45:09.843 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-02T17:45:10.613Z[ recovery-image] Jul 02 17:45:09.849 INFO O| Jul 02 17:45:09.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75412026-07-02T17:45:10.613Z[ recovery-image] Jul 02 17:45:09.849 INFO O| Jul 02 17:45:09.849 INFO STEP 730 (remove_files) COMPLETE
75422026-07-02T17:45:10.617Z[ recovery-image] Jul 02 17:45:09.849 INFO O| Jul 02 17:45:09.849 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-02T17:45:10.622Z[ recovery-image] Jul 02 17:45:09.855 INFO O| Jul 02 17:45:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75442026-07-02T17:45:10.622Z[ recovery-image] Jul 02 17:45:09.855 INFO O| Jul 02 17:45:09.855 INFO STEP 731 (remove_files) COMPLETE
75452026-07-02T17:45:10.622Z[ recovery-image] Jul 02 17:45:09.855 INFO O| Jul 02 17:45:09.855 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-02T17:45:10.626Z[ recovery-image] Jul 02 17:45:09.860 INFO O| Jul 02 17:45:09.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75472026-07-02T17:45:10.626Z[ recovery-image] Jul 02 17:45:09.860 INFO O| Jul 02 17:45:09.860 INFO STEP 732 (remove_files) COMPLETE
75482026-07-02T17:45:10.626Z[ recovery-image] Jul 02 17:45:09.860 INFO O| Jul 02 17:45:09.860 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-02T17:45:10.629Z[ recovery-image] Jul 02 17:45:09.865 INFO O| Jul 02 17:45:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75502026-07-02T17:45:10.629Z[ recovery-image] Jul 02 17:45:09.865 INFO O| Jul 02 17:45:09.865 INFO STEP 733 (remove_files) COMPLETE
75512026-07-02T17:45:10.629Z[ recovery-image] Jul 02 17:45:09.865 INFO O| Jul 02 17:45:09.865 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-02T17:45:10.634Z[ recovery-image] Jul 02 17:45:09.870 INFO O| Jul 02 17:45:09.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75532026-07-02T17:45:10.637Z[ recovery-image] Jul 02 17:45:09.870 INFO O| Jul 02 17:45:09.870 INFO STEP 734 (remove_files) COMPLETE
75542026-07-02T17:45:10.638Z[ recovery-image] Jul 02 17:45:09.870 INFO O| Jul 02 17:45:09.870 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-02T17:45:10.641Z[ recovery-image] Jul 02 17:45:09.876 INFO O| Jul 02 17:45:09.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75562026-07-02T17:45:10.641Z[ recovery-image] Jul 02 17:45:09.876 INFO O| Jul 02 17:45:09.876 INFO STEP 735 (remove_files) COMPLETE
75572026-07-02T17:45:10.641Z[ recovery-image] Jul 02 17:45:09.876 INFO O| Jul 02 17:45:09.876 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-02T17:45:10.646Z[ recovery-image] Jul 02 17:45:09.881 INFO O| Jul 02 17:45:09.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75592026-07-02T17:45:10.646Z[ recovery-image] Jul 02 17:45:09.882 INFO O| Jul 02 17:45:09.882 INFO STEP 736 (remove_files) COMPLETE
75602026-07-02T17:45:10.649Z[ recovery-image] Jul 02 17:45:09.882 INFO O| Jul 02 17:45:09.882 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-02T17:45:10.652Z[ recovery-image] Jul 02 17:45:09.887 INFO O| Jul 02 17:45:09.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75622026-07-02T17:45:10.652Z[ recovery-image] Jul 02 17:45:09.887 INFO O| Jul 02 17:45:09.887 INFO STEP 737 (remove_files) COMPLETE
75632026-07-02T17:45:10.653Z[ recovery-image] Jul 02 17:45:09.887 INFO O| Jul 02 17:45:09.887 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-02T17:45:10.657Z[ recovery-image] Jul 02 17:45:09.892 INFO O| Jul 02 17:45:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75652026-07-02T17:45:10.657Z[ recovery-image] Jul 02 17:45:09.892 INFO O| Jul 02 17:45:09.892 INFO STEP 738 (remove_files) COMPLETE
75662026-07-02T17:45:10.657Z[ recovery-image] Jul 02 17:45:09.892 INFO O| Jul 02 17:45:09.892 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-02T17:45:10.662Z[ recovery-image] Jul 02 17:45:09.898 INFO O| Jul 02 17:45:09.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75682026-07-02T17:45:10.662Z[ recovery-image] Jul 02 17:45:09.898 INFO O| Jul 02 17:45:09.898 INFO STEP 739 (remove_files) COMPLETE
75692026-07-02T17:45:10.662Z[ recovery-image] Jul 02 17:45:09.898 INFO O| Jul 02 17:45:09.898 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-02T17:45:10.667Z[ recovery-image] Jul 02 17:45:09.903 INFO O| Jul 02 17:45:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75712026-07-02T17:45:10.667Z[ recovery-image] Jul 02 17:45:09.903 INFO O| Jul 02 17:45:09.903 INFO STEP 740 (remove_files) COMPLETE
75722026-07-02T17:45:10.668Z[ recovery-image] Jul 02 17:45:09.903 INFO O| Jul 02 17:45:09.903 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-02T17:45:10.675Z[ recovery-image] Jul 02 17:45:09.911 INFO O| Jul 02 17:45:09.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75742026-07-02T17:45:10.675Z[ recovery-image] Jul 02 17:45:09.911 INFO O| Jul 02 17:45:09.911 INFO STEP 741 (remove_files) COMPLETE
75752026-07-02T17:45:10.678Z[ recovery-image] Jul 02 17:45:09.911 INFO O| Jul 02 17:45:09.911 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-02T17:45:10.681Z[ recovery-image] Jul 02 17:45:09.916 INFO O| Jul 02 17:45:09.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75772026-07-02T17:45:10.681Z[ recovery-image] Jul 02 17:45:09.917 INFO O| Jul 02 17:45:09.917 INFO STEP 742 (remove_files) COMPLETE
75782026-07-02T17:45:10.681Z[ recovery-image] Jul 02 17:45:09.917 INFO O| Jul 02 17:45:09.917 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-02T17:45:10.688Z[ recovery-image] Jul 02 17:45:09.923 INFO O| Jul 02 17:45:09.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75802026-07-02T17:45:10.689Z[ recovery-image] Jul 02 17:45:09.923 INFO O| Jul 02 17:45:09.923 INFO STEP 743 (remove_files) COMPLETE
75812026-07-02T17:45:10.689Z[ recovery-image] Jul 02 17:45:09.923 INFO O| Jul 02 17:45:09.923 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-02T17:45:10.693Z[ recovery-image] Jul 02 17:45:09.929 INFO O| Jul 02 17:45:09.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75832026-07-02T17:45:10.696Z[ recovery-image] Jul 02 17:45:09.929 INFO O| Jul 02 17:45:09.929 INFO STEP 744 (remove_files) COMPLETE
75842026-07-02T17:45:10.696Z[ recovery-image] Jul 02 17:45:09.929 INFO O| Jul 02 17:45:09.929 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-02T17:45:10.700Z[ recovery-image] Jul 02 17:45:09.935 INFO O| Jul 02 17:45:09.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75862026-07-02T17:45:10.700Z[ recovery-image] Jul 02 17:45:09.935 INFO O| Jul 02 17:45:09.935 INFO STEP 745 (remove_files) COMPLETE
75872026-07-02T17:45:10.700Z[ recovery-image] Jul 02 17:45:09.935 INFO O| Jul 02 17:45:09.935 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-02T17:45:10.705Z[ recovery-image] Jul 02 17:45:09.941 INFO O| Jul 02 17:45:09.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75892026-07-02T17:45:10.711Z[ recovery-image] Jul 02 17:45:09.942 INFO O| Jul 02 17:45:09.942 INFO STEP 746 (remove_files) COMPLETE
75902026-07-02T17:45:10.711Z[ recovery-image] Jul 02 17:45:09.942 INFO O| Jul 02 17:45:09.942 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-02T17:45:10.714Z[ recovery-image] Jul 02 17:45:09.948 INFO O| Jul 02 17:45:09.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75922026-07-02T17:45:10.714Z[ recovery-image] Jul 02 17:45:09.948 INFO O| Jul 02 17:45:09.948 INFO STEP 747 (remove_files) COMPLETE
75932026-07-02T17:45:10.714Z[ recovery-image] Jul 02 17:45:09.948 INFO O| Jul 02 17:45:09.948 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-02T17:45:10.718Z[ recovery-image] Jul 02 17:45:09.954 INFO O| Jul 02 17:45:09.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75952026-07-02T17:45:10.718Z[ recovery-image] Jul 02 17:45:09.954 INFO O| Jul 02 17:45:09.954 INFO STEP 748 (remove_files) COMPLETE
75962026-07-02T17:45:10.721Z[ recovery-image] Jul 02 17:45:09.954 INFO O| Jul 02 17:45:09.954 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-02T17:45:10.724Z[ recovery-image] Jul 02 17:45:09.960 INFO O| Jul 02 17:45:09.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75982026-07-02T17:45:10.728Z[ recovery-image] Jul 02 17:45:09.960 INFO O| Jul 02 17:45:09.960 INFO STEP 749 (remove_files) COMPLETE
75992026-07-02T17:45:10.728Z[ recovery-image] Jul 02 17:45:09.960 INFO O| Jul 02 17:45:09.960 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-02T17:45:10.731Z[ recovery-image] Jul 02 17:45:09.966 INFO O| Jul 02 17:45:09.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76012026-07-02T17:45:10.731Z[ recovery-image] Jul 02 17:45:09.966 INFO O| Jul 02 17:45:09.966 INFO STEP 750 (remove_files) COMPLETE
76022026-07-02T17:45:10.731Z[ recovery-image] Jul 02 17:45:09.966 INFO O| Jul 02 17:45:09.966 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-02T17:45:10.737Z[ recovery-image] Jul 02 17:45:09.972 INFO O| Jul 02 17:45:09.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76042026-07-02T17:45:10.737Z[ recovery-image] Jul 02 17:45:09.972 INFO O| Jul 02 17:45:09.972 INFO STEP 751 (remove_files) COMPLETE
76052026-07-02T17:45:10.737Z[ recovery-image] Jul 02 17:45:09.972 INFO O| Jul 02 17:45:09.972 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-02T17:45:10.741Z[ recovery-image] Jul 02 17:45:09.977 INFO O| Jul 02 17:45:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76072026-07-02T17:45:10.742Z[ recovery-image] Jul 02 17:45:09.977 INFO O| Jul 02 17:45:09.977 INFO STEP 752 (remove_files) COMPLETE
76082026-07-02T17:45:10.745Z[ recovery-image] Jul 02 17:45:09.977 INFO O| Jul 02 17:45:09.977 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-02T17:45:10.749Z[ recovery-image] Jul 02 17:45:09.984 INFO O| Jul 02 17:45:09.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76102026-07-02T17:45:10.753Z[ recovery-image] Jul 02 17:45:09.984 INFO O| Jul 02 17:45:09.984 INFO STEP 753 (remove_files) COMPLETE
76112026-07-02T17:45:10.754Z[ recovery-image] Jul 02 17:45:09.984 INFO O| Jul 02 17:45:09.984 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-02T17:45:10.757Z[ recovery-image] Jul 02 17:45:09.990 INFO O| Jul 02 17:45:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76132026-07-02T17:45:10.757Z[ recovery-image] Jul 02 17:45:09.990 INFO O| Jul 02 17:45:09.990 INFO STEP 754 (remove_files) COMPLETE
76142026-07-02T17:45:10.757Z[ recovery-image] Jul 02 17:45:09.990 INFO O| Jul 02 17:45:09.990 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-02T17:45:10.761Z[ recovery-image] Jul 02 17:45:09.997 INFO O| Jul 02 17:45:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76162026-07-02T17:45:10.761Z[ recovery-image] Jul 02 17:45:09.997 INFO O| Jul 02 17:45:09.997 INFO STEP 755 (remove_files) COMPLETE
76172026-07-02T17:45:10.764Z[ recovery-image] Jul 02 17:45:09.997 INFO O| Jul 02 17:45:09.997 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-02T17:45:10.768Z[ recovery-image] Jul 02 17:45:10.003 INFO O| Jul 02 17:45:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76192026-07-02T17:45:10.768Z[ recovery-image] Jul 02 17:45:10.003 INFO O| Jul 02 17:45:10.003 INFO STEP 756 (remove_files) COMPLETE
76202026-07-02T17:45:10.772Z[ recovery-image] Jul 02 17:45:10.003 INFO O| Jul 02 17:45:10.003 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-02T17:45:10.776Z[ recovery-image] Jul 02 17:45:10.011 INFO O| Jul 02 17:45:10.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76222026-07-02T17:45:10.776Z[ recovery-image] Jul 02 17:45:10.011 INFO O| Jul 02 17:45:10.011 INFO STEP 757 (remove_files) COMPLETE
76232026-07-02T17:45:10.776Z[ recovery-image] Jul 02 17:45:10.011 INFO O| Jul 02 17:45:10.011 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-02T17:45:10.782Z[ recovery-image] Jul 02 17:45:10.018 INFO O| Jul 02 17:45:10.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76252026-07-02T17:45:10.782Z[ recovery-image] Jul 02 17:45:10.018 INFO O| Jul 02 17:45:10.018 INFO STEP 758 (remove_files) COMPLETE
76262026-07-02T17:45:10.786Z[ recovery-image] Jul 02 17:45:10.018 INFO O| Jul 02 17:45:10.018 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-02T17:45:10.791Z[ recovery-image] Jul 02 17:45:10.027 INFO O| Jul 02 17:45:10.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76282026-07-02T17:45:10.791Z[ recovery-image] Jul 02 17:45:10.027 INFO O| Jul 02 17:45:10.027 INFO STEP 759 (remove_files) COMPLETE
76292026-07-02T17:45:10.791Z[ recovery-image] Jul 02 17:45:10.027 INFO O| Jul 02 17:45:10.027 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-02T17:45:10.798Z[ recovery-image] Jul 02 17:45:10.034 INFO O| Jul 02 17:45:10.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76312026-07-02T17:45:10.798Z[ recovery-image] Jul 02 17:45:10.034 INFO O| Jul 02 17:45:10.034 INFO STEP 760 (remove_files) COMPLETE
76322026-07-02T17:45:10.802Z[ recovery-image] Jul 02 17:45:10.034 INFO O| Jul 02 17:45:10.034 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-02T17:45:10.807Z[ recovery-image] Jul 02 17:45:10.041 INFO O| Jul 02 17:45:10.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76342026-07-02T17:45:10.812Z[ recovery-image] Jul 02 17:45:10.041 INFO O| Jul 02 17:45:10.041 INFO STEP 761 (remove_files) COMPLETE
76352026-07-02T17:45:10.812Z[ recovery-image] Jul 02 17:45:10.041 INFO O| Jul 02 17:45:10.041 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-02T17:45:10.812Z[ recovery-image] Jul 02 17:45:10.048 INFO O| Jul 02 17:45:10.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76372026-07-02T17:45:10.812Z[ recovery-image] Jul 02 17:45:10.048 INFO O| Jul 02 17:45:10.048 INFO STEP 762 (remove_files) COMPLETE
76382026-07-02T17:45:10.813Z[ recovery-image] Jul 02 17:45:10.048 INFO O| Jul 02 17:45:10.048 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-02T17:45:10.818Z[ recovery-image] Jul 02 17:45:10.054 INFO O| Jul 02 17:45:10.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76402026-07-02T17:45:10.818Z[ recovery-image] Jul 02 17:45:10.054 INFO O| Jul 02 17:45:10.054 INFO STEP 763 (remove_files) COMPLETE
76412026-07-02T17:45:10.818Z[ recovery-image] Jul 02 17:45:10.054 INFO O| Jul 02 17:45:10.054 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-02T17:45:10.825Z[ recovery-image] Jul 02 17:45:10.061 INFO O| Jul 02 17:45:10.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76432026-07-02T17:45:10.825Z[ recovery-image] Jul 02 17:45:10.061 INFO O| Jul 02 17:45:10.061 INFO STEP 764 (remove_files) COMPLETE
76442026-07-02T17:45:10.830Z[ recovery-image] Jul 02 17:45:10.061 INFO O| Jul 02 17:45:10.061 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-02T17:45:10.833Z[ recovery-image] Jul 02 17:45:10.067 INFO O| Jul 02 17:45:10.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76462026-07-02T17:45:10.833Z[ recovery-image] Jul 02 17:45:10.067 INFO O| Jul 02 17:45:10.067 INFO STEP 765 (remove_files) COMPLETE
76472026-07-02T17:45:10.833Z[ recovery-image] Jul 02 17:45:10.067 INFO O| Jul 02 17:45:10.067 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-02T17:45:10.838Z[ recovery-image] Jul 02 17:45:10.074 INFO O| Jul 02 17:45:10.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76492026-07-02T17:45:10.839Z[ recovery-image] Jul 02 17:45:10.074 INFO O| Jul 02 17:45:10.074 INFO STEP 766 (remove_files) COMPLETE
76502026-07-02T17:45:10.842Z[ recovery-image] Jul 02 17:45:10.074 INFO O| Jul 02 17:45:10.074 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-02T17:45:10.846Z[ recovery-image] Jul 02 17:45:10.080 INFO O| Jul 02 17:45:10.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76522026-07-02T17:45:10.846Z[ recovery-image] Jul 02 17:45:10.080 INFO O| Jul 02 17:45:10.080 INFO STEP 767 (remove_files) COMPLETE
76532026-07-02T17:45:10.846Z[ recovery-image] Jul 02 17:45:10.080 INFO O| Jul 02 17:45:10.080 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-02T17:45:10.851Z[ recovery-image] Jul 02 17:45:10.087 INFO O| Jul 02 17:45:10.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76552026-07-02T17:45:10.851Z[ recovery-image] Jul 02 17:45:10.087 INFO O| Jul 02 17:45:10.087 INFO STEP 768 (remove_files) COMPLETE
76562026-07-02T17:45:10.855Z[ recovery-image] Jul 02 17:45:10.087 INFO O| Jul 02 17:45:10.087 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-02T17:45:10.858Z[ recovery-image] Jul 02 17:45:10.093 INFO O| Jul 02 17:45:10.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76582026-07-02T17:45:10.858Z[ recovery-image] Jul 02 17:45:10.093 INFO O| Jul 02 17:45:10.093 INFO STEP 769 (remove_files) COMPLETE
76592026-07-02T17:45:10.858Z[ recovery-image] Jul 02 17:45:10.093 INFO O| Jul 02 17:45:10.093 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-02T17:45:10.864Z[ recovery-image] Jul 02 17:45:10.099 INFO O| Jul 02 17:45:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76612026-07-02T17:45:10.864Z[ recovery-image] Jul 02 17:45:10.099 INFO O| Jul 02 17:45:10.099 INFO STEP 770 (remove_files) COMPLETE
76622026-07-02T17:45:10.869Z[ recovery-image] Jul 02 17:45:10.099 INFO O| Jul 02 17:45:10.099 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-02T17:45:10.872Z[ recovery-image] Jul 02 17:45:10.106 INFO O| Jul 02 17:45:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76642026-07-02T17:45:10.872Z[ recovery-image] Jul 02 17:45:10.106 INFO O| Jul 02 17:45:10.106 INFO STEP 771 (remove_files) COMPLETE
76652026-07-02T17:45:10.872Z[ recovery-image] Jul 02 17:45:10.106 INFO O| Jul 02 17:45:10.106 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-02T17:45:10.876Z[ recovery-image] Jul 02 17:45:10.112 INFO O| Jul 02 17:45:10.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76672026-07-02T17:45:10.876Z[ recovery-image] Jul 02 17:45:10.112 INFO O| Jul 02 17:45:10.112 INFO STEP 772 (remove_files) COMPLETE
76682026-07-02T17:45:10.880Z[ recovery-image] Jul 02 17:45:10.112 INFO O| Jul 02 17:45:10.112 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-02T17:45:10.883Z[ recovery-image] Jul 02 17:45:10.117 INFO O| Jul 02 17:45:10.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76702026-07-02T17:45:10.883Z[ recovery-image] Jul 02 17:45:10.117 INFO O| Jul 02 17:45:10.117 INFO STEP 773 (remove_files) COMPLETE
76712026-07-02T17:45:10.883Z[ recovery-image] Jul 02 17:45:10.117 INFO O| Jul 02 17:45:10.117 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-02T17:45:10.888Z[ recovery-image] Jul 02 17:45:10.123 INFO O| Jul 02 17:45:10.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76732026-07-02T17:45:10.888Z[ recovery-image] Jul 02 17:45:10.123 INFO O| Jul 02 17:45:10.123 INFO STEP 774 (remove_files) COMPLETE
76742026-07-02T17:45:10.888Z[ recovery-image] Jul 02 17:45:10.123 INFO O| Jul 02 17:45:10.123 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-02T17:45:10.893Z[ recovery-image] Jul 02 17:45:10.129 INFO O| Jul 02 17:45:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76762026-07-02T17:45:10.894Z[ recovery-image] Jul 02 17:45:10.129 INFO O| Jul 02 17:45:10.129 INFO STEP 775 (remove_files) COMPLETE
76772026-07-02T17:45:10.894Z[ recovery-image] Jul 02 17:45:10.129 INFO O| Jul 02 17:45:10.129 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-02T17:45:10.899Z[ recovery-image] Jul 02 17:45:10.135 INFO O| Jul 02 17:45:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76792026-07-02T17:45:10.900Z[ recovery-image] Jul 02 17:45:10.135 INFO O| Jul 02 17:45:10.135 INFO STEP 776 (remove_files) COMPLETE
76802026-07-02T17:45:10.900Z[ recovery-image] Jul 02 17:45:10.135 INFO O| Jul 02 17:45:10.135 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-02T17:45:10.905Z[ recovery-image] Jul 02 17:45:10.141 INFO O| Jul 02 17:45:10.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76822026-07-02T17:45:10.908Z[ recovery-image] Jul 02 17:45:10.142 INFO O| Jul 02 17:45:10.142 INFO STEP 777 (remove_files) COMPLETE
76832026-07-02T17:45:10.909Z[ recovery-image] Jul 02 17:45:10.142 INFO O| Jul 02 17:45:10.142 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-02T17:45:10.913Z[ recovery-image] Jul 02 17:45:10.149 INFO O| Jul 02 17:45:10.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76852026-07-02T17:45:10.916Z[ recovery-image] Jul 02 17:45:10.149 INFO O| Jul 02 17:45:10.149 INFO STEP 778 (remove_files) COMPLETE
76862026-07-02T17:45:10.916Z[ recovery-image] Jul 02 17:45:10.149 INFO O| Jul 02 17:45:10.149 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-02T17:45:10.919Z[ recovery-image] Jul 02 17:45:10.155 INFO O| Jul 02 17:45:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76882026-07-02T17:45:10.923Z[ recovery-image] Jul 02 17:45:10.156 INFO O| Jul 02 17:45:10.155 INFO STEP 779 (remove_files) COMPLETE
76892026-07-02T17:45:10.923Z[ recovery-image] Jul 02 17:45:10.156 INFO O| Jul 02 17:45:10.155 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-02T17:45:10.927Z[ recovery-image] Jul 02 17:45:10.162 INFO O| Jul 02 17:45:10.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76912026-07-02T17:45:10.927Z[ recovery-image] Jul 02 17:45:10.162 INFO O| Jul 02 17:45:10.162 INFO STEP 780 (remove_files) COMPLETE
76922026-07-02T17:45:10.927Z[ recovery-image] Jul 02 17:45:10.162 INFO O| Jul 02 17:45:10.162 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-02T17:45:10.931Z[ recovery-image] Jul 02 17:45:10.167 INFO O| Jul 02 17:45:10.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76942026-07-02T17:45:10.931Z[ recovery-image] Jul 02 17:45:10.167 INFO O| Jul 02 17:45:10.167 INFO STEP 781 (remove_files) COMPLETE
76952026-07-02T17:45:10.931Z[ recovery-image] Jul 02 17:45:10.167 INFO O| Jul 02 17:45:10.167 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-02T17:45:10.938Z[ recovery-image] Jul 02 17:45:10.174 INFO O| Jul 02 17:45:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76972026-07-02T17:45:10.941Z[ recovery-image] Jul 02 17:45:10.174 INFO O| Jul 02 17:45:10.174 INFO STEP 782 (remove_files) COMPLETE
76982026-07-02T17:45:10.941Z[ recovery-image] Jul 02 17:45:10.174 INFO O| Jul 02 17:45:10.174 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-02T17:45:10.945Z[ recovery-image] Jul 02 17:45:10.180 INFO O| Jul 02 17:45:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77002026-07-02T17:45:10.945Z[ recovery-image] Jul 02 17:45:10.180 INFO O| Jul 02 17:45:10.180 INFO STEP 783 (remove_files) COMPLETE
77012026-07-02T17:45:10.945Z[ recovery-image] Jul 02 17:45:10.180 INFO O| Jul 02 17:45:10.180 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-02T17:45:10.950Z[ recovery-image] Jul 02 17:45:10.186 INFO O| Jul 02 17:45:10.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77032026-07-02T17:45:11.368Z[ recovery-image] Jul 02 17:45:10.186 INFO O| Jul 02 17:45:10.186 INFO STEP 784 (remove_files) COMPLETE
77042026-07-02T17:45:11.368Z[ recovery-image] Jul 02 17:45:10.186 INFO O| Jul 02 17:45:10.186 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-02T17:45:11.378Z[ recovery-image] Jul 02 17:45:10.193 INFO O| Jul 02 17:45:10.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77062026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.193 INFO O| Jul 02 17:45:10.193 INFO STEP 785 (remove_files) COMPLETE
77072026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.193 INFO O| Jul 02 17:45:10.193 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.199 INFO O| Jul 02 17:45:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77092026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.199 INFO O| Jul 02 17:45:10.199 INFO STEP 786 (remove_files) COMPLETE
77102026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.199 INFO O| Jul 02 17:45:10.199 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.205 INFO O| Jul 02 17:45:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77122026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.205 INFO O| Jul 02 17:45:10.205 INFO STEP 787 (remove_files) COMPLETE
77132026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.205 INFO O| Jul 02 17:45:10.205 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.212 INFO O| Jul 02 17:45:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77152026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.212 INFO O| Jul 02 17:45:10.212 INFO STEP 788 (remove_files) COMPLETE
77162026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.212 INFO O| Jul 02 17:45:10.212 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.217 INFO O| Jul 02 17:45:10.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77182026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.218 INFO O| Jul 02 17:45:10.217 INFO STEP 789 (remove_files) COMPLETE
77192026-07-02T17:45:11.379Z[ recovery-image] Jul 02 17:45:10.218 INFO O| Jul 02 17:45:10.217 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.223 INFO O| Jul 02 17:45:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77212026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.223 INFO O| Jul 02 17:45:10.223 INFO STEP 790 (remove_files) COMPLETE
77222026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.223 INFO O| Jul 02 17:45:10.223 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.230 INFO O| Jul 02 17:45:10.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77242026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.230 INFO O| Jul 02 17:45:10.230 INFO STEP 791 (remove_files) COMPLETE
77252026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.230 INFO O| Jul 02 17:45:10.230 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.236 INFO O| Jul 02 17:45:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77272026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.236 INFO O| Jul 02 17:45:10.236 INFO STEP 792 (remove_files) COMPLETE
77282026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.236 INFO O| Jul 02 17:45:10.236 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.243 INFO O| Jul 02 17:45:10.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77302026-07-02T17:45:11.380Z[ recovery-image] Jul 02 17:45:10.243 INFO O| Jul 02 17:45:10.243 INFO STEP 793 (remove_files) COMPLETE
77312026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.243 INFO O| Jul 02 17:45:10.243 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.249 INFO O| Jul 02 17:45:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77332026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.249 INFO O| Jul 02 17:45:10.249 INFO STEP 794 (remove_files) COMPLETE
77342026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.249 INFO O| Jul 02 17:45:10.249 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.256 INFO O| Jul 02 17:45:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77362026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.256 INFO O| Jul 02 17:45:10.256 INFO STEP 795 (remove_files) COMPLETE
77372026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.256 INFO O| Jul 02 17:45:10.256 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.261 INFO O| Jul 02 17:45:10.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77392026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.261 INFO O| Jul 02 17:45:10.261 INFO STEP 796 (remove_files) COMPLETE
77402026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.261 INFO O| Jul 02 17:45:10.261 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.267 INFO O| Jul 02 17:45:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77422026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.267 INFO O| Jul 02 17:45:10.267 INFO STEP 797 (remove_files) COMPLETE
77432026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.267 INFO O| Jul 02 17:45:10.267 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.274 INFO O| Jul 02 17:45:10.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77452026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.274 INFO O| Jul 02 17:45:10.274 INFO STEP 798 (remove_files) COMPLETE
77462026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.274 INFO O| Jul 02 17:45:10.274 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-02T17:45:11.381Z[ recovery-image] Jul 02 17:45:10.279 INFO O| Jul 02 17:45:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77482026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.280 INFO O| Jul 02 17:45:10.280 INFO STEP 799 (remove_files) COMPLETE
77492026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.280 INFO O| Jul 02 17:45:10.280 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.285 INFO O| Jul 02 17:45:10.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77512026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.285 INFO O| Jul 02 17:45:10.285 INFO STEP 800 (remove_files) COMPLETE
77522026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.285 INFO O| Jul 02 17:45:10.285 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.291 INFO O| Jul 02 17:45:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77542026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.291 INFO O| Jul 02 17:45:10.291 INFO STEP 801 (remove_files) COMPLETE
77552026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.291 INFO O| Jul 02 17:45:10.291 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.298 INFO O| Jul 02 17:45:10.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77572026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.298 INFO O| Jul 02 17:45:10.298 INFO STEP 802 (remove_files) COMPLETE
77582026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.298 INFO O| Jul 02 17:45:10.298 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.304 INFO O| Jul 02 17:45:10.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77602026-07-02T17:45:11.382Z[ recovery-image] Jul 02 17:45:10.304 INFO O| Jul 02 17:45:10.304 INFO STEP 803 (remove_files) COMPLETE
77612026-07-02T17:45:11.383Z[ recovery-image] Jul 02 17:45:10.304 INFO O| Jul 02 17:45:10.304 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-02T17:45:11.383Z[ recovery-image] Jul 02 17:45:10.311 INFO O| Jul 02 17:45:10.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77632026-07-02T17:45:11.383Z[ recovery-image] Jul 02 17:45:10.311 INFO O| Jul 02 17:45:10.311 INFO STEP 804 (remove_files) COMPLETE
77642026-07-02T17:45:11.383Z[ recovery-image] Jul 02 17:45:10.311 INFO O| Jul 02 17:45:10.311 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-02T17:45:11.384Z[ recovery-image] Jul 02 17:45:10.317 INFO O| Jul 02 17:45:10.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77662026-07-02T17:45:11.384Z[ recovery-image] Jul 02 17:45:10.317 INFO O| Jul 02 17:45:10.317 INFO STEP 805 (remove_files) COMPLETE
77672026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.317 INFO O| Jul 02 17:45:10.317 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.323 INFO O| Jul 02 17:45:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77692026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.323 INFO O| Jul 02 17:45:10.323 INFO STEP 806 (remove_files) COMPLETE
77702026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.323 INFO O| Jul 02 17:45:10.323 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.329 INFO O| Jul 02 17:45:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77722026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.329 INFO O| Jul 02 17:45:10.329 INFO STEP 807 (remove_files) COMPLETE
77732026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.329 INFO O| Jul 02 17:45:10.329 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.336 INFO O| Jul 02 17:45:10.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77752026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.336 INFO O| Jul 02 17:45:10.336 INFO STEP 808 (remove_files) COMPLETE
77762026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.336 INFO O| Jul 02 17:45:10.336 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.343 INFO O| Jul 02 17:45:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77782026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.343 INFO O| Jul 02 17:45:10.343 INFO STEP 809 (remove_files) COMPLETE
77792026-07-02T17:45:11.385Z[ recovery-image] Jul 02 17:45:10.343 INFO O| Jul 02 17:45:10.343 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-02T17:45:11.386Z[ recovery-image] Jul 02 17:45:10.350 INFO O| Jul 02 17:45:10.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77812026-07-02T17:45:11.386Z[ recovery-image] Jul 02 17:45:10.350 INFO O| Jul 02 17:45:10.350 INFO STEP 810 (remove_files) COMPLETE
77822026-07-02T17:45:11.386Z[ recovery-image] Jul 02 17:45:10.350 INFO O| Jul 02 17:45:10.350 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-02T17:45:11.386Z[ recovery-image] Jul 02 17:45:10.356 INFO O| Jul 02 17:45:10.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77842026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.356 INFO O| Jul 02 17:45:10.356 INFO STEP 811 (remove_files) COMPLETE
77852026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.356 INFO O| Jul 02 17:45:10.356 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.362 INFO O| Jul 02 17:45:10.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77872026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.362 INFO O| Jul 02 17:45:10.362 INFO STEP 812 (remove_files) COMPLETE
77882026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.362 INFO O| Jul 02 17:45:10.362 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.368 INFO O| Jul 02 17:45:10.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77902026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.369 INFO O| Jul 02 17:45:10.369 INFO STEP 813 (remove_files) COMPLETE
77912026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.369 INFO O| Jul 02 17:45:10.369 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.375 INFO O| Jul 02 17:45:10.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77932026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.375 INFO O| Jul 02 17:45:10.375 INFO STEP 814 (remove_files) COMPLETE
77942026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.375 INFO O| Jul 02 17:45:10.375 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.382 INFO O| Jul 02 17:45:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77962026-07-02T17:45:11.387Z[ recovery-image] Jul 02 17:45:10.382 INFO O| Jul 02 17:45:10.382 INFO STEP 815 (remove_files) COMPLETE
77972026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.382 INFO O| Jul 02 17:45:10.382 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.389 INFO O| Jul 02 17:45:10.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77992026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.389 INFO O| Jul 02 17:45:10.389 INFO STEP 816 (remove_files) COMPLETE
78002026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.389 INFO O| Jul 02 17:45:10.389 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.395 INFO O| Jul 02 17:45:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78022026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.395 INFO O| Jul 02 17:45:10.395 INFO STEP 817 (remove_files) COMPLETE
78032026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.395 INFO O| Jul 02 17:45:10.395 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-02T17:45:11.388Z[ recovery-image] Jul 02 17:45:10.402 INFO O| Jul 02 17:45:10.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78052026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.402 INFO O| Jul 02 17:45:10.402 INFO STEP 818 (remove_files) COMPLETE
78062026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.402 INFO O| Jul 02 17:45:10.402 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.409 INFO O| Jul 02 17:45:10.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78082026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.409 INFO O| Jul 02 17:45:10.409 INFO STEP 819 (remove_files) COMPLETE
78092026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.409 INFO O| Jul 02 17:45:10.409 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.415 INFO O| Jul 02 17:45:10.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78112026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.415 INFO O| Jul 02 17:45:10.415 INFO STEP 820 (remove_files) COMPLETE
78122026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.415 INFO O| Jul 02 17:45:10.415 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.421 INFO O| Jul 02 17:45:10.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78142026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.421 INFO O| Jul 02 17:45:10.421 INFO STEP 821 (remove_files) COMPLETE
78152026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.421 INFO O| Jul 02 17:45:10.421 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.427 INFO O| Jul 02 17:45:10.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78172026-07-02T17:45:11.395Z[ recovery-image] Jul 02 17:45:10.427 INFO O| Jul 02 17:45:10.427 INFO STEP 822 (remove_files) COMPLETE
78182026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.427 INFO O| Jul 02 17:45:10.427 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.434 INFO O| Jul 02 17:45:10.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78202026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.434 INFO O| Jul 02 17:45:10.434 INFO STEP 823 (remove_files) COMPLETE
78212026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.434 INFO O| Jul 02 17:45:10.434 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.440 INFO O| Jul 02 17:45:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78232026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.440 INFO O| Jul 02 17:45:10.440 INFO STEP 824 (remove_files) COMPLETE
78242026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.440 INFO O| Jul 02 17:45:10.440 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.446 INFO O| Jul 02 17:45:10.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78262026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.446 INFO O| Jul 02 17:45:10.446 INFO STEP 825 (remove_files) COMPLETE
78272026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.446 INFO O| Jul 02 17:45:10.446 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.452 INFO O| Jul 02 17:45:10.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78292026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.452 INFO O| Jul 02 17:45:10.452 INFO STEP 826 (remove_files) COMPLETE
78302026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.452 INFO O| Jul 02 17:45:10.452 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.457 INFO O| Jul 02 17:45:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78322026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.457 INFO O| Jul 02 17:45:10.457 INFO STEP 827 (remove_files) COMPLETE
78332026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.457 INFO O| Jul 02 17:45:10.457 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.463 INFO O| Jul 02 17:45:10.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78352026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.463 INFO O| Jul 02 17:45:10.463 INFO STEP 828 (remove_files) COMPLETE
78362026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.463 INFO O| Jul 02 17:45:10.463 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.468 INFO O| Jul 02 17:45:10.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78382026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.468 INFO O| Jul 02 17:45:10.468 INFO STEP 829 (remove_files) COMPLETE
78392026-07-02T17:45:11.396Z[ recovery-image] Jul 02 17:45:10.468 INFO O| Jul 02 17:45:10.468 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.474 INFO O| Jul 02 17:45:10.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78412026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.474 INFO O| Jul 02 17:45:10.474 INFO STEP 830 (remove_files) COMPLETE
78422026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.474 INFO O| Jul 02 17:45:10.474 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.479 INFO O| Jul 02 17:45:10.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78442026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.479 INFO O| Jul 02 17:45:10.479 INFO STEP 831 (remove_files) COMPLETE
78452026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.479 INFO O| Jul 02 17:45:10.479 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.484 INFO O| Jul 02 17:45:10.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78472026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.484 INFO O| Jul 02 17:45:10.484 INFO STEP 832 (remove_files) COMPLETE
78482026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.484 INFO O| Jul 02 17:45:10.484 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.490 INFO O| Jul 02 17:45:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78502026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.490 INFO O| Jul 02 17:45:10.490 INFO STEP 833 (remove_files) COMPLETE
78512026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.490 INFO O| Jul 02 17:45:10.490 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.495 INFO O| Jul 02 17:45:10.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78532026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.495 INFO O| Jul 02 17:45:10.495 INFO STEP 834 (remove_files) COMPLETE
78542026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.495 INFO O| Jul 02 17:45:10.495 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.501 INFO O| Jul 02 17:45:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78562026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.501 INFO O| Jul 02 17:45:10.501 INFO STEP 835 (remove_files) COMPLETE
78572026-07-02T17:45:11.398Z[ recovery-image] Jul 02 17:45:10.501 INFO O| Jul 02 17:45:10.501 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.506 INFO O| Jul 02 17:45:10.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78592026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.506 INFO O| Jul 02 17:45:10.506 INFO STEP 836 (remove_files) COMPLETE
78602026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.506 INFO O| Jul 02 17:45:10.506 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.511 INFO O| Jul 02 17:45:10.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78622026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.511 INFO O| Jul 02 17:45:10.511 INFO STEP 837 (remove_files) COMPLETE
78632026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.511 INFO O| Jul 02 17:45:10.511 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.517 INFO O| Jul 02 17:45:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78652026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.517 INFO O| Jul 02 17:45:10.517 INFO STEP 838 (remove_files) COMPLETE
78662026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.517 INFO O| Jul 02 17:45:10.517 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.522 INFO O| Jul 02 17:45:10.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78682026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.522 INFO O| Jul 02 17:45:10.522 INFO STEP 839 (remove_files) COMPLETE
78692026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.522 INFO O| Jul 02 17:45:10.522 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.528 INFO O| Jul 02 17:45:10.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78712026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.528 INFO O| Jul 02 17:45:10.528 INFO STEP 840 (remove_files) COMPLETE
78722026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.528 INFO O| Jul 02 17:45:10.528 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.533 INFO O| Jul 02 17:45:10.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78742026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.533 INFO O| Jul 02 17:45:10.533 INFO STEP 841 (remove_files) COMPLETE
78752026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.533 INFO O| Jul 02 17:45:10.533 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.539 INFO O| Jul 02 17:45:10.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78772026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.539 INFO O| Jul 02 17:45:10.539 INFO STEP 842 (remove_files) COMPLETE
78782026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.539 INFO O| Jul 02 17:45:10.539 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.545 INFO O| Jul 02 17:45:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78802026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.545 INFO O| Jul 02 17:45:10.545 INFO STEP 843 (remove_files) COMPLETE
78812026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.545 INFO O| Jul 02 17:45:10.545 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.551 INFO O| Jul 02 17:45:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78832026-07-02T17:45:11.399Z[ recovery-image] Jul 02 17:45:10.551 INFO O| Jul 02 17:45:10.551 INFO STEP 844 (remove_files) COMPLETE
78842026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.551 INFO O| Jul 02 17:45:10.551 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.557 INFO O| Jul 02 17:45:10.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78862026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.557 INFO O| Jul 02 17:45:10.557 INFO STEP 845 (remove_files) COMPLETE
78872026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.557 INFO O| Jul 02 17:45:10.557 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.563 INFO O| Jul 02 17:45:10.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78892026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.563 INFO O| Jul 02 17:45:10.563 INFO STEP 846 (remove_files) COMPLETE
78902026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.563 INFO O| Jul 02 17:45:10.563 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.571 INFO O| Jul 02 17:45:10.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78922026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.571 INFO O| Jul 02 17:45:10.571 INFO STEP 847 (remove_files) COMPLETE
78932026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.571 INFO O| Jul 02 17:45:10.571 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.577 INFO O| Jul 02 17:45:10.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78952026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.577 INFO O| Jul 02 17:45:10.577 INFO STEP 848 (remove_files) COMPLETE
78962026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.577 INFO O| Jul 02 17:45:10.577 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.583 INFO O| Jul 02 17:45:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78982026-07-02T17:45:11.400Z[ recovery-image] Jul 02 17:45:10.583 INFO O| Jul 02 17:45:10.583 INFO STEP 849 (remove_files) COMPLETE
78992026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.583 INFO O| Jul 02 17:45:10.583 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.588 INFO O| Jul 02 17:45:10.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79012026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.588 INFO O| Jul 02 17:45:10.588 INFO STEP 850 (remove_files) COMPLETE
79022026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.588 INFO O| Jul 02 17:45:10.588 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.593 INFO O| Jul 02 17:45:10.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79042026-07-02T17:45:11.401Z[ recovery-image] Jul 02 17:45:10.593 INFO O| Jul 02 17:45:10.593 INFO STEP 851 (remove_files) COMPLETE
79052026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.593 INFO O| Jul 02 17:45:10.593 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.599 INFO O| Jul 02 17:45:10.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79072026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.599 INFO O| Jul 02 17:45:10.599 INFO STEP 852 (remove_files) COMPLETE
79082026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.599 INFO O| Jul 02 17:45:10.599 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.604 INFO O| Jul 02 17:45:10.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79102026-07-02T17:45:11.405Z[ recovery-image] Jul 02 17:45:10.605 INFO O| Jul 02 17:45:10.604 INFO STEP 853 (remove_files) COMPLETE
79112026-07-02T17:45:11.406Z[ recovery-image] Jul 02 17:45:10.605 INFO O| Jul 02 17:45:10.605 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-02T17:45:11.406Z[ recovery-image] Jul 02 17:45:10.612 INFO O| Jul 02 17:45:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79132026-07-02T17:45:11.406Z[ recovery-image] Jul 02 17:45:10.612 INFO O| Jul 02 17:45:10.612 INFO STEP 854 (remove_files) COMPLETE
79142026-07-02T17:45:11.406Z[ recovery-image] Jul 02 17:45:10.612 INFO O| Jul 02 17:45:10.612 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.619 INFO O| Jul 02 17:45:10.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79162026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.619 INFO O| Jul 02 17:45:10.619 INFO STEP 855 (remove_files) COMPLETE
79172026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.619 INFO O| Jul 02 17:45:10.619 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.625 INFO O| Jul 02 17:45:10.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79192026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.625 INFO O| Jul 02 17:45:10.625 INFO STEP 856 (remove_files) COMPLETE
79202026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.625 INFO O| Jul 02 17:45:10.625 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.631 INFO O| Jul 02 17:45:10.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79222026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.631 INFO O| Jul 02 17:45:10.631 INFO STEP 857 (remove_files) COMPLETE
79232026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.631 INFO O| Jul 02 17:45:10.631 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.637 INFO O| Jul 02 17:45:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79252026-07-02T17:45:11.407Z[ recovery-image] Jul 02 17:45:10.637 INFO O| Jul 02 17:45:10.637 INFO STEP 858 (remove_files) COMPLETE
79262026-07-02T17:45:11.408Z[ recovery-image] Jul 02 17:45:10.637 INFO O| Jul 02 17:45:10.637 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-02T17:45:11.412Z[ recovery-image] Jul 02 17:45:10.643 INFO O| Jul 02 17:45:10.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79282026-07-02T17:45:11.412Z[ recovery-image] Jul 02 17:45:10.643 INFO O| Jul 02 17:45:10.643 INFO STEP 859 (remove_files) COMPLETE
79292026-07-02T17:45:11.412Z[ recovery-image] Jul 02 17:45:10.643 INFO O| Jul 02 17:45:10.643 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-02T17:45:11.415Z[ recovery-image] Jul 02 17:45:10.649 INFO O| Jul 02 17:45:10.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79312026-07-02T17:45:11.416Z[ recovery-image] Jul 02 17:45:10.649 INFO O| Jul 02 17:45:10.649 INFO STEP 860 (remove_files) COMPLETE
79322026-07-02T17:45:11.416Z[ recovery-image] Jul 02 17:45:10.649 INFO O| Jul 02 17:45:10.649 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-02T17:45:11.419Z[ recovery-image] Jul 02 17:45:10.655 INFO O| Jul 02 17:45:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79342026-07-02T17:45:11.420Z[ recovery-image] Jul 02 17:45:10.655 INFO O| Jul 02 17:45:10.655 INFO STEP 861 (remove_files) COMPLETE
79352026-07-02T17:45:11.420Z[ recovery-image] Jul 02 17:45:10.655 INFO O| Jul 02 17:45:10.655 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-02T17:45:11.425Z[ recovery-image] Jul 02 17:45:10.661 INFO O| Jul 02 17:45:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79372026-07-02T17:45:11.425Z[ recovery-image] Jul 02 17:45:10.661 INFO O| Jul 02 17:45:10.661 INFO STEP 862 (remove_files) COMPLETE
79382026-07-02T17:45:11.428Z[ recovery-image] Jul 02 17:45:10.661 INFO O| Jul 02 17:45:10.661 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-02T17:45:11.432Z[ recovery-image] Jul 02 17:45:10.666 INFO O| Jul 02 17:45:10.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79402026-07-02T17:45:11.432Z[ recovery-image] Jul 02 17:45:10.666 INFO O| Jul 02 17:45:10.666 INFO STEP 863 (remove_files) COMPLETE
79412026-07-02T17:45:11.432Z[ recovery-image] Jul 02 17:45:10.666 INFO O| Jul 02 17:45:10.666 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-02T17:45:11.436Z[ recovery-image] Jul 02 17:45:10.672 INFO O| Jul 02 17:45:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79432026-07-02T17:45:11.437Z[ recovery-image] Jul 02 17:45:10.672 INFO O| Jul 02 17:45:10.672 INFO STEP 864 (remove_files) COMPLETE
79442026-07-02T17:45:11.437Z[ recovery-image] Jul 02 17:45:10.672 INFO O| Jul 02 17:45:10.672 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-02T17:45:11.441Z[ recovery-image] Jul 02 17:45:10.677 INFO O| Jul 02 17:45:10.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79462026-07-02T17:45:11.445Z[ recovery-image] Jul 02 17:45:10.677 INFO O| Jul 02 17:45:10.677 INFO STEP 865 (remove_files) COMPLETE
79472026-07-02T17:45:11.445Z[ recovery-image] Jul 02 17:45:10.677 INFO O| Jul 02 17:45:10.677 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-02T17:45:11.448Z[ recovery-image] Jul 02 17:45:10.683 INFO O| Jul 02 17:45:10.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79492026-07-02T17:45:11.449Z[ recovery-image] Jul 02 17:45:10.683 INFO O| Jul 02 17:45:10.683 INFO STEP 866 (remove_files) COMPLETE
79502026-07-02T17:45:11.449Z[ recovery-image] Jul 02 17:45:10.683 INFO O| Jul 02 17:45:10.683 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-02T17:45:11.453Z[ recovery-image] Jul 02 17:45:10.689 INFO O| Jul 02 17:45:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79522026-07-02T17:45:11.456Z[ recovery-image] Jul 02 17:45:10.689 INFO O| Jul 02 17:45:10.689 INFO STEP 867 (remove_files) COMPLETE
79532026-07-02T17:45:11.456Z[ recovery-image] Jul 02 17:45:10.689 INFO O| Jul 02 17:45:10.689 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-02T17:45:11.460Z[ recovery-image] Jul 02 17:45:10.695 INFO O| Jul 02 17:45:10.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79552026-07-02T17:45:11.460Z[ recovery-image] Jul 02 17:45:10.695 INFO O| Jul 02 17:45:10.695 INFO STEP 868 (remove_files) COMPLETE
79562026-07-02T17:45:11.460Z[ recovery-image] Jul 02 17:45:10.695 INFO O| Jul 02 17:45:10.695 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-02T17:45:11.466Z[ recovery-image] Jul 02 17:45:10.702 INFO O| Jul 02 17:45:10.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79582026-07-02T17:45:11.467Z[ recovery-image] Jul 02 17:45:10.702 INFO O| Jul 02 17:45:10.702 INFO STEP 869 (remove_files) COMPLETE
79592026-07-02T17:45:11.471Z[ recovery-image] Jul 02 17:45:10.702 INFO O| Jul 02 17:45:10.702 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-02T17:45:11.474Z[ recovery-image] Jul 02 17:45:10.708 INFO O| Jul 02 17:45:10.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79612026-07-02T17:45:11.474Z[ recovery-image] Jul 02 17:45:10.708 INFO O| Jul 02 17:45:10.708 INFO STEP 870 (remove_files) COMPLETE
79622026-07-02T17:45:11.475Z[ recovery-image] Jul 02 17:45:10.708 INFO O| Jul 02 17:45:10.708 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-02T17:45:11.479Z[ recovery-image] Jul 02 17:45:10.715 INFO O| Jul 02 17:45:10.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79642026-07-02T17:45:11.479Z[ recovery-image] Jul 02 17:45:10.715 INFO O| Jul 02 17:45:10.715 INFO STEP 871 (remove_files) COMPLETE
79652026-07-02T17:45:11.483Z[ recovery-image] Jul 02 17:45:10.715 INFO O| Jul 02 17:45:10.715 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-02T17:45:11.486Z[ recovery-image] Jul 02 17:45:10.721 INFO O| Jul 02 17:45:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79672026-07-02T17:45:11.486Z[ recovery-image] Jul 02 17:45:10.721 INFO O| Jul 02 17:45:10.721 INFO STEP 872 (remove_files) COMPLETE
79682026-07-02T17:45:11.486Z[ recovery-image] Jul 02 17:45:10.721 INFO O| Jul 02 17:45:10.721 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-02T17:45:11.492Z[ recovery-image] Jul 02 17:45:10.726 INFO O| Jul 02 17:45:10.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79702026-07-02T17:45:11.492Z[ recovery-image] Jul 02 17:45:10.726 INFO O| Jul 02 17:45:10.726 INFO STEP 873 (remove_files) COMPLETE
79712026-07-02T17:45:11.496Z[ recovery-image] Jul 02 17:45:10.726 INFO O| Jul 02 17:45:10.726 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-02T17:45:11.500Z[ recovery-image] Jul 02 17:45:10.732 INFO O| Jul 02 17:45:10.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79732026-07-02T17:45:11.500Z[ recovery-image] Jul 02 17:45:10.732 INFO O| Jul 02 17:45:10.732 INFO STEP 874 (remove_files) COMPLETE
79742026-07-02T17:45:11.500Z[ recovery-image] Jul 02 17:45:10.732 INFO O| Jul 02 17:45:10.732 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-02T17:45:11.503Z[ recovery-image] Jul 02 17:45:10.737 INFO O| Jul 02 17:45:10.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79762026-07-02T17:45:11.503Z[ recovery-image] Jul 02 17:45:10.737 INFO O| Jul 02 17:45:10.737 INFO STEP 875 (remove_files) COMPLETE
79772026-07-02T17:45:11.503Z[ recovery-image] Jul 02 17:45:10.737 INFO O| Jul 02 17:45:10.737 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-02T17:45:11.507Z[ recovery-image] Jul 02 17:45:10.742 INFO O| Jul 02 17:45:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79792026-07-02T17:45:11.507Z[ recovery-image] Jul 02 17:45:10.742 INFO O| Jul 02 17:45:10.742 INFO STEP 876 (remove_files) COMPLETE
79802026-07-02T17:45:11.507Z[ recovery-image] Jul 02 17:45:10.742 INFO O| Jul 02 17:45:10.742 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-02T17:45:11.512Z[ recovery-image] Jul 02 17:45:10.748 INFO O| Jul 02 17:45:10.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79822026-07-02T17:45:11.512Z[ recovery-image] Jul 02 17:45:10.748 INFO O| Jul 02 17:45:10.748 INFO STEP 877 (remove_files) COMPLETE
79832026-07-02T17:45:11.515Z[ recovery-image] Jul 02 17:45:10.748 INFO O| Jul 02 17:45:10.748 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-02T17:45:11.518Z[ recovery-image] Jul 02 17:45:10.753 INFO O| Jul 02 17:45:10.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79852026-07-02T17:45:11.518Z[ recovery-image] Jul 02 17:45:10.753 INFO O| Jul 02 17:45:10.753 INFO STEP 878 (remove_files) COMPLETE
79862026-07-02T17:45:11.519Z[ recovery-image] Jul 02 17:45:10.753 INFO O| Jul 02 17:45:10.753 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-02T17:45:11.522Z[ recovery-image] Jul 02 17:45:10.758 INFO O| Jul 02 17:45:10.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79882026-07-02T17:45:11.526Z[ recovery-image] Jul 02 17:45:10.758 INFO O| Jul 02 17:45:10.758 INFO STEP 879 (remove_files) COMPLETE
79892026-07-02T17:45:11.526Z[ recovery-image] Jul 02 17:45:10.758 INFO O| Jul 02 17:45:10.758 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-02T17:45:11.529Z[ recovery-image] Jul 02 17:45:10.764 INFO O| Jul 02 17:45:10.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79912026-07-02T17:45:11.529Z[ recovery-image] Jul 02 17:45:10.764 INFO O| Jul 02 17:45:10.764 INFO STEP 880 (remove_files) COMPLETE
79922026-07-02T17:45:11.529Z[ recovery-image] Jul 02 17:45:10.764 INFO O| Jul 02 17:45:10.764 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-02T17:45:11.533Z[ recovery-image] Jul 02 17:45:10.769 INFO O| Jul 02 17:45:10.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79942026-07-02T17:45:11.537Z[ recovery-image] Jul 02 17:45:10.769 INFO O| Jul 02 17:45:10.769 INFO STEP 881 (remove_files) COMPLETE
79952026-07-02T17:45:11.537Z[ recovery-image] Jul 02 17:45:10.769 INFO O| Jul 02 17:45:10.769 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-02T17:45:11.540Z[ recovery-image] Jul 02 17:45:10.775 INFO O| Jul 02 17:45:10.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79972026-07-02T17:45:11.541Z[ recovery-image] Jul 02 17:45:10.775 INFO O| Jul 02 17:45:10.775 INFO STEP 882 (remove_files) COMPLETE
79982026-07-02T17:45:11.541Z[ recovery-image] Jul 02 17:45:10.775 INFO O| Jul 02 17:45:10.775 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-02T17:45:11.544Z[ recovery-image] Jul 02 17:45:10.780 INFO O| Jul 02 17:45:10.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80002026-07-02T17:45:11.547Z[ recovery-image] Jul 02 17:45:10.780 INFO O| Jul 02 17:45:10.780 INFO STEP 883 (remove_files) COMPLETE
80012026-07-02T17:45:11.548Z[ recovery-image] Jul 02 17:45:10.780 INFO O| Jul 02 17:45:10.780 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-02T17:45:11.551Z[ recovery-image] Jul 02 17:45:10.785 INFO O| Jul 02 17:45:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80032026-07-02T17:45:11.551Z[ recovery-image] Jul 02 17:45:10.785 INFO O| Jul 02 17:45:10.785 INFO STEP 884 (remove_files) COMPLETE
80042026-07-02T17:45:11.551Z[ recovery-image] Jul 02 17:45:10.785 INFO O| Jul 02 17:45:10.785 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-02T17:45:11.555Z[ recovery-image] Jul 02 17:45:10.791 INFO O| Jul 02 17:45:10.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80062026-07-02T17:45:11.558Z[ recovery-image] Jul 02 17:45:10.791 INFO O| Jul 02 17:45:10.791 INFO STEP 885 (remove_files) COMPLETE
80072026-07-02T17:45:11.558Z[ recovery-image] Jul 02 17:45:10.791 INFO O| Jul 02 17:45:10.791 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-02T17:45:11.561Z[ recovery-image] Jul 02 17:45:10.796 INFO O| Jul 02 17:45:10.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80092026-07-02T17:45:11.562Z[ recovery-image] Jul 02 17:45:10.796 INFO O| Jul 02 17:45:10.796 INFO STEP 886 (remove_files) COMPLETE
80102026-07-02T17:45:11.562Z[ recovery-image] Jul 02 17:45:10.796 INFO O| Jul 02 17:45:10.796 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-02T17:45:11.565Z[ recovery-image] Jul 02 17:45:10.801 INFO O| Jul 02 17:45:10.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80122026-07-02T17:45:11.565Z[ recovery-image] Jul 02 17:45:10.801 INFO O| Jul 02 17:45:10.801 INFO STEP 887 (remove_files) COMPLETE
80132026-07-02T17:45:11.565Z[ recovery-image] Jul 02 17:45:10.801 INFO O| Jul 02 17:45:10.801 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-02T17:45:11.571Z[ recovery-image] Jul 02 17:45:10.807 INFO O| Jul 02 17:45:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80152026-07-02T17:45:11.571Z[ recovery-image] Jul 02 17:45:10.807 INFO O| Jul 02 17:45:10.807 INFO STEP 888 (remove_files) COMPLETE
80162026-07-02T17:45:11.571Z[ recovery-image] Jul 02 17:45:10.807 INFO O| Jul 02 17:45:10.807 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-02T17:45:11.579Z[ recovery-image] Jul 02 17:45:10.815 INFO O| Jul 02 17:45:10.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80182026-07-02T17:45:11.579Z[ recovery-image] Jul 02 17:45:10.815 INFO O| Jul 02 17:45:10.815 INFO STEP 889 (remove_files) COMPLETE
80192026-07-02T17:45:11.582Z[ recovery-image] Jul 02 17:45:10.815 INFO O| Jul 02 17:45:10.815 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-02T17:45:11.586Z[ recovery-image] Jul 02 17:45:10.821 INFO O| Jul 02 17:45:10.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80212026-07-02T17:45:11.586Z[ recovery-image] Jul 02 17:45:10.821 INFO O| Jul 02 17:45:10.821 INFO STEP 890 (remove_files) COMPLETE
80222026-07-02T17:45:11.586Z[ recovery-image] Jul 02 17:45:10.821 INFO O| Jul 02 17:45:10.821 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-02T17:45:11.591Z[ recovery-image] Jul 02 17:45:10.827 INFO O| Jul 02 17:45:10.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80242026-07-02T17:45:11.591Z[ recovery-image] Jul 02 17:45:10.827 INFO O| Jul 02 17:45:10.827 INFO STEP 891 (remove_files) COMPLETE
80252026-07-02T17:45:11.594Z[ recovery-image] Jul 02 17:45:10.827 INFO O| Jul 02 17:45:10.827 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-02T17:45:11.598Z[ recovery-image] Jul 02 17:45:10.834 INFO O| Jul 02 17:45:10.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80272026-07-02T17:45:11.598Z[ recovery-image] Jul 02 17:45:10.834 INFO O| Jul 02 17:45:10.834 INFO STEP 892 (remove_files) COMPLETE
80282026-07-02T17:45:11.601Z[ recovery-image] Jul 02 17:45:10.834 INFO O| Jul 02 17:45:10.834 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-02T17:45:11.605Z[ recovery-image] Jul 02 17:45:10.839 INFO O| Jul 02 17:45:10.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80302026-07-02T17:45:11.605Z[ recovery-image] Jul 02 17:45:10.839 INFO O| Jul 02 17:45:10.839 INFO STEP 893 (remove_files) COMPLETE
80312026-07-02T17:45:11.605Z[ recovery-image] Jul 02 17:45:10.839 INFO O| Jul 02 17:45:10.839 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-02T17:45:11.609Z[ recovery-image] Jul 02 17:45:10.845 INFO O| Jul 02 17:45:10.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80332026-07-02T17:45:11.609Z[ recovery-image] Jul 02 17:45:10.845 INFO O| Jul 02 17:45:10.845 INFO STEP 894 (remove_files) COMPLETE
80342026-07-02T17:45:11.613Z[ recovery-image] Jul 02 17:45:10.845 INFO O| Jul 02 17:45:10.845 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-02T17:45:11.616Z[ recovery-image] Jul 02 17:45:10.850 INFO O| Jul 02 17:45:10.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80362026-07-02T17:45:11.616Z[ recovery-image] Jul 02 17:45:10.850 INFO O| Jul 02 17:45:10.850 INFO STEP 895 (remove_files) COMPLETE
80372026-07-02T17:45:11.616Z[ recovery-image] Jul 02 17:45:10.850 INFO O| Jul 02 17:45:10.850 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-02T17:45:11.620Z[ recovery-image] Jul 02 17:45:10.856 INFO O| Jul 02 17:45:10.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80392026-07-02T17:45:11.624Z[ recovery-image] Jul 02 17:45:10.857 INFO O| Jul 02 17:45:10.857 INFO STEP 896 (remove_files) COMPLETE
80402026-07-02T17:45:11.624Z[ recovery-image] Jul 02 17:45:10.857 INFO O| Jul 02 17:45:10.857 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-02T17:45:11.628Z[ recovery-image] Jul 02 17:45:10.864 INFO O| Jul 02 17:45:10.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80422026-07-02T17:45:11.628Z[ recovery-image] Jul 02 17:45:10.864 INFO O| Jul 02 17:45:10.864 INFO STEP 897 (remove_files) COMPLETE
80432026-07-02T17:45:11.632Z[ recovery-image] Jul 02 17:45:10.864 INFO O| Jul 02 17:45:10.864 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-02T17:45:11.636Z[ recovery-image] Jul 02 17:45:10.871 INFO O| Jul 02 17:45:10.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80452026-07-02T17:45:11.636Z[ recovery-image] Jul 02 17:45:10.872 INFO O| Jul 02 17:45:10.872 INFO STEP 898 (remove_files) COMPLETE
80462026-07-02T17:45:11.637Z[ recovery-image] Jul 02 17:45:10.872 INFO O| Jul 02 17:45:10.872 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-02T17:45:11.643Z[ recovery-image] Jul 02 17:45:10.879 INFO O| Jul 02 17:45:10.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80482026-07-02T17:45:11.646Z[ recovery-image] Jul 02 17:45:10.879 INFO O| Jul 02 17:45:10.879 INFO STEP 899 (remove_files) COMPLETE
80492026-07-02T17:45:11.646Z[ recovery-image] Jul 02 17:45:10.879 INFO O| Jul 02 17:45:10.879 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-02T17:45:11.650Z[ recovery-image] Jul 02 17:45:10.885 INFO O| Jul 02 17:45:10.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80512026-07-02T17:45:11.650Z[ recovery-image] Jul 02 17:45:10.885 INFO O| Jul 02 17:45:10.885 INFO STEP 900 (remove_files) COMPLETE
80522026-07-02T17:45:11.650Z[ recovery-image] Jul 02 17:45:10.885 INFO O| Jul 02 17:45:10.885 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-02T17:45:11.656Z[ recovery-image] Jul 02 17:45:10.892 INFO O| Jul 02 17:45:10.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80542026-07-02T17:45:11.659Z[ recovery-image] Jul 02 17:45:10.892 INFO O| Jul 02 17:45:10.892 INFO STEP 901 (remove_files) COMPLETE
80552026-07-02T17:45:11.659Z[ recovery-image] Jul 02 17:45:10.892 INFO O| Jul 02 17:45:10.892 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-02T17:45:11.663Z[ recovery-image] Jul 02 17:45:10.898 INFO O| Jul 02 17:45:10.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80572026-07-02T17:45:11.663Z[ recovery-image] Jul 02 17:45:10.898 INFO O| Jul 02 17:45:10.898 INFO STEP 902 (remove_files) COMPLETE
80582026-07-02T17:45:11.663Z[ recovery-image] Jul 02 17:45:10.898 INFO O| Jul 02 17:45:10.898 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-02T17:45:11.669Z[ recovery-image] Jul 02 17:45:10.905 INFO O| Jul 02 17:45:10.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80602026-07-02T17:45:11.673Z[ recovery-image] Jul 02 17:45:10.905 INFO O| Jul 02 17:45:10.905 INFO STEP 903 (remove_files) COMPLETE
80612026-07-02T17:45:11.673Z[ recovery-image] Jul 02 17:45:10.905 INFO O| Jul 02 17:45:10.905 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-02T17:45:11.676Z[ recovery-image] Jul 02 17:45:10.911 INFO O| Jul 02 17:45:10.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80632026-07-02T17:45:11.676Z[ recovery-image] Jul 02 17:45:10.911 INFO O| Jul 02 17:45:10.911 INFO STEP 904 (remove_files) COMPLETE
80642026-07-02T17:45:11.676Z[ recovery-image] Jul 02 17:45:10.911 INFO O| Jul 02 17:45:10.911 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-02T17:45:11.681Z[ recovery-image] Jul 02 17:45:10.917 INFO O| Jul 02 17:45:10.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80662026-07-02T17:45:11.681Z[ recovery-image] Jul 02 17:45:10.917 INFO O| Jul 02 17:45:10.917 INFO STEP 905 (remove_files) COMPLETE
80672026-07-02T17:45:11.681Z[ recovery-image] Jul 02 17:45:10.917 INFO O| Jul 02 17:45:10.917 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-02T17:45:11.686Z[ recovery-image] Jul 02 17:45:10.922 INFO O| Jul 02 17:45:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80692026-07-02T17:45:11.687Z[ recovery-image] Jul 02 17:45:10.922 INFO O| Jul 02 17:45:10.922 INFO STEP 906 (remove_files) COMPLETE
80702026-07-02T17:45:11.687Z[ recovery-image] Jul 02 17:45:10.922 INFO O| Jul 02 17:45:10.922 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-02T17:45:11.692Z[ recovery-image] Jul 02 17:45:10.928 INFO O| Jul 02 17:45:10.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80722026-07-02T17:45:11.692Z[ recovery-image] Jul 02 17:45:10.928 INFO O| Jul 02 17:45:10.928 INFO STEP 907 (remove_files) COMPLETE
80732026-07-02T17:45:11.695Z[ recovery-image] Jul 02 17:45:10.928 INFO O| Jul 02 17:45:10.928 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-02T17:45:11.700Z[ recovery-image] Jul 02 17:45:10.933 INFO O| Jul 02 17:45:10.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80752026-07-02T17:45:11.700Z[ recovery-image] Jul 02 17:45:10.933 INFO O| Jul 02 17:45:10.933 INFO STEP 908 (remove_files) COMPLETE
80762026-07-02T17:45:11.700Z[ recovery-image] Jul 02 17:45:10.933 INFO O| Jul 02 17:45:10.933 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-02T17:45:11.705Z[ recovery-image] Jul 02 17:45:10.940 INFO O| Jul 02 17:45:10.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80782026-07-02T17:45:11.705Z[ recovery-image] Jul 02 17:45:10.940 INFO O| Jul 02 17:45:10.940 INFO STEP 909 (remove_files) COMPLETE
80792026-07-02T17:45:11.705Z[ recovery-image] Jul 02 17:45:10.940 INFO O| Jul 02 17:45:10.940 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-02T17:45:11.711Z[ recovery-image] Jul 02 17:45:10.946 INFO O| Jul 02 17:45:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80812026-07-02T17:45:11.711Z[ recovery-image] Jul 02 17:45:10.946 INFO O| Jul 02 17:45:10.946 INFO STEP 910 (remove_files) COMPLETE
80822026-07-02T17:45:11.714Z[ recovery-image] Jul 02 17:45:10.946 INFO O| Jul 02 17:45:10.946 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-02T17:45:11.717Z[ recovery-image] Jul 02 17:45:10.953 INFO O| Jul 02 17:45:10.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80842026-07-02T17:45:11.717Z[ recovery-image] Jul 02 17:45:10.953 INFO O| Jul 02 17:45:10.953 INFO STEP 911 (remove_files) COMPLETE
80852026-07-02T17:45:11.717Z[ recovery-image] Jul 02 17:45:10.953 INFO O| Jul 02 17:45:10.953 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-02T17:45:11.722Z[ recovery-image] Jul 02 17:45:10.958 INFO O| Jul 02 17:45:10.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80872026-07-02T17:45:11.723Z[ recovery-image] Jul 02 17:45:10.958 INFO O| Jul 02 17:45:10.958 INFO STEP 912 (remove_files) COMPLETE
80882026-07-02T17:45:11.726Z[ recovery-image] Jul 02 17:45:10.958 INFO O| Jul 02 17:45:10.958 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-02T17:45:11.730Z[ recovery-image] Jul 02 17:45:10.965 INFO O| Jul 02 17:45:10.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80902026-07-02T17:45:11.731Z[ recovery-image] Jul 02 17:45:10.965 INFO O| Jul 02 17:45:10.965 INFO STEP 913 (remove_files) COMPLETE
80912026-07-02T17:45:11.731Z[ recovery-image] Jul 02 17:45:10.965 INFO O| Jul 02 17:45:10.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-02T17:45:11.736Z[ recovery-image] Jul 02 17:45:10.972 INFO O| Jul 02 17:45:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80932026-07-02T17:45:11.736Z[ recovery-image] Jul 02 17:45:10.972 INFO O| Jul 02 17:45:10.972 INFO STEP 914 (remove_files) COMPLETE
80942026-07-02T17:45:11.739Z[ recovery-image] Jul 02 17:45:10.972 INFO O| Jul 02 17:45:10.972 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-02T17:45:11.743Z[ recovery-image] Jul 02 17:45:10.977 INFO O| Jul 02 17:45:10.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80962026-07-02T17:45:11.743Z[ recovery-image] Jul 02 17:45:10.977 INFO O| Jul 02 17:45:10.977 INFO STEP 915 (remove_files) COMPLETE
80972026-07-02T17:45:11.743Z[ recovery-image] Jul 02 17:45:10.977 INFO O| Jul 02 17:45:10.977 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-02T17:45:11.747Z[ recovery-image] Jul 02 17:45:10.983 INFO O| Jul 02 17:45:10.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80992026-07-02T17:45:11.747Z[ recovery-image] Jul 02 17:45:10.983 INFO O| Jul 02 17:45:10.983 INFO STEP 916 (remove_files) COMPLETE
81002026-07-02T17:45:11.752Z[ recovery-image] Jul 02 17:45:10.983 INFO O| Jul 02 17:45:10.983 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-02T17:45:11.755Z[ recovery-image] Jul 02 17:45:10.988 INFO O| Jul 02 17:45:10.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81022026-07-02T17:45:11.755Z[ recovery-image] Jul 02 17:45:10.988 INFO O| Jul 02 17:45:10.988 INFO STEP 917 (remove_files) COMPLETE
81032026-07-02T17:45:11.755Z[ recovery-image] Jul 02 17:45:10.988 INFO O| Jul 02 17:45:10.988 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-02T17:45:11.759Z[ recovery-image] Jul 02 17:45:10.995 INFO O| Jul 02 17:45:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81052026-07-02T17:45:11.759Z[ recovery-image] Jul 02 17:45:10.995 INFO O| Jul 02 17:45:10.995 INFO STEP 918 (remove_files) COMPLETE
81062026-07-02T17:45:11.760Z[ recovery-image] Jul 02 17:45:10.995 INFO O| Jul 02 17:45:10.995 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-02T17:45:11.766Z[ recovery-image] Jul 02 17:45:11.002 INFO O| Jul 02 17:45:11.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81082026-07-02T17:45:11.766Z[ recovery-image] Jul 02 17:45:11.002 INFO O| Jul 02 17:45:11.002 INFO STEP 919 (remove_files) COMPLETE
81092026-07-02T17:45:11.766Z[ recovery-image] Jul 02 17:45:11.002 INFO O| Jul 02 17:45:11.002 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-02T17:45:11.774Z[ recovery-image] Jul 02 17:45:11.009 INFO O| Jul 02 17:45:11.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81112026-07-02T17:45:11.774Z[ recovery-image] Jul 02 17:45:11.009 INFO O| Jul 02 17:45:11.009 INFO STEP 920 (remove_files) COMPLETE
81122026-07-02T17:45:11.777Z[ recovery-image] Jul 02 17:45:11.009 INFO O| Jul 02 17:45:11.009 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-02T17:45:11.781Z[ recovery-image] Jul 02 17:45:11.016 INFO O| Jul 02 17:45:11.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81142026-07-02T17:45:11.781Z[ recovery-image] Jul 02 17:45:11.016 INFO O| Jul 02 17:45:11.016 INFO STEP 921 (remove_files) COMPLETE
81152026-07-02T17:45:11.781Z[ recovery-image] Jul 02 17:45:11.016 INFO O| Jul 02 17:45:11.016 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-02T17:45:11.835Z[ recovery-image] Jul 02 17:45:11.023 INFO O| Jul 02 17:45:11.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81172026-07-02T17:45:11.835Z[ recovery-image] Jul 02 17:45:11.023 INFO O| Jul 02 17:45:11.023 INFO STEP 922 (remove_files) COMPLETE
81182026-07-02T17:45:11.836Z[ recovery-image] Jul 02 17:45:11.023 INFO O| Jul 02 17:45:11.023 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.031 INFO O| Jul 02 17:45:11.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81202026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.031 INFO O| Jul 02 17:45:11.031 INFO STEP 923 (remove_files) COMPLETE
81212026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.031 INFO O| Jul 02 17:45:11.031 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.037 INFO O| Jul 02 17:45:11.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81232026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.037 INFO O| Jul 02 17:45:11.037 INFO STEP 924 (remove_files) COMPLETE
81242026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.037 INFO O| Jul 02 17:45:11.037 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.042 INFO O| Jul 02 17:45:11.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81262026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.042 INFO O| Jul 02 17:45:11.042 INFO STEP 925 (remove_files) COMPLETE
81272026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.042 INFO O| Jul 02 17:45:11.042 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.049 INFO O| Jul 02 17:45:11.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81292026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.049 INFO O| Jul 02 17:45:11.049 INFO STEP 926 (remove_files) COMPLETE
81302026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.049 INFO O| Jul 02 17:45:11.049 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.056 INFO O| Jul 02 17:45:11.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81322026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.056 INFO O| Jul 02 17:45:11.056 INFO STEP 927 (remove_files) COMPLETE
81332026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.056 INFO O| Jul 02 17:45:11.056 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.062 INFO O| Jul 02 17:45:11.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81352026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.062 INFO O| Jul 02 17:45:11.062 INFO STEP 928 (remove_files) COMPLETE
81362026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.062 INFO O| Jul 02 17:45:11.062 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.068 INFO O| Jul 02 17:45:11.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81382026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.068 INFO O| Jul 02 17:45:11.068 INFO STEP 929 (remove_files) COMPLETE
81392026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.068 INFO O| Jul 02 17:45:11.068 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.074 INFO O| Jul 02 17:45:11.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81412026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.074 INFO O| Jul 02 17:45:11.074 INFO STEP 930 (remove_files) COMPLETE
81422026-07-02T17:45:11.842Z[ recovery-image] Jul 02 17:45:11.074 INFO O| Jul 02 17:45:11.074 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-02T17:45:11.848Z[ recovery-image] Jul 02 17:45:11.079 INFO O| Jul 02 17:45:11.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81442026-07-02T17:45:11.848Z[ recovery-image] Jul 02 17:45:11.079 INFO O| Jul 02 17:45:11.079 INFO STEP 931 (remove_files) COMPLETE
81452026-07-02T17:45:11.848Z[ recovery-image] Jul 02 17:45:11.079 INFO O| Jul 02 17:45:11.079 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-02T17:45:11.851Z[ recovery-image] Jul 02 17:45:11.085 INFO O| Jul 02 17:45:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81472026-07-02T17:45:11.851Z[ recovery-image] Jul 02 17:45:11.085 INFO O| Jul 02 17:45:11.085 INFO STEP 932 (remove_files) COMPLETE
81482026-07-02T17:45:11.852Z[ recovery-image] Jul 02 17:45:11.085 INFO O| Jul 02 17:45:11.085 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-02T17:45:11.855Z[ recovery-image] Jul 02 17:45:11.090 INFO O| Jul 02 17:45:11.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81502026-07-02T17:45:11.855Z[ recovery-image] Jul 02 17:45:11.090 INFO O| Jul 02 17:45:11.090 INFO STEP 933 (remove_files) COMPLETE
81512026-07-02T17:45:11.855Z[ recovery-image] Jul 02 17:45:11.090 INFO O| Jul 02 17:45:11.090 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-02T17:45:11.864Z[ recovery-image] Jul 02 17:45:11.097 INFO O| Jul 02 17:45:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81532026-07-02T17:45:11.864Z[ recovery-image] Jul 02 17:45:11.097 INFO O| Jul 02 17:45:11.097 INFO STEP 934 (remove_files) COMPLETE
81542026-07-02T17:45:11.869Z[ recovery-image] Jul 02 17:45:11.097 INFO O| Jul 02 17:45:11.097 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-02T17:45:11.869Z[ recovery-image] Jul 02 17:45:11.103 INFO O| Jul 02 17:45:11.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81562026-07-02T17:45:11.869Z[ recovery-image] Jul 02 17:45:11.103 INFO O| Jul 02 17:45:11.103 INFO STEP 935 (remove_files) COMPLETE
81572026-07-02T17:45:11.870Z[ recovery-image] Jul 02 17:45:11.103 INFO O| Jul 02 17:45:11.103 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-02T17:45:11.876Z[ recovery-image] Jul 02 17:45:11.110 INFO O| Jul 02 17:45:11.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81592026-07-02T17:45:11.876Z[ recovery-image] Jul 02 17:45:11.111 INFO O| Jul 02 17:45:11.111 INFO STEP 936 (remove_files) COMPLETE
81602026-07-02T17:45:11.876Z[ recovery-image] Jul 02 17:45:11.111 INFO O| Jul 02 17:45:11.111 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-02T17:45:11.881Z[ recovery-image] Jul 02 17:45:11.117 INFO O| Jul 02 17:45:11.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81622026-07-02T17:45:11.884Z[ recovery-image] Jul 02 17:45:11.117 INFO O| Jul 02 17:45:11.117 INFO STEP 937 (remove_files) COMPLETE
81632026-07-02T17:45:11.884Z[ recovery-image] Jul 02 17:45:11.117 INFO O| Jul 02 17:45:11.117 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-02T17:45:11.888Z[ recovery-image] Jul 02 17:45:11.123 INFO O| Jul 02 17:45:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81652026-07-02T17:45:11.888Z[ recovery-image] Jul 02 17:45:11.123 INFO O| Jul 02 17:45:11.123 INFO STEP 938 (remove_files) COMPLETE
81662026-07-02T17:45:11.888Z[ recovery-image] Jul 02 17:45:11.123 INFO O| Jul 02 17:45:11.123 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-02T17:45:11.893Z[ recovery-image] Jul 02 17:45:11.129 INFO O| Jul 02 17:45:11.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81682026-07-02T17:45:11.893Z[ recovery-image] Jul 02 17:45:11.129 INFO O| Jul 02 17:45:11.129 INFO STEP 939 (remove_files) COMPLETE
81692026-07-02T17:45:11.893Z[ recovery-image] Jul 02 17:45:11.129 INFO O| Jul 02 17:45:11.129 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-02T17:45:11.899Z[ recovery-image] Jul 02 17:45:11.135 INFO O| Jul 02 17:45:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81712026-07-02T17:45:11.899Z[ recovery-image] Jul 02 17:45:11.135 INFO O| Jul 02 17:45:11.135 INFO STEP 940 (remove_files) COMPLETE
81722026-07-02T17:45:11.902Z[ recovery-image] Jul 02 17:45:11.135 INFO O| Jul 02 17:45:11.135 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-02T17:45:11.906Z[ recovery-image] Jul 02 17:45:11.140 INFO O| Jul 02 17:45:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81742026-07-02T17:45:11.906Z[ recovery-image] Jul 02 17:45:11.140 INFO O| Jul 02 17:45:11.140 INFO STEP 941 (remove_files) COMPLETE
81752026-07-02T17:45:11.906Z[ recovery-image] Jul 02 17:45:11.140 INFO O| Jul 02 17:45:11.140 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-02T17:45:11.911Z[ recovery-image] Jul 02 17:45:11.147 INFO O| Jul 02 17:45:11.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81772026-07-02T17:45:11.915Z[ recovery-image] Jul 02 17:45:11.148 INFO O| Jul 02 17:45:11.147 INFO STEP 942 (remove_files) COMPLETE
81782026-07-02T17:45:11.915Z[ recovery-image] Jul 02 17:45:11.148 INFO O| Jul 02 17:45:11.148 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-02T17:45:11.918Z[ recovery-image] Jul 02 17:45:11.154 INFO O| Jul 02 17:45:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81802026-07-02T17:45:11.918Z[ recovery-image] Jul 02 17:45:11.154 INFO O| Jul 02 17:45:11.154 INFO STEP 943 (remove_files) COMPLETE
81812026-07-02T17:45:11.919Z[ recovery-image] Jul 02 17:45:11.154 INFO O| Jul 02 17:45:11.154 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-02T17:45:11.924Z[ recovery-image] Jul 02 17:45:11.160 INFO O| Jul 02 17:45:11.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81832026-07-02T17:45:11.924Z[ recovery-image] Jul 02 17:45:11.160 INFO O| Jul 02 17:45:11.160 INFO STEP 944 (remove_files) COMPLETE
81842026-07-02T17:45:11.929Z[ recovery-image] Jul 02 17:45:11.160 INFO O| Jul 02 17:45:11.160 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-02T17:45:11.933Z[ recovery-image] Jul 02 17:45:11.166 INFO O| Jul 02 17:45:11.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81862026-07-02T17:45:11.933Z[ recovery-image] Jul 02 17:45:11.166 INFO O| Jul 02 17:45:11.166 INFO STEP 945 (remove_files) COMPLETE
81872026-07-02T17:45:11.933Z[ recovery-image] Jul 02 17:45:11.166 INFO O| Jul 02 17:45:11.166 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-02T17:45:11.937Z[ recovery-image] Jul 02 17:45:11.173 INFO O| Jul 02 17:45:11.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81892026-07-02T17:45:11.938Z[ recovery-image] Jul 02 17:45:11.173 INFO O| Jul 02 17:45:11.173 INFO STEP 946 (remove_files) COMPLETE
81902026-07-02T17:45:11.941Z[ recovery-image] Jul 02 17:45:11.173 INFO O| Jul 02 17:45:11.173 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-02T17:45:11.945Z[ recovery-image] Jul 02 17:45:11.180 INFO O| Jul 02 17:45:11.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81922026-07-02T17:45:11.948Z[ recovery-image] Jul 02 17:45:11.180 INFO O| Jul 02 17:45:11.180 INFO STEP 947 (remove_files) COMPLETE
81932026-07-02T17:45:11.948Z[ recovery-image] Jul 02 17:45:11.180 INFO O| Jul 02 17:45:11.180 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-02T17:45:11.952Z[ recovery-image] Jul 02 17:45:11.187 INFO O| Jul 02 17:45:11.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81952026-07-02T17:45:11.952Z[ recovery-image] Jul 02 17:45:11.187 INFO O| Jul 02 17:45:11.187 INFO STEP 948 (remove_files) COMPLETE
81962026-07-02T17:45:11.952Z[ recovery-image] Jul 02 17:45:11.187 INFO O| Jul 02 17:45:11.187 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-02T17:45:11.958Z[ recovery-image] Jul 02 17:45:11.193 INFO O| Jul 02 17:45:11.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81982026-07-02T17:45:11.958Z[ recovery-image] Jul 02 17:45:11.193 INFO O| Jul 02 17:45:11.193 INFO STEP 949 (remove_files) COMPLETE
81992026-07-02T17:45:11.958Z[ recovery-image] Jul 02 17:45:11.193 INFO O| Jul 02 17:45:11.193 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-02T17:45:11.964Z[ recovery-image] Jul 02 17:45:11.199 INFO O| Jul 02 17:45:11.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82012026-07-02T17:45:11.964Z[ recovery-image] Jul 02 17:45:11.200 INFO O| Jul 02 17:45:11.200 INFO STEP 950 (remove_files) COMPLETE
82022026-07-02T17:45:11.964Z[ recovery-image] Jul 02 17:45:11.200 INFO O| Jul 02 17:45:11.200 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-02T17:45:11.970Z[ recovery-image] Jul 02 17:45:11.206 INFO O| Jul 02 17:45:11.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82042026-07-02T17:45:11.970Z[ recovery-image] Jul 02 17:45:11.206 INFO O| Jul 02 17:45:11.206 INFO STEP 951 (remove_files) COMPLETE
82052026-07-02T17:45:11.970Z[ recovery-image] Jul 02 17:45:11.206 INFO O| Jul 02 17:45:11.206 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-02T17:45:11.977Z[ recovery-image] Jul 02 17:45:11.212 INFO O| Jul 02 17:45:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82072026-07-02T17:45:11.977Z[ recovery-image] Jul 02 17:45:11.212 INFO O| Jul 02 17:45:11.212 INFO STEP 952 (remove_files) COMPLETE
82082026-07-02T17:45:11.977Z[ recovery-image] Jul 02 17:45:11.212 INFO O| Jul 02 17:45:11.212 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-02T17:45:11.983Z[ recovery-image] Jul 02 17:45:11.218 INFO O| Jul 02 17:45:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82102026-07-02T17:45:11.983Z[ recovery-image] Jul 02 17:45:11.218 INFO O| Jul 02 17:45:11.218 INFO STEP 953 (remove_files) COMPLETE
82112026-07-02T17:45:11.987Z[ recovery-image] Jul 02 17:45:11.218 INFO O| Jul 02 17:45:11.218 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-02T17:45:11.990Z[ recovery-image] Jul 02 17:45:11.224 INFO O| Jul 02 17:45:11.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82132026-07-02T17:45:11.990Z[ recovery-image] Jul 02 17:45:11.224 INFO O| Jul 02 17:45:11.224 INFO STEP 954 (remove_files) COMPLETE
82142026-07-02T17:45:11.990Z[ recovery-image] Jul 02 17:45:11.224 INFO O| Jul 02 17:45:11.224 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-02T17:45:11.994Z[ recovery-image] Jul 02 17:45:11.230 INFO O| Jul 02 17:45:11.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82162026-07-02T17:45:11.994Z[ recovery-image] Jul 02 17:45:11.230 INFO O| Jul 02 17:45:11.230 INFO STEP 955 (remove_files) COMPLETE
82172026-07-02T17:45:11.994Z[ recovery-image] Jul 02 17:45:11.230 INFO O| Jul 02 17:45:11.230 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-02T17:45:12.001Z[ recovery-image] Jul 02 17:45:11.236 INFO O| Jul 02 17:45:11.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82192026-07-02T17:45:12.001Z[ recovery-image] Jul 02 17:45:11.236 INFO O| Jul 02 17:45:11.236 INFO STEP 956 (remove_files) COMPLETE
82202026-07-02T17:45:12.001Z[ recovery-image] Jul 02 17:45:11.236 INFO O| Jul 02 17:45:11.236 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-02T17:45:12.007Z[ recovery-image] Jul 02 17:45:11.242 INFO O| Jul 02 17:45:11.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82222026-07-02T17:45:12.011Z[ recovery-image] Jul 02 17:45:11.243 INFO O| Jul 02 17:45:11.243 INFO STEP 957 (remove_files) COMPLETE
82232026-07-02T17:45:12.011Z[ recovery-image] Jul 02 17:45:11.243 INFO O| Jul 02 17:45:11.243 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-02T17:45:12.015Z[ recovery-image] Jul 02 17:45:11.249 INFO O| Jul 02 17:45:11.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82252026-07-02T17:45:12.015Z[ recovery-image] Jul 02 17:45:11.249 INFO O| Jul 02 17:45:11.249 INFO STEP 958 (remove_files) COMPLETE
82262026-07-02T17:45:12.015Z[ recovery-image] Jul 02 17:45:11.249 INFO O| Jul 02 17:45:11.249 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-02T17:45:12.019Z[ recovery-image] Jul 02 17:45:11.255 INFO O| Jul 02 17:45:11.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82282026-07-02T17:45:12.023Z[ recovery-image] Jul 02 17:45:11.255 INFO O| Jul 02 17:45:11.255 INFO STEP 959 (remove_files) COMPLETE
82292026-07-02T17:45:12.023Z[ recovery-image] Jul 02 17:45:11.255 INFO O| Jul 02 17:45:11.255 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-02T17:45:12.027Z[ recovery-image] Jul 02 17:45:11.261 INFO O| Jul 02 17:45:11.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82312026-07-02T17:45:12.027Z[ recovery-image] Jul 02 17:45:11.261 INFO O| Jul 02 17:45:11.261 INFO STEP 960 (remove_files) COMPLETE
82322026-07-02T17:45:12.027Z[ recovery-image] Jul 02 17:45:11.261 INFO O| Jul 02 17:45:11.261 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-02T17:45:12.032Z[ recovery-image] Jul 02 17:45:11.268 INFO O| Jul 02 17:45:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82342026-07-02T17:45:12.032Z[ recovery-image] Jul 02 17:45:11.268 INFO O| Jul 02 17:45:11.268 INFO STEP 961 (remove_files) COMPLETE
82352026-07-02T17:45:12.035Z[ recovery-image] Jul 02 17:45:11.268 INFO O| Jul 02 17:45:11.268 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-02T17:45:12.039Z[ recovery-image] Jul 02 17:45:11.274 INFO O| Jul 02 17:45:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82372026-07-02T17:45:12.039Z[ recovery-image] Jul 02 17:45:11.274 INFO O| Jul 02 17:45:11.274 INFO STEP 962 (remove_files) COMPLETE
82382026-07-02T17:45:12.040Z[ recovery-image] Jul 02 17:45:11.274 INFO O| Jul 02 17:45:11.274 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-02T17:45:12.044Z[ recovery-image] Jul 02 17:45:11.280 INFO O| Jul 02 17:45:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82402026-07-02T17:45:12.044Z[ recovery-image] Jul 02 17:45:11.280 INFO O| Jul 02 17:45:11.280 INFO STEP 963 (remove_files) COMPLETE
82412026-07-02T17:45:12.044Z[ recovery-image] Jul 02 17:45:11.280 INFO O| Jul 02 17:45:11.280 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-02T17:45:12.050Z[ recovery-image] Jul 02 17:45:11.285 INFO O| Jul 02 17:45:11.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82432026-07-02T17:45:12.050Z[ recovery-image] Jul 02 17:45:11.285 INFO O| Jul 02 17:45:11.285 INFO STEP 964 (remove_files) COMPLETE
82442026-07-02T17:45:12.054Z[ recovery-image] Jul 02 17:45:11.286 INFO O| Jul 02 17:45:11.285 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-02T17:45:12.058Z[ recovery-image] Jul 02 17:45:11.291 INFO O| Jul 02 17:45:11.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82462026-07-02T17:45:12.058Z[ recovery-image] Jul 02 17:45:11.291 INFO O| Jul 02 17:45:11.291 INFO STEP 965 (remove_files) COMPLETE
82472026-07-02T17:45:12.058Z[ recovery-image] Jul 02 17:45:11.291 INFO O| Jul 02 17:45:11.291 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-02T17:45:12.062Z[ recovery-image] Jul 02 17:45:11.297 INFO O| Jul 02 17:45:11.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82492026-07-02T17:45:12.062Z[ recovery-image] Jul 02 17:45:11.297 INFO O| Jul 02 17:45:11.297 INFO STEP 966 (remove_files) COMPLETE
82502026-07-02T17:45:12.062Z[ recovery-image] Jul 02 17:45:11.297 INFO O| Jul 02 17:45:11.297 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-02T17:45:12.066Z[ recovery-image] Jul 02 17:45:11.302 INFO O| Jul 02 17:45:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82522026-07-02T17:45:12.070Z[ recovery-image] Jul 02 17:45:11.302 INFO O| Jul 02 17:45:11.302 INFO STEP 967 (remove_files) COMPLETE
82532026-07-02T17:45:12.070Z[ recovery-image] Jul 02 17:45:11.302 INFO O| Jul 02 17:45:11.302 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-02T17:45:12.074Z[ recovery-image] Jul 02 17:45:11.308 INFO O| Jul 02 17:45:11.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82552026-07-02T17:45:12.074Z[ recovery-image] Jul 02 17:45:11.308 INFO O| Jul 02 17:45:11.308 INFO STEP 968 (remove_files) COMPLETE
82562026-07-02T17:45:12.074Z[ recovery-image] Jul 02 17:45:11.308 INFO O| Jul 02 17:45:11.308 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-02T17:45:12.083Z[ recovery-image] Jul 02 17:45:11.313 INFO O| Jul 02 17:45:11.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82582026-07-02T17:45:12.083Z[ recovery-image] Jul 02 17:45:11.313 INFO O| Jul 02 17:45:11.313 INFO STEP 969 (remove_files) COMPLETE
82592026-07-02T17:45:12.083Z[ recovery-image] Jul 02 17:45:11.313 INFO O| Jul 02 17:45:11.313 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-02T17:45:12.087Z[ recovery-image] Jul 02 17:45:11.318 INFO O| Jul 02 17:45:11.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82612026-07-02T17:45:12.087Z[ recovery-image] Jul 02 17:45:11.319 INFO O| Jul 02 17:45:11.318 INFO STEP 970 (remove_files) COMPLETE
82622026-07-02T17:45:12.087Z[ recovery-image] Jul 02 17:45:11.319 INFO O| Jul 02 17:45:11.318 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-02T17:45:12.091Z[ recovery-image] Jul 02 17:45:11.324 INFO O| Jul 02 17:45:11.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82642026-07-02T17:45:12.091Z[ recovery-image] Jul 02 17:45:11.324 INFO O| Jul 02 17:45:11.324 INFO STEP 971 (remove_files) COMPLETE
82652026-07-02T17:45:12.091Z[ recovery-image] Jul 02 17:45:11.324 INFO O| Jul 02 17:45:11.324 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-02T17:45:12.094Z[ recovery-image] Jul 02 17:45:11.329 INFO O| Jul 02 17:45:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82672026-07-02T17:45:12.094Z[ recovery-image] Jul 02 17:45:11.329 INFO O| Jul 02 17:45:11.329 INFO STEP 972 (remove_files) COMPLETE
82682026-07-02T17:45:12.094Z[ recovery-image] Jul 02 17:45:11.329 INFO O| Jul 02 17:45:11.329 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-02T17:45:12.099Z[ recovery-image] Jul 02 17:45:11.335 INFO O| Jul 02 17:45:11.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82702026-07-02T17:45:12.099Z[ recovery-image] Jul 02 17:45:11.335 INFO O| Jul 02 17:45:11.335 INFO STEP 973 (remove_files) COMPLETE
82712026-07-02T17:45:12.099Z[ recovery-image] Jul 02 17:45:11.335 INFO O| Jul 02 17:45:11.335 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-02T17:45:12.104Z[ recovery-image] Jul 02 17:45:11.340 INFO O| Jul 02 17:45:11.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82732026-07-02T17:45:12.104Z[ recovery-image] Jul 02 17:45:11.340 INFO O| Jul 02 17:45:11.340 INFO STEP 974 (remove_files) COMPLETE
82742026-07-02T17:45:12.107Z[ recovery-image] Jul 02 17:45:11.340 INFO O| Jul 02 17:45:11.340 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-02T17:45:12.111Z[ recovery-image] Jul 02 17:45:11.348 INFO O| Jul 02 17:45:11.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82762026-07-02T17:45:12.112Z[ recovery-image] Jul 02 17:45:11.348 INFO O| Jul 02 17:45:11.348 INFO STEP 975 (remove_files) COMPLETE
82772026-07-02T17:45:12.115Z[ recovery-image] Jul 02 17:45:11.348 INFO O| Jul 02 17:45:11.348 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-02T17:45:12.118Z[ recovery-image] Jul 02 17:45:11.354 INFO O| Jul 02 17:45:11.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82792026-07-02T17:45:12.118Z[ recovery-image] Jul 02 17:45:11.354 INFO O| Jul 02 17:45:11.354 INFO STEP 976 (remove_files) COMPLETE
82802026-07-02T17:45:12.121Z[ recovery-image] Jul 02 17:45:11.354 INFO O| Jul 02 17:45:11.354 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-02T17:45:12.124Z[ recovery-image] Jul 02 17:45:11.359 INFO O| Jul 02 17:45:11.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82822026-07-02T17:45:12.124Z[ recovery-image] Jul 02 17:45:11.360 INFO O| Jul 02 17:45:11.360 INFO STEP 977 (remove_files) COMPLETE
82832026-07-02T17:45:12.124Z[ recovery-image] Jul 02 17:45:11.360 INFO O| Jul 02 17:45:11.360 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-02T17:45:12.129Z[ recovery-image] Jul 02 17:45:11.365 INFO O| Jul 02 17:45:11.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82852026-07-02T17:45:12.129Z[ recovery-image] Jul 02 17:45:11.365 INFO O| Jul 02 17:45:11.365 INFO STEP 978 (remove_files) COMPLETE
82862026-07-02T17:45:12.129Z[ recovery-image] Jul 02 17:45:11.365 INFO O| Jul 02 17:45:11.365 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-02T17:45:12.135Z[ recovery-image] Jul 02 17:45:11.371 INFO O| Jul 02 17:45:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82882026-07-02T17:45:12.136Z[ recovery-image] Jul 02 17:45:11.371 INFO O| Jul 02 17:45:11.371 INFO STEP 979 (remove_files) COMPLETE
82892026-07-02T17:45:12.136Z[ recovery-image] Jul 02 17:45:11.371 INFO O| Jul 02 17:45:11.371 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-02T17:45:12.141Z[ recovery-image] Jul 02 17:45:11.377 INFO O| Jul 02 17:45:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82912026-07-02T17:45:12.141Z[ recovery-image] Jul 02 17:45:11.377 INFO O| Jul 02 17:45:11.377 INFO STEP 980 (remove_files) COMPLETE
82922026-07-02T17:45:12.145Z[ recovery-image] Jul 02 17:45:11.377 INFO O| Jul 02 17:45:11.377 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-02T17:45:12.148Z[ recovery-image] Jul 02 17:45:11.383 INFO O| Jul 02 17:45:11.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82942026-07-02T17:45:12.148Z[ recovery-image] Jul 02 17:45:11.383 INFO O| Jul 02 17:45:11.383 INFO STEP 981 (remove_files) COMPLETE
82952026-07-02T17:45:12.149Z[ recovery-image] Jul 02 17:45:11.383 INFO O| Jul 02 17:45:11.383 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-02T17:45:12.154Z[ recovery-image] Jul 02 17:45:11.390 INFO O| Jul 02 17:45:11.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82972026-07-02T17:45:12.155Z[ recovery-image] Jul 02 17:45:11.390 INFO O| Jul 02 17:45:11.390 INFO STEP 982 (remove_files) COMPLETE
82982026-07-02T17:45:12.158Z[ recovery-image] Jul 02 17:45:11.390 INFO O| Jul 02 17:45:11.390 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-02T17:45:12.163Z[ recovery-image] Jul 02 17:45:11.396 INFO O| Jul 02 17:45:11.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83002026-07-02T17:45:12.163Z[ recovery-image] Jul 02 17:45:11.396 INFO O| Jul 02 17:45:11.396 INFO STEP 983 (remove_files) COMPLETE
83012026-07-02T17:45:12.163Z[ recovery-image] Jul 02 17:45:11.396 INFO O| Jul 02 17:45:11.396 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-02T17:45:12.167Z[ recovery-image] Jul 02 17:45:11.403 INFO O| Jul 02 17:45:11.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83032026-07-02T17:45:12.167Z[ recovery-image] Jul 02 17:45:11.403 INFO O| Jul 02 17:45:11.403 INFO STEP 984 (remove_files) COMPLETE
83042026-07-02T17:45:12.171Z[ recovery-image] Jul 02 17:45:11.403 INFO O| Jul 02 17:45:11.403 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-02T17:45:12.176Z[ recovery-image] Jul 02 17:45:11.409 INFO O| Jul 02 17:45:11.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83062026-07-02T17:45:12.176Z[ recovery-image] Jul 02 17:45:11.409 INFO O| Jul 02 17:45:11.409 INFO STEP 985 (remove_files) COMPLETE
83072026-07-02T17:45:12.176Z[ recovery-image] Jul 02 17:45:11.409 INFO O| Jul 02 17:45:11.409 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-02T17:45:12.180Z[ recovery-image] Jul 02 17:45:11.415 INFO O| Jul 02 17:45:11.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83092026-07-02T17:45:12.180Z[ recovery-image] Jul 02 17:45:11.415 INFO O| Jul 02 17:45:11.415 INFO STEP 986 (remove_files) COMPLETE
83102026-07-02T17:45:12.184Z[ recovery-image] Jul 02 17:45:11.415 INFO O| Jul 02 17:45:11.415 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-02T17:45:12.187Z[ recovery-image] Jul 02 17:45:11.421 INFO O| Jul 02 17:45:11.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83122026-07-02T17:45:12.188Z[ recovery-image] Jul 02 17:45:11.421 INFO O| Jul 02 17:45:11.421 INFO STEP 987 (remove_files) COMPLETE
83132026-07-02T17:45:12.188Z[ recovery-image] Jul 02 17:45:11.421 INFO O| Jul 02 17:45:11.421 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-02T17:45:12.191Z[ recovery-image] Jul 02 17:45:11.428 INFO O| Jul 02 17:45:11.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83152026-07-02T17:45:12.192Z[ recovery-image] Jul 02 17:45:11.428 INFO O| Jul 02 17:45:11.428 INFO STEP 988 (remove_files) COMPLETE
83162026-07-02T17:45:12.195Z[ recovery-image] Jul 02 17:45:11.428 INFO O| Jul 02 17:45:11.428 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-02T17:45:12.199Z[ recovery-image] Jul 02 17:45:11.434 INFO O| Jul 02 17:45:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83182026-07-02T17:45:12.199Z[ recovery-image] Jul 02 17:45:11.434 INFO O| Jul 02 17:45:11.434 INFO STEP 989 (remove_files) COMPLETE
83192026-07-02T17:45:12.199Z[ recovery-image] Jul 02 17:45:11.434 INFO O| Jul 02 17:45:11.434 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-02T17:45:12.204Z[ recovery-image] Jul 02 17:45:11.440 INFO O| Jul 02 17:45:11.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83212026-07-02T17:45:12.204Z[ recovery-image] Jul 02 17:45:11.440 INFO O| Jul 02 17:45:11.440 INFO STEP 990 (remove_files) COMPLETE
83222026-07-02T17:45:12.207Z[ recovery-image] Jul 02 17:45:11.440 INFO O| Jul 02 17:45:11.440 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-02T17:45:12.211Z[ recovery-image] Jul 02 17:45:11.446 INFO O| Jul 02 17:45:11.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83242026-07-02T17:45:12.211Z[ recovery-image] Jul 02 17:45:11.446 INFO O| Jul 02 17:45:11.446 INFO STEP 991 (remove_files) COMPLETE
83252026-07-02T17:45:12.212Z[ recovery-image] Jul 02 17:45:11.446 INFO O| Jul 02 17:45:11.446 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-02T17:45:12.217Z[ recovery-image] Jul 02 17:45:11.452 INFO O| Jul 02 17:45:11.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83272026-07-02T17:45:12.217Z[ recovery-image] Jul 02 17:45:11.452 INFO O| Jul 02 17:45:11.452 INFO STEP 992 (remove_files) COMPLETE
83282026-07-02T17:45:12.220Z[ recovery-image] Jul 02 17:45:11.452 INFO O| Jul 02 17:45:11.452 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-02T17:45:12.225Z[ recovery-image] Jul 02 17:45:11.460 INFO O| Jul 02 17:45:11.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83302026-07-02T17:45:12.225Z[ recovery-image] Jul 02 17:45:11.461 INFO O| Jul 02 17:45:11.460 INFO STEP 993 (remove_files) COMPLETE
83312026-07-02T17:45:12.225Z[ recovery-image] Jul 02 17:45:11.461 INFO O| Jul 02 17:45:11.461 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-02T17:45:12.231Z[ recovery-image] Jul 02 17:45:11.466 INFO O| Jul 02 17:45:11.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83332026-07-02T17:45:12.231Z[ recovery-image] Jul 02 17:45:11.466 INFO O| Jul 02 17:45:11.466 INFO STEP 994 (remove_files) COMPLETE
83342026-07-02T17:45:12.231Z[ recovery-image] Jul 02 17:45:11.466 INFO O| Jul 02 17:45:11.466 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-02T17:45:12.236Z[ recovery-image] Jul 02 17:45:11.472 INFO O| Jul 02 17:45:11.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83362026-07-02T17:45:12.237Z[ recovery-image] Jul 02 17:45:11.472 INFO O| Jul 02 17:45:11.472 INFO STEP 995 (remove_files) COMPLETE
83372026-07-02T17:45:12.241Z[ recovery-image] Jul 02 17:45:11.472 INFO O| Jul 02 17:45:11.472 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-02T17:45:12.245Z[ recovery-image] Jul 02 17:45:11.478 INFO O| Jul 02 17:45:11.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83392026-07-02T17:45:12.245Z[ recovery-image] Jul 02 17:45:11.478 INFO O| Jul 02 17:45:11.478 INFO STEP 996 (remove_files) COMPLETE
83402026-07-02T17:45:12.245Z[ recovery-image] Jul 02 17:45:11.478 INFO O| Jul 02 17:45:11.478 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-02T17:45:12.249Z[ recovery-image] Jul 02 17:45:11.484 INFO O| Jul 02 17:45:11.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83422026-07-02T17:45:12.250Z[ recovery-image] Jul 02 17:45:11.484 INFO O| Jul 02 17:45:11.484 INFO STEP 997 (remove_files) COMPLETE
83432026-07-02T17:45:12.250Z[ recovery-image] Jul 02 17:45:11.484 INFO O| Jul 02 17:45:11.484 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-02T17:45:12.255Z[ recovery-image] Jul 02 17:45:11.491 INFO O| Jul 02 17:45:11.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83452026-07-02T17:45:12.255Z[ recovery-image] Jul 02 17:45:11.491 INFO O| Jul 02 17:45:11.491 INFO STEP 998 (remove_files) COMPLETE
83462026-07-02T17:45:12.258Z[ recovery-image] Jul 02 17:45:11.491 INFO O| Jul 02 17:45:11.491 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-02T17:45:12.262Z[ recovery-image] Jul 02 17:45:11.498 INFO O| Jul 02 17:45:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83482026-07-02T17:45:12.262Z[ recovery-image] Jul 02 17:45:11.498 INFO O| Jul 02 17:45:11.498 INFO STEP 999 (remove_files) COMPLETE
83492026-07-02T17:45:12.262Z[ recovery-image] Jul 02 17:45:11.498 INFO O| Jul 02 17:45:11.498 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-02T17:45:12.268Z[ recovery-image] Jul 02 17:45:11.504 INFO O| Jul 02 17:45:11.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83512026-07-02T17:45:12.268Z[ recovery-image] Jul 02 17:45:11.504 INFO O| Jul 02 17:45:11.504 INFO STEP 1000 (remove_files) COMPLETE
83522026-07-02T17:45:12.272Z[ recovery-image] Jul 02 17:45:11.504 INFO O| Jul 02 17:45:11.504 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-02T17:45:12.276Z[ recovery-image] Jul 02 17:45:11.509 INFO O| Jul 02 17:45:11.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83542026-07-02T17:45:12.276Z[ recovery-image] Jul 02 17:45:11.509 INFO O| Jul 02 17:45:11.509 INFO STEP 1001 (remove_files) COMPLETE
83552026-07-02T17:45:12.276Z[ recovery-image] Jul 02 17:45:11.509 INFO O| Jul 02 17:45:11.509 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-02T17:45:12.279Z[ recovery-image] Jul 02 17:45:11.515 INFO O| Jul 02 17:45:11.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83572026-07-02T17:45:12.279Z[ recovery-image] Jul 02 17:45:11.515 INFO O| Jul 02 17:45:11.515 INFO STEP 1002 (remove_files) COMPLETE
83582026-07-02T17:45:12.279Z[ recovery-image] Jul 02 17:45:11.515 INFO O| Jul 02 17:45:11.515 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-02T17:45:12.285Z[ recovery-image] Jul 02 17:45:11.521 INFO O| Jul 02 17:45:11.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83602026-07-02T17:45:12.285Z[ recovery-image] Jul 02 17:45:11.521 INFO O| Jul 02 17:45:11.521 INFO STEP 1003 (remove_files) COMPLETE
83612026-07-02T17:45:12.285Z[ recovery-image] Jul 02 17:45:11.521 INFO O| Jul 02 17:45:11.521 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-02T17:45:12.292Z[ recovery-image] Jul 02 17:45:11.527 INFO O| Jul 02 17:45:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83632026-07-02T17:45:12.295Z[ recovery-image] Jul 02 17:45:11.527 INFO O| Jul 02 17:45:11.527 INFO STEP 1004 (remove_files) COMPLETE
83642026-07-02T17:45:12.295Z[ recovery-image] Jul 02 17:45:11.527 INFO O| Jul 02 17:45:11.527 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-02T17:45:12.299Z[ recovery-image] Jul 02 17:45:11.533 INFO O| Jul 02 17:45:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83662026-07-02T17:45:12.299Z[ recovery-image] Jul 02 17:45:11.533 INFO O| Jul 02 17:45:11.533 INFO STEP 1005 (remove_files) COMPLETE
83672026-07-02T17:45:12.299Z[ recovery-image] Jul 02 17:45:11.533 INFO O| Jul 02 17:45:11.533 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-02T17:45:12.304Z[ recovery-image] Jul 02 17:45:11.539 INFO O| Jul 02 17:45:11.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83692026-07-02T17:45:12.304Z[ recovery-image] Jul 02 17:45:11.539 INFO O| Jul 02 17:45:11.539 INFO STEP 1006 (remove_files) COMPLETE
83702026-07-02T17:45:12.307Z[ recovery-image] Jul 02 17:45:11.539 INFO O| Jul 02 17:45:11.539 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-02T17:45:12.311Z[ recovery-image] Jul 02 17:45:11.545 INFO O| Jul 02 17:45:11.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83722026-07-02T17:45:12.311Z[ recovery-image] Jul 02 17:45:11.545 INFO O| Jul 02 17:45:11.545 INFO STEP 1007 (remove_files) COMPLETE
83732026-07-02T17:45:12.311Z[ recovery-image] Jul 02 17:45:11.545 INFO O| Jul 02 17:45:11.545 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-02T17:45:12.315Z[ recovery-image] Jul 02 17:45:11.551 INFO O| Jul 02 17:45:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83752026-07-02T17:45:12.315Z[ recovery-image] Jul 02 17:45:11.551 INFO O| Jul 02 17:45:11.551 INFO STEP 1008 (remove_files) COMPLETE
83762026-07-02T17:45:12.318Z[ recovery-image] Jul 02 17:45:11.551 INFO O| Jul 02 17:45:11.551 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-02T17:45:12.322Z[ recovery-image] Jul 02 17:45:11.558 INFO O| Jul 02 17:45:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83782026-07-02T17:45:12.322Z[ recovery-image] Jul 02 17:45:11.558 INFO O| Jul 02 17:45:11.558 INFO STEP 1009 (remove_files) COMPLETE
83792026-07-02T17:45:12.322Z[ recovery-image] Jul 02 17:45:11.558 INFO O| Jul 02 17:45:11.558 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-02T17:45:12.328Z[ recovery-image] Jul 02 17:45:11.563 INFO O| Jul 02 17:45:11.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83812026-07-02T17:45:12.328Z[ recovery-image] Jul 02 17:45:11.563 INFO O| Jul 02 17:45:11.563 INFO STEP 1010 (remove_files) COMPLETE
83822026-07-02T17:45:12.331Z[ recovery-image] Jul 02 17:45:11.563 INFO O| Jul 02 17:45:11.563 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-02T17:45:12.335Z[ recovery-image] Jul 02 17:45:11.569 INFO O| Jul 02 17:45:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83842026-07-02T17:45:12.335Z[ recovery-image] Jul 02 17:45:11.569 INFO O| Jul 02 17:45:11.569 INFO STEP 1011 (remove_files) COMPLETE
83852026-07-02T17:45:12.335Z[ recovery-image] Jul 02 17:45:11.569 INFO O| Jul 02 17:45:11.569 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-02T17:45:12.338Z[ recovery-image] Jul 02 17:45:11.574 INFO O| Jul 02 17:45:11.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83872026-07-02T17:45:12.339Z[ recovery-image] Jul 02 17:45:11.574 INFO O| Jul 02 17:45:11.574 INFO STEP 1012 (remove_files) COMPLETE
83882026-07-02T17:45:12.339Z[ recovery-image] Jul 02 17:45:11.574 INFO O| Jul 02 17:45:11.574 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-02T17:45:12.344Z[ recovery-image] Jul 02 17:45:11.579 INFO O| Jul 02 17:45:11.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83902026-07-02T17:45:12.344Z[ recovery-image] Jul 02 17:45:11.580 INFO O| Jul 02 17:45:11.580 INFO STEP 1013 (remove_files) COMPLETE
83912026-07-02T17:45:12.344Z[ recovery-image] Jul 02 17:45:11.580 INFO O| Jul 02 17:45:11.580 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-02T17:45:12.349Z[ recovery-image] Jul 02 17:45:11.585 INFO O| Jul 02 17:45:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83932026-07-02T17:45:12.350Z[ recovery-image] Jul 02 17:45:11.585 INFO O| Jul 02 17:45:11.585 INFO STEP 1014 (remove_files) COMPLETE
83942026-07-02T17:45:12.350Z[ recovery-image] Jul 02 17:45:11.585 INFO O| Jul 02 17:45:11.585 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-02T17:45:12.355Z[ recovery-image] Jul 02 17:45:11.591 INFO O| Jul 02 17:45:11.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83962026-07-02T17:45:12.355Z[ recovery-image] Jul 02 17:45:11.591 INFO O| Jul 02 17:45:11.591 INFO STEP 1015 (remove_files) COMPLETE
83972026-07-02T17:45:12.355Z[ recovery-image] Jul 02 17:45:11.591 INFO O| Jul 02 17:45:11.591 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-02T17:45:12.361Z[ recovery-image] Jul 02 17:45:11.597 INFO O| Jul 02 17:45:11.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83992026-07-02T17:45:12.361Z[ recovery-image] Jul 02 17:45:11.597 INFO O| Jul 02 17:45:11.597 INFO STEP 1016 (remove_files) COMPLETE
84002026-07-02T17:45:12.364Z[ recovery-image] Jul 02 17:45:11.597 INFO O| Jul 02 17:45:11.597 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-02T17:45:12.368Z[ recovery-image] Jul 02 17:45:11.602 INFO O| Jul 02 17:45:11.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84022026-07-02T17:45:12.368Z[ recovery-image] Jul 02 17:45:11.602 INFO O| Jul 02 17:45:11.602 INFO STEP 1017 (remove_files) COMPLETE
84032026-07-02T17:45:12.368Z[ recovery-image] Jul 02 17:45:11.602 INFO O| Jul 02 17:45:11.602 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-02T17:45:12.372Z[ recovery-image] Jul 02 17:45:11.608 INFO O| Jul 02 17:45:11.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84052026-07-02T17:45:12.372Z[ recovery-image] Jul 02 17:45:11.608 INFO O| Jul 02 17:45:11.608 INFO STEP 1018 (remove_files) COMPLETE
84062026-07-02T17:45:12.375Z[ recovery-image] Jul 02 17:45:11.608 INFO O| Jul 02 17:45:11.608 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-02T17:45:12.379Z[ recovery-image] Jul 02 17:45:11.613 INFO O| Jul 02 17:45:11.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84082026-07-02T17:45:12.379Z[ recovery-image] Jul 02 17:45:11.613 INFO O| Jul 02 17:45:11.613 INFO STEP 1019 (remove_files) COMPLETE
84092026-07-02T17:45:12.379Z[ recovery-image] Jul 02 17:45:11.613 INFO O| Jul 02 17:45:11.613 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-02T17:45:12.384Z[ recovery-image] Jul 02 17:45:11.618 INFO O| Jul 02 17:45:11.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84112026-07-02T17:45:12.384Z[ recovery-image] Jul 02 17:45:11.618 INFO O| Jul 02 17:45:11.618 INFO STEP 1020 (remove_files) COMPLETE
84122026-07-02T17:45:12.384Z[ recovery-image] Jul 02 17:45:11.618 INFO O| Jul 02 17:45:11.618 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-02T17:45:12.388Z[ recovery-image] Jul 02 17:45:11.623 INFO O| Jul 02 17:45:11.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84142026-07-02T17:45:12.388Z[ recovery-image] Jul 02 17:45:11.623 INFO O| Jul 02 17:45:11.623 INFO STEP 1021 (remove_files) COMPLETE
84152026-07-02T17:45:12.388Z[ recovery-image] Jul 02 17:45:11.623 INFO O| Jul 02 17:45:11.623 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-02T17:45:12.393Z[ recovery-image] Jul 02 17:45:11.629 INFO O| Jul 02 17:45:11.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84172026-07-02T17:45:12.393Z[ recovery-image] Jul 02 17:45:11.629 INFO O| Jul 02 17:45:11.629 INFO STEP 1022 (remove_files) COMPLETE
84182026-07-02T17:45:12.393Z[ recovery-image] Jul 02 17:45:11.629 INFO O| Jul 02 17:45:11.629 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-02T17:45:12.398Z[ recovery-image] Jul 02 17:45:11.634 INFO O| Jul 02 17:45:11.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84202026-07-02T17:45:12.398Z[ recovery-image] Jul 02 17:45:11.634 INFO O| Jul 02 17:45:11.634 INFO STEP 1023 (remove_files) COMPLETE
84212026-07-02T17:45:12.401Z[ recovery-image] Jul 02 17:45:11.634 INFO O| Jul 02 17:45:11.634 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-02T17:45:12.405Z[ recovery-image] Jul 02 17:45:11.640 INFO O| Jul 02 17:45:11.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84232026-07-02T17:45:12.405Z[ recovery-image] Jul 02 17:45:11.640 INFO O| Jul 02 17:45:11.640 INFO STEP 1024 (remove_files) COMPLETE
84242026-07-02T17:45:12.405Z[ recovery-image] Jul 02 17:45:11.640 INFO O| Jul 02 17:45:11.640 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-02T17:45:12.410Z[ recovery-image] Jul 02 17:45:11.646 INFO O| Jul 02 17:45:11.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84262026-07-02T17:45:12.410Z[ recovery-image] Jul 02 17:45:11.646 INFO O| Jul 02 17:45:11.646 INFO STEP 1025 (remove_files) COMPLETE
84272026-07-02T17:45:12.410Z[ recovery-image] Jul 02 17:45:11.646 INFO O| Jul 02 17:45:11.646 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-02T17:45:12.415Z[ recovery-image] Jul 02 17:45:11.651 INFO O| Jul 02 17:45:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84292026-07-02T17:45:12.415Z[ recovery-image] Jul 02 17:45:11.651 INFO O| Jul 02 17:45:11.651 INFO STEP 1026 (remove_files) COMPLETE
84302026-07-02T17:45:12.416Z[ recovery-image] Jul 02 17:45:11.651 INFO O| Jul 02 17:45:11.651 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-02T17:45:12.421Z[ recovery-image] Jul 02 17:45:11.657 INFO O| Jul 02 17:45:11.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84322026-07-02T17:45:12.421Z[ recovery-image] Jul 02 17:45:11.657 INFO O| Jul 02 17:45:11.657 INFO STEP 1027 (remove_files) COMPLETE
84332026-07-02T17:45:12.421Z[ recovery-image] Jul 02 17:45:11.657 INFO O| Jul 02 17:45:11.657 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-02T17:45:12.426Z[ recovery-image] Jul 02 17:45:11.662 INFO O| Jul 02 17:45:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84352026-07-02T17:45:12.426Z[ recovery-image] Jul 02 17:45:11.662 INFO O| Jul 02 17:45:11.662 INFO STEP 1028 (remove_files) COMPLETE
84362026-07-02T17:45:12.426Z[ recovery-image] Jul 02 17:45:11.662 INFO O| Jul 02 17:45:11.662 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-02T17:45:12.432Z[ recovery-image] Jul 02 17:45:11.668 INFO O| Jul 02 17:45:11.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84382026-07-02T17:45:12.432Z[ recovery-image] Jul 02 17:45:11.668 INFO O| Jul 02 17:45:11.668 INFO STEP 1029 (remove_files) COMPLETE
84392026-07-02T17:45:12.436Z[ recovery-image] Jul 02 17:45:11.668 INFO O| Jul 02 17:45:11.668 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-02T17:45:12.440Z[ recovery-image] Jul 02 17:45:11.675 INFO O| Jul 02 17:45:11.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84412026-07-02T17:45:12.440Z[ recovery-image] Jul 02 17:45:11.675 INFO O| Jul 02 17:45:11.675 INFO STEP 1030 (remove_files) COMPLETE
84422026-07-02T17:45:12.440Z[ recovery-image] Jul 02 17:45:11.675 INFO O| Jul 02 17:45:11.675 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-02T17:45:12.445Z[ recovery-image] Jul 02 17:45:11.681 INFO O| Jul 02 17:45:11.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84442026-07-02T17:45:12.445Z[ recovery-image] Jul 02 17:45:11.681 INFO O| Jul 02 17:45:11.681 INFO STEP 1031 (remove_files) COMPLETE
84452026-07-02T17:45:12.449Z[ recovery-image] Jul 02 17:45:11.681 INFO O| Jul 02 17:45:11.681 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-02T17:45:12.452Z[ recovery-image] Jul 02 17:45:11.687 INFO O| Jul 02 17:45:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84472026-07-02T17:45:12.452Z[ recovery-image] Jul 02 17:45:11.687 INFO O| Jul 02 17:45:11.687 INFO STEP 1032 (remove_files) COMPLETE
84482026-07-02T17:45:12.452Z[ recovery-image] Jul 02 17:45:11.687 INFO O| Jul 02 17:45:11.687 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-02T17:45:12.457Z[ recovery-image] Jul 02 17:45:11.693 INFO O| Jul 02 17:45:11.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84502026-07-02T17:45:12.457Z[ recovery-image] Jul 02 17:45:11.693 INFO O| Jul 02 17:45:11.693 INFO STEP 1033 (remove_files) COMPLETE
84512026-07-02T17:45:12.457Z[ recovery-image] Jul 02 17:45:11.693 INFO O| Jul 02 17:45:11.693 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-02T17:45:12.463Z[ recovery-image] Jul 02 17:45:11.699 INFO O| Jul 02 17:45:11.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84532026-07-02T17:45:12.467Z[ recovery-image] Jul 02 17:45:11.699 INFO O| Jul 02 17:45:11.699 INFO STEP 1034 (remove_files) COMPLETE
84542026-07-02T17:45:12.467Z[ recovery-image] Jul 02 17:45:11.699 INFO O| Jul 02 17:45:11.699 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-02T17:45:12.470Z[ recovery-image] Jul 02 17:45:11.706 INFO O| Jul 02 17:45:11.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84562026-07-02T17:45:12.470Z[ recovery-image] Jul 02 17:45:11.706 INFO O| Jul 02 17:45:11.706 INFO STEP 1035 (remove_files) COMPLETE
84572026-07-02T17:45:12.471Z[ recovery-image] Jul 02 17:45:11.706 INFO O| Jul 02 17:45:11.706 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-02T17:45:12.476Z[ recovery-image] Jul 02 17:45:11.712 INFO O| Jul 02 17:45:11.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84592026-07-02T17:45:12.479Z[ recovery-image] Jul 02 17:45:11.712 INFO O| Jul 02 17:45:11.712 INFO STEP 1036 (remove_files) COMPLETE
84602026-07-02T17:45:12.479Z[ recovery-image] Jul 02 17:45:11.712 INFO O| Jul 02 17:45:11.712 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-02T17:45:12.483Z[ recovery-image] Jul 02 17:45:11.719 INFO O| Jul 02 17:45:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84622026-07-02T17:45:12.483Z[ recovery-image] Jul 02 17:45:11.719 INFO O| Jul 02 17:45:11.719 INFO STEP 1037 (remove_files) COMPLETE
84632026-07-02T17:45:12.486Z[ recovery-image] Jul 02 17:45:11.719 INFO O| Jul 02 17:45:11.719 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-02T17:45:12.489Z[ recovery-image] Jul 02 17:45:11.725 INFO O| Jul 02 17:45:11.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84652026-07-02T17:45:12.489Z[ recovery-image] Jul 02 17:45:11.725 INFO O| Jul 02 17:45:11.725 INFO STEP 1038 (remove_files) COMPLETE
84662026-07-02T17:45:12.489Z[ recovery-image] Jul 02 17:45:11.725 INFO O| Jul 02 17:45:11.725 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-02T17:45:12.495Z[ recovery-image] Jul 02 17:45:11.731 INFO O| Jul 02 17:45:11.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84682026-07-02T17:45:12.495Z[ recovery-image] Jul 02 17:45:11.731 INFO O| Jul 02 17:45:11.731 INFO STEP 1039 (remove_files) COMPLETE
84692026-07-02T17:45:12.500Z[ recovery-image] Jul 02 17:45:11.731 INFO O| Jul 02 17:45:11.731 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-02T17:45:12.504Z[ recovery-image] Jul 02 17:45:11.737 INFO O| Jul 02 17:45:11.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84712026-07-02T17:45:12.504Z[ recovery-image] Jul 02 17:45:11.737 INFO O| Jul 02 17:45:11.737 INFO STEP 1040 (remove_files) COMPLETE
84722026-07-02T17:45:12.504Z[ recovery-image] Jul 02 17:45:11.737 INFO O| Jul 02 17:45:11.737 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-02T17:45:12.508Z[ recovery-image] Jul 02 17:45:11.744 INFO O| Jul 02 17:45:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84742026-07-02T17:45:12.509Z[ recovery-image] Jul 02 17:45:11.744 INFO O| Jul 02 17:45:11.744 INFO STEP 1041 (remove_files) COMPLETE
84752026-07-02T17:45:12.512Z[ recovery-image] Jul 02 17:45:11.744 INFO O| Jul 02 17:45:11.744 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-02T17:45:12.516Z[ recovery-image] Jul 02 17:45:11.751 INFO O| Jul 02 17:45:11.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84772026-07-02T17:45:12.516Z[ recovery-image] Jul 02 17:45:11.751 INFO O| Jul 02 17:45:11.751 INFO STEP 1042 (remove_files) COMPLETE
84782026-07-02T17:45:12.516Z[ recovery-image] Jul 02 17:45:11.751 INFO O| Jul 02 17:45:11.751 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-02T17:45:12.521Z[ recovery-image] Jul 02 17:45:11.757 INFO O| Jul 02 17:45:11.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84802026-07-02T17:45:12.522Z[ recovery-image] Jul 02 17:45:11.757 INFO O| Jul 02 17:45:11.757 INFO STEP 1043 (remove_files) COMPLETE
84812026-07-02T17:45:12.522Z[ recovery-image] Jul 02 17:45:11.757 INFO O| Jul 02 17:45:11.757 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-02T17:45:12.527Z[ recovery-image] Jul 02 17:45:11.763 INFO O| Jul 02 17:45:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84832026-07-02T17:45:12.527Z[ recovery-image] Jul 02 17:45:11.763 INFO O| Jul 02 17:45:11.763 INFO STEP 1044 (remove_files) COMPLETE
84842026-07-02T17:45:12.527Z[ recovery-image] Jul 02 17:45:11.763 INFO O| Jul 02 17:45:11.763 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-02T17:45:12.534Z[ recovery-image] Jul 02 17:45:11.770 INFO O| Jul 02 17:45:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84862026-07-02T17:45:12.534Z[ recovery-image] Jul 02 17:45:11.770 INFO O| Jul 02 17:45:11.770 INFO STEP 1045 (remove_files) COMPLETE
84872026-07-02T17:45:12.534Z[ recovery-image] Jul 02 17:45:11.770 INFO O| Jul 02 17:45:11.770 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-02T17:45:12.540Z[ recovery-image] Jul 02 17:45:11.776 INFO O| Jul 02 17:45:11.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84892026-07-02T17:45:12.544Z[ recovery-image] Jul 02 17:45:11.776 INFO O| Jul 02 17:45:11.776 INFO STEP 1046 (remove_files) COMPLETE
84902026-07-02T17:45:12.544Z[ recovery-image] Jul 02 17:45:11.776 INFO O| Jul 02 17:45:11.776 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-02T17:45:12.547Z[ recovery-image] Jul 02 17:45:11.782 INFO O| Jul 02 17:45:11.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84922026-07-02T17:45:12.547Z[ recovery-image] Jul 02 17:45:11.782 INFO O| Jul 02 17:45:11.782 INFO STEP 1047 (remove_files) COMPLETE
84932026-07-02T17:45:12.547Z[ recovery-image] Jul 02 17:45:11.782 INFO O| Jul 02 17:45:11.782 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-02T17:45:12.552Z[ recovery-image] Jul 02 17:45:11.788 INFO O| Jul 02 17:45:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84952026-07-02T17:45:12.552Z[ recovery-image] Jul 02 17:45:11.788 INFO O| Jul 02 17:45:11.788 INFO STEP 1048 (remove_files) COMPLETE
84962026-07-02T17:45:12.556Z[ recovery-image] Jul 02 17:45:11.788 INFO O| Jul 02 17:45:11.788 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-02T17:45:12.559Z[ recovery-image] Jul 02 17:45:11.794 INFO O| Jul 02 17:45:11.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84982026-07-02T17:45:12.559Z[ recovery-image] Jul 02 17:45:11.794 INFO O| Jul 02 17:45:11.794 INFO STEP 1049 (remove_files) COMPLETE
84992026-07-02T17:45:12.560Z[ recovery-image] Jul 02 17:45:11.794 INFO O| Jul 02 17:45:11.794 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-02T17:45:12.564Z[ recovery-image] Jul 02 17:45:11.800 INFO O| Jul 02 17:45:11.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85012026-07-02T17:45:12.568Z[ recovery-image] Jul 02 17:45:11.801 INFO O| Jul 02 17:45:11.801 INFO STEP 1050 (remove_files) COMPLETE
85022026-07-02T17:45:12.568Z[ recovery-image] Jul 02 17:45:11.801 INFO O| Jul 02 17:45:11.801 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-02T17:45:12.572Z[ recovery-image] Jul 02 17:45:11.808 INFO O| Jul 02 17:45:11.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85042026-07-02T17:45:12.572Z[ recovery-image] Jul 02 17:45:11.808 INFO O| Jul 02 17:45:11.808 INFO STEP 1051 (remove_files) COMPLETE
85052026-07-02T17:45:12.572Z[ recovery-image] Jul 02 17:45:11.808 INFO O| Jul 02 17:45:11.808 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-02T17:45:12.578Z[ recovery-image] Jul 02 17:45:11.814 INFO O| Jul 02 17:45:11.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85072026-07-02T17:45:12.578Z[ recovery-image] Jul 02 17:45:11.814 INFO O| Jul 02 17:45:11.814 INFO STEP 1052 (remove_files) COMPLETE
85082026-07-02T17:45:12.581Z[ recovery-image] Jul 02 17:45:11.814 INFO O| Jul 02 17:45:11.814 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-02T17:45:12.585Z[ recovery-image] Jul 02 17:45:11.820 INFO O| Jul 02 17:45:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85102026-07-02T17:45:12.587Z[ recovery-image] Jul 02 17:45:11.820 INFO O| Jul 02 17:45:11.820 INFO STEP 1053 (remove_files) COMPLETE
85112026-07-02T17:45:12.587Z[ recovery-image] Jul 02 17:45:11.820 INFO O| Jul 02 17:45:11.820 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-02T17:45:12.591Z[ recovery-image] Jul 02 17:45:11.826 INFO O| Jul 02 17:45:11.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85132026-07-02T17:45:12.591Z[ recovery-image] Jul 02 17:45:11.826 INFO O| Jul 02 17:45:11.826 INFO STEP 1054 (remove_files) COMPLETE
85142026-07-02T17:45:12.591Z[ recovery-image] Jul 02 17:45:11.826 INFO O| Jul 02 17:45:11.826 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-02T17:45:12.596Z[ recovery-image] Jul 02 17:45:11.832 INFO O| Jul 02 17:45:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85162026-07-02T17:45:12.599Z[ recovery-image] Jul 02 17:45:11.832 INFO O| Jul 02 17:45:11.832 INFO STEP 1055 (remove_files) COMPLETE
85172026-07-02T17:45:12.600Z[ recovery-image] Jul 02 17:45:11.832 INFO O| Jul 02 17:45:11.832 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-02T17:45:12.603Z[ recovery-image] Jul 02 17:45:11.838 INFO O| Jul 02 17:45:11.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85192026-07-02T17:45:12.603Z[ recovery-image] Jul 02 17:45:11.838 INFO O| Jul 02 17:45:11.838 INFO STEP 1056 (remove_files) COMPLETE
85202026-07-02T17:45:12.603Z[ recovery-image] Jul 02 17:45:11.838 INFO O| Jul 02 17:45:11.838 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-02T17:45:12.608Z[ recovery-image] Jul 02 17:45:11.844 INFO O| Jul 02 17:45:11.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85222026-07-02T17:45:12.611Z[ recovery-image] Jul 02 17:45:11.844 INFO O| Jul 02 17:45:11.844 INFO STEP 1057 (remove_files) COMPLETE
85232026-07-02T17:45:12.611Z[ recovery-image] Jul 02 17:45:11.844 INFO O| Jul 02 17:45:11.844 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-02T17:45:12.620Z[ recovery-image] Jul 02 17:45:11.849 INFO O| Jul 02 17:45:11.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85252026-07-02T17:45:12.620Z[ recovery-image] Jul 02 17:45:11.849 INFO O| Jul 02 17:45:11.849 INFO STEP 1058 (remove_files) COMPLETE
85262026-07-02T17:45:12.620Z[ recovery-image] Jul 02 17:45:11.849 INFO O| Jul 02 17:45:11.849 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-02T17:45:12.623Z[ recovery-image] Jul 02 17:45:11.855 INFO O| Jul 02 17:45:11.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85282026-07-02T17:45:12.624Z[ recovery-image] Jul 02 17:45:11.855 INFO O| Jul 02 17:45:11.855 INFO STEP 1059 (remove_files) COMPLETE
85292026-07-02T17:45:12.624Z[ recovery-image] Jul 02 17:45:11.855 INFO O| Jul 02 17:45:11.855 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-02T17:45:12.627Z[ recovery-image] Jul 02 17:45:11.861 INFO O| Jul 02 17:45:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85312026-07-02T17:45:12.628Z[ recovery-image] Jul 02 17:45:11.861 INFO O| Jul 02 17:45:11.861 INFO STEP 1060 (remove_files) COMPLETE
85322026-07-02T17:45:12.628Z[ recovery-image] Jul 02 17:45:11.861 INFO O| Jul 02 17:45:11.861 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-02T17:45:12.632Z[ recovery-image] Jul 02 17:45:11.868 INFO O| Jul 02 17:45:11.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85342026-07-02T17:45:12.632Z[ recovery-image] Jul 02 17:45:11.868 INFO O| Jul 02 17:45:11.868 INFO STEP 1061 (remove_files) COMPLETE
85352026-07-02T17:45:12.635Z[ recovery-image] Jul 02 17:45:11.868 INFO O| Jul 02 17:45:11.868 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-02T17:45:12.639Z[ recovery-image] Jul 02 17:45:11.874 INFO O| Jul 02 17:45:11.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85372026-07-02T17:45:12.639Z[ recovery-image] Jul 02 17:45:11.874 INFO O| Jul 02 17:45:11.874 INFO STEP 1062 (remove_files) COMPLETE
85382026-07-02T17:45:12.639Z[ recovery-image] Jul 02 17:45:11.874 INFO O| Jul 02 17:45:11.874 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-02T17:45:12.644Z[ recovery-image] Jul 02 17:45:11.880 INFO O| Jul 02 17:45:11.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85402026-07-02T17:45:12.645Z[ recovery-image] Jul 02 17:45:11.881 INFO O| Jul 02 17:45:11.881 INFO STEP 1063 (remove_files) COMPLETE
85412026-07-02T17:45:12.645Z[ recovery-image] Jul 02 17:45:11.881 INFO O| Jul 02 17:45:11.881 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-02T17:45:12.651Z[ recovery-image] Jul 02 17:45:11.887 INFO O| Jul 02 17:45:11.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85432026-07-02T17:45:12.651Z[ recovery-image] Jul 02 17:45:11.887 INFO O| Jul 02 17:45:11.887 INFO STEP 1064 (remove_files) COMPLETE
85442026-07-02T17:45:12.654Z[ recovery-image] Jul 02 17:45:11.887 INFO O| Jul 02 17:45:11.887 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-02T17:45:12.657Z[ recovery-image] Jul 02 17:45:11.893 INFO O| Jul 02 17:45:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85462026-07-02T17:45:12.657Z[ recovery-image] Jul 02 17:45:11.893 INFO O| Jul 02 17:45:11.893 INFO STEP 1065 (remove_files) COMPLETE
85472026-07-02T17:45:12.657Z[ recovery-image] Jul 02 17:45:11.893 INFO O| Jul 02 17:45:11.893 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-02T17:45:12.663Z[ recovery-image] Jul 02 17:45:11.899 INFO O| Jul 02 17:45:11.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85492026-07-02T17:45:12.666Z[ recovery-image] Jul 02 17:45:11.899 INFO O| Jul 02 17:45:11.899 INFO STEP 1066 (remove_files) COMPLETE
85502026-07-02T17:45:12.666Z[ recovery-image] Jul 02 17:45:11.899 INFO O| Jul 02 17:45:11.899 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-02T17:45:12.669Z[ recovery-image] Jul 02 17:45:11.905 INFO O| Jul 02 17:45:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85522026-07-02T17:45:12.669Z[ recovery-image] Jul 02 17:45:11.905 INFO O| Jul 02 17:45:11.905 INFO STEP 1067 (remove_files) COMPLETE
85532026-07-02T17:45:12.669Z[ recovery-image] Jul 02 17:45:11.905 INFO O| Jul 02 17:45:11.905 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-02T17:45:12.675Z[ recovery-image] Jul 02 17:45:11.911 INFO O| Jul 02 17:45:11.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85552026-07-02T17:45:12.675Z[ recovery-image] Jul 02 17:45:11.911 INFO O| Jul 02 17:45:11.911 INFO STEP 1068 (remove_files) COMPLETE
85562026-07-02T17:45:12.678Z[ recovery-image] Jul 02 17:45:11.911 INFO O| Jul 02 17:45:11.911 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-02T17:45:12.682Z[ recovery-image] Jul 02 17:45:11.917 INFO O| Jul 02 17:45:11.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85582026-07-02T17:45:12.682Z[ recovery-image] Jul 02 17:45:11.917 INFO O| Jul 02 17:45:11.917 INFO STEP 1069 (remove_files) COMPLETE
85592026-07-02T17:45:12.682Z[ recovery-image] Jul 02 17:45:11.917 INFO O| Jul 02 17:45:11.917 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-02T17:45:12.688Z[ recovery-image] Jul 02 17:45:11.924 INFO O| Jul 02 17:45:11.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85612026-07-02T17:45:12.688Z[ recovery-image] Jul 02 17:45:11.924 INFO O| Jul 02 17:45:11.924 INFO STEP 1070 (remove_files) COMPLETE
85622026-07-02T17:45:12.688Z[ recovery-image] Jul 02 17:45:11.924 INFO O| Jul 02 17:45:11.924 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-02T17:45:12.695Z[ recovery-image] Jul 02 17:45:11.930 INFO O| Jul 02 17:45:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85642026-07-02T17:45:12.695Z[ recovery-image] Jul 02 17:45:11.930 INFO O| Jul 02 17:45:11.930 INFO STEP 1071 (remove_files) COMPLETE
85652026-07-02T17:45:12.698Z[ recovery-image] Jul 02 17:45:11.930 INFO O| Jul 02 17:45:11.930 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-02T17:45:12.701Z[ recovery-image] Jul 02 17:45:11.936 INFO O| Jul 02 17:45:11.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85672026-07-02T17:45:12.701Z[ recovery-image] Jul 02 17:45:11.936 INFO O| Jul 02 17:45:11.936 INFO STEP 1072 (remove_files) COMPLETE
85682026-07-02T17:45:12.702Z[ recovery-image] Jul 02 17:45:11.936 INFO O| Jul 02 17:45:11.936 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-02T17:45:12.706Z[ recovery-image] Jul 02 17:45:11.942 INFO O| Jul 02 17:45:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85702026-07-02T17:45:12.707Z[ recovery-image] Jul 02 17:45:11.943 INFO O| Jul 02 17:45:11.943 INFO STEP 1073 (remove_files) COMPLETE
85712026-07-02T17:45:12.707Z[ recovery-image] Jul 02 17:45:11.943 INFO O| Jul 02 17:45:11.943 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-02T17:45:12.712Z[ recovery-image] Jul 02 17:45:11.948 INFO O| Jul 02 17:45:11.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85732026-07-02T17:45:12.715Z[ recovery-image] Jul 02 17:45:11.948 INFO O| Jul 02 17:45:11.948 INFO STEP 1074 (remove_files) COMPLETE
85742026-07-02T17:45:12.716Z[ recovery-image] Jul 02 17:45:11.948 INFO O| Jul 02 17:45:11.948 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-02T17:45:12.719Z[ recovery-image] Jul 02 17:45:11.955 INFO O| Jul 02 17:45:11.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85762026-07-02T17:45:12.719Z[ recovery-image] Jul 02 17:45:11.955 INFO O| Jul 02 17:45:11.955 INFO STEP 1075 (remove_files) COMPLETE
85772026-07-02T17:45:12.719Z[ recovery-image] Jul 02 17:45:11.955 INFO O| Jul 02 17:45:11.955 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-02T17:45:12.726Z[ recovery-image] Jul 02 17:45:11.962 INFO O| Jul 02 17:45:11.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85792026-07-02T17:45:12.729Z[ recovery-image] Jul 02 17:45:11.962 INFO O| Jul 02 17:45:11.962 INFO STEP 1076 (remove_files) COMPLETE
85802026-07-02T17:45:12.729Z[ recovery-image] Jul 02 17:45:11.962 INFO O| Jul 02 17:45:11.962 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-02T17:45:12.732Z[ recovery-image] Jul 02 17:45:11.968 INFO O| Jul 02 17:45:11.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85822026-07-02T17:45:12.732Z[ recovery-image] Jul 02 17:45:11.968 INFO O| Jul 02 17:45:11.968 INFO STEP 1077 (remove_files) COMPLETE
85832026-07-02T17:45:12.732Z[ recovery-image] Jul 02 17:45:11.968 INFO O| Jul 02 17:45:11.968 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-02T17:45:12.737Z[ recovery-image] Jul 02 17:45:11.973 INFO O| Jul 02 17:45:11.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85852026-07-02T17:45:12.737Z[ recovery-image] Jul 02 17:45:11.973 INFO O| Jul 02 17:45:11.973 INFO STEP 1078 (remove_files) COMPLETE
85862026-07-02T17:45:12.737Z[ recovery-image] Jul 02 17:45:11.973 INFO O| Jul 02 17:45:11.973 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-02T17:45:12.742Z[ recovery-image] Jul 02 17:45:11.978 INFO O| Jul 02 17:45:11.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85882026-07-02T17:45:12.742Z[ recovery-image] Jul 02 17:45:11.978 INFO O| Jul 02 17:45:11.978 INFO STEP 1079 (remove_files) COMPLETE
85892026-07-02T17:45:12.749Z[ recovery-image] Jul 02 17:45:11.978 INFO O| Jul 02 17:45:11.978 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-02T17:45:12.756Z[ recovery-image] Jul 02 17:45:11.984 INFO O| Jul 02 17:45:11.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85912026-07-02T17:45:12.757Z[ recovery-image] Jul 02 17:45:11.984 INFO O| Jul 02 17:45:11.984 INFO STEP 1080 (remove_files) COMPLETE
85922026-07-02T17:45:12.757Z[ recovery-image] Jul 02 17:45:11.984 INFO O| Jul 02 17:45:11.984 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-02T17:45:12.768Z[ recovery-image] Jul 02 17:45:11.989 INFO O| Jul 02 17:45:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85942026-07-02T17:45:12.768Z[ recovery-image] Jul 02 17:45:11.989 INFO O| Jul 02 17:45:11.989 INFO STEP 1081 (remove_files) COMPLETE
85952026-07-02T17:45:12.768Z[ recovery-image] Jul 02 17:45:11.989 INFO O| Jul 02 17:45:11.989 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:11.997 INFO O| Jul 02 17:45:11.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85972026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:11.997 INFO O| Jul 02 17:45:11.997 INFO STEP 1082 (remove_files) COMPLETE
85982026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:11.997 INFO O| Jul 02 17:45:11.997 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:12.004 INFO O| Jul 02 17:45:12.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86002026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:12.004 INFO O| Jul 02 17:45:12.004 INFO STEP 1083 (remove_files) COMPLETE
86012026-07-02T17:45:12.772Z[ recovery-image] Jul 02 17:45:12.004 INFO O| Jul 02 17:45:12.004 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-02T17:45:12.776Z[ recovery-image] Jul 02 17:45:12.012 INFO O| Jul 02 17:45:12.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86032026-07-02T17:45:12.776Z[ recovery-image] Jul 02 17:45:12.012 INFO O| Jul 02 17:45:12.012 INFO STEP 1084 (remove_files) COMPLETE
86042026-07-02T17:45:12.776Z[ recovery-image] Jul 02 17:45:12.012 INFO O| Jul 02 17:45:12.012 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-02T17:45:12.783Z[ recovery-image] Jul 02 17:45:12.019 INFO O| Jul 02 17:45:12.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86062026-07-02T17:45:12.783Z[ recovery-image] Jul 02 17:45:12.019 INFO O| Jul 02 17:45:12.019 INFO STEP 1085 (remove_files) COMPLETE
86072026-07-02T17:45:12.787Z[ recovery-image] Jul 02 17:45:12.019 INFO O| Jul 02 17:45:12.019 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-02T17:45:12.790Z[ recovery-image] Jul 02 17:45:12.026 INFO O| Jul 02 17:45:12.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86092026-07-02T17:45:12.790Z[ recovery-image] Jul 02 17:45:12.026 INFO O| Jul 02 17:45:12.026 INFO STEP 1086 (remove_files) COMPLETE
86102026-07-02T17:45:12.790Z[ recovery-image] Jul 02 17:45:12.026 INFO O| Jul 02 17:45:12.026 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-02T17:45:12.796Z[ recovery-image] Jul 02 17:45:12.032 INFO O| Jul 02 17:45:12.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86122026-07-02T17:45:12.797Z[ recovery-image] Jul 02 17:45:12.032 INFO O| Jul 02 17:45:12.032 INFO STEP 1087 (remove_files) COMPLETE
86132026-07-02T17:45:12.797Z[ recovery-image] Jul 02 17:45:12.032 INFO O| Jul 02 17:45:12.032 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-02T17:45:12.805Z[ recovery-image] Jul 02 17:45:12.041 INFO O| Jul 02 17:45:12.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86152026-07-02T17:45:12.805Z[ recovery-image] Jul 02 17:45:12.041 INFO O| Jul 02 17:45:12.041 INFO STEP 1088 (remove_files) COMPLETE
86162026-07-02T17:45:12.805Z[ recovery-image] Jul 02 17:45:12.041 INFO O| Jul 02 17:45:12.041 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-02T17:45:12.811Z[ recovery-image] Jul 02 17:45:12.046 INFO O| Jul 02 17:45:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86182026-07-02T17:45:12.815Z[ recovery-image] Jul 02 17:45:12.046 INFO O| Jul 02 17:45:12.046 INFO STEP 1089 (remove_files) COMPLETE
86192026-07-02T17:45:12.815Z[ recovery-image] Jul 02 17:45:12.046 INFO O| Jul 02 17:45:12.046 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-02T17:45:12.818Z[ recovery-image] Jul 02 17:45:12.052 INFO O| Jul 02 17:45:12.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86212026-07-02T17:45:12.818Z[ recovery-image] Jul 02 17:45:12.052 INFO O| Jul 02 17:45:12.052 INFO STEP 1090 (remove_files) COMPLETE
86222026-07-02T17:45:12.818Z[ recovery-image] Jul 02 17:45:12.052 INFO O| Jul 02 17:45:12.052 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-02T17:45:12.829Z[ recovery-image] Jul 02 17:45:12.058 INFO O| Jul 02 17:45:12.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86242026-07-02T17:45:12.829Z[ recovery-image] Jul 02 17:45:12.058 INFO O| Jul 02 17:45:12.058 INFO STEP 1091 (remove_files) COMPLETE
86252026-07-02T17:45:12.830Z[ recovery-image] Jul 02 17:45:12.058 INFO O| Jul 02 17:45:12.058 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-02T17:45:12.832Z[ recovery-image] Jul 02 17:45:12.064 INFO O| Jul 02 17:45:12.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86272026-07-02T17:45:12.832Z[ recovery-image] Jul 02 17:45:12.064 INFO O| Jul 02 17:45:12.064 INFO STEP 1092 (remove_files) COMPLETE
86282026-07-02T17:45:12.832Z[ recovery-image] Jul 02 17:45:12.064 INFO O| Jul 02 17:45:12.064 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-02T17:45:12.840Z[ recovery-image] Jul 02 17:45:12.069 INFO O| Jul 02 17:45:12.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86302026-07-02T17:45:12.841Z[ recovery-image] Jul 02 17:45:12.070 INFO O| Jul 02 17:45:12.069 INFO STEP 1093 (remove_files) COMPLETE
86312026-07-02T17:45:12.841Z[ recovery-image] Jul 02 17:45:12.070 INFO O| Jul 02 17:45:12.070 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-02T17:45:12.841Z[ recovery-image] Jul 02 17:45:12.075 INFO O| Jul 02 17:45:12.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86332026-07-02T17:45:12.841Z[ recovery-image] Jul 02 17:45:12.075 INFO O| Jul 02 17:45:12.075 INFO STEP 1094 (remove_files) COMPLETE
86342026-07-02T17:45:12.841Z[ recovery-image] Jul 02 17:45:12.075 INFO O| Jul 02 17:45:12.075 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.081 INFO O| Jul 02 17:45:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86362026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.081 INFO O| Jul 02 17:45:12.081 INFO STEP 1095 (remove_files) COMPLETE
86372026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.081 INFO O| Jul 02 17:45:12.081 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.087 INFO O| Jul 02 17:45:12.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86392026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.087 INFO O| Jul 02 17:45:12.087 INFO STEP 1096 (remove_files) COMPLETE
86402026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.087 INFO O| Jul 02 17:45:12.087 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.093 INFO O| Jul 02 17:45:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86422026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.094 INFO O| Jul 02 17:45:12.094 INFO STEP 1097 (remove_files) COMPLETE
86432026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.094 INFO O| Jul 02 17:45:12.094 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-02T17:45:12.887Z[ recovery-image] Jul 02 17:45:12.099 INFO O| Jul 02 17:45:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86452026-07-02T17:45:12.888Z[ recovery-image] Jul 02 17:45:12.100 INFO O| Jul 02 17:45:12.099 INFO STEP 1098 (remove_files) COMPLETE
86462026-07-02T17:45:12.888Z[ recovery-image] Jul 02 17:45:12.100 INFO O| Jul 02 17:45:12.099 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-02T17:45:12.888Z[ recovery-image] Jul 02 17:45:12.105 INFO O| Jul 02 17:45:12.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86482026-07-02T17:45:12.888Z[ recovery-image] Jul 02 17:45:12.105 INFO O| Jul 02 17:45:12.105 INFO STEP 1099 (remove_files) COMPLETE
86492026-07-02T17:45:12.888Z[ recovery-image] Jul 02 17:45:12.105 INFO O| Jul 02 17:45:12.105 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.111 INFO O| Jul 02 17:45:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86512026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.111 INFO O| Jul 02 17:45:12.111 INFO STEP 1100 (remove_files) COMPLETE
86522026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.111 INFO O| Jul 02 17:45:12.111 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.116 INFO O| Jul 02 17:45:12.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86542026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.116 INFO O| Jul 02 17:45:12.116 INFO STEP 1101 (remove_files) COMPLETE
86552026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.116 INFO O| Jul 02 17:45:12.116 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.122 INFO O| Jul 02 17:45:12.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86572026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.122 INFO O| Jul 02 17:45:12.122 INFO STEP 1102 (remove_files) COMPLETE
86582026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.122 INFO O| Jul 02 17:45:12.122 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.127 INFO O| Jul 02 17:45:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86602026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.127 INFO O| Jul 02 17:45:12.127 INFO STEP 1103 (remove_files) COMPLETE
86612026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.127 INFO O| Jul 02 17:45:12.127 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.132 INFO O| Jul 02 17:45:12.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86632026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.132 INFO O| Jul 02 17:45:12.132 INFO STEP 1104 (remove_files) COMPLETE
86642026-07-02T17:45:12.903Z[ recovery-image] Jul 02 17:45:12.132 INFO O| Jul 02 17:45:12.132 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-02T17:45:12.910Z[ recovery-image] Jul 02 17:45:12.138 INFO O| Jul 02 17:45:12.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86662026-07-02T17:45:12.910Z[ recovery-image] Jul 02 17:45:12.138 INFO O| Jul 02 17:45:12.138 INFO STEP 1105 (remove_files) COMPLETE
86672026-07-02T17:45:12.910Z[ recovery-image] Jul 02 17:45:12.138 INFO O| Jul 02 17:45:12.138 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-02T17:45:12.910Z[ recovery-image] Jul 02 17:45:12.143 INFO O| Jul 02 17:45:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86692026-07-02T17:45:12.913Z[ recovery-image] Jul 02 17:45:12.143 INFO O| Jul 02 17:45:12.143 INFO STEP 1106 (remove_files) COMPLETE
86702026-07-02T17:45:12.913Z[ recovery-image] Jul 02 17:45:12.143 INFO O| Jul 02 17:45:12.143 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-02T17:45:12.913Z[ recovery-image] Jul 02 17:45:12.148 INFO O| Jul 02 17:45:12.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86722026-07-02T17:45:12.913Z[ recovery-image] Jul 02 17:45:12.148 INFO O| Jul 02 17:45:12.148 INFO STEP 1107 (remove_files) COMPLETE
86732026-07-02T17:45:12.913Z[ recovery-image] Jul 02 17:45:12.148 INFO O| Jul 02 17:45:12.148 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-02T17:45:12.924Z[ recovery-image] Jul 02 17:45:12.156 INFO O| Jul 02 17:45:12.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86752026-07-02T17:45:12.924Z[ recovery-image] Jul 02 17:45:12.156 INFO O| Jul 02 17:45:12.156 INFO STEP 1108 (remove_files) COMPLETE
86762026-07-02T17:45:12.924Z[ recovery-image] Jul 02 17:45:12.156 INFO O| Jul 02 17:45:12.156 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-02T17:45:12.929Z[ recovery-image] Jul 02 17:45:12.162 INFO O| Jul 02 17:45:12.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86782026-07-02T17:45:12.929Z[ recovery-image] Jul 02 17:45:12.162 INFO O| Jul 02 17:45:12.162 INFO STEP 1109 (remove_files) COMPLETE
86792026-07-02T17:45:12.929Z[ recovery-image] Jul 02 17:45:12.162 INFO O| Jul 02 17:45:12.162 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-02T17:45:12.937Z[ recovery-image] Jul 02 17:45:12.167 INFO O| Jul 02 17:45:12.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86812026-07-02T17:45:12.937Z[ recovery-image] Jul 02 17:45:12.167 INFO O| Jul 02 17:45:12.167 INFO STEP 1110 (remove_files) COMPLETE
86822026-07-02T17:45:12.937Z[ recovery-image] Jul 02 17:45:12.167 INFO O| Jul 02 17:45:12.167 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.173 INFO O| Jul 02 17:45:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86842026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.173 INFO O| Jul 02 17:45:12.173 INFO STEP 1111 (remove_files) COMPLETE
86852026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.173 INFO O| Jul 02 17:45:12.173 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.178 INFO O| Jul 02 17:45:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86872026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.178 INFO O| Jul 02 17:45:12.178 INFO STEP 1112 (remove_files) COMPLETE
86882026-07-02T17:45:12.954Z[ recovery-image] Jul 02 17:45:12.178 INFO O| Jul 02 17:45:12.178 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.183 INFO O| Jul 02 17:45:12.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86902026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.183 INFO O| Jul 02 17:45:12.183 INFO STEP 1113 (remove_files) COMPLETE
86912026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.183 INFO O| Jul 02 17:45:12.183 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.189 INFO O| Jul 02 17:45:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86932026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.189 INFO O| Jul 02 17:45:12.189 INFO STEP 1114 (remove_files) COMPLETE
86942026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.189 INFO O| Jul 02 17:45:12.189 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.194 INFO O| Jul 02 17:45:12.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86962026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.194 INFO O| Jul 02 17:45:12.194 INFO STEP 1115 (remove_files) COMPLETE
86972026-07-02T17:45:12.959Z[ recovery-image] Jul 02 17:45:12.194 INFO O| Jul 02 17:45:12.194 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-02T17:45:12.963Z[ recovery-image] Jul 02 17:45:12.199 INFO O| Jul 02 17:45:12.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86992026-07-02T17:45:12.963Z[ recovery-image] Jul 02 17:45:12.199 INFO O| Jul 02 17:45:12.199 INFO STEP 1116 (remove_files) COMPLETE
87002026-07-02T17:45:12.967Z[ recovery-image] Jul 02 17:45:12.199 INFO O| Jul 02 17:45:12.199 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-02T17:45:12.970Z[ recovery-image] Jul 02 17:45:12.205 INFO O| Jul 02 17:45:12.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87022026-07-02T17:45:12.970Z[ recovery-image] Jul 02 17:45:12.205 INFO O| Jul 02 17:45:12.205 INFO STEP 1117 (remove_files) COMPLETE
87032026-07-02T17:45:12.970Z[ recovery-image] Jul 02 17:45:12.205 INFO O| Jul 02 17:45:12.205 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-02T17:45:12.975Z[ recovery-image] Jul 02 17:45:12.210 INFO O| Jul 02 17:45:12.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87052026-07-02T17:45:12.975Z[ recovery-image] Jul 02 17:45:12.210 INFO O| Jul 02 17:45:12.210 INFO STEP 1118 (remove_files) COMPLETE
87062026-07-02T17:45:12.978Z[ recovery-image] Jul 02 17:45:12.210 INFO O| Jul 02 17:45:12.210 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-02T17:45:12.982Z[ recovery-image] Jul 02 17:45:12.216 INFO O| Jul 02 17:45:12.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87082026-07-02T17:45:12.982Z[ recovery-image] Jul 02 17:45:12.216 INFO O| Jul 02 17:45:12.216 INFO STEP 1119 (remove_files) COMPLETE
87092026-07-02T17:45:12.982Z[ recovery-image] Jul 02 17:45:12.216 INFO O| Jul 02 17:45:12.216 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-02T17:45:12.986Z[ recovery-image] Jul 02 17:45:12.222 INFO O| Jul 02 17:45:12.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87112026-07-02T17:45:12.986Z[ recovery-image] Jul 02 17:45:12.222 INFO O| Jul 02 17:45:12.222 INFO STEP 1120 (remove_files) COMPLETE
87122026-07-02T17:45:12.989Z[ recovery-image] Jul 02 17:45:12.222 INFO O| Jul 02 17:45:12.222 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-02T17:45:12.993Z[ recovery-image] Jul 02 17:45:12.227 INFO O| Jul 02 17:45:12.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87142026-07-02T17:45:12.993Z[ recovery-image] Jul 02 17:45:12.227 INFO O| Jul 02 17:45:12.227 INFO STEP 1121 (remove_files) COMPLETE
87152026-07-02T17:45:12.993Z[ recovery-image] Jul 02 17:45:12.227 INFO O| Jul 02 17:45:12.227 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-02T17:45:12.998Z[ recovery-image] Jul 02 17:45:12.234 INFO O| Jul 02 17:45:12.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87172026-07-02T17:45:12.998Z[ recovery-image] Jul 02 17:45:12.234 INFO O| Jul 02 17:45:12.234 INFO STEP 1122 (remove_files) COMPLETE
87182026-07-02T17:45:13.001Z[ recovery-image] Jul 02 17:45:12.234 INFO O| Jul 02 17:45:12.234 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-02T17:45:13.005Z[ recovery-image] Jul 02 17:45:12.241 INFO O| Jul 02 17:45:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87202026-07-02T17:45:13.005Z[ recovery-image] Jul 02 17:45:12.241 INFO O| Jul 02 17:45:12.241 INFO STEP 1123 (remove_files) COMPLETE
87212026-07-02T17:45:13.009Z[ recovery-image] Jul 02 17:45:12.241 INFO O| Jul 02 17:45:12.241 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-07-02T17:45:13.012Z[ recovery-image] Jul 02 17:45:12.246 INFO O| Jul 02 17:45:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87232026-07-02T17:45:13.013Z[ recovery-image] Jul 02 17:45:12.246 INFO O| Jul 02 17:45:12.246 INFO STEP 1124 (remove_files) COMPLETE
87242026-07-02T17:45:13.013Z[ recovery-image] Jul 02 17:45:12.246 INFO O| Jul 02 17:45:12.246 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87252026-07-02T17:45:13.018Z[ recovery-image] Jul 02 17:45:12.254 INFO O| Jul 02 17:45:12.254 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87262026-07-02T17:45:13.018Z[ recovery-image] Jul 02 17:45:12.254 INFO O| Jul 02 17:45:12.254 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87272026-07-02T17:45:13.564Z[ recovery-image] Jul 02 17:45:12.799 INFO O| Jul 02 17:45:12.799 INFO STEP 1125 (pack_tar) COMPLETE
87282026-07-02T17:45:13.564Z[ recovery-image] Jul 02 17:45:12.799 INFO O| Jul 02 17:45:12.799 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87292026-07-02T17:45:13.567Z[ recovery-image] Jul 02 17:45:12.799 INFO O| Jul 02 17:45:12.799 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87302026-07-02T17:45:13.972Z[ recovery-image] Jul 02 17:45:13.207 INFO O| Jul 02 17:45:13.207 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87312026-07-02T17:45:14.052Z[ recovery-image] Jul 02 17:45:13.288 INFO O| Jul 02 17:45:13.288 INFO completed processing sled/ramdisk-03-recovery-trim
87322026-07-02T17:45:14.056Z[ recovery-image] Jul 02 17:45:13.292 INFO image builder template: zfs-recovery...
87332026-07-02T17:45:14.056Z[ recovery-image] Jul 02 17:45:13.292 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/.tmpyhreHx/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
87342026-07-02T17:45:14.079Z[ recovery-image] Jul 02 17:45:13.315 INFO O| Jul 02 17:45:13.315 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87352026-07-02T17:45:14.083Z[ recovery-image] Jul 02 17:45:13.319 INFO O| Jul 02 17:45:13.319 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87362026-07-02T17:45:14.166Z[ recovery-image] Jul 02 17:45:13.402 INFO O| Jul 02 17:45:13.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87372026-07-02T17:45:14.232Z[ recovery-image] Jul 02 17:45:13.468 INFO O| Jul 02 17:45:13.468 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87382026-07-02T17:45:14.233Z[ recovery-image] Jul 02 17:45:13.468 INFO O| Jul 02 17:45:13.468 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87392026-07-02T17:45:14.236Z[ recovery-image] Jul 02 17:45:13.471 INFO O| Jul 02 17:45:13.471 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87402026-07-02T17:45:14.319Z[ recovery-image] Jul 02 17:45:13.555 INFO O| Jul 02 17:45:13.555 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87412026-07-02T17:45:14.382Z[ recovery-image] Jul 02 17:45:13.617 INFO O| Jul 02 17:45:13.617 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87422026-07-02T17:45:14.389Z[ recovery-image] Jul 02 17:45:13.624 INFO O| Jul 02 17:45:13.624 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87432026-07-02T17:45:14.393Z[ recovery-image] Jul 02 17:45:13.628 INFO O| Jul 02 17:45:13.628 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87442026-07-02T17:45:14.396Z[ recovery-image] Jul 02 17:45:13.629 INFO O| Jul 02 17:45:13.629 INFO no lofi found
87452026-07-02T17:45:14.397Z[ recovery-image] Jul 02 17:45:13.629 INFO O| Jul 02 17:45:13.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87462026-07-02T17:45:14.397Z[ recovery-image] Jul 02 17:45:13.630 INFO O| Jul 02 17:45:13.629 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87472026-07-02T17:45:16.765Z[ recovery-image] Jul 02 17:45:16.001 INFO O| Jul 02 17:45:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
87482026-07-02T17:45:16.765Z[ recovery-image] Jul 02 17:45:16.001 INFO O| Jul 02 17:45:16.001 INFO pool device = /dev/dsk/c2t1d0p0
87492026-07-02T17:45:16.768Z[ recovery-image] Jul 02 17:45:16.001 INFO O| Jul 02 17:45:16.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87502026-07-02T17:45:16.822Z[ recovery-image] Jul 02 17:45:16.057 INFO O| Jul 02 17:45:16.057 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87512026-07-02T17:45:16.822Z[ recovery-image] Jul 02 17:45:16.057 INFO O| Jul 02 17:45:16.057 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87522026-07-02T17:45:16.836Z[ recovery-image] Jul 02 17:45:16.073 INFO O| Jul 02 17:45:16.073 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87532026-07-02T17:45:16.879Z[ recovery-image] Jul 02 17:45:16.114 INFO O| Jul 02 17:45:16.114 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87542026-07-02T17:45:16.903Z[ recovery-image] Jul 02 17:45:16.139 INFO O| Jul 02 17:45:16.139 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87552026-07-02T17:45:16.912Z[ recovery-image] Jul 02 17:45:16.148 INFO O| Jul 02 17:45:16.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87562026-07-02T17:45:16.919Z[ recovery-image] Jul 02 17:45:16.155 INFO O| Jul 02 17:45:16.155 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87572026-07-02T17:45:16.949Z[ recovery-image] Jul 02 17:45:16.185 INFO O| Jul 02 17:45:16.185 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87582026-07-02T17:45:16.949Z[ recovery-image] Jul 02 17:45:16.185 INFO O| Jul 02 17:45:16.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87592026-07-02T17:45:16.952Z[ recovery-image] Jul 02 17:45:16.185 INFO O| Jul 02 17:45:16.185 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87602026-07-02T17:45:16.956Z[ recovery-image] Jul 02 17:45:16.192 INFO O| Jul 02 17:45:16.192 INFO boot environment UUID: 7420838d-e605-49eb-a325-6c0166878e0f
87612026-07-02T17:45:16.956Z[ recovery-image] Jul 02 17:45:16.192 INFO O| Jul 02 17:45:16.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7420838d-e605-49eb-a325-6c0166878e0f
87622026-07-02T17:45:16.963Z[ recovery-image] Jul 02 17:45:16.199 INFO O| Jul 02 17:45:16.199 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87632026-07-02T17:45:16.970Z[ recovery-image] Jul 02 17:45:16.206 INFO O| Jul 02 17:45:16.206 INFO STEP 0 (create_be) COMPLETE
87642026-07-02T17:45:16.975Z[ recovery-image] Jul 02 17:45:16.206 INFO O| Jul 02 17:45:16.206 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87652026-07-02T17:45:16.980Z[ recovery-image] Jul 02 17:45:16.216 INFO O| Jul 02 17:45:16.216 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"]
87662026-07-02T17:45:19.354Z[ recovery-image] Jul 02 17:45:18.590 INFO O| Jul 02 17:45:18.590 INFO STEP 1 (unpack_tar) COMPLETE
87672026-07-02T17:45:19.355Z[ recovery-image] Jul 02 17:45:18.590 INFO O| Jul 02 17:45:18.590 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-07-02T17:45:19.361Z[ recovery-image] Jul 02 17:45:18.596 INFO O| Jul 02 17:45:18.596 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87692026-07-02T17:45:19.686Z[ recovery-image] Jul 02 17:45:18.921 INFO O| Jul 02 17:45:18.921 INFO STEP 2 (devfsadm) COMPLETE
87702026-07-02T17:45:19.686Z[ recovery-image] Jul 02 17:45:18.921 INFO O| Jul 02 17:45:18.921 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-07-02T17:45:19.693Z[ recovery-image] Jul 02 17:45:18.929 INFO O| Jul 02 17:45:18.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87722026-07-02T17:45:19.693Z[ recovery-image] Jul 02 17:45:18.929 INFO O| Jul 02 17:45:18.929 INFO STEP 3 (ensure_dir) COMPLETE
87732026-07-02T17:45:19.696Z[ recovery-image] Jul 02 17:45:18.929 INFO O| Jul 02 17:45:18.929 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-07-02T17:45:19.700Z[ recovery-image] Jul 02 17:45:18.936 INFO O| Jul 02 17:45:18.936 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87752026-07-02T17:45:19.700Z[ recovery-image] Jul 02 17:45:18.936 INFO O| Jul 02 17:45:18.936 INFO STEP 4 (ensure_dir) COMPLETE
87762026-07-02T17:45:19.700Z[ recovery-image] Jul 02 17:45:18.936 INFO O| Jul 02 17:45:18.936 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-07-02T17:45:19.708Z[ recovery-image] Jul 02 17:45:18.944 INFO O| Jul 02 17:45:18.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87782026-07-02T17:45:19.708Z[ recovery-image] Jul 02 17:45:18.944 INFO O| Jul 02 17:45:18.944 INFO STEP 5 (ensure_dir) COMPLETE
87792026-07-02T17:45:19.711Z[ recovery-image] Jul 02 17:45:18.944 INFO O| Jul 02 17:45:18.944 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-07-02T17:45:19.714Z[ recovery-image] Jul 02 17:45:18.950 INFO O| Jul 02 17:45:18.950 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87812026-07-02T17:45:19.715Z[ recovery-image] Jul 02 17:45:18.950 INFO O| Jul 02 17:45:18.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87822026-07-02T17:45:19.715Z[ recovery-image] Jul 02 17:45:18.950 INFO O| Jul 02 17:45:18.950 INFO STEP 6 (ensure_dir) COMPLETE
87832026-07-02T17:45:19.715Z[ recovery-image] Jul 02 17:45:18.950 INFO O| Jul 02 17:45:18.950 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-07-02T17:45:19.719Z[ recovery-image] Jul 02 17:45:18.955 INFO O| Jul 02 17:45:18.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87852026-07-02T17:45:19.719Z[ recovery-image] Jul 02 17:45:18.955 INFO O| Jul 02 17:45:18.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87862026-07-02T17:45:19.723Z[ recovery-image] Jul 02 17:45:18.955 INFO O| Jul 02 17:45:18.955 INFO STEP 7 (ensure_dir) COMPLETE
87872026-07-02T17:45:19.723Z[ recovery-image] Jul 02 17:45:18.955 INFO O| Jul 02 17:45:18.955 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-02T17:45:19.727Z[ recovery-image] Jul 02 17:45:18.961 INFO O| Jul 02 17:45:18.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87892026-07-02T17:45:19.727Z[ recovery-image] Jul 02 17:45:18.962 INFO O| Jul 02 17:45:18.961 INFO STEP 8 (remove_files) COMPLETE
87902026-07-02T17:45:19.727Z[ recovery-image] Jul 02 17:45:18.962 INFO O| Jul 02 17:45:18.962 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-02T17:45:19.733Z[ recovery-image] Jul 02 17:45:18.967 INFO O| Jul 02 17:45:18.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87922026-07-02T17:45:19.736Z[ recovery-image] Jul 02 17:45:18.968 INFO O| Jul 02 17:45:18.968 INFO STEP 9 (remove_files) COMPLETE
87932026-07-02T17:45:19.736Z[ recovery-image] Jul 02 17:45:18.968 INFO O| Jul 02 17:45:18.968 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-02T17:45:19.739Z[ recovery-image] Jul 02 17:45:18.974 INFO O| Jul 02 17:45:18.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87952026-07-02T17:45:19.739Z[ recovery-image] Jul 02 17:45:18.975 INFO O| Jul 02 17:45:18.975 INFO STEP 10 (remove_files) COMPLETE
87962026-07-02T17:45:19.739Z[ recovery-image] Jul 02 17:45:18.975 INFO O| Jul 02 17:45:18.975 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-07-02T17:45:19.744Z[ recovery-image] Jul 02 17:45:18.980 INFO O| Jul 02 17:45:18.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87982026-07-02T17:45:19.744Z[ recovery-image] Jul 02 17:45:18.980 INFO O| Jul 02 17:45:18.980 INFO STEP 11 (remove_files) COMPLETE
87992026-07-02T17:45:19.744Z[ recovery-image] Jul 02 17:45:18.980 INFO O| Jul 02 17:45:18.980 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-07-02T17:45:19.749Z[ recovery-image] Jul 02 17:45:18.985 INFO O| Jul 02 17:45:18.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88012026-07-02T17:45:19.749Z[ recovery-image] Jul 02 17:45:18.985 INFO O| Jul 02 17:45:18.985 INFO STEP 12 (remove_files) COMPLETE
88022026-07-02T17:45:19.751Z[ recovery-image] Jul 02 17:45:18.985 INFO O| Jul 02 17:45:18.985 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-07-02T17:45:19.758Z[ recovery-image] Jul 02 17:45:18.992 INFO O| Jul 02 17:45:18.992 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88042026-07-02T17:45:19.762Z[ recovery-image] Jul 02 17:45:18.992 INFO O| Jul 02 17:45:18.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88052026-07-02T17:45:19.762Z[ recovery-image] Jul 02 17:45:18.992 INFO O| Jul 02 17:45:18.992 INFO STEP 13 (ensure_dir) COMPLETE
88062026-07-02T17:45:19.763Z[ recovery-image] Jul 02 17:45:18.992 INFO O| Jul 02 17:45:18.992 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-07-02T17:45:19.766Z[ recovery-image] Jul 02 17:45:18.999 INFO O| Jul 02 17:45:18.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88082026-07-02T17:45:19.766Z[ recovery-image] Jul 02 17:45:18.999 INFO O| Jul 02 17:45:18.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88092026-07-02T17:45:19.766Z[ recovery-image] Jul 02 17:45:18.999 INFO O| Jul 02 17:45:18.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88102026-07-02T17:45:19.766Z[ recovery-image] Jul 02 17:45:18.999 INFO O| Jul 02 17:45:18.999 INFO STEP 14 (ensure_dir) COMPLETE
88112026-07-02T17:45:19.766Z[ recovery-image] Jul 02 17:45:18.999 INFO O| Jul 02 17:45:18.999 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-07-02T17:45:19.775Z[ recovery-image] Jul 02 17:45:19.008 INFO O| Jul 02 17:45:19.006 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88132026-07-02T17:45:19.775Z[ recovery-image] Jul 02 17:45:19.008 INFO O| Jul 02 17:45:19.006 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88142026-07-02T17:45:19.775Z[ recovery-image] Jul 02 17:45:19.008 INFO O| Jul 02 17:45:19.006 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88152026-07-02T17:45:19.778Z[ recovery-image] Jul 02 17:45:19.008 INFO O| Jul 02 17:45:19.006 INFO STEP 15 (ensure_dir) COMPLETE
88162026-07-02T17:45:19.779Z[ recovery-image] Jul 02 17:45:19.008 INFO O| Jul 02 17:45:19.006 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-02T17:45:19.780Z[ recovery-image] Jul 02 17:45:19.014 INFO O| Jul 02 17:45:19.014 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88182026-07-02T17:45:19.780Z[ recovery-image] Jul 02 17:45:19.014 INFO O| Jul 02 17:45:19.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88192026-07-02T17:45:19.780Z[ recovery-image] Jul 02 17:45:19.014 INFO O| Jul 02 17:45:19.014 INFO STEP 16 (ensure_dir) COMPLETE
88202026-07-02T17:45:19.784Z[ recovery-image] Jul 02 17:45:19.015 INFO O| Jul 02 17:45:19.014 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-07-02T17:45:19.787Z[ recovery-image] Jul 02 17:45:19.022 INFO O| Jul 02 17:45:19.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88222026-07-02T17:45:19.787Z[ recovery-image] Jul 02 17:45:19.022 INFO O| Jul 02 17:45:19.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88232026-07-02T17:45:19.787Z[ recovery-image] Jul 02 17:45:19.022 INFO O| Jul 02 17:45:19.022 INFO STEP 17 (ensure_dir) COMPLETE
88242026-07-02T17:45:19.787Z[ recovery-image] Jul 02 17:45:19.022 INFO O| Jul 02 17:45:19.022 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-07-02T17:45:19.794Z[ recovery-image] Jul 02 17:45:19.030 INFO O| Jul 02 17:45:19.030 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88262026-07-02T17:45:19.794Z[ recovery-image] Jul 02 17:45:19.030 INFO O| Jul 02 17:45:19.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88272026-07-02T17:45:19.794Z[ recovery-image] Jul 02 17:45:19.030 INFO O| Jul 02 17:45:19.030 INFO ok!
88282026-07-02T17:45:19.797Z[ recovery-image] Jul 02 17:45:19.030 INFO O| Jul 02 17:45:19.030 INFO STEP 18 (ensure_symlink) COMPLETE
88292026-07-02T17:45:19.797Z[ recovery-image] Jul 02 17:45:19.030 INFO O| Jul 02 17:45:19.030 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-07-02T17:45:19.802Z[ recovery-image] Jul 02 17:45:19.038 INFO O| Jul 02 17:45:19.038 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88312026-07-02T17:45:19.802Z[ recovery-image] Jul 02 17:45:19.038 INFO O| Jul 02 17:45:19.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88322026-07-02T17:45:19.802Z[ recovery-image] Jul 02 17:45:19.038 INFO O| Jul 02 17:45:19.038 INFO ok!
88332026-07-02T17:45:19.806Z[ recovery-image] Jul 02 17:45:19.038 INFO O| Jul 02 17:45:19.038 INFO STEP 19 (ensure_file) COMPLETE
88342026-07-02T17:45:19.806Z[ recovery-image] Jul 02 17:45:19.038 INFO O| Jul 02 17:45:19.038 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88352026-07-02T17:45:19.810Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88362026-07-02T17:45:19.810Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88372026-07-02T17:45:19.810Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88382026-07-02T17:45:19.814Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO ok!
88392026-07-02T17:45:19.814Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO STEP 20 (ensure_symlink) COMPLETE
88402026-07-02T17:45:19.814Z[ recovery-image] Jul 02 17:45:19.046 INFO O| Jul 02 17:45:19.046 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-07-02T17:45:19.818Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88422026-07-02T17:45:19.818Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88432026-07-02T17:45:19.822Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88442026-07-02T17:45:19.822Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO ok!
88452026-07-02T17:45:19.822Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO STEP 21 (ensure_symlink) COMPLETE
88462026-07-02T17:45:19.822Z[ recovery-image] Jul 02 17:45:19.054 INFO O| Jul 02 17:45:19.054 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.061 INFO O| Jul 02 17:45:19.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88482026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.061 INFO O| Jul 02 17:45:19.061 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88492026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.061 INFO O| Jul 02 17:45:19.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88502026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.062 INFO O| Jul 02 17:45:19.061 INFO ok!
88512026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.062 INFO O| Jul 02 17:45:19.061 INFO STEP 22 (ensure_symlink) COMPLETE
88522026-07-02T17:45:19.827Z[ recovery-image] Jul 02 17:45:19.062 INFO O| Jul 02 17:45:19.062 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-07-02T17:45:19.834Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88542026-07-02T17:45:19.834Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88552026-07-02T17:45:19.834Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88562026-07-02T17:45:19.838Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO ok!
88572026-07-02T17:45:19.838Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO STEP 23 (ensure_symlink) COMPLETE
88582026-07-02T17:45:19.838Z[ recovery-image] Jul 02 17:45:19.069 INFO O| Jul 02 17:45:19.069 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592026-07-02T17:45:19.842Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88602026-07-02T17:45:19.842Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 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 ...
88612026-07-02T17:45:19.842Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88622026-07-02T17:45:19.843Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 INFO ok!
88632026-07-02T17:45:19.843Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 INFO STEP 24 (ensure_file) COMPLETE
88642026-07-02T17:45:19.843Z[ recovery-image] Jul 02 17:45:19.076 INFO O| Jul 02 17:45:19.076 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-07-02T17:45:19.848Z[ recovery-image] Jul 02 17:45:19.084 INFO O| Jul 02 17:45:19.084 INFO updating shadow file
88662026-07-02T17:45:19.852Z[ recovery-image] Jul 02 17:45:19.084 INFO O| Jul 02 17:45:19.084 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88672026-07-02T17:45:19.852Z[ recovery-image] Jul 02 17:45:19.084 INFO O| Jul 02 17:45:19.084 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88682026-07-02T17:45:19.852Z[ recovery-image] Jul 02 17:45:19.084 INFO O| Jul 02 17:45:19.084 INFO STEP 25 (shadow) COMPLETE
88692026-07-02T17:45:19.852Z[ recovery-image] Jul 02 17:45:19.084 INFO O| Jul 02 17:45:19.084 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-07-02T17:45:19.855Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88712026-07-02T17:45:19.856Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88722026-07-02T17:45:19.856Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88732026-07-02T17:45:19.856Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 INFO ok!
88742026-07-02T17:45:19.856Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 INFO STEP 26 (ensure_file) COMPLETE
88752026-07-02T17:45:19.856Z[ recovery-image] Jul 02 17:45:19.091 INFO O| Jul 02 17:45:19.091 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762026-07-02T17:45:19.862Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88772026-07-02T17:45:19.862Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88782026-07-02T17:45:19.866Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88792026-07-02T17:45:19.866Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO ok!
88802026-07-02T17:45:19.866Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO STEP 27 (ensure_file) COMPLETE
88812026-07-02T17:45:19.867Z[ recovery-image] Jul 02 17:45:19.098 INFO O| Jul 02 17:45:19.098 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822026-07-02T17:45:19.870Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88832026-07-02T17:45:19.870Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88842026-07-02T17:45:19.870Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88852026-07-02T17:45:19.870Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88862026-07-02T17:45:19.871Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO ok!
88872026-07-02T17:45:19.871Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO STEP 28 (ensure_file) COMPLETE
88882026-07-02T17:45:19.871Z[ recovery-image] Jul 02 17:45:19.106 INFO O| Jul 02 17:45:19.106 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-07-02T17:45:19.877Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88902026-07-02T17:45:19.877Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88912026-07-02T17:45:19.880Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88922026-07-02T17:45:19.881Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO ok!
88932026-07-02T17:45:19.881Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO STEP 29 (ensure_file) COMPLETE
88942026-07-02T17:45:19.881Z[ recovery-image] Jul 02 17:45:19.113 INFO O| Jul 02 17:45:19.113 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-07-02T17:45:19.885Z[ recovery-image] Jul 02 17:45:19.120 INFO O| Jul 02 17:45:19.120 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88962026-07-02T17:45:19.885Z[ recovery-image] Jul 02 17:45:19.120 INFO O| Jul 02 17:45:19.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88972026-07-02T17:45:19.885Z[ recovery-image] Jul 02 17:45:19.120 INFO O| Jul 02 17:45:19.120 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88982026-07-02T17:45:19.885Z[ recovery-image] Jul 02 17:45:19.120 INFO O| Jul 02 17:45:19.120 INFO STEP 30 (ensure_dir) COMPLETE
88992026-07-02T17:45:19.885Z[ recovery-image] Jul 02 17:45:19.120 INFO O| Jul 02 17:45:19.120 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-07-02T17:45:19.890Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89012026-07-02T17:45:19.891Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 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 ...
89022026-07-02T17:45:19.894Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 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
89032026-07-02T17:45:19.894Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89042026-07-02T17:45:19.894Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 INFO ok!
89052026-07-02T17:45:19.894Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 INFO STEP 31 (ensure_file) COMPLETE
89062026-07-02T17:45:19.894Z[ recovery-image] Jul 02 17:45:19.127 INFO O| Jul 02 17:45:19.127 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-07-02T17:45:19.898Z[ recovery-image] Jul 02 17:45:19.134 INFO O| Jul 02 17:45:19.134 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89082026-07-02T17:45:19.901Z[ recovery-image] Jul 02 17:45:19.134 INFO O| Jul 02 17:45:19.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89092026-07-02T17:45:19.901Z[ recovery-image] Jul 02 17:45:19.134 INFO O| Jul 02 17:45:19.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89102026-07-02T17:45:19.901Z[ recovery-image] Jul 02 17:45:19.134 INFO O| Jul 02 17:45:19.134 INFO STEP 32 (ensure_dir) COMPLETE
89112026-07-02T17:45:19.902Z[ recovery-image] Jul 02 17:45:19.134 INFO O| Jul 02 17:45:19.134 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-07-02T17:45:19.905Z[ recovery-image] Jul 02 17:45:19.141 INFO O| Jul 02 17:45:19.141 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89132026-07-02T17:45:19.905Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.141 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 ...
89142026-07-02T17:45:19.909Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.142 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
89152026-07-02T17:45:19.909Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.142 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89162026-07-02T17:45:19.909Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.142 INFO ok!
89172026-07-02T17:45:19.909Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.142 INFO STEP 33 (ensure_file) COMPLETE
89182026-07-02T17:45:19.909Z[ recovery-image] Jul 02 17:45:19.142 INFO O| Jul 02 17:45:19.142 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89192026-07-02T17:45:19.913Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89202026-07-02T17:45:19.913Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89212026-07-02T17:45:19.914Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89222026-07-02T17:45:19.917Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO ok!
89232026-07-02T17:45:19.917Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO STEP 34 (ensure_file) COMPLETE
89242026-07-02T17:45:19.917Z[ recovery-image] Jul 02 17:45:19.149 INFO O| Jul 02 17:45:19.149 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89252026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.156 INFO O| Jul 02 17:45:19.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89262026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.156 INFO O| Jul 02 17:45:19.156 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89272026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.157 INFO O| Jul 02 17:45:19.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89282026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.157 INFO O| Jul 02 17:45:19.157 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89292026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.157 INFO O| Jul 02 17:45:19.157 INFO ok!
89302026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.157 INFO O| Jul 02 17:45:19.157 INFO STEP 35 (ensure_file) COMPLETE
89312026-07-02T17:45:19.921Z[ recovery-image] Jul 02 17:45:19.157 INFO O| Jul 02 17:45:19.157 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89322026-07-02T17:45:19.928Z[ recovery-image] Jul 02 17:45:19.163 INFO O| Jul 02 17:45:19.163 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89332026-07-02T17:45:19.928Z[ recovery-image] Jul 02 17:45:19.163 INFO O| Jul 02 17:45:19.163 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89342026-07-02T17:45:19.935Z[ recovery-image] Jul 02 17:45:19.164 INFO O| Jul 02 17:45:19.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89352026-07-02T17:45:19.935Z[ recovery-image] Jul 02 17:45:19.164 INFO O| Jul 02 17:45:19.164 INFO ok!
89362026-07-02T17:45:19.935Z[ recovery-image] Jul 02 17:45:19.164 INFO O| Jul 02 17:45:19.164 INFO STEP 36 (ensure_file) COMPLETE
89372026-07-02T17:45:19.935Z[ recovery-image] Jul 02 17:45:19.164 INFO O| Jul 02 17:45:19.164 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89382026-07-02T17:45:19.939Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89392026-07-02T17:45:19.939Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89402026-07-02T17:45:19.939Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89412026-07-02T17:45:19.940Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 INFO ok!
89422026-07-02T17:45:19.940Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 INFO STEP 37 (ensure_file) COMPLETE
89432026-07-02T17:45:19.940Z[ recovery-image] Jul 02 17:45:19.170 INFO O| Jul 02 17:45:19.170 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89442026-07-02T17:45:19.943Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89452026-07-02T17:45:19.943Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89462026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89472026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89492026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO ok!
89512026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO STEP 38 (ensure_file) COMPLETE
89522026-07-02T17:45:19.944Z[ recovery-image] Jul 02 17:45:19.176 INFO O| Jul 02 17:45:19.176 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89532026-07-02T17:45:19.947Z[ recovery-image] Jul 02 17:45:19.182 INFO O| Jul 02 17:45:19.182 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89542026-07-02T17:45:19.947Z[ recovery-image] Jul 02 17:45:19.182 INFO O| Jul 02 17:45:19.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89552026-07-02T17:45:19.948Z[ recovery-image] Jul 02 17:45:19.182 INFO O| Jul 02 17:45:19.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89562026-07-02T17:45:19.948Z[ recovery-image] Jul 02 17:45:19.182 INFO O| Jul 02 17:45:19.182 INFO STEP 39 (ensure_dir) COMPLETE
89572026-07-02T17:45:19.948Z[ recovery-image] Jul 02 17:45:19.182 INFO O| Jul 02 17:45:19.182 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89582026-07-02T17:45:19.952Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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
89592026-07-02T17:45:19.952Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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 ...
89602026-07-02T17:45:19.971Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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
89612026-07-02T17:45:19.972Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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
89622026-07-02T17:45:19.972Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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
89632026-07-02T17:45:19.973Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 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
89642026-07-02T17:45:19.973Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 INFO ok!
89652026-07-02T17:45:19.973Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 INFO STEP 40 (ensure_file) COMPLETE
89662026-07-02T17:45:19.973Z[ recovery-image] Jul 02 17:45:19.188 INFO O| Jul 02 17:45:19.188 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89672026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89682026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 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 ...
89692026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89702026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 INFO ok!
89712026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 INFO STEP 41 (ensure_symlink) COMPLETE
89722026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.193 INFO O| Jul 02 17:45:19.193 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89732026-07-02T17:45:19.985Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89742026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89752026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89762026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO ok!
89772026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO STEP 42 (ensure_symlink) COMPLETE
89782026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.198 INFO O| Jul 02 17:45:19.198 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89792026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89802026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89812026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89822026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89842026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO ok!
89862026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO STEP 43 (ensure_file) COMPLETE
89872026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.204 INFO O| Jul 02 17:45:19.204 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89882026-07-02T17:45:19.986Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89892026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 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 ...
89902026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 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
89912026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89922026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 INFO ok!
89932026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 INFO STEP 44 (ensure_file) COMPLETE
89942026-07-02T17:45:19.987Z[ recovery-image] Jul 02 17:45:19.212 INFO O| Jul 02 17:45:19.212 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89952026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89962026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89972026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89982026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO ok!
89992026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO STEP 45 (ensure_file) COMPLETE
90002026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.219 INFO O| Jul 02 17:45:19.219 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90012026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.226 INFO O| Jul 02 17:45:19.226 INFO updating shadow file
90022026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.226 INFO O| Jul 02 17:45:19.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90032026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.226 INFO O| Jul 02 17:45:19.226 INFO STEP 46 (shadow) COMPLETE
90042026-07-02T17:45:19.992Z[ recovery-image] Jul 02 17:45:19.226 INFO O| Jul 02 17:45:19.226 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90052026-07-02T17:45:20.000Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90062026-07-02T17:45:20.002Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90072026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90082026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90092026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO ok!
90102026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO STEP 47 (ensure_file) COMPLETE
90112026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.233 INFO O| Jul 02 17:45:19.233 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.240 INFO O| Jul 02 17:45:19.240 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90132026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.240 INFO O| Jul 02 17:45:19.240 INFO STEP 48 (ensure_dir) COMPLETE
90142026-07-02T17:45:20.006Z[ recovery-image] Jul 02 17:45:19.240 INFO O| Jul 02 17:45:19.240 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-07-02T17:45:20.013Z[ recovery-image] Jul 02 17:45:19.248 INFO O| Jul 02 17:45:19.248 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90162026-07-02T17:45:20.013Z[ recovery-image] Jul 02 17:45:19.248 INFO O| Jul 02 17:45:19.248 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90172026-07-02T17:45:20.017Z[ recovery-image] Jul 02 17:45:19.248 INFO O| Jul 02 17:45:19.248 INFO STEP 49 (ensure_dir) COMPLETE
90182026-07-02T17:45:20.017Z[ recovery-image] Jul 02 17:45:19.248 INFO O| Jul 02 17:45:19.248 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-07-02T17:45:20.023Z[ recovery-image] Jul 02 17:45:19.255 INFO O| Jul 02 17:45:19.255 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90202026-07-02T17:45:20.023Z[ recovery-image] Jul 02 17:45:19.255 INFO O| Jul 02 17:45:19.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90212026-07-02T17:45:20.023Z[ recovery-image] Jul 02 17:45:19.255 INFO O| Jul 02 17:45:19.255 INFO STEP 50 (ensure_dir) COMPLETE
90222026-07-02T17:45:20.023Z[ recovery-image] Jul 02 17:45:19.255 INFO O| Jul 02 17:45:19.255 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-07-02T17:45:20.027Z[ recovery-image] Jul 02 17:45:19.262 INFO O| Jul 02 17:45:19.262 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90242026-07-02T17:45:20.027Z[ recovery-image] Jul 02 17:45:19.262 INFO O| Jul 02 17:45:19.262 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90252026-07-02T17:45:20.056Z[ recovery-image] Jul 02 17:45:19.292 INFO O| Jul 02 17:45:19.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90262026-07-02T17:45:20.056Z[ recovery-image] Jul 02 17:45:19.292 INFO O| Jul 02 17:45:19.292 INFO ok!
90272026-07-02T17:45:20.059Z[ recovery-image] Jul 02 17:45:19.292 INFO O| Jul 02 17:45:19.292 INFO STEP 51 (ensure_file) COMPLETE
90282026-07-02T17:45:20.060Z[ recovery-image] Jul 02 17:45:19.292 INFO O| Jul 02 17:45:19.292 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-07-02T17:45:20.064Z[ recovery-image] Jul 02 17:45:19.300 INFO O| Jul 02 17:45:19.300 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90302026-07-02T17:45:20.067Z[ recovery-image] Jul 02 17:45:19.300 INFO O| Jul 02 17:45:19.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90312026-07-02T17:45:20.067Z[ recovery-image] Jul 02 17:45:19.300 INFO O| Jul 02 17:45:19.300 INFO STEP 52 (ensure_dir) COMPLETE
90322026-07-02T17:45:20.067Z[ recovery-image] Jul 02 17:45:19.300 INFO O| Jul 02 17:45:19.300 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90342026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90352026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90362026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO ok!
90372026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO STEP 53 (ensure_file) COMPLETE
90382026-07-02T17:45:20.072Z[ recovery-image] Jul 02 17:45:19.307 INFO O| Jul 02 17:45:19.307 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-07-02T17:45:20.091Z[ recovery-image] Jul 02 17:45:19.314 INFO O| Jul 02 17:45:19.314 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90402026-07-02T17:45:20.092Z[ recovery-image] Jul 02 17:45:19.314 INFO O| Jul 02 17:45:19.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90412026-07-02T17:45:20.092Z[ recovery-image] Jul 02 17:45:19.314 INFO O| Jul 02 17:45:19.314 INFO STEP 54 (ensure_dir) COMPLETE
90422026-07-02T17:45:20.092Z[ recovery-image] Jul 02 17:45:19.314 INFO O| Jul 02 17:45:19.314 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-07-02T17:45:20.092Z[ recovery-image] Jul 02 17:45:19.321 INFO O| Jul 02 17:45:19.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90442026-07-02T17:45:20.092Z[ recovery-image] Jul 02 17:45:19.321 INFO O| Jul 02 17:45:19.321 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90452026-07-02T17:45:20.589Z[ recovery-image] Jul 02 17:45:19.823 INFO O| Jul 02 17:45:19.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90462026-07-02T17:45:20.589Z[ recovery-image] Jul 02 17:45:19.823 INFO O| Jul 02 17:45:19.823 INFO ok!
90472026-07-02T17:45:20.589Z[ recovery-image] Jul 02 17:45:19.823 INFO O| Jul 02 17:45:19.823 INFO STEP 55 (ensure_file) COMPLETE
90482026-07-02T17:45:20.592Z[ recovery-image] Jul 02 17:45:19.823 INFO O| Jul 02 17:45:19.823 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-07-02T17:45:20.596Z[ recovery-image] Jul 02 17:45:19.830 INFO O| Jul 02 17:45:19.830 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90502026-07-02T17:45:20.596Z[ recovery-image] Jul 02 17:45:19.830 INFO O| Jul 02 17:45:19.830 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90512026-07-02T17:45:21.082Z[ recovery-image] Jul 02 17:45:20.317 INFO O| Jul 02 17:45:20.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90522026-07-02T17:45:21.082Z[ recovery-image] Jul 02 17:45:20.317 INFO O| Jul 02 17:45:20.317 INFO ok!
90532026-07-02T17:45:21.082Z[ recovery-image] Jul 02 17:45:20.317 INFO O| Jul 02 17:45:20.317 INFO STEP 56 (ensure_file) COMPLETE
90542026-07-02T17:45:21.086Z[ recovery-image] Jul 02 17:45:20.317 INFO O| Jul 02 17:45:20.317 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-07-02T17:45:21.089Z[ recovery-image] Jul 02 17:45:20.324 INFO O| Jul 02 17:45:20.324 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90562026-07-02T17:45:21.089Z[ recovery-image] Jul 02 17:45:20.324 INFO O| Jul 02 17:45:20.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90572026-07-02T17:45:21.089Z[ recovery-image] Jul 02 17:45:20.324 INFO O| Jul 02 17:45:20.324 INFO STEP 57 (ensure_dir) COMPLETE
90582026-07-02T17:45:21.089Z[ recovery-image] Jul 02 17:45:20.324 INFO O| Jul 02 17:45:20.324 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-07-02T17:45:21.096Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90602026-07-02T17:45:21.096Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 INFO copying /tmp/.tmpyhreHx/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 ...
90612026-07-02T17:45:21.100Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 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
90622026-07-02T17:45:21.100Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 INFO ok!
90632026-07-02T17:45:21.100Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 INFO STEP 58 (ensure_file) COMPLETE
90642026-07-02T17:45:21.100Z[ recovery-image] Jul 02 17:45:20.330 INFO O| Jul 02 17:45:20.330 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-07-02T17:45:21.103Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90662026-07-02T17:45:21.103Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 INFO copying /tmp/.tmpyhreHx/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 ...
90672026-07-02T17:45:21.103Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 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
90682026-07-02T17:45:21.104Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 INFO ok!
90692026-07-02T17:45:21.104Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 INFO STEP 59 (ensure_file) COMPLETE
90702026-07-02T17:45:21.104Z[ recovery-image] Jul 02 17:45:20.339 INFO O| Jul 02 17:45:20.339 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90712026-07-02T17:45:21.109Z[ recovery-image] Jul 02 17:45:20.345 INFO O| Jul 02 17:45:20.345 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90722026-07-02T17:45:21.113Z[ recovery-image] Jul 02 17:45:20.345 INFO O| Jul 02 17:45:20.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90732026-07-02T17:45:21.113Z[ recovery-image] Jul 02 17:45:20.345 INFO O| Jul 02 17:45:20.345 INFO STEP 60 (ensure_dir) COMPLETE
90742026-07-02T17:45:21.114Z[ recovery-image] Jul 02 17:45:20.345 INFO O| Jul 02 17:45:20.345 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-07-02T17:45:21.117Z[ recovery-image] Jul 02 17:45:20.352 INFO O| Jul 02 17:45:20.352 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90762026-07-02T17:45:21.118Z[ recovery-image] Jul 02 17:45:20.352 INFO O| Jul 02 17:45:20.352 INFO copying /tmp/.tmpyhreHx/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 ...
90772026-07-02T17:45:21.118Z[ recovery-image] Jul 02 17:45:20.352 INFO O| Jul 02 17:45:20.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90782026-07-02T17:45:21.118Z[ recovery-image] Jul 02 17:45:20.352 INFO O| Jul 02 17:45:20.352 INFO ok!
90792026-07-02T17:45:21.118Z[ recovery-image] Jul 02 17:45:20.352 INFO O| Jul 02 17:45:20.352 INFO STEP 61 (ensure_file) COMPLETE
90802026-07-02T17:45:21.118Z[ recovery-image] Jul 02 17:45:20.353 INFO O| Jul 02 17:45:20.352 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-07-02T17:45:21.123Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90822026-07-02T17:45:21.123Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 INFO copying /tmp/.tmpyhreHx/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 ...
90832026-07-02T17:45:21.123Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 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
90842026-07-02T17:45:21.127Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 INFO ok!
90852026-07-02T17:45:21.127Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 INFO STEP 62 (ensure_file) COMPLETE
90862026-07-02T17:45:21.127Z[ recovery-image] Jul 02 17:45:20.359 INFO O| Jul 02 17:45:20.359 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-07-02T17:45:21.131Z[ recovery-image] Jul 02 17:45:20.365 INFO O| Jul 02 17:45:20.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90882026-07-02T17:45:21.131Z[ recovery-image] Jul 02 17:45:20.365 INFO O| Jul 02 17:45:20.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90892026-07-02T17:45:21.131Z[ recovery-image] Jul 02 17:45:20.365 INFO O| Jul 02 17:45:20.365 INFO STEP 63 (ensure_dir) COMPLETE
90902026-07-02T17:45:21.131Z[ recovery-image] Jul 02 17:45:20.365 INFO O| Jul 02 17:45:20.365 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-07-02T17:45:21.138Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.371 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90922026-07-02T17:45:21.138Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.371 INFO copying /tmp/.tmpyhreHx/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 ...
90932026-07-02T17:45:21.141Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90942026-07-02T17:45:21.141Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.372 INFO ok!
90952026-07-02T17:45:21.141Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.372 INFO STEP 64 (ensure_file) COMPLETE
90962026-07-02T17:45:21.141Z[ recovery-image] Jul 02 17:45:20.372 INFO O| Jul 02 17:45:20.372 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-07-02T17:45:21.145Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90982026-07-02T17:45:21.145Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90992026-07-02T17:45:21.145Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91002026-07-02T17:45:21.145Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO ok!
91012026-07-02T17:45:21.146Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO STEP 65 (ensure_file) COMPLETE
91022026-07-02T17:45:21.146Z[ recovery-image] Jul 02 17:45:20.378 INFO O| Jul 02 17:45:20.378 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91032026-07-02T17:45:21.156Z[ recovery-image] Jul 02 17:45:20.385 INFO O| Jul 02 17:45:20.385 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91042026-07-02T17:45:21.156Z[ recovery-image] Jul 02 17:45:20.385 INFO O| Jul 02 17:45:20.385 INFO STEP 66 (ensure_dir) COMPLETE
91052026-07-02T17:45:21.156Z[ recovery-image] Jul 02 17:45:20.385 INFO O| Jul 02 17:45:20.385 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-07-02T17:45:21.156Z[ recovery-image] Jul 02 17:45:20.390 INFO O| Jul 02 17:45:20.390 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91072026-07-02T17:45:21.156Z[ recovery-image] Jul 02 17:45:20.390 INFO O| Jul 02 17:45:20.390 INFO STEP 67 (ensure_dir) COMPLETE
91082026-07-02T17:45:21.157Z[ recovery-image] Jul 02 17:45:20.390 INFO O| Jul 02 17:45:20.390 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-07-02T17:45:21.161Z[ recovery-image] Jul 02 17:45:20.397 INFO O| Jul 02 17:45:20.397 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91102026-07-02T17:45:21.161Z[ recovery-image] Jul 02 17:45:20.397 INFO O| Jul 02 17:45:20.397 INFO STEP 68 (ensure_dir) COMPLETE
91112026-07-02T17:45:21.165Z[ recovery-image] Jul 02 17:45:20.397 INFO O| Jul 02 17:45:20.397 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-07-02T17:45:21.168Z[ recovery-image] Jul 02 17:45:20.403 INFO O| Jul 02 17:45:20.403 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91132026-07-02T17:45:21.168Z[ recovery-image] Jul 02 17:45:20.403 INFO O| Jul 02 17:45:20.403 INFO STEP 69 (ensure_dir) COMPLETE
91142026-07-02T17:45:21.168Z[ recovery-image] Jul 02 17:45:20.403 INFO O| Jul 02 17:45:20.403 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-07-02T17:45:21.173Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91162026-07-02T17:45:21.173Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO copying /tmp/.tmpyhreHx/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91172026-07-02T17:45:21.176Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91182026-07-02T17:45:21.176Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO ok!
91192026-07-02T17:45:21.177Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO STEP 70 (ensure_file) COMPLETE
91202026-07-02T17:45:21.177Z[ recovery-image] Jul 02 17:45:20.409 INFO O| Jul 02 17:45:20.409 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-07-02T17:45:21.180Z[ recovery-image] Jul 02 17:45:20.415 INFO O| Jul 02 17:45:20.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91222026-07-02T17:45:21.180Z[ recovery-image] Jul 02 17:45:20.415 INFO O| Jul 02 17:45:20.415 INFO STEP 71 (remove_files) COMPLETE
91232026-07-02T17:45:21.181Z[ recovery-image] Jul 02 17:45:20.415 INFO O| Jul 02 17:45:20.415 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-07-02T17:45:21.185Z[ recovery-image] Jul 02 17:45:20.420 INFO O| Jul 02 17:45:20.420 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91252026-07-02T17:45:21.185Z[ recovery-image] Jul 02 17:45:20.420 INFO O| Jul 02 17:45:20.420 INFO STEP 72 (remove_files) COMPLETE
91262026-07-02T17:45:21.185Z[ recovery-image] Jul 02 17:45:20.420 INFO O| Jul 02 17:45:20.420 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-07-02T17:45:21.191Z[ recovery-image] Jul 02 17:45:20.426 INFO O| Jul 02 17:45:20.426 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91282026-07-02T17:45:21.194Z[ recovery-image] Jul 02 17:45:20.426 INFO O| Jul 02 17:45:20.426 INFO STEP 73 (remove_files) COMPLETE
91292026-07-02T17:45:21.195Z[ recovery-image] Jul 02 17:45:20.426 INFO O| Jul 02 17:45:20.426 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-07-02T17:45:21.198Z[ recovery-image] Jul 02 17:45:20.432 INFO O| Jul 02 17:45:20.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91312026-07-02T17:45:21.198Z[ recovery-image] Jul 02 17:45:20.432 INFO O| Jul 02 17:45:20.432 INFO STEP 74 (remove_files) COMPLETE
91322026-07-02T17:45:21.198Z[ recovery-image] Jul 02 17:45:20.432 INFO O| Jul 02 17:45:20.432 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-07-02T17:45:21.202Z[ recovery-image] Jul 02 17:45:20.437 INFO O| Jul 02 17:45:20.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91342026-07-02T17:45:21.202Z[ recovery-image] Jul 02 17:45:20.437 INFO O| Jul 02 17:45:20.437 INFO STEP 75 (remove_files) COMPLETE
91352026-07-02T17:45:21.202Z[ recovery-image] Jul 02 17:45:20.437 INFO O| Jul 02 17:45:20.437 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-07-02T17:45:21.209Z[ recovery-image] Jul 02 17:45:20.444 INFO O| Jul 02 17:45:20.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91372026-07-02T17:45:21.212Z[ recovery-image] Jul 02 17:45:20.445 INFO O| Jul 02 17:45:20.445 INFO STEP 76 (remove_files) COMPLETE
91382026-07-02T17:45:21.212Z[ recovery-image] Jul 02 17:45:20.445 INFO O| Jul 02 17:45:20.445 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-07-02T17:45:21.215Z[ recovery-image] Jul 02 17:45:20.450 INFO O| Jul 02 17:45:20.450 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91402026-07-02T17:45:21.215Z[ recovery-image] Jul 02 17:45:20.450 INFO O| Jul 02 17:45:20.450 INFO STEP 77 (remove_files) COMPLETE
91412026-07-02T17:45:21.215Z[ recovery-image] Jul 02 17:45:20.450 INFO O| Jul 02 17:45:20.450 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-07-02T17:45:21.220Z[ recovery-image] Jul 02 17:45:20.456 INFO O| Jul 02 17:45:20.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91432026-07-02T17:45:21.220Z[ recovery-image] Jul 02 17:45:20.456 INFO O| Jul 02 17:45:20.456 INFO STEP 78 (remove_files) COMPLETE
91442026-07-02T17:45:21.220Z[ recovery-image] Jul 02 17:45:20.456 INFO O| Jul 02 17:45:20.456 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-02T17:45:21.227Z[ recovery-image] Jul 02 17:45:20.463 INFO O| Jul 02 17:45:20.463 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91462026-07-02T17:45:21.232Z[ recovery-image] Jul 02 17:45:20.463 INFO O| Jul 02 17:45:20.463 INFO STEP 79 (remove_files) COMPLETE
91472026-07-02T17:45:21.232Z[ recovery-image] Jul 02 17:45:20.463 INFO O| Jul 02 17:45:20.463 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-02T17:45:21.236Z[ recovery-image] Jul 02 17:45:20.469 INFO O| Jul 02 17:45:20.469 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91492026-07-02T17:45:21.236Z[ recovery-image] Jul 02 17:45:20.469 INFO O| Jul 02 17:45:20.469 INFO STEP 80 (remove_files) COMPLETE
91502026-07-02T17:45:21.236Z[ recovery-image] Jul 02 17:45:20.469 INFO O| Jul 02 17:45:20.469 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-07-02T17:45:21.239Z[ recovery-image] Jul 02 17:45:20.474 INFO O| Jul 02 17:45:20.474 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91522026-07-02T17:45:21.240Z[ recovery-image] Jul 02 17:45:20.474 INFO O| Jul 02 17:45:20.474 INFO STEP 81 (remove_files) COMPLETE
91532026-07-02T17:45:21.240Z[ recovery-image] Jul 02 17:45:20.474 INFO O| Jul 02 17:45:20.474 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-07-02T17:45:21.244Z[ recovery-image] Jul 02 17:45:20.480 INFO O| Jul 02 17:45:20.480 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91552026-07-02T17:45:21.248Z[ recovery-image] Jul 02 17:45:20.480 INFO O| Jul 02 17:45:20.480 INFO STEP 82 (remove_files) COMPLETE
91562026-07-02T17:45:21.248Z[ recovery-image] Jul 02 17:45:20.480 INFO O| Jul 02 17:45:20.480 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-07-02T17:45:21.252Z[ recovery-image] Jul 02 17:45:20.486 INFO O| Jul 02 17:45:20.486 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91582026-07-02T17:45:21.252Z[ recovery-image] Jul 02 17:45:20.486 INFO O| Jul 02 17:45:20.486 INFO STEP 83 (remove_files) COMPLETE
91592026-07-02T17:45:21.253Z[ recovery-image] Jul 02 17:45:20.486 INFO O| Jul 02 17:45:20.486 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-07-02T17:45:21.258Z[ recovery-image] Jul 02 17:45:20.494 INFO O| Jul 02 17:45:20.494 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91612026-07-02T17:45:21.258Z[ recovery-image] Jul 02 17:45:20.494 INFO O| Jul 02 17:45:20.494 INFO STEP 84 (remove_files) COMPLETE
91622026-07-02T17:45:21.258Z[ recovery-image] Jul 02 17:45:20.494 INFO O| Jul 02 17:45:20.494 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-07-02T17:45:21.265Z[ recovery-image] Jul 02 17:45:20.500 INFO O| Jul 02 17:45:20.500 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91642026-07-02T17:45:21.265Z[ recovery-image] Jul 02 17:45:20.501 INFO O| Jul 02 17:45:20.500 INFO STEP 85 (remove_files) COMPLETE
91652026-07-02T17:45:21.268Z[ recovery-image] Jul 02 17:45:20.501 INFO O| Jul 02 17:45:20.500 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-07-02T17:45:21.271Z[ recovery-image] Jul 02 17:45:20.507 INFO O| Jul 02 17:45:20.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91672026-07-02T17:45:21.272Z[ recovery-image] Jul 02 17:45:20.507 INFO O| Jul 02 17:45:20.507 INFO STEP 86 (remove_files) COMPLETE
91682026-07-02T17:45:21.272Z[ recovery-image] Jul 02 17:45:20.507 INFO O| Jul 02 17:45:20.507 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-07-02T17:45:21.278Z[ recovery-image] Jul 02 17:45:20.513 INFO O| Jul 02 17:45:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91702026-07-02T17:45:21.278Z[ recovery-image] Jul 02 17:45:20.513 INFO O| Jul 02 17:45:20.513 INFO STEP 87 (remove_files) COMPLETE
91712026-07-02T17:45:21.278Z[ recovery-image] Jul 02 17:45:20.513 INFO O| Jul 02 17:45:20.513 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-07-02T17:45:21.284Z[ recovery-image] Jul 02 17:45:20.520 INFO O| Jul 02 17:45:20.520 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91732026-07-02T17:45:21.284Z[ recovery-image] Jul 02 17:45:20.520 INFO O| Jul 02 17:45:20.520 INFO STEP 88 (remove_files) COMPLETE
91742026-07-02T17:45:21.284Z[ recovery-image] Jul 02 17:45:20.520 INFO O| Jul 02 17:45:20.520 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-07-02T17:45:21.290Z[ recovery-image] Jul 02 17:45:20.526 INFO O| Jul 02 17:45:20.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91762026-07-02T17:45:21.294Z[ recovery-image] Jul 02 17:45:20.526 INFO O| Jul 02 17:45:20.526 INFO STEP 89 (remove_files) COMPLETE
91772026-07-02T17:45:21.294Z[ recovery-image] Jul 02 17:45:20.526 INFO O| Jul 02 17:45:20.526 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-07-02T17:45:21.299Z[ recovery-image] Jul 02 17:45:20.532 INFO O| Jul 02 17:45:20.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91792026-07-02T17:45:21.299Z[ recovery-image] Jul 02 17:45:20.532 INFO O| Jul 02 17:45:20.532 INFO STEP 90 (remove_files) COMPLETE
91802026-07-02T17:45:21.299Z[ recovery-image] Jul 02 17:45:20.532 INFO O| Jul 02 17:45:20.532 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-07-02T17:45:21.376Z[ recovery-image] Jul 02 17:45:20.538 INFO O| Jul 02 17:45:20.538 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91822026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.538 INFO O| Jul 02 17:45:20.538 INFO STEP 91 (remove_files) COMPLETE
91832026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.538 INFO O| Jul 02 17:45:20.538 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.544 INFO O| Jul 02 17:45:20.544 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91852026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.544 INFO O| Jul 02 17:45:20.544 INFO STEP 92 (remove_files) COMPLETE
91862026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.544 INFO O| Jul 02 17:45:20.544 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.549 INFO O| Jul 02 17:45:20.549 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91882026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.549 INFO O| Jul 02 17:45:20.549 INFO STEP 93 (remove_files) COMPLETE
91892026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.549 INFO O| Jul 02 17:45:20.549 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.554 INFO O| Jul 02 17:45:20.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91912026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.554 INFO O| Jul 02 17:45:20.554 INFO STEP 94 (remove_files) COMPLETE
91922026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.554 INFO O| Jul 02 17:45:20.554 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.559 INFO O| Jul 02 17:45:20.559 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91942026-07-02T17:45:21.388Z[ recovery-image] Jul 02 17:45:20.559 INFO O| Jul 02 17:45:20.559 INFO STEP 95 (remove_files) COMPLETE
91952026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.559 INFO O| Jul 02 17:45:20.559 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.565 INFO O| Jul 02 17:45:20.565 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91972026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.565 INFO O| Jul 02 17:45:20.565 INFO STEP 96 (remove_files) COMPLETE
91982026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.565 INFO O| Jul 02 17:45:20.565 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.570 INFO O| Jul 02 17:45:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92002026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.570 INFO O| Jul 02 17:45:20.570 INFO STEP 97 (remove_files) COMPLETE
92012026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.570 INFO O| Jul 02 17:45:20.570 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.576 INFO O| Jul 02 17:45:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92032026-07-02T17:45:21.389Z[ recovery-image] Jul 02 17:45:20.576 INFO O| Jul 02 17:45:20.576 INFO STEP 98 (remove_files) COMPLETE
92042026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.576 INFO O| Jul 02 17:45:20.576 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.584 INFO O| Jul 02 17:45:20.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92062026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.584 INFO O| Jul 02 17:45:20.584 INFO STEP 99 (remove_files) COMPLETE
92072026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.584 INFO O| Jul 02 17:45:20.584 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92082026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.594 INFO O| Jul 02 17:45:20.594 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92092026-07-02T17:45:21.390Z[ recovery-image] Jul 02 17:45:20.594 INFO O| Jul 02 17:45:20.594 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
92102026-07-02T17:45:26.522Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92112026-07-02T17:45:26.522Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92122026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92132026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92142026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92152026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.749 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92162026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92172026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92182026-07-02T17:45:26.528Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260702T173037Z
92192026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92202026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92212026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.750 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92222026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.751 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92232026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.751 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92242026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.751 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92252026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.751 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92262026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.751 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92272026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92282026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92292026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92302026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92312026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92322026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92332026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92342026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92352026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92362026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92372026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92382026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92392026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92402026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92412026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92422026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92432026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92442026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92452026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.752 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92462026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.753 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92472026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.753 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92482026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92492026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92502026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92512026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92522026-07-02T17:45:26.529Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92532026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92542026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92552026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92562026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92572026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92582026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.756 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92592026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92602026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92612026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92622026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92632026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92642026-07-02T17:45:26.530Z[ host-image] Jul 02 17:45:25.760 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92652026-07-02T17:45:26.537Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92662026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92672026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92682026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
92692026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
92702026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92712026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
92722026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92732026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92742026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92752026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92762026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
92772026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.772 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92782026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.774 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92792026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.774 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92802026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.774 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92812026-07-02T17:45:26.541Z[ host-image] Jul 02 17:45:25.774 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
92822026-07-02T17:45:26.542Z[ host-image] Jul 02 17:45:25.774 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92832026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92842026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
92852026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
92862026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
92872026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92882026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.778 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
92892026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.779 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
92902026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.779 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
92912026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.779 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
92922026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
92932026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
92942026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
92952026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92962026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
92972026-07-02T17:45:26.551Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
92982026-07-02T17:45:26.552Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
92992026-07-02T17:45:26.552Z[ host-image] Jul 02 17:45:25.780 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93002026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.782 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93012026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.782 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93022026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93032026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93042026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93052026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93062026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93072026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.783 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93082026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.784 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93092026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.786 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93102026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.786 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93112026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.786 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93122026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.787 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93132026-07-02T17:45:26.556Z[ host-image] Jul 02 17:45:25.787 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93142026-07-02T17:45:26.559Z[ host-image] Jul 02 17:45:25.792 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93152026-07-02T17:45:26.559Z[ host-image] Jul 02 17:45:25.792 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93162026-07-02T17:45:26.559Z[ host-image] Jul 02 17:45:25.792 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93172026-07-02T17:45:26.559Z[ host-image] Jul 02 17:45:25.793 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93182026-07-02T17:45:26.559Z[ host-image] Jul 02 17:45:25.793 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93192026-07-02T17:45:26.566Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93202026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93212026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93222026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93232026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93242026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93252026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.801 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93262026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93272026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93282026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93292026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93302026-07-02T17:45:26.573Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93312026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.802 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93322026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93332026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93342026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93352026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93362026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93372026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93382026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93392026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93402026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.803 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93412026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93422026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93432026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93442026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93452026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93462026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93472026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93482026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.804 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93492026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.805 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93502026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.805 INFO O| tempdir @ "/tmp/.tmpcwBhbh/tmp"
93512026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.805 INFO O| image root @ "/tmp/.tmpcwBhbh/tmp/root"
93522026-07-02T17:45:26.574Z[ host-image] Jul 02 17:45:25.805 INFO O| creating image...
93532026-07-02T17:45:26.837Z[ recovery-image] Jul 02 17:45:26.071 INFO O| Jul 02 17:45:26.071 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
93542026-07-02T17:45:26.837Z[ recovery-image] Jul 02 17:45:26.071 INFO O| Jul 02 17:45:26.071 INFO E| svccfg: Loaded 68 smf(7) service descriptions
93552026-07-02T17:45:26.849Z[ recovery-image] Jul 02 17:45:26.081 INFO O| Jul 02 17:45:26.081 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
93562026-07-02T17:45:26.902Z[ host-image] Jul 02 17:45:26.137 INFO O| copying publishers...
93572026-07-02T17:45:26.932Z[ recovery-image] Jul 02 17:45:26.168 INFO O| Jul 02 17:45:26.168 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93582026-07-02T17:45:26.981Z[ recovery-image] Jul 02 17:45:26.217 INFO O| Jul 02 17:45:26.217 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93592026-07-02T17:45:27.039Z[ recovery-image] Jul 02 17:45:26.275 INFO O| Jul 02 17:45:26.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93602026-07-02T17:45:27.039Z[ recovery-image] Jul 02 17:45:26.275 INFO O| Jul 02 17:45:26.275 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 ...
93612026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93622026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO ok!
93632026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93642026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO STEP 100 (seed_smf) COMPLETE
93652026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO steps complete; finalising image!
93662026-07-02T17:45:27.054Z[ recovery-image] Jul 02 17:45:26.276 INFO O| Jul 02 17:45:26.276 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93672026-07-02T17:45:27.073Z[ recovery-image] Jul 02 17:45:26.303 INFO O| Jul 02 17:45:26.303 INFO trim TEMPORARY-sled-zfs-recovery: (8% trimmed, started at Thu Jul 2 17:45:26 2026)
93682026-07-02T17:45:27.274Z[ recovery-image] Jul 02 17:45:26.510 INFO O| Jul 02 17:45:26.510 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Jul 2 17:45:26 2026)
93692026-07-02T17:45:27.488Z[ recovery-image] Jul 02 17:45:26.724 INFO O| Jul 02 17:45:26.724 INFO temporary pool has 492M used, 1.27G avail, 1.00x compressratio
93702026-07-02T17:45:27.488Z[ recovery-image] Jul 02 17:45:26.724 INFO O| Jul 02 17:45:26.724 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93712026-07-02T17:45:27.769Z[ recovery-image] Jul 02 17:45:27.005 INFO O| Jul 02 17:45:27.005 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
93722026-07-02T17:45:27.769Z[ recovery-image] Jul 02 17:45:27.005 INFO O| Jul 02 17:45:27.005 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93732026-07-02T17:45:27.970Z[ host-image] Jul 02 17:45:27.206 INFO O| adding properties...
93742026-07-02T17:45:28.761Z[ host-image] Jul 02 17:45:27.997 INFO O| installing packages...
93752026-07-02T17:45:29.718Z[ recovery-image] Jul 02 17:45:28.954 INFO O| Jul 02 17:45:28.954 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93762026-07-02T17:45:29.718Z[ recovery-image] Jul 02 17:45:28.954 INFO O| Jul 02 17:45:28.954 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93772026-07-02T17:45:29.722Z[ recovery-image] Jul 02 17:45:28.954 INFO O| Jul 02 17:45:28.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93782026-07-02T17:45:29.722Z[ recovery-image] Jul 02 17:45:28.954 INFO O| Jul 02 17:45:28.954 INFO completed processing sled/zfs-recovery
93792026-07-02T17:45:29.722Z[ recovery-image] Jul 02 17:45:28.954 INFO O| Jul 02 17:45:28.954 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93802026-07-02T17:45:30.549Z[ recovery-image] Jul 02 17:45:29.785 INFO O| Jul 02 17:45:29.785 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93812026-07-02T17:45:30.637Z[ recovery-image] Jul 02 17:45:29.873 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
93822026-07-02T17:45:30.637Z[ recovery-image] Jul 02 17:45:29.873 INFO expanded image name: "recovery 5e058e9/${os_short_commit} 2026-07-02 17:30" -> "recovery 5e058e9/9b09742 2026-07-02 17:30"
93832026-07-02T17:45:30.640Z[ recovery-image] Jul 02 17:45:29.873 INFO output artefacts stored in: "/work/os-recovery"
93842026-07-02T17:45:30.641Z[ recovery-image] Jul 02 17:45:29.873 INFO collecting git info from project "amd-firmware"...
93852026-07-02T17:45:30.917Z[ recovery-image] Jul 02 17:45:30.153 INFO collecting git info from project "bootserver"...
93862026-07-02T17:45:30.922Z[ recovery-image] Jul 02 17:45:30.158 INFO collecting git info from project "phbl"...
93872026-07-02T17:45:30.926Z[ recovery-image] Jul 02 17:45:30.163 INFO collecting git info from project "pilot"...
93882026-07-02T17:45:30.933Z[ recovery-image] Jul 02 17:45:30.169 INFO collecting git info from project "pinprick"...
93892026-07-02T17:45:30.937Z[ recovery-image] Jul 02 17:45:30.173 INFO collecting git info from project "dmar-report"...
93902026-07-02T17:45:30.945Z[ recovery-image] Jul 02 17:45:30.181 INFO collecting git info from project "image-builder"...
93912026-07-02T17:45:30.949Z[ recovery-image] Jul 02 17:45:30.185 INFO collecting git info from project "amd-host-image-builder"...
93922026-07-02T17:45:30.986Z[ recovery-image] Jul 02 17:45:30.222 INFO collecting git info from project "chelsio-t6-roms"...
93932026-07-02T17:45:31.001Z[ recovery-image] Jul 02 17:45:30.236 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93942026-07-02T17:45:31.288Z[ recovery-image] Jul 02 17:45:30.523 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93952026-07-02T17:45:31.563Z[ recovery-image] Jul 02 17:45:30.799 INFO creating Oxide boot image...
93962026-07-02T17:45:31.563Z[ recovery-image] Jul 02 17:45:30.799 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 5e058e9/9b09742 2026-07-02 17:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93972026-07-02T17:45:38.129Z[ host-image] Jul 02 17:45:37.364 INFO O| seeding SMF database...
93982026-07-02T17:45:42.361Z[ host-image] Jul 02 17:45:41.596 INFO O| configuring SMF profile...
93992026-07-02T17:45:42.361Z[ host-image] Jul 02 17:45:41.596 INFO O| modifying shadow(5)...
94002026-07-02T17:45:42.361Z[ host-image] Jul 02 17:45:41.596 INFO O| loading user and group database...
94012026-07-02T17:45:42.364Z[ host-image] Jul 02 17:45:41.596 INFO O| loading facet selections...
94022026-07-02T17:45:42.692Z[ host-image] Jul 02 17:45:41.928 INFO O| devel -> true
94032026-07-02T17:45:42.692Z[ host-image] Jul 02 17:45:41.928 INFO O| doc.man -> true
94042026-07-02T17:45:42.692Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.shell/ksh93 -> true
94052026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.system/data/hardware-registry -> true
94062026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.system/data/zoneinfo -> true
94072026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.system/microcode/amd -> true
94082026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.system/microcode/intel -> true
94092026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| version-lock.system/microcode/oxide -> true
94102026-07-02T17:45:42.695Z[ host-image] Jul 02 17:45:41.928 INFO O| assessing packaged files...
94112026-07-02T17:45:44.308Z[ host-image] Jul 02 17:45:43.543 INFO O| creating archive...
94122026-07-02T17:45:44.330Z[ host-image] Jul 02 17:45:43.564 INFO O| missing from packaging:
94132026-07-02T17:45:44.330Z[ host-image] Jul 02 17:45:43.564 INFO O| "etc/.pwd.lock"
94142026-07-02T17:45:44.330Z[ host-image] Jul 02 17:45:43.564 INFO O| "etc/bash"
94152026-07-02T17:45:44.333Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/profile/generic.xml"
94162026-07-02T17:45:44.333Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/profile/inetd_services.xml"
94172026-07-02T17:45:44.334Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/profile/name_service.xml"
94182026-07-02T17:45:44.334Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/profile/platform.xml"
94192026-07-02T17:45:44.334Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/profile/platform_omicron1.xml"
94202026-07-02T17:45:44.334Z[ host-image] Jul 02 17:45:43.568 INFO O| "etc/svc/repository.db"
94212026-07-02T17:45:44.337Z[ host-image] Jul 02 17:45:43.574 INFO O| "opt/ooce/share"
94222026-07-02T17:45:44.337Z[ host-image] Jul 02 17:45:43.574 INFO O| "opt/ooce/share/man"
94232026-07-02T17:45:44.338Z[ host-image] Jul 02 17:45:43.574 INFO O| "opt/ooce/share/man/man1"
94242026-07-02T17:45:44.346Z[ host-image] Jul 02 17:45:43.583 INFO O| finishing archive...
94252026-07-02T17:45:46.759Z[ host-image] Jul 02 17:45:45.995 INFO O| creating gzonly manifest...
94262026-07-02T17:45:46.770Z[ host-image] Jul 02 17:45:46.002 INFO O| ok
94272026-07-02T17:45:46.858Z[ host-image] Jul 02 17:45:46.094 INFO image builder template: ramdisk-02-trim...
94282026-07-02T17:45:46.858Z[ host-image] Jul 02 17:45:46.094 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/.tmpyhreHx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94292026-07-02T17:45:46.878Z[ host-image] Jul 02 17:45:46.114 INFO O| Jul 02 17:45:46.114 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94302026-07-02T17:45:46.882Z[ host-image] Jul 02 17:45:46.118 INFO O| Jul 02 17:45:46.118 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94312026-07-02T17:45:47.436Z[ host-image] Jul 02 17:45:46.672 INFO O| Jul 02 17:45:46.672 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94322026-07-02T17:45:47.535Z[ host-image] Jul 02 17:45:46.771 INFO O| Jul 02 17:45:46.770 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94332026-07-02T17:45:47.535Z[ host-image] Jul 02 17:45:46.771 INFO O| Jul 02 17:45:46.771 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94342026-07-02T17:45:47.540Z[ host-image] Jul 02 17:45:46.776 INFO O| Jul 02 17:45:46.776 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94352026-07-02T17:45:47.543Z[ host-image] Jul 02 17:45:46.779 INFO O| Jul 02 17:45:46.779 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94362026-07-02T17:45:47.549Z[ host-image] Jul 02 17:45:46.785 INFO O| Jul 02 17:45:46.785 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94372026-07-02T17:45:47.996Z[ host-image] Jul 02 17:45:47.232 INFO O| Jul 02 17:45:47.232 INFO rolled back to input snapshot; work may begin
94382026-07-02T17:45:47.996Z[ host-image] Jul 02 17:45:47.232 INFO O| Jul 02 17:45:47.232 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94392026-07-02T17:45:48.001Z[ host-image] Jul 02 17:45:47.237 INFO O| Jul 02 17:45:47.236 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-07-02T17:45:48.011Z[ host-image] Jul 02 17:45:47.247 INFO O| Jul 02 17:45:47.247 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94412026-07-02T17:45:48.048Z[ host-image] Jul 02 17:45:47.284 INFO O| Jul 02 17:45:47.283 INFO STEP 0 (remove_files) COMPLETE
94422026-07-02T17:45:48.048Z[ host-image] Jul 02 17:45:47.284 INFO O| Jul 02 17:45:47.284 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-07-02T17:45:48.057Z[ host-image] Jul 02 17:45:47.292 INFO O| Jul 02 17:45:47.292 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94442026-07-02T17:45:48.060Z[ host-image] Jul 02 17:45:47.294 INFO O| Jul 02 17:45:47.294 INFO STEP 1 (remove_files) COMPLETE
94452026-07-02T17:45:48.060Z[ host-image] Jul 02 17:45:47.294 INFO O| Jul 02 17:45:47.294 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-07-02T17:45:48.066Z[ host-image] Jul 02 17:45:47.302 INFO O| Jul 02 17:45:47.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94472026-07-02T17:45:48.078Z[ host-image] Jul 02 17:45:47.314 INFO O| Jul 02 17:45:47.314 INFO STEP 2 (remove_files) COMPLETE
94482026-07-02T17:45:48.079Z[ host-image] Jul 02 17:45:47.314 INFO O| Jul 02 17:45:47.314 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-07-02T17:45:48.088Z[ host-image] Jul 02 17:45:47.324 INFO O| Jul 02 17:45:47.324 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94502026-07-02T17:45:48.092Z[ host-image] Jul 02 17:45:47.325 INFO O| Jul 02 17:45:47.325 INFO STEP 3 (remove_files) COMPLETE
94512026-07-02T17:45:48.092Z[ host-image] Jul 02 17:45:47.325 INFO O| Jul 02 17:45:47.325 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-07-02T17:45:48.099Z[ host-image] Jul 02 17:45:47.335 INFO O| Jul 02 17:45:47.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94532026-07-02T17:45:48.102Z[ host-image] Jul 02 17:45:47.337 INFO O| Jul 02 17:45:47.337 INFO STEP 4 (remove_files) COMPLETE
94542026-07-02T17:45:48.102Z[ host-image] Jul 02 17:45:47.337 INFO O| Jul 02 17:45:47.337 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-07-02T17:45:48.111Z[ host-image] Jul 02 17:45:47.347 INFO O| Jul 02 17:45:47.347 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94562026-07-02T17:45:48.114Z[ host-image] Jul 02 17:45:47.349 INFO O| Jul 02 17:45:47.349 INFO STEP 5 (remove_files) COMPLETE
94572026-07-02T17:45:48.114Z[ host-image] Jul 02 17:45:47.349 INFO O| Jul 02 17:45:47.349 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-07-02T17:45:48.122Z[ host-image] Jul 02 17:45:47.358 INFO O| Jul 02 17:45:47.358 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94592026-07-02T17:45:48.132Z[ host-image] Jul 02 17:45:47.368 INFO O| Jul 02 17:45:47.368 INFO STEP 6 (remove_files) COMPLETE
94602026-07-02T17:45:48.132Z[ host-image] Jul 02 17:45:47.368 INFO O| Jul 02 17:45:47.368 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-07-02T17:45:48.132Z[ host-image] Jul 02 17:45:47.368 INFO O| Jul 02 17:45:47.368 INFO skip step because feature "heliosv2" is not enabled
94622026-07-02T17:45:48.136Z[ host-image] Jul 02 17:45:47.368 INFO O| Jul 02 17:45:47.368 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-02T17:45:48.141Z[ host-image] Jul 02 17:45:47.377 INFO O| Jul 02 17:45:47.377 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94642026-07-02T17:45:48.152Z[ host-image] Jul 02 17:45:47.388 INFO O| Jul 02 17:45:47.388 INFO STEP 8 (remove_files) COMPLETE
94652026-07-02T17:45:48.152Z[ host-image] Jul 02 17:45:47.388 INFO O| Jul 02 17:45:47.388 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-02T17:45:48.161Z[ host-image] Jul 02 17:45:47.396 INFO O| Jul 02 17:45:47.396 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94672026-07-02T17:45:48.226Z[ host-image] Jul 02 17:45:47.462 INFO O| Jul 02 17:45:47.462 INFO STEP 9 (remove_files) COMPLETE
94682026-07-02T17:45:48.226Z[ host-image] Jul 02 17:45:47.462 INFO O| Jul 02 17:45:47.462 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-02T17:45:48.236Z[ host-image] Jul 02 17:45:47.471 INFO O| Jul 02 17:45:47.471 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94702026-07-02T17:45:48.308Z[ host-image] Jul 02 17:45:47.543 INFO O| Jul 02 17:45:47.543 INFO STEP 10 (remove_files) COMPLETE
94712026-07-02T17:45:48.308Z[ host-image] Jul 02 17:45:47.543 INFO O| Jul 02 17:45:47.543 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-07-02T17:45:48.317Z[ host-image] Jul 02 17:45:47.553 INFO O| Jul 02 17:45:47.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94732026-07-02T17:45:48.320Z[ host-image] Jul 02 17:45:47.555 INFO O| Jul 02 17:45:47.555 INFO STEP 11 (remove_files) COMPLETE
94742026-07-02T17:45:48.320Z[ host-image] Jul 02 17:45:47.555 INFO O| Jul 02 17:45:47.555 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-07-02T17:45:48.328Z[ host-image] Jul 02 17:45:47.563 INFO O| Jul 02 17:45:47.563 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94762026-07-02T17:45:48.331Z[ host-image] Jul 02 17:45:47.564 INFO O| Jul 02 17:45:47.564 INFO STEP 12 (remove_files) COMPLETE
94772026-07-02T17:45:48.331Z[ host-image] Jul 02 17:45:47.564 INFO O| Jul 02 17:45:47.564 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-07-02T17:45:48.335Z[ host-image] Jul 02 17:45:47.571 INFO O| Jul 02 17:45:47.571 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94792026-07-02T17:45:48.338Z[ host-image] Jul 02 17:45:47.573 INFO O| Jul 02 17:45:47.572 INFO STEP 13 (remove_files) COMPLETE
94802026-07-02T17:45:48.338Z[ host-image] Jul 02 17:45:47.573 INFO O| Jul 02 17:45:47.573 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-07-02T17:45:48.346Z[ host-image] Jul 02 17:45:47.582 INFO O| Jul 02 17:45:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94822026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.582 INFO O| Jul 02 17:45:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94832026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.582 INFO O| Jul 02 17:45:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94842026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.582 INFO O| Jul 02 17:45:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94852026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.582 INFO O| Jul 02 17:45:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94862026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94872026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94882026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94892026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94902026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94912026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94922026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94932026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94942026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94952026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94962026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94972026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94982026-07-02T17:45:48.349Z[ host-image] Jul 02 17:45:47.583 INFO O| Jul 02 17:45:47.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94992026-07-02T17:45:48.382Z[ host-image] Jul 02 17:45:47.618 INFO O| Jul 02 17:45:47.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95002026-07-02T17:45:48.385Z[ host-image] Jul 02 17:45:47.619 INFO O| Jul 02 17:45:47.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95012026-07-02T17:45:48.579Z[ host-image] Jul 02 17:45:47.814 INFO O| Jul 02 17:45:47.814 INFO STEP 14 (remove_files) COMPLETE
95022026-07-02T17:45:48.579Z[ host-image] Jul 02 17:45:47.814 INFO O| Jul 02 17:45:47.814 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-07-02T17:45:48.587Z[ host-image] Jul 02 17:45:47.823 INFO O| Jul 02 17:45:47.823 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95042026-07-02T17:45:48.591Z[ host-image] Jul 02 17:45:47.824 INFO O| Jul 02 17:45:47.824 INFO STEP 15 (remove_files) COMPLETE
95052026-07-02T17:45:48.591Z[ host-image] Jul 02 17:45:47.824 INFO O| Jul 02 17:45:47.824 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-07-02T17:45:48.597Z[ host-image] Jul 02 17:45:47.832 INFO O| Jul 02 17:45:47.832 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95072026-07-02T17:45:48.602Z[ host-image] Jul 02 17:45:47.838 INFO O| Jul 02 17:45:47.838 INFO STEP 16 (remove_files) COMPLETE
95082026-07-02T17:45:48.602Z[ host-image] Jul 02 17:45:47.838 INFO O| Jul 02 17:45:47.838 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-07-02T17:45:48.610Z[ host-image] Jul 02 17:45:47.845 INFO O| Jul 02 17:45:47.845 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95102026-07-02T17:45:48.614Z[ host-image] Jul 02 17:45:47.845 INFO O| Jul 02 17:45:47.845 INFO STEP 17 (remove_files) COMPLETE
95112026-07-02T17:45:48.615Z[ host-image] Jul 02 17:45:47.845 INFO O| Jul 02 17:45:47.845 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-07-02T17:45:48.617Z[ host-image] Jul 02 17:45:47.852 INFO O| Jul 02 17:45:47.852 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95132026-07-02T17:45:48.617Z[ host-image] Jul 02 17:45:47.853 INFO O| Jul 02 17:45:47.853 INFO STEP 18 (remove_files) COMPLETE
95142026-07-02T17:45:48.618Z[ host-image] Jul 02 17:45:47.853 INFO O| Jul 02 17:45:47.853 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-07-02T17:45:48.624Z[ host-image] Jul 02 17:45:47.860 INFO O| Jul 02 17:45:47.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95162026-07-02T17:45:48.624Z[ host-image] Jul 02 17:45:47.860 INFO O| Jul 02 17:45:47.860 INFO STEP 19 (remove_files) COMPLETE
95172026-07-02T17:45:48.624Z[ host-image] Jul 02 17:45:47.860 INFO O| Jul 02 17:45:47.860 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-07-02T17:45:48.631Z[ host-image] Jul 02 17:45:47.867 INFO O| Jul 02 17:45:47.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95192026-07-02T17:45:48.631Z[ host-image] Jul 02 17:45:47.867 INFO O| Jul 02 17:45:47.867 INFO STEP 20 (remove_files) COMPLETE
95202026-07-02T17:45:48.636Z[ host-image] Jul 02 17:45:47.867 INFO O| Jul 02 17:45:47.867 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-07-02T17:45:48.639Z[ host-image] Jul 02 17:45:47.874 INFO O| Jul 02 17:45:47.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95222026-07-02T17:45:48.639Z[ host-image] Jul 02 17:45:47.874 INFO O| Jul 02 17:45:47.874 INFO STEP 21 (remove_files) COMPLETE
95232026-07-02T17:45:48.639Z[ host-image] Jul 02 17:45:47.874 INFO O| Jul 02 17:45:47.874 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-07-02T17:45:48.647Z[ host-image] Jul 02 17:45:47.881 INFO O| Jul 02 17:45:47.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95252026-07-02T17:45:48.647Z[ host-image] Jul 02 17:45:47.881 INFO O| Jul 02 17:45:47.881 INFO STEP 22 (remove_files) COMPLETE
95262026-07-02T17:45:48.647Z[ host-image] Jul 02 17:45:47.881 INFO O| Jul 02 17:45:47.881 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-07-02T17:45:48.652Z[ host-image] Jul 02 17:45:47.888 INFO O| Jul 02 17:45:47.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95282026-07-02T17:45:48.652Z[ host-image] Jul 02 17:45:47.888 INFO O| Jul 02 17:45:47.888 INFO STEP 23 (remove_files) COMPLETE
95292026-07-02T17:45:48.652Z[ host-image] Jul 02 17:45:47.888 INFO O| Jul 02 17:45:47.888 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-07-02T17:45:48.660Z[ host-image] Jul 02 17:45:47.895 INFO O| Jul 02 17:45:47.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95312026-07-02T17:45:48.660Z[ host-image] Jul 02 17:45:47.895 INFO O| Jul 02 17:45:47.895 INFO STEP 24 (remove_files) COMPLETE
95322026-07-02T17:45:48.660Z[ host-image] Jul 02 17:45:47.895 INFO O| Jul 02 17:45:47.895 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-07-02T17:45:48.665Z[ host-image] Jul 02 17:45:47.901 INFO O| Jul 02 17:45:47.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95342026-07-02T17:45:48.665Z[ host-image] Jul 02 17:45:47.901 INFO O| Jul 02 17:45:47.901 INFO STEP 25 (remove_files) COMPLETE
95352026-07-02T17:45:48.665Z[ host-image] Jul 02 17:45:47.901 INFO O| Jul 02 17:45:47.901 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-07-02T17:45:48.672Z[ host-image] Jul 02 17:45:47.907 INFO O| Jul 02 17:45:47.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95372026-07-02T17:45:48.675Z[ host-image] Jul 02 17:45:47.907 INFO O| Jul 02 17:45:47.907 INFO STEP 26 (remove_files) COMPLETE
95382026-07-02T17:45:48.675Z[ host-image] Jul 02 17:45:47.907 INFO O| Jul 02 17:45:47.907 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-07-02T17:45:48.678Z[ host-image] Jul 02 17:45:47.913 INFO O| Jul 02 17:45:47.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95402026-07-02T17:45:48.678Z[ host-image] Jul 02 17:45:47.913 INFO O| Jul 02 17:45:47.913 INFO STEP 27 (remove_files) COMPLETE
95412026-07-02T17:45:48.678Z[ host-image] Jul 02 17:45:47.913 INFO O| Jul 02 17:45:47.913 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-07-02T17:45:48.685Z[ host-image] Jul 02 17:45:47.921 INFO O| Jul 02 17:45:47.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95432026-07-02T17:45:48.688Z[ host-image] Jul 02 17:45:47.921 INFO O| Jul 02 17:45:47.921 INFO STEP 28 (remove_files) COMPLETE
95442026-07-02T17:45:48.688Z[ host-image] Jul 02 17:45:47.921 INFO O| Jul 02 17:45:47.921 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-07-02T17:45:48.692Z[ host-image] Jul 02 17:45:47.927 INFO O| Jul 02 17:45:47.927 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95462026-07-02T17:45:48.692Z[ host-image] Jul 02 17:45:47.927 INFO O| Jul 02 17:45:47.927 INFO STEP 29 (remove_files) COMPLETE
95472026-07-02T17:45:48.692Z[ host-image] Jul 02 17:45:47.927 INFO O| Jul 02 17:45:47.927 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-07-02T17:45:48.699Z[ host-image] Jul 02 17:45:47.934 INFO O| Jul 02 17:45:47.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95492026-07-02T17:45:48.702Z[ host-image] Jul 02 17:45:47.934 INFO O| Jul 02 17:45:47.934 INFO STEP 30 (remove_files) COMPLETE
95502026-07-02T17:45:48.702Z[ host-image] Jul 02 17:45:47.934 INFO O| Jul 02 17:45:47.934 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-07-02T17:45:48.705Z[ host-image] Jul 02 17:45:47.940 INFO O| Jul 02 17:45:47.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95522026-07-02T17:45:48.706Z[ host-image] Jul 02 17:45:47.940 INFO O| Jul 02 17:45:47.940 INFO STEP 31 (remove_files) COMPLETE
95532026-07-02T17:45:48.706Z[ host-image] Jul 02 17:45:47.940 INFO O| Jul 02 17:45:47.940 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-07-02T17:45:48.710Z[ host-image] Jul 02 17:45:47.946 INFO O| Jul 02 17:45:47.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95552026-07-02T17:45:48.710Z[ host-image] Jul 02 17:45:47.946 INFO O| Jul 02 17:45:47.946 INFO STEP 32 (remove_files) COMPLETE
95562026-07-02T17:45:48.713Z[ host-image] Jul 02 17:45:47.946 INFO O| Jul 02 17:45:47.946 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-07-02T17:45:48.719Z[ host-image] Jul 02 17:45:47.955 INFO O| Jul 02 17:45:47.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95582026-07-02T17:45:48.719Z[ host-image] Jul 02 17:45:47.955 INFO O| Jul 02 17:45:47.955 INFO STEP 33 (remove_files) COMPLETE
95592026-07-02T17:45:48.722Z[ host-image] Jul 02 17:45:47.955 INFO O| Jul 02 17:45:47.955 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-07-02T17:45:48.727Z[ host-image] Jul 02 17:45:47.963 INFO O| Jul 02 17:45:47.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95612026-07-02T17:45:48.727Z[ host-image] Jul 02 17:45:47.963 INFO O| Jul 02 17:45:47.963 INFO STEP 34 (remove_files) COMPLETE
95622026-07-02T17:45:48.727Z[ host-image] Jul 02 17:45:47.963 INFO O| Jul 02 17:45:47.963 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-07-02T17:45:48.735Z[ host-image] Jul 02 17:45:47.971 INFO O| Jul 02 17:45:47.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95642026-07-02T17:45:48.735Z[ host-image] Jul 02 17:45:47.971 INFO O| Jul 02 17:45:47.971 INFO STEP 35 (remove_files) COMPLETE
95652026-07-02T17:45:48.738Z[ host-image] Jul 02 17:45:47.971 INFO O| Jul 02 17:45:47.971 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-07-02T17:45:48.743Z[ host-image] Jul 02 17:45:47.979 INFO O| Jul 02 17:45:47.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95672026-07-02T17:45:48.743Z[ host-image] Jul 02 17:45:47.979 INFO O| Jul 02 17:45:47.979 INFO STEP 36 (remove_files) COMPLETE
95682026-07-02T17:45:48.746Z[ host-image] Jul 02 17:45:47.979 INFO O| Jul 02 17:45:47.979 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-07-02T17:45:48.750Z[ host-image] Jul 02 17:45:47.987 INFO O| Jul 02 17:45:47.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95702026-07-02T17:45:48.751Z[ host-image] Jul 02 17:45:47.987 INFO O| Jul 02 17:45:47.987 INFO STEP 37 (remove_files) COMPLETE
95712026-07-02T17:45:48.754Z[ host-image] Jul 02 17:45:47.987 INFO O| Jul 02 17:45:47.987 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-07-02T17:45:48.758Z[ host-image] Jul 02 17:45:47.994 INFO O| Jul 02 17:45:47.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95732026-07-02T17:45:48.758Z[ host-image] Jul 02 17:45:47.994 INFO O| Jul 02 17:45:47.994 INFO STEP 38 (remove_files) COMPLETE
95742026-07-02T17:45:48.761Z[ host-image] Jul 02 17:45:47.994 INFO O| Jul 02 17:45:47.994 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-07-02T17:45:48.765Z[ host-image] Jul 02 17:45:48.001 INFO O| Jul 02 17:45:48.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95762026-07-02T17:45:48.765Z[ host-image] Jul 02 17:45:48.001 INFO O| Jul 02 17:45:48.001 INFO STEP 39 (remove_files) COMPLETE
95772026-07-02T17:45:48.768Z[ host-image] Jul 02 17:45:48.001 INFO O| Jul 02 17:45:48.001 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-07-02T17:45:48.774Z[ host-image] Jul 02 17:45:48.010 INFO O| Jul 02 17:45:48.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95792026-07-02T17:45:48.774Z[ host-image] Jul 02 17:45:48.010 INFO O| Jul 02 17:45:48.010 INFO STEP 40 (remove_files) COMPLETE
95802026-07-02T17:45:48.774Z[ host-image] Jul 02 17:45:48.010 INFO O| Jul 02 17:45:48.010 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-07-02T17:45:48.782Z[ host-image] Jul 02 17:45:48.018 INFO O| Jul 02 17:45:48.018 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95822026-07-02T17:45:48.782Z[ host-image] Jul 02 17:45:48.018 INFO O| Jul 02 17:45:48.018 INFO STEP 41 (remove_files) COMPLETE
95832026-07-02T17:45:48.785Z[ host-image] Jul 02 17:45:48.018 INFO O| Jul 02 17:45:48.018 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-07-02T17:45:48.790Z[ host-image] Jul 02 17:45:48.026 INFO O| Jul 02 17:45:48.026 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95852026-07-02T17:45:48.790Z[ host-image] Jul 02 17:45:48.026 INFO O| Jul 02 17:45:48.026 INFO STEP 42 (remove_files) COMPLETE
95862026-07-02T17:45:48.790Z[ host-image] Jul 02 17:45:48.026 INFO O| Jul 02 17:45:48.026 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-07-02T17:45:48.798Z[ host-image] Jul 02 17:45:48.034 INFO O| Jul 02 17:45:48.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95882026-07-02T17:45:48.798Z[ host-image] Jul 02 17:45:48.034 INFO O| Jul 02 17:45:48.034 INFO STEP 43 (remove_files) COMPLETE
95892026-07-02T17:45:48.801Z[ host-image] Jul 02 17:45:48.034 INFO O| Jul 02 17:45:48.034 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-07-02T17:45:48.805Z[ host-image] Jul 02 17:45:48.041 INFO O| Jul 02 17:45:48.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95912026-07-02T17:45:48.805Z[ host-image] Jul 02 17:45:48.041 INFO O| Jul 02 17:45:48.041 INFO STEP 44 (remove_files) COMPLETE
95922026-07-02T17:45:48.805Z[ host-image] Jul 02 17:45:48.041 INFO O| Jul 02 17:45:48.041 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-02T17:45:48.813Z[ host-image] Jul 02 17:45:48.049 INFO O| Jul 02 17:45:48.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95942026-07-02T17:45:48.813Z[ host-image] Jul 02 17:45:48.049 INFO O| Jul 02 17:45:48.049 INFO STEP 45 (remove_files) COMPLETE
95952026-07-02T17:45:48.816Z[ host-image] Jul 02 17:45:48.049 INFO O| Jul 02 17:45:48.049 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-07-02T17:45:48.820Z[ host-image] Jul 02 17:45:48.054 INFO O| Jul 02 17:45:48.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95972026-07-02T17:45:48.820Z[ host-image] Jul 02 17:45:48.054 INFO O| Jul 02 17:45:48.054 INFO STEP 46 (remove_files) COMPLETE
95982026-07-02T17:45:48.820Z[ host-image] Jul 02 17:45:48.054 INFO O| Jul 02 17:45:48.054 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-07-02T17:45:48.824Z[ host-image] Jul 02 17:45:48.060 INFO O| Jul 02 17:45:48.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96002026-07-02T17:45:48.824Z[ host-image] Jul 02 17:45:48.060 INFO O| Jul 02 17:45:48.060 INFO STEP 47 (remove_files) COMPLETE
96012026-07-02T17:45:48.824Z[ host-image] Jul 02 17:45:48.060 INFO O| Jul 02 17:45:48.060 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-07-02T17:45:48.830Z[ host-image] Jul 02 17:45:48.066 INFO O| Jul 02 17:45:48.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96032026-07-02T17:45:48.830Z[ host-image] Jul 02 17:45:48.066 INFO O| Jul 02 17:45:48.066 INFO STEP 48 (remove_files) COMPLETE
96042026-07-02T17:45:48.830Z[ host-image] Jul 02 17:45:48.066 INFO O| Jul 02 17:45:48.066 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-07-02T17:45:48.836Z[ host-image] Jul 02 17:45:48.072 INFO O| Jul 02 17:45:48.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96062026-07-02T17:45:48.836Z[ host-image] Jul 02 17:45:48.072 INFO O| Jul 02 17:45:48.072 INFO STEP 49 (remove_files) COMPLETE
96072026-07-02T17:45:48.836Z[ host-image] Jul 02 17:45:48.072 INFO O| Jul 02 17:45:48.072 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-07-02T17:45:48.842Z[ host-image] Jul 02 17:45:48.078 INFO O| Jul 02 17:45:48.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96092026-07-02T17:45:48.842Z[ host-image] Jul 02 17:45:48.078 INFO O| Jul 02 17:45:48.078 INFO STEP 50 (remove_files) COMPLETE
96102026-07-02T17:45:48.842Z[ host-image] Jul 02 17:45:48.078 INFO O| Jul 02 17:45:48.078 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-07-02T17:45:48.848Z[ host-image] Jul 02 17:45:48.085 INFO O| Jul 02 17:45:48.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96122026-07-02T17:45:48.849Z[ host-image] Jul 02 17:45:48.085 INFO O| Jul 02 17:45:48.085 INFO STEP 51 (remove_files) COMPLETE
96132026-07-02T17:45:48.852Z[ host-image] Jul 02 17:45:48.085 INFO O| Jul 02 17:45:48.085 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-02T17:45:48.855Z[ host-image] Jul 02 17:45:48.090 INFO O| Jul 02 17:45:48.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96152026-07-02T17:45:48.855Z[ host-image] Jul 02 17:45:48.090 INFO O| Jul 02 17:45:48.090 INFO STEP 52 (remove_files) COMPLETE
96162026-07-02T17:45:48.855Z[ host-image] Jul 02 17:45:48.090 INFO O| Jul 02 17:45:48.090 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-07-02T17:45:48.863Z[ host-image] Jul 02 17:45:48.098 INFO O| Jul 02 17:45:48.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96182026-07-02T17:45:48.863Z[ host-image] Jul 02 17:45:48.098 INFO O| Jul 02 17:45:48.098 INFO STEP 53 (remove_files) COMPLETE
96192026-07-02T17:45:48.866Z[ host-image] Jul 02 17:45:48.098 INFO O| Jul 02 17:45:48.098 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-07-02T17:45:48.869Z[ host-image] Jul 02 17:45:48.105 INFO O| Jul 02 17:45:48.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96212026-07-02T17:45:48.870Z[ host-image] Jul 02 17:45:48.105 INFO O| Jul 02 17:45:48.105 INFO STEP 54 (remove_files) COMPLETE
96222026-07-02T17:45:48.870Z[ host-image] Jul 02 17:45:48.105 INFO O| Jul 02 17:45:48.105 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-07-02T17:45:48.877Z[ host-image] Jul 02 17:45:48.113 INFO O| Jul 02 17:45:48.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96242026-07-02T17:45:48.877Z[ host-image] Jul 02 17:45:48.113 INFO O| Jul 02 17:45:48.113 INFO STEP 55 (remove_files) COMPLETE
96252026-07-02T17:45:48.882Z[ host-image] Jul 02 17:45:48.113 INFO O| Jul 02 17:45:48.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-07-02T17:45:48.885Z[ host-image] Jul 02 17:45:48.119 INFO O| Jul 02 17:45:48.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96272026-07-02T17:45:48.885Z[ host-image] Jul 02 17:45:48.119 INFO O| Jul 02 17:45:48.119 INFO STEP 56 (remove_files) COMPLETE
96282026-07-02T17:45:48.885Z[ host-image] Jul 02 17:45:48.119 INFO O| Jul 02 17:45:48.119 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-07-02T17:45:48.889Z[ host-image] Jul 02 17:45:48.125 INFO O| Jul 02 17:45:48.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96302026-07-02T17:45:48.889Z[ host-image] Jul 02 17:45:48.125 INFO O| Jul 02 17:45:48.125 INFO STEP 57 (remove_files) COMPLETE
96312026-07-02T17:45:48.891Z[ host-image] Jul 02 17:45:48.125 INFO O| Jul 02 17:45:48.125 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-07-02T17:45:48.896Z[ host-image] Jul 02 17:45:48.132 INFO O| Jul 02 17:45:48.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96332026-07-02T17:45:48.896Z[ host-image] Jul 02 17:45:48.132 INFO O| Jul 02 17:45:48.132 INFO STEP 58 (remove_files) COMPLETE
96342026-07-02T17:45:48.899Z[ host-image] Jul 02 17:45:48.132 INFO O| Jul 02 17:45:48.132 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-07-02T17:45:48.901Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96362026-07-02T17:45:48.902Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96372026-07-02T17:45:48.904Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96382026-07-02T17:45:48.904Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96392026-07-02T17:45:48.904Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96402026-07-02T17:45:48.905Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96412026-07-02T17:45:48.905Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO ok!
96422026-07-02T17:45:48.905Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO STEP 59 (ensure_file) COMPLETE
96432026-07-02T17:45:48.905Z[ host-image] Jul 02 17:45:48.138 INFO O| Jul 02 17:45:48.138 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-07-02T17:45:48.908Z[ host-image] Jul 02 17:45:48.144 INFO O| Jul 02 17:45:48.144 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96452026-07-02T17:45:48.908Z[ host-image] Jul 02 17:45:48.144 INFO O| Jul 02 17:45:48.144 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96462026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.144 INFO O| Jul 02 17:45:48.144 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96472026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.144 INFO O| Jul 02 17:45:48.144 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96482026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.145 INFO O| Jul 02 17:45:48.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96492026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.145 INFO O| Jul 02 17:45:48.145 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96502026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.145 INFO O| Jul 02 17:45:48.145 INFO ok!
96512026-07-02T17:45:48.911Z[ host-image] Jul 02 17:45:48.145 INFO O| Jul 02 17:45:48.145 INFO STEP 60 (ensure_file) COMPLETE
96522026-07-02T17:45:48.912Z[ host-image] Jul 02 17:45:48.145 INFO O| Jul 02 17:45:48.145 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-07-02T17:45:48.916Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96542026-07-02T17:45:48.919Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96552026-07-02T17:45:48.919Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96562026-07-02T17:45:48.919Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO ok!
96572026-07-02T17:45:48.919Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO STEP 61 (ensure_file) COMPLETE
96582026-07-02T17:45:48.919Z[ host-image] Jul 02 17:45:48.152 INFO O| Jul 02 17:45:48.152 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-07-02T17:45:48.923Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96602026-07-02T17:45:48.923Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96612026-07-02T17:45:48.923Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96622026-07-02T17:45:48.926Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 INFO ok!
96632026-07-02T17:45:48.926Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 INFO STEP 62 (ensure_file) COMPLETE
96642026-07-02T17:45:48.926Z[ host-image] Jul 02 17:45:48.159 INFO O| Jul 02 17:45:48.159 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-07-02T17:45:48.930Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96662026-07-02T17:45:48.930Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96672026-07-02T17:45:48.933Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96682026-07-02T17:45:48.933Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96692026-07-02T17:45:48.933Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO ok!
96702026-07-02T17:45:48.933Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO STEP 63 (ensure_file) COMPLETE
96712026-07-02T17:45:48.933Z[ host-image] Jul 02 17:45:48.166 INFO O| Jul 02 17:45:48.166 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96732026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96742026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96752026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96762026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO ok!
96772026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO STEP 64 (ensure_file) COMPLETE
96782026-07-02T17:45:48.937Z[ host-image] Jul 02 17:45:48.172 INFO O| Jul 02 17:45:48.172 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-07-02T17:45:48.945Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96802026-07-02T17:45:48.945Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96812026-07-02T17:45:48.948Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96822026-07-02T17:45:48.948Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO ok!
96832026-07-02T17:45:48.948Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO STEP 65 (assemble_files) COMPLETE
96842026-07-02T17:45:48.948Z[ host-image] Jul 02 17:45:48.179 INFO O| Jul 02 17:45:48.179 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.184 INFO O| Jul 02 17:45:48.184 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96862026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.184 INFO O| Jul 02 17:45:48.184 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96872026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.185 INFO O| Jul 02 17:45:48.184 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96882026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.185 INFO O| Jul 02 17:45:48.184 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96892026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.185 INFO O| Jul 02 17:45:48.185 INFO ok!
96902026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.185 INFO O| Jul 02 17:45:48.185 INFO STEP 66 (ensure_file) COMPLETE
96912026-07-02T17:45:48.951Z[ host-image] Jul 02 17:45:48.185 INFO O| Jul 02 17:45:48.185 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-07-02T17:45:48.955Z[ host-image] Jul 02 17:45:48.191 INFO O| Jul 02 17:45:48.191 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96932026-07-02T17:45:48.959Z[ host-image] Jul 02 17:45:48.191 INFO O| Jul 02 17:45:48.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96942026-07-02T17:45:48.959Z[ host-image] Jul 02 17:45:48.191 INFO O| Jul 02 17:45:48.191 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96952026-07-02T17:45:48.959Z[ host-image] Jul 02 17:45:48.191 INFO O| Jul 02 17:45:48.191 INFO STEP 67 (ensure_dir) COMPLETE
96962026-07-02T17:45:48.959Z[ host-image] Jul 02 17:45:48.191 INFO O| Jul 02 17:45:48.191 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-07-02T17:45:48.962Z[ host-image] Jul 02 17:45:48.197 INFO O| Jul 02 17:45:48.197 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96982026-07-02T17:45:48.962Z[ host-image] Jul 02 17:45:48.197 INFO O| Jul 02 17:45:48.197 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 ...
96992026-07-02T17:45:48.967Z[ host-image] Jul 02 17:45:48.203 INFO O| Jul 02 17:45:48.203 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
97002026-07-02T17:45:48.967Z[ host-image] Jul 02 17:45:48.203 INFO O| Jul 02 17:45:48.203 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97012026-07-02T17:45:48.967Z[ host-image] Jul 02 17:45:48.203 INFO O| Jul 02 17:45:48.203 INFO ok!
97022026-07-02T17:45:48.971Z[ host-image] Jul 02 17:45:48.203 INFO O| Jul 02 17:45:48.203 INFO STEP 68 (ensure_file) COMPLETE
97032026-07-02T17:45:48.971Z[ host-image] Jul 02 17:45:48.203 INFO O| Jul 02 17:45:48.203 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-07-02T17:45:48.974Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97052026-07-02T17:45:48.974Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 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 ...
97062026-07-02T17:45:48.975Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 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
97072026-07-02T17:45:48.975Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97082026-07-02T17:45:48.978Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 INFO ok!
97092026-07-02T17:45:48.978Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 INFO STEP 69 (ensure_file) COMPLETE
97102026-07-02T17:45:48.978Z[ host-image] Jul 02 17:45:48.210 INFO O| Jul 02 17:45:48.210 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-07-02T17:45:48.983Z[ host-image] Jul 02 17:45:48.219 INFO O| Jul 02 17:45:48.219 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97122026-07-02T17:45:48.983Z[ host-image] Jul 02 17:45:48.219 INFO O| Jul 02 17:45:48.219 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97132026-07-02T17:45:50.437Z[ host-image] Jul 02 17:45:49.673 INFO O| Jul 02 17:45:49.673 INFO STEP 70 (pack_tar) COMPLETE
97142026-07-02T17:45:50.437Z[ host-image] Jul 02 17:45:49.673 INFO O| Jul 02 17:45:49.673 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97152026-07-02T17:45:50.441Z[ host-image] Jul 02 17:45:49.673 INFO O| Jul 02 17:45:49.673 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97162026-07-02T17:45:50.892Z[ host-image] Jul 02 17:45:50.128 INFO O| Jul 02 17:45:50.128 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97172026-07-02T17:45:50.984Z[ host-image] Jul 02 17:45:50.220 INFO O| Jul 02 17:45:50.220 INFO completed processing sled/ramdisk-02-trim
97182026-07-02T17:45:50.988Z[ host-image] Jul 02 17:45:50.222 INFO image builder template: zfs...
97192026-07-02T17:45:50.988Z[ host-image] Jul 02 17:45:50.222 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/.tmpyhreHx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97202026-07-02T17:45:50.998Z[ host-image] Jul 02 17:45:50.233 INFO O| Jul 02 17:45:50.233 INFO skip include "stress" because feature "stress" is not enabled
97212026-07-02T17:45:50.998Z[ host-image] Jul 02 17:45:50.233 INFO O| Jul 02 17:45:50.233 INFO skip include "stress" because feature "compliance" is not enabled
97222026-07-02T17:45:51.025Z[ host-image] Jul 02 17:45:50.261 INFO O| Jul 02 17:45:50.261 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97232026-07-02T17:45:51.028Z[ host-image] Jul 02 17:45:50.264 INFO O| Jul 02 17:45:50.264 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97242026-07-02T17:45:51.125Z[ host-image] Jul 02 17:45:50.361 INFO O| Jul 02 17:45:50.361 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97252026-07-02T17:45:51.207Z[ host-image] Jul 02 17:45:50.443 INFO O| Jul 02 17:45:50.443 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97262026-07-02T17:45:51.207Z[ host-image] Jul 02 17:45:50.443 INFO O| Jul 02 17:45:50.443 INFO work dataset: rpool/images/build/host/work/sled/zfs
97272026-07-02T17:45:51.210Z[ host-image] Jul 02 17:45:50.445 INFO O| Jul 02 17:45:50.445 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97282026-07-02T17:45:51.300Z[ host-image] Jul 02 17:45:50.536 INFO O| Jul 02 17:45:50.536 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97292026-07-02T17:45:51.358Z[ host-image] Jul 02 17:45:50.593 INFO O| Jul 02 17:45:50.593 INFO DESTROY POOL: TEMPORARY-sled-zfs
97302026-07-02T17:45:51.364Z[ host-image] Jul 02 17:45:50.600 INFO O| Jul 02 17:45:50.600 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97312026-07-02T17:45:51.369Z[ host-image] Jul 02 17:45:50.605 INFO O| Jul 02 17:45:50.605 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97322026-07-02T17:45:51.369Z[ host-image] Jul 02 17:45:50.605 INFO O| Jul 02 17:45:50.605 INFO no lofi found
97332026-07-02T17:45:51.369Z[ host-image] Jul 02 17:45:50.605 INFO O| Jul 02 17:45:50.605 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97342026-07-02T17:45:51.372Z[ host-image] Jul 02 17:45:50.605 INFO O| Jul 02 17:45:50.605 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97352026-07-02T17:45:52.767Z[ host-image] Jul 02 17:45:52.001 INFO O| Jul 02 17:45:52.001 INFO lofi device = /dev/dsk/c2t1d0p0
97362026-07-02T17:45:52.767Z[ host-image] Jul 02 17:45:52.001 INFO O| Jul 02 17:45:52.001 INFO pool device = /dev/dsk/c2t1d0p0
97372026-07-02T17:45:52.767Z[ host-image] Jul 02 17:45:52.001 INFO O| Jul 02 17:45:52.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97382026-07-02T17:45:52.821Z[ host-image] Jul 02 17:45:52.056 INFO O| Jul 02 17:45:52.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97392026-07-02T17:45:52.821Z[ host-image] Jul 02 17:45:52.057 INFO O| Jul 02 17:45:52.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97402026-07-02T17:45:52.832Z[ host-image] Jul 02 17:45:52.068 INFO O| Jul 02 17:45:52.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97412026-07-02T17:45:52.870Z[ host-image] Jul 02 17:45:52.105 INFO O| Jul 02 17:45:52.105 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97422026-07-02T17:45:52.895Z[ host-image] Jul 02 17:45:52.131 INFO O| Jul 02 17:45:52.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97432026-07-02T17:45:52.904Z[ host-image] Jul 02 17:45:52.140 INFO O| Jul 02 17:45:52.140 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97442026-07-02T17:45:52.912Z[ host-image] Jul 02 17:45:52.148 INFO O| Jul 02 17:45:52.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97452026-07-02T17:45:52.942Z[ host-image] Jul 02 17:45:52.177 INFO O| Jul 02 17:45:52.177 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97462026-07-02T17:45:52.945Z[ host-image] Jul 02 17:45:52.177 INFO O| Jul 02 17:45:52.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97472026-07-02T17:45:52.945Z[ host-image] Jul 02 17:45:52.177 INFO O| Jul 02 17:45:52.177 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97482026-07-02T17:45:52.948Z[ host-image] Jul 02 17:45:52.184 INFO O| Jul 02 17:45:52.184 INFO boot environment UUID: 7c8e32a4-3ace-4c16-8099-4322adc95484
97492026-07-02T17:45:52.949Z[ host-image] Jul 02 17:45:52.184 INFO O| Jul 02 17:45:52.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7c8e32a4-3ace-4c16-8099-4322adc95484
97502026-07-02T17:45:52.955Z[ host-image] Jul 02 17:45:52.189 INFO O| Jul 02 17:45:52.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97512026-07-02T17:45:52.959Z[ host-image] Jul 02 17:45:52.195 INFO O| Jul 02 17:45:52.195 INFO STEP 0 (create_be) COMPLETE
97522026-07-02T17:45:52.962Z[ host-image] Jul 02 17:45:52.195 INFO O| Jul 02 17:45:52.195 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97532026-07-02T17:45:52.967Z[ host-image] Jul 02 17:45:52.203 INFO O| Jul 02 17:45:52.203 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97542026-07-02T17:46:00.872Z[ host-image] Jul 02 17:46:00.107 INFO O| Jul 02 17:46:00.107 INFO STEP 1 (unpack_tar) COMPLETE
97552026-07-02T17:46:00.872Z[ host-image] Jul 02 17:46:00.107 INFO O| Jul 02 17:46:00.107 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97562026-07-02T17:46:00.880Z[ host-image] Jul 02 17:46:00.116 INFO O| Jul 02 17:46:00.116 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97572026-07-02T17:46:01.113Z[ host-image] Jul 02 17:46:00.349 INFO O| Jul 02 17:46:00.349 INFO STEP 2 (devfsadm) COMPLETE
97582026-07-02T17:46:01.116Z[ host-image] Jul 02 17:46:00.349 INFO O| Jul 02 17:46:00.349 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-07-02T17:46:01.121Z[ host-image] Jul 02 17:46:00.357 INFO O| Jul 02 17:46:00.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97602026-07-02T17:46:01.121Z[ host-image] Jul 02 17:46:00.357 INFO O| Jul 02 17:46:00.357 INFO STEP 3 (ensure_dir) COMPLETE
97612026-07-02T17:46:01.121Z[ host-image] Jul 02 17:46:00.357 INFO O| Jul 02 17:46:00.357 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97622026-07-02T17:46:01.127Z[ host-image] Jul 02 17:46:00.363 INFO O| Jul 02 17:46:00.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97632026-07-02T17:46:01.127Z[ host-image] Jul 02 17:46:00.363 INFO O| Jul 02 17:46:00.363 INFO STEP 4 (ensure_dir) COMPLETE
97642026-07-02T17:46:01.131Z[ host-image] Jul 02 17:46:00.363 INFO O| Jul 02 17:46:00.363 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97652026-07-02T17:46:01.135Z[ host-image] Jul 02 17:46:00.369 INFO O| Jul 02 17:46:00.369 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97662026-07-02T17:46:01.135Z[ host-image] Jul 02 17:46:00.369 INFO O| Jul 02 17:46:00.369 INFO STEP 5 (ensure_dir) COMPLETE
97672026-07-02T17:46:01.135Z[ host-image] Jul 02 17:46:00.369 INFO O| Jul 02 17:46:00.369 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97682026-07-02T17:46:01.177Z[ host-image] Jul 02 17:46:00.375 INFO O| Jul 02 17:46:00.375 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97692026-07-02T17:46:01.177Z[ host-image] Jul 02 17:46:00.375 INFO O| Jul 02 17:46:00.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97702026-07-02T17:46:01.177Z[ host-image] Jul 02 17:46:00.375 INFO O| Jul 02 17:46:00.375 INFO STEP 6 (ensure_dir) COMPLETE
97712026-07-02T17:46:01.186Z[ host-image] Jul 02 17:46:00.375 INFO O| Jul 02 17:46:00.375 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-07-02T17:46:01.186Z[ host-image] Jul 02 17:46:00.380 INFO O| Jul 02 17:46:00.380 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97732026-07-02T17:46:01.186Z[ host-image] Jul 02 17:46:00.380 INFO O| Jul 02 17:46:00.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97742026-07-02T17:46:01.186Z[ host-image] Jul 02 17:46:00.380 INFO O| Jul 02 17:46:00.380 INFO STEP 7 (ensure_dir) COMPLETE
97752026-07-02T17:46:01.186Z[ host-image] Jul 02 17:46:00.380 INFO O| Jul 02 17:46:00.380 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.385 INFO O| Jul 02 17:46:00.385 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97772026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.386 INFO O| Jul 02 17:46:00.386 INFO STEP 8 (remove_files) COMPLETE
97782026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.386 INFO O| Jul 02 17:46:00.386 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.392 INFO O| Jul 02 17:46:00.392 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97802026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.393 INFO O| Jul 02 17:46:00.393 INFO STEP 9 (remove_files) COMPLETE
97812026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.393 INFO O| Jul 02 17:46:00.393 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.398 INFO O| Jul 02 17:46:00.398 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97832026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.399 INFO O| Jul 02 17:46:00.399 INFO STEP 10 (remove_files) COMPLETE
97842026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.399 INFO O| Jul 02 17:46:00.399 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.404 INFO O| Jul 02 17:46:00.404 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97862026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.404 INFO O| Jul 02 17:46:00.404 INFO STEP 11 (remove_files) COMPLETE
97872026-07-02T17:46:01.190Z[ host-image] Jul 02 17:46:00.404 INFO O| Jul 02 17:46:00.404 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.409 INFO O| Jul 02 17:46:00.409 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97892026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.409 INFO O| Jul 02 17:46:00.409 INFO STEP 12 (remove_files) COMPLETE
97902026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.409 INFO O| Jul 02 17:46:00.409 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.414 INFO O| Jul 02 17:46:00.414 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97922026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.414 INFO O| Jul 02 17:46:00.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97932026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.414 INFO O| Jul 02 17:46:00.414 INFO STEP 13 (ensure_dir) COMPLETE
97942026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.414 INFO O| Jul 02 17:46:00.414 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.419 INFO O| Jul 02 17:46:00.419 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97962026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.420 INFO O| Jul 02 17:46:00.420 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97972026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.420 INFO O| Jul 02 17:46:00.420 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97982026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.420 INFO O| Jul 02 17:46:00.420 INFO STEP 14 (ensure_dir) COMPLETE
97992026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.420 INFO O| Jul 02 17:46:00.420 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98002026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.425 INFO O| Jul 02 17:46:00.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98012026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.425 INFO O| Jul 02 17:46:00.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98022026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.425 INFO O| Jul 02 17:46:00.425 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98032026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.425 INFO O| Jul 02 17:46:00.425 INFO STEP 15 (ensure_dir) COMPLETE
98042026-07-02T17:46:01.191Z[ host-image] Jul 02 17:46:00.425 INFO O| Jul 02 17:46:00.425 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-07-02T17:46:01.194Z[ host-image] Jul 02 17:46:00.430 INFO O| Jul 02 17:46:00.430 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98062026-07-02T17:46:01.194Z[ host-image] Jul 02 17:46:00.430 INFO O| Jul 02 17:46:00.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98072026-07-02T17:46:01.194Z[ host-image] Jul 02 17:46:00.430 INFO O| Jul 02 17:46:00.430 INFO STEP 16 (ensure_dir) COMPLETE
98082026-07-02T17:46:01.194Z[ host-image] Jul 02 17:46:00.430 INFO O| Jul 02 17:46:00.430 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-07-02T17:46:01.199Z[ host-image] Jul 02 17:46:00.435 INFO O| Jul 02 17:46:00.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98102026-07-02T17:46:01.199Z[ host-image] Jul 02 17:46:00.435 INFO O| Jul 02 17:46:00.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98112026-07-02T17:46:01.203Z[ host-image] Jul 02 17:46:00.435 INFO O| Jul 02 17:46:00.435 INFO STEP 17 (ensure_dir) COMPLETE
98122026-07-02T17:46:01.203Z[ host-image] Jul 02 17:46:00.435 INFO O| Jul 02 17:46:00.435 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-07-02T17:46:01.206Z[ host-image] Jul 02 17:46:00.440 INFO O| Jul 02 17:46:00.440 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98142026-07-02T17:46:01.206Z[ host-image] Jul 02 17:46:00.440 INFO O| Jul 02 17:46:00.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98152026-07-02T17:46:01.206Z[ host-image] Jul 02 17:46:00.440 INFO O| Jul 02 17:46:00.440 INFO ok!
98162026-07-02T17:46:01.206Z[ host-image] Jul 02 17:46:00.440 INFO O| Jul 02 17:46:00.440 INFO STEP 18 (ensure_symlink) COMPLETE
98172026-07-02T17:46:01.206Z[ host-image] Jul 02 17:46:00.440 INFO O| Jul 02 17:46:00.440 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-07-02T17:46:01.210Z[ host-image] Jul 02 17:46:00.446 INFO O| Jul 02 17:46:00.446 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98192026-07-02T17:46:01.213Z[ host-image] Jul 02 17:46:00.446 INFO O| Jul 02 17:46:00.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98202026-07-02T17:46:01.213Z[ host-image] Jul 02 17:46:00.446 INFO O| Jul 02 17:46:00.446 INFO ok!
98212026-07-02T17:46:01.213Z[ host-image] Jul 02 17:46:00.446 INFO O| Jul 02 17:46:00.446 INFO STEP 19 (ensure_file) COMPLETE
98222026-07-02T17:46:01.213Z[ host-image] Jul 02 17:46:00.446 INFO O| Jul 02 17:46:00.446 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98232026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98242026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98252026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98262026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO ok!
98272026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO STEP 20 (ensure_symlink) COMPLETE
98282026-07-02T17:46:01.216Z[ host-image] Jul 02 17:46:00.451 INFO O| Jul 02 17:46:00.451 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98292026-07-02T17:46:01.220Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98302026-07-02T17:46:01.224Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98312026-07-02T17:46:01.224Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98322026-07-02T17:46:01.224Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO ok!
98332026-07-02T17:46:01.224Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO STEP 21 (ensure_symlink) COMPLETE
98342026-07-02T17:46:01.224Z[ host-image] Jul 02 17:46:00.456 INFO O| Jul 02 17:46:00.456 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98352026-07-02T17:46:01.228Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98362026-07-02T17:46:01.228Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98372026-07-02T17:46:01.228Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98382026-07-02T17:46:01.231Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO ok!
98392026-07-02T17:46:01.231Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO STEP 22 (ensure_symlink) COMPLETE
98402026-07-02T17:46:01.231Z[ host-image] Jul 02 17:46:00.464 INFO O| Jul 02 17:46:00.464 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98412026-07-02T17:46:01.235Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98422026-07-02T17:46:01.236Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98432026-07-02T17:46:01.236Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98442026-07-02T17:46:01.236Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO ok!
98452026-07-02T17:46:01.236Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO STEP 23 (ensure_symlink) COMPLETE
98462026-07-02T17:46:01.236Z[ host-image] Jul 02 17:46:00.470 INFO O| Jul 02 17:46:00.470 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98472026-07-02T17:46:01.241Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98482026-07-02T17:46:01.244Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98492026-07-02T17:46:01.244Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98502026-07-02T17:46:01.244Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 INFO ok!
98512026-07-02T17:46:01.244Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 INFO STEP 24 (ensure_file) COMPLETE
98522026-07-02T17:46:01.244Z[ host-image] Jul 02 17:46:00.477 INFO O| Jul 02 17:46:00.477 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98532026-07-02T17:46:01.248Z[ host-image] Jul 02 17:46:00.483 INFO O| Jul 02 17:46:00.483 INFO updating shadow file
98542026-07-02T17:46:01.248Z[ host-image] Jul 02 17:46:00.483 INFO O| Jul 02 17:46:00.483 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98552026-07-02T17:46:01.251Z[ host-image] Jul 02 17:46:00.483 INFO O| Jul 02 17:46:00.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98562026-07-02T17:46:01.253Z[ host-image] Jul 02 17:46:00.483 INFO O| Jul 02 17:46:00.483 INFO STEP 25 (shadow) COMPLETE
98572026-07-02T17:46:01.253Z[ host-image] Jul 02 17:46:00.483 INFO O| Jul 02 17:46:00.483 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98582026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.489 INFO O| Jul 02 17:46:00.489 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98592026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.489 INFO O| Jul 02 17:46:00.489 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98602026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.490 INFO O| Jul 02 17:46:00.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98612026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.490 INFO O| Jul 02 17:46:00.490 INFO ok!
98622026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.490 INFO O| Jul 02 17:46:00.490 INFO STEP 26 (ensure_file) COMPLETE
98632026-07-02T17:46:01.256Z[ host-image] Jul 02 17:46:00.490 INFO O| Jul 02 17:46:00.490 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-07-02T17:46:01.259Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98652026-07-02T17:46:01.259Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98662026-07-02T17:46:01.262Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98672026-07-02T17:46:01.262Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO ok!
98682026-07-02T17:46:01.262Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO STEP 27 (ensure_file) COMPLETE
98692026-07-02T17:46:01.262Z[ host-image] Jul 02 17:46:00.495 INFO O| Jul 02 17:46:00.495 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.500 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98712026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98722026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98732026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98742026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO ok!
98752026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO STEP 28 (ensure_file) COMPLETE
98762026-07-02T17:46:01.266Z[ host-image] Jul 02 17:46:00.501 INFO O| Jul 02 17:46:00.501 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-07-02T17:46:01.270Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98782026-07-02T17:46:01.270Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98792026-07-02T17:46:01.270Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98802026-07-02T17:46:01.273Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO ok!
98812026-07-02T17:46:01.273Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO STEP 29 (ensure_file) COMPLETE
98822026-07-02T17:46:01.273Z[ host-image] Jul 02 17:46:00.506 INFO O| Jul 02 17:46:00.506 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-07-02T17:46:01.277Z[ host-image] Jul 02 17:46:00.513 INFO O| Jul 02 17:46:00.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98842026-07-02T17:46:01.277Z[ host-image] Jul 02 17:46:00.513 INFO O| Jul 02 17:46:00.513 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98852026-07-02T17:46:01.277Z[ host-image] Jul 02 17:46:00.513 INFO O| Jul 02 17:46:00.513 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98862026-07-02T17:46:01.283Z[ host-image] Jul 02 17:46:00.513 INFO O| Jul 02 17:46:00.513 INFO STEP 30 (ensure_dir) COMPLETE
98872026-07-02T17:46:01.283Z[ host-image] Jul 02 17:46:00.513 INFO O| Jul 02 17:46:00.513 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98892026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98902026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98912026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98922026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO ok!
98932026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO STEP 31 (ensure_file) COMPLETE
98942026-07-02T17:46:01.286Z[ host-image] Jul 02 17:46:00.518 INFO O| Jul 02 17:46:00.518 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-07-02T17:46:01.289Z[ host-image] Jul 02 17:46:00.523 INFO O| Jul 02 17:46:00.523 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98962026-07-02T17:46:01.289Z[ host-image] Jul 02 17:46:00.523 INFO O| Jul 02 17:46:00.523 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98972026-07-02T17:46:01.289Z[ host-image] Jul 02 17:46:00.523 INFO O| Jul 02 17:46:00.523 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98982026-07-02T17:46:01.289Z[ host-image] Jul 02 17:46:00.523 INFO O| Jul 02 17:46:00.523 INFO STEP 32 (ensure_dir) COMPLETE
98992026-07-02T17:46:01.289Z[ host-image] Jul 02 17:46:00.523 INFO O| Jul 02 17:46:00.523 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-07-02T17:46:01.293Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99012026-07-02T17:46:01.293Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 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 ...
99022026-07-02T17:46:01.293Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 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
99032026-07-02T17:46:01.293Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99042026-07-02T17:46:01.294Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 INFO ok!
99052026-07-02T17:46:01.294Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 INFO STEP 33 (ensure_file) COMPLETE
99062026-07-02T17:46:01.294Z[ host-image] Jul 02 17:46:00.529 INFO O| Jul 02 17:46:00.529 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99072026-07-02T17:46:01.298Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99082026-07-02T17:46:01.303Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99092026-07-02T17:46:01.303Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99102026-07-02T17:46:01.303Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO ok!
99112026-07-02T17:46:01.304Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO STEP 34 (ensure_file) COMPLETE
99122026-07-02T17:46:01.304Z[ host-image] Jul 02 17:46:00.534 INFO O| Jul 02 17:46:00.534 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-07-02T17:46:01.306Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99142026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99152026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99162026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99172026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO ok!
99182026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO STEP 35 (ensure_file) COMPLETE
99192026-07-02T17:46:01.307Z[ host-image] Jul 02 17:46:00.541 INFO O| Jul 02 17:46:00.541 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99202026-07-02T17:46:01.312Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99212026-07-02T17:46:01.312Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99222026-07-02T17:46:01.315Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99232026-07-02T17:46:01.315Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 INFO ok!
99242026-07-02T17:46:01.315Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 INFO STEP 36 (ensure_file) COMPLETE
99252026-07-02T17:46:01.315Z[ host-image] Jul 02 17:46:00.547 INFO O| Jul 02 17:46:00.547 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99262026-07-02T17:46:01.318Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99272026-07-02T17:46:01.318Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99282026-07-02T17:46:01.319Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99292026-07-02T17:46:01.319Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 INFO ok!
99302026-07-02T17:46:01.319Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 INFO STEP 37 (ensure_file) COMPLETE
99312026-07-02T17:46:01.319Z[ host-image] Jul 02 17:46:00.553 INFO O| Jul 02 17:46:00.553 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99322026-07-02T17:46:01.323Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99332026-07-02T17:46:01.323Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99342026-07-02T17:46:01.325Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99352026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99362026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99372026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99382026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO ok!
99392026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO STEP 38 (ensure_file) COMPLETE
99402026-07-02T17:46:01.326Z[ host-image] Jul 02 17:46:00.559 INFO O| Jul 02 17:46:00.559 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99412026-07-02T17:46:01.330Z[ host-image] Jul 02 17:46:00.564 INFO O| Jul 02 17:46:00.564 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99422026-07-02T17:46:01.330Z[ host-image] Jul 02 17:46:00.564 INFO O| Jul 02 17:46:00.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99432026-07-02T17:46:01.330Z[ host-image] Jul 02 17:46:00.564 INFO O| Jul 02 17:46:00.564 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99442026-07-02T17:46:01.330Z[ host-image] Jul 02 17:46:00.564 INFO O| Jul 02 17:46:00.564 INFO STEP 39 (ensure_dir) COMPLETE
99452026-07-02T17:46:01.330Z[ host-image] Jul 02 17:46:00.564 INFO O| Jul 02 17:46:00.564 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99462026-07-02T17:46:01.333Z[ host-image] Jul 02 17:46:00.569 INFO O| Jul 02 17:46:00.569 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
99472026-07-02T17:46:01.334Z[ host-image] Jul 02 17:46:00.569 INFO O| Jul 02 17:46:00.569 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 ...
99482026-07-02T17:46:01.336Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 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
99492026-07-02T17:46:01.336Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 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
99502026-07-02T17:46:01.337Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 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
99512026-07-02T17:46:01.337Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 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
99522026-07-02T17:46:01.337Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 INFO ok!
99532026-07-02T17:46:01.337Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 INFO STEP 40 (ensure_file) COMPLETE
99542026-07-02T17:46:01.337Z[ host-image] Jul 02 17:46:00.570 INFO O| Jul 02 17:46:00.570 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99552026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99562026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 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 ...
99572026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99582026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 INFO ok!
99592026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 INFO STEP 41 (ensure_symlink) COMPLETE
99602026-07-02T17:46:01.340Z[ host-image] Jul 02 17:46:00.575 INFO O| Jul 02 17:46:00.575 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99612026-07-02T17:46:01.344Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99622026-07-02T17:46:01.344Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99632026-07-02T17:46:01.347Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99642026-07-02T17:46:01.347Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO ok!
99652026-07-02T17:46:01.347Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO STEP 42 (ensure_symlink) COMPLETE
99662026-07-02T17:46:01.347Z[ host-image] Jul 02 17:46:00.580 INFO O| Jul 02 17:46:00.580 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-07-02T17:46:01.350Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99682026-07-02T17:46:01.350Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99692026-07-02T17:46:01.350Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99702026-07-02T17:46:01.350Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99712026-07-02T17:46:01.351Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99722026-07-02T17:46:01.351Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99732026-07-02T17:46:01.351Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO ok!
99742026-07-02T17:46:01.351Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO STEP 43 (ensure_file) COMPLETE
99752026-07-02T17:46:01.351Z[ host-image] Jul 02 17:46:00.585 INFO O| Jul 02 17:46:00.585 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-07-02T17:46:01.354Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99772026-07-02T17:46:01.354Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 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 ...
99782026-07-02T17:46:01.357Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 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
99792026-07-02T17:46:01.357Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99802026-07-02T17:46:01.357Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 INFO ok!
99812026-07-02T17:46:01.357Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 INFO STEP 44 (ensure_file) COMPLETE
99822026-07-02T17:46:01.357Z[ host-image] Jul 02 17:46:00.590 INFO O| Jul 02 17:46:00.590 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-07-02T17:46:01.360Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99842026-07-02T17:46:01.360Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99852026-07-02T17:46:01.360Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99862026-07-02T17:46:01.361Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO ok!
99872026-07-02T17:46:01.361Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO STEP 45 (ensure_file) COMPLETE
99882026-07-02T17:46:01.361Z[ host-image] Jul 02 17:46:00.595 INFO O| Jul 02 17:46:00.595 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99892026-07-02T17:46:01.366Z[ host-image] Jul 02 17:46:00.602 INFO O| Jul 02 17:46:00.602 INFO updating shadow file
99902026-07-02T17:46:01.369Z[ host-image] Jul 02 17:46:00.602 INFO O| Jul 02 17:46:00.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99912026-07-02T17:46:01.369Z[ host-image] Jul 02 17:46:00.602 INFO O| Jul 02 17:46:00.602 INFO STEP 46 (shadow) COMPLETE
99922026-07-02T17:46:01.369Z[ host-image] Jul 02 17:46:00.602 INFO O| Jul 02 17:46:00.602 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99932026-07-02T17:46:01.372Z[ host-image] Jul 02 17:46:00.607 INFO O| Jul 02 17:46:00.607 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99942026-07-02T17:46:01.372Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99952026-07-02T17:46:01.372Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99962026-07-02T17:46:01.372Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99972026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO ok!
99982026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO STEP 47 (ensure_file) COMPLETE
99992026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100002026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO skip step because feature "mfg" is not enabled
100012026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO skip step because feature "mfg" is not enabled
100032026-07-02T17:46:01.373Z[ host-image] Jul 02 17:46:00.608 INFO O| Jul 02 17:46:00.608 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100042026-07-02T17:46:01.377Z[ host-image] Jul 02 17:46:00.613 INFO O| Jul 02 17:46:00.613 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100052026-07-02T17:46:01.377Z[ host-image] Jul 02 17:46:00.613 INFO O| Jul 02 17:46:00.613 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100062026-07-02T17:46:01.401Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100072026-07-02T17:46:01.401Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100082026-07-02T17:46:01.404Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO ok!
100092026-07-02T17:46:01.404Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO STEP 50 (ensure_file) COMPLETE
100102026-07-02T17:46:01.404Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100112026-07-02T17:46:01.404Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO skip step because feature "compliance" is not enabled
100122026-07-02T17:46:01.404Z[ host-image] Jul 02 17:46:00.637 INFO O| Jul 02 17:46:00.637 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100132026-07-02T17:46:01.407Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100142026-07-02T17:46:01.407Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100152026-07-02T17:46:01.407Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100162026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100172026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100182026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100192026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO ok!
100202026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO STEP 52 (ensure_file) COMPLETE
100212026-07-02T17:46:01.410Z[ host-image] Jul 02 17:46:00.643 INFO O| Jul 02 17:46:00.643 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100222026-07-02T17:46:01.413Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100232026-07-02T17:46:01.413Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 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 ...
100242026-07-02T17:46:01.414Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 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
100252026-07-02T17:46:01.414Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100262026-07-02T17:46:01.414Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 INFO ok!
100272026-07-02T17:46:01.414Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 INFO STEP 53 (ensure_file) COMPLETE
100282026-07-02T17:46:01.414Z[ host-image] Jul 02 17:46:00.649 INFO O| Jul 02 17:46:00.649 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100292026-07-02T17:46:01.418Z[ host-image] Jul 02 17:46:00.654 INFO O| Jul 02 17:46:00.654 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100302026-07-02T17:46:01.418Z[ host-image] Jul 02 17:46:00.654 INFO O| Jul 02 17:46:00.654 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 ...
100312026-07-02T17:46:01.418Z[ host-image] Jul 02 17:46:00.655 INFO O| Jul 02 17:46:00.654 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100322026-07-02T17:46:01.418Z[ host-image] Jul 02 17:46:00.655 INFO O| Jul 02 17:46:00.655 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100332026-07-02T17:46:01.421Z[ host-image] Jul 02 17:46:00.655 INFO O| Jul 02 17:46:00.655 INFO ok!
100342026-07-02T17:46:01.422Z[ host-image] Jul 02 17:46:00.655 INFO O| Jul 02 17:46:00.655 INFO STEP 54 (ensure_file) COMPLETE
100352026-07-02T17:46:01.422Z[ host-image] Jul 02 17:46:00.655 INFO O| Jul 02 17:46:00.655 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-07-02T17:46:01.424Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100372026-07-02T17:46:01.424Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 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 ...
100382026-07-02T17:46:01.425Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 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
100392026-07-02T17:46:01.425Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100402026-07-02T17:46:01.425Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 INFO ok!
100412026-07-02T17:46:01.425Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 INFO STEP 55 (ensure_file) COMPLETE
100422026-07-02T17:46:01.425Z[ host-image] Jul 02 17:46:00.660 INFO O| Jul 02 17:46:00.660 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-07-02T17:46:01.429Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100442026-07-02T17:46:01.429Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 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 ...
100452026-07-02T17:46:01.432Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100462026-07-02T17:46:01.432Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100472026-07-02T17:46:01.432Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO ok!
100482026-07-02T17:46:01.433Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO STEP 56 (ensure_file) COMPLETE
100492026-07-02T17:46:01.433Z[ host-image] Jul 02 17:46:00.665 INFO O| Jul 02 17:46:00.665 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-07-02T17:46:01.435Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100512026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 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 ...
100522026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 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
100532026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100542026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 INFO ok!
100552026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 INFO STEP 57 (ensure_file) COMPLETE
100562026-07-02T17:46:01.436Z[ host-image] Jul 02 17:46:00.671 INFO O| Jul 02 17:46:00.671 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-07-02T17:46:01.440Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100582026-07-02T17:46:01.440Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 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 ...
100592026-07-02T17:46:01.443Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100602026-07-02T17:46:01.443Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100612026-07-02T17:46:01.444Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100622026-07-02T17:46:01.444Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100632026-07-02T17:46:01.444Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO ok!
100642026-07-02T17:46:01.444Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO STEP 58 (ensure_file) COMPLETE
100652026-07-02T17:46:01.444Z[ host-image] Jul 02 17:46:00.676 INFO O| Jul 02 17:46:00.676 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-07-02T17:46:01.447Z[ host-image] Jul 02 17:46:00.681 INFO O| Jul 02 17:46:00.681 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100672026-07-02T17:46:01.447Z[ host-image] Jul 02 17:46:00.681 INFO O| Jul 02 17:46:00.681 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 ...
100682026-07-02T17:46:01.447Z[ host-image] Jul 02 17:46:00.682 INFO O| Jul 02 17:46:00.681 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
100692026-07-02T17:46:01.447Z[ host-image] Jul 02 17:46:00.682 INFO O| Jul 02 17:46:00.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100702026-07-02T17:46:01.447Z[ host-image] Jul 02 17:46:00.682 INFO O| Jul 02 17:46:00.682 INFO ok!
100712026-07-02T17:46:01.449Z[ host-image] Jul 02 17:46:00.682 INFO O| Jul 02 17:46:00.682 INFO STEP 59 (ensure_file) COMPLETE
100722026-07-02T17:46:01.449Z[ host-image] Jul 02 17:46:00.682 INFO O| Jul 02 17:46:00.682 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100742026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100752026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100762026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100772026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO ok!
100782026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO STEP 60 (ensure_file) COMPLETE
100792026-07-02T17:46:01.452Z[ host-image] Jul 02 17:46:00.687 INFO O| Jul 02 17:46:00.687 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-07-02T17:46:01.456Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100812026-07-02T17:46:01.456Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 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 ...
100822026-07-02T17:46:01.459Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 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
100832026-07-02T17:46:01.459Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100842026-07-02T17:46:01.459Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 INFO ok!
100852026-07-02T17:46:01.459Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 INFO STEP 61 (ensure_file) COMPLETE
100862026-07-02T17:46:01.459Z[ host-image] Jul 02 17:46:00.692 INFO O| Jul 02 17:46:00.692 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-02T17:46:01.463Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100882026-07-02T17:46:01.469Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100892026-07-02T17:46:01.469Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100902026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100912026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100922026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100932026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO ok!
100942026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO STEP 62 (ensure_file) COMPLETE
100952026-07-02T17:46:01.470Z[ host-image] Jul 02 17:46:00.699 INFO O| Jul 02 17:46:00.699 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-07-02T17:46:01.474Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100972026-07-02T17:46:01.474Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 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 ...
100982026-07-02T17:46:01.474Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 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
100992026-07-02T17:46:01.474Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101002026-07-02T17:46:01.475Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 INFO ok!
101012026-07-02T17:46:01.475Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 INFO STEP 63 (ensure_file) COMPLETE
101022026-07-02T17:46:01.475Z[ host-image] Jul 02 17:46:00.705 INFO O| Jul 02 17:46:00.705 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.710 INFO O| Jul 02 17:46:00.710 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101042026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.710 INFO O| Jul 02 17:46:00.710 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 ...
101052026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.711 INFO O| Jul 02 17:46:00.711 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
101062026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.711 INFO O| Jul 02 17:46:00.711 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101072026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.711 INFO O| Jul 02 17:46:00.711 INFO ok!
101082026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.711 INFO O| Jul 02 17:46:00.711 INFO STEP 64 (ensure_file) COMPLETE
101092026-07-02T17:46:01.478Z[ host-image] Jul 02 17:46:00.711 INFO O| Jul 02 17:46:00.711 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-07-02T17:46:01.482Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101112026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 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 ...
101122026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 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
101132026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101142026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO ok!
101152026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO STEP 65 (ensure_file) COMPLETE
101162026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101172026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO skip step because feature "mbist" is not enabled
101182026-07-02T17:46:01.483Z[ host-image] Jul 02 17:46:00.716 INFO O| Jul 02 17:46:00.716 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-07-02T17:46:01.487Z[ host-image] Jul 02 17:46:00.721 INFO O| Jul 02 17:46:00.721 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101202026-07-02T17:46:01.487Z[ host-image] Jul 02 17:46:00.721 INFO O| Jul 02 17:46:00.721 INFO STEP 67 (ensure_dir) COMPLETE
101212026-07-02T17:46:01.487Z[ host-image] Jul 02 17:46:00.721 INFO O| Jul 02 17:46:00.721 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-07-02T17:46:01.492Z[ host-image] Jul 02 17:46:00.726 INFO O| Jul 02 17:46:00.726 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101232026-07-02T17:46:01.492Z[ host-image] Jul 02 17:46:00.726 INFO O| Jul 02 17:46:00.726 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101242026-07-02T17:46:01.512Z[ host-image] Jul 02 17:46:00.726 INFO O| Jul 02 17:46:00.726 INFO STEP 68 (ensure_dir) COMPLETE
101252026-07-02T17:46:01.512Z[ host-image] Jul 02 17:46:00.726 INFO O| Jul 02 17:46:00.726 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-07-02T17:46:01.516Z[ host-image] Jul 02 17:46:00.731 INFO O| Jul 02 17:46:00.731 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101272026-07-02T17:46:01.516Z[ host-image] Jul 02 17:46:00.731 INFO O| Jul 02 17:46:00.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101282026-07-02T17:46:01.517Z[ host-image] Jul 02 17:46:00.731 INFO O| Jul 02 17:46:00.731 INFO STEP 69 (ensure_dir) COMPLETE
101292026-07-02T17:46:01.517Z[ host-image] Jul 02 17:46:00.731 INFO O| Jul 02 17:46:00.731 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-07-02T17:46:01.517Z[ host-image] Jul 02 17:46:00.736 INFO O| Jul 02 17:46:00.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101312026-07-02T17:46:01.517Z[ host-image] Jul 02 17:46:00.736 INFO O| Jul 02 17:46:00.736 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101322026-07-02T17:46:02.066Z[ host-image] Jul 02 17:46:01.301 INFO O| Jul 02 17:46:01.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101332026-07-02T17:46:02.066Z[ host-image] Jul 02 17:46:01.301 INFO O| Jul 02 17:46:01.301 INFO ok!
101342026-07-02T17:46:02.069Z[ host-image] Jul 02 17:46:01.301 INFO O| Jul 02 17:46:01.301 INFO STEP 70 (ensure_file) COMPLETE
101352026-07-02T17:46:02.069Z[ host-image] Jul 02 17:46:01.301 INFO O| Jul 02 17:46:01.301 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-07-02T17:46:02.075Z[ host-image] Jul 02 17:46:01.310 INFO O| Jul 02 17:46:01.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101372026-07-02T17:46:02.075Z[ host-image] Jul 02 17:46:01.310 INFO O| Jul 02 17:46:01.310 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101382026-07-02T17:46:02.513Z[ host-image] Jul 02 17:46:01.749 INFO O| Jul 02 17:46:01.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101392026-07-02T17:46:02.513Z[ host-image] Jul 02 17:46:01.749 INFO O| Jul 02 17:46:01.749 INFO ok!
101402026-07-02T17:46:02.513Z[ host-image] Jul 02 17:46:01.749 INFO O| Jul 02 17:46:01.749 INFO STEP 71 (ensure_file) COMPLETE
101412026-07-02T17:46:02.513Z[ host-image] Jul 02 17:46:01.749 INFO O| Jul 02 17:46:01.749 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-07-02T17:46:02.521Z[ host-image] Jul 02 17:46:01.757 INFO O| Jul 02 17:46:01.757 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101432026-07-02T17:46:02.524Z[ host-image] Jul 02 17:46:01.757 INFO O| Jul 02 17:46:01.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101442026-07-02T17:46:02.524Z[ host-image] Jul 02 17:46:01.757 INFO O| Jul 02 17:46:01.757 INFO STEP 72 (ensure_dir) COMPLETE
101452026-07-02T17:46:02.524Z[ host-image] Jul 02 17:46:01.757 INFO O| Jul 02 17:46:01.757 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101472026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO copying /tmp/.tmpyhreHx/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 ...
101482026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101492026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO ok!
101502026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO STEP 73 (ensure_file) COMPLETE
101512026-07-02T17:46:02.528Z[ host-image] Jul 02 17:46:01.763 INFO O| Jul 02 17:46:01.763 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-07-02T17:46:02.533Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101532026-07-02T17:46:02.533Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO copying /tmp/.tmpyhreHx/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 ...
101542026-07-02T17:46:02.533Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101552026-07-02T17:46:02.538Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO ok!
101562026-07-02T17:46:02.538Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO STEP 74 (ensure_file) COMPLETE
101572026-07-02T17:46:02.538Z[ host-image] Jul 02 17:46:01.769 INFO O| Jul 02 17:46:01.769 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-07-02T17:46:02.541Z[ host-image] Jul 02 17:46:01.777 INFO O| Jul 02 17:46:01.777 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101592026-07-02T17:46:02.544Z[ host-image] Jul 02 17:46:01.777 INFO O| Jul 02 17:46:01.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101602026-07-02T17:46:02.544Z[ host-image] Jul 02 17:46:01.777 INFO O| Jul 02 17:46:01.777 INFO STEP 75 (ensure_dir) COMPLETE
101612026-07-02T17:46:02.544Z[ host-image] Jul 02 17:46:01.777 INFO O| Jul 02 17:46:01.777 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101632026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO copying /tmp/.tmpyhreHx/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 ...
101642026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101652026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO ok!
101662026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO STEP 76 (ensure_file) COMPLETE
101672026-07-02T17:46:02.547Z[ host-image] Jul 02 17:46:01.783 INFO O| Jul 02 17:46:01.783 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-07-02T17:46:02.555Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101692026-07-02T17:46:02.555Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO copying /tmp/.tmpyhreHx/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 ...
101702026-07-02T17:46:02.558Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101712026-07-02T17:46:02.558Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO ok!
101722026-07-02T17:46:02.558Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO STEP 77 (ensure_file) COMPLETE
101732026-07-02T17:46:02.558Z[ host-image] Jul 02 17:46:01.791 INFO O| Jul 02 17:46:01.791 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-07-02T17:46:02.562Z[ host-image] Jul 02 17:46:01.798 INFO O| Jul 02 17:46:01.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101752026-07-02T17:46:02.562Z[ host-image] Jul 02 17:46:01.798 INFO O| Jul 02 17:46:01.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101762026-07-02T17:46:02.567Z[ host-image] Jul 02 17:46:01.798 INFO O| Jul 02 17:46:01.798 INFO STEP 78 (ensure_dir) COMPLETE
101772026-07-02T17:46:02.567Z[ host-image] Jul 02 17:46:01.798 INFO O| Jul 02 17:46:01.798 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101792026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO copying /tmp/.tmpyhreHx/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 ...
101802026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101812026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO ok!
101822026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO STEP 79 (ensure_file) COMPLETE
101832026-07-02T17:46:02.571Z[ host-image] Jul 02 17:46:01.804 INFO O| Jul 02 17:46:01.804 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101852026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101862026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101872026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO ok!
101882026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO STEP 80 (ensure_file) COMPLETE
101892026-07-02T17:46:02.576Z[ host-image] Jul 02 17:46:01.810 INFO O| Jul 02 17:46:01.810 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-07-02T17:46:02.580Z[ host-image] Jul 02 17:46:01.816 INFO O| Jul 02 17:46:01.816 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101912026-07-02T17:46:02.580Z[ host-image] Jul 02 17:46:01.816 INFO O| Jul 02 17:46:01.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101922026-07-02T17:46:02.583Z[ host-image] Jul 02 17:46:01.816 INFO O| Jul 02 17:46:01.816 INFO STEP 81 (ensure_dir) COMPLETE
101932026-07-02T17:46:02.583Z[ host-image] Jul 02 17:46:01.816 INFO O| Jul 02 17:46:01.816 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-07-02T17:46:02.589Z[ host-image] Jul 02 17:46:01.823 INFO O| Jul 02 17:46:01.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101952026-07-02T17:46:02.589Z[ host-image] Jul 02 17:46:01.823 INFO O| Jul 02 17:46:01.823 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101962026-07-02T17:46:02.789Z[ host-image] Jul 02 17:46:02.024 INFO O| Jul 02 17:46:02.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101972026-07-02T17:46:02.789Z[ host-image] Jul 02 17:46:02.024 INFO O| Jul 02 17:46:02.024 INFO ok!
101982026-07-02T17:46:02.789Z[ host-image] Jul 02 17:46:02.024 INFO O| Jul 02 17:46:02.024 INFO STEP 82 (ensure_file) COMPLETE
101992026-07-02T17:46:02.792Z[ host-image] Jul 02 17:46:02.024 INFO O| Jul 02 17:46:02.024 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-07-02T17:46:02.796Z[ host-image] Jul 02 17:46:02.032 INFO O| Jul 02 17:46:02.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102012026-07-02T17:46:02.796Z[ host-image] Jul 02 17:46:02.032 INFO O| Jul 02 17:46:02.032 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102022026-07-02T17:46:03.217Z[ host-image] Jul 02 17:46:02.453 INFO O| Jul 02 17:46:02.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102032026-07-02T17:46:03.217Z[ host-image] Jul 02 17:46:02.453 INFO O| Jul 02 17:46:02.453 INFO ok!
102042026-07-02T17:46:03.218Z[ host-image] Jul 02 17:46:02.453 INFO O| Jul 02 17:46:02.453 INFO STEP 83 (ensure_file) COMPLETE
102052026-07-02T17:46:03.221Z[ host-image] Jul 02 17:46:02.453 INFO O| Jul 02 17:46:02.453 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-07-02T17:46:03.225Z[ host-image] Jul 02 17:46:02.461 INFO O| Jul 02 17:46:02.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102072026-07-02T17:46:03.225Z[ host-image] Jul 02 17:46:02.461 INFO O| Jul 02 17:46:02.461 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102082026-07-02T17:46:04.220Z[ host-image] Jul 02 17:46:03.456 INFO O| Jul 02 17:46:03.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102092026-07-02T17:46:04.220Z[ host-image] Jul 02 17:46:03.456 INFO O| Jul 02 17:46:03.456 INFO ok!
102102026-07-02T17:46:04.221Z[ host-image] Jul 02 17:46:03.456 INFO O| Jul 02 17:46:03.456 INFO STEP 84 (ensure_file) COMPLETE
102112026-07-02T17:46:04.224Z[ host-image] Jul 02 17:46:03.456 INFO O| Jul 02 17:46:03.456 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-07-02T17:46:04.231Z[ host-image] Jul 02 17:46:03.465 INFO O| Jul 02 17:46:03.465 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102132026-07-02T17:46:04.234Z[ host-image] Jul 02 17:46:03.465 INFO O| Jul 02 17:46:03.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102142026-07-02T17:46:04.234Z[ host-image] Jul 02 17:46:03.465 INFO O| Jul 02 17:46:03.465 INFO STEP 85 (ensure_dir) COMPLETE
102152026-07-02T17:46:04.234Z[ host-image] Jul 02 17:46:03.465 INFO O| Jul 02 17:46:03.465 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-07-02T17:46:04.237Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102172026-07-02T17:46:04.237Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO copying /tmp/.tmpyhreHx/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 ...
102182026-07-02T17:46:04.237Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102192026-07-02T17:46:04.243Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO ok!
102202026-07-02T17:46:04.243Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO STEP 86 (ensure_file) COMPLETE
102212026-07-02T17:46:04.243Z[ host-image] Jul 02 17:46:03.473 INFO O| Jul 02 17:46:03.473 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-07-02T17:46:04.246Z[ host-image] Jul 02 17:46:03.480 INFO O| Jul 02 17:46:03.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102232026-07-02T17:46:04.246Z[ host-image] Jul 02 17:46:03.481 INFO O| Jul 02 17:46:03.480 INFO copying /tmp/.tmpyhreHx/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 ...
102242026-07-02T17:46:04.246Z[ host-image] Jul 02 17:46:03.481 INFO O| Jul 02 17:46:03.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102252026-07-02T17:46:04.246Z[ host-image] Jul 02 17:46:03.481 INFO O| Jul 02 17:46:03.481 INFO ok!
102262026-07-02T17:46:04.246Z[ host-image] Jul 02 17:46:03.481 INFO O| Jul 02 17:46:03.481 INFO STEP 87 (ensure_file) COMPLETE
102272026-07-02T17:46:04.247Z[ host-image] Jul 02 17:46:03.481 INFO O| Jul 02 17:46:03.481 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-07-02T17:46:04.251Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102292026-07-02T17:46:04.252Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.488 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102302026-07-02T17:46:04.252Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102312026-07-02T17:46:04.255Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.488 INFO ok!
102322026-07-02T17:46:04.255Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.488 INFO STEP 88 (ensure_file) COMPLETE
102332026-07-02T17:46:04.255Z[ host-image] Jul 02 17:46:03.488 INFO O| Jul 02 17:46:03.488 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-07-02T17:46:04.258Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102352026-07-02T17:46:04.258Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102362026-07-02T17:46:04.261Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102372026-07-02T17:46:04.261Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO ok!
102382026-07-02T17:46:04.261Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO STEP 89 (ensure_file) COMPLETE
102392026-07-02T17:46:04.261Z[ host-image] Jul 02 17:46:03.495 INFO O| Jul 02 17:46:03.495 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-07-02T17:46:04.265Z[ host-image] Jul 02 17:46:03.501 INFO O| Jul 02 17:46:03.501 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102412026-07-02T17:46:04.269Z[ host-image] Jul 02 17:46:03.501 INFO O| Jul 02 17:46:03.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102422026-07-02T17:46:04.269Z[ host-image] Jul 02 17:46:03.501 INFO O| Jul 02 17:46:03.501 INFO STEP 90 (ensure_dir) COMPLETE
102432026-07-02T17:46:04.269Z[ host-image] Jul 02 17:46:03.501 INFO O| Jul 02 17:46:03.501 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-07-02T17:46:04.273Z[ host-image] Jul 02 17:46:03.507 INFO O| Jul 02 17:46:03.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102452026-07-02T17:46:04.273Z[ host-image] Jul 02 17:46:03.507 INFO O| Jul 02 17:46:03.507 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102462026-07-02T17:46:04.276Z[ host-image] Jul 02 17:46:03.509 INFO O| Jul 02 17:46:03.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102472026-07-02T17:46:04.276Z[ host-image] Jul 02 17:46:03.509 INFO O| Jul 02 17:46:03.509 INFO ok!
102482026-07-02T17:46:04.276Z[ host-image] Jul 02 17:46:03.509 INFO O| Jul 02 17:46:03.509 INFO STEP 91 (ensure_file) COMPLETE
102492026-07-02T17:46:04.276Z[ host-image] Jul 02 17:46:03.509 INFO O| Jul 02 17:46:03.509 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-07-02T17:46:04.280Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102512026-07-02T17:46:04.280Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102522026-07-02T17:46:04.286Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102532026-07-02T17:46:04.286Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO ok!
102542026-07-02T17:46:04.286Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO STEP 92 (ensure_file) COMPLETE
102552026-07-02T17:46:04.286Z[ host-image] Jul 02 17:46:03.516 INFO O| Jul 02 17:46:03.516 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-07-02T17:46:04.289Z[ host-image] Jul 02 17:46:03.522 INFO O| Jul 02 17:46:03.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102572026-07-02T17:46:04.289Z[ host-image] Jul 02 17:46:03.522 INFO O| Jul 02 17:46:03.522 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102582026-07-02T17:46:04.681Z[ host-image] Jul 02 17:46:03.916 INFO O| Jul 02 17:46:03.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102592026-07-02T17:46:04.681Z[ host-image] Jul 02 17:46:03.916 INFO O| Jul 02 17:46:03.916 INFO ok!
102602026-07-02T17:46:04.681Z[ host-image] Jul 02 17:46:03.916 INFO O| Jul 02 17:46:03.916 INFO STEP 93 (ensure_file) COMPLETE
102612026-07-02T17:46:04.684Z[ host-image] Jul 02 17:46:03.916 INFO O| Jul 02 17:46:03.916 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-07-02T17:46:04.690Z[ host-image] Jul 02 17:46:03.926 INFO O| Jul 02 17:46:03.926 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102632026-07-02T17:46:04.690Z[ host-image] Jul 02 17:46:03.926 INFO O| Jul 02 17:46:03.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102642026-07-02T17:46:04.693Z[ host-image] Jul 02 17:46:03.926 INFO O| Jul 02 17:46:03.926 INFO STEP 94 (ensure_dir) COMPLETE
102652026-07-02T17:46:04.693Z[ host-image] Jul 02 17:46:03.926 INFO O| Jul 02 17:46:03.926 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-07-02T17:46:04.698Z[ host-image] Jul 02 17:46:03.934 INFO O| Jul 02 17:46:03.934 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102672026-07-02T17:46:04.698Z[ host-image] Jul 02 17:46:03.934 INFO O| Jul 02 17:46:03.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102682026-07-02T17:46:04.698Z[ host-image] Jul 02 17:46:03.934 INFO O| Jul 02 17:46:03.934 INFO STEP 95 (ensure_dir) COMPLETE
102692026-07-02T17:46:04.702Z[ host-image] Jul 02 17:46:03.934 INFO O| Jul 02 17:46:03.934 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-07-02T17:46:04.707Z[ host-image] Jul 02 17:46:03.940 INFO O| Jul 02 17:46:03.940 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102712026-07-02T17:46:04.707Z[ host-image] Jul 02 17:46:03.940 INFO O| Jul 02 17:46:03.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102722026-07-02T17:46:04.707Z[ host-image] Jul 02 17:46:03.940 INFO O| Jul 02 17:46:03.940 INFO STEP 96 (ensure_dir) COMPLETE
102732026-07-02T17:46:04.707Z[ host-image] Jul 02 17:46:03.940 INFO O| Jul 02 17:46:03.940 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-07-02T17:46:04.710Z[ host-image] Jul 02 17:46:03.946 INFO O| Jul 02 17:46:03.946 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102752026-07-02T17:46:04.710Z[ host-image] Jul 02 17:46:03.946 INFO O| Jul 02 17:46:03.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102762026-07-02T17:46:04.711Z[ host-image] Jul 02 17:46:03.946 INFO O| Jul 02 17:46:03.946 INFO STEP 97 (ensure_dir) COMPLETE
102772026-07-02T17:46:04.711Z[ host-image] Jul 02 17:46:03.946 INFO O| Jul 02 17:46:03.946 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-07-02T17:46:04.716Z[ host-image] Jul 02 17:46:03.952 INFO O| Jul 02 17:46:03.952 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102792026-07-02T17:46:04.719Z[ host-image] Jul 02 17:46:03.952 INFO O| Jul 02 17:46:03.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102802026-07-02T17:46:04.719Z[ host-image] Jul 02 17:46:03.952 INFO O| Jul 02 17:46:03.952 INFO STEP 98 (ensure_dir) COMPLETE
102812026-07-02T17:46:04.719Z[ host-image] Jul 02 17:46:03.952 INFO O| Jul 02 17:46:03.952 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102832026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO copying /tmp/.tmpyhreHx/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 ...
102842026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102852026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO ok!
102862026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO STEP 99 (ensure_file) COMPLETE
102872026-07-02T17:46:04.723Z[ host-image] Jul 02 17:46:03.958 INFO O| Jul 02 17:46:03.958 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-07-02T17:46:04.729Z[ host-image] Jul 02 17:46:03.964 INFO O| Jul 02 17:46:03.964 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102892026-07-02T17:46:04.732Z[ host-image] Jul 02 17:46:03.964 INFO O| Jul 02 17:46:03.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102902026-07-02T17:46:04.732Z[ host-image] Jul 02 17:46:03.964 INFO O| Jul 02 17:46:03.964 INFO STEP 100 (ensure_dir) COMPLETE
102912026-07-02T17:46:04.733Z[ host-image] Jul 02 17:46:03.964 INFO O| Jul 02 17:46:03.964 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-07-02T17:46:04.735Z[ host-image] Jul 02 17:46:03.969 INFO O| Jul 02 17:46:03.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102932026-07-02T17:46:04.735Z[ host-image] Jul 02 17:46:03.969 INFO O| Jul 02 17:46:03.969 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102942026-07-02T17:46:04.742Z[ host-image] Jul 02 17:46:03.978 INFO O| Jul 02 17:46:03.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102952026-07-02T17:46:04.745Z[ host-image] Jul 02 17:46:03.978 INFO O| Jul 02 17:46:03.978 INFO ok!
102962026-07-02T17:46:04.745Z[ host-image] Jul 02 17:46:03.978 INFO O| Jul 02 17:46:03.978 INFO STEP 101 (ensure_file) COMPLETE
102972026-07-02T17:46:04.745Z[ host-image] Jul 02 17:46:03.978 INFO O| Jul 02 17:46:03.978 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102992026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103002026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103012026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO ok!
103022026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO STEP 102 (ensure_file) COMPLETE
103032026-07-02T17:46:04.748Z[ host-image] Jul 02 17:46:03.984 INFO O| Jul 02 17:46:03.984 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-07-02T17:46:04.753Z[ host-image] Jul 02 17:46:03.989 INFO O| Jul 02 17:46:03.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103052026-07-02T17:46:04.756Z[ host-image] Jul 02 17:46:03.989 INFO O| Jul 02 17:46:03.989 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103062026-07-02T17:46:04.971Z[ host-image] Jul 02 17:46:04.206 INFO O| Jul 02 17:46:04.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103072026-07-02T17:46:04.971Z[ host-image] Jul 02 17:46:04.207 INFO O| Jul 02 17:46:04.206 INFO ok!
103082026-07-02T17:46:04.971Z[ host-image] Jul 02 17:46:04.207 INFO O| Jul 02 17:46:04.206 INFO STEP 103 (ensure_file) COMPLETE
103092026-07-02T17:46:04.974Z[ host-image] Jul 02 17:46:04.207 INFO O| Jul 02 17:46:04.206 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-07-02T17:46:04.979Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103112026-07-02T17:46:04.979Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103122026-07-02T17:46:04.982Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103132026-07-02T17:46:04.982Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO ok!
103142026-07-02T17:46:04.982Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO STEP 104 (ensure_file) COMPLETE
103152026-07-02T17:46:04.982Z[ host-image] Jul 02 17:46:04.215 INFO O| Jul 02 17:46:04.215 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-07-02T17:46:04.987Z[ host-image] Jul 02 17:46:04.221 INFO O| Jul 02 17:46:04.221 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103172026-07-02T17:46:04.990Z[ host-image] Jul 02 17:46:04.222 INFO O| Jul 02 17:46:04.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103182026-07-02T17:46:04.990Z[ host-image] Jul 02 17:46:04.222 INFO O| Jul 02 17:46:04.222 INFO STEP 105 (ensure_dir) COMPLETE
103192026-07-02T17:46:04.990Z[ host-image] Jul 02 17:46:04.222 INFO O| Jul 02 17:46:04.222 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-07-02T17:46:04.993Z[ host-image] Jul 02 17:46:04.228 INFO O| Jul 02 17:46:04.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103212026-07-02T17:46:04.993Z[ host-image] Jul 02 17:46:04.228 INFO O| Jul 02 17:46:04.228 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ...
103222026-07-02T17:46:05.182Z[ host-image] Jul 02 17:46:04.417 INFO O| Jul 02 17:46:04.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103232026-07-02T17:46:05.183Z[ host-image] Jul 02 17:46:04.417 INFO O| Jul 02 17:46:04.417 INFO ok!
103242026-07-02T17:46:05.186Z[ host-image] Jul 02 17:46:04.417 INFO O| Jul 02 17:46:04.417 INFO STEP 106 (ensure_file) COMPLETE
103252026-07-02T17:46:05.187Z[ host-image] Jul 02 17:46:04.417 INFO O| Jul 02 17:46:04.417 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-07-02T17:46:05.190Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103272026-07-02T17:46:05.190Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
103282026-07-02T17:46:05.190Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103292026-07-02T17:46:05.190Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO ok!
103302026-07-02T17:46:05.191Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO STEP 107 (ensure_file) COMPLETE
103312026-07-02T17:46:05.191Z[ host-image] Jul 02 17:46:04.424 INFO O| Jul 02 17:46:04.424 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-07-02T17:46:05.194Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103332026-07-02T17:46:05.199Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
103342026-07-02T17:46:05.199Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103352026-07-02T17:46:05.199Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO ok!
103362026-07-02T17:46:05.199Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO STEP 108 (ensure_file) COMPLETE
103372026-07-02T17:46:05.199Z[ host-image] Jul 02 17:46:04.430 INFO O| Jul 02 17:46:04.430 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103392026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
103402026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103412026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO ok!
103422026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO STEP 109 (ensure_file) COMPLETE
103432026-07-02T17:46:05.203Z[ host-image] Jul 02 17:46:04.438 INFO O| Jul 02 17:46:04.438 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-07-02T17:46:05.208Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103452026-07-02T17:46:05.211Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
103462026-07-02T17:46:05.211Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103472026-07-02T17:46:05.212Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO ok!
103482026-07-02T17:46:05.212Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO STEP 110 (ensure_file) COMPLETE
103492026-07-02T17:46:05.212Z[ host-image] Jul 02 17:46:04.443 INFO O| Jul 02 17:46:04.443 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103512026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
103522026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103532026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO ok!
103542026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO STEP 111 (ensure_file) COMPLETE
103552026-07-02T17:46:05.215Z[ host-image] Jul 02 17:46:04.449 INFO O| Jul 02 17:46:04.449 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103572026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
103582026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103592026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO ok!
103602026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO STEP 112 (ensure_file) COMPLETE
103612026-07-02T17:46:05.220Z[ host-image] Jul 02 17:46:04.454 INFO O| Jul 02 17:46:04.454 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-02T17:46:05.224Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103632026-07-02T17:46:05.229Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103642026-07-02T17:46:05.229Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103652026-07-02T17:46:05.229Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO ok!
103662026-07-02T17:46:05.229Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO STEP 113 (ensure_file) COMPLETE
103672026-07-02T17:46:05.229Z[ host-image] Jul 02 17:46:04.460 INFO O| Jul 02 17:46:04.460 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103692026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
103702026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103712026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO ok!
103722026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO STEP 114 (ensure_file) COMPLETE
103732026-07-02T17:46:05.235Z[ host-image] Jul 02 17:46:04.466 INFO O| Jul 02 17:46:04.466 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103752026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
103762026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103772026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO ok!
103782026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO STEP 115 (ensure_file) COMPLETE
103792026-07-02T17:46:05.239Z[ host-image] Jul 02 17:46:04.471 INFO O| Jul 02 17:46:04.471 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-02T17:46:05.243Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103812026-07-02T17:46:05.243Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
103822026-07-02T17:46:05.244Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103832026-07-02T17:46:05.244Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO ok!
103842026-07-02T17:46:05.244Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO STEP 116 (ensure_file) COMPLETE
103852026-07-02T17:46:05.244Z[ host-image] Jul 02 17:46:04.476 INFO O| Jul 02 17:46:04.476 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103872026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.481 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103882026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103892026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.482 INFO ok!
103902026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.482 INFO STEP 117 (ensure_file) COMPLETE
103912026-07-02T17:46:05.247Z[ host-image] Jul 02 17:46:04.482 INFO O| Jul 02 17:46:04.482 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-02T17:46:05.252Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103932026-07-02T17:46:05.252Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
103942026-07-02T17:46:05.255Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103952026-07-02T17:46:05.255Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO ok!
103962026-07-02T17:46:05.255Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO STEP 118 (ensure_file) COMPLETE
103972026-07-02T17:46:05.255Z[ host-image] Jul 02 17:46:04.487 INFO O| Jul 02 17:46:04.487 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-07-02T17:46:05.301Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103992026-07-02T17:46:05.302Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
104002026-07-02T17:46:05.302Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104012026-07-02T17:46:05.302Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO ok!
104022026-07-02T17:46:05.302Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO STEP 119 (ensure_file) COMPLETE
104032026-07-02T17:46:05.302Z[ host-image] Jul 02 17:46:04.492 INFO O| Jul 02 17:46:04.492 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-02T17:46:05.311Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104052026-07-02T17:46:05.311Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
104062026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104072026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO ok!
104082026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO STEP 120 (ensure_file) COMPLETE
104092026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.497 INFO O| Jul 02 17:46:04.497 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104112026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
104122026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104132026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO ok!
104142026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO STEP 121 (ensure_file) COMPLETE
104152026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.502 INFO O| Jul 02 17:46:04.502 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-02T17:46:05.312Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104172026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
104182026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104192026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO ok!
104202026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO STEP 122 (ensure_file) COMPLETE
104212026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.509 INFO O| Jul 02 17:46:04.509 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104232026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ...
104242026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104252026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO ok!
104262026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO STEP 123 (ensure_file) COMPLETE
104272026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.514 INFO O| Jul 02 17:46:04.514 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.519 INFO O| Jul 02 17:46:04.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104292026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.519 INFO O| Jul 02 17:46:04.519 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ...
104302026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.520 INFO O| Jul 02 17:46:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104312026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.520 INFO O| Jul 02 17:46:04.520 INFO ok!
104322026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.520 INFO O| Jul 02 17:46:04.520 INFO STEP 124 (ensure_file) COMPLETE
104332026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.520 INFO O| Jul 02 17:46:04.520 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.524 INFO O| Jul 02 17:46:04.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104352026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.525 INFO O| Jul 02 17:46:04.524 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ...
104362026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.525 INFO O| Jul 02 17:46:04.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104372026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.525 INFO O| Jul 02 17:46:04.525 INFO ok!
104382026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.525 INFO O| Jul 02 17:46:04.525 INFO STEP 125 (ensure_file) COMPLETE
104392026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.525 INFO O| Jul 02 17:46:04.525 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104412026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ...
104422026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104432026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO ok!
104442026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO STEP 126 (ensure_file) COMPLETE
104452026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.530 INFO O| Jul 02 17:46:04.530 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104472026-07-02T17:46:05.313Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ...
104482026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104492026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO ok!
104502026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO STEP 127 (ensure_file) COMPLETE
104512026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.535 INFO O| Jul 02 17:46:04.535 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104532026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ...
104542026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104552026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO ok!
104562026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO STEP 128 (ensure_file) COMPLETE
104572026-07-02T17:46:05.314Z[ host-image] Jul 02 17:46:04.540 INFO O| Jul 02 17:46:04.540 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104592026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ...
104602026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104612026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO ok!
104622026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO STEP 129 (ensure_file) COMPLETE
104632026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.545 INFO O| Jul 02 17:46:04.545 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104652026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ...
104662026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104672026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO ok!
104682026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO STEP 130 (ensure_file) COMPLETE
104692026-07-02T17:46:05.321Z[ host-image] Jul 02 17:46:04.550 INFO O| Jul 02 17:46:04.550 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-02T17:46:05.324Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104712026-07-02T17:46:05.329Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ...
104722026-07-02T17:46:05.329Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104732026-07-02T17:46:05.329Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO ok!
104742026-07-02T17:46:05.329Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO STEP 131 (ensure_file) COMPLETE
104752026-07-02T17:46:05.329Z[ host-image] Jul 02 17:46:04.555 INFO O| Jul 02 17:46:04.555 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-02T17:46:05.332Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104772026-07-02T17:46:05.332Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ...
104782026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104792026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO ok!
104802026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO STEP 132 (ensure_file) COMPLETE
104812026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.561 INFO O| Jul 02 17:46:04.561 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104832026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ...
104842026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104852026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO ok!
104862026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO STEP 133 (ensure_file) COMPLETE
104872026-07-02T17:46:05.333Z[ host-image] Jul 02 17:46:04.566 INFO O| Jul 02 17:46:04.566 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-02T17:46:05.337Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104892026-07-02T17:46:05.337Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ...
104902026-07-02T17:46:05.342Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104912026-07-02T17:46:05.342Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO ok!
104922026-07-02T17:46:05.342Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO STEP 134 (ensure_file) COMPLETE
104932026-07-02T17:46:05.342Z[ host-image] Jul 02 17:46:04.573 INFO O| Jul 02 17:46:04.573 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104952026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ...
104962026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104972026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO ok!
104982026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO STEP 135 (ensure_file) COMPLETE
104992026-07-02T17:46:05.345Z[ host-image] Jul 02 17:46:04.580 INFO O| Jul 02 17:46:04.580 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-02T17:46:05.349Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105012026-07-02T17:46:05.349Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105022026-07-02T17:46:05.352Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105032026-07-02T17:46:05.353Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO ok!
105042026-07-02T17:46:05.353Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO STEP 136 (ensure_file) COMPLETE
105052026-07-02T17:46:05.353Z[ host-image] Jul 02 17:46:04.585 INFO O| Jul 02 17:46:04.585 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-02T17:46:05.356Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105072026-07-02T17:46:05.356Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ...
105082026-07-02T17:46:05.356Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105092026-07-02T17:46:05.356Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO ok!
105102026-07-02T17:46:05.356Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO STEP 137 (ensure_file) COMPLETE
105112026-07-02T17:46:05.357Z[ host-image] Jul 02 17:46:04.590 INFO O| Jul 02 17:46:04.590 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.595 INFO O| Jul 02 17:46:04.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105132026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.595 INFO O| Jul 02 17:46:04.595 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105142026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.596 INFO O| Jul 02 17:46:04.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105152026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.596 INFO O| Jul 02 17:46:04.596 INFO ok!
105162026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.596 INFO O| Jul 02 17:46:04.596 INFO STEP 138 (ensure_file) COMPLETE
105172026-07-02T17:46:05.360Z[ host-image] Jul 02 17:46:04.596 INFO O| Jul 02 17:46:04.596 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-07-02T17:46:05.366Z[ host-image] Jul 02 17:46:04.601 INFO O| Jul 02 17:46:04.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105192026-07-02T17:46:05.366Z[ host-image] Jul 02 17:46:04.601 INFO O| Jul 02 17:46:04.601 INFO copying /tmp/.tmpyhreHx/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105202026-07-02T17:46:10.396Z[ host-image] Jul 02 17:46:09.628 INFO O| Jul 02 17:46:09.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105212026-07-02T17:46:10.397Z[ host-image] Jul 02 17:46:09.628 INFO O| Jul 02 17:46:09.628 INFO ok!
105222026-07-02T17:46:10.397Z[ host-image] Jul 02 17:46:09.628 INFO O| Jul 02 17:46:09.628 INFO STEP 139 (ensure_file) COMPLETE
105232026-07-02T17:46:10.405Z[ host-image] Jul 02 17:46:09.628 INFO O| Jul 02 17:46:09.628 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-07-02T17:46:10.411Z[ host-image] Jul 02 17:46:09.636 INFO O| Jul 02 17:46:09.636 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105252026-07-02T17:46:10.411Z[ host-image] Jul 02 17:46:09.636 INFO O| Jul 02 17:46:09.636 INFO STEP 140 (ensure_dir) COMPLETE
105262026-07-02T17:46:10.411Z[ host-image] Jul 02 17:46:09.636 INFO O| Jul 02 17:46:09.636 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-07-02T17:46:10.414Z[ host-image] Jul 02 17:46:09.645 INFO O| Jul 02 17:46:09.645 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105282026-07-02T17:46:10.414Z[ host-image] Jul 02 17:46:09.645 INFO O| Jul 02 17:46:09.645 INFO STEP 141 (ensure_dir) COMPLETE
105292026-07-02T17:46:10.414Z[ host-image] Jul 02 17:46:09.645 INFO O| Jul 02 17:46:09.645 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-07-02T17:46:10.418Z[ host-image] Jul 02 17:46:09.651 INFO O| Jul 02 17:46:09.651 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105312026-07-02T17:46:10.418Z[ host-image] Jul 02 17:46:09.651 INFO O| Jul 02 17:46:09.651 INFO STEP 142 (ensure_dir) COMPLETE
105322026-07-02T17:46:10.418Z[ host-image] Jul 02 17:46:09.651 INFO O| Jul 02 17:46:09.651 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-07-02T17:46:10.424Z[ host-image] Jul 02 17:46:09.659 INFO O| Jul 02 17:46:09.658 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105342026-07-02T17:46:10.424Z[ host-image] Jul 02 17:46:09.659 INFO O| Jul 02 17:46:09.659 INFO STEP 143 (ensure_dir) COMPLETE
105352026-07-02T17:46:10.431Z[ host-image] Jul 02 17:46:09.659 INFO O| Jul 02 17:46:09.659 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105372026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO copying /tmp/.tmpyhreHx/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 ...
105382026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105392026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO ok!
105402026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO STEP 144 (ensure_file) COMPLETE
105412026-07-02T17:46:10.436Z[ host-image] Jul 02 17:46:09.665 INFO O| Jul 02 17:46:09.665 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-07-02T17:46:10.443Z[ host-image] Jul 02 17:46:09.671 INFO O| Jul 02 17:46:09.671 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105432026-07-02T17:46:10.443Z[ host-image] Jul 02 17:46:09.671 INFO O| Jul 02 17:46:09.671 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105442026-07-02T17:46:10.443Z[ host-image] Jul 02 17:46:09.671 INFO O| Jul 02 17:46:09.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105452026-07-02T17:46:10.443Z[ host-image] Jul 02 17:46:09.671 INFO O| Jul 02 17:46:09.671 INFO STEP 145 (ensure_dir) COMPLETE
105462026-07-02T17:46:10.443Z[ host-image] Jul 02 17:46:09.671 INFO O| Jul 02 17:46:09.671 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-07-02T17:46:10.452Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105482026-07-02T17:46:10.452Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 INFO copying /tmp/.tmpyhreHx/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105492026-07-02T17:46:10.452Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105502026-07-02T17:46:10.453Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 INFO ok!
105512026-07-02T17:46:10.453Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 INFO STEP 146 (ensure_file) COMPLETE
105522026-07-02T17:46:10.453Z[ host-image] Jul 02 17:46:09.678 INFO O| Jul 02 17:46:09.678 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105532026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.684 INFO O| Jul 02 17:46:09.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105542026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.684 INFO O| Jul 02 17:46:09.684 INFO STEP 147 (remove_files) COMPLETE
105552026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.684 INFO O| Jul 02 17:46:09.684 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105562026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.691 INFO O| Jul 02 17:46:09.691 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105572026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.691 INFO O| Jul 02 17:46:09.691 INFO STEP 148 (remove_files) COMPLETE
105582026-07-02T17:46:10.458Z[ host-image] Jul 02 17:46:09.691 INFO O| Jul 02 17:46:09.691 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105592026-07-02T17:46:10.463Z[ host-image] Jul 02 17:46:09.697 INFO O| Jul 02 17:46:09.697 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105602026-07-02T17:46:10.463Z[ host-image] Jul 02 17:46:09.697 INFO O| Jul 02 17:46:09.697 INFO STEP 149 (remove_files) COMPLETE
105612026-07-02T17:46:10.463Z[ host-image] Jul 02 17:46:09.697 INFO O| Jul 02 17:46:09.697 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105622026-07-02T17:46:10.467Z[ host-image] Jul 02 17:46:09.703 INFO O| Jul 02 17:46:09.703 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105632026-07-02T17:46:10.470Z[ host-image] Jul 02 17:46:09.703 INFO O| Jul 02 17:46:09.703 INFO STEP 150 (remove_files) COMPLETE
105642026-07-02T17:46:10.470Z[ host-image] Jul 02 17:46:09.703 INFO O| Jul 02 17:46:09.703 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105652026-07-02T17:46:10.475Z[ host-image] Jul 02 17:46:09.709 INFO O| Jul 02 17:46:09.709 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105662026-07-02T17:46:10.475Z[ host-image] Jul 02 17:46:09.709 INFO O| Jul 02 17:46:09.709 INFO STEP 151 (remove_files) COMPLETE
105672026-07-02T17:46:10.475Z[ host-image] Jul 02 17:46:09.709 INFO O| Jul 02 17:46:09.709 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105682026-07-02T17:46:10.481Z[ host-image] Jul 02 17:46:09.715 INFO O| Jul 02 17:46:09.715 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105692026-07-02T17:46:10.519Z[ host-image] Jul 02 17:46:09.715 INFO O| Jul 02 17:46:09.715 INFO STEP 152 (remove_files) COMPLETE
105702026-07-02T17:46:10.520Z[ host-image] Jul 02 17:46:09.715 INFO O| Jul 02 17:46:09.715 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105712026-07-02T17:46:10.528Z[ host-image] Jul 02 17:46:09.721 INFO O| Jul 02 17:46:09.721 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105722026-07-02T17:46:10.528Z[ host-image] Jul 02 17:46:09.721 INFO O| Jul 02 17:46:09.721 INFO STEP 153 (remove_files) COMPLETE
105732026-07-02T17:46:10.528Z[ host-image] Jul 02 17:46:09.721 INFO O| Jul 02 17:46:09.721 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-07-02T17:46:10.528Z[ host-image] Jul 02 17:46:09.727 INFO O| Jul 02 17:46:09.727 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105752026-07-02T17:46:10.528Z[ host-image] Jul 02 17:46:09.727 INFO O| Jul 02 17:46:09.727 INFO STEP 154 (remove_files) COMPLETE
105762026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.727 INFO O| Jul 02 17:46:09.727 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.733 INFO O| Jul 02 17:46:09.733 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105782026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.733 INFO O| Jul 02 17:46:09.733 INFO STEP 155 (remove_files) COMPLETE
105792026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.733 INFO O| Jul 02 17:46:09.733 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.739 INFO O| Jul 02 17:46:09.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105812026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.739 INFO O| Jul 02 17:46:09.739 INFO STEP 156 (remove_files) COMPLETE
105822026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.739 INFO O| Jul 02 17:46:09.739 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.745 INFO O| Jul 02 17:46:09.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105842026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.745 INFO O| Jul 02 17:46:09.745 INFO STEP 157 (remove_files) COMPLETE
105852026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.745 INFO O| Jul 02 17:46:09.745 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.751 INFO O| Jul 02 17:46:09.751 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105872026-07-02T17:46:10.529Z[ host-image] Jul 02 17:46:09.751 INFO O| Jul 02 17:46:09.751 INFO STEP 158 (remove_files) COMPLETE
105882026-07-02T17:46:10.530Z[ host-image] Jul 02 17:46:09.751 INFO O| Jul 02 17:46:09.751 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-07-02T17:46:10.530Z[ host-image] Jul 02 17:46:09.758 INFO O| Jul 02 17:46:09.757 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105902026-07-02T17:46:10.530Z[ host-image] Jul 02 17:46:09.758 INFO O| Jul 02 17:46:09.758 INFO STEP 159 (remove_files) COMPLETE
105912026-07-02T17:46:10.530Z[ host-image] Jul 02 17:46:09.758 INFO O| Jul 02 17:46:09.758 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-07-02T17:46:10.540Z[ host-image] Jul 02 17:46:09.763 INFO O| Jul 02 17:46:09.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105932026-07-02T17:46:10.540Z[ host-image] Jul 02 17:46:09.763 INFO O| Jul 02 17:46:09.763 INFO STEP 160 (remove_files) COMPLETE
105942026-07-02T17:46:10.540Z[ host-image] Jul 02 17:46:09.763 INFO O| Jul 02 17:46:09.763 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-07-02T17:46:10.540Z[ host-image] Jul 02 17:46:09.769 INFO O| Jul 02 17:46:09.769 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105962026-07-02T17:46:10.540Z[ host-image] Jul 02 17:46:09.769 INFO O| Jul 02 17:46:09.769 INFO STEP 161 (remove_files) COMPLETE
105972026-07-02T17:46:10.543Z[ host-image] Jul 02 17:46:09.769 INFO O| Jul 02 17:46:09.769 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-07-02T17:46:10.543Z[ host-image] Jul 02 17:46:09.775 INFO O| Jul 02 17:46:09.775 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105992026-07-02T17:46:10.543Z[ host-image] Jul 02 17:46:09.775 INFO O| Jul 02 17:46:09.775 INFO STEP 162 (remove_files) COMPLETE
106002026-07-02T17:46:10.543Z[ host-image] Jul 02 17:46:09.775 INFO O| Jul 02 17:46:09.775 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-07-02T17:46:10.549Z[ host-image] Jul 02 17:46:09.781 INFO O| Jul 02 17:46:09.781 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106022026-07-02T17:46:10.550Z[ host-image] Jul 02 17:46:09.781 INFO O| Jul 02 17:46:09.781 INFO STEP 163 (remove_files) COMPLETE
106032026-07-02T17:46:10.550Z[ host-image] Jul 02 17:46:09.781 INFO O| Jul 02 17:46:09.781 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-07-02T17:46:10.559Z[ host-image] Jul 02 17:46:09.787 INFO O| Jul 02 17:46:09.786 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106052026-07-02T17:46:10.559Z[ host-image] Jul 02 17:46:09.787 INFO O| Jul 02 17:46:09.787 INFO STEP 164 (remove_files) COMPLETE
106062026-07-02T17:46:10.559Z[ host-image] Jul 02 17:46:09.787 INFO O| Jul 02 17:46:09.787 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-07-02T17:46:10.564Z[ host-image] Jul 02 17:46:09.792 INFO O| Jul 02 17:46:09.792 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106082026-07-02T17:46:10.564Z[ host-image] Jul 02 17:46:09.792 INFO O| Jul 02 17:46:09.792 INFO STEP 165 (remove_files) COMPLETE
106092026-07-02T17:46:10.564Z[ host-image] Jul 02 17:46:09.792 INFO O| Jul 02 17:46:09.792 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-07-02T17:46:10.568Z[ host-image] Jul 02 17:46:09.799 INFO O| Jul 02 17:46:09.798 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106112026-07-02T17:46:10.568Z[ host-image] Jul 02 17:46:09.799 INFO O| Jul 02 17:46:09.799 INFO STEP 166 (remove_files) COMPLETE
106122026-07-02T17:46:10.568Z[ host-image] Jul 02 17:46:09.799 INFO O| Jul 02 17:46:09.799 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-07-02T17:46:10.571Z[ host-image] Jul 02 17:46:09.804 INFO O| Jul 02 17:46:09.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106142026-07-02T17:46:10.571Z[ host-image] Jul 02 17:46:09.805 INFO O| Jul 02 17:46:09.805 INFO STEP 167 (remove_files) COMPLETE
106152026-07-02T17:46:10.571Z[ host-image] Jul 02 17:46:09.805 INFO O| Jul 02 17:46:09.805 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-07-02T17:46:10.577Z[ host-image] Jul 02 17:46:09.810 INFO O| Jul 02 17:46:09.810 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106172026-07-02T17:46:10.577Z[ host-image] Jul 02 17:46:09.810 INFO O| Jul 02 17:46:09.810 INFO STEP 168 (remove_files) COMPLETE
106182026-07-02T17:46:10.577Z[ host-image] Jul 02 17:46:09.810 INFO O| Jul 02 17:46:09.810 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-07-02T17:46:10.580Z[ host-image] Jul 02 17:46:09.815 INFO O| Jul 02 17:46:09.815 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106202026-07-02T17:46:10.580Z[ host-image] Jul 02 17:46:09.815 INFO O| Jul 02 17:46:09.815 INFO STEP 169 (remove_files) COMPLETE
106212026-07-02T17:46:10.580Z[ host-image] Jul 02 17:46:09.815 INFO O| Jul 02 17:46:09.815 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-07-02T17:46:10.587Z[ host-image] Jul 02 17:46:09.821 INFO O| Jul 02 17:46:09.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106232026-07-02T17:46:10.587Z[ host-image] Jul 02 17:46:09.821 INFO O| Jul 02 17:46:09.821 INFO STEP 170 (remove_files) COMPLETE
106242026-07-02T17:46:10.587Z[ host-image] Jul 02 17:46:09.821 INFO O| Jul 02 17:46:09.821 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-07-02T17:46:10.591Z[ host-image] Jul 02 17:46:09.827 INFO O| Jul 02 17:46:09.827 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106262026-07-02T17:46:10.591Z[ host-image] Jul 02 17:46:09.827 INFO O| Jul 02 17:46:09.827 INFO STEP 171 (remove_files) COMPLETE
106272026-07-02T17:46:10.591Z[ host-image] Jul 02 17:46:09.827 INFO O| Jul 02 17:46:09.827 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-07-02T17:46:10.597Z[ host-image] Jul 02 17:46:09.832 INFO O| Jul 02 17:46:09.832 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106292026-07-02T17:46:10.597Z[ host-image] Jul 02 17:46:09.832 INFO O| Jul 02 17:46:09.832 INFO STEP 172 (remove_files) COMPLETE
106302026-07-02T17:46:10.600Z[ host-image] Jul 02 17:46:09.832 INFO O| Jul 02 17:46:09.832 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-07-02T17:46:10.603Z[ host-image] Jul 02 17:46:09.838 INFO O| Jul 02 17:46:09.838 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106322026-07-02T17:46:10.603Z[ host-image] Jul 02 17:46:09.838 INFO O| Jul 02 17:46:09.838 INFO STEP 173 (remove_files) COMPLETE
106332026-07-02T17:46:10.603Z[ host-image] Jul 02 17:46:09.838 INFO O| Jul 02 17:46:09.838 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-07-02T17:46:10.609Z[ host-image] Jul 02 17:46:09.845 INFO O| Jul 02 17:46:09.845 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106352026-07-02T17:46:10.609Z[ host-image] Jul 02 17:46:09.845 INFO O| Jul 02 17:46:09.845 INFO STEP 174 (remove_files) COMPLETE
106362026-07-02T17:46:10.612Z[ host-image] Jul 02 17:46:09.845 INFO O| Jul 02 17:46:09.845 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-07-02T17:46:10.615Z[ host-image] Jul 02 17:46:09.850 INFO O| Jul 02 17:46:09.850 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106382026-07-02T17:46:10.615Z[ host-image] Jul 02 17:46:09.850 INFO O| Jul 02 17:46:09.850 INFO STEP 175 (remove_files) COMPLETE
106392026-07-02T17:46:10.616Z[ host-image] Jul 02 17:46:09.850 INFO O| Jul 02 17:46:09.850 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106402026-07-02T17:46:10.628Z[ host-image] Jul 02 17:46:09.859 INFO O| Jul 02 17:46:09.859 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106412026-07-02T17:46:10.628Z[ host-image] Jul 02 17:46:09.859 INFO O| Jul 02 17:46:09.859 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"}
106422026-07-02T17:46:11.417Z[ recovery-image] Jul 02 17:46:10.617 INFO O| ok, image written!
106432026-07-02T17:46:11.417Z[ recovery-image] Jul 02 17:46:10.618 INFO O| ok, boot_image_csum file written!
106442026-07-02T17:46:11.432Z[ recovery-image] Jul 02 17:46:10.620 INFO creating boot archive (CPIO)...
106452026-07-02T17:46:11.432Z[ recovery-image] Jul 02 17:46:10.620 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
106462026-07-02T17:46:11.432Z[ recovery-image] Jul 02 17:46:10.624 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106472026-07-02T17:46:11.433Z[ recovery-image] Jul 02 17:46:10.624 INFO E| + outfile=/work/os-recovery/cpio
106482026-07-02T17:46:11.433Z[ recovery-image] Jul 02 17:46:10.624 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106492026-07-02T17:46:11.433Z[ recovery-image] Jul 02 17:46:10.626 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106502026-07-02T17:46:11.433Z[ recovery-image] Jul 02 17:46:10.626 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106512026-07-02T17:46:11.437Z[ recovery-image] Jul 02 17:46:10.658 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106522026-07-02T17:46:11.437Z[ recovery-image] Jul 02 17:46:10.658 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106532026-07-02T17:46:11.437Z[ recovery-image] Jul 02 17:46:10.664 INFO creating compressed cpio/unix for dev loaders...
106542026-07-02T17:46:11.437Z[ recovery-image] Jul 02 17:46:10.664 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
106552026-07-02T17:46:11.654Z[ recovery-image] Jul 02 17:46:10.888 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106562026-07-02T17:46:14.609Z[ host-image] Jul 02 17:46:13.845 INFO O| Jul 02 17:46:13.845 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
106572026-07-02T17:46:14.613Z[ host-image] Jul 02 17:46:13.845 INFO O| Jul 02 17:46:13.845 INFO E| svccfg: Loaded 79 smf(7) service descriptions
106582026-07-02T17:46:14.619Z[ host-image] Jul 02 17:46:13.855 INFO O| Jul 02 17:46:13.855 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
106592026-07-02T17:46:14.713Z[ host-image] Jul 02 17:46:13.948 INFO O| Jul 02 17:46:13.948 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
106602026-07-02T17:46:14.764Z[ host-image] Jul 02 17:46:14.000 INFO O| Jul 02 17:46:14.000 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
106612026-07-02T17:46:14.823Z[ host-image] Jul 02 17:46:14.058 INFO O| Jul 02 17:46:14.058 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106622026-07-02T17:46:14.823Z[ host-image] Jul 02 17:46:14.058 INFO O| Jul 02 17:46:14.058 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106632026-07-02T17:46:14.889Z[ recovery-image] Jul 02 17:46:14.124 INFO creating reset image...
106642026-07-02T17:46:14.892Z[ recovery-image] Jul 02 17:46:14.124 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")
106652026-07-02T17:46:14.898Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106662026-07-02T17:46:14.898Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO ok!
106672026-07-02T17:46:14.901Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106682026-07-02T17:46:14.901Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO STEP 176 (seed_smf) COMPLETE
106692026-07-02T17:46:14.901Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO steps complete; finalising image!
106702026-07-02T17:46:14.901Z[ host-image] Jul 02 17:46:14.134 INFO O| Jul 02 17:46:14.134 INFO TRIM POOL: TEMPORARY-sled-zfs
106712026-07-02T17:46:14.947Z[ host-image] Jul 02 17:46:14.183 INFO O| Jul 02 17:46:14.183 INFO trim TEMPORARY-sled-zfs: (72% trimmed, started at Thu Jul 2 17:46:14 2026)
106722026-07-02T17:46:15.110Z[ recovery-image] Jul 02 17:46:14.346 INFO E| Updating crates.io index
106732026-07-02T17:46:15.160Z[ host-image] Jul 02 17:46:14.396 INFO O| Jul 02 17:46:14.396 INFO temporary pool has 849M used, 47.4M avail, 1.82x compressratio
106742026-07-02T17:46:15.160Z[ host-image] Jul 02 17:46:14.396 INFO O| Jul 02 17:46:14.396 INFO EXPORT POOL: TEMPORARY-sled-zfs
106752026-07-02T17:46:15.415Z[ recovery-image] Jul 02 17:46:14.651 INFO E| Downloading crates ...
106762026-07-02T17:46:15.457Z[ recovery-image] Jul 02 17:46:14.692 INFO E| Downloaded shared_child v1.1.1
106772026-07-02T17:46:15.460Z[ recovery-image] Jul 02 17:46:14.693 INFO E| Downloaded clap_lex v1.1.0
106782026-07-02T17:46:15.463Z[ recovery-image] Jul 02 17:46:14.699 INFO E| Downloaded duct v1.1.1
106792026-07-02T17:46:15.466Z[ recovery-image] Jul 02 17:46:14.700 INFO E| Downloaded sigchld v0.2.4
106802026-07-02T17:46:15.466Z[ recovery-image] Jul 02 17:46:14.701 INFO E| Downloaded colorchoice v1.0.5
106812026-07-02T17:46:15.466Z[ recovery-image] Jul 02 17:46:14.702 INFO E| Downloaded os_pipe v1.2.3
106822026-07-02T17:46:15.470Z[ recovery-image] Jul 02 17:46:14.702 INFO E| Downloaded shared_thread v0.2.0
106832026-07-02T17:46:15.522Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling libc v0.2.186
106842026-07-02T17:46:15.522Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling proc-macro2 v1.0.106
106852026-07-02T17:46:15.525Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling unicode-ident v1.0.24
106862026-07-02T17:46:15.525Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling signal-hook v0.3.18
106872026-07-02T17:46:15.525Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling quote v1.0.45
106882026-07-02T17:46:15.525Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling utf8parse v0.2.2
106892026-07-02T17:46:15.525Z[ recovery-image] Jul 02 17:46:14.758 INFO E| Compiling colorchoice v1.0.5
106902026-07-02T17:46:15.525Z[ host-image] Jul 02 17:46:14.759 INFO O| Jul 02 17:46:14.759 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106912026-07-02T17:46:15.525Z[ host-image] Jul 02 17:46:14.759 INFO O| Jul 02 17:46:14.759 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106922026-07-02T17:46:15.533Z[ recovery-image] Jul 02 17:46:14.769 INFO E| Compiling anstyle v1.0.14
106932026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.769 INFO E| Compiling anstyle-query v1.1.5
106942026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.769 INFO E| Compiling is_terminal_polyfill v1.70.2
106952026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.769 INFO E| Compiling clap_lex v1.1.0
106962026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.769 INFO E| Compiling heck v0.5.0
106972026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.770 INFO E| Compiling strsim v0.11.1
106982026-07-02T17:46:15.538Z[ recovery-image] Jul 02 17:46:14.770 INFO E| Compiling shared_thread v0.2.0
106992026-07-02T17:46:15.659Z[ recovery-image] Jul 02 17:46:14.895 INFO E| Compiling anstyle-parse v1.0.0
107002026-07-02T17:46:15.815Z[ recovery-image] Jul 02 17:46:15.050 INFO E| Compiling anstream v1.0.0
107012026-07-02T17:46:16.009Z[ recovery-image] Jul 02 17:46:15.243 INFO E| Compiling clap_builder v4.6.0
107022026-07-02T17:46:16.262Z[ recovery-image] Jul 02 17:46:15.497 INFO E| Compiling errno v0.3.14
107032026-07-02T17:46:16.262Z[ recovery-image] Jul 02 17:46:15.497 INFO E| Compiling os_pipe v1.2.3
107042026-07-02T17:46:16.353Z[ host-image] Jul 02 17:46:15.562 INFO O| Jul 02 17:46:15.562 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107052026-07-02T17:46:16.353Z[ host-image] Jul 02 17:46:15.562 INFO O| Jul 02 17:46:15.562 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107062026-07-02T17:46:16.353Z[ host-image] Jul 02 17:46:15.562 INFO O| Jul 02 17:46:15.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107072026-07-02T17:46:16.353Z[ host-image] Jul 02 17:46:15.562 INFO O| Jul 02 17:46:15.562 INFO completed processing sled/zfs
107082026-07-02T17:46:16.353Z[ host-image] Jul 02 17:46:15.562 INFO O| Jul 02 17:46:15.562 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107092026-07-02T17:46:16.357Z[ recovery-image] Jul 02 17:46:15.586 INFO E| Compiling signal-hook-registry v1.4.8
107102026-07-02T17:46:16.547Z[ recovery-image] Jul 02 17:46:15.783 INFO E| Compiling syn v2.0.117
107112026-07-02T17:46:16.611Z[ recovery-image] Jul 02 17:46:15.846 INFO E| Compiling sigchld v0.2.4
107122026-07-02T17:46:16.702Z[ recovery-image] Jul 02 17:46:15.938 INFO E| Compiling shared_child v1.1.1
107132026-07-02T17:46:16.812Z[ recovery-image] Jul 02 17:46:16.047 INFO E| Compiling duct v1.1.1
107142026-07-02T17:46:18.432Z[ recovery-image] Jul 02 17:46:17.667 INFO E| Compiling clap_derive v4.6.1
107152026-07-02T17:46:19.576Z[ recovery-image] Jul 02 17:46:18.811 INFO E| Compiling clap v4.6.1
107162026-07-02T17:46:19.631Z[ recovery-image] Jul 02 17:46:18.866 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107172026-07-02T17:46:20.385Z[ recovery-image] Jul 02 17:46:19.620 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
107182026-07-02T17:46:20.390Z[ recovery-image] Jul 02 17:46:19.626 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107192026-07-02T17:46:20.567Z[ recovery-image] Jul 02 17:46:19.803 INFO E| Downloading crates ...
107202026-07-02T17:46:20.616Z[ recovery-image] Jul 02 17:46:19.852 INFO E| Downloaded miniz_oxide v0.9.1
107212026-07-02T17:46:20.619Z[ recovery-image] Jul 02 17:46:19.854 INFO E| Downloaded cpio_reader v0.1.2
107222026-07-02T17:46:20.619Z[ recovery-image] Jul 02 17:46:19.855 INFO E| Downloaded bit_field v0.10.3
107232026-07-02T17:46:20.622Z[ recovery-image] Jul 02 17:46:19.857 INFO E| Downloaded bitstruct v0.1.1
107242026-07-02T17:46:20.625Z[ recovery-image] Jul 02 17:46:19.860 INFO E| Downloaded log v0.4.32
107252026-07-02T17:46:20.625Z[ recovery-image] Jul 02 17:46:19.861 INFO E| Downloaded bitstruct_derive v0.1.0
107262026-07-02T17:46:20.636Z[ recovery-image] Jul 02 17:46:19.872 INFO E| Downloaded bitflags v2.13.0
107272026-07-02T17:46:20.644Z[ recovery-image] Jul 02 17:46:19.879 INFO E| Downloaded raw-cpuid v10.7.0
107282026-07-02T17:46:20.677Z[ recovery-image] Jul 02 17:46:19.911 INFO E| Downloaded goblin v0.10.7
107292026-07-02T17:46:20.803Z[ recovery-image] Jul 02 17:46:20.039 INFO E| Downloaded x86 v0.52.0
107302026-07-02T17:46:20.835Z[ recovery-image] Jul 02 17:46:20.071 INFO E| Updating crates.io index
107312026-07-02T17:46:20.970Z[ recovery-image] Jul 02 17:46:20.205 INFO E| Downloading crates ...
107322026-07-02T17:46:20.994Z[ recovery-image] Jul 02 17:46:20.229 INFO E| Downloaded hashbrown v0.17.1
107332026-07-02T17:46:20.998Z[ recovery-image] Jul 02 17:46:20.233 INFO E| Downloaded rustc-literal-escaper v0.0.7
107342026-07-02T17:46:21.036Z[ recovery-image] Jul 02 17:46:20.271 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
107352026-07-02T17:46:21.036Z[ recovery-image] Jul 02 17:46:20.271 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
107362026-07-02T17:46:21.036Z[ recovery-image] Jul 02 17:46:20.271 INFO E| Compiling proc-macro2 v1.0.106
107372026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.271 INFO E| Compiling quote v1.0.45
107382026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.271 INFO E| Compiling unicode-ident v1.0.24
107392026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.272 INFO E| Compiling syn v1.0.109
107402026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.272 INFO E| Compiling x86 v0.52.0
107412026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.272 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107422026-07-02T17:46:21.039Z[ recovery-image] Jul 02 17:46:20.272 INFO E| Compiling seq-macro v0.3.6
107432026-07-02T17:46:21.938Z[ recovery-image] Jul 02 17:46:21.171 INFO E| Compiling syn v2.0.117
107442026-07-02T17:46:23.208Z[ recovery-image] Jul 02 17:46:22.444 INFO E| Compiling scroll_derive v0.13.1
107452026-07-02T17:46:24.174Z[ recovery-image] Jul 02 17:46:23.409 INFO E| Compiling bitstruct_derive v0.1.0
107462026-07-02T17:46:31.135Z[ host-image] Jul 02 17:46:30.366 INFO O| Jul 02 17:46:30.366 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107472026-07-02T17:46:31.229Z[ host-image] Jul 02 17:46:30.463 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
107482026-07-02T17:46:31.229Z[ host-image] Jul 02 17:46:30.464 INFO expanded image name: "ci 5e058e9/${os_short_commit} 2026-07-02 17:30" -> "ci 5e058e9/9b09742 2026-07-02 17:30"
107492026-07-02T17:46:31.232Z[ host-image] Jul 02 17:46:30.464 INFO output artefacts stored in: "/work/os-host"
107502026-07-02T17:46:31.232Z[ host-image] Jul 02 17:46:30.464 INFO collecting git info from project "amd-firmware"...
107512026-07-02T17:46:31.239Z[ host-image] Jul 02 17:46:30.475 INFO collecting git info from project "bootserver"...
107522026-07-02T17:46:31.243Z[ host-image] Jul 02 17:46:30.479 INFO collecting git info from project "phbl"...
107532026-07-02T17:46:31.247Z[ host-image] Jul 02 17:46:30.483 INFO collecting git info from project "pilot"...
107542026-07-02T17:46:31.251Z[ host-image] Jul 02 17:46:30.487 INFO collecting git info from project "pinprick"...
107552026-07-02T17:46:31.256Z[ host-image] Jul 02 17:46:30.491 INFO collecting git info from project "dmar-report"...
107562026-07-02T17:46:31.258Z[ host-image] Jul 02 17:46:30.494 INFO collecting git info from project "image-builder"...
107572026-07-02T17:46:31.262Z[ host-image] Jul 02 17:46:30.498 INFO collecting git info from project "amd-host-image-builder"...
107582026-07-02T17:46:31.267Z[ host-image] Jul 02 17:46:30.502 INFO collecting git info from project "chelsio-t6-roms"...
107592026-07-02T17:46:31.270Z[ host-image] Jul 02 17:46:30.506 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107602026-07-02T17:46:31.563Z[ host-image] Jul 02 17:46:30.799 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107612026-07-02T17:46:31.845Z[ host-image] Jul 02 17:46:31.081 INFO creating Oxide boot image...
107622026-07-02T17:46:31.845Z[ host-image] Jul 02 17:46:31.081 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 5e058e9/9b09742 2026-07-02 17:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107632026-07-02T17:46:32.543Z[ host-image] Jul 02 17:46:31.779 INFO O| ok, image written!
107642026-07-02T17:46:32.543Z[ host-image] Jul 02 17:46:31.779 INFO O| ok, boot_image_csum file written!
107652026-07-02T17:46:32.548Z[ host-image] Jul 02 17:46:31.781 INFO creating boot archive (CPIO)...
107662026-07-02T17:46:32.549Z[ host-image] Jul 02 17:46:31.781 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
107672026-07-02T17:46:32.553Z[ host-image] Jul 02 17:46:31.785 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107682026-07-02T17:46:32.553Z[ host-image] Jul 02 17:46:31.785 INFO E| + outfile=/work/os-host/cpio
107692026-07-02T17:46:32.553Z[ host-image] Jul 02 17:46:31.785 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107702026-07-02T17:46:32.553Z[ host-image] Jul 02 17:46:31.787 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107712026-07-02T17:46:32.553Z[ host-image] Jul 02 17:46:31.787 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107722026-07-02T17:46:32.578Z[ host-image] Jul 02 17:46:31.814 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107732026-07-02T17:46:32.578Z[ host-image] Jul 02 17:46:31.814 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107742026-07-02T17:46:32.585Z[ host-image] Jul 02 17:46:31.820 INFO creating compressed cpio/unix for dev loaders...
107752026-07-02T17:46:32.585Z[ host-image] Jul 02 17:46:31.820 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
107762026-07-02T17:46:32.821Z[ host-image] Jul 02 17:46:32.044 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107772026-07-02T17:46:33.255Z[ recovery-image] Jul 02 17:46:32.490 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107782026-07-02T17:46:35.364Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling bitflags v1.3.2
107792026-07-02T17:46:35.364Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling bitflags v2.13.0
107802026-07-02T17:46:35.364Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling plain v0.2.3
107812026-07-02T17:46:35.364Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling log v0.4.32
107822026-07-02T17:46:35.367Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling adler2 v2.0.1
107832026-07-02T17:46:35.367Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling scroll v0.13.0
107842026-07-02T17:46:35.367Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling bit_field v0.10.3
107852026-07-02T17:46:35.367Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling bitstruct v0.1.1
107862026-07-02T17:46:35.367Z[ recovery-image] Jul 02 17:46:34.600 INFO E| Compiling static_assertions v1.1.0
107872026-07-02T17:46:35.415Z[ recovery-image] Jul 02 17:46:34.651 INFO E| Compiling raw-cpuid v10.7.0
107882026-07-02T17:46:35.454Z[ recovery-image] Jul 02 17:46:34.689 INFO E| Compiling miniz_oxide v0.9.1
107892026-07-02T17:46:35.528Z[ recovery-image] Jul 02 17:46:34.764 INFO E| Compiling cpio_reader v0.1.2
107902026-07-02T17:46:35.579Z[ recovery-image] Jul 02 17:46:34.815 INFO E| Compiling goblin v0.10.7
107912026-07-02T17:46:36.051Z[ host-image] Jul 02 17:46:35.283 INFO creating reset image...
107922026-07-02T17:46:36.051Z[ host-image] Jul 02 17:46:35.283 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")
107932026-07-02T17:46:36.122Z[ host-image] Jul 02 17:46:35.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
107942026-07-02T17:46:36.125Z[ host-image] Jul 02 17:46:35.359 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107952026-07-02T17:46:36.459Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
107962026-07-02T17:46:36.459Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
107972026-07-02T17:46:36.462Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling proc-macro2 v1.0.106
107982026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling quote v1.0.45
107992026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling unicode-ident v1.0.24
108002026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling syn v1.0.109
108012026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling x86 v0.52.0
108022026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108032026-07-02T17:46:36.463Z[ host-image] Jul 02 17:46:35.694 INFO E| Compiling seq-macro v0.3.6
108042026-07-02T17:46:37.516Z[ host-image] Jul 02 17:46:36.749 INFO E| Compiling syn v2.0.117
108052026-07-02T17:46:38.514Z[ recovery-image] Jul 02 17:46:37.750 INFO E| Finished `release` profile [optimized] target(s) in 18.11s
108062026-07-02T17:46:38.536Z[ recovery-image] Jul 02 17:46:37.772 INFO building ROM for cosmo
108072026-07-02T17:46:38.536Z[ recovery-image] Jul 02 17:46:37.772 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
108082026-07-02T17:46:38.625Z[ recovery-image] Jul 02 17:46:37.854 INFO E| Downloading crates ...
108092026-07-02T17:46:38.691Z[ recovery-image] Jul 02 17:46:37.923 INFO E| Downloaded anstyle-query v1.1.2
108102026-07-02T17:46:38.700Z[ recovery-image] Jul 02 17:46:37.925 INFO E| Downloaded toml_datetime v0.6.9
108112026-07-02T17:46:38.700Z[ recovery-image] Jul 02 17:46:37.926 INFO E| Downloaded colorchoice v1.0.3
108122026-07-02T17:46:38.700Z[ recovery-image] Jul 02 17:46:37.927 INFO E| Downloaded clap_lex v0.7.4
108132026-07-02T17:46:38.706Z[ recovery-image] Jul 02 17:46:37.931 INFO E| Downloaded serde_spanned v0.6.8
108142026-07-02T17:46:38.706Z[ recovery-image] Jul 02 17:46:37.932 INFO E| Downloaded anstyle v1.0.10
108152026-07-02T17:46:38.706Z[ recovery-image] Jul 02 17:46:37.933 INFO E| Downloaded os_pipe v1.2.1
108162026-07-02T17:46:38.706Z[ recovery-image] Jul 02 17:46:37.935 INFO E| Downloaded is_terminal_polyfill v1.70.1
108172026-07-02T17:46:38.712Z[ recovery-image] Jul 02 17:46:37.942 INFO E| Downloaded shared_child v1.0.1
108182026-07-02T17:46:38.712Z[ recovery-image] Jul 02 17:46:37.943 INFO E| Downloaded toml_edit v0.22.26
108192026-07-02T17:46:38.754Z[ recovery-image] Jul 02 17:46:37.964 INFO E| Downloaded toml_write v0.1.1
108202026-07-02T17:46:38.764Z[ recovery-image] Jul 02 17:46:37.965 INFO E| Downloaded clap_derive v4.5.32
108212026-07-02T17:46:38.765Z[ recovery-image] Jul 02 17:46:37.966 INFO E| Downloaded clap v4.5.37
108222026-07-02T17:46:38.765Z[ recovery-image] Jul 02 17:46:37.971 INFO E| Downloaded anstyle-parse v0.2.6
108232026-07-02T17:46:38.765Z[ recovery-image] Jul 02 17:46:37.972 INFO E| Downloaded toml v0.8.22
108242026-07-02T17:46:38.765Z[ recovery-image] Jul 02 17:46:37.992 INFO E| Downloaded anstream v0.6.18
108252026-07-02T17:46:38.770Z[ recovery-image] Jul 02 17:46:37.993 INFO E| Downloaded duct v0.13.7
108262026-07-02T17:46:38.770Z[ recovery-image] Jul 02 17:46:37.994 INFO E| Downloaded cc v1.2.20
108272026-07-02T17:46:38.770Z[ recovery-image] Jul 02 17:46:37.996 INFO E| Downloaded winnow v0.7.7
108282026-07-02T17:46:38.770Z[ recovery-image] Jul 02 17:46:38.002 INFO E| Downloaded clap_builder v4.5.37
108292026-07-02T17:46:38.782Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling libc v0.2.172
108302026-07-02T17:46:38.782Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling utf8parse v0.2.2
108312026-07-02T17:46:38.786Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling shlex v1.3.0
108322026-07-02T17:46:38.786Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling is_terminal_polyfill v1.70.1
108332026-07-02T17:46:38.786Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling anstyle-query v1.1.2
108342026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling once_cell v1.21.3
108352026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling equivalent v1.0.2
108362026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling anstyle v1.0.10
108372026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling colorchoice v1.0.3
108382026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling hashbrown v0.15.2
108392026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling toml_write v0.1.1
108402026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling strsim v0.11.1
108412026-07-02T17:46:38.787Z[ recovery-image] Jul 02 17:46:38.016 INFO E| Compiling clap_lex v0.7.4
108422026-07-02T17:46:38.813Z[ recovery-image] Jul 02 17:46:38.049 INFO E| Compiling anyhow v1.0.98
108432026-07-02T17:46:38.822Z[ recovery-image] Jul 02 17:46:38.058 INFO E| Compiling winnow v0.7.7
108442026-07-02T17:46:38.829Z[ recovery-image] Jul 02 17:46:38.058 INFO E| Compiling syn v2.0.101
108452026-07-02T17:46:38.869Z[ host-image] Jul 02 17:46:38.103 INFO E| Compiling scroll_derive v0.13.1
108462026-07-02T17:46:38.924Z[ recovery-image] Jul 02 17:46:38.159 INFO E| Compiling anstyle-parse v0.2.6
108472026-07-02T17:46:38.943Z[ recovery-image] Jul 02 17:46:38.178 INFO E| Compiling cc v1.2.20
108482026-07-02T17:46:39.073Z[ recovery-image] Jul 02 17:46:38.307 INFO E| Compiling anstream v0.6.18
108492026-07-02T17:46:39.283Z[ recovery-image] Jul 02 17:46:38.519 INFO E| Compiling clap_builder v4.5.37
108502026-07-02T17:46:39.331Z[ recovery-image] Jul 02 17:46:38.566 INFO E| Compiling indexmap v2.9.0
108512026-07-02T17:46:39.486Z[ recovery-image] Jul 02 17:46:38.718 INFO E| Compiling shared_child v1.0.1
108522026-07-02T17:46:39.487Z[ recovery-image] Jul 02 17:46:38.718 INFO E| Compiling os_pipe v1.2.1
108532026-07-02T17:46:39.601Z[ recovery-image] Jul 02 17:46:38.836 INFO E| Compiling duct v0.13.7
108542026-07-02T17:46:40.031Z[ host-image] Jul 02 17:46:39.267 INFO E| Compiling bitstruct_derive v0.1.0
108552026-07-02T17:46:40.079Z[ recovery-image] Jul 02 17:46:39.315 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108562026-07-02T17:46:40.992Z[ recovery-image] Jul 02 17:46:40.226 INFO E| Compiling serde_derive v1.0.219
108572026-07-02T17:46:40.992Z[ recovery-image] Jul 02 17:46:40.226 INFO E| Compiling clap_derive v4.5.32
108582026-07-02T17:46:42.249Z[ recovery-image] Jul 02 17:46:41.484 INFO E| Compiling clap v4.5.37
108592026-07-02T17:46:42.860Z[ recovery-image] Jul 02 17:46:42.095 INFO E| Compiling serde v1.0.219
108602026-07-02T17:46:44.572Z[ recovery-image] Jul 02 17:46:43.807 INFO E| Compiling toml_datetime v0.6.9
108612026-07-02T17:46:44.572Z[ recovery-image] Jul 02 17:46:43.807 INFO E| Compiling serde_spanned v0.6.8
108622026-07-02T17:46:44.714Z[ recovery-image] Jul 02 17:46:43.950 INFO E| Compiling toml_edit v0.22.26
108632026-07-02T17:46:45.931Z[ recovery-image] Jul 02 17:46:45.152 INFO E| Compiling toml v0.8.22
108642026-07-02T17:46:47.950Z[ recovery-image] Jul 02 17:46:47.186 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.37s
108652026-07-02T17:46:47.962Z[ recovery-image] Jul 02 17:46:47.197 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
108662026-07-02T17:46:47.977Z[ recovery-image] Jul 02 17:46:47.212 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108672026-07-02T17:46:48.052Z[ recovery-image] Jul 02 17:46:47.287 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108682026-07-02T17:46:48.055Z[ recovery-image] Jul 02 17:46:47.291 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom`
108692026-07-02T17:46:48.266Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108702026-07-02T17:46:48.266Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108712026-07-02T17:46:48.266Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108722026-07-02T17:46:48.266Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108732026-07-02T17:46:48.272Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108742026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108752026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108762026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108772026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108782026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108792026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108802026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108812026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108822026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108832026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108842026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108852026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108862026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108872026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108882026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108892026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108902026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108912026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108922026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108932026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108942026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108952026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108962026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108972026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108982026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108992026-07-02T17:46:48.273Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109002026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109012026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109022026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109032026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109042026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109052026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109062026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109072026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109082026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109092026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109102026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109112026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109122026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109132026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109142026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109152026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109162026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109172026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109182026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109192026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109202026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109212026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109222026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.504 INFO O| Info: ABL version: 0x100af010
109232026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.504 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109242026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.504 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109252026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109262026-07-02T17:46:48.274Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109272026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109282026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109292026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109302026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109312026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109322026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109332026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109342026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109352026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109362026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109372026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109382026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109392026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109402026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109412026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109422026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109432026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109442026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109452026-07-02T17:46:48.275Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109462026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109472026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109482026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109492026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.504 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109502026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109512026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109522026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109532026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109542026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109552026-07-02T17:46:48.276Z[ recovery-image] Jul 02 17:46:47.505 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109562026-07-02T17:46:48.307Z[ recovery-image] Jul 02 17:46:47.540 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109572026-07-02T17:46:48.308Z[ recovery-image] Jul 02 17:46:47.540 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109582026-07-02T17:46:48.308Z[ recovery-image] Jul 02 17:46:47.540 INFO building ROM for gimlet
109592026-07-02T17:46:48.311Z[ recovery-image] Jul 02 17:46:47.540 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109602026-07-02T17:46:48.401Z[ recovery-image] Jul 02 17:46:47.636 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109612026-07-02T17:46:48.430Z[ recovery-image] Jul 02 17:46:47.665 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
109622026-07-02T17:46:48.456Z[ recovery-image] Jul 02 17:46:47.692 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109632026-07-02T17:46:48.529Z[ recovery-image] Jul 02 17:46:47.763 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109642026-07-02T17:46:48.535Z[ recovery-image] Jul 02 17:46:47.768 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom`
109652026-07-02T17:46:48.661Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109662026-07-02T17:46:48.661Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109672026-07-02T17:46:48.661Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109682026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109692026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109702026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109712026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109722026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109732026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109742026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109752026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109762026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109772026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109782026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109792026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109802026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO O| Info: ABL version: 0x100f5010
109812026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109822026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109832026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109842026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109852026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109862026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109872026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109882026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109892026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109902026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109912026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109922026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109932026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109942026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109952026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109962026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109972026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109982026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109992026-07-02T17:46:48.672Z[ recovery-image] Jul 02 17:46:47.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110002026-07-02T17:46:48.686Z[ recovery-image] Jul 02 17:46:47.922 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110012026-07-02T17:46:49.131Z[ host-image] Jul 02 17:46:48.365 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
110022026-07-02T17:46:49.954Z[ recovery-image] Jul 02 17:46:49.190 INFO image complete! materials are in "/work/os-recovery"
110032026-07-02T17:46:49.957Z[ recovery-image]
110042026-07-02T17:46:49.957Z[ recovery-image] real 4:03.932850428
110052026-07-02T17:46:49.957Z[ recovery-image] user 2:26.898385326
110062026-07-02T17:46:49.957Z[ recovery-image] sys 35.263841797
110072026-07-02T17:46:49.957Z[ recovery-image] trap 0.072900008
110082026-07-02T17:46:49.957Z[ recovery-image] tflt 0.696202917
110092026-07-02T17:46:49.957Z[ recovery-image] dflt 0.795950930
110102026-07-02T17:46:49.957Z[ recovery-image] kflt 0.000065920
110112026-07-02T17:46:49.957Z[ recovery-image] lock 7:58.728780797
110122026-07-02T17:46:49.962Z[ recovery-image] slp 24:01.253802915
110132026-07-02T17:46:49.962Z[ recovery-image] lat 24.242375690
110142026-07-02T17:46:49.962Z[ recovery-image] stop 6.139851780
110152026-07-02T17:46:49.962ZJul 02 17:46:49.193 INFO [recovery-image] process exited with exit status: 0 (243.937586792s)
110162026-07-02T17:46:51.188Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling bitflags v1.3.2
110172026-07-02T17:46:51.188Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling plain v0.2.3
110182026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling adler2 v2.0.1
110192026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling bit_field v0.10.3
110202026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling bitflags v2.13.0
110212026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling log v0.4.32
110222026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling scroll v0.13.0
110232026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling static_assertions v1.1.0
110242026-07-02T17:46:51.192Z[ host-image] Jul 02 17:46:50.424 INFO E| Compiling bitstruct v0.1.1
110252026-07-02T17:46:51.240Z[ host-image] Jul 02 17:46:50.476 INFO E| Compiling raw-cpuid v10.7.0
110262026-07-02T17:46:51.287Z[ host-image] Jul 02 17:46:50.523 INFO E| Compiling miniz_oxide v0.9.1
110272026-07-02T17:46:51.339Z[ host-image] Jul 02 17:46:50.574 INFO E| Compiling cpio_reader v0.1.2
110282026-07-02T17:46:51.406Z[ host-image] Jul 02 17:46:50.642 INFO E| Compiling goblin v0.10.7
110292026-07-02T17:46:54.194Z[ host-image] Jul 02 17:46:53.429 INFO E| Finished `release` profile [optimized] target(s) in 18.05s
110302026-07-02T17:46:54.208Z[ host-image] Jul 02 17:46:53.444 INFO building ROM for gimlet
110312026-07-02T17:46:54.208Z[ host-image] Jul 02 17:46:53.444 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110322026-07-02T17:46:54.291Z[ host-image] Jul 02 17:46:53.527 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110332026-07-02T17:46:54.294Z[ host-image] Jul 02 17:46:53.529 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110342026-07-02T17:46:54.303Z[ host-image] Jul 02 17:46:53.539 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110352026-07-02T17:46:54.371Z[ host-image] Jul 02 17:46:53.607 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110362026-07-02T17:46:54.374Z[ host-image] Jul 02 17:46:53.610 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom`
110372026-07-02T17:46:54.488Z[ host-image] Jul 02 17:46:53.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110382026-07-02T17:46:54.488Z[ host-image] Jul 02 17:46:53.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110392026-07-02T17:46:54.488Z[ host-image] Jul 02 17:46:53.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110402026-07-02T17:46:54.488Z[ host-image] Jul 02 17:46:53.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110412026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110422026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110432026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110442026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110452026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110462026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110472026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110482026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110492026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110502026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110512026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110522026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO O| Info: ABL version: 0x100f5010
110532026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110542026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110552026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110562026-07-02T17:46:54.492Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110572026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110582026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110592026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110602026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110612026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110622026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110632026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110642026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110652026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110662026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110672026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110682026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110692026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110702026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110712026-07-02T17:46:54.493Z[ host-image] Jul 02 17:46:53.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110722026-07-02T17:46:54.527Z[ host-image] Jul 02 17:46:53.761 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110732026-07-02T17:46:54.527Z[ host-image] Jul 02 17:46:53.761 INFO building ROM for cosmo
110742026-07-02T17:46:54.527Z[ host-image] Jul 02 17:46:53.761 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110752026-07-02T17:46:54.611Z[ host-image] Jul 02 17:46:53.846 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110762026-07-02T17:46:54.615Z[ host-image] Jul 02 17:46:53.848 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
110772026-07-02T17:46:54.623Z[ host-image] Jul 02 17:46:53.858 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110782026-07-02T17:46:54.690Z[ host-image] Jul 02 17:46:53.925 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110792026-07-02T17:46:54.694Z[ host-image] Jul 02 17:46:53.929 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom`
110802026-07-02T17:46:54.900Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110812026-07-02T17:46:54.900Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110822026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110832026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110842026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110852026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110862026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110872026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110882026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110892026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110902026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110912026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110922026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110932026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110942026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110952026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110962026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110972026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110982026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110992026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111002026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111012026-07-02T17:46:54.904Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111022026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111032026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111042026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111052026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111062026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111072026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111082026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111092026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111102026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111112026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111122026-07-02T17:46:54.905Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111132026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111142026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111152026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111162026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111172026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111182026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111192026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111202026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111212026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111222026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111232026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111242026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111252026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111262026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111272026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111282026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111292026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111302026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111312026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111322026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111332026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO O| Info: ABL version: 0x100af010
111342026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111352026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111362026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111372026-07-02T17:46:54.906Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111382026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111392026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111402026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111412026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111422026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111432026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111442026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111452026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111462026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111472026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111482026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111492026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111502026-07-02T17:46:54.907Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111512026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111522026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111532026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111542026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111552026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111562026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111572026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111582026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111592026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111602026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111612026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111622026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111632026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111642026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111652026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111662026-07-02T17:46:54.908Z[ host-image] Jul 02 17:46:54.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111672026-07-02T17:46:54.935Z[ host-image] Jul 02 17:46:54.170 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111682026-07-02T17:46:54.935Z[ host-image] Jul 02 17:46:54.170 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111692026-07-02T17:47:03.577Z[ host-image] Jul 02 17:47:02.812 INFO image complete! materials are in "/work/os-host"
111702026-07-02T17:47:03.580Z[ host-image]
111712026-07-02T17:47:03.580Z[ host-image] real 5:23.643806047
111722026-07-02T17:47:03.583Z[ host-image] user 2:29.604927422
111732026-07-02T17:47:03.583Z[ host-image] sys 33.054341221
111742026-07-02T17:47:03.583Z[ host-image] trap 0.073137792
111752026-07-02T17:47:03.583Z[ host-image] tflt 0.271112815
111762026-07-02T17:47:03.583Z[ host-image] dflt 0.220216854
111772026-07-02T17:47:03.583Z[ host-image] kflt 0.000148260
111782026-07-02T17:47:03.583Z[ host-image] lock 6:32.711109865
111792026-07-02T17:47:03.584Z[ host-image] slp 31:43.288899030
111802026-07-02T17:47:03.584Z[ host-image] lat 19.055427453
111812026-07-02T17:47:03.584Z[ host-image] stop 2.118556499
111822026-07-02T17:47:03.584ZJul 02 17:47:02.817 INFO [host-image] process exited with exit status: 0 (323.649847521s)
111832026-07-02T17:47:03.584ZJul 02 17:47:02.817 INFO [tuf-repo] running task
111842026-07-02T17:47:22.300ZJul 02 17:47:21.532 INFO assembling repository in `/tmp/tufaceousAIyitT`, component: OmicronRepoAssembler
111852026-07-02T17:47:27.311ZJul 02 17:47:26.546 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111862026-07-02T17:47:27.552ZJul 02 17:47:26.787 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111872026-07-02T17:47:36.298ZJul 02 17:47:35.532 INFO extracting uploaded archive to /tmp/.tmpCssLKP
111882026-07-02T17:47:38.090ZJul 02 17:47:37.304 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.WvLv0E
111892026-07-02T17:47:38.537ZJul 02 17:47:37.358 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
111902026-07-02T17:47:38.541ZJul 02 17:47:37.451 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
111912026-07-02T17:47:38.541ZJul 02 17:47:37.544 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
111922026-07-02T17:47:38.541ZJul 02 17:47:37.623 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
111932026-07-02T17:47:38.541ZJul 02 17:47:37.702 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
111942026-07-02T17:47:38.546ZJul 02 17:47:37.782 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
111952026-07-02T17:47:38.635ZJul 02 17:47:37.866 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
111962026-07-02T17:47:38.712ZJul 02 17:47:37.947 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111972026-07-02T17:47:38.715ZJul 02 17:47:37.947 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111982026-07-02T17:47:38.762ZJul 02 17:47:37.997 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111992026-07-02T17:47:38.766ZJul 02 17:47:37.997 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112002026-07-02T17:47:38.811ZJul 02 17:47:38.046 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112012026-07-02T17:47:38.814ZJul 02 17:47:38.046 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112022026-07-02T17:47:38.861ZJul 02 17:47:38.096 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112032026-07-02T17:47:38.861ZJul 02 17:47:38.096 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112042026-07-02T17:47:38.932ZJul 02 17:47:38.146 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112052026-07-02T17:47:38.936ZJul 02 17:47:38.146 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112062026-07-02T17:47:38.970ZJul 02 17:47:38.194 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112072026-07-02T17:47:38.983ZJul 02 17:47:38.194 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112082026-07-02T17:47:39.024ZJul 02 17:47:38.242 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112092026-07-02T17:47:39.025ZJul 02 17:47:38.242 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112102026-07-02T17:47:39.115ZJul 02 17:47:38.243 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112112026-07-02T17:47:39.115ZJul 02 17:47:38.244 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112122026-07-02T17:47:39.115ZJul 02 17:47:38.244 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112132026-07-02T17:47:39.115ZJul 02 17:47:38.245 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112142026-07-02T17:47:39.115ZJul 02 17:47:38.245 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112152026-07-02T17:47:44.409ZJul 02 17:47:43.629 INFO added artifact, length: 33554432, hash: d251195c4b814affaf2f86725efe41ca86ada31bd27f041d4c5f2fc70632fa4c, version: 21.0.0-0.ci+git5e058e9f460, kind: gimlet_host_phase_1, name: host
112162026-07-02T17:47:44.409ZJul 02 17:47:43.629 INFO added artifact, length: 33554432, hash: 871f6d355fe75229fd9e3e112f1accc8277343cd5d60a73ea0b255930425a064, version: 21.0.0-0.ci+git5e058e9f460, kind: cosmo_host_phase_1, name: host
112172026-07-02T17:47:44.409ZJul 02 17:47:43.629 INFO added artifact, length: 1101008896, hash: faf1f37672ee259cb434defa307f5331b0856912406cf85882d600d1a86b2c1c, version: 21.0.0-0.ci+git5e058e9f460, kind: host_phase_2, name: host
112182026-07-02T17:47:45.339ZJul 02 17:47:44.563 INFO added artifact, length: 33554432, hash: a939773fd19a82a4e72ad3208f2807895c1f26a363ba5387fa1db49c7266b117, version: 21.0.0-0.ci+git5e058e9f460, kind: gimlet_trampoline_phase_1, name: trampoline
112192026-07-02T17:47:45.340ZJul 02 17:47:44.563 INFO added artifact, length: 33554432, hash: b0a871088e96e84430db7c54521053571254e611746e570df763dca926a7baef, version: 21.0.0-0.ci+git5e058e9f460, kind: cosmo_trampoline_phase_1, name: trampoline
112202026-07-02T17:47:45.340ZJul 02 17:47:44.563 INFO added artifact, length: 164806040, hash: 15950620fe199940186c44ad1267c2187352d76c2eb24bd8cd630344b4607b42, version: 21.0.0-0.ci+git5e058e9f460, kind: trampoline_phase_2, name: trampoline
112212026-07-02T17:47:47.050ZJul 02 17:47:46.265 INFO added artifact, length: 304981006, hash: b817c5c473ef6f6666d9dc5f632eec87705f9ee5b556f2ad3ba138d269fec07b, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: clickhouse_keeper
112222026-07-02T17:47:48.822ZJul 02 17:47:48.054 INFO added artifact, length: 318832225, hash: 03e79632363c858959391edcd805483baa447823f7a758302828af2c2fd2ac8d, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: clickhouse_server
112232026-07-02T17:47:50.679ZJul 02 17:47:49.906 INFO added artifact, length: 318834977, hash: 036d8df62964d90e371a8cece825693f25cb0e53fea6408183d0c47c1f2c1a3d, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: clickhouse
112242026-07-02T17:47:51.903ZJul 02 17:47:50.928 INFO added artifact, length: 165615476, hash: 4861ba07fcab73b4b39cf8a93a6b882b90dd97083b2abd4a7ab54b9259150e2c, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: cockroachdb
112252026-07-02T17:47:51.945ZJul 02 17:47:51.180 INFO added artifact, length: 40048238, hash: c8f9f268a056ef380664331fa2cf6392d1f97a280fe1f2ab64a52d12498d566c, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: crucible-pantry-zone
112262026-07-02T17:47:52.288ZJul 02 17:47:51.522 INFO added artifact, length: 55096751, hash: e177f6d7a3d0be5246d555377dee94918e231c377a7a2dbef1af897c727220f6, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: crucible-zone
112272026-07-02T17:47:52.576ZJul 02 17:47:51.810 INFO added artifact, length: 47916883, hash: caae65fe236d147601588e1884a85ada588ff19bbf472c67131741e9fd411612, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: external-dns
112282026-07-02T17:47:52.876ZJul 02 17:47:52.107 INFO added artifact, length: 47916481, hash: 146c1f74a3abab107d2791106580a1a733223376c4de3cc6b80c40f70454696d, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: internal-dns
112292026-07-02T17:47:54.519ZJul 02 17:47:53.754 INFO added artifact, length: 281003349, hash: 0717e5a1e482c353699d63a99c70ef544db5e4ccabd6babcc9730516efab7eac, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: nexus
112302026-07-02T17:47:54.698ZJul 02 17:47:53.926 INFO added artifact, length: 30628395, hash: ef32b3027b4fef3fc50a497fb4eea878618778f60f7c897795ff8bed02f4ab9d, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: ntp
112312026-07-02T17:47:55.079ZJul 02 17:47:54.308 INFO added artifact, length: 64041194, hash: 29ea56e9950b4b7c2d30c57fd91f78c826ccebb005657476f3d5f0181a15a345, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: oximeter
112322026-07-02T17:47:55.094ZJul 02 17:47:54.327 INFO added artifact, length: 3109592, hash: 620672161d88afba9af30abd66972526b70a4f6aebf8459aac25a95ea4564193, version: 21.0.0-0.ci+git5e058e9f460, kind: zone, name: probe
112332026-07-02T17:47:55.099ZJul 02 17:47:54.327 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112342026-07-02T17:47:55.099ZJul 02 17:47:54.327 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
112352026-07-02T17:47:55.099ZJul 02 17:47:54.327 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112362026-07-02T17:47:55.127ZJul 02 17:47:54.362 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
112372026-07-02T17:47:55.157ZJul 02 17:47:54.392 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
112382026-07-02T17:47:55.191ZJul 02 17:47:54.423 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
112392026-07-02T17:47:55.239ZJul 02 17:47:54.474 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112402026-07-02T17:47:55.239ZJul 02 17:47:54.474 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112412026-07-02T17:47:55.296ZJul 02 17:47:54.526 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112422026-07-02T17:47:55.296ZJul 02 17:47:54.526 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112432026-07-02T17:47:55.351ZJul 02 17:47:54.576 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112442026-07-02T17:47:55.372ZJul 02 17:47:54.577 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112452026-07-02T17:47:55.394ZJul 02 17:47:54.628 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112462026-07-02T17:47:55.420ZJul 02 17:47:54.628 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112472026-07-02T17:47:55.420ZJul 02 17:47:54.629 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112482026-07-02T17:47:55.420ZJul 02 17:47:54.629 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112492026-07-02T17:47:55.420ZJul 02 17:47:54.630 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112502026-07-02T17:47:55.444ZJul 02 17:47:54.672 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
112512026-07-02T17:47:55.521ZJul 02 17:47:54.756 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
112522026-07-02T17:47:55.609ZJul 02 17:47:54.843 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
112532026-07-02T17:47:55.715ZJul 02 17:47:54.950 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112542026-07-02T17:47:55.715ZJul 02 17:47:54.950 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112552026-07-02T17:47:55.764ZJul 02 17:47:54.997 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112562026-07-02T17:47:55.769ZJul 02 17:47:54.998 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112572026-07-02T17:47:55.968ZJul 02 17:47:55.044 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112582026-07-02T17:47:55.975ZJul 02 17:47:55.044 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112592026-07-02T17:47:55.975ZJul 02 17:47:55.090 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112602026-07-02T17:47:55.975ZJul 02 17:47:55.090 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112612026-07-02T17:47:55.975ZJul 02 17:47:55.091 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112622026-07-02T17:47:55.975ZJul 02 17:47:55.091 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112632026-07-02T17:47:55.975ZJul 02 17:47:55.092 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112642026-07-02T17:47:55.975ZJul 02 17:47:55.092 INFO added artifact, length: 924, hash: 48b622295e9bc00dbea80e911ab0ec85078fdaf7a336916515b89fc2568448d2, version: 21.0.0-0.ci+git5e058e9f460, kind: installinator_document, name: installinator_document
112652026-07-02T17:47:56.437ZJul 02 17:47:55.667 INFO extracting uploaded archive to /tmp/.tmprU3gCy
112662026-07-02T17:47:58.340ZJul 02 17:47:57.556 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.yp5Kqv
112672026-07-02T17:47:58.533ZJul 02 17:47:57.614 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
112682026-07-02T17:47:58.569ZJul 02 17:47:57.710 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
112692026-07-02T17:47:58.589ZJul 02 17:47:57.793 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
112702026-07-02T17:47:58.665ZJul 02 17:47:57.884 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
112712026-07-02T17:47:58.782ZJul 02 17:47:57.967 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
112722026-07-02T17:47:58.821ZJul 02 17:47:58.047 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
112732026-07-02T17:47:58.918ZJul 02 17:47:58.132 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
112742026-07-02T17:47:58.988ZJul 02 17:47:58.215 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112752026-07-02T17:47:58.988ZJul 02 17:47:58.215 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112762026-07-02T17:47:59.058ZJul 02 17:47:58.264 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112772026-07-02T17:47:59.059ZJul 02 17:47:58.264 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112782026-07-02T17:47:59.104ZJul 02 17:47:58.315 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112792026-07-02T17:47:59.158ZJul 02 17:47:58.315 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112802026-07-02T17:47:59.174ZJul 02 17:47:58.363 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112812026-07-02T17:47:59.175ZJul 02 17:47:58.363 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112822026-07-02T17:47:59.210ZJul 02 17:47:58.408 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112832026-07-02T17:47:59.211ZJul 02 17:47:58.408 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112842026-07-02T17:47:59.236ZJul 02 17:47:58.452 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112852026-07-02T17:47:59.236ZJul 02 17:47:58.452 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112862026-07-02T17:47:59.283ZJul 02 17:47:58.504 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112872026-07-02T17:47:59.284ZJul 02 17:47:58.504 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112882026-07-02T17:47:59.327ZJul 02 17:47:58.504 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112892026-07-02T17:47:59.327ZJul 02 17:47:58.505 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112902026-07-02T17:47:59.327ZJul 02 17:47:58.505 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112912026-07-02T17:47:59.327ZJul 02 17:47:58.506 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112922026-07-02T17:47:59.327ZJul 02 17:47:58.507 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112932026-07-02T17:48:04.543ZJul 02 17:48:03.752 INFO added artifact, length: 33554432, hash: d251195c4b814affaf2f86725efe41ca86ada31bd27f041d4c5f2fc70632fa4c, version: 21.0.0-0.ci+git5e058e9f460, kind: gimlet_host_phase_1, name: host
112942026-07-02T17:48:04.543ZJul 02 17:48:03.752 INFO added artifact, length: 33554432, hash: 871f6d355fe75229fd9e3e112f1accc8277343cd5d60a73ea0b255930425a064, version: 21.0.0-0.ci+git5e058e9f460, kind: cosmo_host_phase_1, name: host
112952026-07-02T17:48:04.543ZJul 02 17:48:03.753 INFO added artifact, length: 1101008896, hash: faf1f37672ee259cb434defa307f5331b0856912406cf85882d600d1a86b2c1c, version: 21.0.0-0.ci+git5e058e9f460, kind: host_phase_2, name: host
112962026-07-02T17:48:05.424ZJul 02 17:48:04.619 INFO added artifact, length: 33554432, hash: a939773fd19a82a4e72ad3208f2807895c1f26a363ba5387fa1db49c7266b117, version: 21.0.0-0.ci+git5e058e9f460, kind: gimlet_trampoline_phase_1, name: trampoline
112972026-07-02T17:48:05.424ZJul 02 17:48:04.619 INFO added artifact, length: 33554432, hash: b0a871088e96e84430db7c54521053571254e611746e570df763dca926a7baef, version: 21.0.0-0.ci+git5e058e9f460, kind: cosmo_trampoline_phase_1, name: trampoline
112982026-07-02T17:48:05.424ZJul 02 17:48:04.619 INFO added artifact, length: 164806040, hash: 15950620fe199940186c44ad1267c2187352d76c2eb24bd8cd630344b4607b42, version: 21.0.0-0.ci+git5e058e9f460, kind: trampoline_phase_2, name: trampoline
112992026-07-02T17:48:10.304ZJul 02 17:48:09.524 INFO added artifact, length: 1736649009, hash: d6f8293f9390c5c5b4d6eb83c3a9558fec6459b7e1044be34b4d1203498f3d78, version: 21.0.0-0.ci+git5e058e9f460, kind: control_plane, name: control-plane
113002026-07-02T17:48:10.335ZJul 02 17:48:09.524 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113012026-07-02T17:48:10.335ZJul 02 17:48:09.524 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
113022026-07-02T17:48:10.335ZJul 02 17:48:09.524 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113032026-07-02T17:48:10.348ZJul 02 17:48:09.553 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
113042026-07-02T17:48:10.353ZJul 02 17:48:09.583 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
113052026-07-02T17:48:10.384ZJul 02 17:48:09.612 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
113062026-07-02T17:48:10.429ZJul 02 17:48:09.651 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113072026-07-02T17:48:10.436ZJul 02 17:48:09.651 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113082026-07-02T17:48:10.458ZJul 02 17:48:09.689 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113092026-07-02T17:48:10.465ZJul 02 17:48:09.689 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113102026-07-02T17:48:10.494ZJul 02 17:48:09.728 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113112026-07-02T17:48:10.504ZJul 02 17:48:09.728 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113122026-07-02T17:48:10.541ZJul 02 17:48:09.775 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113132026-07-02T17:48:10.545ZJul 02 17:48:09.775 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113142026-07-02T17:48:10.545ZJul 02 17:48:09.775 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113152026-07-02T17:48:10.545ZJul 02 17:48:09.776 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113162026-07-02T17:48:10.545ZJul 02 17:48:09.776 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113172026-07-02T17:48:10.587ZJul 02 17:48:09.815 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
113182026-07-02T17:48:10.660ZJul 02 17:48:09.893 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
113192026-07-02T17:48:10.747ZJul 02 17:48:09.974 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
113202026-07-02T17:48:10.827ZJul 02 17:48:10.058 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113212026-07-02T17:48:10.827ZJul 02 17:48:10.059 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113222026-07-02T17:48:10.884ZJul 02 17:48:10.116 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113232026-07-02T17:48:10.884ZJul 02 17:48:10.116 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113242026-07-02T17:48:10.942ZJul 02 17:48:10.171 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113252026-07-02T17:48:10.942ZJul 02 17:48:10.171 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113262026-07-02T17:48:10.984ZJul 02 17:48:10.219 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113272026-07-02T17:48:10.984ZJul 02 17:48:10.219 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113282026-07-02T17:48:10.990ZJul 02 17:48:10.219 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113292026-07-02T17:48:10.990ZJul 02 17:48:10.220 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113302026-07-02T17:48:10.990ZJul 02 17:48:10.220 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113312026-07-02T17:48:10.990ZJul 02 17:48:10.221 INFO added artifact, length: 924, hash: 48b622295e9bc00dbea80e911ab0ec85078fdaf7a336916515b89fc2568448d2, version: 21.0.0-0.ci+git5e058e9f460, kind: installinator_document, name: installinator_document
113322026-07-02T17:48:11.481ZJul 02 17:48:10.716 INFO [tuf-repo] task succeeded (67.899268134s)
113332026-07-02T17:49:15.887Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s
113342026-07-02T17:49:17.642ZJul 02 17:49:16.845 INFO [verify-libraries] process exited with exit status: 0 (391.847462848s)
113352026-07-02T17:49:17.643ZJul 02 17:49:16.845 INFO all jobs completed in 1121.917941195s
113362026-07-02T17:49:18.599Zprocess exited: duration 1334368 ms, exit code 0
 
113372026-07-02T17:49:18.798Zfound 41 output files
113382026-07-02T17:49:18.798Zuploading: /work/manifest.toml (17334 bytes)
113392026-07-02T17:49:19.894Zuploaded: /work/manifest.toml
113402026-07-02T17:49:19.894Zuploading: /work/repo.zip (3039904861 bytes)
113412026-07-02T17:50:06.657Zuploaded: /work/repo.zip
113422026-07-02T17:50:06.657Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113432026-07-02T17:50:07.683Zuploaded: /work/repo.zip.sha256.txt
113442026-07-02T17:50:07.689Zuploading: /work/helios.json (647 bytes)
113452026-07-02T17:50:08.891Zuploaded: /work/helios.json
113462026-07-02T17:50:08.891Zuploading: /work/incorporation.p5m (113332 bytes)
113472026-07-02T17:50:09.908Zuploaded: /work/incorporation.p5m
113482026-07-02T17:50:09.908Zuploading: /work/incorporation.p5p (133120 bytes)
113492026-07-02T17:50:10.926Zuploaded: /work/incorporation.p5p
113502026-07-02T17:50:10.926Zuploading: /work/helios-incorp.log (522 bytes)
113512026-07-02T17:50:11.938Zuploaded: /work/helios-incorp.log
113522026-07-02T17:50:11.938Zuploading: /work/helios-setup.log (56962 bytes)
113532026-07-02T17:50:12.964Zuploaded: /work/helios-setup.log
113542026-07-02T17:50:12.965Zuploading: /work/host-image.log (235697 bytes)
113552026-07-02T17:50:13.990Zuploaded: /work/host-image.log
113562026-07-02T17:50:13.990Zuploading: /work/host-package.log (32820 bytes)
113572026-07-02T17:50:15.010Zuploaded: /work/host-package.log
113582026-07-02T17:50:15.010Zuploading: /work/host-target.log (101 bytes)
113592026-07-02T17:50:16.024Zuploaded: /work/host-target.log
113602026-07-02T17:50:16.024Zuploading: /work/incorp-create.log (0 bytes)
113612026-07-02T17:50:17.032Zuploaded: /work/incorp-create.log
113622026-07-02T17:50:17.033Zuploading: /work/incorp-fmt.log (0 bytes)
113632026-07-02T17:50:18.044Zuploaded: /work/incorp-fmt.log
113642026-07-02T17:50:18.045Zuploading: /work/incorp-pkgsend.log (108 bytes)
113652026-07-02T17:50:19.062Zuploaded: /work/incorp-pkgsend.log
113662026-07-02T17:50:19.062Zuploading: /work/incorp-publisher.log (0 bytes)
113672026-07-02T17:50:20.069Zuploaded: /work/incorp-publisher.log
113682026-07-02T17:50:20.069Zuploading: /work/omicron-package.log (8003 bytes)
113692026-07-02T17:50:21.081Zuploaded: /work/omicron-package.log
113702026-07-02T17:50:21.081Zuploading: /work/recovery-image.log (593225 bytes)
113712026-07-02T17:50:22.102Zuploaded: /work/recovery-image.log
113722026-07-02T17:50:22.102Zuploading: /work/recovery-package.log (2545 bytes)
113732026-07-02T17:50:23.118Zuploaded: /work/recovery-package.log
113742026-07-02T17:50:23.118Zuploading: /work/recovery-target.log (98 bytes)
113752026-07-02T17:50:24.130Zuploaded: /work/recovery-target.log
113762026-07-02T17:50:24.130Zuploading: /work/stamp-clickhouse.log (117 bytes)
113772026-07-02T17:50:25.151Zuploaded: /work/stamp-clickhouse.log
113782026-07-02T17:50:25.151Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113792026-07-02T17:50:26.219Zuploaded: /work/stamp-clickhouse_keeper.log
113802026-07-02T17:50:26.219Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113812026-07-02T17:50:27.448Zuploaded: /work/stamp-clickhouse_server.log
113822026-07-02T17:50:27.448Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113832026-07-02T17:50:28.697Zuploaded: /work/stamp-cockroachdb.log
113842026-07-02T17:50:28.697Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113852026-07-02T17:50:29.916Zuploaded: /work/stamp-crucible-pantry-zone.log
113862026-07-02T17:50:29.916Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113872026-07-02T17:50:31.069Zuploaded: /work/stamp-crucible-utils.log
113882026-07-02T17:50:31.069Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113892026-07-02T17:50:32.180Zuploaded: /work/stamp-crucible-zone.log
113902026-07-02T17:50:32.180Zuploading: /work/stamp-external-dns.log (119 bytes)
113912026-07-02T17:50:33.321Zuploaded: /work/stamp-external-dns.log
113922026-07-02T17:50:33.321Zuploading: /work/stamp-installinator.log (103 bytes)
113932026-07-02T17:50:34.424Zuploaded: /work/stamp-installinator.log
113942026-07-02T17:50:34.425Zuploading: /work/stamp-internal-dns.log (119 bytes)
113952026-07-02T17:50:35.456Zuploaded: /work/stamp-internal-dns.log
113962026-07-02T17:50:35.456Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113972026-07-02T17:50:36.470Zuploaded: /work/stamp-mg-ddm-gz.log
113982026-07-02T17:50:36.473Zuploading: /work/stamp-nexus.log (112 bytes)
113992026-07-02T17:50:37.498Zuploaded: /work/stamp-nexus.log
114002026-07-02T17:50:37.498Zuploading: /work/stamp-ntp.log (110 bytes)
114012026-07-02T17:50:38.517Zuploaded: /work/stamp-ntp.log
114022026-07-02T17:50:38.517Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114032026-07-02T17:50:39.530Zuploaded: /work/stamp-omicron-sled-agent.log
114042026-07-02T17:50:39.531Zuploading: /work/stamp-overlay.log (114 bytes)
114052026-07-02T17:50:40.542Zuploaded: /work/stamp-overlay.log
114062026-07-02T17:50:40.542Zuploading: /work/stamp-oximeter.log (115 bytes)
114072026-07-02T17:50:41.555Zuploaded: /work/stamp-oximeter.log
114082026-07-02T17:50:41.555Zuploading: /work/stamp-oxlog.log (109 bytes)
114092026-07-02T17:50:42.579Zuploaded: /work/stamp-oxlog.log
114102026-07-02T17:50:42.580Zuploading: /work/stamp-probe.log (112 bytes)
114112026-07-02T17:50:43.592Zuploaded: /work/stamp-probe.log
114122026-07-02T17:50:43.592Zuploading: /work/stamp-propolis-server.log (122 bytes)
114132026-07-02T17:50:44.603Zuploaded: /work/stamp-propolis-server.log
114142026-07-02T17:50:44.603Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114152026-07-02T17:50:45.613Zuploaded: /work/stamp-pumpkind-gz.log
114162026-07-02T17:50:45.614Zuploading: /work/stamp-switch-asic.log (118 bytes)
114172026-07-02T17:50:46.628Zuploaded: /work/stamp-switch-asic.log
114182026-07-02T17:50:46.628Zuploading: /work/verify-libraries.log (50386 bytes)
114192026-07-02T17:50:47.641Zuploaded: /work/verify-libraries.log