01KSPECA1CN1V21PR2YG9Y8SQR: 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: 01KSPECQ3N4F6N34YBE6PHK22X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T04:45:42.971Zjob assigned to worker 01KSPECSN57CC44305RPXJ1MAC [factory aws, i-09b338d1c4bb93f7f] (queued for 46 s)
 
22026-05-28T04:45:50.219Zstarting task 0: "setup"
32026-05-28T04:45:50.223Z++ uname -s
42026-05-28T04:45:50.226Z+ kern=SunOS
52026-05-28T04:45:50.226Z+ build_user=build
62026-05-28T04:45:50.226Z+ build_uid=12345
72026-05-28T04:45:50.226Z+ work_dir=/work
82026-05-28T04:45:50.226Z+ input_dir=/input
92026-05-28T04:45:50.227Z+ [[ 0 == 12345 ]]
102026-05-28T04:45:50.227Z+ case "$kern" in
112026-05-28T04:45:50.227Z+ groupadd -g 12345 build
122026-05-28T04:45:50.239Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T04:45:52.246Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T04:45:52.306Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T04:45:52.309Z+ home_fs=zfs
162026-05-28T04:45:52.309Z+ [[ zfs == autofs ]]
172026-05-28T04:45:52.309Z+ mkdir -p /home/build
182026-05-28T04:45:52.311Z+ chown build:build /home/build /work
192026-05-28T04:45:54.311Z+ chmod 0700 /home/build /work
202026-05-28T04:45:54.315Zprocess exited: duration 4098 ms, exit code 0
 
212026-05-28T04:45:54.320Zstarting task 1: "rust-toolchain"
222026-05-28T04:45:54.325Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T04:45:54.325Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T04:45:54.325Z * rust toolchain channel = "1.94.0"
252026-05-28T04:45:54.325Z * rust toolchain profile = "default"
262026-05-28T04:45:54.325Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T04:45:54.325Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T04:45:54.328Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T04:45:54.328Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T04:45:54.444Zinfo: downloading installer
312026-05-28T04:45:55.814Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T04:45:55.814Zwarn: /home/build/.rustup/settings.toml
332026-05-28T04:45:55.814Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T04:45:55.814Zwarn: instead of the one inferred from the default host triple.
352026-05-28T04:45:55.826Zinfo: profile set to default
362026-05-28T04:45:55.827Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T04:45:55.830Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T04:45:55.981Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T04:45:55.984Zinfo: downloading 6 components
402026-05-28T04:46:10.522Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T04:46:10.522Z
422026-05-28T04:46:10.558Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T04:46:10.558Z
442026-05-28T04:46:10.558Z
452026-05-28T04:46:10.558ZRust is installed now. Great!
462026-05-28T04:46:10.558Z
472026-05-28T04:46:10.558ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T04:46:10.558Zenvironment variable. This has not been done automatically.
492026-05-28T04:46:10.558Z
502026-05-28T04:46:10.558ZTo configure your current shell, you need to source
512026-05-28T04:46:10.558Zthe corresponding env file under $HOME/.cargo.
522026-05-28T04:46:10.558Z
532026-05-28T04:46:10.558ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T04:46:10.561Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T04:46:10.561Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T04:46:10.561Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T04:46:10.561Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T04:46:10.561Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T04:46:10.561Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T04:46:10.561Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T04:46:10.561Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T04:46:10.658Z+ rustup --version
632026-05-28T04:46:10.663Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T04:46:10.676Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T04:46:10.685Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T04:46:10.687Z+ cargo --version
672026-05-28T04:46:10.696Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T04:46:10.699Z+ rustc --version
692026-05-28T04:46:10.720Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T04:46:10.723Zprocess exited: duration 16402 ms, exit code 0
 
712026-05-28T04:46:10.729Zstarting task 2: "authentication"
722026-05-28T04:46:10.746Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T04:46:10.752Zstarting task 3: "clone repository"
742026-05-28T04:46:10.757Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T04:46:10.760Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T04:46:10.817ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T04:46:21.031Z+ cd /work/oxidecomputer/omicron
782026-05-28T04:46:21.031Z+ git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
792026-05-28T04:46:21.301ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T04:46:21.301Z * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD
812026-05-28T04:46:21.315Z+ [[ -n multicast-e2e ]]
822026-05-28T04:46:21.318Z++ git branch --show-current
832026-05-28T04:46:21.318Z+ current=main
842026-05-28T04:46:21.318Z+ [[ main != multicast-e2e ]]
852026-05-28T04:46:21.318Z+ git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
862026-05-28T04:46:21.321Z+ git checkout -f multicast-e2e
872026-05-28T04:46:21.466ZSwitched to branch 'multicast-e2e'
882026-05-28T04:46:21.469Z+ git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
892026-05-28T04:46:21.608ZHEAD is now at 59309cb70 merge main + mag update
902026-05-28T04:46:21.611Zprocess exited: duration 10857 ms, exit code 0
 
912026-05-28T04:46:21.617Zstarting task 4: "build"
922026-05-28T04:46:21.622Z+ source .github/buildomat/ci-env.sh
932026-05-28T04:46:21.622Z++ export CARGO_TERM_COLOR=always
942026-05-28T04:46:21.624Z++ CARGO_TERM_COLOR=always
952026-05-28T04:46:21.624Z+ cargo --version
962026-05-28T04:46:21.632Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T04:46:21.635Z+ rustc --version
982026-05-28T04:46:21.656Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T04:46:21.659Z+ cargo tree --locked
1002026-05-28T04:46:21.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-28T04:46:22.092Z Updating crates.io index
1022026-05-28T04:46:22.095Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-28T04:46:22.347Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-28T04:46:23.151Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-28T04:46:23.553Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-28T04:46:24.724Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-28T04:46:25.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-28T04:46:26.719Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-28T04:46:27.546Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-28T04:46:27.883Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-28T04:46:28.852Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-28T04:46:29.433Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-28T04:46:29.870Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-28T04:46:30.181Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-28T04:46:31.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-28T04:46:31.695Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-28T04:46:31.937Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-28T04:46:32.359Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-28T04:46:32.594Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-28T04:46:32.972Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-28T04:46:33.293Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-28T04:46:33.529Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-28T04:46:33.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-28T04:46:34.200Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-28T04:46:34.557Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-05-28T04:46:34.984Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-05-28T04:46:35.354Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-05-28T04:46:35.882Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-05-28T04:46:36.401Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-05-28T04:46:37.562Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-05-28T04:46:37.810Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-28T04:46:38.566Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-28T04:46:38.954Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-28T04:46:39.260Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-28T04:46:39.632Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-28T04:46:39.887Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-28T04:46:40.177Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-05-28T04:46:40.878Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-05-28T04:46:41.134Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-05-28T04:46:41.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-05-28T04:46:41.636Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-05-28T04:46:54.162Z Updating git repository `https://github.com/illumos/smf-rs`
1432026-05-28T04:46:56.322Z Downloading crates ...
1442026-05-28T04:46:56.424Z Downloaded anstyle-parse v0.2.7
1452026-05-28T04:46:56.430Z Downloaded assert_cmd v2.1.2
1462026-05-28T04:46:56.433Z Downloaded arrayvec v0.7.6
1472026-05-28T04:46:56.433Z Downloaded anstream v0.6.21
1482026-05-28T04:46:56.435Z Downloaded block-padding v0.3.3
1492026-05-28T04:46:56.444Z Downloaded cargo-platform v0.3.2
1502026-05-28T04:46:56.447Z Downloaded ciborium-io v0.2.2
1512026-05-28T04:46:56.447Z Downloaded cargo_metadata v0.23.1
1522026-05-28T04:46:56.450Z Downloaded async-trait v0.1.89
1532026-05-28T04:46:56.452Z Downloaded cfg-expr v0.20.6
1542026-05-28T04:46:56.455Z Downloaded async-compression v0.4.41
1552026-05-28T04:46:56.458Z Downloaded blake2b_simd v1.0.4
1562026-05-28T04:46:56.460Z Downloaded darling_macro v0.13.4
1572026-05-28T04:46:56.460Z Downloaded difflib v0.4.0
1582026-05-28T04:46:56.463Z Downloaded addr2line v0.25.1
1592026-05-28T04:46:56.463Z Downloaded curve25519-dalek-derive v0.1.1
1602026-05-28T04:46:56.466Z Downloaded aho-corasick v1.1.4
1612026-05-28T04:46:56.469Z Downloaded derive-where v1.6.0
1622026-05-28T04:46:56.471Z Downloaded bit-vec v0.6.3
1632026-05-28T04:46:56.475Z Downloaded crypto-common v0.1.7
1642026-05-28T04:46:56.477Z Downloaded crucible-workspace-hack v0.1.0
1652026-05-28T04:46:56.477Z Downloaded byte-wrapper v0.1.0
1662026-05-28T04:46:56.480Z Downloaded darling v0.13.4
1672026-05-28T04:46:56.480Z Downloaded bytes v1.11.1
1682026-05-28T04:46:56.483Z Downloaded derive_builder_core v0.20.2
1692026-05-28T04:46:56.486Z Downloaded der_derive v0.7.3
1702026-05-28T04:46:56.486Z Downloaded csv-core v0.1.13
1712026-05-28T04:46:56.486Z Downloaded backon v1.6.0
1722026-05-28T04:46:56.488Z Downloaded bitvec v1.0.1
1732026-05-28T04:46:56.495Z Downloaded dunce v1.0.5
1742026-05-28T04:46:56.498Z Downloaded des v0.8.1
1752026-05-28T04:46:56.498Z Downloaded crc32fast v1.5.0
1762026-05-28T04:46:56.501Z Downloaded camino-tempfile-ext v0.3.3
1772026-05-28T04:46:56.501Z Downloaded crc v3.4.0
1782026-05-28T04:46:56.501Z Downloaded block-buffer v0.10.4
1792026-05-28T04:46:56.501Z Downloaded approx v0.5.1
1802026-05-28T04:46:56.504Z Downloaded darling_core v0.20.11
1812026-05-28T04:46:56.507Z Downloaded clap_builder v4.6.0
1822026-05-28T04:46:56.510Z Downloaded cancel-safe-futures v0.1.5
1832026-05-28T04:46:56.514Z Downloaded byteorder v1.5.0
1842026-05-28T04:46:56.514Z Downloaded anstream v1.0.0
1852026-05-28T04:46:56.518Z Downloaded darling_macro v0.20.11
1862026-05-28T04:46:56.518Z Downloaded cargo-platform v0.2.0
1872026-05-28T04:46:56.518Z Downloaded atomicwrites v0.4.4
1882026-05-28T04:46:56.518Z Downloaded darling_macro v0.21.3
1892026-05-28T04:46:56.518Z Downloaded bit-set v0.5.3
1902026-05-28T04:46:56.518Z Downloaded bytecount v0.6.9
1912026-05-28T04:46:56.521Z Downloaded cast v0.3.0
1922026-05-28T04:46:56.521Z Downloaded chacha20poly1305 v0.10.1
1932026-05-28T04:46:56.521Z Downloaded ascii-canvas v3.0.0
1942026-05-28T04:46:56.521Z Downloaded camino-tempfile v1.4.1
1952026-05-28T04:46:56.524Z Downloaded cpufeatures v0.3.0
1962026-05-28T04:46:56.524Z Downloaded bit-set v0.8.0
1972026-05-28T04:46:56.527Z Downloaded autocfg v1.5.0
1982026-05-28T04:46:56.527Z Downloaded atomic-waker v1.1.2
1992026-05-28T04:46:56.527Z Downloaded defmt v0.3.100
2002026-05-28T04:46:56.530Z Downloaded crc-catalog v2.4.0
2012026-05-28T04:46:56.531Z Downloaded dirs-sys-next v0.1.2
2022026-05-28T04:46:56.531Z Downloaded convert_case v0.4.0
2032026-05-28T04:46:56.533Z Downloaded cfg_aliases v0.1.1
2042026-05-28T04:46:56.533Z Downloaded arrayref v0.3.9
2052026-05-28T04:46:56.533Z Downloaded assert_matches v1.5.0
2062026-05-28T04:46:56.533Z Downloaded backtrace-ext v0.2.1
2072026-05-28T04:46:56.537Z Downloaded digest v0.10.7
2082026-05-28T04:46:56.539Z Downloaded anstyle-parse v1.0.0
2092026-05-28T04:46:56.539Z Downloaded critical-section v1.2.0
2102026-05-28T04:46:56.542Z Downloaded daft v0.1.7
2112026-05-28T04:46:56.542Z Downloaded cfg-if v1.0.4
2122026-05-28T04:46:56.542Z Downloaded async-stream-impl v0.3.6
2132026-05-28T04:46:56.545Z Downloaded async-object-pool v0.2.0
2142026-05-28T04:46:56.546Z Downloaded ciborium-ll v0.2.2
2152026-05-28T04:46:56.549Z Downloaded cassowary v0.3.0
2162026-05-28T04:46:56.549Z Downloaded bitfield v0.19.4
2172026-05-28T04:46:56.552Z Downloaded camino v1.2.2
2182026-05-28T04:46:56.554Z Downloaded compression-core v0.4.31
2192026-05-28T04:46:56.554Z Downloaded display-error-chain v0.2.2
2202026-05-28T04:46:56.557Z Downloaded darling_macro v0.23.0
2212026-05-28T04:46:56.557Z Downloaded bitfield-macros v0.19.4
2222026-05-28T04:46:56.557Z Downloaded cfg_aliases v0.2.1
2232026-05-28T04:46:56.557Z Downloaded async-stream v0.3.6
2242026-05-28T04:46:56.560Z Downloaded cstr-argument v0.1.2
2252026-05-28T04:46:56.560Z Downloaded colorchoice v1.0.4
2262026-05-28T04:46:56.563Z Downloaded crc8 v0.1.1
2272026-05-28T04:46:56.563Z Downloaded chacha20 v0.9.1
2282026-05-28T04:46:56.566Z Downloaded cc v1.2.56
2292026-05-28T04:46:56.568Z Downloaded anes v0.1.6
2302026-05-28T04:46:56.568Z Downloaded bzip2 v0.4.4
2312026-05-28T04:46:56.571Z Downloaded deranged v0.5.8
2322026-05-28T04:46:56.571Z Downloaded adler2 v2.0.1
2332026-05-28T04:46:56.571Z Downloaded crossbeam-channel v0.5.15
2342026-05-28T04:46:56.574Z Downloaded document-features v0.2.12
2352026-05-28T04:46:56.576Z Downloaded castaway v0.2.4
2362026-05-28T04:46:56.576Z Downloaded base16ct v0.2.0
2372026-05-28T04:46:56.576Z Downloaded dropshot-api-manager-types v0.7.2
2382026-05-28T04:46:56.579Z Downloaded atty v0.2.14
2392026-05-28T04:46:56.580Z Downloaded assert-json-diff v2.0.2
2402026-05-28T04:46:56.580Z Downloaded crunchy v0.2.4
2412026-05-28T04:46:56.584Z Downloaded dof v0.4.0
2422026-05-28T04:46:56.588Z Downloaded defmt-parser v1.0.0
2432026-05-28T04:46:56.590Z Downloaded bit-vec v0.8.0
2442026-05-28T04:46:56.593Z Downloaded embedded-io v0.4.0
2452026-05-28T04:46:56.593Z Downloaded base64 v0.22.1
2462026-05-28T04:46:56.596Z Downloaded diesel_table_macro_syntax v0.3.0
2472026-05-28T04:46:56.596Z Downloaded debug-ignore v1.0.5
2482026-05-28T04:46:56.598Z Downloaded dyn-clone v1.0.20
2492026-05-28T04:46:56.598Z Downloaded dof v0.3.0
2502026-05-28T04:46:56.598Z Downloaded array-init v0.0.4
2512026-05-28T04:46:56.601Z Downloaded downcast-rs v2.0.2
2522026-05-28T04:46:56.601Z Downloaded cobs v0.3.0
2532026-05-28T04:46:56.604Z Downloaded bb8 v0.8.6
2542026-05-28T04:46:56.604Z Downloaded cpufeatures v0.2.17
2552026-05-28T04:46:56.607Z Downloaded cipher v0.4.4
2562026-05-28T04:46:56.607Z Downloaded criterion-plot v0.6.0
2572026-05-28T04:46:56.609Z Downloaded bcrypt-pbkdf v0.10.0
2582026-05-28T04:46:56.609Z Downloaded async-recursion v1.1.1
2592026-05-28T04:46:56.612Z Downloaded diesel-dtrace v0.5.0
2602026-05-28T04:46:56.612Z Downloaded aead v0.5.2
2612026-05-28T04:46:56.615Z Downloaded derive_builder_macro v0.20.2
2622026-05-28T04:46:56.615Z Downloaded constant_time_eq v0.3.1
2632026-05-28T04:46:56.618Z Downloaded dirs-next v2.0.0
2642026-05-28T04:46:56.621Z Downloaded enum-as-inner v0.6.1
2652026-05-28T04:46:56.621Z Downloaded compression-codecs v0.4.37
2662026-05-28T04:46:56.624Z Downloaded cargo_metadata v0.21.0
2672026-05-28T04:46:56.624Z Downloaded bcs v0.1.6
2682026-05-28T04:46:56.628Z Downloaded defmt v1.0.1
2692026-05-28T04:46:56.630Z Downloaded env_filter v1.0.0
2702026-05-28T04:46:56.630Z Downloaded darling v0.23.0
2712026-05-28T04:46:56.633Z Downloaded embedded-io v0.6.1
2722026-05-28T04:46:56.633Z Downloaded dtrace-parser v0.3.0
2732026-05-28T04:46:56.636Z Downloaded cargo-util-schemas v0.8.2
2742026-05-28T04:46:56.636Z Downloaded cbc v0.1.2
2752026-05-28T04:46:56.638Z Downloaded base64ct v1.8.3
2762026-05-28T04:46:56.638Z Downloaded dtrace-parser v0.2.0
2772026-05-28T04:46:56.641Z Downloaded crossbeam-utils v0.8.21
2782026-05-28T04:46:56.641Z Downloaded backtrace v0.3.76
2792026-05-28T04:46:56.644Z Downloaded errno v0.3.14
2802026-05-28T04:46:56.646Z Downloaded foreign-types v0.3.2
2812026-05-28T04:46:56.647Z Downloaded escape8259 v0.5.3
2822026-05-28T04:46:56.647Z Downloaded endian-type v0.1.2
2832026-05-28T04:46:56.647Z Downloaded async-bb8-diesel v0.2.1
2842026-05-28T04:46:56.650Z Downloaded float-cmp v0.10.0
2852026-05-28T04:46:56.650Z Downloaded fixedbitset v0.4.2
2862026-05-28T04:46:56.650Z Downloaded defmt-macros v1.0.1
2872026-05-28T04:46:56.653Z Downloaded convert_case v0.10.0
2882026-05-28T04:46:56.653Z Downloaded ctr v0.9.2
2892026-05-28T04:46:56.656Z Downloaded foreign-types-shared v0.3.1
2902026-05-28T04:46:56.656Z Downloaded foreign-types-shared v0.1.1
2912026-05-28T04:46:56.656Z Downloaded dsl_auto_type v0.2.0
2922026-05-28T04:46:56.659Z Downloaded bitfield-struct v0.6.2
2932026-05-28T04:46:56.659Z Downloaded data-encoding v2.10.0
2942026-05-28T04:46:56.659Z Downloaded bitflags v1.3.2
2952026-05-28T04:46:56.661Z Downloaded constant_time_eq v0.4.2
2962026-05-28T04:46:56.661Z Downloaded anstyle-query v1.1.5
2972026-05-28T04:46:56.664Z Downloaded ecdsa v0.16.9
2982026-05-28T04:46:56.664Z Downloaded cexpr v0.6.0
2992026-05-28T04:46:56.667Z Downloaded ahash v0.8.12
3002026-05-28T04:46:56.667Z Downloaded funty v2.0.0
3012026-05-28T04:46:56.667Z Downloaded foreign-types v0.5.0
3022026-05-28T04:46:56.670Z Downloaded diff v0.1.13
3032026-05-28T04:46:56.670Z Downloaded filetime v0.2.27
3042026-05-28T04:46:56.672Z Downloaded ena v0.14.4
3052026-05-28T04:46:56.672Z Downloaded cmake v0.1.57
3062026-05-28T04:46:56.672Z Downloaded either v1.15.0
3072026-05-28T04:46:56.675Z Downloaded futures-io v0.3.32
3082026-05-28T04:46:56.675Z Downloaded form_urlencoded v1.2.2
3092026-05-28T04:46:56.675Z Downloaded gethostname v0.5.0
3102026-05-28T04:46:56.678Z Downloaded generic-array v0.14.7
3112026-05-28T04:46:56.678Z Downloaded futures-macro v0.3.32
3122026-05-28T04:46:56.678Z Downloaded foreign-types-macros v0.2.3
3132026-05-28T04:46:56.678Z Downloaded derive_builder v0.20.2
3142026-05-28T04:46:56.683Z Downloaded crossbeam-deque v0.8.6
3152026-05-28T04:46:56.685Z Downloaded flagset v0.4.7
3162026-05-28T04:46:56.685Z Downloaded fxhash v0.2.1
3172026-05-28T04:46:56.685Z Downloaded futures-task v0.3.32
3182026-05-28T04:46:56.685Z Downloaded ff v0.13.1
3192026-05-28T04:46:56.688Z Downloaded erased-serde v0.4.9
3202026-05-28T04:46:56.688Z Downloaded console v0.15.11
3212026-05-28T04:46:56.691Z Downloaded clap_derive v4.6.1
3222026-05-28T04:46:56.691Z Downloaded ed25519 v2.2.3
3232026-05-28T04:46:56.694Z Downloaded ghash v0.5.1
3242026-05-28T04:46:56.694Z Downloaded derive-ex v0.1.8
3252026-05-28T04:46:56.694Z Downloaded darling_core v0.13.4
3262026-05-28T04:46:56.696Z Downloaded guppy-workspace-hack v0.1.0
3272026-05-28T04:46:56.700Z Downloaded git-stub v1.0.0
3282026-05-28T04:46:56.700Z Downloaded arc-swap v1.8.2
3292026-05-28T04:46:56.702Z Downloaded find-msvc-tools v0.1.9
3302026-05-28T04:46:56.703Z Downloaded erased-serde v0.3.31
3312026-05-28T04:46:56.706Z Downloaded foldhash v0.2.0
3322026-05-28T04:46:56.706Z Downloaded fallible-iterator v0.2.0
3332026-05-28T04:46:56.706Z Downloaded darling_core v0.23.0
3342026-05-28T04:46:56.709Z Downloaded hash32 v0.3.1
3352026-05-28T04:46:56.709Z Downloaded globwalk v0.9.1
3362026-05-28T04:46:56.712Z Downloaded hash32 v0.2.1
3372026-05-28T04:46:56.712Z Downloaded anstyle v1.0.14
3382026-05-28T04:46:56.712Z Downloaded ciborium v0.2.2
3392026-05-28T04:46:56.714Z Downloaded heck v0.4.1
3402026-05-28T04:46:56.715Z Downloaded argon2 v0.5.3
3412026-05-28T04:46:56.717Z Downloaded fixedbitset v0.5.7
3422026-05-28T04:46:56.717Z Downloaded displaydoc v0.2.5
3432026-05-28T04:46:56.720Z Downloaded fd-lock v4.0.4
3442026-05-28T04:46:56.720Z Downloaded chacha20 v0.10.0
3452026-05-28T04:46:56.723Z Downloaded hex v0.4.3
3462026-05-28T04:46:56.723Z Downloaded headers-core v0.3.0
3472026-05-28T04:46:56.725Z Downloaded cookie_store v0.22.1
3482026-05-28T04:46:56.725Z Downloaded crossbeam-epoch v0.9.18
3492026-05-28T04:46:56.728Z Downloaded hostname v0.3.1
3502026-05-28T04:46:56.728Z Downloaded const_format_proc_macros v0.2.34
3512026-05-28T04:46:56.731Z Downloaded heck v0.5.0
3522026-05-28T04:46:56.731Z Downloaded foldhash v0.1.5
3532026-05-28T04:46:56.731Z Downloaded fs-err v3.3.0
3542026-05-28T04:46:56.735Z Downloaded hex-literal v0.4.1
3552026-05-28T04:46:56.735Z Downloaded group v0.13.0
3562026-05-28T04:46:56.738Z Downloaded bzip2 v0.6.1
3572026-05-28T04:46:56.738Z Downloaded futures-timer v3.0.3
3582026-05-28T04:46:56.738Z Downloaded allocator-api2 v0.2.21
3592026-05-28T04:46:56.740Z Downloaded const-oid v0.9.6
3602026-05-28T04:46:56.740Z Downloaded async-lock v3.4.2
3612026-05-28T04:46:56.743Z Downloaded ident_case v1.0.1
3622026-05-28T04:46:56.743Z Downloaded hubpack_derive v0.1.1
3632026-05-28T04:46:56.743Z Downloaded hubpack v0.1.2
3642026-05-28T04:46:56.743Z Downloaded cookie v0.18.1
3652026-05-28T04:46:56.746Z Downloaded futures-sink v0.3.32
3662026-05-28T04:46:56.747Z Downloaded futures-core v0.3.32
3672026-05-28T04:46:56.750Z Downloaded fnv v1.0.7
3682026-05-28T04:46:56.750Z Downloaded env_logger v0.11.9
3692026-05-28T04:46:56.750Z Downloaded git-stub-vcs v0.1.0
3702026-05-28T04:46:56.750Z Downloaded hostname v0.4.2
3712026-05-28T04:46:56.753Z Downloaded concurrent-queue v2.5.0
3722026-05-28T04:46:56.753Z Downloaded console v0.16.2
3732026-05-28T04:46:56.755Z Downloaded http-body v1.0.1
3742026-05-28T04:46:56.755Z Downloaded home v0.5.12
3752026-05-28T04:46:56.755Z Downloaded idna_adapter v1.2.1
3762026-05-28T04:46:56.760Z Downloaded blowfish v0.9.1
3772026-05-28T04:46:56.760Z Downloaded anyhow v1.0.102
3782026-05-28T04:46:56.762Z Downloaded indoc v1.0.9
3792026-05-28T04:46:56.762Z Downloaded colored v2.2.0
3802026-05-28T04:46:56.762Z Downloaded darling v0.20.11
3812026-05-28T04:46:56.766Z Downloaded float-ord v0.3.2
3822026-05-28T04:46:56.768Z Downloaded daft-derive v0.1.7
3832026-05-28T04:46:56.771Z Downloaded elliptic-curve v0.13.8
3842026-05-28T04:46:56.771Z Downloaded drift v0.2.0
3852026-05-28T04:46:56.777Z Downloaded httpdate v1.0.3
3862026-05-28T04:46:56.779Z Downloaded highway v1.3.0
3872026-05-28T04:46:56.779Z Downloaded futures-executor v0.3.32
3882026-05-28T04:46:56.782Z Downloaded glob v0.3.3
3892026-05-28T04:46:56.782Z Downloaded fs-err v2.11.0
3902026-05-28T04:46:56.782Z Downloaded illumos-nvpair-sys v0.2.0
3912026-05-28T04:46:56.785Z Downloaded colored v3.1.1
3922026-05-28T04:46:56.785Z Downloaded is-terminal v0.4.17
3932026-05-28T04:46:56.785Z Downloaded http-range v0.1.5
3942026-05-28T04:46:56.788Z Downloaded instability v0.3.11
3952026-05-28T04:46:56.788Z Downloaded indent_write v2.2.0
3962026-05-28T04:46:56.788Z Downloaded fs_extra v1.3.0
3972026-05-28T04:46:56.791Z Downloaded corncobs v0.1.4
3982026-05-28T04:46:56.791Z Downloaded instant v0.1.13
3992026-05-28T04:46:56.794Z Downloaded is_ci v1.2.0
4002026-05-28T04:46:56.794Z Downloaded derive_more v0.99.20
4012026-05-28T04:46:56.796Z Downloaded keccak v0.1.6
4022026-05-28T04:46:56.796Z Downloaded darling v0.21.3
4032026-05-28T04:46:56.800Z Downloaded crc-any v2.5.0
4042026-05-28T04:46:56.803Z Downloaded clap v4.6.1
4052026-05-28T04:46:56.805Z Downloaded lazy_static v1.5.0
4062026-05-28T04:46:56.808Z Downloaded internet-checksum v0.2.1
4072026-05-28T04:46:56.808Z Downloaded globset v0.4.18
4082026-05-28T04:46:56.808Z Downloaded event-listener v5.4.1
4092026-05-28T04:46:56.812Z Downloaded inout v0.1.4
4102026-05-28T04:46:56.812Z Downloaded illumos-nvpair v0.3.0
4112026-05-28T04:46:56.812Z Downloaded clap_lex v1.0.0
4122026-05-28T04:46:56.815Z Downloaded itoa v1.0.17
4132026-05-28T04:46:56.815Z Downloaded is_terminal_polyfill v1.70.2
4142026-05-28T04:46:56.815Z Downloaded lalrpop-util v0.19.12
4152026-05-28T04:46:56.815Z Downloaded dropshot_endpoint v0.17.0
4162026-05-28T04:46:56.818Z Downloaded fastrand v2.3.0
4172026-05-28T04:46:56.818Z Downloaded event-listener-strategy v0.5.4
4182026-05-28T04:46:56.820Z Downloaded const_format v0.2.35
4192026-05-28T04:46:56.823Z Downloaded libscf-sys v1.1.0
4202026-05-28T04:46:56.823Z Downloaded darling_core v0.21.3
4212026-05-28T04:46:56.826Z Downloaded linked-hash-map v0.5.6
4222026-05-28T04:46:56.826Z Downloaded equivalent v1.0.2
4232026-05-28T04:46:56.829Z Downloaded blake2 v0.10.6
4242026-05-28T04:46:56.829Z Downloaded buf-list v1.1.2
4252026-05-28T04:46:56.832Z Downloaded backoff v0.4.0
4262026-05-28T04:46:56.832Z Downloaded clang-sys v1.8.1
4272026-05-28T04:46:56.835Z Downloaded kstat-rs v0.2.4
4282026-05-28T04:46:56.835Z Downloaded bitflags v2.11.0
4292026-05-28T04:46:56.837Z Downloaded chumsky v0.9.3
4302026-05-28T04:46:56.840Z Downloaded lru v0.12.5
4312026-05-28T04:46:56.843Z Downloaded linkme-impl v0.3.35
4322026-05-28T04:46:56.845Z Downloaded http-body-util v0.1.3
4332026-05-28T04:46:56.845Z Downloaded lzss v0.8.2
4342026-05-28T04:46:56.848Z Downloaded indoc v2.0.7
4352026-05-28T04:46:56.848Z Downloaded humantime v2.3.0
4362026-05-28T04:46:56.851Z Downloaded futures-channel v0.3.32
4372026-05-28T04:46:56.851Z Downloaded futures v0.3.32
4382026-05-28T04:46:56.853Z Downloaded md5 v0.7.0
4392026-05-28T04:46:56.856Z Downloaded maybe-uninit v2.0.0
4402026-05-28T04:46:56.856Z Downloaded lru-slab v0.1.2
4412026-05-28T04:46:56.856Z Downloaded md-5 v0.10.6
4422026-05-28T04:46:56.856Z Downloaded managed v0.8.0
4432026-05-28T04:46:56.859Z Downloaded mime v0.3.17
4442026-05-28T04:46:56.859Z Downloaded getrandom v0.2.17
4452026-05-28T04:46:56.862Z Downloaded miette-derive v5.10.0
4462026-05-28T04:46:56.862Z Downloaded memmap v0.7.0
4472026-05-28T04:46:56.864Z Downloaded datatest-stable v0.3.3
4482026-05-28T04:46:56.867Z Downloaded hyper-staticfile v0.10.1
4492026-05-28T04:46:56.870Z Downloaded hyper-tls v0.6.0
4502026-05-28T04:46:56.870Z Downloaded match_cfg v0.1.0
4512026-05-28T04:46:56.870Z Downloaded maplit v1.0.2
4522026-05-28T04:46:56.873Z Downloaded macaddr v1.0.1
4532026-05-28T04:46:56.873Z Downloaded lru-cache v0.1.2
4542026-05-28T04:46:56.873Z Downloaded httparse v1.10.1
4552026-05-28T04:46:56.876Z Downloaded memoffset v0.9.1
4562026-05-28T04:46:56.876Z Downloaded ipnet v2.11.0
4572026-05-28T04:46:56.876Z Downloaded ingot v0.1.1
4582026-05-28T04:46:56.879Z Downloaded compact_str v0.8.1
4592026-05-28T04:46:56.881Z Downloaded libsw v3.5.0
4602026-05-28T04:46:56.881Z Downloaded libloading v0.8.9
4612026-05-28T04:46:56.884Z Downloaded jobserver v0.1.34
4622026-05-28T04:46:56.884Z Downloaded ipnetwork v0.21.1
4632026-05-28T04:46:56.884Z Downloaded ingot-types v0.1.2
4642026-05-28T04:46:56.887Z Downloaded hmac v0.12.1
4652026-05-28T04:46:56.888Z Downloaded impl-trait-for-tuples v0.2.3
4662026-05-28T04:46:56.892Z Downloaded nibble_vec v0.1.0
4672026-05-28T04:46:56.895Z Downloaded normalize-line-endings v0.3.0
4682026-05-28T04:46:56.895Z Downloaded newtype-uuid-macros v0.1.0
4692026-05-28T04:46:56.897Z Downloaded hickory-client v0.25.2
4702026-05-28T04:46:56.897Z Downloaded newtype_derive v0.1.6
4712026-05-28T04:46:56.897Z Downloaded newline-converter v0.3.0
4722026-05-28T04:46:56.900Z Downloaded new_debug_unreachable v1.0.6
4732026-05-28T04:46:56.900Z Downloaded nested v0.1.1
4742026-05-28T04:46:56.903Z Downloaded derive_more v2.1.1
4752026-05-28T04:46:56.907Z Downloaded knuffel-derive v3.2.0
4762026-05-28T04:46:56.910Z Downloaded flume v0.11.1
4772026-05-28T04:46:56.912Z Downloaded linkme v0.3.35
4782026-05-28T04:46:56.913Z Downloaded num-iter v0.1.45
4792026-05-28T04:46:56.915Z Downloaded num-derive v0.3.3
4802026-05-28T04:46:56.915Z Downloaded linear-map v1.2.0
4812026-05-28T04:46:56.915Z Downloaded num-conv v0.2.0
4822026-05-28T04:46:56.918Z Downloaded num v0.4.3
4832026-05-28T04:46:56.918Z Downloaded getrandom v0.3.4
4842026-05-28T04:46:56.921Z Downloaded nodrop v0.1.14
4852026-05-28T04:46:56.921Z Downloaded iana-time-zone v0.1.65
4862026-05-28T04:46:56.923Z Downloaded hyper-rustls v0.27.7
4872026-05-28T04:46:56.923Z Downloaded lock_api v0.4.14
4882026-05-28T04:46:56.926Z Downloaded ar_archive_writer v0.5.1
4892026-05-28T04:46:56.926Z Downloaded httptest v0.16.4
4902026-05-28T04:46:56.929Z Downloaded libtest-mimic v0.8.1
4912026-05-28T04:46:56.929Z Downloaded num_enum_derive v0.5.11
4922026-05-28T04:46:56.932Z Downloaded libsw-core v0.3.2
4932026-05-28T04:46:56.935Z Downloaded num_threads v0.1.7
4942026-05-28T04:46:56.938Z Downloaded bumpalo v3.20.2
4952026-05-28T04:46:56.940Z Downloaded opaque-debug v0.3.1
4962026-05-28T04:46:56.940Z Downloaded olpc-cjson v0.1.4
4972026-05-28T04:46:56.940Z Downloaded fatfs v0.3.6
4982026-05-28T04:46:56.943Z Downloaded getrandom v0.4.1
4992026-05-28T04:46:56.946Z Downloaded openssl-probe v0.1.6
5002026-05-28T04:46:56.946Z Downloaded der v0.7.10
5012026-05-28T04:46:56.948Z Downloaded multimap v0.10.1
5022026-05-28T04:46:56.948Z Downloaded aes v0.8.4
5032026-05-28T04:46:56.951Z Downloaded openssl-probe v0.2.1
5042026-05-28T04:46:56.951Z Downloaded openssl-macros v0.1.1
5052026-05-28T04:46:56.954Z Downloaded native-tls v0.2.18
5062026-05-28T04:46:56.954Z Downloaded fancy-regex v0.14.0
5072026-05-28T04:46:56.957Z Downloaded half v2.7.1
5082026-05-28T04:46:56.959Z Downloaded half v1.8.3
5092026-05-28T04:46:56.959Z Downloaded newtype-uuid v1.3.2
5102026-05-28T04:46:56.962Z Downloaded nanorand v0.7.0
5112026-05-28T04:46:56.965Z Downloaded ingot-macros v0.1.1
5122026-05-28T04:46:56.965Z Downloaded libefi-sys v0.1.0
5132026-05-28T04:46:56.968Z Downloaded oso-derive v0.27.3
5142026-05-28T04:46:56.968Z Downloaded ordered-float v2.10.1
5152026-05-28T04:46:56.968Z Downloaded icu_provider v2.1.1
5162026-05-28T04:46:56.972Z Downloaded headers v0.4.1
5172026-05-28T04:46:56.977Z Downloaded crypto-bigint v0.5.5
5182026-05-28T04:46:56.981Z Downloaded num_enum v0.7.6
5192026-05-28T04:46:56.984Z Downloaded num-integer v0.1.46
5202026-05-28T04:46:56.987Z Downloaded num-derive v0.4.2
5212026-05-28T04:46:56.987Z Downloaded num-complex v0.4.6
5222026-05-28T04:46:56.990Z Downloaded litemap v0.8.1
5232026-05-28T04:46:56.990Z Downloaded parse-size v1.1.0
5242026-05-28T04:46:56.992Z Downloaded parse-display v0.10.0
5252026-05-28T04:46:56.992Z Downloaded litrs v1.0.0
5262026-05-28T04:46:56.995Z Downloaded mime_guess v2.0.5
5272026-05-28T04:46:56.995Z Downloaded nonempty v0.12.0
5282026-05-28T04:46:56.998Z Downloaded nu-ansi-term v0.50.3
5292026-05-28T04:46:57.001Z Downloaded pbkdf2 v0.11.0
5302026-05-28T04:46:57.004Z Downloaded pathdiff v0.2.3
5312026-05-28T04:46:57.004Z Downloaded parking v2.2.1
5322026-05-28T04:46:57.004Z Downloaded packed_struct_codegen v0.10.1
5332026-05-28T04:46:57.007Z Downloaded num_enum_derive v0.7.6
5342026-05-28T04:46:57.007Z Downloaded pbkdf2 v0.12.2
5352026-05-28T04:46:57.009Z Downloaded multer v3.1.0
5362026-05-28T04:46:57.009Z Downloaded flate2 v1.1.9
5372026-05-28T04:46:57.012Z Downloaded path-slash v0.1.5
5382026-05-28T04:46:57.012Z Downloaded num_enum v0.5.11
5392026-05-28T04:46:57.015Z Downloaded phf_shared v0.12.1
5402026-05-28T04:46:57.017Z Downloaded peg-runtime v0.8.5
5412026-05-28T04:46:57.017Z Downloaded oorandom v11.1.5
5422026-05-28T04:46:57.018Z Downloaded indexmap v1.9.3
5432026-05-28T04:46:57.020Z Downloaded num-rational v0.4.2
5442026-05-28T04:46:57.023Z Downloaded memmap2 v0.9.10
5452026-05-28T04:46:57.023Z Downloaded aes-gcm v0.10.3
5462026-05-28T04:46:57.027Z Downloaded base64 v0.21.7
5472026-05-28T04:46:57.033Z Downloaded oxide-tokio-rt v0.1.4
5482026-05-28T04:46:57.036Z Downloaded plain v0.2.3
5492026-05-28T04:46:57.036Z Downloaded pin-utils v0.1.0
5502026-05-28T04:46:57.039Z Downloaded heapless v0.7.17
5512026-05-28T04:46:57.041Z Downloaded heapless v0.8.0
5522026-05-28T04:46:57.044Z Downloaded oxnet v0.1.5
5532026-05-28T04:46:57.046Z Downloaded owo-colors v3.5.0
5542026-05-28T04:46:57.046Z Downloaded phf_shared v0.11.3
5552026-05-28T04:46:57.049Z Downloaded ignore v0.4.25
5562026-05-28T04:46:57.049Z Downloaded plotters-backend v0.3.7
5572026-05-28T04:46:57.052Z Downloaded phf_shared v0.13.1
5582026-05-28T04:46:57.055Z Downloaded potential_utf v0.1.4
5592026-05-28T04:46:57.060Z Downloaded predicates-tree v1.0.13
5602026-05-28T04:46:57.063Z Downloaded hickory-resolver v0.25.2
5612026-05-28T04:46:57.067Z Downloaded parking_lot_core v0.8.6
5622026-05-28T04:46:57.067Z Downloaded log v0.4.29
5632026-05-28T04:46:57.070Z Downloaded libbz2-rs-sys v0.2.2
5642026-05-28T04:46:57.073Z Downloaded proc-macro-error-attr2 v2.0.0
5652026-05-28T04:46:57.073Z Downloaded proc-macro-error-attr v1.0.4
5662026-05-28T04:46:57.073Z Downloaded proc-macro-crate v1.3.1
5672026-05-28T04:46:57.075Z Downloaded password-hash v0.5.0
5682026-05-28T04:46:57.075Z Downloaded pem-rfc7468 v0.7.0
5692026-05-28T04:46:57.075Z Downloaded peg-macros v0.8.5
5702026-05-28T04:46:57.097Z Downloaded powerfmt v0.2.0
5712026-05-28T04:46:57.098Z Downloaded path-tree v0.8.3
5722026-05-28T04:46:57.101Z Downloaded indicatif v0.18.4
5732026-05-28T04:46:57.101Z Downloaded predicates-core v1.0.10
5742026-05-28T04:46:57.101Z Downloaded paste v1.0.15
5752026-05-28T04:46:57.101Z Downloaded phf v0.12.1
5762026-05-28T04:46:57.101Z Downloaded derive_more-impl v2.1.1
5772026-05-28T04:46:57.101Z Downloaded password-hash v0.4.2
5782026-05-28T04:46:57.102Z Downloaded expectorate v1.2.0
5792026-05-28T04:46:57.102Z Downloaded blake3 v1.8.3
5802026-05-28T04:46:57.102Z Downloaded pretty-hex v0.4.1
5812026-05-28T04:46:57.102Z Downloaded precomputed-hash v0.1.1
5822026-05-28T04:46:57.102Z Downloaded partial-io v0.5.4
5832026-05-28T04:46:57.102Z Downloaded proc-macro-crate v3.4.0
5842026-05-28T04:46:57.102Z Downloaded once_cell v1.21.3
5852026-05-28T04:46:57.104Z Downloaded icu_properties v2.1.2
5862026-05-28T04:46:57.104Z Downloaded icu_normalizer v2.1.1
5872026-05-28T04:46:57.107Z Downloaded ed25519-dalek v2.2.0
5882026-05-28T04:46:57.110Z Downloaded progenitor-client v0.11.2
5892026-05-28T04:46:57.110Z Downloaded progenitor-macro v0.11.2
5902026-05-28T04:46:57.112Z Downloaded poly1305 v0.8.0
5912026-05-28T04:46:57.112Z Downloaded progenitor-client v0.14.0
5922026-05-28T04:46:57.115Z Downloaded hashbrown v0.13.2
5932026-05-28T04:46:57.118Z Downloaded progenitor-macro v0.14.0
5942026-05-28T04:46:57.121Z Downloaded phf v0.13.1
5952026-05-28T04:46:57.128Z Downloaded postgres-protocol v0.6.10
5962026-05-28T04:46:57.130Z Downloaded owo-colors v4.3.0
5972026-05-28T04:46:57.130Z Downloaded parking_lot_core v0.9.12
5982026-05-28T04:46:57.133Z Downloaded pin-project-internal v1.1.11
5992026-05-28T04:46:57.133Z Downloaded plotters-svg v0.3.7
6002026-05-28T04:46:57.136Z Downloaded pkg-config v0.3.32
6012026-05-28T04:46:57.136Z Downloaded predicates v3.1.4
6022026-05-28T04:46:57.139Z Downloaded pin-project-lite v0.2.17
6032026-05-28T04:46:57.141Z Downloaded pem v3.0.6
6042026-05-28T04:46:57.141Z Downloaded packed_struct v0.10.1
6052026-05-28T04:46:57.144Z Downloaded psl-types v2.0.11
6062026-05-28T04:46:57.144Z Downloaded progenitor-macro v0.13.0
6072026-05-28T04:46:57.144Z Downloaded parking_lot v0.12.5
6082026-05-28T04:46:57.147Z Downloaded radium v0.7.0
6092026-05-28T04:46:57.147Z Downloaded hickory-resolver v0.24.4
6102026-05-28T04:46:57.149Z Downloaded rand_chacha v0.3.1
6112026-05-28T04:46:57.152Z Downloaded polyval v0.6.2
6122026-05-28T04:46:57.155Z Downloaded icu_locale_core v2.1.1
6132026-05-28T04:46:57.157Z Downloaded quick-error v1.2.3
6142026-05-28T04:46:57.160Z Downloaded progenitor v0.11.2
6152026-05-28T04:46:57.160Z Downloaded proc-macro-error2 v2.0.1
6162026-05-28T04:46:57.163Z Downloaded rand_xorshift v0.4.0
6172026-05-28T04:46:57.163Z Downloaded knuffel v3.2.0
6182026-05-28T04:46:57.165Z Downloaded progenitor-client v0.13.0
6192026-05-28T04:46:57.166Z Downloaded primeorder v0.13.6
6202026-05-28T04:46:57.166Z Downloaded ppv-lite86 v0.2.21
6212026-05-28T04:46:57.169Z Downloaded peg v0.8.5
6222026-05-28T04:46:57.172Z Downloaded parse-display-derive v0.10.0
6232026-05-28T04:46:57.172Z Downloaded icu_collections v2.1.1
6242026-05-28T04:46:57.175Z Downloaded proc-macro-error v1.0.4
6252026-05-28T04:46:57.178Z Downloaded progenitor v0.14.0
6262026-05-28T04:46:57.179Z Downloaded recursive-proc-macro-impl v0.1.1
6272026-05-28T04:46:57.181Z Downloaded pkcs5 v0.7.1
6282026-05-28T04:46:57.181Z Downloaded recursive v0.1.1
6292026-05-28T04:46:57.181Z Downloaded postcard v1.1.3
6302026-05-28T04:46:57.184Z Downloaded indexmap v2.14.0
6312026-05-28T04:46:57.187Z Downloaded pkcs8 v0.10.2
6322026-05-28T04:46:57.191Z Downloaded papergrid v0.17.0
6332026-05-28T04:46:57.193Z Downloaded rfc6979 v0.4.0
6342026-05-28T04:46:57.193Z Downloaded pest_derive v2.8.6
6352026-05-28T04:46:57.193Z Downloaded ref-cast-impl v1.0.25
6362026-05-28T04:46:57.196Z Downloaded omicron-zone-package v0.12.2
6372026-05-28T04:46:57.196Z Downloaded progenitor v0.13.0
6382026-05-28T04:46:57.199Z Downloaded ref-cast v1.0.25
6392026-05-28T04:46:57.199Z Downloaded hashbrown v0.12.3
6402026-05-28T04:46:57.201Z Downloaded hickory-server v0.25.2
6412026-05-28T04:46:57.204Z Downloaded percent-encoding v2.3.2
6422026-05-28T04:46:57.204Z Downloaded oso v0.27.3
6432026-05-28T04:46:57.207Z Downloaded psm v0.1.30
6442026-05-28T04:46:57.210Z Downloaded minimal-lexical v0.2.1
6452026-05-28T04:46:57.213Z Downloaded num-traits v0.2.19
6462026-05-28T04:46:57.215Z Downloaded r2d2 v0.8.10
6472026-05-28T04:46:57.215Z Downloaded quote v1.0.45
6482026-05-28T04:46:57.215Z Downloaded miniz_oxide v0.8.9
6492026-05-28T04:46:57.218Z Downloaded pkcs1 v0.7.5
6502026-05-28T04:46:57.221Z Downloaded parking_lot v0.11.2
6512026-05-28T04:46:57.221Z Downloaded rustc_version v0.4.1
6522026-05-28T04:46:57.223Z Downloaded rtoolbox v0.0.3
6532026-05-28T04:46:57.224Z Downloaded rand_chacha v0.9.0
6542026-05-28T04:46:57.224Z Downloaded progenitor-extras v0.2.0
6552026-05-28T04:46:57.227Z Downloaded rand_core v0.9.5
6562026-05-28T04:46:57.229Z Downloaded rand_core v0.6.4
6572026-05-28T04:46:57.229Z Downloaded jiff-static v0.2.21
6582026-05-28T04:46:57.234Z Downloaded hyper-util v0.1.20
6592026-05-28T04:46:57.237Z Downloaded rustc_version v0.1.7
6602026-05-28T04:46:57.240Z Downloaded rustc-hash v2.1.1
6612026-05-28T04:46:57.240Z Downloaded russh-cryptovec v0.7.3
6622026-05-28T04:46:57.240Z Downloaded rand_seeder v0.4.0
6632026-05-28T04:46:57.243Z Downloaded icu_normalizer_data v2.1.1
6642026-05-28T04:46:57.246Z Downloaded salsa20 v0.10.2
6652026-05-28T04:46:57.246Z Downloaded postgres-types v0.2.12
6662026-05-28T04:46:57.249Z Downloaded openssl-sys v0.9.115
6672026-05-28T04:46:57.251Z Downloaded dropshot-api-manager v0.7.2
6682026-05-28T04:46:57.257Z Downloaded relative-path v1.9.3
6692026-05-28T04:46:57.260Z Downloaded rand_core v0.10.0
6702026-05-28T04:46:57.263Z Downloaded sapling-renderdag v0.1.0
6712026-05-28T04:46:57.263Z Downloaded diesel_derives v2.3.7
6722026-05-28T04:46:57.266Z Downloaded scrypt v0.11.0
6732026-05-28T04:46:57.269Z Downloaded miette v5.10.0
6742026-05-28T04:46:57.271Z Downloaded semver v0.1.20
6752026-05-28T04:46:57.271Z Downloaded secrecy v0.10.3
6762026-05-28T04:46:57.272Z Downloaded scroll_derive v0.12.1
6772026-05-28T04:46:57.274Z Downloaded scopeguard v1.2.0
6782026-05-28T04:46:57.274Z Downloaded resolv-conf v0.7.6
6792026-05-28T04:46:57.274Z Downloaded pest_generator v2.8.6
6802026-05-28T04:46:57.277Z Downloaded quinn-udp v0.5.14
6812026-05-28T04:46:57.280Z Downloaded scheduled-thread-pool v0.2.7
6822026-05-28T04:46:57.280Z Downloaded memchr v2.8.0
6832026-05-28T04:46:57.284Z Downloaded mio v1.2.0
6842026-05-28T04:46:57.287Z Downloaded scroll_derive v0.13.1
6852026-05-28T04:46:57.290Z Downloaded papergrid v0.11.0
6862026-05-28T04:46:57.293Z Downloaded pin-project v1.1.11
6872026-05-28T04:46:57.300Z Downloaded crossterm v0.28.1
6882026-05-28T04:46:57.304Z Downloaded serde-value v0.7.0
6892026-05-28T04:46:57.307Z Downloaded seq-macro v0.3.6
6902026-05-28T04:46:57.307Z Downloaded serde-big-array v0.5.1
6912026-05-28T04:46:57.309Z Downloaded secrecy v0.8.0
6922026-05-28T04:46:57.309Z Downloaded serde_bytes v0.11.19
6932026-05-28T04:46:57.309Z Downloaded serde_urlencoded v0.7.1
6942026-05-28T04:46:57.312Z Downloaded serde_spanned v0.6.9
6952026-05-28T04:46:57.312Z Downloaded rustls-pemfile v1.0.4
6962026-05-28T04:46:57.315Z Downloaded criterion v0.7.0
6972026-05-28T04:46:57.317Z Downloaded serde_plain v1.0.2
6982026-05-28T04:46:57.317Z Downloaded hashbrown v0.16.1
6992026-05-28T04:46:57.321Z Downloaded aws-lc-rs v1.16.3
7002026-05-28T04:46:57.327Z Downloaded rustc-demangle v0.1.27
7012026-05-28T04:46:57.329Z Downloaded rust-argon2 v2.1.0
7022026-05-28T04:46:57.329Z Downloaded http v1.4.0
7032026-05-28T04:46:57.332Z Downloaded serde_spanned v1.0.4
7042026-05-28T04:46:57.335Z Downloaded sha1 v0.10.6
7052026-05-28T04:46:57.335Z Downloaded progenitor-impl v0.11.2
7062026-05-28T04:46:57.337Z Downloaded sct v0.7.1
7072026-05-28T04:46:57.338Z Downloaded schemars_derive v0.8.22
7082026-05-28T04:46:57.340Z Downloaded proc-macro2 v1.0.106
7092026-05-28T04:46:57.343Z Downloaded rusty-fork v0.3.1
7102026-05-28T04:46:57.345Z Downloaded rustversion v1.0.22
7112026-05-28T04:46:57.348Z Downloaded scroll v0.12.0
7122026-05-28T04:46:57.348Z Downloaded serde_repr v0.1.20
7132026-05-28T04:46:57.351Z Downloaded shell-words v1.1.1
7142026-05-28T04:46:57.354Z Downloaded signal-hook-mio v0.2.5
7152026-05-28T04:46:57.354Z Downloaded pest_meta v2.8.6
7162026-05-28T04:46:57.357Z Downloaded siphasher v1.0.2
7172026-05-28T04:46:57.366Z Downloaded signal-hook-tokio v0.3.1
7182026-05-28T04:46:57.369Z Downloaded scroll v0.13.0
7192026-05-28T04:46:57.369Z Downloaded same-file v1.0.6
7202026-05-28T04:46:57.372Z Downloaded sigpipe v0.1.3
7212026-05-28T04:46:57.372Z Downloaded signature v2.2.0
7222026-05-28T04:46:57.372Z Downloaded similar-asserts v1.7.0
7232026-05-28T04:46:57.375Z Downloaded slog-envlogger v2.2.0
7242026-05-28T04:46:57.377Z Downloaded slog-bunyan v2.5.0
7252026-05-28T04:46:57.380Z Downloaded serde-untagged v0.1.9
7262026-05-28T04:46:57.380Z Downloaded serde_tokenstream v0.2.3
7272026-05-28T04:46:57.384Z Downloaded serde_derive_internals v0.29.1
7282026-05-28T04:46:57.384Z Downloaded hashbrown v0.17.0
7292026-05-28T04:46:57.386Z Downloaded progenitor-impl v0.13.0
7302026-05-28T04:46:57.389Z Downloaded p256 v0.13.2
7312026-05-28T04:46:57.392Z Downloaded sec1 v0.7.3
7322026-05-28T04:46:57.392Z Downloaded crossterm v0.29.0
7332026-05-28T04:46:57.394Z Downloaded rustls-pki-types v1.14.0
7342026-05-28T04:46:57.397Z Downloaded progenitor-impl v0.14.0
7352026-05-28T04:46:57.400Z Downloaded serde-hex v0.1.0
7362026-05-28T04:46:57.400Z Downloaded rustls-pemfile v2.2.0
7372026-05-28T04:46:57.402Z Downloaded smawk v0.3.2
7382026-05-28T04:46:57.402Z Downloaded itertools v0.10.5
7392026-05-28T04:46:57.405Z Downloaded num-bigint v0.4.6
7402026-05-28T04:46:57.409Z Downloaded russh-keys v0.45.0
7412026-05-28T04:46:57.412Z Downloaded serde_path_to_error v0.1.20
7422026-05-28T04:46:57.416Z Downloaded rustls-native-certs v0.8.3
7432026-05-28T04:46:57.416Z Downloaded iri-string v0.7.10
7442026-05-28T04:46:57.419Z Downloaded prettyplease v0.2.37
7452026-05-28T04:46:57.422Z Downloaded pretty_assertions v1.4.1
7462026-05-28T04:46:57.425Z Downloaded sha2 v0.10.9
7472026-05-28T04:46:57.428Z Downloaded ssh-encoding v0.2.0
7482026-05-28T04:46:57.431Z Downloaded stable_deref_trait v1.2.1
7492026-05-28T04:46:57.434Z Downloaded ssh-cipher v0.2.0
7502026-05-28T04:46:57.434Z Downloaded simd-adler32 v0.3.8
7512026-05-28T04:46:57.436Z Downloaded icu_properties_data v2.1.2
7522026-05-28T04:46:57.441Z Downloaded shlex v1.3.0
7532026-05-28T04:46:57.444Z Downloaded serde_with_macros v1.5.2
7542026-05-28T04:46:57.444Z Downloaded rcgen v0.12.1
7552026-05-28T04:46:57.447Z Downloaded hashbrown v0.15.5
7562026-05-28T04:46:57.449Z Downloaded sqlparser_derive v0.5.0
7572026-05-28T04:46:57.452Z Downloaded rustls-platform-verifier v0.6.2
7582026-05-28T04:46:57.452Z Downloaded strsim v0.10.0
7592026-05-28T04:46:57.455Z Downloaded structmeta v0.3.0
7602026-05-28T04:46:57.455Z Downloaded strsim v0.11.1
7612026-05-28T04:46:57.455Z Downloaded strip-ansi-escapes v0.2.1
7622026-05-28T04:46:57.458Z Downloaded slog-dtrace v0.3.0
7632026-05-28T04:46:57.458Z Downloaded guppy v0.17.25
7642026-05-28T04:46:57.460Z Downloaded slog-term v2.9.2
7652026-05-28T04:46:57.463Z Downloaded slog-scope v4.4.1
7662026-05-28T04:46:57.463Z Downloaded signal-hook-registry v1.4.8
7672026-05-28T04:46:57.466Z Downloaded rstest v0.25.0
7682026-05-28T04:46:57.468Z Downloaded slab v0.4.12
7692026-05-28T04:46:57.468Z Downloaded nom v7.1.3
7702026-05-28T04:46:57.471Z Downloaded ron v0.8.1
7712026-05-28T04:46:57.474Z Downloaded slog-stdlog v4.1.1
7722026-05-28T04:46:57.477Z Downloaded serde_cbor v0.11.2
7732026-05-28T04:46:57.480Z Downloaded strum v0.27.2
7742026-05-28T04:46:57.480Z Downloaded strum v0.26.3
7752026-05-28T04:46:57.480Z Downloaded subtle v2.6.1
7762026-05-28T04:46:57.480Z Downloaded serde_with_macros v3.17.0
7772026-05-28T04:46:57.483Z Downloaded structmeta-derive v0.3.0
7782026-05-28T04:46:57.483Z Downloaded slog-async v2.8.0
7792026-05-28T04:46:57.485Z Downloaded semver v1.0.28
7802026-05-28T04:46:57.488Z Downloaded smallvec v0.6.14
7812026-05-28T04:46:57.488Z Downloaded prefix-trie v0.7.0
7822026-05-28T04:46:57.493Z Downloaded sync_wrapper v1.0.2
7832026-05-28T04:46:57.496Z Downloaded itertools v0.13.0
7842026-05-28T04:46:57.499Z Downloaded smf v0.2.3
7852026-05-28T04:46:57.501Z Downloaded bindgen v0.71.1
7862026-05-28T04:46:57.505Z Downloaded tabwriter v1.4.1
7872026-05-28T04:46:57.508Z Downloaded snafu-derive v0.8.9
7882026-05-28T04:46:57.508Z Downloaded tagptr v0.2.0
7892026-05-28T04:46:57.510Z Downloaded tabled_derive v0.7.0
7902026-05-28T04:46:57.511Z Downloaded sync-ptr v0.1.4
7912026-05-28T04:46:57.511Z Downloaded supports-hyperlinks v2.1.0
7922026-05-28T04:46:57.511Z Downloaded supports-color v2.1.0
7932026-05-28T04:46:57.514Z Downloaded static_assertions v1.1.0
7942026-05-28T04:46:57.514Z Downloaded rayon-core v1.13.0
7952026-05-28T04:46:57.517Z Downloaded libm v0.2.16
7962026-05-28T04:46:57.521Z Downloaded target-triple v1.0.0
7972026-05-28T04:46:57.523Z Downloaded termtree v0.5.1
7982026-05-28T04:46:57.524Z Downloaded terminal_size v0.1.17
7992026-05-28T04:46:57.524Z Downloaded take_mut v0.2.2
8002026-05-28T04:46:57.526Z Downloaded strum_macros v0.27.2
8012026-05-28T04:46:57.526Z Downloaded hashbrown v0.14.5
8022026-05-28T04:46:57.529Z Downloaded publicsuffix v2.3.0
8032026-05-28T04:46:57.532Z Downloaded hkdf v0.12.4
8042026-05-28T04:46:57.534Z Downloaded futures-util v0.3.32
8052026-05-28T04:46:57.539Z Downloaded string_cache v0.8.9
8062026-05-28T04:46:57.542Z Downloaded tap v1.0.1
8072026-05-28T04:46:57.542Z Downloaded swrite v0.1.0
8082026-05-28T04:46:57.542Z Downloaded strum_macros v0.24.3
8092026-05-28T04:46:57.545Z Downloaded terminal_size v0.4.3
8102026-05-28T04:46:57.545Z Downloaded spki v0.7.3
8112026-05-28T04:46:57.549Z Downloaded support-bundle-viewer v0.1.2
8122026-05-28T04:46:57.549Z Downloaded schemars v0.8.22
8132026-05-28T04:46:57.554Z Downloaded stringprep v0.1.5
8142026-05-28T04:46:57.556Z Downloaded idna v1.1.0
8152026-05-28T04:46:57.559Z Downloaded thread-id v4.2.2
8162026-05-28T04:46:57.559Z Downloaded testing_table v0.3.0
8172026-05-28T04:46:57.559Z Downloaded quinn v0.11.9
8182026-05-28T04:46:57.562Z Downloaded qorb v0.4.1
8192026-05-28T04:46:57.565Z Downloaded strum_macros v0.26.4
8202026-05-28T04:46:57.568Z Downloaded slog-json v2.6.1
8212026-05-28T04:46:57.568Z Downloaded tabled_derive v0.11.0
8222026-05-28T04:46:57.568Z Downloaded spin v0.9.8
8232026-05-28T04:46:57.570Z Downloaded tinyvec_macros v0.1.1
8242026-05-28T04:46:57.571Z Downloaded signal-hook v0.3.18
8252026-05-28T04:46:57.573Z Downloaded time-core v0.1.8
8262026-05-28T04:46:57.573Z Downloaded itertools v0.12.1
8272026-05-28T04:46:57.577Z Downloaded stringmetrics v2.2.2
8282026-05-28T04:46:57.580Z Downloaded synstructure v0.13.2
8292026-05-28T04:46:57.580Z Downloaded serde_derive v1.0.228
8302026-05-28T04:46:57.583Z Downloaded goblin v0.8.2
8312026-05-28T04:46:57.585Z Downloaded thread-id v5.1.0
8322026-05-28T04:46:57.588Z Downloaded thiserror-impl-no-std v2.0.2
8332026-05-28T04:46:57.588Z Downloaded rand v0.8.6
8342026-05-28T04:46:57.592Z Downloaded h2 v0.4.13
8352026-05-28T04:46:57.594Z Downloaded tokio-macros v2.7.0
8362026-05-28T04:46:57.594Z Downloaded target-spec v3.5.7
8372026-05-28T04:46:57.597Z Downloaded serde_core v1.0.228
8382026-05-28T04:46:57.600Z Downloaded samael v0.0.19
8392026-05-28T04:46:57.603Z Downloaded supports-color v3.0.2
8402026-05-28T04:46:57.603Z Downloaded supports-unicode v2.1.0
8412026-05-28T04:46:57.603Z Downloaded smallvec v1.15.1
8422026-05-28T04:46:57.606Z Downloaded rand_distr v0.5.1
8432026-05-28T04:46:57.606Z Downloaded rsa v0.9.10
8442026-05-28T04:46:57.609Z Downloaded hyper v1.8.1
8452026-05-28T04:46:57.613Z Downloaded toml_write v0.1.2
8462026-05-28T04:46:57.616Z Downloaded toml_datetime v0.6.11
8472026-05-28T04:46:57.616Z Downloaded target-lexicon v0.13.3
8482026-05-28T04:46:57.619Z Downloaded num-bigint-dig v0.8.6
8492026-05-28T04:46:57.621Z Downloaded thiserror v1.0.69
8502026-05-28T04:46:57.624Z Downloaded termcolor v1.4.1
8512026-05-28T04:46:57.624Z Downloaded stacker v0.1.23
8522026-05-28T04:46:57.627Z Downloaded serde_yaml v0.9.34+deprecated
8532026-05-28T04:46:57.627Z Downloaded tokio-test v0.4.5
8542026-05-28T04:46:57.630Z Downloaded tinystr v0.8.2
8552026-05-28T04:46:57.630Z Downloaded termios v0.3.3
8562026-05-28T04:46:57.632Z Downloaded rstest_macros v0.25.0
8572026-05-28T04:46:57.635Z Downloaded rand v0.10.1
8582026-05-28T04:46:57.638Z Downloaded socket2 v0.6.3
8592026-05-28T04:46:57.638Z Downloaded similar v2.7.0
8602026-05-28T04:46:57.641Z Downloaded trait-variant v0.1.2
8612026-05-28T04:46:57.641Z Downloaded tiny-keccak v2.0.2
8622026-05-28T04:46:57.643Z Downloaded thread_local v1.1.9
8632026-05-28T04:46:57.644Z Downloaded ryu v1.0.23
8642026-05-28T04:46:57.646Z Downloaded thiserror-impl v2.0.18
8652026-05-28T04:46:57.646Z Downloaded tinytemplate v1.2.1
8662026-05-28T04:46:57.651Z Downloaded thiserror-no-std v2.0.2
8672026-05-28T04:46:57.654Z Downloaded sqlformat v0.3.5
8682026-05-28T04:46:57.654Z Downloaded itertools v0.14.0
8692026-05-28T04:46:57.657Z Downloaded tower-service v0.3.3
8702026-05-28T04:46:57.657Z Downloaded rand v0.9.2
8712026-05-28T04:46:57.659Z Downloaded try-lock v0.2.5
8722026-05-28T04:46:57.659Z Downloaded libxml v0.3.3
8732026-05-28T04:46:57.662Z Downloaded tokio-dtrace v0.1.1
8742026-05-28T04:46:57.665Z Downloaded typeid v1.0.3
8752026-05-28T04:46:57.668Z Downloaded thiserror-impl v1.0.69
8762026-05-28T04:46:57.668Z Downloaded unarray v0.1.4
8772026-05-28T04:46:57.671Z Downloaded topological-sort v0.2.2
8782026-05-28T04:46:57.671Z Downloaded p521 v0.13.3
8792026-05-28T04:46:57.676Z Downloaded subprocess v0.2.15
8802026-05-28T04:46:57.679Z Downloaded tls_codec_derive v0.4.2
8812026-05-28T04:46:57.681Z Downloaded tokio-native-tls v0.3.1
8822026-05-28T04:46:57.682Z Downloaded socket2 v0.5.10
8832026-05-28T04:46:57.684Z Downloaded typify-macro v0.6.2
8842026-05-28T04:46:57.687Z Downloaded unicode-truncate v1.1.0
8852026-05-28T04:46:57.687Z Downloaded typify-macro v0.4.3
8862026-05-28T04:46:57.690Z Downloaded schemars v1.2.1
8872026-05-28T04:46:57.696Z Downloaded unicode-linebreak v0.1.5
8882026-05-28T04:46:57.699Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8892026-05-28T04:46:57.699Z Downloaded tokio-tungstenite v0.21.0
8902026-05-28T04:46:57.702Z Downloaded term v1.2.1
8912026-05-28T04:46:57.704Z Downloaded unicode-xid v0.2.6
8922026-05-28T04:46:57.704Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8932026-05-28T04:46:57.704Z Downloaded term v0.7.0
8942026-05-28T04:46:57.707Z Downloaded serde v1.0.228
8952026-05-28T04:46:57.710Z Downloaded schemars v0.9.0
8962026-05-28T04:46:57.715Z Downloaded time-macros v0.2.27
8972026-05-28T04:46:57.718Z Downloaded iddqd v0.4.2
8982026-05-28T04:46:57.722Z Downloaded usdt v0.6.0
8992026-05-28T04:46:57.725Z Downloaded usdt v0.5.0
9002026-05-28T04:46:57.725Z Downloaded untrusted v0.9.0
9012026-05-28T04:46:57.725Z Downloaded toml_writer v1.0.6+spec-1.1.0
9022026-05-28T04:46:57.727Z Downloaded utf8_iter v1.0.4
9032026-05-28T04:46:57.728Z Downloaded usdt-attr-macro v0.5.0
9042026-05-28T04:46:57.728Z Downloaded thiserror v2.0.18
9052026-05-28T04:46:57.730Z Downloaded russh v0.45.0
9062026-05-28T04:46:57.733Z Downloaded tui-tree-widget v0.23.1
9072026-05-28T04:46:57.736Z Downloaded slog v2.8.2
9082026-05-28T04:46:57.739Z Downloaded usdt-attr-macro v0.6.0
9092026-05-28T04:46:57.739Z Downloaded tokio-stream v0.1.18
9102026-05-28T04:46:57.741Z Downloaded usdt-macro v0.5.0
9112026-05-28T04:46:57.741Z Downloaded universal-hash v0.5.1
9122026-05-28T04:46:57.741Z Downloaded git2 v0.20.4
9132026-05-28T04:46:57.746Z Downloaded version_check v0.9.5
9142026-05-28T04:46:57.748Z Downloaded utf8parse v0.2.2
9152026-05-28T04:46:57.748Z Downloaded utf-8 v0.7.6
9162026-05-28T04:46:57.749Z Downloaded nom v8.0.0
9172026-05-28T04:46:57.752Z Downloaded rustls-webpki v0.103.9
9182026-05-28T04:46:57.755Z Downloaded usdt-macro v0.6.0
9192026-05-28T04:46:57.755Z Downloaded unit-prefix v0.5.2
9202026-05-28T04:46:57.758Z Downloaded tokio-rustls v0.26.4
9212026-05-28T04:46:57.758Z Downloaded tokio-tungstenite v0.23.1
9222026-05-28T04:46:57.760Z Downloaded tokio-rustls v0.24.1
9232026-05-28T04:46:57.760Z Downloaded tls_codec v0.4.2
9242026-05-28T04:46:57.763Z Downloaded test-strategy v0.4.5
9252026-05-28T04:46:57.763Z Downloaded wait-timeout v0.2.1
9262026-05-28T04:46:57.766Z Downloaded unicase v2.9.0
9272026-05-28T04:46:57.766Z Downloaded want v0.3.1
9282026-05-28T04:46:57.766Z Downloaded textwrap v0.16.2
9292026-05-28T04:46:57.768Z Downloaded serde_with v1.14.0
9302026-05-28T04:46:57.771Z Downloaded void v1.0.2
9312026-05-28T04:46:57.771Z Downloaded textwrap v0.15.2
9322026-05-28T04:46:57.774Z Downloaded rustyline v14.0.0
9332026-05-28T04:46:57.776Z Downloaded tower-layer v0.3.3
9342026-05-28T04:46:57.776Z Downloaded snafu v0.8.9
9352026-05-28T04:46:57.780Z Downloaded xattr v1.6.1
9362026-05-28T04:46:57.783Z Downloaded waitgroup v0.1.2
9372026-05-28T04:46:57.783Z Downloaded untrusted v0.7.1
9382026-05-28T04:46:57.783Z Downloaded tokio-rustls v0.25.0
9392026-05-28T04:46:57.786Z Downloaded pest v2.8.6
9402026-05-28T04:46:57.799Z Downloaded usdt-impl v0.6.0
9412026-05-28T04:46:57.804Z Downloaded xshell-macros v0.2.7
9422026-05-28T04:46:57.807Z Downloaded yoke-derive v0.8.1
9432026-05-28T04:46:57.813Z Downloaded steno v0.4.1
9442026-05-28T04:46:57.817Z Downloaded trybuild v1.0.116
9452026-05-28T04:46:57.820Z Downloaded twox-hash v2.1.2
9462026-05-28T04:46:57.825Z Downloaded usdt-impl v0.5.0
9472026-05-28T04:46:57.828Z Downloaded zerofrom v0.1.6
9482026-05-28T04:46:57.831Z Downloaded zeroize_derive v1.4.3
9492026-05-28T04:46:57.834Z Downloaded reedline v0.40.0
9502026-05-28T04:46:57.837Z Downloaded toml v0.8.23
9512026-05-28T04:46:57.837Z Downloaded ucd-trie v0.1.7
9522026-05-28T04:46:57.840Z Downloaded tar v0.4.45
9532026-05-28T04:46:57.844Z Downloaded zone v0.3.1
9542026-05-28T04:46:57.846Z Downloaded toml v1.0.6+spec-1.1.0
9552026-05-28T04:46:57.849Z Downloaded unicode-properties v0.1.4
9562026-05-28T04:46:57.852Z Downloaded vergen-lib v9.1.0
9572026-05-28T04:46:57.852Z Downloaded uzers v0.12.2
9582026-05-28T04:46:57.855Z Downloaded vergen-lib v0.1.6
9592026-05-28T04:46:57.855Z Downloaded zone_cfg_derive v0.3.1
9602026-05-28T04:46:57.862Z Downloaded wyz v0.5.1
9612026-05-28T04:46:57.865Z Downloaded writeable v0.6.2
9622026-05-28T04:46:57.865Z Downloaded whoami v1.6.1
9632026-05-28T04:46:57.868Z Downloaded walkdir v2.5.0
9642026-05-28T04:46:57.868Z Downloaded tracing-attributes v0.1.31
9652026-05-28T04:46:57.870Z Downloaded chrono v0.4.44
9662026-05-28T04:46:57.873Z Downloaded toml v0.7.8
9672026-05-28T04:46:57.877Z Downloaded toml_parser v1.0.9+spec-1.1.0
9682026-05-28T04:46:57.880Z Downloaded xshell v0.2.7
9692026-05-28T04:46:57.880Z Downloaded plotters v0.3.7
9702026-05-28T04:46:57.882Z Downloaded tempfile v3.25.0
9712026-05-28T04:46:57.885Z Downloaded whoami v2.1.0
9722026-05-28T04:46:57.885Z Downloaded tinyvec v1.10.0
9732026-05-28T04:46:57.889Z Downloaded rpassword v7.4.0
9742026-05-28T04:46:57.891Z Downloaded tungstenite v0.21.0
9752026-05-28T04:46:57.891Z Downloaded vergen v9.1.0
9762026-05-28T04:46:57.894Z Downloaded yoke v0.8.1
9772026-05-28T04:46:57.897Z Downloaded zerovec-derive v0.11.2
9782026-05-28T04:46:57.897Z Downloaded p384 v0.13.1
9792026-05-28T04:46:57.899Z Downloaded tracing-core v0.1.36
9802026-05-28T04:46:57.902Z Downloaded curve25519-dalek v4.1.3
9812026-05-28T04:46:57.906Z Downloaded zeroize v1.8.2
9822026-05-28T04:46:57.908Z Downloaded zerofrom-derive v0.1.6
9832026-05-28T04:46:57.908Z Downloaded vsss-rs v3.3.4
9842026-05-28T04:46:57.912Z Downloaded zmij v1.0.21
9852026-05-28T04:46:57.912Z Downloaded typify v0.6.2
9862026-05-28T04:46:57.915Z Downloaded reqwest v0.12.28
9872026-05-28T04:46:57.921Z Downloaded unicode-ident v1.0.24
9882026-05-28T04:46:57.923Z Downloaded vergen-gitcl v1.0.8
9892026-05-28T04:46:57.923Z Downloaded reqwest v0.13.2
9902026-05-28T04:46:57.931Z Downloaded zstd-safe v7.2.4
9912026-05-28T04:46:57.934Z Downloaded zstd v0.13.3
9922026-05-28T04:46:57.938Z Downloaded zerocopy v0.6.6
9932026-05-28T04:46:57.943Z Downloaded toml_edit v0.23.10+spec-1.0.0
9942026-05-28T04:46:57.946Z Downloaded toml_edit v0.22.27
9952026-05-28T04:46:57.951Z Downloaded vergen-git2 v9.1.0
9962026-05-28T04:46:57.954Z Downloaded uuid v1.23.0
9972026-05-28T04:46:57.957Z Downloaded unsafe-libyaml v0.2.11
9982026-05-28T04:46:57.961Z Downloaded typify v0.4.3
9992026-05-28T04:46:57.964Z Downloaded yasna v0.5.2
10002026-05-28T04:46:57.967Z Downloaded vte v0.14.1
10012026-05-28T04:46:57.970Z Downloaded moka v0.12.13
10022026-05-28T04:46:57.973Z Downloaded tungstenite v0.23.0
10032026-05-28T04:46:57.975Z Downloaded tokio-postgres v0.7.16
10042026-05-28T04:46:57.978Z Downloaded ssh-key v0.6.7
10052026-05-28T04:46:57.983Z Downloaded zerocopy-derive v0.7.35
10062026-05-28T04:46:57.986Z Downloaded regex v1.12.3
10072026-05-28T04:46:57.991Z Downloaded goblin v0.10.5
10082026-05-28T04:46:58.002Z Downloaded typenum v1.19.0
10092026-05-28T04:46:58.009Z Downloaded salty v0.3.0
10102026-05-28T04:46:58.014Z Downloaded portable-atomic v1.13.1
10112026-05-28T04:46:58.020Z Downloaded unicode-bidi v0.3.18
10122026-05-28T04:46:58.033Z Downloaded url v2.5.8
10132026-05-28T04:46:58.036Z Downloaded unicode_categories v0.1.1
10142026-05-28T04:46:58.036Z Downloaded gimli v0.32.3
10152026-05-28T04:46:58.042Z Downloaded zopfli v0.8.3
10162026-05-28T04:46:58.050Z Downloaded quick-xml v0.37.5
10172026-05-28T04:46:58.054Z Downloaded toml_edit v0.19.15
10182026-05-28T04:46:58.064Z Downloaded zerotrie v0.2.3
10192026-05-28T04:46:58.066Z Downloaded lalrpop v0.19.12
10202026-05-28T04:46:58.072Z Downloaded yansi v1.0.1
10212026-05-28T04:46:58.075Z Downloaded object v0.30.4
10222026-05-28T04:46:58.079Z Downloaded tower v0.5.3
10232026-05-28T04:46:58.084Z Downloaded zip v0.6.6
10242026-05-28T04:46:58.087Z Downloaded rustls-webpki v0.101.7
10252026-05-28T04:46:58.094Z Downloaded unicode-segmentation v1.12.0
10262026-05-28T04:46:58.098Z Downloaded bstr v1.12.1
10272026-05-28T04:46:58.102Z Downloaded typed-path v0.9.3
10282026-05-28T04:46:58.106Z Downloaded serde_json v1.0.149
10292026-05-28T04:46:58.110Z Downloaded proptest v1.10.0
10302026-05-28T04:46:58.116Z Downloaded zerocopy-derive v0.8.40
10312026-05-28T04:46:58.122Z Downloaded tokio-util v0.7.18
10322026-05-28T04:46:58.131Z Downloaded rayon v1.11.0
10332026-05-28T04:46:58.136Z Downloaded unicode-normalization v0.1.25
10342026-05-28T04:46:58.142Z Downloaded tough v0.22.0
10352026-05-28T04:46:58.145Z Downloaded x509-cert v0.2.5
10362026-05-28T04:46:58.155Z Downloaded rustls-webpki v0.102.8
10372026-05-28T04:46:58.171Z Downloaded petname v2.0.2
10382026-05-28T04:46:58.176Z Downloaded polar-core v0.27.3
10392026-05-28T04:46:58.181Z Downloaded tower-http v0.6.8
10402026-05-28T04:46:58.186Z Downloaded serde_with v3.17.0
10412026-05-28T04:46:58.193Z Downloaded openssl v0.10.79
10422026-05-28T04:46:58.203Z Downloaded nix v0.28.0
10432026-05-28T04:46:58.209Z Downloaded zerovec v0.11.5
10442026-05-28T04:46:58.212Z Downloaded quinn-proto v0.11.13
10452026-05-28T04:46:58.217Z Downloaded dropshot v0.17.0
10462026-05-28T04:46:58.229Z Downloaded tabled v0.15.0
10472026-05-28T04:46:58.247Z Downloaded radix_trie v0.2.1
10482026-05-28T04:46:58.269Z Downloaded hickory-proto v0.24.4
10492026-05-28T04:46:58.269Z Downloaded winnow v0.6.26
10502026-05-28T04:46:58.272Z Downloaded winnow v0.5.40
10512026-05-28T04:46:58.275Z Downloaded tabled v0.20.0
10522026-05-28T04:46:58.285Z Downloaded zip v4.6.1
10532026-05-28T04:46:58.288Z Downloaded nix v0.27.1
10542026-05-28T04:46:58.293Z Downloaded winnow v1.0.3
10552026-05-28T04:46:58.299Z Downloaded time v0.3.47
10562026-05-28T04:46:58.313Z Downloaded zlib-rs v0.6.2
10572026-05-28T04:46:58.317Z Downloaded zerocopy v0.7.35
10582026-05-28T04:46:58.325Z Downloaded smoltcp v0.9.1
10592026-05-28T04:46:58.333Z Downloaded syn v1.0.109
10602026-05-28T04:46:58.337Z Downloaded smoltcp v0.11.0
10612026-05-28T04:46:58.346Z Downloaded syn v2.0.117
10622026-05-28T04:46:58.351Z Downloaded webpki-roots v1.0.6
10632026-05-28T04:46:58.354Z Downloaded rustls v0.22.4
10642026-05-28T04:46:58.360Z Downloaded object v0.37.3
10652026-05-28T04:46:58.367Z Downloaded rustix v0.38.44
10662026-05-28T04:46:58.381Z Downloaded winnow v0.7.14
10672026-05-28T04:46:58.386Z Downloaded unicode-width v0.1.14
10682026-05-28T04:46:58.390Z Downloaded zerocopy v0.8.40
10692026-05-28T04:46:58.395Z Downloaded openapiv3 v2.2.0
10702026-05-28T04:46:58.402Z Downloaded diesel v2.3.7
10712026-05-28T04:46:58.414Z Downloaded vcpkg v0.2.15
10722026-05-28T04:46:58.438Z Downloaded regress v0.11.1
10732026-05-28T04:46:58.443Z Downloaded rustix v1.1.3
10742026-05-28T04:46:58.456Z Downloaded unicode-width v0.2.0
10752026-05-28T04:46:58.460Z Downloaded serde_regex v1.1.0
10762026-05-28T04:46:58.463Z Downloaded rustls v0.23.37
10772026-05-28T04:46:58.467Z Downloaded bzip2-sys v0.1.13+1.0.8
10782026-05-28T04:46:58.475Z Downloaded hickory-proto v0.25.2
10792026-05-28T04:46:58.484Z Downloaded regress v0.10.5
10802026-05-28T04:46:58.489Z Downloaded rustls v0.21.12
10812026-05-28T04:46:58.496Z Downloaded regex-syntax v0.8.10
10822026-05-28T04:46:58.500Z Downloaded regex-syntax v0.6.29
10832026-05-28T04:46:58.505Z Downloaded nix v0.31.2
10842026-05-28T04:46:58.512Z Downloaded typify-impl v0.4.3
10852026-05-28T04:46:58.522Z Downloaded tracing v0.1.44
10862026-05-28T04:46:58.536Z Downloaded regex-automata v0.4.14
10872026-05-28T04:46:58.567Z Downloaded sqlparser v0.61.0
10882026-05-28T04:46:58.573Z Downloaded zerocopy-derive v0.6.6
10892026-05-28T04:46:58.579Z Downloaded chrono-tz v0.10.4
10902026-05-28T04:46:58.598Z Downloaded sled v0.34.7
10912026-05-28T04:46:58.612Z Downloaded libz-sys v1.1.24
10922026-05-28T04:46:58.624Z Downloaded typify-impl v0.6.2
10932026-05-28T04:46:58.633Z Downloaded ratatui v0.29.0
10942026-05-28T04:46:58.646Z Downloaded sha3 v0.10.8
10952026-05-28T04:46:58.660Z Downloaded tokio v1.52.1
10962026-05-28T04:46:58.692Z Downloaded petgraph v0.6.5
10972026-05-28T04:46:58.724Z Downloaded jiff v0.2.21
10982026-05-28T04:46:58.747Z Downloaded csv v1.4.0
10992026-05-28T04:46:58.759Z Downloaded petgraph v0.8.3
11002026-05-28T04:46:58.774Z Downloaded libc v0.2.185
11012026-05-28T04:46:58.802Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11022026-05-28T04:46:58.822Z Downloaded httpmock v0.8.3
11032026-05-28T04:46:58.850Z Downloaded libgit2-sys v0.18.3+1.9.2
11042026-05-28T04:46:58.886Z Downloaded encoding_rs v0.8.35
11052026-05-28T04:46:58.910Z Downloaded ring v0.17.14
11062026-05-28T04:46:59.368Z Downloaded aws-lc-sys v0.40.0
11072026-05-28T04:46:59.811Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11082026-05-28T04:47:02.952Z Startup: Refreshing catalog 'helios' ... Done
11092026-05-28T04:47:03.040Z Startup: Caching catalogs ... Done
11102026-05-28T04:47:03.310ZPlanning: Solver setup ... Done (0.229s)
11112026-05-28T04:47:03.329ZPlanning: Running solver ... Done (0.019s)
11122026-05-28T04:47:03.334ZPlanning: Finding local manifests ... Done (0.002s)
11132026-05-28T04:47:03.345ZPlanning: Fetching manifests: 0/2 0% complete
11142026-05-28T04:47:03.360ZPlanning: Fetching manifests: 2/2 100% complete
11152026-05-28T04:47:03.375ZPlanning: Package planning ... Done (0.015s)
11162026-05-28T04:47:03.377ZPlanning: Merging actions ... Done (0.002s)
11172026-05-28T04:47:03.568ZPlanning: Checking for conflicting actions ... Done (0.191s)
11182026-05-28T04:47:03.572ZPlanning: Consolidating action changes ... Done (0.001s)
11192026-05-28T04:47:04.870ZPlanning: Evaluating mediators ... Done (1.301s)
11202026-05-28T04:47:04.873ZPlanning: Planning completed in 1.81 seconds
11212026-05-28T04:47:04.879Z Packages to install: 2
11222026-05-28T04:47:04.879Z Estimated space available: 155.70 GB
11232026-05-28T04:47:04.879ZEstimated space to be consumed: 22.53 MB
11242026-05-28T04:47:04.879Z Create boot environment: No
11252026-05-28T04:47:04.882ZCreate backup boot environment: No
11262026-05-28T04:47:04.882Z Rebuild boot archive: No
11272026-05-28T04:47:04.882Z
11282026-05-28T04:47:04.882ZChanged packages:
11292026-05-28T04:47:04.882Zhelios
11302026-05-28T04:47:04.882Z developer/build-essential
11312026-05-28T04:47:04.882Z None -> 11-3.0
11322026-05-28T04:47:04.882Z library/libxmlsec1
11332026-05-28T04:47:04.882Z None -> 1.2.35-3.0
11342026-05-28T04:47:04.928Z
11352026-05-28T04:47:04.928ZDownload: 0/214 items 0.0/1.3MB 0% complete
11362026-05-28T04:47:05.616ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
11372026-05-28T04:47:05.681Z Actions: 1/268 actions (Installing new actions)
11382026-05-28T04:47:05.720Z Actions: Completed 268 actions in 0.04 seconds.
11392026-05-28T04:47:05.755ZFinalize: Updating package state database ... Done (0.035s)
11402026-05-28T04:47:05.758ZFinalize: Updating package cache ... Done (0.000s)
11412026-05-28T04:47:05.773ZFinalize: Updating image state ... Done (0.018s)
11422026-05-28T04:47:08.494ZFinalize: Creating fast lookup database ... Done (2.698s)
11432026-05-28T04:47:08.577ZFinalize: Reading search index ... Done (0.024s)
11442026-05-28T04:47:08.580ZFinalize: Updating search index ... Done (0.000s)
11452026-05-28T04:47:08.665ZFinalize: Updating package cache ... Done (0.000s)
11462026-05-28T04:47:08.963ZPlanning: Evaluating mediator changes ... Done
11472026-05-28T04:47:09.067ZPlanning: Checking for conflicting actions ... Done
11482026-05-28T04:47:09.070ZPlanning: Consolidating action changes ... Done
11492026-05-28T04:47:09.225ZPlanning: Evaluating mediators ... Done
11502026-05-28T04:47:09.228ZPlanning: Planning completed in 0.26 seconds
11512026-05-28T04:47:09.249Z Mediators to change: 2
11522026-05-28T04:47:09.249Z Create boot environment: No
11532026-05-28T04:47:09.249ZCreate backup boot environment: No
11542026-05-28T04:47:09.300ZFinalize: Updating package state database ... Done
11552026-05-28T04:47:09.300ZFinalize: Updating package cache ... Done
11562026-05-28T04:47:09.311ZFinalize: Updating image state ... Done
11572026-05-28T04:47:11.237ZFinalize: Creating fast lookup database ... Done
11582026-05-28T04:47:11.297ZFinalize: Reading search index ... Done
11592026-05-28T04:47:11.300ZFinalize: Updating search index ... Done
11602026-05-28T04:47:11.350ZFinalize: Updating package cache ... Done
11612026-05-28T04:47:11.638ZPlanning: Evaluating mediator changes ... Done
11622026-05-28T04:47:11.742ZPlanning: Checking for conflicting actions ... Done
11632026-05-28T04:47:11.745ZPlanning: Consolidating action changes ... Done
11642026-05-28T04:47:11.901ZPlanning: Evaluating mediators ... Done
11652026-05-28T04:47:11.904ZPlanning: Planning completed in 0.26 seconds
11662026-05-28T04:47:11.924Z Mediators to change: 1
11672026-05-28T04:47:11.924Z Create boot environment: No
11682026-05-28T04:47:11.924ZCreate backup boot environment: No
11692026-05-28T04:47:11.976ZFinalize: Updating package state database ... Done
11702026-05-28T04:47:11.979ZFinalize: Updating package cache ... Done
11712026-05-28T04:47:11.989ZFinalize: Updating image state ... Done
11722026-05-28T04:47:13.925ZFinalize: Creating fast lookup database ... Done
11732026-05-28T04:47:13.983ZFinalize: Reading search index ... Done
11742026-05-28T04:47:13.986ZFinalize: Updating search index ... Done
11752026-05-28T04:47:14.057ZFinalize: Updating package cache ... Done
11762026-05-28T04:47:14.368ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11772026-05-28T04:47:14.368Zapache system 2.4 system
11782026-05-28T04:47:14.368Zclang system 15 system
11792026-05-28T04:47:14.368Zcsh system system illumos
11802026-05-28T04:47:14.368Zctags system system illumos
11812026-05-28T04:47:14.368Zfile vendor vendor darwinsys
11822026-05-28T04:47:14.368Zfile system system illumos
11832026-05-28T04:47:14.368Zgcc vendor 14 vendor
11842026-05-28T04:47:14.368Zgcc system 13 system
11852026-05-28T04:47:14.368Zgcc system 10 system
11862026-05-28T04:47:14.368Zgo system 1.25 system
11872026-05-28T04:47:14.368Zllvm system 15 system
11882026-05-28T04:47:14.368Zmariadb system 11.4 system
11892026-05-28T04:47:14.368Zmta vendor vendor dma
11902026-05-28T04:47:14.368Zopenjdk system 17 system
11912026-05-28T04:47:14.369Zopenjdk system 11 system
11922026-05-28T04:47:14.369Zopenssl vendor 3 vendor
11932026-05-28T04:47:14.369Zperl system 5.40 system
11942026-05-28T04:47:14.369Zpostgresql system 18 system
11952026-05-28T04:47:14.369Zpostgresql system 17 system
11962026-05-28T04:47:14.369Zpython vendor 3 vendor
11972026-05-28T04:47:14.369Zpython system 2 system
11982026-05-28T04:47:14.369Zpython3 vendor 3.13 vendor
11992026-05-28T04:47:14.369Zruby system 3.4 system
12002026-05-28T04:47:14.369Zruby system 3.0 system
12012026-05-28T04:47:14.369Zwords vendor vendor american-english
12022026-05-28T04:47:14.369Zwords system system australian-english
12032026-05-28T04:47:14.370Zwords system system british-english
12042026-05-28T04:47:14.370Zwords system system canadian-english
12052026-05-28T04:47:14.370Zwords system system french
12062026-05-28T04:47:14.370Zwords system system italian
12072026-05-28T04:47:14.370Zwords system system ngerman
12082026-05-28T04:47:14.370Zwords system system ogerman
12092026-05-28T04:47:14.370Zwords system system spanish
12102026-05-28T04:47:14.616ZPUBLISHER TYPE STATUS P LOCATION
12112026-05-28T04:47:14.616Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12122026-05-28T04:47:14.888ZFMRI IFO
12132026-05-28T04:47:14.888Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12142026-05-28T04:47:14.888Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12152026-05-28T04:47:14.889Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12162026-05-28T04:47:14.889Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12172026-05-28T04:47:14.889Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12182026-05-28T04:47:14.889Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12192026-05-28T04:47:14.889Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12202026-05-28T04:47:14.889Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12212026-05-28T04:47:14.889Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12222026-05-28T04:47:15.502Z Downloading crates ...
12232026-05-28T04:47:15.583Z Downloaded cargo_toml v0.21.0
12242026-05-28T04:47:15.666Z Compiling proc-macro2 v1.0.106
12252026-05-28T04:47:15.666Z Compiling unicode-ident v1.0.24
12262026-05-28T04:47:15.739Z Compiling quote v1.0.45
12272026-05-28T04:47:15.741Z Compiling serde_core v1.0.228
12282026-05-28T04:47:15.741Z Compiling libc v0.2.185
12292026-05-28T04:47:15.741Z Compiling version_check v0.9.5
12302026-05-28T04:47:15.741Z Compiling stable_deref_trait v1.2.1
12312026-05-28T04:47:15.741Z Compiling serde v1.0.228
12322026-05-28T04:47:15.741Z Compiling memchr v2.8.0
12332026-05-28T04:47:15.822Z Compiling zmij v1.0.21
12342026-05-28T04:47:15.822Z Compiling ucd-trie v0.1.7
12352026-05-28T04:47:15.822Z Compiling thiserror v1.0.69
12362026-05-28T04:47:15.822Z Compiling autocfg v1.5.0
12372026-05-28T04:47:15.822Z Compiling itoa v1.0.17
12382026-05-28T04:47:15.822Z Compiling writeable v0.6.2
12392026-05-28T04:47:15.902Z Compiling litemap v0.8.1
12402026-05-28T04:47:15.982Z Compiling icu_normalizer_data v2.1.1
12412026-05-28T04:47:16.085Z Compiling byteorder v1.5.0
12422026-05-28T04:47:16.206Z Compiling rustix v1.1.3
12432026-05-28T04:47:16.206Z Compiling icu_properties_data v2.1.2
12442026-05-28T04:47:16.206Z Compiling serde_json v1.0.149
12452026-05-28T04:47:16.270Z Compiling pest v2.8.6
12462026-05-28T04:47:16.270Z Compiling bitflags v2.11.0
12472026-05-28T04:47:16.355Z Compiling num-traits v0.2.19
12482026-05-28T04:47:16.478Z Compiling smallvec v1.15.1
12492026-05-28T04:47:16.574Z Compiling hashbrown v0.17.0
12502026-05-28T04:47:16.574Z Compiling typeid v1.0.3
12512026-05-28T04:47:16.574Z Compiling equivalent v1.0.2
12522026-05-28T04:47:16.653Z Compiling proc-macro-error-attr v1.0.4
12532026-05-28T04:47:16.655Z Compiling usdt-impl v0.5.0
12542026-05-28T04:47:16.655Z Compiling toml_write v0.1.2
12552026-05-28T04:47:16.705Z Compiling erased-serde v0.4.9
12562026-05-28T04:47:16.706Z Compiling winnow v0.7.14
12572026-05-28T04:47:16.706Z Compiling syn v1.0.109
12582026-05-28T04:47:16.706Z Compiling proc-macro-error v1.0.4
12592026-05-28T04:47:16.770Z Compiling errno v0.3.14
12602026-05-28T04:47:16.800Z Compiling thread-id v4.2.2
12612026-05-28T04:47:16.827Z Compiling getrandom v0.4.1
12622026-05-28T04:47:16.878Z Compiling utf8_iter v1.0.4
12632026-05-28T04:47:16.886Z Compiling plain v0.2.3
12642026-05-28T04:47:16.901Z Compiling utf8parse v0.2.2
12652026-05-28T04:47:16.913Z Compiling log v0.4.29
12662026-05-28T04:47:16.923Z Compiling indexmap v2.14.0
12672026-05-28T04:47:17.021Z Compiling camino v1.2.2
12682026-05-28T04:47:17.030Z Compiling percent-encoding v2.3.2
12692026-05-28T04:47:17.043Z Compiling thiserror v2.0.18
12702026-05-28T04:47:17.059Z Compiling anstyle-parse v1.0.0
12712026-05-28T04:47:17.194Z Compiling syn v2.0.117
12722026-05-28T04:47:17.225Z Compiling pest_meta v2.8.6
12732026-05-28T04:47:17.287Z Compiling form_urlencoded v1.2.2
12742026-05-28T04:47:17.291Z Compiling cfg-if v1.0.4
12752026-05-28T04:47:17.384Z Compiling ordered-float v2.10.1
12762026-05-28T04:47:17.408Z Compiling pretty-hex v0.4.1
12772026-05-28T04:47:17.451Z Compiling anstyle v1.0.14
12782026-05-28T04:47:17.468Z Compiling anstyle-query v1.1.5
12792026-05-28T04:47:17.495Z Compiling colorchoice v1.0.4
12802026-05-28T04:47:17.507Z Compiling is_terminal_polyfill v1.70.2
12812026-05-28T04:47:17.620Z Compiling fs-err v3.3.0
12822026-05-28T04:47:17.631Z Compiling anstream v1.0.0
12832026-05-28T04:47:17.648Z Compiling fnv v1.0.7
12842026-05-28T04:47:17.674Z Compiling unicode-width v0.1.14
12852026-05-28T04:47:17.687Z Compiling anyhow v1.0.102
12862026-05-28T04:47:17.699Z Compiling clap_lex v1.0.0
12872026-05-28T04:47:17.739Z Compiling bytecount v0.6.9
12882026-05-28T04:47:17.765Z Compiling terminal_size v0.4.3
12892026-05-28T04:47:17.779Z Compiling fastrand v2.3.0
12902026-05-28T04:47:17.833Z Compiling once_cell v1.21.3
12912026-05-28T04:47:17.889Z Compiling unicode-xid v0.2.6
12922026-05-28T04:47:17.925Z Compiling strsim v0.11.1
12932026-05-28T04:47:17.951Z Compiling heck v0.5.0
12942026-05-28T04:47:17.989Z Compiling heck v0.4.1
12952026-05-28T04:47:18.063Z Compiling semver v1.0.28
12962026-05-28T04:47:18.147Z Compiling clap_builder v4.6.0
12972026-05-28T04:47:18.186Z Compiling tempfile v3.25.0
12982026-05-28T04:47:18.219Z Compiling papergrid v0.11.0
12992026-05-28T04:47:18.250Z Compiling memmap v0.7.0
13002026-05-28T04:47:18.266Z Compiling smawk v0.3.2
13012026-05-28T04:47:18.308Z Compiling unicode-width v0.2.0
13022026-05-28T04:47:18.355Z Compiling unicode-linebreak v0.1.5
13032026-05-28T04:47:18.425Z Compiling camino-tempfile v1.4.1
13042026-05-28T04:47:18.449Z Compiling serde-untagged v0.1.9
13052026-05-28T04:47:18.575Z Compiling textwrap v0.16.2
13062026-05-28T04:47:18.627Z Compiling swrite v0.1.0
13072026-05-28T04:47:18.631Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13082026-05-28T04:47:19.024Z Compiling tabled_derive v0.7.0
13092026-05-28T04:47:19.672Z Compiling tabled v0.15.0
13102026-05-28T04:47:19.748Z Compiling synstructure v0.13.2
13112026-05-28T04:47:19.748Z Compiling pest_generator v2.8.6
13122026-05-28T04:47:20.274Z Compiling serde_derive v1.0.228
13132026-05-28T04:47:20.274Z Compiling zerofrom-derive v0.1.6
13142026-05-28T04:47:20.278Z Compiling yoke-derive v0.8.1
13152026-05-28T04:47:20.278Z Compiling zerovec-derive v0.11.2
13162026-05-28T04:47:20.278Z Compiling displaydoc v0.2.5
13172026-05-28T04:47:20.278Z Compiling thiserror-impl v1.0.69
13182026-05-28T04:47:20.278Z Compiling zerocopy-derive v0.7.35
13192026-05-28T04:47:20.278Z Compiling scroll_derive v0.12.1
13202026-05-28T04:47:20.278Z Compiling thiserror-impl v2.0.18
13212026-05-28T04:47:20.278Z Compiling clap_derive v4.6.1
13222026-05-28T04:47:20.386Z Compiling pest_derive v2.8.6
13232026-05-28T04:47:20.982Z Compiling scroll v0.12.0
13242026-05-28T04:47:21.108Z Compiling zerocopy v0.7.35
13252026-05-28T04:47:21.203Z Compiling goblin v0.8.2
13262026-05-28T04:47:21.410Z Compiling zerofrom v0.1.6
13272026-05-28T04:47:21.510Z Compiling yoke v0.8.1
13282026-05-28T04:47:21.520Z Compiling dtrace-parser v0.2.0
13292026-05-28T04:47:21.656Z Compiling zerovec v0.11.5
13302026-05-28T04:47:21.656Z Compiling zerotrie v0.2.3
13312026-05-28T04:47:21.753Z Compiling clap v4.6.1
13322026-05-28T04:47:22.074Z Compiling tinystr v0.8.2
13332026-05-28T04:47:22.074Z Compiling potential_utf v0.1.4
13342026-05-28T04:47:22.178Z Compiling icu_collections v2.1.1
13352026-05-28T04:47:22.224Z Compiling icu_locale_core v2.1.1
13362026-05-28T04:47:22.743Z Compiling icu_provider v2.1.1
13372026-05-28T04:47:22.821Z Compiling dof v0.3.0
13382026-05-28T04:47:22.821Z Compiling serde_tokenstream v0.2.3
13392026-05-28T04:47:22.832Z Compiling serde_spanned v0.6.9
13402026-05-28T04:47:22.835Z Compiling toml_datetime v0.6.11
13412026-05-28T04:47:22.835Z Compiling serde-value v0.7.0
13422026-05-28T04:47:22.835Z Compiling cargo-platform v0.2.0
13432026-05-28T04:47:22.835Z Compiling macaddr v1.0.1
13442026-05-28T04:47:22.955Z Compiling icu_properties v2.1.2
13452026-05-28T04:47:22.955Z Compiling icu_normalizer v2.1.1
13462026-05-28T04:47:23.019Z Compiling toml_edit v0.22.27
13472026-05-28T04:47:23.531Z Compiling usdt-attr-macro v0.5.0
13482026-05-28T04:47:23.534Z Compiling usdt-macro v0.5.0
13492026-05-28T04:47:23.764Z Compiling idna_adapter v1.2.1
13502026-05-28T04:47:23.863Z Compiling idna v1.1.0
13512026-05-28T04:47:24.109Z Compiling usdt v0.5.0
13522026-05-28T04:47:24.120Z Compiling url v2.5.8
13532026-05-28T04:47:24.291Z Compiling toml v0.8.23
13542026-05-28T04:47:24.620Z Compiling cargo-util-schemas v0.8.2
13552026-05-28T04:47:24.620Z Compiling cargo_toml v0.21.0
13562026-05-28T04:47:25.398Z Compiling cargo_metadata v0.21.0
13572026-05-28T04:47:26.315Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13582026-05-28T04:47:28.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
13592026-05-28T04:47:28.440Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13602026-05-28T04:47:29.238Z Compiling libc v0.2.185
13612026-05-28T04:47:29.238Z Compiling serde v1.0.228
13622026-05-28T04:47:29.238Z Compiling log v0.4.29
13632026-05-28T04:47:29.241Z Compiling find-msvc-tools v0.1.9
13642026-05-28T04:47:29.241Z Compiling shlex v1.3.0
13652026-05-28T04:47:29.241Z Compiling smallvec v1.15.1
13662026-05-28T04:47:29.241Z Compiling typenum v1.19.0
13672026-05-28T04:47:29.241Z Compiling subtle v2.6.1
13682026-05-28T04:47:29.378Z Compiling generic-array v0.14.7
13692026-05-28T04:47:29.384Z Compiling scopeguard v1.2.0
13702026-05-28T04:47:29.435Z Compiling const-oid v0.9.6
13712026-05-28T04:47:29.450Z Compiling serde_json v1.0.149
13722026-05-28T04:47:29.462Z Compiling syn v2.0.117
13732026-05-28T04:47:29.478Z Compiling zerocopy v0.8.40
13742026-05-28T04:47:29.490Z Compiling pin-project-lite v0.2.17
13752026-05-28T04:47:29.493Z Compiling parking_lot_core v0.9.12
13762026-05-28T04:47:29.546Z Compiling lock_api v0.4.14
13772026-05-28T04:47:29.577Z Compiling portable-atomic v1.13.1
13782026-05-28T04:47:29.640Z Compiling pkg-config v0.3.32
13792026-05-28T04:47:29.657Z Compiling bitflags v2.11.0
13802026-05-28T04:47:29.672Z Compiling critical-section v1.2.0
13812026-05-28T04:47:29.702Z Compiling libm v0.2.16
13822026-05-28T04:47:29.705Z Compiling futures-core v0.3.32
13832026-05-28T04:47:29.730Z Compiling num-traits v0.2.19
13842026-05-28T04:47:29.761Z Compiling percent-encoding v2.3.2
13852026-05-28T04:47:29.839Z Compiling futures-sink v0.3.32
13862026-05-28T04:47:29.842Z Compiling getrandom v0.4.1
13872026-05-28T04:47:29.887Z Compiling slab v0.4.12
13882026-05-28T04:47:29.915Z Compiling futures-io v0.3.32
13892026-05-28T04:47:29.915Z Compiling futures-task v0.3.32
13902026-05-28T04:47:29.967Z Compiling futures-channel v0.3.32
13912026-05-28T04:47:30.023Z Compiling cpufeatures v0.2.17
13922026-05-28T04:47:30.074Z Compiling rand_core v0.10.0
13932026-05-28T04:47:30.127Z Compiling indexmap v2.14.0
13942026-05-28T04:47:30.130Z Compiling getrandom v0.3.4
13952026-05-28T04:47:30.157Z Compiling rustversion v1.0.22
13962026-05-28T04:47:30.157Z Compiling form_urlencoded v1.2.2
13972026-05-28T04:47:30.187Z Compiling fs_extra v1.3.0
13982026-05-28T04:47:30.240Z Compiling dunce v1.0.5
13992026-05-28T04:47:30.255Z Compiling base64ct v1.8.3
14002026-05-28T04:47:30.259Z Compiling ident_case v1.0.1
14012026-05-28T04:47:30.259Z Compiling flagset v0.4.7
14022026-05-28T04:47:30.316Z Compiling rustix v1.1.3
14032026-05-28T04:47:30.352Z Compiling getrandom v0.2.17
14042026-05-28T04:47:30.367Z Compiling jobserver v0.1.34
14052026-05-28T04:47:30.409Z Compiling errno v0.3.14
14062026-05-28T04:47:30.446Z Compiling mio v1.2.0
14072026-05-28T04:47:30.476Z Compiling socket2 v0.6.3
14082026-05-28T04:47:30.498Z Compiling rand_core v0.6.4
14092026-05-28T04:47:30.567Z Compiling signal-hook-registry v1.4.8
14102026-05-28T04:47:30.586Z Compiling cc v1.2.56
14112026-05-28T04:47:30.661Z Compiling once_cell v1.21.3
14122026-05-28T04:47:30.693Z Compiling parking_lot v0.12.5
14132026-05-28T04:47:30.752Z Compiling pem-rfc7468 v0.7.0
14142026-05-28T04:47:30.768Z Compiling iana-time-zone v0.1.65
14152026-05-28T04:47:30.772Z Compiling regex-syntax v0.8.10
14162026-05-28T04:47:30.801Z Compiling aws-lc-rs v1.16.3
14172026-05-28T04:47:30.896Z Compiling vcpkg v0.2.15
14182026-05-28T04:47:30.913Z Compiling tracing-core v0.1.36
14192026-05-28T04:47:30.947Z Compiling uuid v1.23.0
14202026-05-28T04:47:30.947Z Compiling rustc_version v0.4.1
14212026-05-28T04:47:30.992Z Compiling base64 v0.22.1
14222026-05-28T04:47:31.091Z Compiling rand_core v0.9.5
14232026-05-28T04:47:31.107Z Compiling untrusted v0.7.1
14242026-05-28T04:47:31.131Z Compiling tinyvec_macros v0.1.1
14252026-05-28T04:47:31.185Z Compiling openssl-probe v0.2.1
14262026-05-28T04:47:31.228Z Compiling httparse v1.10.1
14272026-05-28T04:47:31.233Z Compiling untrusted v0.9.0
14282026-05-28T04:47:31.250Z Compiling tinyvec v1.10.0
14292026-05-28T04:47:31.323Z Compiling cmake v0.1.57
14302026-05-28T04:47:31.349Z Compiling aho-corasick v1.1.4
14312026-05-28T04:47:31.364Z Compiling tower-layer v0.3.3
14322026-05-28T04:47:31.380Z Compiling schemars v0.8.22
14332026-05-28T04:47:31.397Z Compiling rustls v0.23.37
14342026-05-28T04:47:31.411Z Compiling tower-service v0.3.3
14352026-05-28T04:47:31.513Z Compiling try-lock v0.2.5
14362026-05-28T04:47:31.525Z Compiling atomic-waker v1.1.2
14372026-05-28T04:47:31.528Z Compiling dyn-clone v1.0.20
14382026-05-28T04:47:31.554Z Compiling foreign-types-shared v0.1.1
14392026-05-28T04:47:31.595Z Compiling pin-utils v0.1.0
14402026-05-28T04:47:31.638Z Compiling want v0.3.1
14412026-05-28T04:47:31.650Z Compiling httpdate v1.0.3
14422026-05-28T04:47:31.669Z Compiling openssl v0.10.79
14432026-05-28T04:47:31.669Z Compiling foreign-types v0.3.2
14442026-05-28T04:47:31.672Z Compiling unicode-normalization v0.1.25
14452026-05-28T04:47:31.704Z Compiling socket2 v0.5.10
14462026-05-28T04:47:31.720Z Compiling spin v0.9.8
14472026-05-28T04:47:31.742Z Compiling native-tls v0.2.18
14482026-05-28T04:47:31.761Z Compiling powerfmt v0.2.0
14492026-05-28T04:47:31.768Z Compiling crc32fast v1.5.0
14502026-05-28T04:47:31.785Z Compiling time-core v0.1.8
14512026-05-28T04:47:31.820Z Compiling num-conv v0.2.0
14522026-05-28T04:47:31.896Z Compiling wait-timeout v0.2.1
14532026-05-28T04:47:31.954Z Compiling deranged v0.5.8
14542026-05-28T04:47:31.987Z Compiling tempfile v3.25.0
14552026-05-28T04:47:31.993Z Compiling sync_wrapper v1.0.2
14562026-05-28T04:47:32.001Z Compiling time-macros v0.2.27
14572026-05-28T04:47:32.015Z Compiling unicode-segmentation v1.12.0
14582026-05-28T04:47:32.018Z Compiling siphasher v1.0.2
14592026-05-28T04:47:32.018Z Compiling crossbeam-utils v0.8.21
14602026-05-28T04:47:32.110Z Compiling num_threads v0.1.7
14612026-05-28T04:47:32.134Z Compiling quick-error v1.2.3
14622026-05-28T04:47:32.169Z Compiling aws-lc-sys v0.40.0
14632026-05-28T04:47:32.169Z Compiling ring v0.17.14
14642026-05-28T04:47:32.201Z Compiling openssl-sys v0.9.115
14652026-05-28T04:47:32.214Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-28T04:47:32.228Z Compiling syn v1.0.109
14672026-05-28T04:47:32.247Z Compiling regex-automata v0.4.14
14682026-05-28T04:47:32.262Z Compiling synstructure v0.13.2
14692026-05-28T04:47:32.278Z Compiling serde_derive_internals v0.29.1
14702026-05-28T04:47:32.340Z Compiling pest_generator v2.8.6
14712026-05-28T04:47:32.383Z Compiling darling_core v0.20.11
14722026-05-28T04:47:32.439Z Compiling simd-adler32 v0.3.8
14732026-05-28T04:47:32.560Z Compiling bit-vec v0.8.0
14742026-05-28T04:47:32.733Z Compiling usdt-impl v0.6.0
14752026-05-28T04:47:32.810Z Compiling bit-set v0.8.0
14762026-05-28T04:47:32.983Z Compiling darling_core v0.21.3
14772026-05-28T04:47:32.997Z Compiling rusty-fork v0.3.1
14782026-05-28T04:47:33.000Z Compiling bzip2-sys v0.1.13+1.0.8
14792026-05-28T04:47:33.100Z Compiling slog v2.8.2
14802026-05-28T04:47:33.121Z Compiling heapless v0.7.17
14812026-05-28T04:47:33.137Z Compiling time v0.3.47
14822026-05-28T04:47:34.179Z Compiling rand_xorshift v0.4.0
14832026-05-28T04:47:34.182Z Compiling thread-id v5.1.0
14842026-05-28T04:47:34.182Z Compiling cookie v0.18.1
14852026-05-28T04:47:34.182Z Compiling zstd-safe v7.2.4
14862026-05-28T04:47:34.182Z Compiling iri-string v0.7.10
14872026-05-28T04:47:34.182Z Compiling unicode-properties v0.1.4
14882026-05-28T04:47:34.182Z Compiling allocator-api2 v0.2.21
14892026-05-28T04:47:34.182Z Compiling unicode-bidi v0.3.18
14902026-05-28T04:47:34.182Z Compiling paste v1.0.15
14912026-05-28T04:47:34.182Z Compiling ryu v1.0.23
14922026-05-28T04:47:34.182Z Compiling unarray v0.1.4
14932026-05-28T04:47:34.182Z Compiling signal-hook v0.3.18
14942026-05-28T04:47:34.182Z Compiling adler2 v2.0.1
14952026-05-28T04:47:34.182Z Compiling anyhow v1.0.102
14962026-05-28T04:47:34.182Z Compiling stringprep v0.1.5
14972026-05-28T04:47:34.182Z Compiling miniz_oxide v0.8.9
14982026-05-28T04:47:34.182Z Compiling heck v0.4.1
14992026-05-28T04:47:34.182Z Compiling serde_derive v1.0.228
15002026-05-28T04:47:34.187Z Compiling zeroize_derive v1.4.3
15012026-05-28T04:47:34.227Z Compiling zerofrom-derive v0.1.6
15022026-05-28T04:47:34.257Z Compiling yoke-derive v0.8.1
15032026-05-28T04:47:34.339Z Compiling zerovec-derive v0.11.2
15042026-05-28T04:47:34.416Z Compiling zerocopy-derive v0.8.40
15052026-05-28T04:47:34.524Z Compiling displaydoc v0.2.5
15062026-05-28T04:47:34.741Z Compiling tokio-macros v2.7.0
15072026-05-28T04:47:34.787Z Compiling futures-macro v0.3.32
15082026-05-28T04:47:34.895Z Compiling zeroize v1.8.2
15092026-05-28T04:47:34.931Z Compiling der_derive v0.7.3
15102026-05-28T04:47:35.300Z Compiling rustls-pki-types v1.14.0
15112026-05-28T04:47:35.495Z Compiling thiserror-impl v2.0.18
15122026-05-28T04:47:35.533Z Compiling tracing-attributes v0.1.31
15132026-05-28T04:47:35.551Z Compiling scroll_derive v0.13.1
15142026-05-28T04:47:35.589Z Compiling schemars_derive v0.8.22
15152026-05-28T04:47:35.657Z Compiling crypto-common v0.1.7
15162026-05-28T04:47:35.696Z Compiling zerofrom v0.1.6
15172026-05-28T04:47:35.719Z Compiling block-buffer v0.10.4
15182026-05-28T04:47:35.800Z Compiling futures-util v0.3.32
15192026-05-28T04:47:35.826Z Compiling yoke v0.8.1
15202026-05-28T04:47:35.845Z Compiling block-padding v0.3.3
15212026-05-28T04:47:35.914Z Compiling digest v0.10.7
15222026-05-28T04:47:35.954Z Compiling der v0.7.10
15232026-05-28T04:47:36.029Z Compiling zerovec v0.11.5
15242026-05-28T04:47:36.043Z Compiling zerotrie v0.2.3
15252026-05-28T04:47:36.184Z Compiling hmac v0.12.1
15262026-05-28T04:47:36.368Z Compiling inout v0.1.4
15272026-05-28T04:47:36.383Z Compiling sha2 v0.10.9
15282026-05-28T04:47:36.424Z Compiling pbkdf2 v0.12.2
15292026-05-28T04:47:36.439Z Compiling pest_derive v2.8.6
15302026-05-28T04:47:36.557Z Compiling tinystr v0.8.2
15312026-05-28T04:47:36.572Z Compiling potential_utf v0.1.4
15322026-05-28T04:47:36.572Z Compiling cipher v0.4.4
15332026-05-28T04:47:36.764Z Compiling icu_locale_core v2.1.1
15342026-05-28T04:47:36.784Z Compiling icu_collections v2.1.1
15352026-05-28T04:47:36.800Z Compiling spki v0.7.3
15362026-05-28T04:47:36.884Z Compiling salsa20 v0.10.2
15372026-05-28T04:47:36.933Z Compiling thiserror v2.0.18
15382026-05-28T04:47:36.947Z Compiling cbc v0.1.2
15392026-05-28T04:47:36.964Z Compiling tracing v0.1.44
15402026-05-28T04:47:36.964Z Compiling aes v0.8.4
15412026-05-28T04:47:37.037Z Compiling scrypt v0.11.0
15422026-05-28T04:47:37.069Z Compiling scroll v0.13.0
15432026-05-28T04:47:37.119Z Compiling darling_macro v0.20.11
15442026-05-28T04:47:37.208Z Compiling openssl-macros v0.1.1
15452026-05-28T04:47:37.261Z Compiling rustls-native-certs v0.8.3
15462026-05-28T04:47:37.298Z Compiling goblin v0.10.5
15472026-05-28T04:47:37.320Z Compiling dtrace-parser v0.3.0
15482026-05-28T04:47:37.355Z Compiling signature v2.2.0
15492026-05-28T04:47:37.556Z Compiling bytes v1.11.1
15502026-05-28T04:47:37.571Z Compiling icu_provider v2.1.1
15512026-05-28T04:47:37.633Z Compiling chrono v0.4.44
15522026-05-28T04:47:37.647Z Compiling pkcs5 v0.7.1
15532026-05-28T04:47:37.651Z Compiling ipnet v2.11.0
15542026-05-28T04:47:37.741Z Compiling darling v0.20.11
15552026-05-28T04:47:37.786Z Compiling webpki-roots v1.0.6
15562026-05-28T04:47:37.837Z Compiling icu_properties v2.1.2
15572026-05-28T04:47:37.885Z Compiling icu_normalizer v2.1.1
15582026-05-28T04:47:37.921Z Compiling derive_builder_core v0.20.2
15592026-05-28T04:47:38.056Z Compiling tokio v1.52.1
15602026-05-28T04:47:38.092Z Compiling http v1.4.0
15612026-05-28T04:47:38.121Z Compiling pkcs8 v0.10.2
15622026-05-28T04:47:38.161Z Compiling scroll_derive v0.12.1
15632026-05-28T04:47:38.191Z Compiling thiserror-impl v1.0.69
15642026-05-28T04:47:38.206Z Compiling serde_tokenstream v0.2.3
15652026-05-28T04:47:38.452Z Compiling toml_datetime v0.6.11
15662026-05-28T04:47:38.467Z Compiling serde_urlencoded v0.7.1
15672026-05-28T04:47:38.541Z Compiling erased-serde v0.3.31
15682026-05-28T04:47:38.728Z Compiling idna_adapter v1.2.1
15692026-05-28T04:47:38.728Z Compiling http-body v1.0.1
15702026-05-28T04:47:38.819Z Compiling ppv-lite86 v0.2.21
15712026-05-28T04:47:38.855Z Compiling idna v1.1.0
15722026-05-28T04:47:38.881Z Compiling scroll v0.12.0
15732026-05-28T04:47:38.898Z Compiling http-body-util v0.1.3
15742026-05-28T04:47:38.921Z Compiling derive_builder_macro v0.20.2
15752026-05-28T04:47:38.956Z Compiling serde_spanned v0.6.9
15762026-05-28T04:47:39.029Z Compiling md-5 v0.10.6
15772026-05-28T04:47:39.076Z Compiling darling_macro v0.21.3
15782026-05-28T04:47:39.080Z Compiling bstr v1.12.1
15792026-05-28T04:47:39.105Z Compiling async-trait v0.1.89
15802026-05-28T04:47:39.122Z Compiling pin-project-internal v1.1.11
15812026-05-28T04:47:39.206Z Compiling url v2.5.8
15822026-05-28T04:47:39.224Z Compiling rand_chacha v0.9.0
15832026-05-28T04:47:39.227Z Compiling rand_chacha v0.3.1
15842026-05-28T04:47:39.255Z Compiling zerocopy-derive v0.7.35
15852026-05-28T04:47:39.489Z Compiling rand v0.9.2
15862026-05-28T04:47:39.526Z Compiling thiserror v1.0.69
15872026-05-28T04:47:39.576Z Compiling num-integer v0.1.46
15882026-05-28T04:47:39.606Z Compiling vergen-lib v9.1.0
15892026-05-28T04:47:39.644Z Compiling curve25519-dalek v4.1.3
15902026-05-28T04:47:39.801Z Compiling ff v0.13.1
15912026-05-28T04:47:39.924Z Compiling hash32 v0.2.1
15922026-05-28T04:47:39.952Z Compiling memoffset v0.9.1
15932026-05-28T04:47:39.966Z Compiling encoding_rs v0.8.35
15942026-05-28T04:47:40.052Z Compiling ref-cast v1.0.25
15952026-05-28T04:47:40.087Z Compiling dof v0.4.0
15962026-05-28T04:47:40.144Z Compiling proptest v1.10.0
15972026-05-28T04:47:40.182Z Compiling smoltcp v0.9.1
15982026-05-28T04:47:40.182Z Compiling fallible-iterator v0.2.0
15992026-05-28T04:47:40.217Z Compiling base16ct v0.2.0
16002026-05-28T04:47:40.276Z Compiling rustix v0.38.44
16012026-05-28T04:47:40.303Z Compiling mime v0.3.17
16022026-05-28T04:47:40.328Z Compiling litrs v1.0.0
16032026-05-28T04:47:40.359Z Compiling num-bigint-dig v0.8.6
16042026-05-28T04:47:40.387Z Compiling cfg_aliases v0.2.1
16052026-05-28T04:47:40.419Z Compiling psl-types v2.0.11
16062026-05-28T04:47:40.475Z Compiling zlib-rs v0.6.2
16072026-05-28T04:47:40.518Z Compiling nix v0.31.2
16082026-05-28T04:47:40.569Z Compiling ipnetwork v0.21.1
16092026-05-28T04:47:40.613Z Compiling publicsuffix v2.3.0
16102026-05-28T04:47:40.629Z Compiling postgres-protocol v0.6.10
16112026-05-28T04:47:40.710Z Compiling sec1 v0.7.3
16122026-05-28T04:47:40.773Z Compiling pin-project v1.1.11
16132026-05-28T04:47:40.871Z Compiling document-features v0.2.12
16142026-05-28T04:47:40.894Z Compiling oxnet v0.1.5
16152026-05-28T04:47:40.919Z Compiling zerocopy v0.7.35
16162026-05-28T04:47:41.105Z Compiling group v0.13.0
16172026-05-28T04:47:41.120Z Compiling num-iter v0.1.45
16182026-05-28T04:47:41.156Z Compiling darling v0.21.3
16192026-05-28T04:47:41.222Z Compiling derive_builder v0.20.2
16202026-05-28T04:47:41.256Z Compiling rand v0.8.6
16212026-05-28T04:47:41.270Z Compiling goblin v0.8.2
16222026-05-28T04:47:41.317Z Compiling futures-executor v0.3.32
16232026-05-28T04:47:41.333Z Compiling hubpack_derive v0.1.1
16242026-05-28T04:47:41.366Z Compiling hex v0.4.3
16252026-05-28T04:47:41.434Z Compiling hkdf v0.12.4
16262026-05-28T04:47:41.515Z Compiling crypto-bigint v0.5.5
16272026-05-28T04:47:41.531Z Compiling regex v1.12.3
16282026-05-28T04:47:41.603Z Compiling snafu-derive v0.8.9
16292026-05-28T04:47:41.655Z Compiling strum_macros v0.27.2
16302026-05-28T04:47:41.669Z Compiling curve25519-dalek-derive v0.1.1
16312026-05-28T04:47:41.705Z Compiling ref-cast-impl v1.0.25
16322026-05-28T04:47:41.722Z Compiling daft-derive v0.1.7
16332026-05-28T04:47:41.990Z Compiling tokio-util v0.7.18
16342026-05-28T04:47:41.993Z Compiling tower v0.5.3
16352026-05-28T04:47:42.108Z Compiling tokio-native-tls v0.3.1
16362026-05-28T04:47:42.152Z Compiling phf_shared v0.13.1
16372026-05-28T04:47:42.285Z Compiling terminal_size v0.4.3
16382026-05-28T04:47:42.310Z Compiling lazy_static v1.5.0
16392026-05-28T04:47:42.358Z Compiling anstyle-parse v0.2.7
16402026-05-28T04:47:42.411Z Compiling tower-http v0.6.8
16412026-05-28T04:47:42.432Z Compiling vergen v9.1.0
16422026-05-28T04:47:42.446Z Compiling cargo-platform v0.3.2
16432026-05-28T04:47:42.482Z Compiling newtype-uuid v1.3.2
16442026-05-28T04:47:42.499Z Compiling fs-err v3.3.0
16452026-05-28T04:47:42.565Z Compiling ahash v0.8.12
16462026-05-28T04:47:42.685Z Compiling winnow v0.5.40
16472026-05-28T04:47:42.724Z Compiling h2 v0.4.13
16482026-05-28T04:47:42.765Z Compiling same-file v1.0.6
16492026-05-28T04:47:42.788Z Compiling bumpalo v3.20.2
16502026-05-28T04:47:42.843Z Compiling foldhash v0.1.5
16512026-05-28T04:47:42.885Z Compiling foldhash v0.2.0
16522026-05-28T04:47:42.903Z Compiling bitflags v1.3.2
16532026-05-28T04:47:42.947Z Compiling object v0.37.3
16542026-05-28T04:47:42.988Z Compiling libbz2-rs-sys v0.2.2
16552026-05-28T04:47:43.030Z Compiling managed v0.8.0
16562026-05-28T04:47:43.067Z Compiling hashbrown v0.16.1
16572026-05-28T04:47:43.088Z Compiling zopfli v0.8.3
16582026-05-28T04:47:43.132Z Compiling hashbrown v0.15.5
16592026-05-28T04:47:43.294Z Compiling flate2 v1.1.9
16602026-05-28T04:47:43.598Z Compiling snafu v0.8.9
16612026-05-28T04:47:43.678Z Compiling dof v0.3.0
16622026-05-28T04:47:43.694Z Compiling bzip2 v0.6.1
16632026-05-28T04:47:43.698Z Compiling clap_builder v4.6.0
16642026-05-28T04:47:43.726Z Compiling walkdir v2.5.0
16652026-05-28T04:47:43.730Z Compiling strum v0.27.2
16662026-05-28T04:47:43.777Z Compiling daft v0.1.7
16672026-05-28T04:47:43.839Z Compiling cargo_metadata v0.23.1
16682026-05-28T04:47:43.896Z Compiling anstream v0.6.21
16692026-05-28T04:47:43.911Z Compiling elliptic-curve v0.13.8
16702026-05-28T04:47:43.943Z Compiling toml_edit v0.19.15
16712026-05-28T04:47:44.061Z Compiling phf v0.13.1
16722026-05-28T04:47:44.099Z Compiling signal-hook-mio v0.2.5
16732026-05-28T04:47:44.201Z Compiling hubpack v0.1.2
16742026-05-28T04:47:44.237Z Compiling cookie_store v0.22.1
16752026-05-28T04:47:44.251Z Compiling usdt-macro v0.6.0
16762026-05-28T04:47:44.269Z Compiling usdt-attr-macro v0.6.0
16772026-05-28T04:47:44.367Z Compiling bzip2 v0.4.4
16782026-05-28T04:47:44.439Z Compiling futures v0.3.32
16792026-05-28T04:47:44.474Z Compiling serde_with_macros v3.17.0
16802026-05-28T04:47:44.553Z Compiling postgres-types v0.2.12
16812026-05-28T04:47:44.599Z Compiling zstd v0.13.3
16822026-05-28T04:47:44.820Z Compiling dtrace-parser v0.2.0
16832026-05-28T04:47:44.886Z Compiling globset v0.4.18
16842026-05-28T04:47:44.923Z Compiling ed25519 v2.2.3
16852026-05-28T04:47:45.063Z Compiling pkcs1 v0.7.5
16862026-05-28T04:47:45.128Z Compiling serde-big-array v0.5.1
16872026-05-28T04:47:45.148Z Compiling serde_plain v1.0.2
16882026-05-28T04:47:45.292Z Compiling olpc-cjson v0.1.4
16892026-05-28T04:47:45.314Z Compiling rfc6979 v0.4.0
16902026-05-28T04:47:45.364Z Compiling strum_macros v0.26.4
16912026-05-28T04:47:45.467Z Compiling serde_repr v0.1.20
16922026-05-28T04:47:45.483Z Compiling enum-as-inner v0.6.1
16932026-05-28T04:47:45.500Z Compiling clap_derive v4.6.1
16942026-05-28T04:47:45.606Z Compiling async-recursion v1.1.1
16952026-05-28T04:47:45.621Z Compiling phf_shared v0.11.3
16962026-05-28T04:47:45.657Z Compiling float-cmp v0.10.0
16972026-05-28T04:47:45.790Z Compiling hyper v1.8.1
16982026-05-28T04:47:45.822Z Compiling pem v3.0.6
16992026-05-28T04:47:45.855Z Compiling memmap2 v0.9.10
17002026-05-28T04:47:45.878Z Compiling thread-id v4.2.2
17012026-05-28T04:47:45.982Z Compiling env_filter v1.0.0
17022026-05-28T04:47:46.049Z Compiling predicates-core v1.0.10
17032026-05-28T04:47:46.066Z Compiling fixedbitset v0.4.2
17042026-05-28T04:47:46.109Z Compiling whoami v2.1.0
17052026-05-28T04:47:46.206Z Compiling jiff v0.2.21
17062026-05-28T04:47:46.260Z Compiling normalize-line-endings v0.3.0
17072026-05-28T04:47:46.296Z Compiling typed-path v0.9.3
17082026-05-28T04:47:46.315Z Compiling difflib v0.4.0
17092026-05-28T04:47:46.333Z Compiling data-encoding v2.10.0
17102026-05-28T04:47:46.370Z Compiling fixedbitset v0.5.7
17112026-05-28T04:47:46.518Z Compiling precomputed-hash v0.1.1
17122026-05-28T04:47:46.627Z Compiling static_assertions v1.1.0
17132026-05-28T04:47:46.689Z Compiling keccak v0.1.6
17142026-05-28T04:47:46.712Z Compiling new_debug_unreachable v1.0.6
17152026-05-28T04:47:46.729Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-05-28T04:47:46.806Z Compiling string_cache v0.8.9
17172026-05-28T04:47:46.827Z Compiling hickory-proto v0.25.2
17182026-05-28T04:47:46.843Z Compiling petgraph v0.8.3
17192026-05-28T04:47:46.912Z Compiling sha3 v0.10.8
17202026-05-28T04:47:47.061Z Compiling hyper-util v0.1.20
17212026-05-28T04:47:47.076Z Compiling predicates v3.1.4
17222026-05-28T04:47:47.079Z Compiling tokio-postgres v0.7.16
17232026-05-28T04:47:47.206Z Compiling strum v0.26.3
17242026-05-28T04:47:47.361Z Compiling petgraph v0.6.5
17252026-05-28T04:47:47.376Z Compiling clap v4.6.1
17262026-05-28T04:47:47.389Z Compiling toml_edit v0.22.27
17272026-05-28T04:47:47.473Z Compiling env_logger v0.11.9
17282026-05-28T04:47:47.493Z Compiling usdt v0.6.0
17292026-05-28T04:47:47.513Z Compiling usdt-impl v0.5.0
17302026-05-28T04:47:47.571Z Compiling serde_with v3.17.0
17312026-05-28T04:47:47.769Z Compiling crossterm v0.28.1
17322026-05-28T04:47:47.788Z Compiling ecdsa v0.16.9
17332026-05-28T04:47:47.858Z Compiling toml v0.7.8
17342026-05-28T04:47:48.117Z Compiling rsa v0.9.10
17352026-05-28T04:47:48.202Z Compiling ed25519-dalek v2.2.0
17362026-05-28T04:47:48.480Z Compiling hyper-tls v0.6.0
17372026-05-28T04:47:48.881Z Compiling zip v4.6.1
17382026-05-28T04:47:48.911Z Compiling zip v0.6.6
17392026-05-28T04:47:48.914Z Compiling iddqd v0.4.2
17402026-05-28T04:47:49.375Z Compiling toml_parser v1.0.9+spec-1.1.0
17412026-05-28T04:47:49.477Z Compiling tokio-stream v0.1.18
17422026-05-28T04:47:49.565Z Compiling buf-list v1.1.2
17432026-05-28T04:47:49.584Z Compiling similar v2.7.0
17442026-05-28T04:47:49.649Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-05-28T04:47:49.666Z Compiling openapiv3 v2.2.0
17462026-05-28T04:47:49.866Z Compiling x509-cert v0.2.5
17472026-05-28T04:47:49.928Z Compiling sha1 v0.10.6
17482026-05-28T04:47:49.969Z Compiling crossbeam-epoch v0.9.18
17492026-05-28T04:47:49.984Z Compiling lalrpop-util v0.19.12
17502026-05-28T04:47:50.034Z Compiling peg-runtime v0.8.5
17512026-05-28T04:47:50.185Z Compiling either v1.15.0
17522026-05-28T04:47:50.191Z Compiling thread_local v1.1.9
17532026-05-28T04:47:50.213Z Compiling slog-async v2.8.0
17542026-05-28T04:47:50.314Z Compiling crossbeam-channel v0.5.15
17552026-05-28T04:47:50.328Z Compiling filetime v0.2.27
17562026-05-28T04:47:50.350Z Compiling is-terminal v0.4.17
17572026-05-28T04:47:50.418Z Compiling take_mut v0.2.2
17582026-05-28T04:47:50.461Z Compiling term v1.2.1
17592026-05-28T04:47:50.477Z Compiling xattr v1.6.1
17602026-05-28T04:47:50.668Z Compiling tar v0.4.45
17612026-05-28T04:47:50.789Z Compiling slog-term v2.9.2
17622026-05-28T04:48:08.279Z Compiling rustls-webpki v0.103.9
17632026-05-28T04:48:11.046Z Compiling tokio-rustls v0.26.4
17642026-05-28T04:48:11.046Z Compiling rustls-platform-verifier v0.6.2
17652026-05-28T04:48:11.245Z Compiling hyper-rustls v0.27.7
17662026-05-28T04:48:11.436Z Compiling reqwest v0.12.28
17672026-05-28T04:48:11.436Z Compiling reqwest v0.13.2
17682026-05-28T04:48:12.635Z Compiling tough v0.22.0
17692026-05-28T04:48:15.131Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-28T04:48:15.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-28T04:48:18.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.73s
17722026-05-28T04:48:18.362Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17732026-05-28T04:48:18.416ZMay 28 04:48:17.544 INFO Starting download, target: Cockroach
17742026-05-28T04:48:18.416ZMay 28 04:48:17.545 INFO Starting download, target: Clickhouse
17752026-05-28T04:48:18.416ZMay 28 04:48:17.545 INFO Starting download, target: Console
17762026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Starting download, target: DendriteStub
17772026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Starting download, target: MaghemiteMgd
17782026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Starting download, target: MaghemiteDdmd
17792026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Starting download, target: TransceiverControl
17802026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17822026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17832026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17842026-05-28T04:48:18.420ZMay 28 04:48:17.545 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17852026-05-28T04:48:18.421ZMay 28 04:48:17.546 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17862026-05-28T04:48:18.421ZMay 28 04:48:17.546 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17872026-05-28T04:48:19.474ZMay 28 04:48:18.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17882026-05-28T04:48:19.670ZMay 28 04:48:18.761 INFO Download complete, target: Console
17892026-05-28T04:48:19.971ZMay 28 04:48:19.068 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-05-28T04:48:20.178ZMay 28 04:48:19.277 INFO Download complete, target: TransceiverControl
17912026-05-28T04:48:21.552ZMay 28 04:48:20.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17922026-05-28T04:48:21.850ZMay 28 04:48:20.971 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17932026-05-28T04:48:22.165ZMay 28 04:48:21.293 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17942026-05-28T04:48:22.296ZMay 28 04:48:21.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-05-28T04:48:22.780ZMay 28 04:48:21.909 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-05-28T04:48:22.780ZMay 28 04:48:21.909 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-05-28T04:48:23.790ZMay 28 04:48:22.912 INFO Download complete, target: MaghemiteDdmd
17982026-05-28T04:48:25.188ZMay 28 04:48:24.310 INFO Download complete, target: MaghemiteMgd
17992026-05-28T04:48:25.189ZMay 28 04:48:24.310 INFO Download complete, target: DendriteStub
18002026-05-28T04:48:27.461ZMay 28 04:48:26.590 INFO Checking that binary works, target: Cockroach
18012026-05-28T04:48:27.593ZMay 28 04:48:26.722 INFO Download complete, target: Cockroach
18022026-05-28T04:48:28.341ZMay 28 04:48:27.469 INFO Checking that binary works, target: Clickhouse
18032026-05-28T04:48:28.428ZMay 28 04:48:27.557 INFO Download complete, target: Clickhouse
18042026-05-28T04:48:28.434ZAll prerequisites installed successfully
18052026-05-28T04:48:28.438Z
18062026-05-28T04:48:28.438Zreal 1:28.619635233
18072026-05-28T04:48:28.438Zuser 6:46.384012724
18082026-05-28T04:48:28.438Zsys 1:43.345090657
18092026-05-28T04:48:28.438Ztrap 0.215193705
18102026-05-28T04:48:28.438Ztflt 1.251613988
18112026-05-28T04:48:28.438Zdflt 1.858562770
18122026-05-28T04:48:28.438Zkflt 0.039073788
18132026-05-28T04:48:28.438Zlock 23:55.901284114
18142026-05-28T04:48:28.438Zslp 18:17.619759316
18152026-05-28T04:48:28.438Zlat 21.760245860
18162026-05-28T04:48:28.438Zstop 2:41.020032034
18172026-05-28T04:48:28.438Z+ source ./tools/include/force-git-over-https.sh
18182026-05-28T04:48:28.438Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18192026-05-28T04:48:28.438Z++ (( i = 0 ))
18202026-05-28T04:48:28.438Z++ (( i < 5 ))
18212026-05-28T04:48:28.438Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18222026-05-28T04:48:28.442Z++ (( i++ ))
18232026-05-28T04:48:28.442Z++ (( i < 5 ))
18242026-05-28T04:48:28.442Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18252026-05-28T04:48:28.445Z++ (( i++ ))
18262026-05-28T04:48:28.445Z++ (( i < 5 ))
18272026-05-28T04:48:28.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18282026-05-28T04:48:28.445Z++ (( i++ ))
18292026-05-28T04:48:28.445Z++ (( i < 5 ))
18302026-05-28T04:48:28.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18312026-05-28T04:48:28.525Z++ (( i++ ))
18322026-05-28T04:48:28.525Z++ (( i < 5 ))
18332026-05-28T04:48:28.526Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18342026-05-28T04:48:28.526Z++ (( i++ ))
18352026-05-28T04:48:28.526Z++ (( i < 5 ))
18362026-05-28T04:48:28.526Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-05-28T04:48:28.526Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18382026-05-28T04:48:28.526Z+ rc=0
18392026-05-28T04:48:28.526Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18402026-05-28T04:48:35.307Z+ case $rc in
18412026-05-28T04:48:35.307Z+ pfexec zfs create -p rpool/images/build/host
18422026-05-28T04:48:35.435Z+ pfexec zfs create -p rpool/images/build/recovery
18432026-05-28T04:48:35.479Z+ cargo xtask releng --output-dir /work --mkincorp
18442026-05-28T04:48:35.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18452026-05-28T04:48:36.029Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18462026-05-28T04:48:36.904Z Compiling proc-macro2 v1.0.106
18472026-05-28T04:48:36.904Z Compiling quote v1.0.45
18482026-05-28T04:48:36.904Z Compiling unicode-ident v1.0.24
18492026-05-28T04:48:36.904Z Compiling libc v0.2.185
18502026-05-28T04:48:36.908Z Compiling serde_core v1.0.228
18512026-05-28T04:48:36.908Z Compiling serde v1.0.228
18522026-05-28T04:48:36.908Z Compiling cfg-if v1.0.4
18532026-05-28T04:48:36.908Z Compiling version_check v0.9.5
18542026-05-28T04:48:36.908Z Compiling shlex v1.3.0
18552026-05-28T04:48:36.908Z Compiling find-msvc-tools v0.1.9
18562026-05-28T04:48:36.908Z Compiling typenum v1.19.0
18572026-05-28T04:48:36.908Z Compiling autocfg v1.5.0
18582026-05-28T04:48:37.045Z Compiling memchr v2.8.0
18592026-05-28T04:48:37.048Z Compiling zmij v1.0.21
18602026-05-28T04:48:37.049Z Compiling zerocopy v0.8.40
18612026-05-28T04:48:37.222Z Compiling serde_json v1.0.149
18622026-05-28T04:48:37.222Z Compiling portable-atomic v1.13.1
18632026-05-28T04:48:37.400Z Compiling libm v0.2.16
18642026-05-28T04:48:37.568Z Compiling generic-array v0.14.7
18652026-05-28T04:48:37.585Z Compiling parking_lot_core v0.9.12
18662026-05-28T04:48:37.588Z Compiling smallvec v1.15.1
18672026-05-28T04:48:37.648Z Compiling icu_normalizer_data v2.1.1
18682026-05-28T04:48:37.654Z Compiling icu_properties_data v2.1.2
18692026-05-28T04:48:37.690Z Compiling log v0.4.29
18702026-05-28T04:48:37.728Z Compiling pkg-config v0.3.32
18712026-05-28T04:48:37.744Z Compiling num-traits v0.2.19
18722026-05-28T04:48:37.748Z Compiling itoa v1.0.17
18732026-05-28T04:48:37.867Z Compiling getrandom v0.4.1
18742026-05-28T04:48:37.883Z Compiling subtle v2.6.1
18752026-05-28T04:48:37.932Z Compiling getrandom v0.3.4
18762026-05-28T04:48:37.961Z Compiling scopeguard v1.2.0
18772026-05-28T04:48:37.975Z Compiling stable_deref_trait v1.2.1
18782026-05-28T04:48:38.026Z Compiling jobserver v0.1.34
18792026-05-28T04:48:38.042Z Compiling getrandom v0.2.17
18802026-05-28T04:48:38.068Z Compiling errno v0.3.14
18812026-05-28T04:48:38.084Z Compiling lock_api v0.4.14
18822026-05-28T04:48:38.199Z Compiling rand_core v0.6.4
18832026-05-28T04:48:38.202Z Compiling rustix v1.1.3
18842026-05-28T04:48:38.259Z Compiling cc v1.2.56
18852026-05-28T04:48:38.353Z Compiling syn v2.0.117
18862026-05-28T04:48:38.387Z Compiling fs_extra v1.3.0
18872026-05-28T04:48:38.387Z Compiling dunce v1.0.5
18882026-05-28T04:48:38.470Z Compiling critical-section v1.2.0
18892026-05-28T04:48:38.550Z Compiling pin-project-lite v0.2.17
18902026-05-28T04:48:38.635Z Compiling percent-encoding v2.3.2
18912026-05-28T04:48:38.674Z Compiling const-oid v0.9.6
18922026-05-28T04:48:38.691Z Compiling thiserror v2.0.18
18932026-05-28T04:48:38.709Z Compiling writeable v0.6.2
18942026-05-28T04:48:38.713Z Compiling litemap v0.8.1
18952026-05-28T04:48:39.164Z Compiling fnv v1.0.7
18962026-05-28T04:48:39.164Z Compiling once_cell v1.21.3
18972026-05-28T04:48:39.164Z Compiling rustversion v1.0.22
18982026-05-28T04:48:39.164Z Compiling aws-lc-rs v1.16.3
18992026-05-28T04:48:39.164Z Compiling signal-hook-registry v1.4.8
19002026-05-28T04:48:39.164Z Compiling cmake v0.1.57
19012026-05-28T04:48:39.225Z Compiling heck v0.5.0
19022026-05-28T04:48:39.241Z Compiling semver v1.0.28
19032026-05-28T04:48:39.275Z Compiling equivalent v1.0.2
19042026-05-28T04:48:39.293Z Compiling futures-core v0.3.32
19052026-05-28T04:48:39.390Z Compiling bitflags v2.11.0
19062026-05-28T04:48:39.482Z Compiling parking_lot v0.12.5
19072026-05-28T04:48:39.541Z Compiling mio v1.2.0
19082026-05-28T04:48:39.562Z Compiling httparse v1.10.1
19092026-05-28T04:48:39.650Z Compiling socket2 v0.6.3
19102026-05-28T04:48:39.673Z Compiling ring v0.17.14
19112026-05-28T04:48:39.678Z Compiling aws-lc-sys v0.40.0
19122026-05-28T04:48:39.730Z Compiling utf8_iter v1.0.4
19132026-05-28T04:48:39.764Z Compiling vcpkg v0.2.15
19142026-05-28T04:48:39.765Z Compiling schemars v0.8.22
19152026-05-28T04:48:39.990Z Compiling form_urlencoded v1.2.2
19162026-05-28T04:48:40.160Z Compiling hashbrown v0.17.0
19172026-05-28T04:48:40.305Z Compiling rustls v0.23.37
19182026-05-28T04:48:40.330Z Compiling openssl-sys v0.9.115
19192026-05-28T04:48:40.354Z Compiling futures-sink v0.3.32
19202026-05-28T04:48:40.358Z Compiling rand_core v0.10.0
19212026-05-28T04:48:40.374Z Compiling crc32fast v1.5.0
19222026-05-28T04:48:40.526Z Compiling futures-channel v0.3.32
19232026-05-28T04:48:40.640Z Compiling futures-task v0.3.32
19242026-05-28T04:48:40.653Z Compiling futures-io v0.3.32
19252026-05-28T04:48:40.679Z Compiling cpufeatures v0.2.17
19262026-05-28T04:48:40.703Z Compiling slab v0.4.12
19272026-05-28T04:48:40.768Z Compiling rustc_version v0.4.1
19282026-05-28T04:48:40.790Z Compiling indexmap v2.14.0
19292026-05-28T04:48:40.903Z Compiling strsim v0.11.1
19302026-05-28T04:48:40.946Z Compiling byteorder v1.5.0
19312026-05-28T04:48:40.986Z Compiling ucd-trie v0.1.7
19322026-05-28T04:48:41.069Z Compiling num-conv v0.2.0
19332026-05-28T04:48:41.109Z Compiling time-core v0.1.8
19342026-05-28T04:48:41.177Z Compiling openssl v0.10.79
19352026-05-28T04:48:41.222Z Compiling synstructure v0.13.2
19362026-05-28T04:48:41.278Z Compiling serde_derive_internals v0.29.1
19372026-05-28T04:48:41.288Z Compiling pest v2.8.6
19382026-05-28T04:48:41.288Z Compiling ident_case v1.0.1
19392026-05-28T04:48:41.348Z Compiling time-macros v0.2.27
19402026-05-28T04:48:41.371Z Compiling thiserror v1.0.69
19412026-05-28T04:48:41.488Z Compiling iana-time-zone v0.1.65
19422026-05-28T04:48:41.647Z Compiling syn v1.0.109
19432026-05-28T04:48:41.683Z Compiling regex-syntax v0.8.10
19442026-05-28T04:48:41.687Z Compiling native-tls v0.2.18
19452026-05-28T04:48:41.700Z Compiling base64 v0.22.1
19462026-05-28T04:48:41.838Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-05-28T04:48:41.898Z Compiling base64ct v1.8.3
19482026-05-28T04:48:41.943Z Compiling untrusted v0.9.0
19492026-05-28T04:48:41.967Z Compiling crossbeam-utils v0.8.21
19502026-05-28T04:48:42.057Z Compiling uuid v1.23.0
19512026-05-28T04:48:42.180Z Compiling pem-rfc7468 v0.7.0
19522026-05-28T04:48:42.209Z Compiling slog v2.8.2
19532026-05-28T04:48:42.314Z Compiling flagset v0.4.7
19542026-05-28T04:48:42.350Z Compiling pest_meta v2.8.6
19552026-05-28T04:48:42.455Z Compiling rand_core v0.9.5
19562026-05-28T04:48:42.466Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-05-28T04:48:42.483Z Compiling tracing-core v0.1.36
19582026-05-28T04:48:42.498Z Compiling serde_derive v1.0.228
19592026-05-28T04:48:42.527Z Compiling zeroize_derive v1.4.3
19602026-05-28T04:48:42.577Z Compiling zerofrom-derive v0.1.6
19612026-05-28T04:48:42.687Z Compiling yoke-derive v0.8.1
19622026-05-28T04:48:42.697Z Compiling zerocopy-derive v0.8.40
19632026-05-28T04:48:42.721Z Compiling zerovec-derive v0.11.2
19642026-05-28T04:48:42.775Z Compiling displaydoc v0.2.5
19652026-05-28T04:48:42.928Z Compiling tokio-macros v2.7.0
19662026-05-28T04:48:43.021Z Compiling futures-macro v0.3.32
19672026-05-28T04:48:43.157Z Compiling zeroize v1.8.2
19682026-05-28T04:48:43.530Z Compiling der_derive v0.7.3
19692026-05-28T04:48:43.642Z Compiling thiserror-impl v2.0.18
19702026-05-28T04:48:43.656Z Compiling tracing-attributes v0.1.31
19712026-05-28T04:48:43.673Z Compiling schemars_derive v0.8.22
19722026-05-28T04:48:43.737Z Compiling zerofrom v0.1.6
19732026-05-28T04:48:43.815Z Compiling futures-util v0.3.32
19742026-05-28T04:48:43.855Z Compiling yoke v0.8.1
19752026-05-28T04:48:44.030Z Compiling crypto-common v0.1.7
19762026-05-28T04:48:44.077Z Compiling zerovec v0.11.5
19772026-05-28T04:48:44.145Z Compiling zerotrie v0.2.3
19782026-05-28T04:48:44.281Z Compiling block-buffer v0.10.4
19792026-05-28T04:48:44.440Z Compiling digest v0.10.7
19802026-05-28T04:48:44.598Z Compiling tinystr v0.8.2
19812026-05-28T04:48:44.636Z Compiling potential_utf v0.1.4
19822026-05-28T04:48:44.828Z Compiling icu_locale_core v2.1.1
19832026-05-28T04:48:44.844Z Compiling icu_collections v2.1.1
19842026-05-28T04:48:44.849Z Compiling hmac v0.12.1
19852026-05-28T04:48:44.911Z Compiling block-padding v0.3.3
19862026-05-28T04:48:45.040Z Compiling rustls-pki-types v1.14.0
19872026-05-28T04:48:45.054Z Compiling inout v0.1.4
19882026-05-28T04:48:45.258Z Compiling pest_generator v2.8.6
19892026-05-28T04:48:45.512Z Compiling openssl-macros v0.1.1
19902026-05-28T04:48:45.643Z Compiling icu_provider v2.1.1
19912026-05-28T04:48:45.735Z Compiling bytes v1.11.1
19922026-05-28T04:48:45.929Z Compiling icu_normalizer v2.1.1
19932026-05-28T04:48:45.945Z Compiling icu_properties v2.1.2
19942026-05-28T04:48:45.945Z Compiling chrono v0.4.44
19952026-05-28T04:48:45.948Z Compiling pest_derive v2.8.6
19962026-05-28T04:48:46.249Z Compiling cipher v0.4.4
19972026-05-28T04:48:46.282Z Compiling tokio v1.52.1
19982026-05-28T04:48:46.448Z Compiling http v1.4.0
19992026-05-28T04:48:46.499Z Compiling sha2 v0.10.9
20002026-05-28T04:48:46.891Z Compiling idna_adapter v1.2.1
20012026-05-28T04:48:46.943Z Compiling thiserror-impl v1.0.69
20022026-05-28T04:48:47.044Z Compiling idna v1.1.0
20032026-05-28T04:48:47.141Z Compiling ppv-lite86 v0.2.21
20042026-05-28T04:48:47.349Z Compiling scroll_derive v0.13.1
20052026-05-28T04:48:47.489Z Compiling url v2.5.8
20062026-05-28T04:48:47.753Z Compiling der v0.7.10
20072026-05-28T04:48:48.107Z Compiling cookie v0.18.1
20082026-05-28T04:48:48.335Z Compiling plain v0.2.3
20092026-05-28T04:48:48.392Z Compiling paste v1.0.15
20102026-05-28T04:48:48.443Z Compiling camino v1.2.2
20112026-05-28T04:48:48.629Z Compiling spki v0.7.3
20122026-05-28T04:48:48.760Z Compiling http-body v1.0.1
20132026-05-28T04:48:48.851Z Compiling salsa20 v0.10.2
20142026-05-28T04:48:48.867Z Compiling pbkdf2 v0.12.2
20152026-05-28T04:48:48.882Z Compiling tracing v0.1.44
20162026-05-28T04:48:49.376Z Compiling aho-corasick v1.1.4
20172026-05-28T04:48:49.430Z Compiling num-bigint-dig v0.8.6
20182026-05-28T04:48:49.446Z Compiling atomic-waker v1.1.2
20192026-05-28T04:48:49.599Z Compiling dyn-clone v1.0.20
20202026-05-28T04:48:49.630Z Compiling fastrand v2.3.0
20212026-05-28T04:48:49.746Z Compiling scrypt v0.11.0
20222026-05-28T04:48:49.986Z Compiling rand_chacha v0.9.0
20232026-05-28T04:48:50.023Z Compiling aes v0.8.4
20242026-05-28T04:48:50.036Z Compiling cbc v0.1.2
20252026-05-28T04:48:50.196Z Compiling tokio-util v0.7.18
20262026-05-28T04:48:50.237Z Compiling regex-automata v0.4.14
20272026-05-28T04:48:50.250Z Compiling async-trait v0.1.89
20282026-05-28T04:48:50.307Z Compiling ahash v0.8.12
20292026-05-28T04:48:50.330Z Compiling try-lock v0.2.5
20302026-05-28T04:48:50.381Z Compiling untrusted v0.7.1
20312026-05-28T04:48:50.561Z Compiling openssl-probe v0.2.1
20322026-05-28T04:48:50.606Z Compiling tinyvec_macros v0.1.1
20332026-05-28T04:48:50.813Z Compiling tower-layer v0.3.3
20342026-05-28T04:48:50.834Z Compiling tower-service v0.3.3
20352026-05-28T04:48:50.854Z Compiling pretty-hex v0.4.1
20362026-05-28T04:48:50.876Z Compiling usdt-impl v0.6.0
20372026-05-28T04:48:50.944Z Compiling anyhow v1.0.102
20382026-05-28T04:48:51.004Z Compiling zstd-safe v7.2.4
20392026-05-28T04:48:51.040Z Compiling tinyvec v1.10.0
20402026-05-28T04:48:51.134Z Compiling want v0.3.1
20412026-05-28T04:48:51.229Z Compiling pkcs5 v0.7.1
20422026-05-28T04:48:51.282Z Compiling rand v0.9.2
20432026-05-28T04:48:51.337Z Compiling h2 v0.4.13
20442026-05-28T04:48:51.501Z Compiling scroll v0.13.0
20452026-05-28T04:48:51.738Z Compiling ipnet v2.11.0
20462026-05-28T04:48:51.762Z Compiling serde_tokenstream v0.2.3
20472026-05-28T04:48:51.847Z Compiling daft-derive v0.1.7
20482026-05-28T04:48:51.863Z Compiling clap_derive v4.6.1
20492026-05-28T04:48:51.998Z Compiling scroll_derive v0.12.1
20502026-05-28T04:48:52.079Z Compiling heapless v0.7.17
20512026-05-28T04:48:52.570Z Compiling utf8parse v0.2.2
20522026-05-28T04:48:52.664Z Compiling signal-hook v0.3.18
20532026-05-28T04:48:52.709Z Compiling httpdate v1.0.3
20542026-05-28T04:48:52.722Z Compiling unicode-segmentation v1.12.0
20552026-05-28T04:48:52.743Z Compiling pin-utils v0.1.0
20562026-05-28T04:48:52.841Z Compiling litrs v1.0.0
20572026-05-28T04:48:53.144Z Compiling goblin v0.10.5
20582026-05-28T04:48:53.328Z Compiling document-features v0.2.12
20592026-05-28T04:48:53.336Z Compiling pkcs8 v0.10.2
20602026-05-28T04:48:53.396Z Compiling tempfile v3.25.0
20612026-05-28T04:48:53.666Z Compiling pin-project-internal v1.1.11
20622026-05-28T04:48:53.748Z Compiling darling_core v0.20.11
20632026-05-28T04:48:53.891Z Compiling spin v0.9.8
20642026-05-28T04:48:54.027Z Compiling socket2 v0.5.10
20652026-05-28T04:48:54.130Z Compiling foreign-types-shared v0.1.1
20662026-05-28T04:48:54.334Z Compiling anstyle v1.0.14
20672026-05-28T04:48:54.446Z Compiling powerfmt v0.2.0
20682026-05-28T04:48:54.492Z Compiling simd-adler32 v0.3.8
20692026-05-28T04:48:54.633Z Compiling deranged v0.5.8
20702026-05-28T04:48:54.718Z Compiling foreign-types v0.3.2
20712026-05-28T04:48:54.810Z Compiling hyper v1.8.1
20722026-05-28T04:48:54.892Z Compiling heck v0.4.1
20732026-05-28T04:48:54.948Z Compiling unicode-normalization v0.1.25
20742026-05-28T04:48:55.179Z Compiling dtrace-parser v0.3.0
20752026-05-28T04:48:55.192Z Compiling hex v0.4.3
20762026-05-28T04:48:55.406Z Compiling zerocopy-derive v0.7.35
20772026-05-28T04:48:55.440Z Compiling strum_macros v0.26.4
20782026-05-28T04:48:55.547Z Compiling darling_core v0.21.3
20792026-05-28T04:48:55.608Z Compiling curve25519-dalek v4.1.3
20802026-05-28T04:48:55.873Z Compiling darling_macro v0.20.11
20812026-05-28T04:48:55.908Z Compiling thread-id v5.1.0
20822026-05-28T04:48:56.067Z Compiling dof v0.4.0
20832026-05-28T04:48:56.083Z Compiling memoffset v0.9.1
20842026-05-28T04:48:56.273Z Compiling hyper-util v0.1.20
20852026-05-28T04:48:56.407Z Compiling adler2 v2.0.1
20862026-05-28T04:48:56.421Z Compiling is_terminal_polyfill v1.70.2
20872026-05-28T04:48:56.453Z Compiling ref-cast v1.0.25
20882026-05-28T04:48:56.513Z Compiling rustix v0.38.44
20892026-05-28T04:48:56.583Z Compiling anstyle-query v1.1.5
20902026-05-28T04:48:56.613Z Compiling num_threads v0.1.7
20912026-05-28T04:48:56.641Z Compiling colorchoice v1.0.4
20922026-05-28T04:48:56.731Z Compiling smoltcp v0.9.1
20932026-05-28T04:48:56.747Z Compiling time v0.3.47
20942026-05-28T04:48:56.765Z Compiling miniz_oxide v0.8.9
20952026-05-28T04:48:56.870Z Compiling darling v0.20.11
20962026-05-28T04:48:57.141Z Compiling snafu-derive v0.8.9
20972026-05-28T04:48:57.151Z Compiling rustls-native-certs v0.8.3
20982026-05-28T04:48:57.372Z Compiling http-body-util v0.1.3
20992026-05-28T04:48:57.439Z Compiling serde_spanned v0.6.9
21002026-05-28T04:48:57.473Z Compiling toml_datetime v0.6.11
21012026-05-28T04:48:57.737Z Compiling darling_macro v0.21.3
21022026-05-28T04:48:57.777Z Compiling sync_wrapper v1.0.2
21032026-05-28T04:48:57.914Z Compiling wait-timeout v0.2.1
21042026-05-28T04:48:57.992Z Compiling encoding_rs v0.8.35
21052026-05-28T04:48:58.010Z Compiling mime v0.3.17
21062026-05-28T04:48:58.173Z Compiling zlib-rs v0.6.2
21072026-05-28T04:48:58.262Z Compiling ryu v1.0.23
21082026-05-28T04:48:58.469Z Compiling quick-error v1.2.3
21092026-05-28T04:48:58.655Z Compiling siphasher v1.0.2
21102026-05-28T04:48:58.672Z Compiling bit-vec v0.8.0
21112026-05-28T04:48:58.800Z Compiling cfg_aliases v0.2.1
21122026-05-28T04:48:58.862Z Compiling rusty-fork v0.3.1
21132026-05-28T04:48:58.904Z Compiling nix v0.31.2
21142026-05-28T04:48:58.948Z Compiling bit-set v0.8.0
21152026-05-28T04:48:58.958Z Compiling serde_urlencoded v0.7.1
21162026-05-28T04:48:59.042Z Compiling darling v0.21.3
21172026-05-28T04:48:59.058Z Compiling tower v0.5.3
21182026-05-28T04:48:59.159Z Compiling derive_builder_core v0.20.2
21192026-05-28T04:48:59.281Z Compiling anstyle-parse v1.0.0
21202026-05-28T04:48:59.308Z Compiling regex v1.12.3
21212026-05-28T04:48:59.371Z Compiling webpki-roots v1.0.6
21222026-05-28T04:48:59.511Z Compiling erased-serde v0.3.31
21232026-05-28T04:48:59.533Z Compiling hubpack_derive v0.1.1
21242026-05-28T04:48:59.597Z Compiling signature v2.2.0
21252026-05-28T04:48:59.614Z Compiling rand_xorshift v0.4.0
21262026-05-28T04:48:59.648Z Compiling ref-cast-impl v1.0.25
21272026-05-28T04:48:59.674Z Compiling curve25519-dalek-derive v0.1.1
21282026-05-28T04:48:59.693Z Compiling strum_macros v0.27.2
21292026-05-28T04:48:59.831Z Compiling fs-err v3.3.0
21302026-05-28T04:48:59.954Z Compiling usdt-impl v0.5.0
21312026-05-28T04:49:00.000Z Compiling object v0.37.3
21322026-05-28T04:49:00.019Z Compiling unicode-properties v0.1.4
21332026-05-28T04:49:00.053Z Compiling unicode-bidi v0.3.18
21342026-05-28T04:49:00.198Z Compiling allocator-api2 v0.2.21
21352026-05-28T04:49:00.202Z Compiling iri-string v0.7.10
21362026-05-28T04:49:00.282Z Compiling unarray v0.1.4
21372026-05-28T04:49:00.302Z Compiling flate2 v1.1.9
21382026-05-28T04:49:00.380Z Compiling proptest v1.10.0
21392026-05-28T04:49:00.412Z Compiling stringprep v0.1.5
21402026-05-28T04:49:01.034Z Compiling derive_builder_macro v0.20.2
21412026-05-28T04:49:01.459Z Compiling tower-http v0.6.8
21422026-05-28T04:49:01.477Z Compiling tokio-native-tls v0.3.1
21432026-05-28T04:49:01.534Z Compiling anstream v1.0.0
21442026-05-28T04:49:01.627Z Compiling serde_with_macros v3.17.0
21452026-05-28T04:49:01.660Z Compiling usdt-macro v0.6.0
21462026-05-28T04:49:01.681Z Compiling usdt-attr-macro v0.6.0
21472026-05-28T04:49:02.048Z Compiling ipnetwork v0.21.1
21482026-05-28T04:49:02.420Z Compiling scroll v0.12.0
21492026-05-28T04:49:02.439Z Compiling bstr v1.12.1
21502026-05-28T04:49:02.562Z Compiling rand_chacha v0.3.1
21512026-05-28T04:49:02.699Z Compiling md-5 v0.10.6
21522026-05-28T04:49:02.763Z Compiling async-recursion v1.1.1
21532026-05-28T04:49:02.802Z Compiling terminal_size v0.4.3
21542026-05-28T04:49:02.838Z Compiling num-integer v0.1.46
21552026-05-28T04:49:02.865Z Compiling hash32 v0.2.1
21562026-05-28T04:49:02.903Z Compiling vergen-lib v9.1.0
21572026-05-28T04:49:02.936Z Compiling ff v0.13.1
21582026-05-28T04:49:02.972Z Compiling winnow v0.7.14
21592026-05-28T04:49:03.044Z Compiling psl-types v2.0.11
21602026-05-28T04:49:03.079Z Compiling clap_lex v1.0.0
21612026-05-28T04:49:03.195Z Compiling base16ct v0.2.0
21622026-05-28T04:49:03.254Z Compiling fallible-iterator v0.2.0
21632026-05-28T04:49:03.373Z Compiling sec1 v0.7.3
21642026-05-28T04:49:03.404Z Compiling clap_builder v4.6.0
21652026-05-28T04:49:03.420Z Compiling publicsuffix v2.3.0
21662026-05-28T04:49:03.471Z Compiling num-iter v0.1.45
21672026-05-28T04:49:03.592Z Compiling postgres-protocol v0.6.10
21682026-05-28T04:49:03.609Z Compiling group v0.13.0
21692026-05-28T04:49:03.625Z Compiling rand v0.8.6
21702026-05-28T04:49:03.903Z Compiling goblin v0.8.2
21712026-05-28T04:49:04.312Z Compiling newtype-uuid v1.3.2
21722026-05-28T04:49:04.395Z Compiling oxnet v0.1.5
21732026-05-28T04:49:04.509Z Compiling hyper-tls v0.6.0
21742026-05-28T04:49:04.525Z Compiling derive_builder v0.20.2
21752026-05-28T04:49:04.580Z Compiling phf_shared v0.13.1
21762026-05-28T04:49:04.768Z Compiling zerocopy v0.7.35
21772026-05-28T04:49:04.785Z Compiling lazy_static v1.5.0
21782026-05-28T04:49:04.856Z Compiling pin-project v1.1.11
21792026-05-28T04:49:04.874Z Compiling anstyle-parse v0.2.7
21802026-05-28T04:49:04.946Z Compiling futures-executor v0.3.32
21812026-05-28T04:49:05.066Z Compiling hkdf v0.12.4
21822026-05-28T04:49:05.082Z Compiling crypto-bigint v0.5.5
21832026-05-28T04:49:05.113Z Compiling enum-as-inner v0.6.1
21842026-05-28T04:49:05.157Z Compiling serde_repr v0.1.20
21852026-05-28T04:49:05.222Z Compiling vergen v9.1.0
21862026-05-28T04:49:05.258Z Compiling cargo-platform v0.3.2
21872026-05-28T04:49:05.563Z Compiling foldhash v0.1.5
21882026-05-28T04:49:05.624Z Compiling libbz2-rs-sys v0.2.2
21892026-05-28T04:49:05.636Z Compiling managed v0.8.0
21902026-05-28T04:49:05.704Z Compiling winnow v0.5.40
21912026-05-28T04:49:05.774Z Compiling same-file v1.0.6
21922026-05-28T04:49:05.928Z Compiling bumpalo v3.20.2
21932026-05-28T04:49:05.944Z Compiling foldhash v0.2.0
21942026-05-28T04:49:05.998Z Compiling bitflags v1.3.2
21952026-05-28T04:49:06.088Z Compiling dof v0.3.0
21962026-05-28T04:49:06.181Z Compiling zopfli v0.8.3
21972026-05-28T04:49:06.199Z Compiling hashbrown v0.16.1
21982026-05-28T04:49:06.227Z Compiling bzip2 v0.6.1
21992026-05-28T04:49:06.459Z Compiling elliptic-curve v0.13.8
22002026-05-28T04:49:06.707Z Compiling walkdir v2.5.0
22012026-05-28T04:49:06.810Z Compiling hashbrown v0.15.5
22022026-05-28T04:49:07.012Z Compiling toml_edit v0.19.15
22032026-05-28T04:49:07.137Z Compiling cargo_metadata v0.23.1
22042026-05-28T04:49:07.350Z Compiling clap v4.6.1
22052026-05-28T04:49:07.452Z Compiling futures v0.3.32
22062026-05-28T04:49:07.553Z Compiling anstream v0.6.21
22072026-05-28T04:49:07.666Z Compiling snafu v0.8.9
22082026-05-28T04:49:08.047Z Compiling phf v0.13.1
22092026-05-28T04:49:08.201Z Compiling daft v0.1.7
22102026-05-28T04:49:08.364Z Compiling signal-hook-mio v0.2.5
22112026-05-28T04:49:08.503Z Compiling zstd v0.13.3
22122026-05-28T04:49:08.519Z Compiling cookie_store v0.22.1
22132026-05-28T04:49:08.564Z Compiling postgres-types v0.2.12
22142026-05-28T04:49:08.658Z Compiling bzip2 v0.4.4
22152026-05-28T04:49:08.756Z Compiling globset v0.4.18
22162026-05-28T04:49:08.781Z Compiling strum v0.27.2
22172026-05-28T04:49:08.815Z Compiling dtrace-parser v0.2.0
22182026-05-28T04:49:08.925Z Compiling hubpack v0.1.2
22192026-05-28T04:49:08.941Z Compiling ed25519 v2.2.3
22202026-05-28T04:49:09.028Z Compiling phf_shared v0.11.3
22212026-05-28T04:49:09.043Z Compiling olpc-cjson v0.1.4
22222026-05-28T04:49:09.085Z Compiling pkcs1 v0.7.5
22232026-05-28T04:49:09.203Z Compiling pem v3.0.6
22242026-05-28T04:49:09.273Z Compiling serde_plain v1.0.2
22252026-05-28T04:49:09.303Z Compiling serde-big-array v0.5.1
22262026-05-28T04:49:09.322Z Compiling rfc6979 v0.4.0
22272026-05-28T04:49:09.389Z Compiling float-cmp v0.10.0
22282026-05-28T04:49:09.423Z Compiling thread-id v4.2.2
22292026-05-28T04:49:09.460Z Compiling memmap2 v0.9.10
22302026-05-28T04:49:09.476Z Compiling env_filter v1.0.0
22312026-05-28T04:49:09.495Z Compiling whoami v2.1.0
22322026-05-28T04:49:09.529Z Compiling fixedbitset v0.5.7
22332026-05-28T04:49:09.529Z Compiling jiff v0.2.21
22342026-05-28T04:49:09.561Z Compiling static_assertions v1.1.0
22352026-05-28T04:49:09.566Z Compiling fixedbitset v0.4.2
22362026-05-28T04:49:09.684Z Compiling toml_write v0.1.2
22372026-05-28T04:49:09.736Z Compiling difflib v0.4.0
22382026-05-28T04:49:09.752Z Compiling data-encoding v2.10.0
22392026-05-28T04:49:09.782Z Compiling precomputed-hash v0.1.1
22402026-05-28T04:49:09.824Z Compiling normalize-line-endings v0.3.0
22412026-05-28T04:49:09.855Z Compiling typed-path v0.9.3
22422026-05-28T04:49:09.885Z Compiling predicates-core v1.0.10
22432026-05-28T04:49:09.952Z Compiling keccak v0.1.6
22442026-05-28T04:49:09.976Z Compiling new_debug_unreachable v1.0.6
22452026-05-28T04:49:10.062Z Compiling hickory-proto v0.25.2
22462026-05-28T04:49:10.077Z Compiling string_cache v0.8.9
22472026-05-28T04:49:10.176Z Compiling sha3 v0.10.8
22482026-05-28T04:49:10.201Z Compiling predicates v3.1.4
22492026-05-28T04:49:10.304Z Compiling toml_edit v0.22.27
22502026-05-28T04:49:10.461Z Compiling tokio-postgres v0.7.16
22512026-05-28T04:49:10.516Z Compiling petgraph v0.8.3
22522026-05-28T04:49:10.797Z Compiling petgraph v0.6.5
22532026-05-28T04:49:11.061Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22542026-05-28T04:49:11.519Z Compiling env_logger v0.11.9
22552026-05-28T04:49:11.635Z Compiling usdt v0.6.0
22562026-05-28T04:49:12.319Z Compiling zip v4.6.1
22572026-05-28T04:49:12.343Z Compiling ecdsa v0.16.9
22582026-05-28T04:49:12.446Z Compiling rsa v0.9.10
22592026-05-28T04:49:13.053Z Compiling ed25519-dalek v2.2.0
22602026-05-28T04:49:13.265Z Compiling zip v0.6.6
22612026-05-28T04:49:13.281Z Compiling crossterm v0.28.1
22622026-05-28T04:49:13.308Z Compiling iddqd v0.4.2
22632026-05-28T04:49:13.520Z Compiling toml v0.7.8
22642026-05-28T04:49:13.831Z Compiling crossbeam-epoch v0.9.18
22652026-05-28T04:49:13.883Z Compiling toml_parser v1.0.9+spec-1.1.0
22662026-05-28T04:49:14.073Z Compiling serde_with v3.17.0
22672026-05-28T04:49:14.078Z Compiling similar v2.7.0
22682026-05-28T04:49:14.133Z Compiling strum v0.26.3
22692026-05-28T04:49:14.288Z Compiling tokio-stream v0.1.18
22702026-05-28T04:49:14.325Z Compiling buf-list v1.1.2
22712026-05-28T04:49:14.466Z Compiling x509-cert v0.2.5
22722026-05-28T04:49:14.527Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-05-28T04:49:14.628Z Compiling openapiv3 v2.2.0
22742026-05-28T04:49:14.772Z Compiling sha1 v0.10.6
22752026-05-28T04:49:14.803Z Compiling structmeta-derive v0.3.0
22762026-05-28T04:49:14.841Z Compiling peg-runtime v0.8.5
22772026-05-28T04:49:15.009Z Compiling either v1.15.0
22782026-05-28T04:49:15.048Z Compiling lalrpop-util v0.19.12
22792026-05-28T04:49:15.098Z Compiling radium v0.7.0
22802026-05-28T04:49:15.843Z Compiling structmeta v0.3.0
22812026-05-28T04:49:16.598Z Compiling maybe-uninit v2.0.0
22822026-05-28T04:49:16.659Z Compiling tap v1.0.1
22832026-05-28T04:49:16.982Z Compiling wyz v0.5.1
22842026-05-28T04:49:18.176Z Compiling funty v2.0.0
22852026-05-28T04:49:18.217Z Compiling packed_struct v0.10.1
22862026-05-28T04:49:19.091Z Compiling bitvec v1.0.1
22872026-05-28T04:49:21.074Z Compiling packed_struct_codegen v0.10.1
22882026-05-28T04:49:21.354Z Compiling bitfield-macros v0.19.4
22892026-05-28T04:49:21.501Z Compiling zerocopy-derive v0.6.6
22902026-05-28T04:49:21.955Z Compiling indexmap v1.9.3
22912026-05-28T04:49:22.089Z Compiling typeid v1.0.3
22922026-05-28T04:49:22.283Z Compiling nodrop v0.1.14
22932026-05-28T04:49:22.365Z Compiling crc-catalog v2.4.0
22942026-05-28T04:49:22.418Z Compiling array-init v0.0.4
22952026-05-28T04:49:22.453Z Compiling crc v3.4.0
22962026-05-28T04:49:22.993Z Compiling zerocopy v0.6.6
22972026-05-28T04:49:23.174Z Compiling bitfield v0.19.4
22982026-05-28T04:49:23.683Z Compiling smallvec v0.6.14
22992026-05-28T04:49:23.943Z Compiling derive-ex v0.1.8
23002026-05-28T04:49:25.631Z Compiling base64 v0.21.7
23012026-05-28T04:49:25.903Z Compiling erased-serde v0.4.9
23022026-05-28T04:49:26.704Z Compiling rustls v0.22.4
23032026-05-28T04:49:26.721Z Compiling hashbrown v0.12.3
23042026-05-28T04:49:27.306Z Compiling rustls-webpki v0.103.9
23052026-05-28T04:49:27.613Z Compiling ron v0.8.1
23062026-05-28T04:49:29.154Z Compiling test-strategy v0.4.5
23072026-05-28T04:49:29.860Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23082026-05-28T04:49:30.009Z Compiling serde-hex v0.1.0
23092026-05-28T04:49:30.463Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-05-28T04:49:30.833Z Compiling toml v0.8.23
23112026-05-28T04:49:31.532Z Compiling tokio-rustls v0.26.4
23122026-05-28T04:49:31.742Z Compiling rustls-platform-verifier v0.6.2
23132026-05-28T04:49:31.817Z Compiling hyper-rustls v0.27.7
23142026-05-28T04:49:31.947Z Compiling hashbrown v0.13.2
23152026-05-28T04:49:31.963Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23162026-05-28T04:49:32.121Z Compiling reqwest v0.12.28
23172026-05-28T04:49:32.199Z Compiling reqwest v0.13.2
23182026-05-28T04:49:32.368Z Compiling rustls-webpki v0.102.8
23192026-05-28T04:49:32.636Z Compiling filetime v0.2.27
23202026-05-28T04:49:32.710Z Compiling multer v3.1.0
23212026-05-28T04:49:32.756Z Compiling thread_local v1.1.9
23222026-05-28T04:49:32.858Z Compiling match_cfg v0.1.0
23232026-05-28T04:49:32.872Z Compiling compression-core v0.4.31
23242026-05-28T04:49:32.970Z Compiling rayon-core v1.13.0
23252026-05-28T04:49:32.994Z Compiling slog-async v2.8.0
23262026-05-28T04:49:33.041Z Compiling crc-any v2.5.0
23272026-05-28T04:49:33.073Z Compiling xattr v1.6.1
23282026-05-28T04:49:33.118Z Compiling compression-codecs v0.4.37
23292026-05-28T04:49:33.212Z Compiling tar v0.4.45
23302026-05-28T04:49:33.290Z Compiling hostname v0.3.1
23312026-05-28T04:49:33.307Z Compiling object v0.30.4
23322026-05-28T04:49:33.380Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23332026-05-28T04:49:33.485Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-05-28T04:49:33.513Z Compiling crossbeam-channel v0.5.15
23352026-05-28T04:49:33.570Z Compiling slog-json v2.6.1
23362026-05-28T04:49:33.852Z Compiling tough v0.22.0
23372026-05-28T04:49:34.046Z Compiling async-stream-impl v0.3.6
23382026-05-28T04:49:34.162Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-05-28T04:49:34.214Z Compiling ordered-float v2.10.1
23402026-05-28T04:49:34.230Z Compiling serde_path_to_error v0.1.20
23412026-05-28T04:49:34.517Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23422026-05-28T04:49:34.585Z Compiling toml_datetime v1.0.0+spec-1.1.0
23432026-05-28T04:49:34.645Z Compiling serde_spanned v1.0.4
23442026-05-28T04:49:34.688Z Compiling is-terminal v0.4.17
23452026-05-28T04:49:34.810Z Compiling fs-err v2.11.0
23462026-05-28T04:49:34.841Z Compiling dropshot v0.17.0
23472026-05-28T04:49:34.856Z Compiling debug-ignore v1.0.5
23482026-05-28T04:49:34.872Z Compiling path-slash v0.1.5
23492026-05-28T04:49:34.990Z Compiling take_mut v0.2.2
23502026-05-28T04:49:35.038Z Compiling toml_writer v1.0.6+spec-1.1.0
23512026-05-28T04:49:35.052Z Compiling term v1.2.1
23522026-05-28T04:49:35.150Z Compiling async-stream v0.3.6
23532026-05-28T04:49:35.197Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542026-05-28T04:49:35.328Z Compiling toml v1.0.6+spec-1.1.0
23552026-05-28T04:49:35.366Z Compiling slog-term v2.9.2
23562026-05-28T04:49:35.370Z Compiling serde-value v0.7.0
23572026-05-28T04:49:35.461Z Compiling tokio-rustls v0.25.0
23582026-05-28T04:49:35.509Z Compiling serde-untagged v0.1.9
23592026-05-28T04:49:35.716Z Compiling slog-bunyan v2.5.0
23602026-05-28T04:49:35.743Z Compiling async-compression v0.4.41
23612026-05-28T04:49:35.921Z Compiling crossbeam-deque v0.8.6
23622026-05-28T04:49:36.120Z Compiling parse-display-derive v0.10.0
23632026-05-28T04:49:36.164Z Compiling camino-tempfile v1.4.1
23642026-05-28T04:49:36.226Z Compiling dropshot_endpoint v0.17.0
23652026-05-28T04:49:36.462Z Compiling newtype-uuid-macros v0.1.0
23662026-05-28T04:49:36.575Z Compiling backon v1.6.0
23672026-05-28T04:49:36.643Z Compiling waitgroup v0.1.2
23682026-05-28T04:49:36.822Z Compiling half v2.7.1
23692026-05-28T04:49:36.854Z Compiling rustls-pemfile v2.2.0
23702026-05-28T04:49:36.869Z Compiling blake3 v1.8.3
23712026-05-28T04:49:37.013Z Compiling hostname v0.4.2
23722026-05-28T04:49:37.070Z Compiling instant v0.1.13
23732026-05-28T04:49:37.153Z Compiling unicode-xid v0.2.6
23742026-05-28T04:49:37.196Z Compiling ciborium-io v0.2.2
23752026-05-28T04:49:37.199Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762026-05-28T04:49:37.229Z Compiling backoff v0.4.0
23772026-05-28T04:49:37.319Z Compiling ciborium-ll v0.2.2
23782026-05-28T04:49:37.334Z Compiling cargo-util-schemas v0.8.2
23792026-05-28T04:49:37.472Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23802026-05-28T04:49:37.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812026-05-28T04:49:37.627Z Compiling parse-display v0.10.0
23822026-05-28T04:49:37.771Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23832026-05-28T04:49:37.830Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-05-28T04:49:38.014Z Compiling regress v0.10.5
23852026-05-28T04:49:38.090Z Compiling itertools v0.13.0
23862026-05-28T04:49:38.144Z Compiling itertools v0.14.0
23872026-05-28T04:49:38.253Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23882026-05-28T04:49:38.524Z Compiling cargo-platform v0.2.0
23892026-05-28T04:49:38.747Z Compiling macaddr v1.0.1
23902026-05-28T04:49:38.818Z Compiling humantime v2.3.0
23912026-05-28T04:49:38.979Z Compiling constant_time_eq v0.4.2
23922026-05-28T04:49:39.055Z Compiling indent_write v2.2.0
23932026-05-28T04:49:39.087Z Compiling parse-size v1.1.0
23942026-05-28T04:49:39.193Z Compiling arrayref v0.3.9
23952026-05-28T04:49:39.222Z Compiling arrayvec v0.7.6
23962026-05-28T04:49:39.282Z Compiling cargo_metadata v0.21.0
23972026-05-28T04:49:39.297Z Compiling ciborium v0.2.2
23982026-05-28T04:49:39.300Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23992026-05-28T04:49:39.524Z Compiling topological-sort v0.2.2
24002026-05-28T04:49:39.595Z Compiling display-error-chain v0.2.2
24012026-05-28T04:49:39.673Z Compiling shell-words v1.1.1
24022026-05-28T04:49:39.940Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24032026-05-28T04:49:50.142Z Compiling progenitor-client v0.14.0
24042026-05-28T04:49:50.142Z Compiling progenitor-client v0.13.0
24052026-05-28T04:49:50.182Z Compiling omicron-zone-package v0.12.2
24062026-05-28T04:49:50.632Z Compiling progenitor-extras v0.2.0
24072026-05-28T04:49:52.824Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24082026-05-28T04:49:52.856Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24092026-05-28T04:49:52.982Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24102026-05-28T04:49:53.054Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-05-28T04:49:57.129Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-05-28T04:50:00.501Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-05-28T04:50:08.480Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-05-28T04:50:08.637Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24152026-05-28T04:50:08.695ZMay 28 04:50:07.823 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-05-28T04:50:08.786ZMay 28 04:50:07.915 DEBG running: git rev-parse HEAD
24172026-05-28T04:50:08.789ZMay 28 04:50:07.917 DEBG process exited with exit status: 0 (2.44368ms)
24182026-05-28T04:50:08.789ZMay 28 04:50:07.917 INFO version: 20.0.0-0.ci+git59309cb70ca
24192026-05-28T04:50:08.797ZMay 28 04:50:07.925 INFO cloning helios to /work/oxidecomputer/helios
24202026-05-28T04:50:08.797ZMay 28 04:50:07.925 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-05-28T04:50:08.799ZCloning into '/work/oxidecomputer/helios'...
24222026-05-28T04:50:09.266ZMay 28 04:50:08.395 DEBG process exited with exit status: 0 (469.8198ms)
24232026-05-28T04:50:09.267ZMay 28 04:50:08.395 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-05-28T04:50:09.270ZMay 28 04:50:08.398 DEBG process exited with exit status: 0 (2.60134ms)
24252026-05-28T04:50:09.270ZMay 28 04:50:08.398 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-05-28T04:50:09.591ZMay 28 04:50:08.719 DEBG process exited with exit status: 0 (321.788569ms)
24272026-05-28T04:50:09.591ZMay 28 04:50:08.719 DEBG running: zfs list rpool/images/build/host
24282026-05-28T04:50:09.595ZNAME USED AVAIL REFER MOUNTPOINT
24292026-05-28T04:50:09.595Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-05-28T04:50:09.598ZMay 28 04:50:08.724 DEBG process exited with exit status: 0 (4.33108ms)
24312026-05-28T04:50:09.598ZMay 28 04:50:08.724 DEBG running: zfs list rpool/images/build/recovery
24322026-05-28T04:50:09.601ZNAME USED AVAIL REFER MOUNTPOINT
24332026-05-28T04:50:09.601Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-05-28T04:50:09.601ZMay 28 04:50:08.727 DEBG process exited with exit status: 0 (3.58296ms)
24352026-05-28T04:50:09.601ZMay 28 04:50:08.728 INFO [incorp-manifest] running task
24362026-05-28T04:50:09.601ZMay 28 04:50:08.728 INFO [hubris-staging] running task
24372026-05-28T04:50:09.601ZMay 28 04:50:08.728 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24382026-05-28T04:50:09.601ZMay 28 04:50:08.728 INFO [hubris-production] running task
24392026-05-28T04:50:09.601ZMay 28 04:50:08.729 INFO [incorp-create] running: pkgrepo create /work/incorporation
24402026-05-28T04:50:09.604ZMay 28 04:50:08.730 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24412026-05-28T04:50:09.604ZMay 28 04:50:08.730 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24422026-05-28T04:50:09.639Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24432026-05-28T04:50:09.836ZMay 28 04:50:08.965 INFO [incorp-create] process exited with exit status: 0 (236.334179ms)
24442026-05-28T04:50:09.840ZMay 28 04:50:08.965 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24452026-05-28T04:50:10.092ZMay 28 04:50:09.220 INFO [incorp-publisher] process exited with exit status: 0 (254.93077ms)
24462026-05-28T04:50:10.120Z[ omicron-package] Blocking waiting for file lock on package cache
24472026-05-28T04:50:10.215ZMay 28 04:50:09.343 DEBG process exited with exit status: 0 (615.146549ms)
24482026-05-28T04:50:10.217ZMay 28 04:50:09.343 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24492026-05-28T04:50:10.552Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-05-28T04:50:10.701ZMay 28 04:50:09.827 INFO [hubris-production] task succeeded (1.099074517s)
24512026-05-28T04:50:10.722Z[ omicron-package] Blocking waiting for file lock on package cache
24522026-05-28T04:50:10.811ZMay 28 04:50:09.939 DEBG process exited with exit status: 0 (595.686068ms)
24532026-05-28T04:50:10.814ZMay 28 04:50:09.940 INFO [incorp-manifest] task succeeded (1.211895337s)
24542026-05-28T04:50:10.814ZMay 28 04:50:09.940 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24552026-05-28T04:50:10.982ZMay 28 04:50:10.110 INFO [incorp-fmt] process exited with exit status: 0 (169.84772ms)
24562026-05-28T04:50:10.985ZMay 28 04:50:10.110 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24572026-05-28T04:50:11.201Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T045010Z
24582026-05-28T04:50:11.202Z[ incorp-pkgsend] PUBLISHED
24592026-05-28T04:50:11.238ZMay 28 04:50:10.366 INFO [incorp-pkgsend] process exited with exit status: 0 (256.27596ms)
24602026-05-28T04:50:11.242ZMay 28 04:50:10.366 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24612026-05-28T04:50:11.423Z[ helios-incorp] Retrieving packages for publisher helios ...
24622026-05-28T04:50:11.426Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24632026-05-28T04:50:11.448Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24642026-05-28T04:50:11.448Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24652026-05-28T04:50:11.452Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24662026-05-28T04:50:11.452Z[ helios-incorp]
24672026-05-28T04:50:11.452Z[ helios-incorp] Archiving packages ...
24682026-05-28T04:50:11.452Z[ helios-incorp] Packages to add: 1
24692026-05-28T04:50:11.452Z[ helios-incorp] Files to retrieve: 0
24702026-05-28T04:50:11.452Z[ helios-incorp] Estimated transfer size: 0.00 B
24712026-05-28T04:50:11.452Z[ helios-incorp]
24722026-05-28T04:50:11.452Z[ helios-incorp] Packages to archive:
24732026-05-28T04:50:11.452Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T045010Z
24742026-05-28T04:50:11.452Z[ helios-incorp]
24752026-05-28T04:50:11.452Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24762026-05-28T04:50:11.452Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24772026-05-28T04:50:11.508ZMay 28 04:50:10.636 INFO [helios-incorp] process exited with exit status: 0 (269.508569ms)
24782026-05-28T04:50:11.637Z[ omicron-package] Compiling ring v0.17.14
24792026-05-28T04:50:11.865Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24802026-05-28T04:50:11.865Z[ omicron-package] Compiling itertools v0.14.0
24812026-05-28T04:50:11.868Z[ omicron-package] Compiling secrecy v0.10.3
24822026-05-28T04:50:11.868Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24832026-05-28T04:50:11.868Z[ omicron-package] Compiling heapless v0.8.0
24842026-05-28T04:50:11.868Z[ omicron-package] Compiling hash32 v0.3.1
24852026-05-28T04:50:11.869Z[ omicron-package] Compiling unicode-width v0.2.0
24862026-05-28T04:50:11.869Z[ omicron-package] Compiling smoltcp v0.11.0
24872026-05-28T04:50:11.869Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882026-05-28T04:50:11.945Z[ omicron-package] Compiling cobs v0.3.0
24892026-05-28T04:50:11.945Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24902026-05-28T04:50:11.962Z[ omicron-package] Compiling universal-hash v0.5.1
24912026-05-28T04:50:11.966Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24922026-05-28T04:50:11.966Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
24932026-05-28T04:50:12.697Z[ omicron-package] Compiling opaque-debug v0.3.1
24942026-05-28T04:50:12.697Z[ omicron-package] Compiling convert_case v0.4.0
24952026-05-28T04:50:12.903Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24962026-05-28T04:50:12.946Z[ omicron-package] Compiling poly1305 v0.8.0
24972026-05-28T04:50:12.951Z[ omicron-package] Compiling postcard v1.1.3
24982026-05-28T04:50:13.018Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24992026-05-28T04:50:13.022Z[ omicron-package] Compiling password-hash v0.5.0
25002026-05-28T04:50:13.122Z[ omicron-package] Compiling chacha20 v0.9.1
25012026-05-28T04:50:13.260Z[ omicron-package] Compiling derive_more v0.99.20
25022026-05-28T04:50:13.361Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25032026-05-28T04:50:13.427Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25042026-05-28T04:50:13.428Z[ omicron-package] Compiling blake2 v0.10.6
25052026-05-28T04:50:13.577Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25062026-05-28T04:50:13.577Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25072026-05-28T04:50:13.577Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25082026-05-28T04:50:13.827Z[ omicron-package] Compiling aead v0.5.2
25092026-05-28T04:50:13.955Z[ omicron-package] Compiling proc-macro-error v1.0.4
25102026-05-28T04:50:13.955Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25112026-05-28T04:50:13.982Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25122026-05-28T04:50:14.066Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25132026-05-28T04:50:14.128Z[ omicron-package] Compiling cpufeatures v0.3.0
25142026-05-28T04:50:14.185Z[ omicron-package] Compiling num_enum_derive v0.7.6
25152026-05-28T04:50:14.188Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25162026-05-28T04:50:14.251Z[ omicron-package] Compiling ingot-macros v0.1.1
25172026-05-28T04:50:14.255Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25182026-05-28T04:50:14.364Z[ omicron-package] Compiling chacha20 v0.10.0
25192026-05-28T04:50:14.424Z[ omicron-package] Compiling vsss-rs v3.3.4
25202026-05-28T04:50:14.592Z[ omicron-package] Compiling argon2 v0.5.3
25212026-05-28T04:50:14.640Z[ omicron-package] Compiling num_enum_derive v0.5.11
25222026-05-28T04:50:14.805Z[ omicron-package] Compiling foreign-types v0.5.0
25232026-05-28T04:50:14.862Z[ omicron-package] Compiling tabwriter v1.4.1
25242026-05-28T04:50:14.908Z[ omicron-package] Compiling byte-wrapper v0.1.0
25252026-05-28T04:50:14.955Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-05-28T04:50:14.977Z[ omicron-package] Compiling cstr-argument v0.1.2
25272026-05-28T04:50:15.173Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25282026-05-28T04:50:15.215Z[ omicron-package] Compiling num_enum v0.7.6
25292026-05-28T04:50:15.252Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
25302026-05-28T04:50:15.400Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
25312026-05-28T04:50:15.461Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25322026-05-28T04:50:15.565Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-05-28T04:50:15.669Z[ omicron-package] Compiling rand v0.10.1
25342026-05-28T04:50:15.708Z[ omicron-package] Compiling rayon v1.11.0
25352026-05-28T04:50:15.749Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
25362026-05-28T04:50:15.856Z[ omicron-package] Compiling rustls v0.23.37
25372026-05-28T04:50:15.874Z[ omicron-package] Compiling num_enum v0.5.11
25382026-05-28T04:50:15.878Z[ omicron-package] Compiling winnow v1.0.3
25392026-05-28T04:50:15.878Z[ omicron-package] Compiling colored v3.1.1
25402026-05-28T04:50:15.958Z[ omicron-package] Compiling libefi-sys v0.1.0
25412026-05-28T04:50:15.976Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25422026-05-28T04:50:16.010Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25432026-05-28T04:50:16.051Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25442026-05-28T04:50:16.073Z[ omicron-package] Compiling itertools v0.12.1
25452026-05-28T04:50:16.147Z[ omicron-package] Compiling usdt-macro v0.5.0
25462026-05-28T04:50:16.300Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25472026-05-28T04:50:16.339Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25482026-05-28T04:50:16.375Z[ omicron-package] Compiling sigpipe v0.1.3
25492026-05-28T04:50:16.548Z[ omicron-package] Compiling memmap v0.7.0
25502026-05-28T04:50:16.597Z[ omicron-package] Compiling num-derive v0.4.2
25512026-05-28T04:50:16.625Z[ omicron-package] Compiling bitfield-struct v0.6.2
25522026-05-28T04:50:16.662Z[ omicron-package] Compiling swrite v0.1.0
25532026-05-28T04:50:16.771Z[ omicron-package] Compiling glob v0.3.3
25542026-05-28T04:50:16.886Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552026-05-28T04:50:17.034Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25562026-05-28T04:50:17.215Z[ omicron-package] Compiling rustls-webpki v0.103.9
25572026-05-28T04:50:17.347Z[ omicron-package] Compiling ingot-types v0.1.2
25582026-05-28T04:50:17.497Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-05-28T04:50:17.531Z[ omicron-package] Compiling usdt v0.5.0
25602026-05-28T04:50:17.556Z[ omicron-package] Compiling smf v0.2.3
25612026-05-28T04:50:17.590Z[ omicron-package] Compiling whoami v1.6.1
25622026-05-28T04:50:17.701Z[ omicron-package] Compiling zone v0.3.1
25632026-05-28T04:50:17.802Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25642026-05-28T04:50:17.882Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-05-28T04:50:18.021Z[ omicron-package] Compiling ingot v0.1.1
25662026-05-28T04:50:18.046Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25672026-05-28T04:50:18.046Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-05-28T04:50:18.132Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25692026-05-28T04:50:18.135Z[ omicron-package] Compiling console v0.16.2
25702026-05-28T04:50:18.242Z[ omicron-package] Compiling gethostname v0.5.0
25712026-05-28T04:50:18.302Z[ omicron-package] Compiling unit-prefix v0.5.2
25722026-05-28T04:50:18.313Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25732026-05-28T04:50:18.368Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25742026-05-28T04:50:18.645Z[ omicron-package] Compiling indicatif v0.18.4
25752026-05-28T04:50:19.299Z[ omicron-package] Compiling rustls v0.22.4
25762026-05-28T04:50:20.019Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25772026-05-28T04:50:20.568Z[ omicron-package] Compiling rustls-webpki v0.102.8
25782026-05-28T04:50:21.065Z[ omicron-package] Compiling tokio-rustls v0.26.4
25792026-05-28T04:50:21.065Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25802026-05-28T04:50:21.301Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25812026-05-28T04:50:21.333Z[ omicron-package] Compiling hyper-rustls v0.27.7
25822026-05-28T04:50:21.629Z[ omicron-package] Compiling reqwest v0.12.28
25832026-05-28T04:50:21.651Z[ omicron-package] Compiling reqwest v0.13.2
25842026-05-28T04:50:22.551Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25852026-05-28T04:50:23.066Z[ omicron-package] Compiling tokio-rustls v0.25.0
25862026-05-28T04:50:23.127Z[ omicron-package] Compiling tough v0.22.0
25872026-05-28T04:50:23.296Z[ omicron-package] Compiling dropshot v0.17.0
25882026-05-28T04:50:24.887Z[ helios-setup] May 28 04:50:24.015 INFO helios repository root is: /work/oxidecomputer/helios
25892026-05-28T04:50:24.889Z[ helios-setup] May 28 04:50:24.016 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25902026-05-28T04:50:24.890Z[ helios-setup] May 28 04:50:24.016 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25912026-05-28T04:50:24.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25922026-05-28T04:50:25.332ZMay 28 04:50:24.460 INFO [hubris-staging] task succeeded (15.732032779s)
25932026-05-28T04:50:26.357Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942026-05-28T04:50:26.691Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25952026-05-28T04:50:27.105Z[ omicron-package] Compiling progenitor-client v0.14.0
25962026-05-28T04:50:27.157Z[ omicron-package] Compiling progenitor-client v0.13.0
25972026-05-28T04:50:27.184Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25982026-05-28T04:50:27.403Z[ omicron-package] Compiling progenitor-extras v0.2.0
25992026-05-28T04:50:29.853Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26002026-05-28T04:50:29.881Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26012026-05-28T04:50:30.209Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26022026-05-28T04:50:30.262Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26032026-05-28T04:50:30.291Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26042026-05-28T04:50:30.329Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26052026-05-28T04:50:30.358Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26062026-05-28T04:50:30.378Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26072026-05-28T04:50:30.532Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26082026-05-28T04:50:32.593Z[ helios-setup] May 28 04:50:31.721 INFO clone ok!, project: amd-firmware
26092026-05-28T04:50:32.593Z[ helios-setup] May 28 04:50:31.721 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
26102026-05-28T04:50:32.596Z[ helios-setup] May 28 04:50:31.721 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26112026-05-28T04:50:32.596Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26122026-05-28T04:50:33.319Z[ helios-setup] May 28 04:50:32.447 INFO clone ok!, project: phbl
26132026-05-28T04:50:33.322Z[ helios-setup] May 28 04:50:32.448 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26142026-05-28T04:50:33.322Z[ helios-setup] May 28 04:50:32.448 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26152026-05-28T04:50:33.322Z[ helios-setup] May 28 04:50:32.448 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
26162026-05-28T04:50:33.322Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26172026-05-28T04:50:33.989Z[ helios-setup] May 28 04:50:33.117 INFO clone ok!, project: amd-host-image-builder
26182026-05-28T04:50:33.989Z[ helios-setup] May 28 04:50:33.117 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26192026-05-28T04:50:33.992Z[ helios-setup] May 28 04:50:33.117 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26202026-05-28T04:50:33.992Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26212026-05-28T04:50:34.560Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26222026-05-28T04:50:34.719Z[ helios-setup] May 28 04:50:33.847 INFO clone ok!, project: chelsio-t6-roms
26232026-05-28T04:50:34.721Z[ helios-setup] May 28 04:50:33.847 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26242026-05-28T04:50:34.721Z[ helios-setup] May 28 04:50:33.847 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
26252026-05-28T04:50:34.721Z[ helios-setup] May 28 04:50:33.847 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26262026-05-28T04:50:34.722Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26272026-05-28T04:50:35.170Z[ helios-setup] May 28 04:50:34.299 INFO clone ok!, project: image-builder
26282026-05-28T04:50:35.170Z[ helios-setup] May 28 04:50:34.299 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26292026-05-28T04:50:35.174Z[ helios-setup] May 28 04:50:34.299 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26302026-05-28T04:50:35.174Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26312026-05-28T04:50:35.906Z[ helios-setup] May 28 04:50:35.035 INFO clone ok!, project: pilot
26322026-05-28T04:50:35.910Z[ helios-setup] May 28 04:50:35.035 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26332026-05-28T04:50:35.910Z[ helios-setup] May 28 04:50:35.035 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26342026-05-28T04:50:35.910Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26352026-05-28T04:50:36.528Z[ helios-setup] May 28 04:50:35.656 INFO clone ok!, project: dmar-report
26362026-05-28T04:50:36.531Z[ helios-setup] May 28 04:50:35.657 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26372026-05-28T04:50:36.531Z[ helios-setup] May 28 04:50:35.657 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
26382026-05-28T04:50:36.531Z[ helios-setup] May 28 04:50:35.657 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26392026-05-28T04:50:36.531Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26402026-05-28T04:50:37.012Z[ helios-setup] May 28 04:50:36.140 INFO clone ok!, project: pinprick
26412026-05-28T04:50:37.012Z[ helios-setup] May 28 04:50:36.140 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
26422026-05-28T04:50:37.012Z[ helios-setup] May 28 04:50:36.140 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26432026-05-28T04:50:37.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26442026-05-28T04:50:37.683Z[ helios-setup] May 28 04:50:36.811 INFO clone ok!, project: bootserver
26452026-05-28T04:50:37.686Z[ helios-setup] May 28 04:50:36.811 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26462026-05-28T04:50:37.907Z[ helios-setup] May 28 04:50:37.035 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26472026-05-28T04:50:38.123Z[ helios-setup] May 28 04:50:37.251 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26482026-05-28T04:50:38.123Z[ helios-setup] May 28 04:50:37.251 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26492026-05-28T04:50:38.333Z[ helios-setup] May 28 04:50:37.461 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26502026-05-28T04:50:38.547Z[ helios-setup] May 28 04:50:37.675 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26512026-05-28T04:50:38.547Z[ helios-setup] May 28 04:50:37.675 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26522026-05-28T04:50:38.758Z[ helios-setup] May 28 04:50:37.886 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26532026-05-28T04:50:38.969Z[ helios-setup] May 28 04:50:38.097 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26542026-05-28T04:50:38.969Z[ helios-setup] May 28 04:50:38.097 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26552026-05-28T04:50:38.969Z[ helios-setup] May 28 04:50:38.097 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26562026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO ok!
26572026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26582026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26592026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO ok!
26602026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26612026-05-28T04:50:38.972Z[ helios-setup] May 28 04:50:38.097 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26622026-05-28T04:50:38.973Z[ helios-setup] May 28 04:50:38.097 INFO ok!
26632026-05-28T04:50:38.973Z[ helios-setup] May 28 04:50:38.097 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26642026-05-28T04:50:38.998Z[ helios-setup] May 28 04:50:38.126 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26652026-05-28T04:50:38.998Z[ helios-setup] May 28 04:50:38.126 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26662026-05-28T04:50:39.002Z[ helios-setup] May 28 04:50:38.126 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26672026-05-28T04:50:39.104Z[ helios-setup] May 28 04:50:38.232 INFO E| Updating crates.io index
26682026-05-28T04:50:39.108Z[ helios-setup] May 28 04:50:38.232 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26692026-05-28T04:50:39.471Z[ helios-setup] May 28 04:50:38.599 INFO E| From https://github.com/oxidecomputer/amd-apcb
26702026-05-28T04:50:39.471Z[ helios-setup] May 28 04:50:38.599 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26712026-05-28T04:50:39.532Z[ helios-setup] May 28 04:50:38.660 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26722026-05-28T04:50:39.846Z[ helios-setup] May 28 04:50:38.974 INFO E| From https://github.com/oxidecomputer/amd-efs
26732026-05-28T04:50:39.846Z[ helios-setup] May 28 04:50:38.974 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26742026-05-28T04:50:40.239Z[ helios-setup] May 28 04:50:39.367 INFO E| Downloading crates ...
26752026-05-28T04:50:40.322Z[ helios-setup] May 28 04:50:39.450 INFO E| Downloaded unic-common v0.9.0
26762026-05-28T04:50:40.339Z[ helios-setup] May 28 04:50:39.468 INFO E| Downloaded parse_int v0.9.0
26772026-05-28T04:50:40.342Z[ helios-setup] May 28 04:50:39.470 INFO E| Downloaded unic-char-range v0.9.0
26782026-05-28T04:50:40.342Z[ helios-setup] May 28 04:50:39.471 INFO E| Downloaded heck v0.3.3
26792026-05-28T04:50:40.345Z[ helios-setup] May 28 04:50:39.472 INFO E| Downloaded modular-bitfield-impl v0.11.2
26802026-05-28T04:50:40.352Z[ helios-setup] May 28 04:50:39.480 INFO E| Downloaded unic-ucd-ident v0.9.0
26812026-05-28T04:50:40.354Z[ helios-setup] May 28 04:50:39.481 INFO E| Downloaded zerocopy-derive v0.8.25
26822026-05-28T04:50:40.358Z[ helios-setup] May 28 04:50:39.485 INFO E| Downloaded textwrap v0.11.0
26832026-05-28T04:50:40.358Z[ helios-setup] May 28 04:50:39.486 INFO E| Downloaded quote v1.0.40
26842026-05-28T04:50:40.361Z[ helios-setup] May 28 04:50:39.487 INFO E| Downloaded pest_generator v2.8.0
26852026-05-28T04:50:40.361Z[ helios-setup] May 28 04:50:39.488 INFO E| Downloaded ansi_term v0.12.1
26862026-05-28T04:50:40.365Z[ helios-setup] May 28 04:50:39.493 INFO E| Downloaded unic-ucd-version v0.9.0
26872026-05-28T04:50:40.367Z[ helios-setup] May 28 04:50:39.494 INFO E| Downloaded log v0.4.27
26882026-05-28T04:50:40.370Z[ helios-setup] May 28 04:50:39.496 INFO E| Downloaded structopt-derive v0.4.18
26892026-05-28T04:50:40.370Z[ helios-setup] May 28 04:50:39.497 INFO E| Downloaded bytesize v2.0.1
26902026-05-28T04:50:40.372Z[ helios-setup] May 28 04:50:39.500 INFO E| Downloaded vec_map v0.8.2
26912026-05-28T04:50:40.373Z[ helios-setup] May 28 04:50:39.501 INFO E| Downloaded strsim v0.8.0
26922026-05-28T04:50:40.388Z[ helios-setup] May 28 04:50:39.516 INFO E| Downloaded clap v2.34.0
26932026-05-28T04:50:40.392Z[ helios-setup] May 28 04:50:39.520 INFO E| Downloaded itoa v1.0.15
26942026-05-28T04:50:40.394Z[ helios-setup] May 28 04:50:39.521 INFO E| Downloaded dyn-clone v1.0.19
26952026-05-28T04:50:40.394Z[ helios-setup] May 28 04:50:39.522 INFO E| Downloaded unic-char-property v0.9.0
26962026-05-28T04:50:40.398Z[ helios-setup] May 28 04:50:39.524 INFO E| Downloaded fletcher v1.0.0
26972026-05-28T04:50:40.401Z[ helios-setup] May 28 04:50:39.529 INFO E| Downloaded thiserror-impl v2.0.12
26982026-05-28T04:50:40.404Z[ helios-setup] May 28 04:50:39.530 INFO E| Downloaded modular-bitfield-impl v0.13.1
26992026-05-28T04:50:40.409Z[ helios-setup] May 28 04:50:39.537 INFO E| Downloaded four-cc v0.4.0
27002026-05-28T04:50:40.411Z[ helios-setup] May 28 04:50:39.538 INFO E| Downloaded strum v0.27.1
27012026-05-28T04:50:40.414Z[ helios-setup] May 28 04:50:39.542 INFO E| Downloaded serde v1.0.219
27022026-05-28T04:50:40.417Z[ helios-setup] May 28 04:50:39.544 INFO E| Downloaded autocfg v1.4.0
27032026-05-28T04:50:40.422Z[ helios-setup] May 28 04:50:39.550 INFO E| Downloaded rustversion v1.0.20
27042026-05-28T04:50:40.427Z[ helios-setup] May 28 04:50:39.555 INFO E| Downloaded pest_derive v2.8.0
27052026-05-28T04:50:40.431Z[ helios-setup] May 28 04:50:39.559 INFO E| Downloaded thiserror v2.0.12
27062026-05-28T04:50:40.435Z[ helios-setup] May 28 04:50:39.563 INFO E| Downloaded serde_derive v1.0.219
27072026-05-28T04:50:40.441Z[ helios-setup] May 28 04:50:39.570 INFO E| Downloaded ryu v1.0.20
27082026-05-28T04:50:40.444Z[ helios-setup] May 28 04:50:39.572 INFO E| Downloaded unicode-ident v1.0.18
27092026-05-28T04:50:40.447Z[ helios-setup] May 28 04:50:39.574 INFO E| Downloaded strum_macros v0.27.1
27102026-05-28T04:50:40.450Z[ helios-setup] May 28 04:50:39.576 INFO E| Downloaded modular-bitfield v0.11.2
27112026-05-28T04:50:40.453Z[ helios-setup] May 28 04:50:39.582 INFO E| Downloaded structopt v0.3.26
27122026-05-28T04:50:40.458Z[ helios-setup] May 28 04:50:39.586 INFO E| Downloaded pest_meta v2.8.0
27132026-05-28T04:50:40.470Z[ helios-setup] May 28 04:50:39.599 INFO E| Downloaded typenum v1.18.0
27142026-05-28T04:50:40.473Z[ helios-setup] May 28 04:50:39.600 INFO E| Downloaded proc-macro2 v1.0.95
27152026-05-28T04:50:40.476Z[ helios-setup] May 28 04:50:39.602 INFO E| Downloaded memchr v2.7.4
27162026-05-28T04:50:40.478Z[ helios-setup] May 28 04:50:39.605 INFO E| Downloaded goblin v0.9.3
27172026-05-28T04:50:40.481Z[ helios-setup] May 28 04:50:39.609 INFO E| Downloaded pest v2.8.0
27182026-05-28T04:50:40.484Z[ helios-setup] May 28 04:50:39.612 INFO E| Downloaded serde_json v1.0.140
27192026-05-28T04:50:40.490Z[ helios-setup] May 28 04:50:39.619 INFO E| Downloaded modular-bitfield v0.13.1
27202026-05-28T04:50:40.495Z[ helios-setup] May 28 04:50:39.623 INFO E| Downloaded zerocopy v0.8.25
27212026-05-28T04:50:40.517Z[ helios-setup] May 28 04:50:39.645 INFO E| Downloaded syn v2.0.101
27222026-05-28T04:50:40.538Z[ helios-setup] May 28 04:50:39.666 INFO E| Downloaded libc v0.2.172
27232026-05-28T04:50:40.590Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling proc-macro2 v1.0.95
27242026-05-28T04:50:40.590Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling unicode-ident v1.0.18
27252026-05-28T04:50:40.590Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling memchr v2.7.4
27262026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling autocfg v1.4.0
27272026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling thiserror v2.0.12
27282026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling syn v1.0.109
27292026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling serde v1.0.219
27302026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling version_check v0.9.5
27312026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling serde_json v1.0.140
27322026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling schemars v0.8.22
27332026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling itoa v1.0.15
27342026-05-28T04:50:40.593Z[ helios-setup] May 28 04:50:39.718 INFO E| Compiling ryu v1.0.20
27352026-05-28T04:50:40.611Z[ helios-setup] May 28 04:50:39.739 INFO E| Compiling paste v1.0.15
27362026-05-28T04:50:40.614Z[ helios-setup] May 28 04:50:39.740 INFO E| Compiling static_assertions v1.1.0
27372026-05-28T04:50:40.614Z[ helios-setup] May 28 04:50:39.740 INFO E| Compiling libc v0.2.172
27382026-05-28T04:50:40.614Z[ helios-setup] May 28 04:50:39.740 INFO E| Compiling dyn-clone v1.0.19
27392026-05-28T04:50:40.712Z[ helios-setup] May 28 04:50:39.840 INFO E| Compiling ucd-trie v0.1.7
27402026-05-28T04:50:40.745Z[ helios-setup] May 28 04:50:39.873 INFO E| Compiling zerocopy v0.8.25
27412026-05-28T04:50:40.780Z[ helios-setup] May 28 04:50:39.907 INFO E| Compiling rustversion v1.0.20
27422026-05-28T04:50:40.857Z[ helios-setup] May 28 04:50:39.986 INFO E| Compiling once_cell v1.21.3
27432026-05-28T04:50:40.863Z[ helios-setup] May 28 04:50:39.991 INFO E| Compiling heck v0.5.0
27442026-05-28T04:50:40.914Z[ helios-setup] May 28 04:50:40.041 INFO E| Compiling unicode-segmentation v1.12.0
27452026-05-28T04:50:40.933Z[ helios-setup] May 28 04:50:40.062 INFO E| Compiling unicode-width v0.1.14
27462026-05-28T04:50:40.940Z[ helios-setup] May 28 04:50:40.068 INFO E| Compiling proc-macro-error-attr v1.0.4
27472026-05-28T04:50:40.991Z[ helios-setup] May 28 04:50:40.120 INFO E| Compiling num-traits v0.2.19
27482026-05-28T04:50:41.000Z[ helios-setup] May 28 04:50:40.128 INFO E| Compiling memoffset v0.9.1
27492026-05-28T04:50:41.016Z[ helios-setup] May 28 04:50:40.144 INFO E| Compiling proc-macro-error v1.0.4
27502026-05-28T04:50:41.064Z[ helios-setup] May 28 04:50:40.192 INFO E| Compiling vec_map v0.8.2
27512026-05-28T04:50:41.123Z[ helios-setup] May 28 04:50:40.251 INFO E| Compiling fletcher v1.0.0
27522026-05-28T04:50:41.131Z[ helios-setup] May 28 04:50:40.259 INFO E| Compiling unic-char-range v0.9.0
27532026-05-28T04:50:41.216Z[ helios-setup] May 28 04:50:40.344 INFO E| Compiling textwrap v0.11.0
27542026-05-28T04:50:41.236Z[ helios-setup] May 28 04:50:40.364 INFO E| Compiling bitflags v1.3.2
27552026-05-28T04:50:41.241Z[ helios-setup] May 28 04:50:40.370 INFO E| Compiling strum v0.27.1
27562026-05-28T04:50:41.247Z[ helios-setup] May 28 04:50:40.376 INFO E| Compiling unic-common v0.9.0
27572026-05-28T04:50:41.253Z[ helios-setup] May 28 04:50:40.381 INFO E| Compiling ansi_term v0.12.1
27582026-05-28T04:50:41.281Z[ helios-setup] May 28 04:50:40.409 INFO E| Compiling heck v0.3.3
27592026-05-28T04:50:41.286Z[ helios-setup] May 28 04:50:40.414 INFO E| Compiling byteorder v1.5.0
27602026-05-28T04:50:41.310Z[ helios-setup] May 28 04:50:40.438 INFO E| Compiling atty v0.2.14
27612026-05-28T04:50:41.351Z[ helios-setup] May 28 04:50:40.479 INFO E| Compiling strsim v0.8.0
27622026-05-28T04:50:41.368Z[ helios-setup] May 28 04:50:40.496 INFO E| Compiling unic-ucd-version v0.9.0
27632026-05-28T04:50:41.373Z[ helios-setup] May 28 04:50:40.502 INFO E| Compiling unic-char-property v0.9.0
27642026-05-28T04:50:41.380Z[ helios-setup] May 28 04:50:40.507 INFO E| Compiling log v0.4.27
27652026-05-28T04:50:41.389Z[ helios-setup] May 28 04:50:40.517 INFO E| Compiling lazy_static v1.5.0
27662026-05-28T04:50:41.392Z[ helios-setup] May 28 04:50:40.518 INFO E| Compiling plain v0.2.3
27672026-05-28T04:50:41.426Z[ helios-setup] May 28 04:50:40.554 INFO E| Compiling bytesize v2.0.1
27682026-05-28T04:50:41.460Z[ helios-setup] May 28 04:50:40.589 INFO E| Compiling unic-ucd-ident v0.9.0
27692026-05-28T04:50:41.497Z[ helios-setup] May 28 04:50:40.626 INFO E| Compiling clap v2.34.0
27702026-05-28T04:50:41.601Z[ helios-setup] May 28 04:50:40.729 INFO E| Compiling quote v1.0.40
27712026-05-28T04:50:41.759Z[ helios-setup] May 28 04:50:40.888 INFO E| Compiling syn v2.0.101
27722026-05-28T04:50:41.958Z[ helios-setup] May 28 04:50:41.087 INFO E| Compiling parse_int v0.9.0
27732026-05-28T04:50:42.494Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27742026-05-28T04:50:43.721Z[ helios-setup] May 28 04:50:42.849 INFO E| Compiling modular-bitfield-impl v0.11.2
27752026-05-28T04:50:43.721Z[ helios-setup] May 28 04:50:42.849 INFO E| Compiling structopt-derive v0.4.18
27762026-05-28T04:50:43.828Z[ helios-setup] May 28 04:50:42.956 INFO E| Compiling serde_derive_internals v0.29.1
27772026-05-28T04:50:44.280Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling thiserror-impl v2.0.12
27782026-05-28T04:50:44.280Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling serde_derive v1.0.219
27792026-05-28T04:50:44.280Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling zerocopy-derive v0.8.25
27802026-05-28T04:50:44.283Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling modular-bitfield-impl v0.13.1
27812026-05-28T04:50:44.283Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling num-derive v0.4.2
27822026-05-28T04:50:44.283Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling strum_macros v0.27.1
27832026-05-28T04:50:44.283Z[ helios-setup] May 28 04:50:43.408 INFO E| Compiling scroll_derive v0.12.1
27842026-05-28T04:50:44.680Z[ helios-setup] May 28 04:50:43.808 INFO E| Compiling schemars_derive v0.8.22
27852026-05-28T04:50:45.044Z[ helios-setup] May 28 04:50:44.172 INFO E| Compiling scroll v0.12.0
27862026-05-28T04:50:45.182Z[ helios-setup] May 28 04:50:44.310 INFO E| Compiling modular-bitfield v0.11.2
27872026-05-28T04:50:45.356Z[ helios-setup] May 28 04:50:44.484 INFO E| Compiling structopt v0.3.26
27882026-05-28T04:50:45.391Z[ helios-setup] May 28 04:50:44.520 INFO E| Compiling goblin v0.9.3
27892026-05-28T04:50:45.656Z[ helios-setup] May 28 04:50:44.785 INFO E| Compiling modular-bitfield v0.13.1
27902026-05-28T04:50:45.918Z[ helios-setup] May 28 04:50:45.046 INFO E| Compiling pest v2.8.0
27912026-05-28T04:50:46.555Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27922026-05-28T04:50:47.098Z[ helios-setup] May 28 04:50:46.225 INFO E| Compiling pest_meta v2.8.0
27932026-05-28T04:50:47.666Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27942026-05-28T04:50:47.683Z[ helios-setup] May 28 04:50:46.809 INFO E| Compiling pest_generator v2.8.0
27952026-05-28T04:50:48.210Z[ helios-setup] May 28 04:50:47.339 INFO E| Compiling pest_derive v2.8.0
27962026-05-28T04:50:49.034Z[ helios-setup] May 28 04:50:48.162 INFO E| Compiling json5 v0.4.1
27972026-05-28T04:50:50.325Z[ helios-setup] May 28 04:50:49.453 INFO E| Compiling four-cc v0.4.0
27982026-05-28T04:50:50.325Z[ helios-setup] May 28 04:50:49.453 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
27992026-05-28T04:50:50.425Z[ helios-setup] May 28 04:50:49.553 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28002026-05-28T04:50:57.330Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.72s
28012026-05-28T04:50:57.571Z[ omicron-package]
28022026-05-28T04:50:57.571Z[ omicron-package] real 47.906861314
28032026-05-28T04:50:57.574Z[ omicron-package] user 5:30.984125472
28042026-05-28T04:50:57.574Z[ omicron-package] sys 29.939006377
28052026-05-28T04:50:57.574Z[ omicron-package] trap 0.575140861
28062026-05-28T04:50:57.574Z[ omicron-package] tflt 0.883149530
28072026-05-28T04:50:57.574Z[ omicron-package] dflt 2.920033533
28082026-05-28T04:50:57.574Z[ omicron-package] kflt 0.000341382
28092026-05-28T04:50:57.574Z[ omicron-package] lock 12:32.488877891
28102026-05-28T04:50:57.574Z[ omicron-package] slp 7:20.323309842
28112026-05-28T04:50:57.574Z[ omicron-package] lat 51.982593827
28122026-05-28T04:50:57.574Z[ omicron-package] stop 1:17.161092003
28132026-05-28T04:50:57.574ZMay 28 04:50:56.700 INFO [omicron-package] process exited with exit status: 0 (47.970104774s)
28142026-05-28T04:50:57.574ZMay 28 04:50:56.700 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28152026-05-28T04:50:57.574ZMay 28 04:50:56.701 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28162026-05-28T04:50:57.585Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28172026-05-28T04:50:57.585Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28182026-05-28T04:50:57.588Z[ host-target] Created new build target 'host' and set it as active
28192026-05-28T04:50:57.588Z[ recovery-target] Created new build target 'recovery' and set it as active
28202026-05-28T04:50:57.591ZMay 28 04:50:56.717 INFO [host-target] process exited with exit status: 0 (16.69186ms)
28212026-05-28T04:50:57.592ZMay 28 04:50:56.717 INFO [recovery-target] process exited with exit status: 0 (17.18698ms)
28222026-05-28T04:50:57.592ZMay 28 04:50:56.718 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28232026-05-28T04:50:57.597Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28242026-05-28T04:50:59.144Z[ host-package] Compiling ring v0.17.14
28252026-05-28T04:50:59.462Z[ host-package] Compiling heck v0.5.0
28262026-05-28T04:50:59.497Z[ host-package] Compiling regress v0.11.1
28272026-05-28T04:50:59.523Z[ host-package] Compiling unsafe-libyaml v0.2.11
28282026-05-28T04:50:59.583Z[ host-package] Compiling regress v0.10.5
28292026-05-28T04:50:59.586Z[ host-package] Compiling unicode-width v0.1.14
28302026-05-28T04:50:59.586Z[ host-package] Compiling is-terminal v0.4.17
28312026-05-28T04:50:59.586Z[ host-package] Compiling prettyplease v0.2.37
28322026-05-28T04:50:59.609Z[ host-package] Compiling derive-where v1.6.0
28332026-05-28T04:50:59.658Z[ host-package] Compiling num-rational v0.4.2
28342026-05-28T04:50:59.662Z[ host-package] Compiling num-complex v0.4.6
28352026-05-28T04:50:59.680Z[ host-package] Compiling thread_local v1.1.9
28362026-05-28T04:50:59.684Z[ host-package] Compiling bytecount v0.6.9
28372026-05-28T04:50:59.732Z[ host-package] Compiling compression-core v0.4.31
28382026-05-28T04:50:59.803Z[ host-package] Compiling match_cfg v0.1.0
28392026-05-28T04:50:59.935Z[ host-package] Compiling float-ord v0.3.2
28402026-05-28T04:50:59.956Z[ host-package] Compiling hostname v0.3.1
28412026-05-28T04:50:59.962Z[ host-package] Compiling compression-codecs v0.4.37
28422026-05-28T04:50:59.985Z[ host-package] Compiling multer v3.1.0
28432026-05-28T04:51:00.015Z[ host-package] Compiling slog-async v2.8.0
28442026-05-28T04:51:00.019Z[ host-package] Compiling crossbeam-channel v0.5.15
28452026-05-28T04:51:00.092Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28462026-05-28T04:51:00.094Z[ host-package] Compiling slog-json v2.6.1
28472026-05-28T04:51:00.141Z[ host-package] Compiling serde_spanned v1.0.4
28482026-05-28T04:51:00.141Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
28492026-05-28T04:51:00.144Z[ host-package] Compiling term v1.2.1
28502026-05-28T04:51:00.222Z[ host-package] Compiling num v0.4.3
28512026-05-28T04:51:00.258Z[ host-package] Compiling take_mut v0.2.2
28522026-05-28T04:51:00.289Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28532026-05-28T04:51:00.328Z[ host-package] Compiling slog-bunyan v2.5.0
28542026-05-28T04:51:00.351Z[ host-package] Compiling async-compression v0.4.41
28552026-05-28T04:51:00.507Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
28562026-05-28T04:51:00.533Z[ host-package] Compiling slog-term v2.9.2
28572026-05-28T04:51:00.587Z[ host-package] Compiling console v0.15.11
28582026-05-28T04:51:00.639Z[ host-package] Compiling async-stream v0.3.6
28592026-05-28T04:51:00.793Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28602026-05-28T04:51:00.828Z[ host-package] Compiling dropshot v0.17.0
28612026-05-28T04:51:00.899Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28622026-05-28T04:51:00.925Z[ host-package] Compiling waitgroup v0.1.2
28632026-05-28T04:51:00.925Z[ host-package] Compiling backon v1.6.0
28642026-05-28T04:51:00.928Z[ host-package] Compiling rustls-pemfile v2.2.0
28652026-05-28T04:51:01.001Z[ host-package] Compiling hostname v0.4.2
28662026-05-28T04:51:01.002Z[ host-package] Compiling serde_path_to_error v0.1.20
28672026-05-28T04:51:01.005Z[ host-package] Compiling instant v0.1.13
28682026-05-28T04:51:01.152Z[ host-package] Compiling typify-impl v0.6.2
28692026-05-28T04:51:01.180Z[ host-package] Compiling debug-ignore v1.0.5
28702026-05-28T04:51:01.180Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28712026-05-28T04:51:01.227Z[ host-package] Compiling backoff v0.4.0
28722026-05-28T04:51:01.230Z[ host-package] Compiling parse-display v0.10.0
28732026-05-28T04:51:01.230Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28742026-05-28T04:51:01.316Z[ host-package] Compiling atomicwrites v0.4.4
28752026-05-28T04:51:01.341Z[ host-package] Compiling newline-converter v0.3.0
28762026-05-28T04:51:01.505Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28772026-05-28T04:51:01.583Z[ host-package] Compiling macaddr v1.0.1
28782026-05-28T04:51:01.636Z[ host-package] Compiling humantime v2.3.0
28792026-05-28T04:51:01.673Z[ host-package] Compiling expectorate v1.2.0
28802026-05-28T04:51:01.782Z[ host-package] Compiling slog-dtrace v0.3.0
28812026-05-28T04:51:01.851Z[ host-package] Compiling resolv-conf v0.7.6
28822026-05-28T04:51:01.903Z[ host-package] Compiling cancel-safe-futures v0.1.5
28832026-05-28T04:51:01.929Z[ host-package] Compiling owo-colors v4.3.0
28842026-05-28T04:51:01.982Z[ host-package] Compiling libsw-core v0.3.2
28852026-05-28T04:51:01.985Z[ host-package] Compiling minimal-lexical v0.2.1
28862026-05-28T04:51:01.985Z[ host-package] Compiling toml v0.8.23
28872026-05-28T04:51:02.052Z[ host-package] Compiling num-derive v0.3.3
28882026-05-28T04:51:02.102Z[ host-package] Compiling linear-map v1.2.0
28892026-05-28T04:51:02.217Z[ host-package] Compiling nom v7.1.3
28902026-05-28T04:51:02.262Z[ helios-setup] May 28 04:51:01.390 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28912026-05-28T04:51:02.325Z[ host-package] Compiling libsw v3.5.0
28922026-05-28T04:51:02.351Z[ host-package] Compiling linked-hash-map v0.5.6
28932026-05-28T04:51:02.494Z[ host-package] Compiling hickory-proto v0.24.4
28942026-05-28T04:51:02.592Z[ host-package] Compiling lru-cache v0.1.2
28952026-05-28T04:51:02.639Z[ host-package] Compiling unicode-xid v0.2.6
28962026-05-28T04:51:02.673Z[ host-package] Compiling csv-core v0.1.13
28972026-05-28T04:51:02.705Z[ host-package] Compiling highway v1.3.0
28982026-05-28T04:51:02.770Z[ host-package] Compiling termtree v0.5.1
28992026-05-28T04:51:02.802Z[ host-package] Compiling papergrid v0.11.0
29002026-05-28T04:51:02.835Z[ host-package] Compiling tabled_derive v0.7.0
29012026-05-28T04:51:02.908Z[ host-package] Compiling csv v1.4.0
29022026-05-28T04:51:03.028Z[ host-package] Compiling libscf-sys v1.1.0
29032026-05-28T04:51:03.055Z[ host-package] Compiling phf_shared v0.12.1
29042026-05-28T04:51:03.127Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29052026-05-28T04:51:03.203Z[ host-package] Compiling tagptr v0.2.0
29062026-05-28T04:51:03.441Z[ host-package] Compiling rustls v0.23.37
29072026-05-28T04:51:03.477Z[ host-package] Compiling rustls v0.22.4
29082026-05-28T04:51:03.527Z[ host-package] Compiling chrono-tz v0.10.4
29092026-05-28T04:51:03.560Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29102026-05-28T04:51:03.560Z[ host-package] Compiling moka v0.12.13
29112026-05-28T04:51:03.629Z[ host-package] Compiling phf v0.12.1
29122026-05-28T04:51:03.679Z[ host-package] Compiling const_format_proc_macros v0.2.34
29132026-05-28T04:51:03.889Z[ host-package] Compiling tabled v0.15.0
29142026-05-28T04:51:04.061Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29152026-05-28T04:51:04.557Z[ host-package] Compiling bcs v0.1.6
29162026-05-28T04:51:04.560Z[ host-package] Compiling semver v0.1.20
29172026-05-28T04:51:04.604Z[ host-package] Compiling const_format v0.2.35
29182026-05-28T04:51:04.804Z[ host-package] Compiling rustls-webpki v0.103.9
29192026-05-28T04:51:04.908Z[ host-package] Compiling typify-macro v0.6.2
29202026-05-28T04:51:04.975Z[ host-package] Compiling rustls-webpki v0.102.8
29212026-05-28T04:51:05.036Z[ host-package] Compiling hickory-resolver v0.25.2
29222026-05-28T04:51:05.189Z[ host-package] Compiling hickory-resolver v0.24.4
29232026-05-28T04:51:05.230Z[ host-package] Compiling rustc_version v0.1.7
29242026-05-28T04:51:05.236Z[ helios-setup] May 28 04:51:04.364 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29252026-05-28T04:51:05.812Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29262026-05-28T04:51:05.964Z[ host-package] Compiling newtype_derive v0.1.6
29272026-05-28T04:51:06.243Z[ host-package] Compiling convert_case v0.10.0
29282026-05-28T04:51:06.329Z[ host-package] Compiling smawk v0.3.2
29292026-05-28T04:51:06.528Z[ host-package] Compiling qorb v0.4.1
29302026-05-28T04:51:06.571Z[ host-package] Compiling unicode-linebreak v0.1.5
29312026-05-28T04:51:06.620Z[ host-package] Compiling typify v0.6.2
29322026-05-28T04:51:06.890Z[ host-package] Compiling progenitor-impl v0.14.0
29332026-05-28T04:51:08.591Z[ host-package] Compiling tokio-rustls v0.25.0
29342026-05-28T04:51:08.679Z[ host-package] Compiling tokio-rustls v0.26.4
29352026-05-28T04:51:08.848Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29362026-05-28T04:51:09.030Z[ host-package] Compiling hyper-rustls v0.27.7
29372026-05-28T04:51:09.231Z[ host-package] Compiling progenitor-macro v0.14.0
29382026-05-28T04:51:09.498Z[ host-package] Compiling reqwest v0.13.2
29392026-05-28T04:51:10.515Z[ host-package] Compiling reqwest v0.12.28
29402026-05-28T04:51:11.475Z[ host-package] Compiling progenitor-impl v0.13.0
29412026-05-28T04:51:11.795Z[ host-package] Compiling progenitor-client v0.14.0
29422026-05-28T04:51:11.878Z[ host-package] Compiling progenitor-client v0.13.0
29432026-05-28T04:51:12.236Z[ host-package] Compiling progenitor-extras v0.2.0
29442026-05-28T04:51:12.315Z[ host-package] Compiling textwrap v0.16.2
29452026-05-28T04:51:12.315Z[ host-package] Compiling derive_more-impl v2.1.1
29462026-05-28T04:51:12.417Z[ host-package] Compiling tough v0.22.0
29472026-05-28T04:51:12.733Z[ host-package] Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
29482026-05-28T04:51:13.391Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29492026-05-28T04:51:13.529Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29502026-05-28T04:51:13.882Z[ host-package] Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
29512026-05-28T04:51:13.972Z[ host-package] Compiling progenitor-macro v0.13.0
29522026-05-28T04:51:13.999Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29532026-05-28T04:51:14.191Z[ host-package] Compiling derive_more v2.1.1
29542026-05-28T04:51:14.272Z[ host-package] Compiling vte v0.14.1
29552026-05-28T04:51:14.345Z[ host-package] Compiling steno v0.4.1
29562026-05-28T04:51:14.369Z[ host-package] Compiling crossterm v0.29.0
29572026-05-28T04:51:14.431Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-05-28T04:51:14.517Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29592026-05-28T04:51:14.548Z[ host-package] Compiling fd-lock v4.0.4
29602026-05-28T04:51:14.757Z[ host-package] Compiling peg-macros v0.8.5
29612026-05-28T04:51:14.790Z[ host-package] Compiling nu-ansi-term v0.50.3
29622026-05-28T04:51:14.819Z[ host-package] Compiling nom v8.0.0
29632026-05-28T04:51:15.041Z[ host-package] Compiling reedline v0.40.0
29642026-05-28T04:51:15.164Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
29652026-05-28T04:51:16.259Z[ host-package] Compiling peg v0.8.5
29662026-05-28T04:51:16.577Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29672026-05-28T04:51:16.970Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29682026-05-28T04:51:17.024Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29692026-05-28T04:51:17.105Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29702026-05-28T04:51:17.490Z[ helios-setup] May 28 04:51:16.617 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
29712026-05-28T04:51:17.510Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29722026-05-28T04:51:17.533Z[ helios-setup] May 28 04:51:16.653 INFO building project "amd-host-image-builder" ok (38 seconds)
29732026-05-28T04:51:17.533Z[ helios-setup] May 28 04:51:16.653 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29742026-05-28T04:51:17.536Z[ helios-setup] May 28 04:51:16.662 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
29752026-05-28T04:51:17.536Z[ helios-setup] May 28 04:51:16.662 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29762026-05-28T04:51:17.536Z[ helios-setup] May 28 04:51:16.662 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29772026-05-28T04:51:17.563Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29782026-05-28T04:51:17.643Z[ helios-setup] May 28 04:51:16.770 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29792026-05-28T04:51:17.655Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
29802026-05-28T04:51:17.762Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29812026-05-28T04:51:17.797Z[ host-package] Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
29822026-05-28T04:51:17.822Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29832026-05-28T04:51:17.896Z[ helios-setup] May 28 04:51:17.023 INFO E| From https://github.com/jclulow/rust-jmclib
29842026-05-28T04:51:17.896Z[ helios-setup] May 28 04:51:17.023 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29852026-05-28T04:51:17.906Z[ helios-setup] May 28 04:51:17.034 INFO E| Updating crates.io index
29862026-05-28T04:51:18.078Z[ helios-setup] May 28 04:51:17.206 INFO E| Downloading crates ...
29872026-05-28T04:51:18.158Z[ helios-setup] May 28 04:51:17.286 INFO E| Downloaded block-buffer v0.9.0
29882026-05-28T04:51:18.161Z[ helios-setup] May 28 04:51:17.289 INFO E| Downloaded tempfile v3.7.0
29892026-05-28T04:51:18.165Z[ helios-setup] May 28 04:51:17.291 INFO E| Downloaded syn v2.0.32
29902026-05-28T04:51:18.172Z[ helios-setup] May 28 04:51:17.297 INFO E| Downloaded walkdir v2.3.3
29912026-05-28T04:51:18.172Z[ helios-setup] May 28 04:51:17.299 INFO E| Downloaded opaque-debug v0.3.0
29922026-05-28T04:51:18.172Z[ helios-setup] May 28 04:51:17.299 INFO E| Downloaded md-5 v0.9.1
29932026-05-28T04:51:18.175Z[ helios-setup] May 28 04:51:17.300 INFO E| Downloaded sha-1 v0.9.8
29942026-05-28T04:51:18.175Z[ helios-setup] May 28 04:51:17.301 INFO E| Downloaded quote v1.0.31
29952026-05-28T04:51:18.175Z[ helios-setup] May 28 04:51:17.303 INFO E| Downloaded errno v0.3.1
29962026-05-28T04:51:18.178Z[ helios-setup] May 28 04:51:17.304 INFO E| Downloaded itoa v1.0.9
29972026-05-28T04:51:18.178Z[ helios-setup] May 28 04:51:17.305 INFO E| Downloaded cpufeatures v0.2.9
29982026-05-28T04:51:18.181Z[ helios-setup] May 28 04:51:17.308 INFO E| Downloaded unicode-width v0.1.10
29992026-05-28T04:51:18.181Z[ helios-setup] May 28 04:51:17.309 INFO E| Downloaded once_cell v1.18.0
30002026-05-28T04:51:18.184Z[ helios-setup] May 28 04:51:17.310 INFO E| Downloaded libdevinfo-sys v1.0.0
30012026-05-28T04:51:18.184Z[ helios-setup] May 28 04:51:17.311 INFO E| Downloaded glob v0.3.1
30022026-05-28T04:51:18.184Z[ helios-setup] May 28 04:51:17.312 INFO E| Downloaded bitflags v2.3.3
30032026-05-28T04:51:18.189Z[ helios-setup] May 28 04:51:17.317 INFO E| Downloaded uuid v0.8.2
30042026-05-28T04:51:18.192Z[ helios-setup] May 28 04:51:17.320 INFO E| Downloaded getrandom v0.2.10
30052026-05-28T04:51:18.196Z[ helios-setup] May 28 04:51:17.323 INFO E| Downloaded typenum v1.16.0
30062026-05-28T04:51:18.199Z[ helios-setup] May 28 04:51:17.324 INFO E| Downloaded fastrand v2.0.0
30072026-05-28T04:51:18.199Z[ helios-setup] May 28 04:51:17.325 INFO E| Downloaded toml v0.5.11
30082026-05-28T04:51:18.199Z[ helios-setup] May 28 04:51:17.326 INFO E| Downloaded unicode-ident v1.0.11
30092026-05-28T04:51:18.202Z[ helios-setup] May 28 04:51:17.328 INFO E| Downloaded proc-macro2 v1.0.66
30102026-05-28T04:51:18.206Z[ helios-setup] May 28 04:51:17.333 INFO E| Downloaded digest v0.9.0
30112026-05-28T04:51:18.206Z[ helios-setup] May 28 04:51:17.334 INFO E| Downloaded ryu v1.0.15
30122026-05-28T04:51:18.218Z[ helios-setup] May 28 04:51:17.346 INFO E| Downloaded anyhow v1.0.72
30132026-05-28T04:51:18.221Z[ helios-setup] May 28 04:51:17.348 INFO E| Downloaded serde_derive v1.0.193
30142026-05-28T04:51:18.240Z[ helios-setup] May 28 04:51:17.368 INFO E| Downloaded serde_json v1.0.103
30152026-05-28T04:51:18.245Z[ helios-setup] May 28 04:51:17.373 INFO E| Downloaded serde v1.0.193
30162026-05-28T04:51:18.260Z[ helios-setup] May 28 04:51:17.388 INFO E| Downloaded rustix v0.38.4
30172026-05-28T04:51:18.277Z[ host-package] Compiling utf-8 v0.7.6
30182026-05-28T04:51:18.289Z[ helios-setup] May 28 04:51:17.417 INFO E| Downloaded libc v0.2.147
30192026-05-28T04:51:18.356Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling libc v0.2.147
30202026-05-28T04:51:18.356Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling proc-macro2 v1.0.66
30212026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling unicode-ident v1.0.11
30222026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling cfg-if v1.0.0
30232026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling typenum v1.16.0
30242026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling version_check v0.9.4
30252026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling serde v1.0.193
30262026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling itoa v1.0.9
30272026-05-28T04:51:18.360Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling rustix v0.38.4
30282026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling slog v2.7.0
30292026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling num-conv v0.1.0
30302026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling powerfmt v0.2.0
30312026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling time-core v0.1.2
30322026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling once_cell v1.18.0
30332026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling bitflags v2.3.3
30342026-05-28T04:51:18.361Z[ helios-setup] May 28 04:51:17.484 INFO E| Compiling num_threads v0.1.6
30352026-05-28T04:51:18.384Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30362026-05-28T04:51:18.702Z[ host-package] Compiling progenitor v0.14.0
30372026-05-28T04:51:18.826Z[ host-package] Compiling progenitor v0.13.0
30382026-05-28T04:51:18.965Z[ host-package] Compiling tungstenite v0.21.0
30392026-05-28T04:51:19.071Z[ helios-setup] May 28 04:51:18.199 INFO E| Compiling opaque-debug v0.3.0
30402026-05-28T04:51:19.088Z[ helios-setup] May 28 04:51:18.216 INFO E| Compiling anyhow v1.0.72
30412026-05-28T04:51:19.194Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30422026-05-28T04:51:19.219Z[ helios-setup] May 28 04:51:18.347 INFO E| Compiling deranged v0.3.11
30432026-05-28T04:51:19.249Z[ helios-setup] May 28 04:51:18.377 INFO E| Compiling serde_json v1.0.103
30442026-05-28T04:51:19.302Z[ helios-setup] May 28 04:51:18.430 INFO E| Compiling fastrand v2.0.0
30452026-05-28T04:51:19.315Z[ helios-setup] May 28 04:51:18.443 INFO E| Compiling ryu v1.0.15
30462026-05-28T04:51:19.339Z[ helios-setup] May 28 04:51:18.466 INFO E| Compiling same-file v1.0.6
30472026-05-28T04:51:19.492Z[ helios-setup] May 28 04:51:18.620 INFO E| Compiling thread_local v1.1.7
30482026-05-28T04:51:19.555Z[ helios-setup] May 28 04:51:18.683 INFO E| Compiling unicode-width v0.1.10
30492026-05-28T04:51:19.558Z[ helios-setup] May 28 04:51:18.683 INFO E| Compiling time-macros v0.2.18
30502026-05-28T04:51:19.619Z[ helios-setup] May 28 04:51:18.747 INFO E| Compiling cpufeatures v0.2.9
30512026-05-28T04:51:19.706Z[ helios-setup] May 28 04:51:18.834 INFO E| Compiling walkdir v2.3.3
30522026-05-28T04:51:19.709Z[ helios-setup] May 28 04:51:18.835 INFO E| Compiling libdevinfo-sys v1.0.0
30532026-05-28T04:51:19.729Z[ helios-setup] May 28 04:51:18.857 INFO E| Compiling glob v0.3.1
30542026-05-28T04:51:19.752Z[ helios-setup] May 28 04:51:18.879 INFO E| Compiling getopts v0.2.21
30552026-05-28T04:51:19.810Z[ helios-setup] May 28 04:51:18.938 INFO E| Compiling quote v1.0.31
30562026-05-28T04:51:19.810Z[ helios-setup] May 28 04:51:18.938 INFO E| Compiling generic-array v0.14.7
30572026-05-28T04:51:19.977Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30582026-05-28T04:51:20.024Z[ host-package] Compiling itertools v0.10.5
30592026-05-28T04:51:20.185Z[ helios-setup] May 28 04:51:19.313 INFO E| Compiling syn v2.0.32
30602026-05-28T04:51:20.360Z[ helios-setup] May 28 04:51:19.488 INFO E| Compiling dirs-sys-next v0.1.2
30612026-05-28T04:51:20.360Z[ helios-setup] May 28 04:51:19.488 INFO E| Compiling errno v0.3.1
30622026-05-28T04:51:20.363Z[ helios-setup] May 28 04:51:19.488 INFO E| Compiling atty v0.2.14
30632026-05-28T04:51:20.364Z[ helios-setup] May 28 04:51:19.488 INFO E| Compiling getrandom v0.2.10
30642026-05-28T04:51:20.567Z[ helios-setup] May 28 04:51:19.695 INFO E| Compiling dirs-next v2.0.0
30652026-05-28T04:51:20.664Z[ helios-setup] May 28 04:51:19.792 INFO E| Compiling term v0.7.0
30662026-05-28T04:51:21.124Z[ host-package] Compiling tokio-tungstenite v0.21.0
30672026-05-28T04:51:21.223Z[ helios-setup] May 28 04:51:20.349 INFO E| Compiling tempfile v3.7.0
30682026-05-28T04:51:21.251Z[ helios-setup] May 28 04:51:20.378 INFO E| Compiling digest v0.9.0
30692026-05-28T04:51:21.251Z[ helios-setup] May 28 04:51:20.378 INFO E| Compiling block-buffer v0.9.0
30702026-05-28T04:51:21.338Z[ helios-setup] May 28 04:51:20.465 INFO E| Compiling time v0.3.36
30712026-05-28T04:51:21.361Z[ helios-setup] May 28 04:51:20.488 INFO E| Compiling sha-1 v0.9.8
30722026-05-28T04:51:21.361Z[ helios-setup] May 28 04:51:20.488 INFO E| Compiling md-5 v0.9.1
30732026-05-28T04:51:21.632Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30742026-05-28T04:51:21.766Z[ host-package] Compiling proc-macro-error2 v2.0.1
30752026-05-28T04:51:22.195Z[ helios-setup] May 28 04:51:21.323 INFO E| Compiling serde_derive v1.0.193
30762026-05-28T04:51:22.223Z[ host-package] Compiling vergen-lib v0.1.6
30772026-05-28T04:51:22.285Z[ helios-setup] May 28 04:51:21.413 INFO E| Compiling slog-term v2.9.0
30782026-05-28T04:51:22.519Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-28T04:51:23.606Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30802026-05-28T04:51:24.551Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30812026-05-28T04:51:24.585Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30822026-05-28T04:51:24.844Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30832026-05-28T04:51:25.000Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30842026-05-28T04:51:25.106Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30852026-05-28T04:51:25.301Z[ host-package] Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30862026-05-28T04:51:25.301Z[ host-package] Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30872026-05-28T04:51:26.362Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30882026-05-28T04:51:26.647Z[ helios-setup] May 28 04:51:25.775 INFO E| Compiling toml v0.5.11
30892026-05-28T04:51:26.647Z[ helios-setup] May 28 04:51:25.775 INFO E| Compiling uuid v0.8.2
30902026-05-28T04:51:26.761Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30912026-05-28T04:51:26.808Z[ host-package] Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30922026-05-28T04:51:27.160Z[ host-package] Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30932026-05-28T04:51:27.288Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30942026-05-28T04:51:27.410Z[ host-package] Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
30952026-05-28T04:51:27.493Z[ helios-setup] May 28 04:51:26.621 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30962026-05-28T04:51:27.877Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30972026-05-28T04:51:28.159Z[ helios-setup] May 28 04:51:27.286 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30982026-05-28T04:51:28.863Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30992026-05-28T04:51:29.766Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31002026-05-28T04:51:30.080Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31012026-05-28T04:51:30.633Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31022026-05-28T04:51:30.745Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31032026-05-28T04:51:30.942Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31042026-05-28T04:51:32.190Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31052026-05-28T04:51:32.421Z[ helios-setup] May 28 04:51:31.549 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
31062026-05-28T04:51:32.437Z[ host-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31072026-05-28T04:51:32.444Z[ helios-setup] May 28 04:51:31.572 INFO building project "image-builder" ok (14 seconds)
31082026-05-28T04:51:32.444Z[ helios-setup] May 28 04:51:31.572 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31092026-05-28T04:51:32.453Z[ helios-setup] May 28 04:51:31.581 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
31102026-05-28T04:51:32.453Z[ helios-setup] May 28 04:51:31.581 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31112026-05-28T04:51:32.453Z[ helios-setup] May 28 04:51:31.581 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31122026-05-28T04:51:32.568Z[ helios-setup] May 28 04:51:31.695 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31132026-05-28T04:51:32.849Z[ helios-setup] May 28 04:51:31.977 INFO E| From https://github.com/jclulow/hiercmd
31142026-05-28T04:51:32.849Z[ helios-setup] May 28 04:51:31.977 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31152026-05-28T04:51:32.861Z[ helios-setup] May 28 04:51:31.989 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31162026-05-28T04:51:33.121Z[ helios-setup] May 28 04:51:32.248 INFO E| From https://github.com/oxidecomputer/network-interface
31172026-05-28T04:51:33.121Z[ helios-setup] May 28 04:51:32.248 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31182026-05-28T04:51:33.132Z[ helios-setup] May 28 04:51:32.260 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31192026-05-28T04:51:33.308Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31202026-05-28T04:51:33.335Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31212026-05-28T04:51:33.402Z[ helios-setup] May 28 04:51:32.530 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31222026-05-28T04:51:33.402Z[ helios-setup] May 28 04:51:32.530 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31232026-05-28T04:51:33.420Z[ helios-setup] May 28 04:51:32.548 INFO E| Updating crates.io index
31242026-05-28T04:51:33.625Z[ helios-setup] May 28 04:51:32.753 INFO E| Downloading crates ...
31252026-05-28T04:51:33.722Z[ helios-setup] May 28 04:51:32.850 INFO E| Downloaded anstyle v1.0.13
31262026-05-28T04:51:33.732Z[ helios-setup] May 28 04:51:32.860 INFO E| Downloaded num_enum_derive v0.7.5
31272026-05-28T04:51:33.736Z[ helios-setup] May 28 04:51:32.863 INFO E| Downloaded simd-adler32 v0.3.7
31282026-05-28T04:51:33.753Z[ helios-setup] May 28 04:51:32.875 INFO E| Downloaded clap_lex v0.7.6
31292026-05-28T04:51:33.756Z[ helios-setup] May 28 04:51:32.882 INFO E| Downloaded devinfo v0.1.0
31302026-05-28T04:51:33.756Z[ helios-setup] May 28 04:51:32.882 INFO E| Downloaded anyhow v1.0.100
31312026-05-28T04:51:33.756Z[ helios-setup] May 28 04:51:32.882 INFO E| Downloaded bitfield v0.19.3
31322026-05-28T04:51:33.756Z[ helios-setup] May 28 04:51:32.882 INFO E| Downloaded env_filter v0.1.4
31332026-05-28T04:51:33.756Z[ helios-setup] May 28 04:51:32.883 INFO E| Downloaded futures-macro v0.3.31
31342026-05-28T04:51:33.759Z[ helios-setup] May 28 04:51:32.887 INFO E| Downloaded futures-channel v0.3.31
31352026-05-28T04:51:33.773Z[ helios-setup] May 28 04:51:32.899 INFO E| Downloaded toml_datetime v0.7.3
31362026-05-28T04:51:33.776Z[ helios-setup] May 28 04:51:32.900 INFO E| Downloaded pin-project-lite v0.2.16
31372026-05-28T04:51:33.779Z[ helios-setup] May 28 04:51:32.904 INFO E| Downloaded futures-executor v0.3.31
31382026-05-28T04:51:33.779Z[ helios-setup] May 28 04:51:32.906 INFO E| Downloaded futures-task v0.3.31
31392026-05-28T04:51:33.779Z[ helios-setup] May 28 04:51:32.906 INFO E| Downloaded bitflags v2.10.0
31402026-05-28T04:51:33.803Z[ helios-setup] May 28 04:51:32.931 INFO E| Downloaded getrandom v0.2.16
31412026-05-28T04:51:33.806Z[ helios-setup] May 28 04:51:32.933 INFO E| Downloaded futures-sink v0.3.31
31422026-05-28T04:51:33.806Z[ helios-setup] May 28 04:51:32.934 INFO E| Downloaded futures-io v0.3.31
31432026-05-28T04:51:33.809Z[ helios-setup] May 28 04:51:32.934 INFO E| Downloaded crc v3.3.0
31442026-05-28T04:51:33.813Z[ helios-setup] May 28 04:51:32.941 INFO E| Downloaded zeroize_derive v1.4.2
31452026-05-28T04:51:33.816Z[ helios-setup] May 28 04:51:32.942 INFO E| Downloaded base64ct v1.8.0
31462026-05-28T04:51:33.816Z[ helios-setup] May 28 04:51:32.944 INFO E| Downloaded quote v1.0.41
31472026-05-28T04:51:33.828Z[ helios-setup] May 28 04:51:32.955 INFO E| Downloaded bitfield-macros v0.19.3
31482026-05-28T04:51:33.839Z[ helios-setup] May 28 04:51:32.967 INFO E| Downloaded libdevinfo-sys v1.1.0
31492026-05-28T04:51:33.842Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31502026-05-28T04:51:33.842Z[ helios-setup] May 28 04:51:32.969 INFO E| Downloaded futures v0.3.31
31512026-05-28T04:51:33.857Z[ helios-setup] May 28 04:51:32.984 INFO E| Downloaded time-core v0.1.6
31522026-05-28T04:51:33.857Z[ helios-setup] May 28 04:51:32.985 INFO E| Downloaded anstyle-query v1.1.4
31532026-05-28T04:51:33.860Z[ helios-setup] May 28 04:51:32.986 INFO E| Downloaded serde_spanned v1.0.3
31542026-05-28T04:51:33.861Z[ helios-setup] May 28 04:51:32.987 INFO E| Downloaded num-bigint-dig v0.8.4
31552026-05-28T04:51:33.864Z[ helios-setup] May 28 04:51:32.990 INFO E| Downloaded getopts v0.2.24
31562026-05-28T04:51:33.864Z[ helios-setup] May 28 04:51:32.991 INFO E| Downloaded thiserror-impl v2.0.17
31572026-05-28T04:51:33.867Z[ helios-setup] May 28 04:51:32.992 INFO E| Downloaded slab v0.4.11
31582026-05-28T04:51:33.867Z[ helios-setup] May 28 04:51:32.993 INFO E| Downloaded num_enum v0.7.5
31592026-05-28T04:51:33.870Z[ helios-setup] May 28 04:51:32.996 INFO E| Downloaded env_logger v0.11.8
31602026-05-28T04:51:33.870Z[ helios-setup] May 28 04:51:32.998 INFO E| Downloaded find-msvc-tools v0.1.4
31612026-05-28T04:51:33.873Z[ helios-setup] May 28 04:51:32.999 INFO E| Downloaded deranged v0.5.5
31622026-05-28T04:51:33.873Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31632026-05-28T04:51:33.878Z[ helios-setup] May 28 04:51:33.000 INFO E| Downloaded clap v4.5.51
31642026-05-28T04:51:33.881Z[ helios-setup] May 28 04:51:33.006 INFO E| Downloaded futures-core v0.3.31
31652026-05-28T04:51:33.918Z[ helios-setup] May 28 04:51:33.045 INFO E| Downloaded toml_parser v1.0.4
31662026-05-28T04:51:33.921Z[ helios-setup] May 28 04:51:33.047 INFO E| Downloaded generic-array v0.14.9
31672026-05-28T04:51:33.921Z[ helios-setup] May 28 04:51:33.049 INFO E| Downloaded tokio-macros v2.6.0
31682026-05-28T04:51:33.924Z[ helios-setup] May 28 04:51:33.049 INFO E| Downloaded time-macros v0.2.24
31692026-05-28T04:51:33.924Z[ helios-setup] May 28 04:51:33.051 INFO E| Downloaded signal-hook-registry v1.4.6
31702026-05-28T04:51:33.924Z[ helios-setup] May 28 04:51:33.052 INFO E| Downloaded log v0.4.28
31712026-05-28T04:51:33.927Z[ helios-setup] May 28 04:51:33.053 INFO E| Downloaded unicode-ident v1.0.22
31722026-05-28T04:51:33.930Z[ host-package] Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31732026-05-28T04:51:33.934Z[ helios-setup] May 28 04:51:33.062 INFO E| Downloaded iana-time-zone v0.1.64
31742026-05-28T04:51:33.937Z[ helios-setup] May 28 04:51:33.064 INFO E| Downloaded toml_writer v1.0.4
31752026-05-28T04:51:33.937Z[ helios-setup] May 28 04:51:33.065 INFO E| Downloaded term v1.2.0
31762026-05-28T04:51:33.940Z[ helios-setup] May 28 04:51:33.067 INFO E| Downloaded clap_derive v4.5.49
31772026-05-28T04:51:33.948Z[ helios-setup] May 28 04:51:33.072 INFO E| Downloaded bytes v1.10.1
31782026-05-28T04:51:33.948Z[ helios-setup] May 28 04:51:33.075 INFO E| Downloaded proc-macro2 v1.0.103
31792026-05-28T04:51:33.951Z[ helios-setup] May 28 04:51:33.079 INFO E| Downloaded thiserror v2.0.17
31802026-05-28T04:51:33.958Z[ helios-setup] May 28 04:51:33.083 INFO E| Downloaded socket2 v0.6.1
31812026-05-28T04:51:33.958Z[ helios-setup] May 28 04:51:33.085 INFO E| Downloaded toml v0.9.8
31822026-05-28T04:51:33.961Z[ helios-setup] May 28 04:51:33.089 INFO E| Downloaded uuid v1.18.1
31832026-05-28T04:51:33.972Z[ helios-setup] May 28 04:51:33.100 INFO E| Downloaded flate2 v1.1.5
31842026-05-28T04:51:33.978Z[ helios-setup] May 28 04:51:33.106 INFO E| Downloaded rand v0.8.5
31852026-05-28T04:51:33.981Z[ helios-setup] May 28 04:51:33.109 INFO E| Downloaded toml_edit v0.23.7
31862026-05-28T04:51:33.984Z[ helios-setup] May 28 04:51:33.112 INFO E| Downloaded rsa v0.9.8
31872026-05-28T04:51:33.992Z[ helios-setup] May 28 04:51:33.120 INFO E| Downloaded zerocopy-derive v0.8.27
31882026-05-28T04:51:33.996Z[ helios-setup] May 28 04:51:33.124 INFO E| Downloaded cc v1.2.44
31892026-05-28T04:51:33.999Z[ helios-setup] May 28 04:51:33.127 INFO E| Downloaded indexmap v2.12.0
31902026-05-28T04:51:34.005Z[ helios-setup] May 28 04:51:33.133 INFO E| Downloaded iddqd v0.3.14
31912026-05-28T04:51:34.010Z[ helios-setup] May 28 04:51:33.138 INFO E| Downloaded memchr v2.7.6
31922026-05-28T04:51:34.018Z[ helios-setup] May 28 04:51:33.146 INFO E| Downloaded mio v1.1.0
31932026-05-28T04:51:34.043Z[ helios-setup] May 28 04:51:33.171 INFO E| Downloaded winnow v0.7.13
31942026-05-28T04:51:34.049Z[ helios-setup] May 28 04:51:33.177 INFO E| Downloaded clap_builder v4.5.51
31952026-05-28T04:51:34.056Z[ helios-setup] May 28 04:51:33.184 INFO E| Downloaded serde_json v1.0.145
31962026-05-28T04:51:34.070Z[ helios-setup] May 28 04:51:33.198 INFO E| Downloaded time v0.3.44
31972026-05-28T04:51:34.076Z[ helios-setup] May 28 04:51:33.203 INFO E| Downloaded libm v0.2.15
31982026-05-28T04:51:34.099Z[ helios-setup] May 28 04:51:33.227 INFO E| Downloaded hashbrown v0.16.0
31992026-05-28T04:51:34.102Z[ helios-setup] May 28 04:51:33.230 INFO E| Downloaded futures-util v0.3.31
32002026-05-28T04:51:34.110Z[ helios-setup] May 28 04:51:33.238 INFO E| Downloaded zerocopy v0.8.27
32012026-05-28T04:51:34.127Z[ helios-setup] May 28 04:51:33.255 INFO E| Downloaded unicode-width v0.2.2
32022026-05-28T04:51:34.132Z[ helios-setup] May 28 04:51:33.259 INFO E| Downloaded chrono v0.4.42
32032026-05-28T04:51:34.136Z[ helios-setup] May 28 04:51:33.264 INFO E| Downloaded syn v2.0.108
32042026-05-28T04:51:34.175Z[ helios-setup] May 28 04:51:33.303 INFO E| Downloaded rustix v1.1.2
32052026-05-28T04:51:34.276Z[ helios-setup] May 28 04:51:33.404 INFO E| Downloaded libc v0.2.177
32062026-05-28T04:51:34.293Z[ helios-setup] May 28 04:51:33.421 INFO E| Downloaded tokio v1.48.0
32072026-05-28T04:51:34.399Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling proc-macro2 v1.0.103
32082026-05-28T04:51:34.399Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling unicode-ident v1.0.22
32092026-05-28T04:51:34.399Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling quote v1.0.41
32102026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling libc v0.2.177
32112026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling serde_core v1.0.228
32122026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling cfg-if v1.0.4
32132026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.526 INFO E| Compiling serde v1.0.228
32142026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling version_check v0.9.5
32152026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling autocfg v1.5.0
32162026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling const-oid v0.9.6
32172026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling typenum v1.19.0
32182026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling libm v0.2.15
32192026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling zerocopy v0.8.27
32202026-05-28T04:51:34.402Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling rustversion v1.0.22
32212026-05-28T04:51:34.403Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling zeroize v1.8.2
32222026-05-28T04:51:34.403Z[ helios-setup] May 28 04:51:33.527 INFO E| Compiling base64ct v1.8.0
32232026-05-28T04:51:34.876Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32242026-05-28T04:51:34.969Z[ helios-setup] May 28 04:51:34.097 INFO E| Compiling smallvec v1.15.1
32252026-05-28T04:51:35.138Z[ helios-setup] May 28 04:51:34.266 INFO E| Compiling hashbrown v0.16.0
32262026-05-28T04:51:35.528Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32272026-05-28T04:51:35.625Z[ helios-setup] May 28 04:51:34.753 INFO E| Compiling pem-rfc7468 v0.7.0
32282026-05-28T04:51:35.644Z[ helios-setup] May 28 04:51:34.772 INFO E| Compiling flagset v0.4.7
32292026-05-28T04:51:35.673Z[ helios-setup] May 28 04:51:34.801 INFO E| Compiling equivalent v1.0.2
32302026-05-28T04:51:35.804Z[ helios-setup] May 28 04:51:34.932 INFO E| Compiling anyhow v1.0.100
32312026-05-28T04:51:35.962Z[ helios-setup] May 28 04:51:35.089 INFO E| Compiling rustix v1.1.2
32322026-05-28T04:51:35.994Z[ helios-setup] May 28 04:51:35.122 INFO E| Compiling byteorder v1.5.0
32332026-05-28T04:51:35.997Z[ helios-setup] May 28 04:51:35.122 INFO E| Compiling generic-array v0.14.9
32342026-05-28T04:51:35.997Z[ helios-setup] May 28 04:51:35.122 INFO E| Compiling num-traits v0.2.19
32352026-05-28T04:51:36.051Z[ helios-setup] May 28 04:51:35.179 INFO E| Compiling memchr v2.7.6
32362026-05-28T04:51:36.296Z[ helios-setup] May 28 04:51:35.402 INFO E| Compiling crc32fast v1.5.0
32372026-05-28T04:51:36.573Z[ helios-setup] May 28 04:51:35.701 INFO E| Compiling utf8parse v0.2.2
32382026-05-28T04:51:36.633Z[ helios-setup] May 28 04:51:35.761 INFO E| Compiling winnow v0.7.13
32392026-05-28T04:51:36.761Z[ helios-setup] May 28 04:51:35.889 INFO E| Compiling anstyle-parse v0.2.7
32402026-05-28T04:51:36.764Z[ helios-setup] May 28 04:51:35.889 INFO E| Compiling indexmap v2.12.0
32412026-05-28T04:51:36.841Z[ helios-setup] May 28 04:51:35.969 INFO E| Compiling is_terminal_polyfill v1.70.2
32422026-05-28T04:51:36.999Z[ helios-setup] May 28 04:51:36.126 INFO E| Compiling cpufeatures v0.2.17
32432026-05-28T04:51:37.042Z[ helios-setup] May 28 04:51:36.169 INFO E| Compiling find-msvc-tools v0.1.4
32442026-05-28T04:51:37.081Z[ helios-setup] May 28 04:51:36.208 INFO E| Compiling allocator-api2 v0.2.21
32452026-05-28T04:51:37.130Z[ helios-setup] May 28 04:51:36.258 INFO E| Compiling anstyle-query v1.1.4
32462026-05-28T04:51:37.144Z[ helios-setup] May 28 04:51:36.272 INFO E| Compiling shlex v1.3.0
32472026-05-28T04:51:37.280Z[ helios-setup] May 28 04:51:36.408 INFO E| Compiling anstyle v1.0.13
32482026-05-28T04:51:37.307Z[ helios-setup] May 28 04:51:36.434 INFO E| Compiling radium v0.7.0
32492026-05-28T04:51:37.390Z[ helios-setup] May 28 04:51:36.518 INFO E| Compiling getrandom v0.2.16
32502026-05-28T04:51:37.421Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-28T04:51:37.492Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32522026-05-28T04:51:37.495Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32532026-05-28T04:51:37.513Z[ helios-setup] May 28 04:51:36.641 INFO E| Compiling errno v0.3.14
32542026-05-28T04:51:37.565Z[ helios-setup] May 28 04:51:36.693 INFO E| Compiling syn v1.0.109
32552026-05-28T04:51:37.586Z[ helios-setup] May 28 04:51:36.714 INFO E| Compiling toml_datetime v0.7.3
32562026-05-28T04:51:37.809Z[ helios-setup] May 28 04:51:36.937 INFO E| Compiling rand_core v0.6.4
32572026-05-28T04:51:37.931Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T04:51:37.963Z[ helios-setup] May 28 04:51:37.091 INFO E| Compiling syn v2.0.108
32592026-05-28T04:51:37.970Z[ helios-setup] May 28 04:51:37.098 INFO E| Compiling colorchoice v1.0.4
32602026-05-28T04:51:38.019Z[ helios-setup] May 28 04:51:37.147 INFO E| Compiling slog v2.8.2
32612026-05-28T04:51:38.071Z[ host-package] Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32622026-05-28T04:51:38.071Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32632026-05-28T04:51:38.154Z[ helios-setup] May 28 04:51:37.282 INFO E| Compiling cc v1.2.44
32642026-05-28T04:51:38.162Z[ helios-setup] May 28 04:51:37.290 INFO E| Compiling unicode-width v0.2.2
32652026-05-28T04:51:38.239Z[ helios-setup] May 28 04:51:37.367 INFO E| Compiling anstream v0.6.21
32662026-05-28T04:51:38.281Z[ helios-setup] May 28 04:51:37.409 INFO E| Compiling futures-core v0.3.31
32672026-05-28T04:51:38.383Z[ helios-setup] May 28 04:51:37.511 INFO E| Compiling crypto-common v0.1.6
32682026-05-28T04:51:38.445Z[ helios-setup] May 28 04:51:37.573 INFO E| Compiling block-buffer v0.10.4
32692026-05-28T04:51:38.617Z[ helios-setup] May 28 04:51:37.744 INFO E| Compiling pkg-config v0.3.32
32702026-05-28T04:51:38.691Z[ helios-setup] May 28 04:51:37.818 INFO E| Compiling maybe-uninit v2.0.0
32712026-05-28T04:51:38.751Z[ helios-setup] May 28 04:51:37.878 INFO E| Compiling pin-project-lite v0.2.16
32722026-05-28T04:51:38.858Z[ helios-setup] May 28 04:51:37.985 INFO E| Compiling digest v0.10.7
32732026-05-28T04:51:38.868Z[ helios-setup] May 28 04:51:37.995 INFO E| Compiling parking_lot_core v0.9.12
32742026-05-28T04:51:38.971Z[ helios-setup] May 28 04:51:38.098 INFO E| Compiling futures-sink v0.3.31
32752026-05-28T04:51:38.971Z[ helios-setup] May 28 04:51:38.098 INFO E| Compiling tap v1.0.1
32762026-05-28T04:51:38.983Z[ helios-setup] May 28 04:51:38.111 INFO E| Compiling getopts v0.2.24
32772026-05-28T04:51:39.022Z[ host-package] Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32782026-05-28T04:51:39.071Z[ helios-setup] May 28 04:51:38.199 INFO E| Compiling wyz v0.5.1
32792026-05-28T04:51:39.132Z[ helios-setup] May 28 04:51:38.259 INFO E| Compiling futures-channel v0.3.31
32802026-05-28T04:51:39.273Z[ helios-setup] May 28 04:51:38.401 INFO E| Compiling sha2 v0.10.9
32812026-05-28T04:51:39.277Z[ helios-setup] May 28 04:51:38.402 INFO E| Compiling num-integer v0.1.46
32822026-05-28T04:51:39.450Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-05-28T04:51:39.504Z[ helios-setup] May 28 04:51:38.631 INFO E| Compiling ahash v0.8.12
32842026-05-28T04:51:39.523Z[ helios-setup] May 28 04:51:38.650 INFO E| Compiling heck v0.5.0
32852026-05-28T04:51:39.585Z[ helios-setup] May 28 04:51:38.713 INFO E| Compiling toml_parser v1.0.4
32862026-05-28T04:51:39.656Z[ helios-setup] May 28 04:51:38.776 INFO E| Compiling spin v0.9.8
32872026-05-28T04:51:39.712Z[ helios-setup] May 28 04:51:38.840 INFO E| Compiling pin-utils v0.1.0
32882026-05-28T04:51:39.799Z[ helios-setup] May 28 04:51:38.927 INFO E| Compiling getrandom v0.3.4
32892026-05-28T04:51:39.829Z[ helios-setup] May 28 04:51:38.957 INFO E| Compiling strsim v0.11.1
32902026-05-28T04:51:39.940Z[ helios-setup] May 28 04:51:39.067 INFO E| Compiling bitflags v2.10.0
32912026-05-28T04:51:39.953Z[ helios-setup] May 28 04:51:39.080 INFO E| Compiling futures-task v0.3.31
32922026-05-28T04:51:39.961Z[ helios-setup] May 28 04:51:39.088 INFO E| Compiling num-bigint-dig v0.8.4
32932026-05-28T04:51:39.967Z[ helios-setup] May 28 04:51:39.095 INFO E| Compiling scopeguard v1.2.0
32942026-05-28T04:51:39.986Z[ helios-setup] May 28 04:51:39.114 INFO E| Compiling packed_struct v0.10.1
32952026-05-28T04:51:40.083Z[ helios-setup] May 28 04:51:39.211 INFO E| Compiling clap_lex v0.7.6
32962026-05-28T04:51:40.182Z[ helios-setup] May 28 04:51:39.309 INFO E| Compiling toml_edit v0.23.7
32972026-05-28T04:51:40.252Z[ helios-setup] May 28 04:51:39.380 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32982026-05-28T04:51:40.270Z[ helios-setup] May 28 04:51:39.397 INFO E| Compiling time-core v0.1.6
32992026-05-28T04:51:40.341Z[ helios-setup] May 28 04:51:39.468 INFO E| Compiling funty v2.0.0
33002026-05-28T04:51:40.565Z[ helios-setup] May 28 04:51:39.693 INFO E| Compiling futures-io v0.3.31
33012026-05-28T04:51:40.630Z[ host-package] Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33022026-05-28T04:51:40.680Z[ helios-setup] May 28 04:51:39.808 INFO E| Compiling num-conv v0.1.0
33032026-05-28T04:51:40.843Z[ helios-setup] May 28 04:51:39.971 INFO E| Compiling slab v0.4.11
33042026-05-28T04:51:40.870Z[ helios-setup] May 28 04:51:39.998 INFO E| Compiling itoa v1.0.15
33052026-05-28T04:51:40.897Z[ helios-setup] May 28 04:51:40.025 INFO E| Compiling powerfmt v0.2.0
33062026-05-28T04:51:40.929Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-05-28T04:51:40.932Z[ helios-setup] May 28 04:51:40.058 INFO E| Compiling bytes v1.10.1
33082026-05-28T04:51:40.970Z[ helios-setup] May 28 04:51:40.097 INFO E| Compiling thiserror v1.0.69
33092026-05-28T04:51:41.003Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33102026-05-28T04:51:41.034Z[ helios-setup] May 28 04:51:40.162 INFO E| Compiling time-macros v0.2.24
33112026-05-28T04:51:41.099Z[ helios-setup] May 28 04:51:40.226 INFO E| Compiling bitvec v1.0.1
33122026-05-28T04:51:41.191Z[ host-package] Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33132026-05-28T04:51:41.195Z[ helios-setup] May 28 04:51:40.320 INFO E| Compiling lock_api v0.4.14
33142026-05-28T04:51:41.235Z[ helios-setup] May 28 04:51:40.363 INFO E| Compiling num-iter v0.1.45
33152026-05-28T04:51:41.288Z[ helios-setup] May 28 04:51:40.416 INFO E| Compiling deranged v0.5.5
33162026-05-28T04:51:41.469Z[ host-package] Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33172026-05-28T04:51:41.542Z[ helios-setup] May 28 04:51:40.670 INFO E| Compiling proc-macro-crate v3.4.0
33182026-05-28T04:51:41.556Z[ helios-setup] May 28 04:51:40.684 INFO E| Compiling terminal_size v0.4.3
33192026-05-28T04:51:41.576Z[ helios-setup] May 28 04:51:40.704 INFO E| Compiling lazy_static v1.5.0
33202026-05-28T04:51:41.693Z[ helios-setup] May 28 04:51:40.821 INFO E| Compiling clap_builder v4.5.51
33212026-05-28T04:51:41.978Z[ helios-setup] May 28 04:51:41.106 INFO E| Compiling indexmap v1.9.3
33222026-05-28T04:51:42.037Z[ helios-setup] May 28 04:51:41.164 INFO E| Compiling nodrop v0.1.14
33232026-05-28T04:51:42.167Z[ helios-setup] May 28 04:51:41.295 INFO E| Compiling serde_json v1.0.145
33242026-05-28T04:51:42.186Z[ helios-setup] May 28 04:51:41.314 INFO E| Compiling thiserror v2.0.17
33252026-05-28T04:51:42.333Z[ helios-setup] May 28 04:51:41.460 INFO E| Compiling once_cell v1.21.3
33262026-05-28T04:51:42.417Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33272026-05-28T04:51:42.497Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33282026-05-28T04:51:42.519Z[ helios-setup] May 28 04:51:41.645 INFO E| Compiling iana-time-zone v0.1.64
33292026-05-28T04:51:42.578Z[ helios-setup] May 28 04:51:41.705 INFO E| Compiling adler2 v2.0.1
33302026-05-28T04:51:42.694Z[ helios-setup] May 28 04:51:41.822 INFO E| Compiling simd-adler32 v0.3.7
33312026-05-28T04:51:42.716Z[ helios-setup] May 28 04:51:41.843 INFO E| Compiling crc-catalog v2.4.0
33322026-05-28T04:51:42.735Z[ helios-setup] May 28 04:51:41.862 INFO E| Compiling log v0.4.28
33332026-05-28T04:51:42.839Z[ helios-setup] May 28 04:51:41.966 INFO E| Compiling crc v3.3.0
33342026-05-28T04:51:42.946Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33352026-05-28T04:51:42.971Z[ helios-setup] May 28 04:51:42.099 INFO E| Compiling env_filter v0.1.4
33362026-05-28T04:51:42.980Z[ helios-setup] May 28 04:51:42.106 INFO E| Compiling miniz_oxide v0.8.9
33372026-05-28T04:51:43.048Z[ helios-setup] May 28 04:51:42.175 INFO E| Compiling chrono v0.4.42
33382026-05-28T04:51:43.509Z[ helios-setup] May 28 04:51:42.194 INFO E| Compiling array-init v0.0.4
33392026-05-28T04:51:43.509Z[ helios-setup] May 28 04:51:42.250 INFO E| Compiling parking_lot v0.12.5
33402026-05-28T04:51:43.509Z[ helios-setup] May 28 04:51:42.300 INFO E| Compiling smallvec v0.6.14
33412026-05-28T04:51:43.509Z[ host-package] Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33422026-05-28T04:51:43.647Z[ helios-setup] May 28 04:51:42.775 INFO E| Compiling serde_spanned v1.0.3
33432026-05-28T04:51:43.672Z[ helios-setup] May 28 04:51:42.800 INFO E| Compiling signature v2.2.0
33442026-05-28T04:51:43.882Z[ host-package] Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33452026-05-28T04:51:44.057Z[ host-package] Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33462026-05-28T04:51:44.066Z[ helios-setup] May 28 04:51:43.194 INFO E| Compiling time v0.3.44
33472026-05-28T04:51:44.133Z[ helios-setup] May 28 04:51:43.261 INFO E| Compiling mio v1.1.0
33482026-05-28T04:51:44.254Z[ helios-setup] May 28 04:51:43.381 INFO E| Compiling is-terminal v0.4.17
33492026-05-28T04:51:44.395Z[ helios-setup] May 28 04:51:43.522 INFO E| Compiling socket2 v0.6.1
33502026-05-28T04:51:44.511Z[ helios-setup] May 28 04:51:43.639 INFO E| Compiling signal-hook-registry v1.4.6
33512026-05-28T04:51:44.571Z[ host-package] Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33522026-05-28T04:51:44.594Z[ helios-setup] May 28 04:51:43.722 INFO E| Compiling thread_local v1.1.9
33532026-05-28T04:51:44.646Z[ helios-setup] May 28 04:51:43.773 INFO E| Compiling subtle v2.6.1
33542026-05-28T04:51:44.665Z[ helios-setup] May 28 04:51:43.792 INFO E| Compiling base64 v0.21.7
33552026-05-28T04:51:44.821Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33562026-05-28T04:51:44.857Z[ helios-setup] May 28 04:51:43.985 INFO E| Compiling ryu v1.0.20
33572026-05-28T04:51:45.016Z[ host-package] Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33582026-05-28T04:51:45.020Z[ host-package] Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33592026-05-28T04:51:45.101Z[ helios-setup] May 28 04:51:44.229 INFO E| Compiling libdevinfo-sys v1.1.0
33602026-05-28T04:51:45.146Z[ helios-setup] May 28 04:51:44.274 INFO E| Compiling hashbrown v0.12.3
33612026-05-28T04:51:45.383Z[ helios-setup] May 28 04:51:44.510 INFO E| Compiling packed_struct_codegen v0.10.1
33622026-05-28T04:51:45.418Z[ helios-setup] May 28 04:51:44.546 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33632026-05-28T04:51:45.520Z[ helios-setup] May 28 04:51:44.647 INFO E| Compiling toml_writer v1.0.4
33642026-05-28T04:51:45.526Z[ helios-setup] May 28 04:51:44.654 INFO E| Compiling serde_derive v1.0.228
33652026-05-28T04:51:45.713Z[ helios-setup] May 28 04:51:44.830 INFO E| Compiling zerocopy-derive v0.8.27
33662026-05-28T04:51:45.771Z[ helios-setup] May 28 04:51:44.899 INFO E| Compiling der_derive v0.7.3
33672026-05-28T04:51:45.820Z[ helios-setup] May 28 04:51:44.948 INFO E| Compiling futures-macro v0.3.31
33682026-05-28T04:51:45.853Z[ helios-setup] May 28 04:51:44.980 INFO E| Compiling num_enum_derive v0.7.5
33692026-05-28T04:51:45.866Z[ helios-setup] May 28 04:51:44.993 INFO E| Compiling bitfield-macros v0.19.3
33702026-05-28T04:51:45.955Z[ helios-setup] May 28 04:51:45.083 INFO E| Compiling zerocopy-derive v0.6.6
33712026-05-28T04:51:46.068Z[ helios-setup] May 28 04:51:45.196 INFO E| Compiling thiserror-impl v1.0.69
33722026-05-28T04:51:46.224Z[ helios-setup] May 28 04:51:45.351 INFO E| Compiling clap_derive v4.5.49
33732026-05-28T04:51:46.231Z[ helios-setup] May 28 04:51:45.359 INFO E| Compiling thiserror-impl v2.0.17
33742026-05-28T04:51:46.892Z[ helios-setup] May 28 04:51:46.020 INFO E| Compiling tokio-macros v2.6.0
33752026-05-28T04:51:47.705Z[ helios-setup] May 28 04:51:46.832 INFO E| Compiling winnow v0.5.40
33762026-05-28T04:51:47.798Z[ helios-setup] May 28 04:51:46.921 INFO E| Compiling num_enum v0.7.5
33772026-05-28T04:51:47.898Z[ helios-setup] May 28 04:51:47.025 INFO E| Compiling futures-util v0.3.31
33782026-05-28T04:51:47.916Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33792026-05-28T04:51:47.936Z[ helios-setup] May 28 04:51:47.061 INFO E| Compiling term v1.2.0
33802026-05-28T04:51:47.936Z[ helios-setup] May 28 04:51:47.061 INFO E| Compiling devinfo v0.1.0
33812026-05-28T04:51:48.042Z[ helios-setup] May 28 04:51:47.169 INFO E| Compiling der v0.7.10
33822026-05-28T04:51:48.172Z[ helios-setup] May 28 04:51:47.300 INFO E| Compiling zerocopy v0.6.6
33832026-05-28T04:51:48.197Z[ host-package] Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33842026-05-28T04:51:48.424Z[ helios-setup] May 28 04:51:47.551 INFO E| Compiling bitfield v0.19.3
33852026-05-28T04:51:48.892Z[ helios-setup] May 28 04:51:48.019 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33862026-05-28T04:51:49.012Z[ helios-setup] May 28 04:51:48.140 INFO E| Compiling toml v0.9.8
33872026-05-28T04:51:49.133Z[ helios-setup] May 28 04:51:48.261 INFO E| Compiling tokio v1.48.0
33882026-05-28T04:51:49.184Z[ helios-setup] May 28 04:51:48.311 INFO E| Compiling bzip2 v0.4.4
33892026-05-28T04:51:49.215Z[ helios-setup] May 28 04:51:48.342 INFO E| Compiling flate2 v1.1.5
33902026-05-28T04:51:49.221Z[ host-package] Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33912026-05-28T04:51:49.285Z[ helios-setup] May 28 04:51:48.412 INFO E| Compiling uuid v1.18.1
33922026-05-28T04:51:49.441Z[ helios-setup] May 28 04:51:48.569 INFO E| Compiling env_logger v0.11.8
33932026-05-28T04:51:49.510Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-05-28T04:51:49.588Z[ helios-setup] May 28 04:51:48.716 INFO E| Compiling bitflags v1.3.2
33952026-05-28T04:51:49.719Z[ helios-setup] May 28 04:51:48.847 INFO E| Compiling hex v0.4.3
33962026-05-28T04:51:49.794Z[ helios-setup] May 28 04:51:48.921 INFO E| Compiling crc-any v2.5.0
33972026-05-28T04:51:49.794Z[ helios-setup] May 28 04:51:48.921 INFO E| Compiling clap v4.5.51
33982026-05-28T04:51:49.895Z[ helios-setup] May 28 04:51:49.022 INFO E| Compiling foldhash v0.2.0
33992026-05-28T04:51:50.146Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34002026-05-28T04:51:50.279Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34012026-05-28T04:51:50.374Z[ helios-setup] May 28 04:51:49.501 INFO E| Compiling rustc-hash v2.1.1
34022026-05-28T04:51:50.641Z[ helios-setup] May 28 04:51:49.769 INFO E| Compiling iddqd v0.3.14
34032026-05-28T04:51:50.649Z[ helios-setup] May 28 04:51:49.777 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34042026-05-28T04:51:50.756Z[ helios-setup] May 28 04:51:49.884 INFO E| Compiling zip v0.6.6
34052026-05-28T04:51:50.961Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34062026-05-28T04:51:50.976Z[ helios-setup] May 28 04:51:50.104 INFO E| Compiling spki v0.7.3
34072026-05-28T04:51:50.995Z[ helios-setup] May 28 04:51:50.122 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34082026-05-28T04:51:51.108Z[ helios-setup] May 28 04:51:50.235 INFO E| Compiling path-slash v0.1.5
34092026-05-28T04:51:51.430Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34102026-05-28T04:51:51.507Z[ helios-setup] May 28 04:51:50.634 INFO E| Compiling pkcs8 v0.10.2
34112026-05-28T04:51:51.762Z[ helios-setup] May 28 04:51:50.890 INFO E| Compiling x509-cert v0.2.5
34122026-05-28T04:51:51.979Z[ helios-setup] May 28 04:51:51.107 INFO E| Compiling pkcs1 v0.7.5
34132026-05-28T04:51:52.394Z[ helios-setup] May 28 04:51:51.522 INFO E| Compiling ppv-lite86 v0.2.21
34142026-05-28T04:51:52.994Z[ helios-setup] May 28 04:51:52.121 INFO E| Compiling hashbrown v0.13.2
34152026-05-28T04:51:53.054Z[ helios-setup] May 28 04:51:52.182 INFO E| Compiling futures-executor v0.3.31
34162026-05-28T04:51:53.278Z[ helios-setup] May 28 04:51:52.406 INFO E| Compiling erased-serde v0.3.31
34172026-05-28T04:51:53.497Z[ helios-setup] May 28 04:51:52.624 INFO E| Compiling rand_chacha v0.3.1
34182026-05-28T04:51:53.648Z[ helios-setup] May 28 04:51:52.775 INFO E| Compiling toml_datetime v0.6.11
34192026-05-28T04:51:53.770Z[ helios-setup] May 28 04:51:52.897 INFO E| Compiling serde_spanned v0.6.9
34202026-05-28T04:51:54.011Z[ helios-setup] May 28 04:51:53.138 INFO E| Compiling futures v0.3.31
34212026-05-28T04:51:54.027Z[ helios-setup] May 28 04:51:53.155 INFO E| Compiling serde-hex v0.1.0
34222026-05-28T04:51:54.055Z[ helios-setup] May 28 04:51:53.183 INFO E| Compiling ron v0.8.1
34232026-05-28T04:51:54.111Z[ helios-setup] May 28 04:51:53.238 INFO E| Compiling rand v0.8.5
34242026-05-28T04:51:54.406Z[ helios-setup] May 28 04:51:53.534 INFO E| Compiling toml_edit v0.19.15
34252026-05-28T04:51:54.465Z[ helios-setup] May 28 04:51:53.593 INFO E| Compiling object v0.30.4
34262026-05-28T04:51:54.898Z[ helios-setup] May 28 04:51:54.026 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34272026-05-28T04:51:54.916Z[ helios-setup] May 28 04:51:54.044 INFO E| Compiling slog-term v2.9.2
34282026-05-28T04:51:55.467Z[ helios-setup] May 28 04:51:54.595 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34292026-05-28T04:51:56.582Z[ host-package] Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34302026-05-28T04:51:56.643Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34312026-05-28T04:51:57.052Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34322026-05-28T04:51:57.114Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34332026-05-28T04:51:57.299Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34342026-05-28T04:51:57.352Z[ helios-setup] May 28 04:51:56.479 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34352026-05-28T04:51:57.410Z[ helios-setup] May 28 04:51:56.537 INFO E| Compiling toml v0.7.8
34362026-05-28T04:51:57.410Z[ helios-setup] May 28 04:51:56.538 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34372026-05-28T04:51:57.449Z[ helios-setup] May 28 04:51:56.576 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34382026-05-28T04:51:57.537Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34392026-05-28T04:51:57.668Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34402026-05-28T04:51:57.816Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-05-28T04:51:58.078Z[ helios-setup] May 28 04:51:57.206 INFO E| Compiling rsa v0.9.8
34422026-05-28T04:52:00.887Z[ host-package] Compiling tabled_derive v0.11.0
34432026-05-28T04:52:03.371Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34442026-05-28T04:52:03.434Z[ host-package] Compiling papergrid v0.17.0
34452026-05-28T04:52:04.190Z[ host-package] Compiling testing_table v0.3.0
34462026-05-28T04:52:04.220Z[ host-package] Compiling vergen-gitcl v1.0.8
34472026-05-28T04:52:04.521Z[ host-package] Compiling dirs-sys-next v0.1.2
34482026-05-28T04:52:04.817Z[ host-package] Compiling crunchy v0.2.4
34492026-05-28T04:52:04.898Z[ helios-setup] May 28 04:52:04.026 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34502026-05-28T04:52:04.953Z[ host-package] Compiling maplit v1.0.2
34512026-05-28T04:52:05.096Z[ host-package] Compiling diesel_derives v2.3.7
34522026-05-28T04:52:05.207Z[ host-package] Compiling glob v0.3.3
34532026-05-28T04:52:05.522Z[ host-package] Compiling dirs-next v2.0.0
34542026-05-28T04:52:05.744Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34552026-05-28T04:52:05.809Z[ host-package] Compiling clang-sys v1.8.1
34562026-05-28T04:52:06.035Z[ host-package] Compiling tabled v0.20.0
34572026-05-28T04:52:06.230Z[ helios-setup] May 28 04:52:05.357 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34582026-05-28T04:52:06.352Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34592026-05-28T04:52:06.631Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34602026-05-28T04:52:07.457Z[ host-package] Compiling dsl_auto_type v0.2.0
34612026-05-28T04:52:07.486Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34622026-05-28T04:52:07.957Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34632026-05-28T04:52:08.200Z[ host-package] Compiling tiny-keccak v2.0.2
34642026-05-28T04:52:08.839Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34652026-05-28T04:52:08.920Z[ host-package] Compiling r2d2 v0.8.10
34662026-05-28T04:52:09.231Z[ host-package] Compiling term v0.7.0
34672026-05-28T04:52:09.441Z[ host-package] Compiling xshell-macros v0.2.7
34682026-05-28T04:52:09.589Z[ host-package] Compiling bit-vec v0.6.3
34692026-05-28T04:52:09.800Z[ host-package] Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34702026-05-28T04:52:09.874Z[ host-package] Compiling downcast-rs v2.0.2
34712026-05-28T04:52:09.924Z[ host-package] Compiling bit-set v0.5.3
34722026-05-28T04:52:09.927Z[ host-package] Compiling xshell v0.2.7
34732026-05-28T04:52:10.015Z[ host-package] Compiling ascii-canvas v3.0.0
34742026-05-28T04:52:10.325Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34752026-05-28T04:52:10.428Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-05-28T04:52:10.700Z[ helios-setup] May 28 04:52:09.828 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34772026-05-28T04:52:10.970Z[ host-package] Compiling ena v0.14.4
34782026-05-28T04:52:11.243Z[ host-package] Compiling libloading v0.8.9
34792026-05-28T04:52:11.492Z[ host-package] Compiling bindgen v0.71.1
34802026-05-28T04:52:11.552Z[ host-package] Compiling crc8 v0.1.1
34812026-05-28T04:52:11.715Z[ host-package] Compiling diff v0.1.13
34822026-05-28T04:52:11.802Z[ host-package] Compiling unicase v2.9.0
34832026-05-28T04:52:12.015Z[ host-package] Compiling regex-syntax v0.6.29
34842026-05-28T04:52:12.215Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-05-28T04:52:13.005Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-05-28T04:52:13.468Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34872026-05-28T04:52:13.719Z[ host-package] Compiling diesel v2.3.7
34882026-05-28T04:52:13.881Z[ host-package] Compiling lalrpop v0.19.12
34892026-05-28T04:52:14.094Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34902026-05-28T04:52:14.194Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34912026-05-28T04:52:14.386Z[ host-package] Compiling cexpr v0.6.0
34922026-05-28T04:52:14.440Z[ host-package] Compiling rustc-hash v2.1.1
34932026-05-28T04:52:14.613Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34942026-05-28T04:52:14.654Z[ host-package] Compiling headers-core v0.3.0
34952026-05-28T04:52:14.766Z[ host-package] Compiling libxml v0.3.3
34962026-05-28T04:52:15.192Z[ host-package] Compiling headers v0.4.1
34972026-05-28T04:52:15.578Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34982026-05-28T04:52:15.670Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34992026-05-28T04:52:15.989Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35002026-05-28T04:52:16.399Z[ host-package] Compiling git-stub v1.0.0
35012026-05-28T04:52:16.430Z[ host-package] Compiling strum_macros v0.24.3
35022026-05-28T04:52:16.473Z[ host-package] Compiling indoc v1.0.9
35032026-05-28T04:52:16.699Z[ host-package] Compiling git-stub-vcs v0.1.0
35042026-05-28T04:52:17.161Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35052026-05-28T04:52:17.221Z[ host-package] Compiling derive_builder v0.20.2
35062026-05-28T04:52:17.358Z[ host-package] Compiling quick-xml v0.37.5
35072026-05-28T04:52:17.470Z[ host-package] Compiling oso-derive v0.27.3
35082026-05-28T04:52:17.755Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35092026-05-28T04:52:18.107Z[ host-package] Compiling openssl-probe v0.1.6
35102026-05-28T04:52:18.462Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35112026-05-28T04:52:18.674Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35122026-05-28T04:52:18.857Z[ host-package] Compiling half v1.8.3
35132026-05-28T04:52:19.384Z[ host-package] Compiling serde_cbor v0.11.2
35142026-05-28T04:52:19.463Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35152026-05-28T04:52:19.639Z[ host-package] Compiling bb8 v0.8.6
35162026-05-28T04:52:19.788Z[ host-package] Compiling trait-variant v0.1.2
35172026-05-28T04:52:19.918Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35182026-05-28T04:52:20.060Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35192026-05-28T04:52:20.413Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35202026-05-28T04:52:20.522Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35212026-05-28T04:52:20.640Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35222026-05-28T04:52:20.944Z[ host-package] Compiling typify-impl v0.4.3
35232026-05-28T04:52:21.075Z[ host-package] Compiling samael v0.0.19
35242026-05-28T04:52:21.103Z[ host-package] Compiling fxhash v0.2.1
35252026-05-28T04:52:21.218Z[ host-package] Compiling libz-sys v1.1.24
35262026-05-28T04:52:21.329Z[ host-package] Compiling nonempty v0.12.0
35272026-05-28T04:52:21.608Z[ host-package] Compiling salty v0.3.0
35282026-05-28T04:52:22.060Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35292026-05-28T04:52:22.197Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
35302026-05-28T04:52:22.355Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35312026-05-28T04:52:22.386Z[ host-package] Compiling kstat-rs v0.2.4
35322026-05-28T04:52:22.526Z[ helios-setup] May 28 04:52:21.653 INFO E| Finished `release` profile [optimized] target(s) in 50.06s
35332026-05-28T04:52:22.529Z[ helios-setup] May 28 04:52:21.655 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35342026-05-28T04:52:22.529Z[ helios-setup] May 28 04:52:21.655 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35352026-05-28T04:52:22.585Z[ helios-setup] May 28 04:52:21.712 INFO building project "pilot" ok (50 seconds)
35362026-05-28T04:52:22.585Z[ helios-setup] May 28 04:52:21.712 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35372026-05-28T04:52:22.594Z[ helios-setup] May 28 04:52:21.721 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
35382026-05-28T04:52:22.594Z[ helios-setup] May 28 04:52:21.721 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35392026-05-28T04:52:22.594Z[ helios-setup] May 28 04:52:21.721 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35402026-05-28T04:52:22.803Z[ helios-setup] May 28 04:52:21.930 INFO E| Downloading crates ...
35412026-05-28T04:52:22.880Z[ host-package] Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35422026-05-28T04:52:22.888Z[ helios-setup] May 28 04:52:22.015 INFO E| Downloaded time-core v0.1.4
35432026-05-28T04:52:22.891Z[ helios-setup] May 28 04:52:22.017 INFO E| Downloaded anyhow v1.0.98
35442026-05-28T04:52:22.895Z[ helios-setup] May 28 04:52:22.023 INFO E| Downloaded tempfile v3.20.0
35452026-05-28T04:52:22.899Z[ helios-setup] May 28 04:52:22.027 INFO E| Downloaded errno v0.3.12
35462026-05-28T04:52:22.907Z[ helios-setup] May 28 04:52:22.035 INFO E| Downloaded deranged v0.4.0
35472026-05-28T04:52:22.920Z[ helios-setup] May 28 04:52:22.047 INFO E| Downloaded time-macros v0.2.22
35482026-05-28T04:52:22.923Z[ helios-setup] May 28 04:52:22.051 INFO E| Downloaded iana-time-zone v0.1.63
35492026-05-28T04:52:22.927Z[ helios-setup] May 28 04:52:22.055 INFO E| Downloaded bitflags v2.9.1
35502026-05-28T04:52:22.930Z[ helios-setup] May 28 04:52:22.058 INFO E| Downloaded serde_with_macros v3.12.0
35512026-05-28T04:52:22.934Z[ helios-setup] May 28 04:52:22.060 INFO E| Downloaded getrandom v0.3.3
35522026-05-28T04:52:22.945Z[ helios-setup] May 28 04:52:22.072 INFO E| Downloaded indexmap v2.9.0
35532026-05-28T04:52:22.961Z[ helios-setup] May 28 04:52:22.089 INFO E| Downloaded serde_with v3.12.0
35542026-05-28T04:52:22.967Z[ helios-setup] May 28 04:52:22.094 INFO E| Downloaded hashbrown v0.15.3
35552026-05-28T04:52:22.970Z[ helios-setup] May 28 04:52:22.097 INFO E| Downloaded time v0.3.41
35562026-05-28T04:52:22.974Z[ helios-setup] May 28 04:52:22.102 INFO E| Downloaded chrono v0.4.41
35572026-05-28T04:52:22.987Z[ helios-setup] May 28 04:52:22.115 INFO E| Downloaded rustix v1.0.7
35582026-05-28T04:52:23.050Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling proc-macro2 v1.0.95
35592026-05-28T04:52:23.050Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling unicode-ident v1.0.18
35602026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling libc v0.2.172
35612026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling fnv v1.0.7
35622026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling ident_case v1.0.1
35632026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling strsim v0.11.1
35642026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling serde v1.0.219
35652026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling rustix v1.0.7
35662026-05-28T04:52:23.054Z[ helios-setup] May 28 04:52:22.177 INFO E| Compiling getrandom v0.3.3
35672026-05-28T04:52:23.063Z[ helios-setup] May 28 04:52:22.190 INFO E| Compiling cfg-if v1.0.0
35682026-05-28T04:52:23.063Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling thiserror v2.0.12
35692026-05-28T04:52:23.067Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling anyhow v1.0.98
35702026-05-28T04:52:23.067Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling serde_json v1.0.140
35712026-05-28T04:52:23.067Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling bitflags v2.9.1
35722026-05-28T04:52:23.067Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35732026-05-28T04:52:23.067Z[ helios-setup] May 28 04:52:22.191 INFO E| Compiling once_cell v1.21.3
35742026-05-28T04:52:23.077Z[ host-package] Compiling polar-core v0.27.3
35752026-05-28T04:52:23.472Z[ host-package] Compiling arc-swap v1.8.2
35762026-05-28T04:52:23.534Z[ helios-setup] May 28 04:52:22.661 INFO E| Compiling itoa v1.0.15
35772026-05-28T04:52:23.546Z[ helios-setup] May 28 04:52:22.673 INFO E| Compiling memchr v2.7.4
35782026-05-28T04:52:23.546Z[ helios-setup] May 28 04:52:22.673 INFO E| Compiling fastrand v2.3.0
35792026-05-28T04:52:23.735Z[ helios-setup] May 28 04:52:22.863 INFO E| Compiling ryu v1.0.20
35802026-05-28T04:52:24.403Z[ host-package] Compiling slog-scope v4.4.1
35812026-05-28T04:52:24.560Z[ host-package] Compiling mime_guess v2.0.5
35822026-05-28T04:52:24.563Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
35832026-05-28T04:52:24.639Z[ helios-setup] May 28 04:52:23.766 INFO E| Compiling quote v1.0.40
35842026-05-28T04:52:24.820Z[ helios-setup] May 28 04:52:23.946 INFO E| Compiling syn v2.0.101
35852026-05-28T04:52:24.886Z[ host-package] Compiling typify-macro v0.4.3
35862026-05-28T04:52:25.084Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35872026-05-28T04:52:25.433Z[ helios-setup] May 28 04:52:24.560 INFO E| Compiling errno v0.3.12
35882026-05-28T04:52:25.460Z[ host-package] Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35892026-05-28T04:52:25.800Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35902026-05-28T04:52:26.401Z[ helios-setup] May 28 04:52:25.528 INFO E| Compiling tempfile v3.20.0
35912026-05-28T04:52:26.973Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35922026-05-28T04:52:27.082Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35932026-05-28T04:52:27.153Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35942026-05-28T04:52:27.201Z[ host-package] Compiling nanorand v0.7.0
35952026-05-28T04:52:27.468Z[ helios-setup] May 28 04:52:26.596 INFO E| Compiling darling_core v0.20.11
35962026-05-28T04:52:27.514Z[ host-package] Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35972026-05-28T04:52:27.806Z[ host-package] Compiling darling_core v0.23.0
35982026-05-28T04:52:28.465Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35992026-05-28T04:52:28.580Z[ helios-setup] May 28 04:52:27.707 INFO E| Compiling serde_derive v1.0.219
36002026-05-28T04:52:28.580Z[ helios-setup] May 28 04:52:27.707 INFO E| Compiling thiserror-impl v2.0.12
36012026-05-28T04:52:28.912Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
36022026-05-28T04:52:29.298Z[ host-package] Compiling parking_lot_core v0.8.6
36032026-05-28T04:52:29.401Z[ helios-setup] May 28 04:52:28.529 INFO E| Compiling darling_macro v0.20.11
36042026-05-28T04:52:29.921Z[ host-package] Compiling flume v0.11.1
36052026-05-28T04:52:30.069Z[ helios-setup] May 28 04:52:29.196 INFO E| Compiling darling v0.20.11
36062026-05-28T04:52:30.166Z[ helios-setup] May 28 04:52:29.293 INFO E| Compiling serde_with_macros v3.12.0
36072026-05-28T04:52:30.549Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36082026-05-28T04:52:30.668Z[ host-package] Compiling darling_macro v0.23.0
36092026-05-28T04:52:31.378Z[ host-package] Compiling slog-stdlog v4.1.1
36102026-05-28T04:52:31.873Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36112026-05-28T04:52:31.901Z[ host-package] Compiling primeorder v0.13.6
36122026-05-28T04:52:32.228Z[ host-package] Compiling atty v0.2.14
36132026-05-28T04:52:32.421Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36142026-05-28T04:52:32.773Z[ host-package] Compiling strsim v0.10.0
36152026-05-28T04:52:33.101Z[ host-package] Compiling http-range v0.1.5
36162026-05-28T04:52:33.133Z[ host-package] Compiling instability v0.3.11
36172026-05-28T04:52:33.201Z[ host-package] Compiling darling_core v0.13.4
36182026-05-28T04:52:33.445Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36192026-05-28T04:52:33.480Z[ host-package] Compiling p384 v0.13.1
36202026-05-28T04:52:33.510Z[ host-package] Compiling slog-envlogger v2.2.0
36212026-05-28T04:52:34.176Z[ helios-setup] May 28 04:52:33.303 INFO E| Compiling serde_with v3.12.0
36222026-05-28T04:52:34.812Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36232026-05-28T04:52:35.869Z[ host-package] Compiling oso v0.27.3
36242026-05-28T04:52:37.296Z[ host-package] Compiling diesel-dtrace v0.5.0
36252026-05-28T04:52:37.783Z[ host-package] Compiling async-bb8-diesel v0.2.1
36262026-05-28T04:52:38.266Z[ helios-setup] May 28 04:52:37.394 INFO E| Finished `release` profile [optimized] target(s) in 15.65s
36272026-05-28T04:52:38.287Z[ host-package] Compiling darling v0.23.0
36282026-05-28T04:52:38.291Z[ helios-setup] May 28 04:52:37.417 INFO building project "dmar-report" ok (15 seconds)
36292026-05-28T04:52:38.291Z[ helios-setup] May 28 04:52:37.417 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36302026-05-28T04:52:38.299Z[ helios-setup] May 28 04:52:37.427 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36312026-05-28T04:52:38.299Z[ helios-setup] May 28 04:52:37.427 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36322026-05-28T04:52:38.303Z[ helios-setup] May 28 04:52:37.427 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36332026-05-28T04:52:38.499Z[ helios-setup] May 28 04:52:37.626 INFO E| Downloading crates ...
36342026-05-28T04:52:38.540Z[ helios-setup] May 28 04:52:37.667 INFO E| Downloaded adler2 v2.0.0
36352026-05-28T04:52:38.554Z[ helios-setup] May 28 04:52:37.681 INFO E| Downloaded miniz_oxide v0.8.8
36362026-05-28T04:52:38.597Z[ helios-setup] May 28 04:52:37.724 INFO E| Compiling adler2 v2.0.0
36372026-05-28T04:52:38.697Z[ helios-setup] May 28 04:52:37.823 INFO E| Compiling miniz_oxide v0.8.8
36382026-05-28T04:52:39.468Z[ host-package] Compiling typify v0.4.3
36392026-05-28T04:52:39.566Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36402026-05-28T04:52:39.615Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
36412026-05-28T04:52:39.792Z[ host-package] Compiling ignore v0.4.25
36422026-05-28T04:52:39.913Z[ helios-setup] May 28 04:52:39.040 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36432026-05-28T04:52:40.406Z[ helios-setup] May 28 04:52:39.533 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
36442026-05-28T04:52:40.416Z[ helios-setup] May 28 04:52:39.543 INFO building project "pinprick" ok (2 seconds)
36452026-05-28T04:52:40.416Z[ helios-setup] May 28 04:52:39.543 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36462026-05-28T04:52:40.425Z[ helios-setup] May 28 04:52:39.552 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
36472026-05-28T04:52:40.425Z[ helios-setup] May 28 04:52:39.552 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36482026-05-28T04:52:40.425Z[ helios-setup] May 28 04:52:39.552 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36492026-05-28T04:52:40.547Z[ helios-setup] May 28 04:52:39.675 INFO E| Downloading crates ...
36502026-05-28T04:52:40.593Z[ helios-setup] May 28 04:52:39.720 INFO E| Downloaded block-buffer v0.10.3
36512026-05-28T04:52:40.596Z[ helios-setup] May 28 04:52:39.722 INFO E| Downloaded generic-array v0.14.6
36522026-05-28T04:52:40.600Z[ helios-setup] May 28 04:52:39.727 INFO E| Downloaded digest v0.10.3
36532026-05-28T04:52:40.605Z[ helios-setup] May 28 04:52:39.733 INFO E| Downloaded bytes v1.2.1
36542026-05-28T04:52:40.608Z[ helios-setup] May 28 04:52:39.735 INFO E| Downloaded typenum v1.15.0
36552026-05-28T04:52:40.612Z[ helios-setup] May 28 04:52:39.737 INFO E| Downloaded sha2 v0.10.5
36562026-05-28T04:52:40.612Z[ helios-setup] May 28 04:52:39.738 INFO E| Downloaded cpufeatures v0.2.5
36572026-05-28T04:52:40.612Z[ helios-setup] May 28 04:52:39.739 INFO E| Downloaded miniz_oxide v0.6.2
36582026-05-28T04:52:40.616Z[ helios-setup] May 28 04:52:39.741 INFO E| Downloaded anyhow v1.0.62
36592026-05-28T04:52:40.641Z[ helios-setup] May 28 04:52:39.769 INFO E| Downloaded flate2 v1.0.25
36602026-05-28T04:52:40.688Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling typenum v1.15.0
36612026-05-28T04:52:40.688Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling version_check v0.9.4
36622026-05-28T04:52:40.688Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling cfg-if v1.0.0
36632026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling crc32fast v1.3.2
36642026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling anyhow v1.0.62
36652026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling adler v1.0.2
36662026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling cpufeatures v0.2.5
36672026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling unicode-width v0.1.10
36682026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling bytes v1.2.1
36692026-05-28T04:52:40.692Z[ helios-setup] May 28 04:52:39.815 INFO E| Compiling bitflags v1.3.2
36702026-05-28T04:52:40.731Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36712026-05-28T04:52:40.990Z[ host-package] Compiling castaway v0.2.4
36722026-05-28T04:52:41.060Z[ helios-setup] May 28 04:52:40.188 INFO E| Compiling getopts v0.2.21
36732026-05-28T04:52:41.106Z[ helios-setup] May 28 04:52:40.233 INFO E| Compiling miniz_oxide v0.6.2
36742026-05-28T04:52:41.334Z[ helios-setup] May 28 04:52:40.461 INFO E| Compiling generic-array v0.14.6
36752026-05-28T04:52:41.357Z[ host-package] Compiling vergen-git2 v9.1.0
36762026-05-28T04:52:41.631Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36772026-05-28T04:52:41.672Z[ helios-setup] May 28 04:52:40.799 INFO E| Compiling flate2 v1.0.25
36782026-05-28T04:52:41.806Z[ host-package] Compiling indoc v2.0.7
36792026-05-28T04:52:42.239Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36802026-05-28T04:52:42.752Z[ helios-setup] May 28 04:52:41.879 INFO E| Compiling block-buffer v0.10.3
36812026-05-28T04:52:42.752Z[ helios-setup] May 28 04:52:41.879 INFO E| Compiling crypto-common v0.1.6
36822026-05-28T04:52:42.860Z[ helios-setup] May 28 04:52:41.987 INFO E| Compiling digest v0.10.3
36832026-05-28T04:52:43.030Z[ host-package] Compiling compact_str v0.8.1
36842026-05-28T04:52:43.034Z[ helios-setup] May 28 04:52:42.160 INFO E| Compiling sha2 v0.10.5
36852026-05-28T04:52:43.086Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36862026-05-28T04:52:43.298Z[ host-package] Compiling globwalk v0.9.1
36872026-05-28T04:52:43.314Z[ helios-setup] May 28 04:52:42.441 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36882026-05-28T04:52:43.872Z[ host-package] Compiling progenitor-impl v0.11.2
36892026-05-28T04:52:43.958Z[ host-package] Compiling parking_lot v0.11.2
36902026-05-28T04:52:44.134Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-28T04:52:44.399Z[ host-package] Compiling hyper-staticfile v0.10.1
36922026-05-28T04:52:45.076Z[ host-package] Compiling darling_macro v0.13.4
36932026-05-28T04:52:45.539Z[ helios-setup] May 28 04:52:44.667 INFO E| Finished `release` profile [optimized] target(s) in 5.10s
36942026-05-28T04:52:45.552Z[ helios-setup] May 28 04:52:44.679 INFO building project "bootserver" ok (5 seconds)
36952026-05-28T04:52:45.555Z[ helios-setup] rm -f helios-build
36962026-05-28T04:52:45.555Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36972026-05-28T04:52:45.561Z[ helios-setup]
36982026-05-28T04:52:45.561Z[ helios-setup] real 2:35.955985098
36992026-05-28T04:52:45.564Z[ helios-setup] user 6:50.253324552
37002026-05-28T04:52:45.564Z[ helios-setup] sys 1:14.893251939
37012026-05-28T04:52:45.564Z[ helios-setup] trap 0.426536947
37022026-05-28T04:52:45.564Z[ helios-setup] tflt 2.874073693
37032026-05-28T04:52:45.564Z[ helios-setup] dflt 6.172258624
37042026-05-28T04:52:45.564Z[ helios-setup] kflt 0.003854569
37052026-05-28T04:52:45.564Z[ helios-setup] lock 37:37.970034678
37062026-05-28T04:52:45.564Z[ helios-setup] slp 35:32.112514834
37072026-05-28T04:52:45.564Z[ helios-setup] lat 6:50.033878613
37082026-05-28T04:52:45.564Z[ helios-setup] stop 1:27.075439503
37092026-05-28T04:52:45.564Z[ helios-setup]
37102026-05-28T04:52:45.564Z[ helios-setup] Setup complete! ./helios-build is now available.
37112026-05-28T04:52:45.564Z[ helios-setup]
37122026-05-28T04:52:45.564ZMay 28 04:52:44.689 INFO [helios-setup] process exited with exit status: 0 (155.958832708s)
37132026-05-28T04:52:45.564ZMay 28 04:52:44.689 INFO [helios-record] running task
37142026-05-28T04:52:45.564ZMay 28 04:52:44.689 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37152026-05-28T04:52:45.573ZMay 28 04:52:44.700 DEBG process exited with exit status: 0 (10.81948ms)
37162026-05-28T04:52:45.573ZMay 28 04:52:44.700 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37172026-05-28T04:52:45.577ZMay 28 04:52:44.705 DEBG process exited with exit status: 0 (4.59707ms)
37182026-05-28T04:52:45.577ZMay 28 04:52:44.705 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37192026-05-28T04:52:45.581ZMay 28 04:52:44.709 DEBG process exited with exit status: 0 (3.70513ms)
37202026-05-28T04:52:45.581ZMay 28 04:52:44.709 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37212026-05-28T04:52:45.585ZMay 28 04:52:44.713 DEBG process exited with exit status: 0 (3.99175ms)
37222026-05-28T04:52:45.585ZMay 28 04:52:44.713 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37232026-05-28T04:52:45.590ZMay 28 04:52:44.717 DEBG process exited with exit status: 0 (4.69866ms)
37242026-05-28T04:52:45.590ZMay 28 04:52:44.717 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37252026-05-28T04:52:45.594ZMay 28 04:52:44.721 DEBG process exited with exit status: 0 (3.9316ms)
37262026-05-28T04:52:45.594ZMay 28 04:52:44.721 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37272026-05-28T04:52:45.598ZMay 28 04:52:44.725 DEBG process exited with exit status: 0 (3.73587ms)
37282026-05-28T04:52:45.598ZMay 28 04:52:44.725 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37292026-05-28T04:52:45.601ZMay 28 04:52:44.729 DEBG process exited with exit status: 0 (3.95597ms)
37302026-05-28T04:52:45.601ZMay 28 04:52:44.729 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37312026-05-28T04:52:45.606ZMay 28 04:52:44.733 DEBG process exited with exit status: 0 (4.52795ms)
37322026-05-28T04:52:45.610ZMay 28 04:52:44.734 INFO [helios-record] task succeeded (44.58841ms)
37332026-05-28T04:52:45.727Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37342026-05-28T04:52:45.816Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-05-28T04:52:45.942Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37362026-05-28T04:52:46.016Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37372026-05-28T04:52:46.414Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37382026-05-28T04:52:46.440Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37392026-05-28T04:52:46.591Z[ host-package] Compiling predicates-tree v1.0.13
37402026-05-28T04:52:46.625Z[ host-package] Compiling unicode-truncate v1.1.0
37412026-05-28T04:52:46.673Z[ host-package] Compiling lru v0.12.5
37422026-05-28T04:52:46.836Z[ host-package] Compiling prefix-trie v0.7.0
37432026-05-28T04:52:46.903Z[ host-package] Compiling rand_seeder v0.4.0
37442026-05-28T04:52:46.927Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37452026-05-28T04:52:47.043Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37462026-05-28T04:52:47.166Z[ host-package] Compiling rustls v0.21.12
37472026-05-28T04:52:47.304Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
37482026-05-28T04:52:47.335Z[ host-package] Compiling corncobs v0.1.4
37492026-05-28T04:52:47.393Z[ host-package] Compiling cassowary v0.3.0
37502026-05-28T04:52:47.491Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37512026-05-28T04:52:47.575Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37522026-05-28T04:52:47.598Z[ host-package] Compiling hickory-server v0.25.2
37532026-05-28T04:52:48.207Z[ host-package] Compiling ratatui v0.29.0
37542026-05-28T04:52:48.301Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37552026-05-28T04:52:48.483Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37562026-05-28T04:52:48.523Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37572026-05-28T04:52:49.022Z[ host-package] Compiling progenitor-macro v0.11.2
37582026-05-28T04:52:49.233Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37592026-05-28T04:52:49.259Z[ host-package] Compiling darling v0.13.4
37602026-05-28T04:52:49.384Z[ host-package] Compiling sled v0.34.7
37612026-05-28T04:52:52.420Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37622026-05-28T04:52:52.654Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37632026-05-28T04:52:53.082Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37642026-05-28T04:52:53.394Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37652026-05-28T04:52:54.340Z[ host-package] Compiling progenitor-client v0.11.2
37662026-05-28T04:52:54.877Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37672026-05-28T04:52:55.107Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37682026-05-28T04:52:55.341Z[ host-package] Compiling sct v0.7.1
37692026-05-28T04:52:55.555Z[ host-package] Compiling rustls-webpki v0.101.7
37702026-05-28T04:52:55.636Z[ host-package] Compiling secrecy v0.8.0
37712026-05-28T04:52:55.839Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37722026-05-28T04:52:56.395Z[ host-package] Compiling git2 v0.20.4
37732026-05-28T04:52:56.464Z[ host-package] Compiling progenitor v0.11.2
37742026-05-28T04:52:56.505Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37752026-05-28T04:52:57.327Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37762026-05-28T04:52:57.794Z[ host-package] Compiling serde_with_macros v1.5.2
37772026-05-28T04:52:58.796Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37782026-05-28T04:52:59.161Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37792026-05-28T04:52:59.456Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37802026-05-28T04:53:00.175Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37812026-05-28T04:53:00.779Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37822026-05-28T04:53:00.831Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37832026-05-28T04:53:01.279Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37842026-05-28T04:53:01.758Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37852026-05-28T04:53:04.867Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37862026-05-28T04:53:05.823Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37872026-05-28T04:53:06.290Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37882026-05-28T04:53:06.483Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37892026-05-28T04:53:06.529Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37902026-05-28T04:53:06.731Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37912026-05-28T04:53:06.794Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37922026-05-28T04:53:06.974Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37932026-05-28T04:53:07.021Z[ host-package] Compiling base64 v0.21.7
37942026-05-28T04:53:07.024Z[ host-package] Compiling void v1.0.2
37952026-05-28T04:53:07.202Z[ host-package] Compiling lzss v0.8.2
37962026-05-28T04:53:07.298Z[ host-package] Compiling ron v0.8.1
37972026-05-28T04:53:07.512Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37982026-05-28T04:53:07.536Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37992026-05-28T04:53:07.563Z[ host-package] Compiling illumos-nvpair v0.3.0
38002026-05-28T04:53:08.060Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38012026-05-28T04:53:08.214Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38022026-05-28T04:53:08.895Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38032026-05-28T04:53:09.262Z[ host-package] Compiling serde_with v1.14.0
38042026-05-28T04:53:09.409Z[ host-package] Compiling tokio-rustls v0.24.1
38052026-05-28T04:53:10.050Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38062026-05-28T04:53:10.583Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-05-28T04:53:10.610Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38082026-05-28T04:53:11.378Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38092026-05-28T04:53:11.656Z[ host-package] Compiling tungstenite v0.23.0
38102026-05-28T04:53:12.152Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38112026-05-28T04:53:12.401Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38122026-05-28T04:53:12.652Z[ host-package] Compiling rustls-pemfile v1.0.4
38132026-05-28T04:53:12.883Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38142026-05-28T04:53:13.087Z[ host-package] Compiling nix v0.27.1
38152026-05-28T04:53:13.724Z[ host-package] Compiling twox-hash v2.1.2
38162026-05-28T04:53:14.130Z[ host-package] Compiling serde_bytes v0.11.19
38172026-05-28T04:53:14.307Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38182026-05-28T04:53:14.373Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38192026-05-28T04:53:14.484Z[ host-package] Compiling tokio-tungstenite v0.23.1
38202026-05-28T04:53:14.800Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38212026-05-28T04:53:14.901Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-05-28T04:53:14.992Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38232026-05-28T04:53:15.082Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38242026-05-28T04:53:15.429Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38252026-05-28T04:53:16.111Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38262026-05-28T04:53:16.405Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38272026-05-28T04:53:16.807Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38282026-05-28T04:53:19.142Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38292026-05-28T04:53:20.120Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38302026-05-28T04:53:20.297Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38312026-05-28T04:53:20.757Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-05-28T04:53:21.065Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38332026-05-28T04:53:21.247Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-05-28T04:53:22.995Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352026-05-28T04:53:23.942Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38362026-05-28T04:53:24.150Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38372026-05-28T04:53:24.179Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38382026-05-28T04:53:24.670Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38392026-05-28T04:53:24.812Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38402026-05-28T04:53:25.547Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38412026-05-28T04:53:25.706Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38422026-05-28T04:53:25.930Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38432026-05-28T04:53:26.928Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38442026-05-28T04:53:26.959Z[ host-package] Compiling signal-hook-tokio v0.3.1
38452026-05-28T04:53:27.153Z[ host-package] Compiling fatfs v0.3.6
38462026-05-28T04:53:27.632Z[ host-package] Compiling yasna v0.5.2
38472026-05-28T04:53:28.344Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38482026-05-28T04:53:28.701Z[ host-package] Compiling assert_matches v1.5.0
38492026-05-28T04:53:28.819Z[ host-package] Compiling seq-macro v0.3.6
38502026-05-28T04:53:28.987Z[ host-package] Compiling is_ci v1.2.0
38512026-05-28T04:53:29.045Z[ host-package] Compiling rcgen v0.12.1
38522026-05-28T04:53:29.164Z[ host-package] Compiling supports-color v3.0.2
38532026-05-28T04:53:29.212Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38542026-05-28T04:53:29.448Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38552026-05-28T04:53:29.908Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38562026-05-28T04:53:30.212Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38572026-05-28T04:53:30.451Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38582026-05-28T04:53:30.696Z[ host-package] Compiling subprocess v0.2.15
38592026-05-28T04:53:30.729Z[ host-package] Compiling rtoolbox v0.0.3
38602026-05-28T04:53:31.016Z[ host-package] Compiling rpassword v7.4.0
38612026-05-28T04:53:31.307Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38622026-05-28T04:53:32.066Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38632026-05-28T04:53:33.376Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38642026-05-28T04:53:33.522Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38652026-05-28T04:53:33.679Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38662026-05-28T04:53:34.842Z[ host-package] Compiling tui-tree-widget v0.23.1
38672026-05-28T04:53:35.137Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38682026-05-28T04:53:36.014Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38692026-05-28T04:53:36.542Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38702026-05-28T04:53:36.625Z[ host-package] Compiling uzers v0.12.2
38712026-05-28T04:53:37.848Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38722026-05-28T04:53:38.083Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38732026-05-28T04:53:39.355Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38742026-05-28T04:53:39.602Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38752026-05-28T04:53:42.670Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38762026-05-28T04:53:44.855Z[ host-package] Compiling support-bundle-viewer v0.1.2
38772026-05-28T04:53:46.763Z[ host-package] Compiling multimap v0.10.1
38782026-05-28T04:53:52.463Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38792026-05-28T04:53:58.826Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38802026-05-28T04:54:04.106Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38812026-05-28T04:54:05.369Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38822026-05-28T05:02:40.406Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 42s
38832026-05-28T05:03:25.953ZMay 28 05:03:25.077 INFO [host-package] process exited with exit status: 0 (748.359638123s)
38842026-05-28T05:03:25.953ZMay 28 05:03:25.077 INFO [host-stamp] running task
38852026-05-28T05:03:25.956ZMay 28 05:03:25.077 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38862026-05-28T05:03:25.956ZMay 28 05:03:25.078 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git59309cb70ca
38872026-05-28T05:03:25.956ZMay 28 05:03:25.078 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git59309cb70ca
38882026-05-28T05:03:25.956ZMay 28 05:03:25.078 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git59309cb70ca
38892026-05-28T05:03:25.956ZMay 28 05:03:25.079 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git59309cb70ca
38902026-05-28T05:03:25.956ZMay 28 05:03:25.079 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git59309cb70ca
38912026-05-28T05:03:25.957ZMay 28 05:03:25.079 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git59309cb70ca
38922026-05-28T05:03:25.957ZMay 28 05:03:25.079 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git59309cb70ca
38932026-05-28T05:03:25.957ZMay 28 05:03:25.080 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git59309cb70ca
38942026-05-28T05:03:25.966Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-05-28T05:03:25.967Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38962026-05-28T05:03:25.967Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-05-28T05:03:25.967Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-05-28T05:03:25.967Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-05-28T05:03:25.967Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-05-28T05:03:25.970Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-05-28T05:03:25.970Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-05-28T05:03:25.970Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-05-28T05:03:25.970Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39042026-05-28T05:03:25.973ZMay 28 05:03:25.096 INFO [stamp-overlay] process exited with exit status: 0 (17.09167ms)
39052026-05-28T05:03:25.976Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39062026-05-28T05:03:25.979ZMay 28 05:03:25.104 INFO [stamp-oxlog] process exited with exit status: 0 (24.97102ms)
39072026-05-28T05:03:26.005Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39082026-05-28T05:03:26.009ZMay 28 05:03:25.133 INFO [stamp-crucible-utils] process exited with exit status: 0 (55.03865ms)
39092026-05-28T05:03:26.030Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39102026-05-28T05:03:26.034ZMay 28 05:03:25.159 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (80.55919ms)
39112026-05-28T05:03:26.163Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39122026-05-28T05:03:26.167ZMay 28 05:03:25.292 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.4551ms)
39132026-05-28T05:03:26.350Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39142026-05-28T05:03:26.355ZMay 28 05:03:25.478 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (398.725669ms)
39152026-05-28T05:03:26.491Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39162026-05-28T05:03:26.495ZMay 28 05:03:25.619 INFO [stamp-propolis-server] process exited with exit status: 0 (541.291759ms)
39172026-05-28T05:03:27.036Z[recovery-package] Compiling newtype-uuid v1.3.2
39182026-05-28T05:03:27.275Z[recovery-package] Compiling daft v0.1.7
39192026-05-28T05:03:27.489Z[recovery-package] Compiling iddqd v0.4.2
39202026-05-28T05:03:28.419Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39212026-05-28T05:03:28.680Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39222026-05-28T05:03:28.680Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39232026-05-28T05:03:28.684Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39242026-05-28T05:03:28.684Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39252026-05-28T05:03:28.684Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39262026-05-28T05:03:28.684Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39272026-05-28T05:03:28.684Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39282026-05-28T05:03:28.695Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39292026-05-28T05:03:28.797Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39302026-05-28T05:03:29.066Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39312026-05-28T05:03:29.093Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39322026-05-28T05:03:29.200Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39332026-05-28T05:03:32.347Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39342026-05-28T05:03:32.350ZMay 28 05:03:31.475 INFO [stamp-switch-asic] process exited with exit status: 0 (6.396295967s)
39352026-05-28T05:03:32.350ZMay 28 05:03:31.475 INFO [host-stamp] task succeeded (6.397675507s)
39362026-05-28T05:03:32.350ZMay 28 05:03:31.475 INFO [host-proto] running task
39372026-05-28T05:03:32.791ZMay 28 05:03:31.914 INFO [host-proto] task succeeded (439.168219ms)
39382026-05-28T05:03:32.791ZMay 28 05:03:31.914 INFO [host-profile] running task
39392026-05-28T05:03:32.794ZMay 28 05:03:31.914 INFO [host-profile] task succeeded (250.62µs)
39402026-05-28T05:03:32.794ZMay 28 05:03:31.915 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.40.479' -P /tmp/.tmpvde0FR/proto/host/root -N 'ci 59309cb/${os_short_commit} 2026-05-28 04:50' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39412026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO Checking files for board 'cosmo-mbist'
39422026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39432026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO Checking files for board 'gimlet'
39442026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39462026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO Checking files for board 'cosmo-mbist-noaggr'
39472026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39482026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO Checking files for board 'cosmo'
39492026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39502026-05-28T05:03:32.797Z[ host-image] May 28 05:03:31.921 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39512026-05-28T05:03:32.807Z[ host-image] May 28 05:03:31.931 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpvde0FR/proto/host/root"
39522026-05-28T05:03:32.807Z[ host-image] May 28 05:03:31.931 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39532026-05-28T05:03:32.810Z[ host-image] May 28 05:03:31.931 INFO image builder template: ramdisk-01-os...
39542026-05-28T05:03:32.810Z[ host-image] May 28 05:03:31.931 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/.tmpvde0FR/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39552026-05-28T05:03:32.820Z[ host-image] May 28 05:03:31.944 INFO O| May 28 05:03:31.944 INFO CREATE DATASET: rpool/images/build/host/output
39562026-05-28T05:03:33.252Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39572026-05-28T05:03:33.252Z[recovery-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39582026-05-28T05:03:33.256Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39592026-05-28T05:03:33.256Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39602026-05-28T05:03:33.256Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39612026-05-28T05:03:33.634Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39622026-05-28T05:03:34.498Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39632026-05-28T05:03:35.176Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39642026-05-28T05:03:35.488Z[ host-image] May 28 05:03:34.612 INFO O| May 28 05:03:34.612 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39652026-05-28T05:03:35.491Z[ host-image] May 28 05:03:34.616 INFO O| May 28 05:03:34.616 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39662026-05-28T05:03:35.641Z[ host-image] May 28 05:03:34.765 INFO O| May 28 05:03:34.765 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39672026-05-28T05:03:35.668Z[ host-image] May 28 05:03:34.792 INFO O| May 28 05:03:34.792 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39682026-05-28T05:03:35.668Z[ host-image] May 28 05:03:34.792 INFO O| May 28 05:03:34.792 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39692026-05-28T05:03:35.671Z[ host-image] May 28 05:03:34.792 INFO O| May 28 05:03:34.792 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39702026-05-28T05:03:35.671Z[ host-image] May 28 05:03:34.792 INFO O| May 28 05:03:34.792 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39712026-05-28T05:03:35.675Z[ host-image] May 28 05:03:34.797 INFO O| May 28 05:03:34.797 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39722026-05-28T05:03:35.774Z[ host-image] May 28 05:03:34.898 INFO O| May 28 05:03:34.898 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-05-28T05:03:35.782Z[ host-image] May 28 05:03:34.906 INFO O| May 28 05:03:34.905 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39742026-05-28T05:03:36.049Z[ host-image] May 28 05:03:35.173 INFO O| May 28 05:03:35.173 INFO O| Caching catalogs ... Done
39752026-05-28T05:03:36.114Z[ host-image] May 28 05:03:35.238 INFO O| May 28 05:03:35.238 INFO STEP 0 (pkg_image_create) COMPLETE
39762026-05-28T05:03:36.114Z[ host-image] May 28 05:03:35.238 INFO O| May 28 05:03:35.238 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-05-28T05:03:36.122Z[ host-image] May 28 05:03:35.246 INFO O| May 28 05:03:35.246 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"]
39782026-05-28T05:03:36.375Z[ host-image] May 28 05:03:35.499 INFO O| May 28 05:03:35.499 INFO STEP 1 (pkg_set_publisher) COMPLETE
39792026-05-28T05:03:36.375Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO skip step because feature "publisher_1_name" is not enabled
39812026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO skip step because feature "publisher_2_name" is not enabled
39832026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO skip step because feature "publisher_3_name" is not enabled
39852026-05-28T05:03:36.378Z[ host-image] May 28 05:03:35.500 INFO O| May 28 05:03:35.499 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-05-28T05:03:36.628Z[ host-image] May 28 05:03:35.751 INFO O| May 28 05:03:35.751 INFO variant opensolaris.zone is already global
39872026-05-28T05:03:36.628Z[ host-image] May 28 05:03:35.751 INFO O| May 28 05:03:35.751 INFO STEP 5 (pkg_change_variant) COMPLETE
39882026-05-28T05:03:36.631Z[ host-image] May 28 05:03:35.751 INFO O| May 28 05:03:35.751 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-05-28T05:03:36.896Z[ host-image] May 28 05:03:36.019 INFO O| May 28 05:03:36.019 INFO variant opensolaris.imagetype is full; changing to partial
39902026-05-28T05:03:36.896Z[ host-image] May 28 05:03:36.020 INFO O| May 28 05:03:36.019 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39912026-05-28T05:03:37.379Z[ host-image] May 28 05:03:36.503 INFO O| May 28 05:03:36.503 INFO O| Startup: Refreshing catalog 'helios' ... Done
39922026-05-28T05:03:37.439Z[ host-image] May 28 05:03:36.563 INFO O| May 28 05:03:36.563 INFO O| Startup: Caching catalogs ... Done
39932026-05-28T05:03:37.442Z[ host-image] May 28 05:03:36.566 INFO O| May 28 05:03:36.566 INFO O| Planning: Planning completed in 0.00 seconds
39942026-05-28T05:03:37.442Z[ host-image] May 28 05:03:36.566 INFO O| May 28 05:03:36.566 INFO O| Planning: Consolidating action changes ... Done
39952026-05-28T05:03:37.443Z[ host-image] May 28 05:03:36.566 INFO O| May 28 05:03:36.566 INFO O| Planning: Evaluating mediators ... Done
39962026-05-28T05:03:37.443Z[ host-image] May 28 05:03:36.566 INFO O| May 28 05:03:36.566 INFO O| Planning: Planning completed in 0.00 seconds
39972026-05-28T05:03:37.443Z[ host-image] May 28 05:03:36.566 INFO O| May 28 05:03:36.566 INFO O| Variants/Facets to change: 1
39982026-05-28T05:03:37.450Z[ host-image] May 28 05:03:36.575 INFO O| May 28 05:03:36.575 INFO O| Finalize: Updating package state database ... Done
39992026-05-28T05:03:37.450Z[ host-image] May 28 05:03:36.575 INFO O| May 28 05:03:36.575 INFO O| Finalize: Updating package cache ... Done
40002026-05-28T05:03:37.462Z[ host-image] May 28 05:03:36.587 INFO O| May 28 05:03:36.587 INFO O| Finalize: Updating image state ... Done
40012026-05-28T05:03:37.466Z[ host-image] May 28 05:03:36.589 INFO O| May 28 05:03:36.589 INFO O| Finalize: Creating fast lookup database ... Done
40022026-05-28T05:03:37.466Z[ host-image] May 28 05:03:36.589 INFO O| May 28 05:03:36.589 INFO O| Finalize: Reading search index ... Done
40032026-05-28T05:03:37.466Z[ host-image] May 28 05:03:36.589 INFO O| May 28 05:03:36.589 INFO O| Finalize: Updating search index ... Done
40042026-05-28T05:03:37.466Z[ host-image] May 28 05:03:36.590 INFO O| May 28 05:03:36.590 INFO O| Finalize: Updating package cache ... Done
40052026-05-28T05:03:37.535Z[ host-image] May 28 05:03:36.656 INFO O| May 28 05:03:36.656 INFO STEP 6 (pkg_change_variant) COMPLETE
40062026-05-28T05:03:37.536Z[ host-image] May 28 05:03:36.656 INFO O| May 28 05:03:36.656 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-05-28T05:03:37.540Z[ host-image] May 28 05:03:36.656 INFO O| May 28 05:03:36.656 INFO skip step because feature "debug_variant" is not enabled
40082026-05-28T05:03:37.540Z[ host-image] May 28 05:03:36.656 INFO O| May 28 05:03:36.656 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-05-28T05:03:37.773Z[ host-image] May 28 05:03:36.897 INFO O| May 28 05:03:36.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40102026-05-28T05:03:38.239Z[ host-image] May 28 05:03:37.363 INFO O| May 28 05:03:37.363 INFO O| Startup: Refreshing catalog 'helios' ... Done
40112026-05-28T05:03:38.301Z[ host-image] May 28 05:03:37.425 INFO O| May 28 05:03:37.425 INFO O| Startup: Caching catalogs ... Done
40122026-05-28T05:03:38.305Z[ host-image] May 28 05:03:37.428 INFO O| May 28 05:03:37.428 INFO O| Planning: Planning completed in 0.00 seconds
40132026-05-28T05:03:38.305Z[ host-image] May 28 05:03:37.428 INFO O| May 28 05:03:37.428 INFO O| Planning: Consolidating action changes ... Done
40142026-05-28T05:03:38.305Z[ host-image] May 28 05:03:37.428 INFO O| May 28 05:03:37.428 INFO O| Planning: Evaluating mediators ... Done
40152026-05-28T05:03:38.305Z[ host-image] May 28 05:03:37.428 INFO O| May 28 05:03:37.428 INFO O| Planning: Planning completed in 0.00 seconds
40162026-05-28T05:03:38.305Z[ host-image] May 28 05:03:37.429 INFO O| May 28 05:03:37.429 INFO O| Variants/Facets to change: 1
40172026-05-28T05:03:38.312Z[ host-image] May 28 05:03:37.437 INFO O| May 28 05:03:37.437 INFO O| Finalize: Updating package state database ... Done
40182026-05-28T05:03:38.315Z[ host-image] May 28 05:03:37.437 INFO O| May 28 05:03:37.437 INFO O| Finalize: Updating package cache ... Done
40192026-05-28T05:03:38.324Z[ host-image] May 28 05:03:37.448 INFO O| May 28 05:03:37.448 INFO O| Finalize: Updating image state ... Done
40202026-05-28T05:03:38.327Z[ host-image] May 28 05:03:37.450 INFO O| May 28 05:03:37.450 INFO O| Finalize: Creating fast lookup database ... Done
40212026-05-28T05:03:38.327Z[ host-image] May 28 05:03:37.450 INFO O| May 28 05:03:37.450 INFO O| Finalize: Reading search index ... Done
40222026-05-28T05:03:38.327Z[ host-image] May 28 05:03:37.450 INFO O| May 28 05:03:37.450 INFO O| Finalize: Updating search index ... Done
40232026-05-28T05:03:38.327Z[ host-image] May 28 05:03:37.451 INFO O| May 28 05:03:37.451 INFO O| Finalize: Updating package cache ... Done
40242026-05-28T05:03:38.394Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO STEP 8 (pkg_change_facet) COMPLETE
40252026-05-28T05:03:38.394Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-05-28T05:03:38.398Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO skip step because feature "recovery" is not enabled
40272026-05-28T05:03:38.398Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-05-28T05:03:38.398Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO skip step because feature "recovery" is not enabled
40292026-05-28T05:03:38.398Z[ host-image] May 28 05:03:37.518 INFO O| May 28 05:03:37.518 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-05-28T05:03:38.401Z[ host-image] May 28 05:03:37.526 INFO O| May 28 05:03:37.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
40312026-05-28T05:03:38.860Z[ host-image] May 28 05:03:37.985 INFO O| May 28 05:03:37.985 INFO O| Startup: Refreshing catalog 'helios' ... Done
40322026-05-28T05:03:38.925Z[ host-image] May 28 05:03:38.049 INFO O| May 28 05:03:38.049 INFO O| Startup: Caching catalogs ... Done
40332026-05-28T05:03:39.143Z[ host-image] May 28 05:03:38.267 INFO O| May 28 05:03:38.267 INFO O| Planning: Solver setup ... Done
40342026-05-28T05:03:39.150Z[ host-image] May 28 05:03:38.274 INFO O| May 28 05:03:38.274 INFO O| Planning: Running solver ... Done
40352026-05-28T05:03:39.155Z[ host-image] May 28 05:03:38.279 INFO O| May 28 05:03:38.279 INFO O| Planning: Finding local manifests ... Done
40362026-05-28T05:03:39.172Z[ host-image] May 28 05:03:38.297 INFO O| May 28 05:03:38.296 INFO O| Planning: Fetching manifests: 0/127 0% complete
40372026-05-28T05:03:40.656Z[ host-image] May 28 05:03:39.781 INFO O| May 28 05:03:39.781 INFO O| Planning: Fetching manifests: 127/127 100% complete
40382026-05-28T05:03:41.060Z[ host-image] May 28 05:03:40.184 INFO O| May 28 05:03:40.184 INFO O| Planning: Package planning ... Done
40392026-05-28T05:03:41.253Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40402026-05-28T05:03:41.376Z[ host-image] May 28 05:03:40.500 INFO O| May 28 05:03:40.500 INFO O| Planning: Merging actions ... Done
40412026-05-28T05:03:41.486Z[ host-image] May 28 05:03:40.610 INFO O| May 28 05:03:40.610 INFO O| Planning: Checking for conflicting actions ... Done
40422026-05-28T05:03:41.590Z[ host-image] May 28 05:03:40.714 INFO O| May 28 05:03:40.714 INFO O| Planning: Consolidating action changes ... Done
40432026-05-28T05:03:41.767Z[ host-image] May 28 05:03:40.891 INFO O| May 28 05:03:40.891 INFO O| Planning: Evaluating mediators ... Done
40442026-05-28T05:03:42.107Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40452026-05-28T05:03:43.166Z[ host-image] May 28 05:03:42.290 INFO O| May 28 05:03:42.290 INFO O| Planning: Planning completed in 4.24 seconds
40462026-05-28T05:03:43.170Z[ host-image] May 28 05:03:42.292 INFO O| May 28 05:03:42.292 INFO O| Packages to install: 127
40472026-05-28T05:03:43.170Z[ host-image] May 28 05:03:42.292 INFO O| May 28 05:03:42.292 INFO O| Mediators to change: 5
40482026-05-28T05:03:43.170Z[ host-image] May 28 05:03:42.292 INFO O| May 28 05:03:42.292 INFO O| Services to change: 6
40492026-05-28T05:03:43.195Z[ host-image] May 28 05:03:42.319 INFO O| May 28 05:03:42.319 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
40502026-05-28T05:03:44.329Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40512026-05-28T05:03:44.329Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40522026-05-28T05:03:45.335Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40532026-05-28T05:03:45.946Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40542026-05-28T05:03:48.395Z[ host-image] May 28 05:03:47.519 INFO O| May 28 05:03:47.519 INFO O| Download: 1620/23754 items 9.7/222.1MB 4% complete (2.0M/s)
40552026-05-28T05:03:53.396Z[ host-image] May 28 05:03:52.520 INFO O| May 28 05:03:52.520 INFO O| Download: 2306/23754 items 26.6/222.1MB 11% complete (2.6M/s)
40562026-05-28T05:03:58.213Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.12s
40572026-05-28T05:03:58.396Z[ host-image] May 28 05:03:57.521 INFO O| May 28 05:03:57.521 INFO O| Download: 4359/23754 items 40.7/222.1MB 18% complete (3.1M/s)
40582026-05-28T05:04:00.289ZMay 28 05:03:59.413 INFO [recovery-package] process exited with exit status: 0 (34.335338562s)
40592026-05-28T05:04:00.289ZMay 28 05:03:59.413 INFO [recovery-stamp] running task
40602026-05-28T05:04:00.292ZMay 28 05:03:59.413 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git59309cb70ca
40612026-05-28T05:04:00.292ZMay 28 05:03:59.413 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40622026-05-28T05:04:00.292ZMay 28 05:03:59.414 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git59309cb70ca
40632026-05-28T05:04:00.299Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40642026-05-28T05:04:00.302Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40652026-05-28T05:04:00.401Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40662026-05-28T05:04:00.404ZMay 28 05:03:59.529 INFO [stamp-installinator] process exited with exit status: 0 (115.600809ms)
40672026-05-28T05:04:00.466Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40682026-05-28T05:04:00.469ZMay 28 05:03:59.594 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.230839ms)
40692026-05-28T05:04:00.469ZMay 28 05:03:59.594 INFO [recovery-stamp] task succeeded (180.936599ms)
40702026-05-28T05:04:00.469ZMay 28 05:03:59.594 INFO [recovery-proto] running task
40712026-05-28T05:04:00.469ZMay 28 05:03:59.594 INFO [tuf-stamp] running task
40722026-05-28T05:04:00.473ZMay 28 05:03:59.594 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git59309cb70ca
40732026-05-28T05:04:00.473ZMay 28 05:03:59.595 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git59309cb70ca
40742026-05-28T05:04:00.473ZMay 28 05:03:59.595 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git59309cb70ca
40752026-05-28T05:04:00.473ZMay 28 05:03:59.595 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git59309cb70ca
40762026-05-28T05:04:00.473ZMay 28 05:03:59.596 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git59309cb70ca
40772026-05-28T05:04:00.473ZMay 28 05:03:59.596 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git59309cb70ca
40782026-05-28T05:04:00.473ZMay 28 05:03:59.596 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git59309cb70ca
40792026-05-28T05:04:00.473ZMay 28 05:03:59.596 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git59309cb70ca
40802026-05-28T05:04:00.473ZMay 28 05:03:59.597 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git59309cb70ca
40812026-05-28T05:04:00.473ZMay 28 05:03:59.597 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git59309cb70ca
40822026-05-28T05:04:00.473ZMay 28 05:03:59.597 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git59309cb70ca
40832026-05-28T05:04:00.476ZMay 28 05:03:59.598 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git59309cb70ca
40842026-05-28T05:04:00.482Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-05-28T05:04:00.485Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-05-28T05:04:00.485Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40872026-05-28T05:04:00.485Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-05-28T05:04:00.485Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40892026-05-28T05:04:00.485Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40902026-05-28T05:04:00.485Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40912026-05-28T05:04:00.485Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40922026-05-28T05:04:00.485Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40932026-05-28T05:04:00.485Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40942026-05-28T05:04:00.485Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40952026-05-28T05:04:00.485Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40962026-05-28T05:04:00.506Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40972026-05-28T05:04:00.510ZMay 28 05:03:59.634 INFO [stamp-probe] process exited with exit status: 0 (37.41784ms)
40982026-05-28T05:04:00.607ZMay 28 05:03:59.731 INFO [recovery-proto] task succeeded (137.06554ms)
40992026-05-28T05:04:00.610ZMay 28 05:03:59.732 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.40.479' -P /tmp/.tmpvde0FR/proto/recovery/root -N 'recovery 59309cb/${os_short_commit} 2026-05-28 04:50' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
41002026-05-28T05:04:00.613Z[ recovery-image] May 28 05:03:59.738 INFO Checking files for board 'gimlet'
41012026-05-28T05:04:00.616Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41022026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41032026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO Checking files for board 'cosmo'
41042026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41052026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41062026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO Checking files for board 'cosmo-mbist'
41072026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41082026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO Checking files for board 'cosmo-mbist-noaggr'
41092026-05-28T05:04:00.617Z[ recovery-image] May 28 05:03:59.738 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41102026-05-28T05:04:00.622Z[ recovery-image] May 28 05:03:59.746 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpvde0FR/proto/recovery/root"
41112026-05-28T05:04:00.625Z[ recovery-image] May 28 05:03:59.747 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41122026-05-28T05:04:00.625Z[ recovery-image] May 28 05:03:59.747 INFO image builder template: ramdisk-01-os...
41132026-05-28T05:04:00.625Z[ recovery-image] May 28 05:03:59.747 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/.tmpvde0FR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41142026-05-28T05:04:00.637Z[ recovery-image] May 28 05:03:59.761 INFO O| May 28 05:03:59.761 INFO CREATE DATASET: rpool/images/build/recovery/output
41152026-05-28T05:04:00.862Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41162026-05-28T05:04:00.866ZMay 28 05:03:59.991 INFO [stamp-ntp] process exited with exit status: 0 (393.997929ms)
41172026-05-28T05:04:00.904Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
41182026-05-28T05:04:00.944Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41192026-05-28T05:04:01.032Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41202026-05-28T05:04:01.036ZMay 28 05:04:00.160 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (564.598159ms)
41212026-05-28T05:04:01.047Z[ recovery-image] May 28 05:04:00.171 INFO O| May 28 05:04:00.171 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41222026-05-28T05:04:01.050Z[ recovery-image] May 28 05:04:00.175 INFO O| May 28 05:04:00.175 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41232026-05-28T05:04:01.124Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41242026-05-28T05:04:01.128ZMay 28 05:04:00.252 INFO [stamp-external-dns] process exited with exit status: 0 (656.216039ms)
41252026-05-28T05:04:01.153Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41262026-05-28T05:04:01.157ZMay 28 05:04:00.282 INFO [stamp-internal-dns] process exited with exit status: 0 (687.136929ms)
41272026-05-28T05:04:01.275Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41282026-05-28T05:04:01.279ZMay 28 05:04:00.403 INFO [stamp-crucible-zone] process exited with exit status: 0 (806.103869ms)
41292026-05-28T05:04:01.546Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41302026-05-28T05:04:01.550ZMay 28 05:04:00.675 INFO [stamp-oximeter] process exited with exit status: 0 (1.079438898s)
41312026-05-28T05:04:02.278Z[ recovery-image] May 28 05:04:01.402 INFO O| May 28 05:04:01.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41322026-05-28T05:04:03.000Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41332026-05-28T05:04:03.004ZMay 28 05:04:02.128 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.531161675s)
41342026-05-28T05:04:03.252Z[ recovery-image] May 28 05:04:02.376 INFO O| May 28 05:04:02.376 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41352026-05-28T05:04:03.252Z[ recovery-image] May 28 05:04:02.376 INFO O| May 28 05:04:02.376 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41362026-05-28T05:04:03.252Z[ recovery-image] May 28 05:04:02.376 INFO O| May 28 05:04:02.376 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41372026-05-28T05:04:03.255Z[ recovery-image] May 28 05:04:02.376 INFO O| May 28 05:04:02.376 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41382026-05-28T05:04:03.258Z[ recovery-image] May 28 05:04:02.382 INFO O| May 28 05:04:02.382 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41392026-05-28T05:04:03.459Z[ host-image] May 28 05:04:02.570 INFO O| May 28 05:04:02.570 INFO O| Download: 6051/23754 items 46.9/222.1MB 21% complete (2.3M/s)
41402026-05-28T05:04:04.749Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41412026-05-28T05:04:04.772ZMay 28 05:04:03.877 INFO [stamp-nexus] process exited with exit status: 0 (4.281744741s)
41422026-05-28T05:04:04.936Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41432026-05-28T05:04:04.940ZMay 28 05:04:04.063 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.467328581s)
41442026-05-28T05:04:05.139Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41452026-05-28T05:04:05.144ZMay 28 05:04:04.268 INFO [stamp-clickhouse] process exited with exit status: 0 (4.670304611s)
41462026-05-28T05:04:05.183Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41472026-05-28T05:04:05.187ZMay 28 05:04:04.311 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.716360071s)
41482026-05-28T05:04:05.187ZMay 28 05:04:04.311 INFO [tuf-stamp] task succeeded (4.716912501s)
41492026-05-28T05:04:05.304Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41502026-05-28T05:04:05.532Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41512026-05-28T05:04:05.562Z[verify-libraries] Compiling stacker v0.1.23
41522026-05-28T05:04:05.562Z[verify-libraries] Compiling cfg_aliases v0.1.1
41532026-05-28T05:04:05.604Z[verify-libraries] Compiling home v0.5.12
41542026-05-28T05:04:05.629Z[verify-libraries] Compiling nibble_vec v0.1.0
41552026-05-28T05:04:05.632Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41562026-05-28T05:04:05.632Z[verify-libraries] Compiling endian-type v0.1.2
41572026-05-28T05:04:05.696Z[verify-libraries] Compiling nix v0.28.0
41582026-05-28T05:04:05.719Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41592026-05-28T05:04:05.742Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41602026-05-28T05:04:05.766Z[verify-libraries] Compiling winnow v0.6.26
41612026-05-28T05:04:05.766Z[verify-libraries] Compiling unicode_categories v0.1.1
41622026-05-28T05:04:05.815Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41632026-05-28T05:04:05.816Z[verify-libraries] Compiling radix_trie v0.2.1
41642026-05-28T05:04:05.905Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41652026-05-28T05:04:05.939Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41662026-05-28T05:04:05.965Z[verify-libraries] Compiling polyval v0.6.2
41672026-05-28T05:04:05.988Z[verify-libraries] Compiling ctr v0.9.2
41682026-05-28T05:04:06.016Z[verify-libraries] Compiling colored v2.2.0
41692026-05-28T05:04:06.019Z[verify-libraries] Compiling blowfish v0.9.1
41702026-05-28T05:04:06.020Z[verify-libraries] Compiling ssh-encoding v0.2.0
41712026-05-28T05:04:06.109Z[verify-libraries] Compiling password-hash v0.4.2
41722026-05-28T05:04:06.219Z[verify-libraries] Compiling ghash v0.5.1
41732026-05-28T05:04:06.265Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41742026-05-28T05:04:06.268Z[verify-libraries] Compiling petname v2.0.2
41752026-05-28T05:04:06.311Z[verify-libraries] Compiling psm v0.1.30
41762026-05-28T05:04:06.335Z[verify-libraries] Compiling p256 v0.13.2
41772026-05-28T05:04:06.335Z[verify-libraries] Compiling p521 v0.13.3
41782026-05-28T05:04:06.376Z[verify-libraries] Compiling aes-gcm v0.10.3
41792026-05-28T05:04:06.401Z[verify-libraries] Compiling pbkdf2 v0.11.0
41802026-05-28T05:04:06.424Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41812026-05-28T05:04:06.503Z[verify-libraries] Compiling md5 v0.7.0
41822026-05-28T05:04:06.564Z[verify-libraries] Compiling ssh-cipher v0.2.0
41832026-05-28T05:04:06.611Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41842026-05-28T05:04:06.696Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41852026-05-28T05:04:06.699Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41862026-05-28T05:04:06.743Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41872026-05-28T05:04:06.743Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41882026-05-28T05:04:06.813Z[verify-libraries] Compiling num-bigint v0.4.6
41892026-05-28T05:04:06.868Z[verify-libraries] Compiling ssh-key v0.6.7
41902026-05-28T05:04:06.868Z[verify-libraries] Compiling des v0.8.1
41912026-05-28T05:04:06.917Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41922026-05-28T05:04:06.983Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41932026-05-28T05:04:07.007Z[verify-libraries] Compiling sync-ptr v0.1.4
41942026-05-28T05:04:07.114Z[verify-libraries] Compiling hex-literal v0.4.1
41952026-05-28T05:04:07.217Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41962026-05-28T05:04:07.238Z[verify-libraries] Compiling recursive v0.1.1
41972026-05-28T05:04:07.305Z[verify-libraries] Compiling rustyline v14.0.0
41982026-05-28T05:04:07.333Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41992026-05-28T05:04:07.369Z[verify-libraries] Compiling sqlparser v0.61.0
42002026-05-28T05:04:07.399Z[verify-libraries] Compiling sqlformat v0.3.5
42012026-05-28T05:04:07.444Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42022026-05-28T05:04:07.484Z[verify-libraries] Compiling internet-checksum v0.2.1
42032026-05-28T05:04:07.491Z[ recovery-image] May 28 05:04:06.615 INFO O| May 28 05:04:06.615 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-05-28T05:04:07.501Z[ recovery-image] May 28 05:04:06.625 INFO O| May 28 05:04:06.625 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42052026-05-28T05:04:07.659Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42062026-05-28T05:04:07.749Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42072026-05-28T05:04:07.828Z[ recovery-image] May 28 05:04:06.952 INFO O| May 28 05:04:06.952 INFO O| Caching catalogs ... Done
42082026-05-28T05:04:07.936Z[ recovery-image] May 28 05:04:07.060 INFO O| May 28 05:04:07.060 INFO STEP 0 (pkg_image_create) COMPLETE
42092026-05-28T05:04:07.936Z[ recovery-image] May 28 05:04:07.060 INFO O| May 28 05:04:07.060 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-05-28T05:04:07.943Z[verify-libraries] Compiling git-stub v1.0.0
42112026-05-28T05:04:07.946Z[ recovery-image] May 28 05:04:07.070 INFO O| May 28 05:04:07.070 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"]
42122026-05-28T05:04:08.034Z[verify-libraries] Compiling yansi v1.0.1
42132026-05-28T05:04:08.229Z[verify-libraries] Compiling russh-keys v0.45.0
42142026-05-28T05:04:08.326Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO STEP 1 (pkg_set_publisher) COMPLETE
42152026-05-28T05:04:08.326Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-05-28T05:04:08.327Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO skip step because feature "publisher_1_name" is not enabled
42172026-05-28T05:04:08.327Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-05-28T05:04:08.330Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO skip step because feature "publisher_2_name" is not enabled
42192026-05-28T05:04:08.330Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-05-28T05:04:08.330Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO skip step because feature "publisher_3_name" is not enabled
42212026-05-28T05:04:08.330Z[ recovery-image] May 28 05:04:07.450 INFO O| May 28 05:04:07.450 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-05-28T05:04:08.465Z[ host-image] May 28 05:04:07.589 INFO O| May 28 05:04:07.588 INFO O| Download: 7462/23754 items 58.5/222.1MB 26% complete (1.7M/s)
42232026-05-28T05:04:08.469Z[verify-libraries] Compiling diff v0.1.13
42242026-05-28T05:04:08.526Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42252026-05-28T05:04:08.640Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42262026-05-28T05:04:08.687Z[ recovery-image] May 28 05:04:07.811 INFO O| May 28 05:04:07.811 INFO variant opensolaris.zone is already global
42272026-05-28T05:04:08.687Z[ recovery-image] May 28 05:04:07.811 INFO O| May 28 05:04:07.811 INFO STEP 5 (pkg_change_variant) COMPLETE
42282026-05-28T05:04:08.687Z[ recovery-image] May 28 05:04:07.811 INFO O| May 28 05:04:07.811 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-05-28T05:04:08.943Z[verify-libraries] Compiling pretty_assertions v1.4.1
42302026-05-28T05:04:09.053Z[ recovery-image] May 28 05:04:08.177 INFO O| May 28 05:04:08.177 INFO variant opensolaris.imagetype is full; changing to partial
42312026-05-28T05:04:09.053Z[ recovery-image] May 28 05:04:08.177 INFO O| May 28 05:04:08.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42322026-05-28T05:04:09.086Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42332026-05-28T05:04:09.369Z[verify-libraries] Compiling russh v0.45.0
42342026-05-28T05:04:09.563Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42352026-05-28T05:04:09.784Z[ recovery-image] May 28 05:04:08.906 INFO O| May 28 05:04:08.906 INFO O| Startup: Refreshing catalog 'helios' ... Done
42362026-05-28T05:04:09.792Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42372026-05-28T05:04:09.843Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42382026-05-28T05:04:09.867Z[ recovery-image] May 28 05:04:08.988 INFO O| May 28 05:04:08.988 INFO O| Startup: Caching catalogs ... Done
42392026-05-28T05:04:09.871Z[ recovery-image] May 28 05:04:08.993 INFO O| May 28 05:04:08.993 INFO O| Planning: Planning completed in 0.00 seconds
42402026-05-28T05:04:09.871Z[ recovery-image] May 28 05:04:08.993 INFO O| May 28 05:04:08.993 INFO O| Planning: Consolidating action changes ... Done
42412026-05-28T05:04:09.871Z[ recovery-image] May 28 05:04:08.993 INFO O| May 28 05:04:08.993 INFO O| Planning: Evaluating mediators ... Done
42422026-05-28T05:04:09.871Z[ recovery-image] May 28 05:04:08.994 INFO O| May 28 05:04:08.993 INFO O| Planning: Planning completed in 0.00 seconds
42432026-05-28T05:04:09.871Z[ recovery-image] May 28 05:04:08.994 INFO O| May 28 05:04:08.994 INFO O| Variants/Facets to change: 1
42442026-05-28T05:04:09.896Z[ recovery-image] May 28 05:04:09.019 INFO O| May 28 05:04:09.019 INFO O| Finalize: Updating package state database ... Done
42452026-05-28T05:04:09.900Z[ recovery-image] May 28 05:04:09.019 INFO O| May 28 05:04:09.019 INFO O| Finalize: Updating package cache ... Done
42462026-05-28T05:04:09.910Z[ recovery-image] May 28 05:04:09.034 INFO O| May 28 05:04:09.034 INFO O| Finalize: Updating image state ... Done
42472026-05-28T05:04:09.913Z[ recovery-image] May 28 05:04:09.037 INFO O| May 28 05:04:09.037 INFO O| Finalize: Creating fast lookup database ... Done
42482026-05-28T05:04:09.913Z[ recovery-image] May 28 05:04:09.037 INFO O| May 28 05:04:09.037 INFO O| Finalize: Reading search index ... Done
42492026-05-28T05:04:09.913Z[ recovery-image] May 28 05:04:09.037 INFO O| May 28 05:04:09.037 INFO O| Finalize: Updating search index ... Done
42502026-05-28T05:04:09.916Z[ recovery-image] May 28 05:04:09.038 INFO O| May 28 05:04:09.038 INFO O| Finalize: Updating package cache ... Done
42512026-05-28T05:04:09.961Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42522026-05-28T05:04:10.034Z[ recovery-image] May 28 05:04:09.158 INFO O| May 28 05:04:09.158 INFO STEP 6 (pkg_change_variant) COMPLETE
42532026-05-28T05:04:10.034Z[ recovery-image] May 28 05:04:09.158 INFO O| May 28 05:04:09.158 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42542026-05-28T05:04:10.037Z[ recovery-image] May 28 05:04:09.158 INFO O| May 28 05:04:09.158 INFO skip step because feature "debug_variant" is not enabled
42552026-05-28T05:04:10.037Z[ recovery-image] May 28 05:04:09.158 INFO O| May 28 05:04:09.158 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42562026-05-28T05:04:10.096Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42572026-05-28T05:04:10.182Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42582026-05-28T05:04:10.213Z[verify-libraries] Compiling drift v0.2.0
42592026-05-28T05:04:10.362Z[ recovery-image] May 28 05:04:09.482 INFO O| May 28 05:04:09.482 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42602026-05-28T05:04:10.445Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42612026-05-28T05:04:10.501Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42622026-05-28T05:04:10.525Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42632026-05-28T05:04:10.691Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42642026-05-28T05:04:11.035Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42652026-05-28T05:04:11.092Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42662026-05-28T05:04:11.152Z[verify-libraries] Compiling termios v0.3.3
42672026-05-28T05:04:11.156Z[ recovery-image] May 28 05:04:10.280 INFO O| May 28 05:04:10.280 INFO O| Startup: Refreshing catalog 'helios' ... Done
42682026-05-28T05:04:11.249Z[ recovery-image] May 28 05:04:10.373 INFO O| May 28 05:04:10.373 INFO O| Startup: Caching catalogs ... Done
42692026-05-28T05:04:11.254Z[ recovery-image] May 28 05:04:10.378 INFO O| May 28 05:04:10.378 INFO O| Planning: Planning completed in 0.00 seconds
42702026-05-28T05:04:11.257Z[ recovery-image] May 28 05:04:10.378 INFO O| May 28 05:04:10.378 INFO O| Planning: Consolidating action changes ... Done
42712026-05-28T05:04:11.257Z[ recovery-image] May 28 05:04:10.378 INFO O| May 28 05:04:10.378 INFO O| Planning: Evaluating mediators ... Done
42722026-05-28T05:04:11.257Z[ recovery-image] May 28 05:04:10.379 INFO O| May 28 05:04:10.379 INFO O| Planning: Planning completed in 0.00 seconds
42732026-05-28T05:04:11.257Z[ recovery-image] May 28 05:04:10.379 INFO O| May 28 05:04:10.379 INFO O| Variants/Facets to change: 1
42742026-05-28T05:04:11.288Z[ recovery-image] May 28 05:04:10.412 INFO O| May 28 05:04:10.412 INFO O| Finalize: Updating package state database ... Done
42752026-05-28T05:04:11.288Z[ recovery-image] May 28 05:04:10.412 INFO O| May 28 05:04:10.412 INFO O| Finalize: Updating package cache ... Done
42762026-05-28T05:04:11.302Z[ recovery-image] May 28 05:04:10.426 INFO O| May 28 05:04:10.426 INFO O| Finalize: Updating image state ... Done
42772026-05-28T05:04:11.305Z[ recovery-image] May 28 05:04:10.429 INFO O| May 28 05:04:10.429 INFO O| Finalize: Creating fast lookup database ... Done
42782026-05-28T05:04:11.305Z[ recovery-image] May 28 05:04:10.430 INFO O| May 28 05:04:10.430 INFO O| Finalize: Reading search index ... Done
42792026-05-28T05:04:11.305Z[ recovery-image] May 28 05:04:10.430 INFO O| May 28 05:04:10.430 INFO O| Finalize: Updating search index ... Done
42802026-05-28T05:04:11.309Z[ recovery-image] May 28 05:04:10.431 INFO O| May 28 05:04:10.430 INFO O| Finalize: Updating package cache ... Done
42812026-05-28T05:04:11.384Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42822026-05-28T05:04:11.417Z[ recovery-image] May 28 05:04:10.541 INFO O| May 28 05:04:10.541 INFO STEP 8 (pkg_change_facet) COMPLETE
42832026-05-28T05:04:11.417Z[ recovery-image] May 28 05:04:10.541 INFO O| May 28 05:04:10.541 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-05-28T05:04:11.997Z[ recovery-image] May 28 05:04:11.121 INFO O| May 28 05:04:11.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42852026-05-28T05:04:12.328Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42862026-05-28T05:04:12.512Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42872026-05-28T05:04:12.655Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42882026-05-28T05:04:12.827Z[ recovery-image] May 28 05:04:11.951 INFO O| May 28 05:04:11.951 INFO O| Startup: Refreshing catalog 'helios' ... Done
42892026-05-28T05:04:12.901Z[ recovery-image] May 28 05:04:12.025 INFO O| May 28 05:04:12.025 INFO O| Startup: Caching catalogs ... Done
42902026-05-28T05:04:12.906Z[ recovery-image] May 28 05:04:12.030 INFO O| May 28 05:04:12.030 INFO O| Planning: Planning completed in 0.00 seconds
42912026-05-28T05:04:12.909Z[ recovery-image] May 28 05:04:12.031 INFO O| May 28 05:04:12.031 INFO O| Planning: Consolidating action changes ... Done
42922026-05-28T05:04:12.909Z[ recovery-image] May 28 05:04:12.031 INFO O| May 28 05:04:12.031 INFO O| Planning: Evaluating mediators ... Done
42932026-05-28T05:04:12.909Z[ recovery-image] May 28 05:04:12.031 INFO O| May 28 05:04:12.031 INFO O| Planning: Planning completed in 0.00 seconds
42942026-05-28T05:04:12.909Z[ recovery-image] May 28 05:04:12.031 INFO O| May 28 05:04:12.031 INFO O| Variants/Facets to change: 1
42952026-05-28T05:04:12.921Z[ recovery-image] May 28 05:04:12.045 INFO O| May 28 05:04:12.045 INFO O| Finalize: Updating package state database ... Done
42962026-05-28T05:04:12.921Z[ recovery-image] May 28 05:04:12.045 INFO O| May 28 05:04:12.045 INFO O| Finalize: Updating package cache ... Done
42972026-05-28T05:04:12.944Z[ recovery-image] May 28 05:04:12.068 INFO O| May 28 05:04:12.068 INFO O| Finalize: Updating image state ... Done
42982026-05-28T05:04:12.949Z[ recovery-image] May 28 05:04:12.073 INFO O| May 28 05:04:12.073 INFO O| Finalize: Creating fast lookup database ... Done
42992026-05-28T05:04:12.952Z[ recovery-image] May 28 05:04:12.074 INFO O| May 28 05:04:12.074 INFO O| Finalize: Reading search index ... Done
43002026-05-28T05:04:12.952Z[ recovery-image] May 28 05:04:12.074 INFO O| May 28 05:04:12.074 INFO O| Finalize: Updating search index ... Done
43012026-05-28T05:04:12.952Z[ recovery-image] May 28 05:04:12.075 INFO O| May 28 05:04:12.075 INFO O| Finalize: Updating package cache ... Done
43022026-05-28T05:04:13.062Z[ recovery-image] May 28 05:04:12.185 INFO O| May 28 05:04:12.185 INFO STEP 9 (pkg_change_facet) COMPLETE
43032026-05-28T05:04:13.062Z[ recovery-image] May 28 05:04:12.185 INFO O| May 28 05:04:12.185 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43042026-05-28T05:04:13.377Z[ recovery-image] May 28 05:04:12.501 INFO O| May 28 05:04:12.501 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43052026-05-28T05:04:13.740Z[ host-image] May 28 05:04:12.864 INFO O| May 28 05:04:12.864 INFO O| Download: 8764/23754 items 68.3/222.1MB 30% complete (2.0M/s)
43062026-05-28T05:04:14.204Z[ recovery-image] May 28 05:04:13.328 INFO O| May 28 05:04:13.328 INFO O| Startup: Refreshing catalog 'helios' ... Done
43072026-05-28T05:04:14.241Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43082026-05-28T05:04:14.296Z[ recovery-image] May 28 05:04:13.414 INFO O| May 28 05:04:13.414 INFO O| Startup: Caching catalogs ... Done
43092026-05-28T05:04:14.300Z[ recovery-image] May 28 05:04:13.420 INFO O| May 28 05:04:13.420 INFO O| Planning: Planning completed in 0.00 seconds
43102026-05-28T05:04:14.300Z[ recovery-image] May 28 05:04:13.420 INFO O| May 28 05:04:13.420 INFO O| Planning: Consolidating action changes ... Done
43112026-05-28T05:04:14.300Z[ recovery-image] May 28 05:04:13.420 INFO O| May 28 05:04:13.420 INFO O| Planning: Evaluating mediators ... Done
43122026-05-28T05:04:14.300Z[ recovery-image] May 28 05:04:13.421 INFO O| May 28 05:04:13.421 INFO O| Planning: Planning completed in 0.00 seconds
43132026-05-28T05:04:14.301Z[ recovery-image] May 28 05:04:13.421 INFO O| May 28 05:04:13.421 INFO O| Variants/Facets to change: 1
43142026-05-28T05:04:14.308Z[ recovery-image] May 28 05:04:13.432 INFO O| May 28 05:04:13.432 INFO O| Finalize: Updating package state database ... Done
43152026-05-28T05:04:14.308Z[ recovery-image] May 28 05:04:13.432 INFO O| May 28 05:04:13.432 INFO O| Finalize: Updating package cache ... Done
43162026-05-28T05:04:14.322Z[ recovery-image] May 28 05:04:13.446 INFO O| May 28 05:04:13.446 INFO O| Finalize: Updating image state ... Done
43172026-05-28T05:04:14.326Z[ recovery-image] May 28 05:04:13.449 INFO O| May 28 05:04:13.449 INFO O| Finalize: Creating fast lookup database ... Done
43182026-05-28T05:04:14.329Z[ recovery-image] May 28 05:04:13.450 INFO O| May 28 05:04:13.450 INFO O| Finalize: Reading search index ... Done
43192026-05-28T05:04:14.329Z[ recovery-image] May 28 05:04:13.450 INFO O| May 28 05:04:13.450 INFO O| Finalize: Updating search index ... Done
43202026-05-28T05:04:14.329Z[ recovery-image] May 28 05:04:13.451 INFO O| May 28 05:04:13.451 INFO O| Finalize: Updating package cache ... Done
43212026-05-28T05:04:14.514Z[ recovery-image] May 28 05:04:13.638 INFO O| May 28 05:04:13.638 INFO STEP 10 (pkg_change_facet) COMPLETE
43222026-05-28T05:04:14.515Z[ recovery-image] May 28 05:04:13.638 INFO O| May 28 05:04:13.638 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-05-28T05:04:14.523Z[ recovery-image] May 28 05:04:13.647 INFO O| May 28 05:04:13.647 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
43242026-05-28T05:04:15.211Z[ recovery-image] May 28 05:04:14.335 INFO O| May 28 05:04:14.335 INFO O| Startup: Refreshing catalog 'helios' ... Done
43252026-05-28T05:04:15.285Z[ recovery-image] May 28 05:04:14.409 INFO O| May 28 05:04:14.409 INFO O| Startup: Caching catalogs ... Done
43262026-05-28T05:04:15.516Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43272026-05-28T05:04:15.541Z[ recovery-image] May 28 05:04:14.664 INFO O| May 28 05:04:14.664 INFO O| Planning: Solver setup ... Done
43282026-05-28T05:04:15.549Z[ recovery-image] May 28 05:04:14.673 INFO O| May 28 05:04:14.673 INFO O| Planning: Running solver ... Done
43292026-05-28T05:04:15.558Z[ recovery-image] May 28 05:04:14.682 INFO O| May 28 05:04:14.682 INFO O| Planning: Finding local manifests ... Done
43302026-05-28T05:04:15.615Z[ recovery-image] May 28 05:04:14.738 INFO O| May 28 05:04:14.738 INFO O| Planning: Fetching manifests: 0/127 0% complete
43312026-05-28T05:04:16.942Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43322026-05-28T05:04:17.472Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43332026-05-28T05:04:17.996Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43342026-05-28T05:04:18.752Z[ host-image] May 28 05:04:17.876 INFO O| May 28 05:04:17.875 INFO O| Download: 10195/23754 items 92.5/222.1MB 41% complete (3.3M/s)
43352026-05-28T05:04:19.555Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43362026-05-28T05:04:20.626Z[ recovery-image] May 28 05:04:19.750 INFO O| May 28 05:04:19.750 INFO O| Planning: Fetching manifests: 126/127 99% complete
43372026-05-28T05:04:20.732Z[ recovery-image] May 28 05:04:19.856 INFO O| May 28 05:04:19.856 INFO O| Planning: Fetching manifests: 127/127 100% complete
43382026-05-28T05:04:20.806Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43392026-05-28T05:04:21.212Z[ recovery-image] May 28 05:04:20.336 INFO O| May 28 05:04:20.336 INFO O| Planning: Package planning ... Done
43402026-05-28T05:04:21.448Z[ recovery-image] May 28 05:04:20.571 INFO O| May 28 05:04:20.571 INFO O| Planning: Merging actions ... Done
43412026-05-28T05:04:21.516Z[ recovery-image] May 28 05:04:20.640 INFO O| May 28 05:04:20.640 INFO O| Planning: Checking for conflicting actions ... Done
43422026-05-28T05:04:21.572Z[ recovery-image] May 28 05:04:20.696 INFO O| May 28 05:04:20.696 INFO O| Planning: Consolidating action changes ... Done
43432026-05-28T05:04:21.706Z[ recovery-image] May 28 05:04:20.830 INFO O| May 28 05:04:20.829 INFO O| Planning: Evaluating mediators ... Done
43442026-05-28T05:04:23.185Z[ recovery-image] May 28 05:04:22.308 INFO O| May 28 05:04:22.308 INFO O| Planning: Planning completed in 7.89 seconds
43452026-05-28T05:04:23.189Z[ recovery-image] May 28 05:04:22.310 INFO O| May 28 05:04:22.310 INFO O| Packages to install: 127
43462026-05-28T05:04:23.189Z[ recovery-image] May 28 05:04:22.310 INFO O| May 28 05:04:22.310 INFO O| Mediators to change: 5
43472026-05-28T05:04:23.189Z[ recovery-image] May 28 05:04:22.310 INFO O| May 28 05:04:22.310 INFO O| Services to change: 5
43482026-05-28T05:04:23.214Z[ recovery-image] May 28 05:04:22.337 INFO O| May 28 05:04:22.337 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
43492026-05-28T05:04:23.673Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43502026-05-28T05:04:23.941Z[ host-image] May 28 05:04:23.064 INFO O| May 28 05:04:23.064 INFO O| Download: 11662/23754 items 99.0/222.1MB 44% complete (3.1M/s)
43512026-05-28T05:04:24.348Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43522026-05-28T05:04:26.088Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43532026-05-28T05:04:27.328Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-05-28T05:04:27.436Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43552026-05-28T05:04:27.907Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43562026-05-28T05:04:28.555Z[ recovery-image] May 28 05:04:27.679 INFO O| May 28 05:04:27.679 INFO O| Download: 1075/16562 items 8.5/199.3MB 4% complete (1.7M/s)
43572026-05-28T05:04:28.581Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43582026-05-28T05:04:28.942Z[ host-image] May 28 05:04:28.065 INFO O| May 28 05:04:28.065 INFO O| Download: 12209/23754 items 105.4/222.1MB 47% complete (1.3M/s)
43592026-05-28T05:04:29.642Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43602026-05-28T05:04:29.816Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43612026-05-28T05:04:30.850Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43622026-05-28T05:04:32.230Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43632026-05-28T05:04:33.437Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43642026-05-28T05:04:33.857Z[ recovery-image] May 28 05:04:32.980 INFO O| May 28 05:04:32.980 INFO O| Download: 1525/16562 items 21.3/199.3MB 10% complete (2.1M/s)
43652026-05-28T05:04:33.942Z[ host-image] May 28 05:04:33.066 INFO O| May 28 05:04:33.066 INFO O| Download: 13071/23754 items 119.0/222.1MB 53% complete (2.0M/s)
43662026-05-28T05:04:35.959Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43672026-05-28T05:04:38.943Z[ host-image] May 28 05:04:38.067 INFO O| May 28 05:04:38.067 INFO O| Download: 14458/23754 items 119.7/222.1MB 53% complete (1.4M/s)
43682026-05-28T05:04:39.127Z[ recovery-image] May 28 05:04:38.251 INFO O| May 28 05:04:38.250 INFO O| Download: 2057/16562 items 30.3/199.3MB 15% complete (2.1M/s)
43692026-05-28T05:04:40.135Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43702026-05-28T05:04:40.527Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43712026-05-28T05:04:40.785Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43722026-05-28T05:04:40.841Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43732026-05-28T05:04:41.792Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43742026-05-28T05:04:43.580Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43752026-05-28T05:04:43.719Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43762026-05-28T05:04:44.009Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43772026-05-28T05:04:44.012Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-05-28T05:04:44.127Z[ recovery-image] May 28 05:04:43.251 INFO O| May 28 05:04:43.251 INFO O| Download: 3679/16562 items 38.5/199.3MB 19% complete (1.7M/s)
43792026-05-28T05:04:44.699Z[ host-image] May 28 05:04:43.822 INFO O| May 28 05:04:43.822 INFO O| Download: 15223/23754 items 122.0/222.1MB 54% complete (289k/s)
43802026-05-28T05:04:45.184Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43812026-05-28T05:04:45.658Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43822026-05-28T05:04:46.342Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43832026-05-28T05:04:48.221Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43842026-05-28T05:04:49.127Z[ recovery-image] May 28 05:04:48.251 INFO O| May 28 05:04:48.251 INFO O| Download: 4112/16562 items 43.1/199.3MB 21% complete (1.3M/s)
43852026-05-28T05:04:49.988Z[ host-image] May 28 05:04:49.111 INFO O| May 28 05:04:49.111 INFO O| Download: 16304/23754 items 135.1/222.1MB 60% complete (1.5M/s)
43862026-05-28T05:04:50.503Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43872026-05-28T05:04:52.084Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43882026-05-28T05:04:52.243Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43892026-05-28T05:04:52.362Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43902026-05-28T05:04:52.763Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43912026-05-28T05:04:53.538Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43922026-05-28T05:04:53.617Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43932026-05-28T05:04:54.129Z[ recovery-image] May 28 05:04:53.252 INFO O| May 28 05:04:53.252 INFO O| Download: 5402/16562 items 43.9/199.3MB 22% complete (562k/s)
43942026-05-28T05:04:54.990Z[ host-image] May 28 05:04:54.114 INFO O| May 28 05:04:54.113 INFO O| Download: 17363/23754 items 147.5/222.1MB 66% complete (2.2M/s)
43952026-05-28T05:04:57.717Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43962026-05-28T05:04:59.991Z[ host-image] May 28 05:04:59.114 INFO O| May 28 05:04:59.114 INFO O| Download: 18489/23754 items 159.4/222.1MB 71% complete (2.4M/s)
43972026-05-28T05:05:00.662Z[ recovery-image] May 28 05:04:59.785 INFO O| May 28 05:04:59.785 INFO O| Download: 6097/16562 items 46.1/199.3MB 23% complete (355k/s)
43982026-05-28T05:05:01.253Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43992026-05-28T05:05:01.483Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44002026-05-28T05:05:05.080Z[ host-image] May 28 05:05:04.204 INFO O| May 28 05:05:04.204 INFO O| Download: 19758/23754 items 175.8/222.1MB 79% complete (3.1M/s)
44012026-05-28T05:05:05.744Z[ recovery-image] May 28 05:05:04.867 INFO O| May 28 05:05:04.867 INFO O| Download: 6535/16562 items 61.9/199.3MB 31% complete (1.7M/s)
44022026-05-28T05:05:08.886Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44032026-05-28T05:05:09.026Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44042026-05-28T05:05:09.491Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44052026-05-28T05:05:10.085Z[ host-image] May 28 05:05:09.209 INFO O| May 28 05:05:09.209 INFO O| Download: 21079/23754 items 181.4/222.1MB 81% complete (2.2M/s)
44062026-05-28T05:05:10.764Z[ recovery-image] May 28 05:05:09.887 INFO O| May 28 05:05:09.887 INFO O| Download: 7556/16562 items 78.8/199.3MB 39% complete (3.1M/s)
44072026-05-28T05:05:12.781Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44082026-05-28T05:05:13.791Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44092026-05-28T05:05:14.727Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44102026-05-28T05:05:15.088Z[ host-image] May 28 05:05:14.211 INFO O| May 28 05:05:14.211 INFO O| Download: 21858/23754 items 189.6/222.1MB 85% complete (1.4M/s)
44112026-05-28T05:05:15.827Z[ recovery-image] May 28 05:05:14.951 INFO O| May 28 05:05:14.951 INFO O| Download: 8448/16562 items 85.6/199.3MB 42% complete (2.5M/s)
44122026-05-28T05:05:16.178Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44132026-05-28T05:05:17.811Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44142026-05-28T05:05:19.479Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44152026-05-28T05:05:20.355Z[ host-image] May 28 05:05:19.478 INFO O| May 28 05:05:19.478 INFO O| Download: 22854/23754 items 214.6/222.1MB 96% complete (3.4M/s)
44162026-05-28T05:05:20.834Z[ recovery-image] May 28 05:05:19.957 INFO O| May 28 05:05:19.957 INFO O| Download: 9014/16562 items 89.6/199.3MB 44% complete (1.1M/s)
44172026-05-28T05:05:20.933Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44182026-05-28T05:05:25.365Z[ host-image] May 28 05:05:24.488 INFO O| May 28 05:05:24.488 INFO O| Download: 23684/23754 items 221.8/222.1MB 99% complete (3.3M/s)
44192026-05-28T05:05:25.839Z[ recovery-image] May 28 05:05:24.962 INFO O| May 28 05:05:24.962 INFO O| Download: 9717/16562 items 102.9/199.3MB 51% complete (1.8M/s)
44202026-05-28T05:05:26.969Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44212026-05-28T05:05:27.030Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44222026-05-28T05:05:29.788Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44232026-05-28T05:05:29.968Z[ host-image] May 28 05:05:29.091 INFO O| May 28 05:05:29.091 INFO O| Download: Completed 222.08 MB in 106.77 seconds (2.1M/s)
44242026-05-28T05:05:30.485Z[ host-image] May 28 05:05:29.609 INFO O| May 28 05:05:29.609 INFO O| Actions: 1/53918 actions (Installing new actions)
44252026-05-28T05:05:30.865Z[ recovery-image] May 28 05:05:29.988 INFO O| May 28 05:05:29.988 INFO O| Download: 11192/16562 items 103.6/199.3MB 51% complete (1.4M/s)
44262026-05-28T05:05:32.863Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44272026-05-28T05:05:33.740Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44282026-05-28T05:05:35.072Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44292026-05-28T05:05:35.486Z[ host-image] May 28 05:05:34.609 INFO O| May 28 05:05:34.609 INFO O| Actions: 26024/53918 actions (Installing new actions)
44302026-05-28T05:05:35.878Z[ recovery-image] May 28 05:05:35.001 INFO O| May 28 05:05:35.001 INFO O| Download: 12015/16562 items 120.3/199.3MB 60% complete (1.6M/s)
44312026-05-28T05:05:37.711Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44322026-05-28T05:05:37.859Z[ host-image] May 28 05:05:36.983 INFO O| May 28 05:05:36.983 INFO O| Actions: Completed 53918 actions in 7.37 seconds.
44332026-05-28T05:05:37.924Z[ host-image] May 28 05:05:37.048 INFO O| May 28 05:05:37.048 INFO O| Finalize: Updating package state database ... Done
44342026-05-28T05:05:37.924Z[ host-image] May 28 05:05:37.048 INFO O| May 28 05:05:37.048 INFO O| Finalize: Updating package cache ... Done
44352026-05-28T05:05:37.954Z[ host-image] May 28 05:05:37.077 INFO O| May 28 05:05:37.077 INFO O| Finalize: Updating image state ... Done
44362026-05-28T05:05:38.867Z[ host-image] May 28 05:05:37.991 INFO O| May 28 05:05:37.991 INFO O| Finalize: Creating fast lookup database ... Done
44372026-05-28T05:05:38.920Z[ host-image] May 28 05:05:38.043 INFO O| May 28 05:05:38.043 INFO O| Finalize: Reading search index ... Done
44382026-05-28T05:05:39.999Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44392026-05-28T05:05:40.882Z[ recovery-image] May 28 05:05:40.005 INFO O| May 28 05:05:40.005 INFO O| Download: 13227/16562 items 153.4/199.3MB 76% complete (5.0M/s)
44402026-05-28T05:05:41.113Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44412026-05-28T05:05:41.600Z[ host-image] May 28 05:05:40.724 INFO O| May 28 05:05:40.724 INFO O| Finalize: Building new search index ... Done
44422026-05-28T05:05:42.016Z[ host-image] May 28 05:05:41.139 INFO O| May 28 05:05:41.139 INFO O| Finalize: Updating package cache ... Done
44432026-05-28T05:05:42.137Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44442026-05-28T05:05:42.208Z[ host-image] May 28 05:05:41.331 INFO O| May 28 05:05:41.331 INFO STEP 11 (pkg_install) COMPLETE
44452026-05-28T05:05:42.208Z[ host-image] May 28 05:05:41.331 INFO O| May 28 05:05:41.331 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44462026-05-28T05:05:42.219Z[ host-image] May 28 05:05:41.343 INFO O| May 28 05:05:41.342 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"]
44472026-05-28T05:05:42.545Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44482026-05-28T05:05:43.694Z[ host-image] May 28 05:05:42.817 INFO O| May 28 05:05:42.817 INFO O| Startup: Refreshing catalog 'helios' ... Done
44492026-05-28T05:05:43.795Z[ host-image] May 28 05:05:42.919 INFO O| May 28 05:05:42.919 INFO O| Startup: Caching catalogs ... Done
44502026-05-28T05:05:43.942Z[ host-image] May 28 05:05:43.065 INFO O| May 28 05:05:43.065 INFO O| Planning: Solver setup ... Done
44512026-05-28T05:05:43.947Z[ host-image] May 28 05:05:43.071 INFO O| May 28 05:05:43.070 INFO O| Planning: Running solver ... Done
44522026-05-28T05:05:43.951Z[ host-image] May 28 05:05:43.075 INFO O| May 28 05:05:43.075 INFO O| Planning: Finding local manifests ... Done
44532026-05-28T05:05:43.994Z[ host-image] May 28 05:05:43.117 INFO O| May 28 05:05:43.117 INFO O| Planning: Fetching manifests: 0/6 0% complete
44542026-05-28T05:05:44.101Z[ host-image] May 28 05:05:43.224 INFO O| May 28 05:05:43.224 INFO O| Planning: Fetching manifests: 6/6 100% complete
44552026-05-28T05:05:44.123Z[ host-image] May 28 05:05:43.247 INFO O| May 28 05:05:43.247 INFO O| Planning: Package planning ... Done
44562026-05-28T05:05:44.127Z[ host-image] May 28 05:05:43.249 INFO O| May 28 05:05:43.249 INFO O| Planning: Merging actions ... Done
44572026-05-28T05:05:44.247Z[ host-image] May 28 05:05:43.370 INFO O| May 28 05:05:43.370 INFO O| Planning: Checking for conflicting actions ... Done
44582026-05-28T05:05:44.250Z[ host-image] May 28 05:05:43.371 INFO O| May 28 05:05:43.371 INFO O| Planning: Consolidating action changes ... Done
44592026-05-28T05:05:44.399Z[ host-image] May 28 05:05:43.522 INFO O| May 28 05:05:43.522 INFO O| Planning: Evaluating mediators ... Done
44602026-05-28T05:05:44.402Z[ host-image] May 28 05:05:43.523 INFO O| May 28 05:05:43.523 INFO O| Planning: Planning completed in 0.60 seconds
44612026-05-28T05:05:44.403Z[ host-image] May 28 05:05:43.523 INFO O| May 28 05:05:43.523 INFO O| Packages to install: 6
44622026-05-28T05:05:44.403Z[ host-image] May 28 05:05:43.523 INFO O| May 28 05:05:43.523 INFO O| Services to change: 2
44632026-05-28T05:05:44.412Z[ host-image] May 28 05:05:43.535 INFO O| May 28 05:05:43.535 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44642026-05-28T05:05:45.892Z[ recovery-image] May 28 05:05:45.015 INFO O| May 28 05:05:45.015 INFO O| Download: 14796/16562 items 159.3/199.3MB 79% complete (3.9M/s)
44652026-05-28T05:05:46.533Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44662026-05-28T05:05:47.054Z[ host-image] May 28 05:05:46.178 INFO O| May 28 05:05:46.178 INFO O| Download: Completed 1.75 MB in 2.64 seconds (676k/s)
44672026-05-28T05:05:47.075Z[ host-image] May 28 05:05:46.198 INFO O| May 28 05:05:46.198 INFO O| Actions: 1/390 actions (Installing new actions)
44682026-05-28T05:05:47.204Z[ host-image] May 28 05:05:46.328 INFO O| May 28 05:05:46.328 INFO O| Actions: Completed 390 actions in 0.13 seconds.
44692026-05-28T05:05:47.211Z[ host-image] May 28 05:05:46.335 INFO O| May 28 05:05:46.335 INFO O| Finalize: Updating package state database ... Done
44702026-05-28T05:05:47.211Z[ host-image] May 28 05:05:46.335 INFO O| May 28 05:05:46.335 INFO O| Finalize: Updating package cache ... Done
44712026-05-28T05:05:47.232Z[ host-image] May 28 05:05:46.355 INFO O| May 28 05:05:46.355 INFO O| Finalize: Updating image state ... Done
44722026-05-28T05:05:48.121Z[ host-image] May 28 05:05:47.244 INFO O| May 28 05:05:47.244 INFO O| Finalize: Creating fast lookup database ... Done
44732026-05-28T05:05:48.149Z[ host-image] May 28 05:05:47.273 INFO O| May 28 05:05:47.273 INFO O| Finalize: Reading search index ... Done
44742026-05-28T05:05:48.150Z[ host-image] May 28 05:05:47.273 INFO O| May 28 05:05:47.273 INFO O| Finalize: Updating search index ... Done
44752026-05-28T05:05:48.166Z[ host-image] May 28 05:05:47.289 INFO O| May 28 05:05:47.289 INFO O| Finalize: Updating package cache ... Done
44762026-05-28T05:05:48.296Z[ host-image] May 28 05:05:47.419 INFO O| May 28 05:05:47.419 INFO STEP 12 (pkg_install) COMPLETE
44772026-05-28T05:05:48.296Z[ host-image] May 28 05:05:47.419 INFO O| May 28 05:05:47.419 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44782026-05-28T05:05:48.307Z[ host-image] May 28 05:05:47.431 INFO O| May 28 05:05:47.430 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44792026-05-28T05:05:49.469Z[ host-image] May 28 05:05:48.592 INFO O| May 28 05:05:48.592 INFO O| Startup: Refreshing catalog 'helios' ... Done
44802026-05-28T05:05:49.561Z[ host-image] May 28 05:05:48.685 INFO O| May 28 05:05:48.685 INFO O| Startup: Caching catalogs ... Done
44812026-05-28T05:05:49.718Z[ host-image] May 28 05:05:48.841 INFO O| May 28 05:05:48.841 INFO O| Planning: Solver setup ... Done
44822026-05-28T05:05:49.723Z[ host-image] May 28 05:05:48.846 INFO O| May 28 05:05:48.846 INFO O| Planning: Running solver ... Done
44832026-05-28T05:05:49.727Z[ host-image] May 28 05:05:48.850 INFO O| May 28 05:05:48.850 INFO O| Planning: Finding local manifests ... Done
44842026-05-28T05:05:49.780Z[ host-image] May 28 05:05:48.903 INFO O| May 28 05:05:48.903 INFO O| Planning: Fetching manifests: 0/6 0% complete
44852026-05-28T05:05:49.961Z[ host-image] May 28 05:05:49.084 INFO O| May 28 05:05:49.084 INFO O| Planning: Fetching manifests: 6/6 100% complete
44862026-05-28T05:05:49.988Z[ host-image] May 28 05:05:49.112 INFO O| May 28 05:05:49.112 INFO O| Planning: Package planning ... Done
44872026-05-28T05:05:49.997Z[ host-image] May 28 05:05:49.121 INFO O| May 28 05:05:49.121 INFO O| Planning: Merging actions ... Done
44882026-05-28T05:05:50.104Z[ host-image] May 28 05:05:49.228 INFO O| May 28 05:05:49.227 INFO O| Planning: Checking for conflicting actions ... Done
44892026-05-28T05:05:50.107Z[ host-image] May 28 05:05:49.230 INFO O| May 28 05:05:49.230 INFO O| Planning: Consolidating action changes ... Done
44902026-05-28T05:05:50.245Z[ host-image] May 28 05:05:49.368 INFO O| May 28 05:05:49.368 INFO O| Planning: Evaluating mediators ... Done
44912026-05-28T05:05:50.248Z[ host-image] May 28 05:05:49.372 INFO O| May 28 05:05:49.372 INFO O| Planning: Planning completed in 0.68 seconds
44922026-05-28T05:05:50.251Z[ host-image] May 28 05:05:49.372 INFO O| May 28 05:05:49.372 INFO O| Packages to install: 6
44932026-05-28T05:05:50.251Z[ host-image] May 28 05:05:49.372 INFO O| May 28 05:05:49.372 INFO O| Mediators to change: 1
44942026-05-28T05:05:50.251Z[ host-image] May 28 05:05:49.372 INFO O| May 28 05:05:49.372 INFO O| Services to change: 1
44952026-05-28T05:05:50.259Z[ host-image] May 28 05:05:49.383 INFO O| May 28 05:05:49.383 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44962026-05-28T05:05:50.906Z[ recovery-image] May 28 05:05:50.029 INFO O| May 28 05:05:50.029 INFO O| Download: 15759/16562 items 169.2/199.3MB 84% complete (1.6M/s)
44972026-05-28T05:05:55.264Z[ host-image] May 28 05:05:54.387 INFO O| May 28 05:05:54.387 INFO O| Download: 1112/1147 items 6.7/7.8MB 85% complete (1.1M/s)
44982026-05-28T05:05:56.253Z[ recovery-image] May 28 05:05:55.377 INFO O| May 28 05:05:55.377 INFO O| Download: 16239/16562 items 192.6/199.3MB 96% complete (3.3M/s)
44992026-05-28T05:05:56.694Z[ host-image] May 28 05:05:55.817 INFO O| May 28 05:05:55.817 INFO O| Download: Completed 7.84 MB in 6.43 seconds (1.2M/s)
45002026-05-28T05:05:56.733Z[ host-image] May 28 05:05:55.857 INFO O| May 28 05:05:55.857 INFO O| Actions: 1/1366 actions (Installing new actions)
45012026-05-28T05:05:56.970Z[ host-image] May 28 05:05:56.093 INFO O| May 28 05:05:56.093 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
45022026-05-28T05:05:56.979Z[ host-image] May 28 05:05:56.102 INFO O| May 28 05:05:56.102 INFO O| Finalize: Updating package state database ... Done
45032026-05-28T05:05:56.979Z[ host-image] May 28 05:05:56.103 INFO O| May 28 05:05:56.102 INFO O| Finalize: Updating package cache ... Done
45042026-05-28T05:05:57.001Z[ host-image] May 28 05:05:56.124 INFO O| May 28 05:05:56.123 INFO O| Finalize: Updating image state ... Done
45052026-05-28T05:05:57.919Z[ host-image] May 28 05:05:57.042 INFO O| May 28 05:05:57.042 INFO O| Finalize: Creating fast lookup database ... Done
45062026-05-28T05:05:57.947Z[ host-image] May 28 05:05:57.071 INFO O| May 28 05:05:57.070 INFO O| Finalize: Reading search index ... Done
45072026-05-28T05:05:57.947Z[ host-image] May 28 05:05:57.071 INFO O| May 28 05:05:57.071 INFO O| Finalize: Updating search index ... Done
45082026-05-28T05:05:57.980Z[ host-image] May 28 05:05:57.104 INFO O| May 28 05:05:57.104 INFO O| Finalize: Updating package cache ... Done
45092026-05-28T05:05:58.126Z[ host-image] May 28 05:05:57.249 INFO O| May 28 05:05:57.249 INFO STEP 13 (pkg_install) COMPLETE
45102026-05-28T05:05:58.126Z[ host-image] May 28 05:05:57.249 INFO O| May 28 05:05:57.249 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45112026-05-28T05:05:58.136Z[ host-image] May 28 05:05:57.259 INFO O| May 28 05:05:57.259 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45122026-05-28T05:05:58.999Z[ host-image] May 28 05:05:58.122 INFO O| May 28 05:05:58.122 INFO O| Startup: Refreshing catalog 'helios' ... Done
45132026-05-28T05:05:59.068Z[ recovery-image] May 28 05:05:58.191 INFO O| May 28 05:05:58.191 INFO O| Download: Completed 199.27 MB in 95.85 seconds (2.1M/s)
45142026-05-28T05:05:59.157Z[ host-image] May 28 05:05:58.281 INFO O| May 28 05:05:58.281 INFO O| Startup: Caching catalogs ... Done
45152026-05-28T05:05:59.313Z[ host-image] May 28 05:05:58.436 INFO O| May 28 05:05:58.436 INFO O| Planning: Solver setup ... Done
45162026-05-28T05:05:59.318Z[ host-image] May 28 05:05:58.441 INFO O| May 28 05:05:58.441 INFO O| Planning: Running solver ... Done
45172026-05-28T05:05:59.321Z[ host-image] May 28 05:05:58.445 INFO O| May 28 05:05:58.445 INFO O| Planning: Finding local manifests ... Done
45182026-05-28T05:05:59.356Z[ recovery-image] May 28 05:05:58.479 INFO O| May 28 05:05:58.479 INFO O| Actions: 1/27371 actions (Installing new actions)
45192026-05-28T05:05:59.400Z[ host-image] May 28 05:05:58.523 INFO O| May 28 05:05:58.523 INFO O| Planning: Fetching manifests: 0/1 0% complete
45202026-05-28T05:05:59.435Z[ host-image] May 28 05:05:58.558 INFO O| May 28 05:05:58.558 INFO O| Planning: Fetching manifests: 1/1 100% complete
45212026-05-28T05:05:59.451Z[ host-image] May 28 05:05:58.575 INFO O| May 28 05:05:58.575 INFO O| Planning: Package planning ... Done
45222026-05-28T05:05:59.451Z[ host-image] May 28 05:05:58.575 INFO O| May 28 05:05:58.575 INFO O| Planning: Merging actions ... Done
45232026-05-28T05:05:59.536Z[ host-image] May 28 05:05:58.659 INFO O| May 28 05:05:58.659 INFO O| Planning: Checking for conflicting actions ... Done
45242026-05-28T05:05:59.539Z[ host-image] May 28 05:05:58.659 INFO O| May 28 05:05:58.659 INFO O| Planning: Consolidating action changes ... Done
45252026-05-28T05:05:59.682Z[ host-image] May 28 05:05:58.805 INFO O| May 28 05:05:58.805 INFO O| Planning: Evaluating mediators ... Done
45262026-05-28T05:05:59.685Z[ host-image] May 28 05:05:58.806 INFO O| May 28 05:05:58.806 INFO O| Planning: Planning completed in 0.52 seconds
45272026-05-28T05:05:59.685Z[ host-image] May 28 05:05:58.806 INFO O| May 28 05:05:58.806 INFO O| Packages to install: 1
45282026-05-28T05:05:59.714Z[ host-image] May 28 05:05:58.837 INFO O| May 28 05:05:58.837 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45292026-05-28T05:06:00.023Z[ host-image] May 28 05:05:59.147 INFO O| May 28 05:05:59.147 INFO O| Download: Completed 12.63 MB in 0.31 seconds (40.8M/s)
45302026-05-28T05:06:00.091Z[ host-image] May 28 05:05:59.215 INFO O| May 28 05:05:59.215 INFO O| Actions: 1/22 actions (Installing new actions)
45312026-05-28T05:06:00.314Z[ host-image] May 28 05:05:59.437 INFO O| May 28 05:05:59.437 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45322026-05-28T05:06:00.320Z[ host-image] May 28 05:05:59.444 INFO O| May 28 05:05:59.444 INFO O| Finalize: Updating package state database ... Done
45332026-05-28T05:06:00.320Z[ host-image] May 28 05:05:59.444 INFO O| May 28 05:05:59.444 INFO O| Finalize: Updating package cache ... Done
45342026-05-28T05:06:00.353Z[ host-image] May 28 05:05:59.476 INFO O| May 28 05:05:59.476 INFO O| Finalize: Updating image state ... Done
45352026-05-28T05:06:01.333Z[ host-image] May 28 05:06:00.456 INFO O| May 28 05:06:00.456 INFO O| Finalize: Creating fast lookup database ... Done
45362026-05-28T05:06:01.361Z[ host-image] May 28 05:06:00.484 INFO O| May 28 05:06:00.484 INFO O| Finalize: Reading search index ... Done
45372026-05-28T05:06:01.361Z[ host-image] May 28 05:06:00.484 INFO O| May 28 05:06:00.484 INFO O| Finalize: Updating search index ... Done
45382026-05-28T05:06:01.371Z[ host-image] May 28 05:06:00.494 INFO O| May 28 05:06:00.494 INFO O| Finalize: Updating package cache ... Done
45392026-05-28T05:06:01.500Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 14 (pkg_install) COMPLETE
45402026-05-28T05:06:01.500Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "mbist" is not enabled
45422026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "mfg" is not enabled
45442026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "compliance" is not enabled
45462026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "stress" is not enabled
45482026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "compliance" is not enabled
45502026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO skip step because feature "nfs" is not enabled
45522026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45532026-05-28T05:06:01.503Z[ host-image] May 28 05:06:00.623 INFO O| May 28 05:06:00.623 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45542026-05-28T05:06:01.776Z[ host-image] May 28 05:06:00.899 INFO O| May 28 05:06:00.899 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45552026-05-28T05:06:02.063Z[ host-image] May 28 05:06:01.186 INFO O| May 28 05:06:01.186 INFO completed processing sled/ramdisk-01-os
45562026-05-28T05:06:02.066Z[ host-image] May 28 05:06:01.188 INFO omicron1 baseline generation...
45572026-05-28T05:06:02.067Z[ host-image] May 28 05:06:01.188 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45582026-05-28T05:06:02.420Z[ host-image] May 28 05:06:01.538 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24001:20260522T173009Z
45592026-05-28T05:06:04.391Z[ recovery-image] May 28 05:06:03.514 INFO O| May 28 05:06:03.514 INFO O| Actions: 20987/27371 actions (Installing new actions)
45602026-05-28T05:06:04.494Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45612026-05-28T05:06:04.583Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45622026-05-28T05:06:05.404Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45632026-05-28T05:06:05.481Z[ recovery-image] May 28 05:06:04.602 INFO O| May 28 05:06:04.602 INFO O| Actions: Completed 27371 actions in 6.12 seconds.
45642026-05-28T05:06:05.523Z[ recovery-image] May 28 05:06:04.647 INFO O| May 28 05:06:04.646 INFO O| Finalize: Updating package state database ... Done
45652026-05-28T05:06:05.523Z[ recovery-image] May 28 05:06:04.647 INFO O| May 28 05:06:04.647 INFO O| Finalize: Updating package cache ... Done
45662026-05-28T05:06:05.550Z[ recovery-image] May 28 05:06:04.673 INFO O| May 28 05:06:04.673 INFO O| Finalize: Updating image state ... Done
45672026-05-28T05:06:06.183Z[ recovery-image] May 28 05:06:05.306 INFO O| May 28 05:06:05.306 INFO O| Finalize: Creating fast lookup database ... Done
45682026-05-28T05:06:06.217Z[ recovery-image] May 28 05:06:05.334 INFO O| May 28 05:06:05.334 INFO O| Finalize: Reading search index ... Done
45692026-05-28T05:06:08.200Z[ recovery-image] May 28 05:06:07.324 INFO O| May 28 05:06:07.324 INFO O| Finalize: Building new search index ... Done
45702026-05-28T05:06:08.561Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45712026-05-28T05:06:08.723Z[ recovery-image] May 28 05:06:07.762 INFO O| May 28 05:06:07.762 INFO O| Finalize: Updating package cache ... Done
45722026-05-28T05:06:08.799Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO STEP 11 (pkg_install) COMPLETE
45732026-05-28T05:06:08.799Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45742026-05-28T05:06:08.802Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO skip step because feature "recovery" is enabled
45752026-05-28T05:06:08.802Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45762026-05-28T05:06:08.802Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO skip step because feature "omicron1" is not enabled
45772026-05-28T05:06:08.802Z[ recovery-image] May 28 05:06:07.923 INFO O| May 28 05:06:07.923 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45782026-05-28T05:06:08.809Z[ recovery-image] May 28 05:06:07.933 INFO O| May 28 05:06:07.933 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45792026-05-28T05:06:09.703Z[ recovery-image] May 28 05:06:08.823 INFO O| May 28 05:06:08.823 INFO O| Startup: Refreshing catalog 'helios' ... Done
45802026-05-28T05:06:09.836Z[ recovery-image] May 28 05:06:08.959 INFO O| May 28 05:06:08.959 INFO O| Startup: Caching catalogs ... Done
45812026-05-28T05:06:10.077Z[ recovery-image] May 28 05:06:09.200 INFO O| May 28 05:06:09.200 INFO O| Planning: Solver setup ... Done
45822026-05-28T05:06:10.077Z[ recovery-image] May 28 05:06:09.200 INFO O| May 28 05:06:09.200 INFO O| Planning: Running solver ... Done
45832026-05-28T05:06:10.080Z[ recovery-image] May 28 05:06:09.200 INFO O| May 28 05:06:09.200 INFO O| Planning: Finding local manifests ... Done
45842026-05-28T05:06:10.117Z[ recovery-image] May 28 05:06:09.240 INFO O| May 28 05:06:09.240 INFO O| Planning: Fetching manifests: 0/1 0% complete
45852026-05-28T05:06:10.129Z[ recovery-image] May 28 05:06:09.252 INFO O| May 28 05:06:09.252 INFO O| Planning: Fetching manifests: 1/1 100% complete
45862026-05-28T05:06:10.147Z[ recovery-image] May 28 05:06:09.269 INFO O| May 28 05:06:09.269 INFO O| Planning: Package planning ... Done
45872026-05-28T05:06:10.147Z[ recovery-image] May 28 05:06:09.269 INFO O| May 28 05:06:09.269 INFO O| Planning: Merging actions ... Done
45882026-05-28T05:06:10.173Z[ recovery-image] May 28 05:06:09.296 INFO O| May 28 05:06:09.290 INFO O| Planning: Checking for conflicting actions ... Done
45892026-05-28T05:06:10.173Z[ recovery-image] May 28 05:06:09.296 INFO O| May 28 05:06:09.291 INFO O| Planning: Consolidating action changes ... Done
45902026-05-28T05:06:10.260Z[ recovery-image] May 28 05:06:09.383 INFO O| May 28 05:06:09.383 INFO O| Planning: Evaluating mediators ... Done
45912026-05-28T05:06:10.263Z[ recovery-image] May 28 05:06:09.383 INFO O| May 28 05:06:09.383 INFO O| Planning: Planning completed in 0.43 seconds
45922026-05-28T05:06:10.285Z[ recovery-image] May 28 05:06:09.408 INFO O| May 28 05:06:09.408 INFO O| Packages to install: 1
45932026-05-28T05:06:10.297Z[ recovery-image] May 28 05:06:09.420 INFO O| May 28 05:06:09.420 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45942026-05-28T05:06:10.893Z[ recovery-image] May 28 05:06:10.016 INFO O| May 28 05:06:10.016 INFO O| Download: Completed 12.63 MB in 0.60 seconds (21.2M/s)
45952026-05-28T05:06:10.922Z[ recovery-image] May 28 05:06:10.045 INFO O| May 28 05:06:10.045 INFO O| Actions: 1/22 actions (Installing new actions)
45962026-05-28T05:06:11.214Z[ recovery-image] May 28 05:06:10.337 INFO O| May 28 05:06:10.337 INFO O| Actions: Completed 22 actions in 0.29 seconds.
45972026-05-28T05:06:11.234Z[ recovery-image] May 28 05:06:10.345 INFO O| May 28 05:06:10.344 INFO O| Finalize: Updating package state database ... Done
45982026-05-28T05:06:11.237Z[ recovery-image] May 28 05:06:10.345 INFO O| May 28 05:06:10.344 INFO O| Finalize: Updating package cache ... Done
45992026-05-28T05:06:11.241Z[ recovery-image] May 28 05:06:10.364 INFO O| May 28 05:06:10.364 INFO O| Finalize: Updating image state ... Done
46002026-05-28T05:06:11.841Z[ recovery-image] May 28 05:06:10.964 INFO O| May 28 05:06:10.964 INFO O| Finalize: Creating fast lookup database ... Done
46012026-05-28T05:06:11.856Z[ recovery-image] May 28 05:06:10.979 INFO O| May 28 05:06:10.979 INFO O| Finalize: Reading search index ... Done
46022026-05-28T05:06:11.856Z[ recovery-image] May 28 05:06:10.979 INFO O| May 28 05:06:10.979 INFO O| Finalize: Updating search index ... Done
46032026-05-28T05:06:11.866Z[ recovery-image] May 28 05:06:10.989 INFO O| May 28 05:06:10.989 INFO O| Finalize: Updating package cache ... Done
46042026-05-28T05:06:12.074Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 14 (pkg_install) COMPLETE
46052026-05-28T05:06:12.075Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "mbist" is not enabled
46072026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46082026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "mfg" is not enabled
46092026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46102026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "compliance" is not enabled
46112026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46122026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "stress" is not enabled
46132026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46142026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "compliance" is not enabled
46152026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46162026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO skip step because feature "nfs" is not enabled
46172026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46182026-05-28T05:06:12.078Z[ recovery-image] May 28 05:06:11.198 INFO O| May 28 05:06:11.198 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46192026-05-28T05:06:12.329Z[ recovery-image] May 28 05:06:11.452 INFO O| May 28 05:06:11.452 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46202026-05-28T05:06:12.496Z[ recovery-image] May 28 05:06:11.619 INFO O| May 28 05:06:11.619 INFO completed processing sled/ramdisk-01-os
46212026-05-28T05:06:12.499Z[ recovery-image] May 28 05:06:11.623 INFO image builder template: ramdisk-02-trim...
46222026-05-28T05:06:12.499Z[ recovery-image] May 28 05:06:11.623 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/.tmpvde0FR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
46232026-05-28T05:06:12.524Z[ recovery-image] May 28 05:06:11.645 INFO O| May 28 05:06:11.645 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46242026-05-28T05:06:12.527Z[ recovery-image] May 28 05:06:11.649 INFO O| May 28 05:06:11.649 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46252026-05-28T05:06:12.602Z[ recovery-image] May 28 05:06:11.725 INFO O| May 28 05:06:11.725 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46262026-05-28T05:06:12.690Z[ recovery-image] May 28 05:06:11.813 INFO O| May 28 05:06:11.813 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46272026-05-28T05:06:12.690Z[ recovery-image] May 28 05:06:11.813 INFO O| May 28 05:06:11.813 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46282026-05-28T05:06:12.695Z[ recovery-image] May 28 05:06:11.819 INFO O| May 28 05:06:11.819 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46292026-05-28T05:06:12.699Z[ recovery-image] May 28 05:06:11.823 INFO O| May 28 05:06:11.823 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46302026-05-28T05:06:12.704Z[ recovery-image] May 28 05:06:11.828 INFO O| May 28 05:06:11.828 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46312026-05-28T05:06:13.617Z[ recovery-image] May 28 05:06:12.740 INFO O| May 28 05:06:12.740 INFO rolled back to input snapshot; work may begin
46322026-05-28T05:06:13.617Z[ recovery-image] May 28 05:06:12.740 INFO O| May 28 05:06:12.740 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46332026-05-28T05:06:13.622Z[ recovery-image] May 28 05:06:12.745 INFO O| May 28 05:06:12.745 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-05-28T05:06:13.636Z[ recovery-image] May 28 05:06:12.759 INFO O| May 28 05:06:12.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46352026-05-28T05:06:13.673Z[ recovery-image] May 28 05:06:12.797 INFO O| May 28 05:06:12.797 INFO STEP 0 (remove_files) COMPLETE
46362026-05-28T05:06:13.673Z[ recovery-image] May 28 05:06:12.797 INFO O| May 28 05:06:12.797 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-28T05:06:13.683Z[ recovery-image] May 28 05:06:12.806 INFO O| May 28 05:06:12.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46382026-05-28T05:06:13.687Z[ recovery-image] May 28 05:06:12.808 INFO O| May 28 05:06:12.808 INFO STEP 1 (remove_files) COMPLETE
46392026-05-28T05:06:13.687Z[ recovery-image] May 28 05:06:12.808 INFO O| May 28 05:06:12.808 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-28T05:06:13.693Z[ recovery-image] May 28 05:06:12.816 INFO O| May 28 05:06:12.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46412026-05-28T05:06:13.705Z[ recovery-image] May 28 05:06:12.829 INFO O| May 28 05:06:12.829 INFO STEP 2 (remove_files) COMPLETE
46422026-05-28T05:06:13.706Z[ recovery-image] May 28 05:06:12.829 INFO O| May 28 05:06:12.829 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-28T05:06:13.715Z[ recovery-image] May 28 05:06:12.838 INFO O| May 28 05:06:12.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46442026-05-28T05:06:13.718Z[ recovery-image] May 28 05:06:12.840 INFO O| May 28 05:06:12.840 INFO STEP 3 (remove_files) COMPLETE
46452026-05-28T05:06:13.718Z[ recovery-image] May 28 05:06:12.840 INFO O| May 28 05:06:12.840 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-28T05:06:13.725Z[ recovery-image] May 28 05:06:12.848 INFO O| May 28 05:06:12.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46472026-05-28T05:06:13.729Z[ recovery-image] May 28 05:06:12.851 INFO O| May 28 05:06:12.851 INFO STEP 4 (remove_files) COMPLETE
46482026-05-28T05:06:13.729Z[ recovery-image] May 28 05:06:12.851 INFO O| May 28 05:06:12.851 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-28T05:06:13.736Z[ recovery-image] May 28 05:06:12.860 INFO O| May 28 05:06:12.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46502026-05-28T05:06:13.736Z[ recovery-image] May 28 05:06:12.860 INFO O| May 28 05:06:12.860 INFO STEP 5 (remove_files) COMPLETE
46512026-05-28T05:06:13.736Z[ recovery-image] May 28 05:06:12.860 INFO O| May 28 05:06:12.860 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-28T05:06:13.745Z[ recovery-image] May 28 05:06:12.868 INFO O| May 28 05:06:12.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46532026-05-28T05:06:13.756Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 6 (remove_files) COMPLETE
46542026-05-28T05:06:13.756Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-28T05:06:13.756Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO skip step because feature "heliosv2" is not enabled
46562026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO skip step because feature "recovery" is enabled
46582026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO skip step because feature "recovery" is enabled
46602026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO skip step because feature "recovery" is enabled
46622026-05-28T05:06:13.759Z[ recovery-image] May 28 05:06:12.879 INFO O| May 28 05:06:12.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-05-28T05:06:13.766Z[ recovery-image] May 28 05:06:12.889 INFO O| May 28 05:06:12.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46642026-05-28T05:06:13.769Z[ recovery-image] May 28 05:06:12.893 INFO O| May 28 05:06:12.893 INFO STEP 11 (remove_files) COMPLETE
46652026-05-28T05:06:13.769Z[ recovery-image] May 28 05:06:12.893 INFO O| May 28 05:06:12.893 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-05-28T05:06:13.778Z[ recovery-image] May 28 05:06:12.902 INFO O| May 28 05:06:12.902 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46672026-05-28T05:06:13.782Z[ recovery-image] May 28 05:06:12.903 INFO O| May 28 05:06:12.903 INFO STEP 12 (remove_files) COMPLETE
46682026-05-28T05:06:13.782Z[ recovery-image] May 28 05:06:12.903 INFO O| May 28 05:06:12.903 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-05-28T05:06:13.788Z[ recovery-image] May 28 05:06:12.911 INFO O| May 28 05:06:12.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46702026-05-28T05:06:13.791Z[ recovery-image] May 28 05:06:12.913 INFO O| May 28 05:06:12.913 INFO STEP 13 (remove_files) COMPLETE
46712026-05-28T05:06:13.791Z[ recovery-image] May 28 05:06:12.913 INFO O| May 28 05:06:12.913 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-05-28T05:06:13.897Z[ recovery-image] May 28 05:06:13.020 INFO O| May 28 05:06:13.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46732026-05-28T05:06:13.925Z[ recovery-image] May 28 05:06:13.049 INFO O| May 28 05:06:13.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46742026-05-28T05:06:13.960Z[ recovery-image] May 28 05:06:13.084 INFO O| May 28 05:06:13.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46752026-05-28T05:06:13.961Z[ recovery-image] May 28 05:06:13.084 INFO O| May 28 05:06:13.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46762026-05-28T05:06:13.971Z[ recovery-image] May 28 05:06:13.095 INFO O| May 28 05:06:13.095 INFO STEP 14 (remove_files) COMPLETE
46772026-05-28T05:06:13.971Z[ recovery-image] May 28 05:06:13.095 INFO O| May 28 05:06:13.095 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-05-28T05:06:13.981Z[ recovery-image] May 28 05:06:13.105 INFO O| May 28 05:06:13.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46792026-05-28T05:06:13.985Z[ recovery-image] May 28 05:06:13.106 INFO O| May 28 05:06:13.106 INFO STEP 15 (remove_files) COMPLETE
46802026-05-28T05:06:13.985Z[ recovery-image] May 28 05:06:13.106 INFO O| May 28 05:06:13.106 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-05-28T05:06:13.991Z[ recovery-image] May 28 05:06:13.115 INFO O| May 28 05:06:13.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46822026-05-28T05:06:13.997Z[ recovery-image] May 28 05:06:13.121 INFO O| May 28 05:06:13.121 INFO STEP 16 (remove_files) COMPLETE
46832026-05-28T05:06:13.997Z[ recovery-image] May 28 05:06:13.121 INFO O| May 28 05:06:13.121 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-05-28T05:06:14.007Z[ recovery-image] May 28 05:06:13.130 INFO O| May 28 05:06:13.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46852026-05-28T05:06:14.010Z[ recovery-image] May 28 05:06:13.130 INFO O| May 28 05:06:13.130 INFO STEP 17 (remove_files) COMPLETE
46862026-05-28T05:06:14.010Z[ recovery-image] May 28 05:06:13.130 INFO O| May 28 05:06:13.130 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-05-28T05:06:14.014Z[ recovery-image] May 28 05:06:13.138 INFO O| May 28 05:06:13.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46882026-05-28T05:06:14.017Z[ recovery-image] May 28 05:06:13.139 INFO O| May 28 05:06:13.139 INFO STEP 18 (remove_files) COMPLETE
46892026-05-28T05:06:14.018Z[ recovery-image] May 28 05:06:13.139 INFO O| May 28 05:06:13.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-05-28T05:06:14.024Z[ recovery-image] May 28 05:06:13.147 INFO O| May 28 05:06:13.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46912026-05-28T05:06:14.024Z[ recovery-image] May 28 05:06:13.147 INFO O| May 28 05:06:13.147 INFO STEP 19 (remove_files) COMPLETE
46922026-05-28T05:06:14.027Z[ recovery-image] May 28 05:06:13.147 INFO O| May 28 05:06:13.147 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-05-28T05:06:14.034Z[ recovery-image] May 28 05:06:13.155 INFO O| May 28 05:06:13.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46942026-05-28T05:06:14.034Z[ recovery-image] May 28 05:06:13.155 INFO O| May 28 05:06:13.155 INFO STEP 20 (remove_files) COMPLETE
46952026-05-28T05:06:14.034Z[ recovery-image] May 28 05:06:13.155 INFO O| May 28 05:06:13.155 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-05-28T05:06:14.042Z[ recovery-image] May 28 05:06:13.164 INFO O| May 28 05:06:13.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46972026-05-28T05:06:14.042Z[ recovery-image] May 28 05:06:13.164 INFO O| May 28 05:06:13.164 INFO STEP 21 (remove_files) COMPLETE
46982026-05-28T05:06:14.042Z[ recovery-image] May 28 05:06:13.164 INFO O| May 28 05:06:13.164 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-05-28T05:06:14.048Z[ recovery-image] May 28 05:06:13.171 INFO O| May 28 05:06:13.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47002026-05-28T05:06:14.048Z[ recovery-image] May 28 05:06:13.172 INFO O| May 28 05:06:13.172 INFO STEP 22 (remove_files) COMPLETE
47012026-05-28T05:06:14.051Z[ recovery-image] May 28 05:06:13.172 INFO O| May 28 05:06:13.172 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-05-28T05:06:14.056Z[ recovery-image] May 28 05:06:13.179 INFO O| May 28 05:06:13.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47032026-05-28T05:06:14.056Z[ recovery-image] May 28 05:06:13.180 INFO O| May 28 05:06:13.180 INFO STEP 23 (remove_files) COMPLETE
47042026-05-28T05:06:14.059Z[ recovery-image] May 28 05:06:13.180 INFO O| May 28 05:06:13.180 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-05-28T05:06:14.064Z[ recovery-image] May 28 05:06:13.187 INFO O| May 28 05:06:13.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47062026-05-28T05:06:14.064Z[ recovery-image] May 28 05:06:13.187 INFO O| May 28 05:06:13.187 INFO STEP 24 (remove_files) COMPLETE
47072026-05-28T05:06:14.067Z[ recovery-image] May 28 05:06:13.187 INFO O| May 28 05:06:13.187 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-05-28T05:06:14.071Z[ recovery-image] May 28 05:06:13.195 INFO O| May 28 05:06:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47092026-05-28T05:06:14.071Z[ recovery-image] May 28 05:06:13.195 INFO O| May 28 05:06:13.195 INFO STEP 25 (remove_files) COMPLETE
47102026-05-28T05:06:14.075Z[ recovery-image] May 28 05:06:13.195 INFO O| May 28 05:06:13.195 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-05-28T05:06:14.080Z[ recovery-image] May 28 05:06:13.203 INFO O| May 28 05:06:13.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47122026-05-28T05:06:14.080Z[ recovery-image] May 28 05:06:13.203 INFO O| May 28 05:06:13.203 INFO STEP 26 (remove_files) COMPLETE
47132026-05-28T05:06:14.083Z[ recovery-image] May 28 05:06:13.203 INFO O| May 28 05:06:13.203 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-05-28T05:06:14.087Z[ recovery-image] May 28 05:06:13.211 INFO O| May 28 05:06:13.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47152026-05-28T05:06:14.087Z[ recovery-image] May 28 05:06:13.211 INFO O| May 28 05:06:13.211 INFO STEP 27 (remove_files) COMPLETE
47162026-05-28T05:06:14.091Z[ recovery-image] May 28 05:06:13.211 INFO O| May 28 05:06:13.211 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-05-28T05:06:14.095Z[ recovery-image] May 28 05:06:13.219 INFO O| May 28 05:06:13.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47182026-05-28T05:06:14.095Z[ recovery-image] May 28 05:06:13.219 INFO O| May 28 05:06:13.219 INFO STEP 28 (remove_files) COMPLETE
47192026-05-28T05:06:14.098Z[ recovery-image] May 28 05:06:13.219 INFO O| May 28 05:06:13.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-05-28T05:06:14.103Z[ recovery-image] May 28 05:06:13.227 INFO O| May 28 05:06:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47212026-05-28T05:06:14.103Z[ recovery-image] May 28 05:06:13.227 INFO O| May 28 05:06:13.227 INFO STEP 29 (remove_files) COMPLETE
47222026-05-28T05:06:14.103Z[ recovery-image] May 28 05:06:13.227 INFO O| May 28 05:06:13.227 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-05-28T05:06:14.112Z[ recovery-image] May 28 05:06:13.235 INFO O| May 28 05:06:13.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47242026-05-28T05:06:14.112Z[ recovery-image] May 28 05:06:13.235 INFO O| May 28 05:06:13.235 INFO STEP 30 (remove_files) COMPLETE
47252026-05-28T05:06:14.115Z[ recovery-image] May 28 05:06:13.235 INFO O| May 28 05:06:13.235 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-05-28T05:06:14.120Z[ recovery-image] May 28 05:06:13.244 INFO O| May 28 05:06:13.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47272026-05-28T05:06:14.120Z[ recovery-image] May 28 05:06:13.244 INFO O| May 28 05:06:13.244 INFO STEP 31 (remove_files) COMPLETE
47282026-05-28T05:06:14.123Z[ recovery-image] May 28 05:06:13.244 INFO O| May 28 05:06:13.244 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-05-28T05:06:14.129Z[ recovery-image] May 28 05:06:13.252 INFO O| May 28 05:06:13.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47302026-05-28T05:06:14.129Z[ recovery-image] May 28 05:06:13.252 INFO O| May 28 05:06:13.252 INFO STEP 32 (remove_files) COMPLETE
47312026-05-28T05:06:14.129Z[ recovery-image] May 28 05:06:13.252 INFO O| May 28 05:06:13.252 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-05-28T05:06:14.136Z[ recovery-image] May 28 05:06:13.260 INFO O| May 28 05:06:13.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47332026-05-28T05:06:14.136Z[ recovery-image] May 28 05:06:13.260 INFO O| May 28 05:06:13.260 INFO STEP 33 (remove_files) COMPLETE
47342026-05-28T05:06:14.136Z[ recovery-image] May 28 05:06:13.260 INFO O| May 28 05:06:13.260 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-05-28T05:06:14.144Z[ recovery-image] May 28 05:06:13.267 INFO O| May 28 05:06:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47362026-05-28T05:06:14.144Z[ recovery-image] May 28 05:06:13.267 INFO O| May 28 05:06:13.267 INFO STEP 34 (remove_files) COMPLETE
47372026-05-28T05:06:14.147Z[ recovery-image] May 28 05:06:13.267 INFO O| May 28 05:06:13.267 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-05-28T05:06:14.151Z[ recovery-image] May 28 05:06:13.274 INFO O| May 28 05:06:13.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47392026-05-28T05:06:14.151Z[ recovery-image] May 28 05:06:13.274 INFO O| May 28 05:06:13.274 INFO STEP 35 (remove_files) COMPLETE
47402026-05-28T05:06:14.155Z[ recovery-image] May 28 05:06:13.274 INFO O| May 28 05:06:13.274 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-05-28T05:06:14.158Z[ recovery-image] May 28 05:06:13.282 INFO O| May 28 05:06:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47422026-05-28T05:06:14.158Z[ recovery-image] May 28 05:06:13.282 INFO O| May 28 05:06:13.282 INFO STEP 36 (remove_files) COMPLETE
47432026-05-28T05:06:14.161Z[ recovery-image] May 28 05:06:13.282 INFO O| May 28 05:06:13.282 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-05-28T05:06:14.166Z[ recovery-image] May 28 05:06:13.290 INFO O| May 28 05:06:13.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47452026-05-28T05:06:14.166Z[ recovery-image] May 28 05:06:13.290 INFO O| May 28 05:06:13.290 INFO STEP 37 (remove_files) COMPLETE
47462026-05-28T05:06:14.170Z[ recovery-image] May 28 05:06:13.290 INFO O| May 28 05:06:13.290 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-05-28T05:06:14.175Z[ recovery-image] May 28 05:06:13.298 INFO O| May 28 05:06:13.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47482026-05-28T05:06:14.175Z[ recovery-image] May 28 05:06:13.299 INFO O| May 28 05:06:13.299 INFO STEP 38 (remove_files) COMPLETE
47492026-05-28T05:06:14.178Z[ recovery-image] May 28 05:06:13.299 INFO O| May 28 05:06:13.299 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-05-28T05:06:14.183Z[ recovery-image] May 28 05:06:13.306 INFO O| May 28 05:06:13.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47512026-05-28T05:06:14.183Z[ recovery-image] May 28 05:06:13.306 INFO O| May 28 05:06:13.306 INFO STEP 39 (remove_files) COMPLETE
47522026-05-28T05:06:14.186Z[ recovery-image] May 28 05:06:13.306 INFO O| May 28 05:06:13.306 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-05-28T05:06:14.190Z[ recovery-image] May 28 05:06:13.314 INFO O| May 28 05:06:13.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47542026-05-28T05:06:14.190Z[ recovery-image] May 28 05:06:13.314 INFO O| May 28 05:06:13.314 INFO STEP 40 (remove_files) COMPLETE
47552026-05-28T05:06:14.193Z[ recovery-image] May 28 05:06:13.314 INFO O| May 28 05:06:13.314 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-05-28T05:06:14.198Z[ recovery-image] May 28 05:06:13.322 INFO O| May 28 05:06:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47572026-05-28T05:06:14.198Z[ recovery-image] May 28 05:06:13.322 INFO O| May 28 05:06:13.322 INFO STEP 41 (remove_files) COMPLETE
47582026-05-28T05:06:14.201Z[ recovery-image] May 28 05:06:13.322 INFO O| May 28 05:06:13.322 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-05-28T05:06:14.206Z[ recovery-image] May 28 05:06:13.330 INFO O| May 28 05:06:13.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47602026-05-28T05:06:14.206Z[ recovery-image] May 28 05:06:13.330 INFO O| May 28 05:06:13.330 INFO STEP 42 (remove_files) COMPLETE
47612026-05-28T05:06:14.210Z[ recovery-image] May 28 05:06:13.330 INFO O| May 28 05:06:13.330 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-05-28T05:06:14.214Z[ recovery-image] May 28 05:06:13.338 INFO O| May 28 05:06:13.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47632026-05-28T05:06:14.214Z[ recovery-image] May 28 05:06:13.338 INFO O| May 28 05:06:13.338 INFO STEP 43 (remove_files) COMPLETE
47642026-05-28T05:06:14.218Z[ recovery-image] May 28 05:06:13.338 INFO O| May 28 05:06:13.338 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-05-28T05:06:14.223Z[ recovery-image] May 28 05:06:13.346 INFO O| May 28 05:06:13.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47662026-05-28T05:06:14.223Z[ recovery-image] May 28 05:06:13.347 INFO O| May 28 05:06:13.347 INFO STEP 44 (remove_files) COMPLETE
47672026-05-28T05:06:14.223Z[ recovery-image] May 28 05:06:13.347 INFO O| May 28 05:06:13.347 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-05-28T05:06:14.232Z[ recovery-image] May 28 05:06:13.356 INFO O| May 28 05:06:13.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47692026-05-28T05:06:14.233Z[ recovery-image] May 28 05:06:13.356 INFO O| May 28 05:06:13.356 INFO STEP 45 (remove_files) COMPLETE
47702026-05-28T05:06:14.233Z[ recovery-image] May 28 05:06:13.356 INFO O| May 28 05:06:13.356 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712026-05-28T05:06:14.244Z[ recovery-image] May 28 05:06:13.367 INFO O| May 28 05:06:13.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47722026-05-28T05:06:14.244Z[ recovery-image] May 28 05:06:13.367 INFO O| May 28 05:06:13.367 INFO STEP 46 (remove_files) COMPLETE
47732026-05-28T05:06:14.247Z[ recovery-image] May 28 05:06:13.367 INFO O| May 28 05:06:13.367 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-05-28T05:06:14.255Z[ recovery-image] May 28 05:06:13.378 INFO O| May 28 05:06:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47752026-05-28T05:06:14.255Z[ recovery-image] May 28 05:06:13.379 INFO O| May 28 05:06:13.379 INFO STEP 47 (remove_files) COMPLETE
47762026-05-28T05:06:14.258Z[ recovery-image] May 28 05:06:13.379 INFO O| May 28 05:06:13.379 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-05-28T05:06:14.265Z[ recovery-image] May 28 05:06:13.389 INFO O| May 28 05:06:13.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47782026-05-28T05:06:14.265Z[ recovery-image] May 28 05:06:13.389 INFO O| May 28 05:06:13.389 INFO STEP 48 (remove_files) COMPLETE
47792026-05-28T05:06:14.268Z[ recovery-image] May 28 05:06:13.389 INFO O| May 28 05:06:13.389 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802026-05-28T05:06:14.274Z[ recovery-image] May 28 05:06:13.398 INFO O| May 28 05:06:13.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47812026-05-28T05:06:14.274Z[ recovery-image] May 28 05:06:13.398 INFO O| May 28 05:06:13.398 INFO STEP 49 (remove_files) COMPLETE
47822026-05-28T05:06:14.277Z[ recovery-image] May 28 05:06:13.398 INFO O| May 28 05:06:13.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-05-28T05:06:14.283Z[ recovery-image] May 28 05:06:13.406 INFO O| May 28 05:06:13.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47842026-05-28T05:06:14.283Z[ recovery-image] May 28 05:06:13.407 INFO O| May 28 05:06:13.407 INFO STEP 50 (remove_files) COMPLETE
47852026-05-28T05:06:14.286Z[ recovery-image] May 28 05:06:13.407 INFO O| May 28 05:06:13.407 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-05-28T05:06:14.292Z[ recovery-image] May 28 05:06:13.415 INFO O| May 28 05:06:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47872026-05-28T05:06:14.292Z[ recovery-image] May 28 05:06:13.415 INFO O| May 28 05:06:13.415 INFO STEP 51 (remove_files) COMPLETE
47882026-05-28T05:06:14.292Z[ recovery-image] May 28 05:06:13.415 INFO O| May 28 05:06:13.415 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-05-28T05:06:14.300Z[ recovery-image] May 28 05:06:13.423 INFO O| May 28 05:06:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47902026-05-28T05:06:14.300Z[ recovery-image] May 28 05:06:13.423 INFO O| May 28 05:06:13.423 INFO STEP 52 (remove_files) COMPLETE
47912026-05-28T05:06:14.300Z[ recovery-image] May 28 05:06:13.423 INFO O| May 28 05:06:13.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-05-28T05:06:14.394Z[ recovery-image] May 28 05:06:13.432 INFO O| May 28 05:06:13.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47932026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.432 INFO O| May 28 05:06:13.432 INFO STEP 53 (remove_files) COMPLETE
47942026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.432 INFO O| May 28 05:06:13.432 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.440 INFO O| May 28 05:06:13.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47962026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.440 INFO O| May 28 05:06:13.440 INFO STEP 54 (remove_files) COMPLETE
47972026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.440 INFO O| May 28 05:06:13.440 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.449 INFO O| May 28 05:06:13.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47992026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.449 INFO O| May 28 05:06:13.449 INFO STEP 55 (remove_files) COMPLETE
48002026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.449 INFO O| May 28 05:06:13.449 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.459 INFO O| May 28 05:06:13.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48022026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.459 INFO O| May 28 05:06:13.459 INFO STEP 56 (remove_files) COMPLETE
48032026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.459 INFO O| May 28 05:06:13.459 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.478 INFO O| May 28 05:06:13.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48052026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.478 INFO O| May 28 05:06:13.478 INFO STEP 57 (remove_files) COMPLETE
48062026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.478 INFO O| May 28 05:06:13.478 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.489 INFO O| May 28 05:06:13.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48082026-05-28T05:06:14.395Z[ recovery-image] May 28 05:06:13.489 INFO O| May 28 05:06:13.489 INFO STEP 58 (remove_files) COMPLETE
48092026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.489 INFO O| May 28 05:06:13.489 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48112026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48122026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48132026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48142026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48152026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48162026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO ok!
48172026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO STEP 59 (ensure_file) COMPLETE
48182026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.499 INFO O| May 28 05:06:13.499 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48192026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.507 INFO O| May 28 05:06:13.507 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48202026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48212026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48222026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48232026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48242026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48252026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO ok!
48262026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO STEP 60 (ensure_file) COMPLETE
48272026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.508 INFO O| May 28 05:06:13.508 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48282026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48292026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48302026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48312026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO ok!
48322026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO STEP 61 (ensure_file) COMPLETE
48332026-05-28T05:06:14.396Z[ recovery-image] May 28 05:06:13.517 INFO O| May 28 05:06:13.517 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342026-05-28T05:06:14.403Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.526 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48352026-05-28T05:06:14.403Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.527 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48362026-05-28T05:06:14.406Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48372026-05-28T05:06:14.406Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.527 INFO ok!
48382026-05-28T05:06:14.406Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.527 INFO STEP 62 (ensure_file) COMPLETE
48392026-05-28T05:06:14.406Z[ recovery-image] May 28 05:06:13.527 INFO O| May 28 05:06:13.527 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48402026-05-28T05:06:14.412Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48412026-05-28T05:06:14.412Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48422026-05-28T05:06:14.414Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48432026-05-28T05:06:14.414Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48442026-05-28T05:06:14.414Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO ok!
48452026-05-28T05:06:14.414Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO STEP 63 (ensure_file) COMPLETE
48462026-05-28T05:06:14.414Z[ recovery-image] May 28 05:06:13.535 INFO O| May 28 05:06:13.535 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48472026-05-28T05:06:14.420Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48482026-05-28T05:06:14.420Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48492026-05-28T05:06:14.420Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48502026-05-28T05:06:14.423Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48512026-05-28T05:06:14.423Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO ok!
48522026-05-28T05:06:14.423Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO STEP 64 (ensure_file) COMPLETE
48532026-05-28T05:06:14.423Z[ recovery-image] May 28 05:06:13.543 INFO O| May 28 05:06:13.543 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-05-28T05:06:14.428Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48552026-05-28T05:06:14.428Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48562026-05-28T05:06:14.428Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48572026-05-28T05:06:14.432Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO ok!
48582026-05-28T05:06:14.432Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO STEP 65 (assemble_files) COMPLETE
48592026-05-28T05:06:14.432Z[ recovery-image] May 28 05:06:13.552 INFO O| May 28 05:06:13.552 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-05-28T05:06:14.436Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48612026-05-28T05:06:14.437Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48622026-05-28T05:06:14.437Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48632026-05-28T05:06:14.437Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48642026-05-28T05:06:14.437Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO ok!
48652026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO STEP 66 (ensure_file) COMPLETE
48662026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48672026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO skip step because feature "omicron1" is not enabled
48682026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48692026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO skip step because feature "omicron1" is not enabled
48702026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48712026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO skip step because feature "omicron1" is not enabled
48722026-05-28T05:06:14.440Z[ recovery-image] May 28 05:06:13.560 INFO O| May 28 05:06:13.560 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48732026-05-28T05:06:14.449Z[ recovery-image] May 28 05:06:13.572 INFO O| May 28 05:06:13.572 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48742026-05-28T05:06:14.449Z[ recovery-image] May 28 05:06:13.572 INFO O| May 28 05:06:13.572 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48752026-05-28T05:06:15.917Z[ recovery-image] May 28 05:06:15.040 INFO O| May 28 05:06:15.040 INFO STEP 70 (pack_tar) COMPLETE
48762026-05-28T05:06:15.917Z[ recovery-image] May 28 05:06:15.040 INFO O| May 28 05:06:15.040 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48772026-05-28T05:06:15.920Z[ recovery-image] May 28 05:06:15.040 INFO O| May 28 05:06:15.040 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48782026-05-28T05:06:16.407Z[ recovery-image] May 28 05:06:15.530 INFO O| May 28 05:06:15.530 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48792026-05-28T05:06:16.529Z[ recovery-image] May 28 05:06:15.653 INFO O| May 28 05:06:15.653 INFO completed processing sled/ramdisk-02-trim
48802026-05-28T05:06:16.533Z[ recovery-image] May 28 05:06:15.655 INFO image builder template: ramdisk-03-recovery-trim...
48812026-05-28T05:06:16.533Z[ recovery-image] May 28 05:06:15.655 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/.tmpvde0FR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None
48822026-05-28T05:06:16.536Z[ recovery-image] May 28 05:06:15.660 INFO O| May 28 05:06:15.660 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48832026-05-28T05:06:16.611Z[ recovery-image] May 28 05:06:15.734 INFO O| May 28 05:06:15.734 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48842026-05-28T05:06:16.614Z[ recovery-image] May 28 05:06:15.738 INFO O| May 28 05:06:15.738 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48852026-05-28T05:06:16.684Z[ recovery-image] May 28 05:06:15.808 INFO O| May 28 05:06:15.808 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48862026-05-28T05:06:16.741Z[ recovery-image] May 28 05:06:15.865 INFO O| May 28 05:06:15.865 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48872026-05-28T05:06:16.741Z[ recovery-image] May 28 05:06:15.865 INFO O| May 28 05:06:15.865 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48882026-05-28T05:06:16.748Z[ recovery-image] May 28 05:06:15.871 INFO O| May 28 05:06:15.871 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48892026-05-28T05:06:16.751Z[ recovery-image] May 28 05:06:15.875 INFO O| May 28 05:06:15.875 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48902026-05-28T05:06:16.755Z[ recovery-image] May 28 05:06:15.879 INFO O| May 28 05:06:15.879 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48912026-05-28T05:06:17.345Z[ recovery-image] May 28 05:06:16.465 INFO O| May 28 05:06:16.464 INFO rolled back to input snapshot; work may begin
48922026-05-28T05:06:17.345Z[ recovery-image] May 28 05:06:16.465 INFO O| May 28 05:06:16.464 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48932026-05-28T05:06:17.365Z[ recovery-image] May 28 05:06:16.470 INFO O| May 28 05:06:16.470 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48942026-05-28T05:06:17.369Z[ recovery-image] May 28 05:06:16.479 INFO O| May 28 05:06:16.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48952026-05-28T05:06:17.369Z[ recovery-image] May 28 05:06:16.491 INFO O| May 28 05:06:16.491 INFO STEP 0 (remove_files) COMPLETE
48962026-05-28T05:06:17.369Z[ recovery-image] May 28 05:06:16.491 INFO O| May 28 05:06:16.491 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48972026-05-28T05:06:17.384Z[ recovery-image] May 28 05:06:16.500 INFO O| May 28 05:06:16.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48982026-05-28T05:06:17.441Z[ recovery-image] May 28 05:06:16.564 INFO O| May 28 05:06:16.564 INFO STEP 1 (remove_files) COMPLETE
48992026-05-28T05:06:17.441Z[ recovery-image] May 28 05:06:16.564 INFO O| May 28 05:06:16.564 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49002026-05-28T05:06:17.451Z[ recovery-image] May 28 05:06:16.574 INFO O| May 28 05:06:16.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49012026-05-28T05:06:17.454Z[ recovery-image] May 28 05:06:16.576 INFO O| May 28 05:06:16.576 INFO STEP 2 (remove_files) COMPLETE
49022026-05-28T05:06:17.454Z[ recovery-image] May 28 05:06:16.576 INFO O| May 28 05:06:16.576 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49032026-05-28T05:06:17.462Z[ recovery-image] May 28 05:06:16.585 INFO O| May 28 05:06:16.585 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49042026-05-28T05:06:17.497Z[ recovery-image] May 28 05:06:16.620 INFO O| May 28 05:06:16.620 INFO STEP 3 (remove_files) COMPLETE
49052026-05-28T05:06:17.497Z[ recovery-image] May 28 05:06:16.620 INFO O| May 28 05:06:16.620 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49062026-05-28T05:06:17.507Z[ recovery-image] May 28 05:06:16.630 INFO O| May 28 05:06:16.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49072026-05-28T05:06:17.529Z[ recovery-image] May 28 05:06:16.653 INFO O| May 28 05:06:16.653 INFO STEP 4 (remove_files) COMPLETE
49082026-05-28T05:06:17.529Z[ recovery-image] May 28 05:06:16.653 INFO O| May 28 05:06:16.653 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49092026-05-28T05:06:17.540Z[ recovery-image] May 28 05:06:16.664 INFO O| May 28 05:06:16.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49102026-05-28T05:06:17.544Z[ recovery-image] May 28 05:06:16.666 INFO O| May 28 05:06:16.666 INFO STEP 5 (remove_files) COMPLETE
49112026-05-28T05:06:17.544Z[ recovery-image] May 28 05:06:16.666 INFO O| May 28 05:06:16.666 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49122026-05-28T05:06:17.552Z[ recovery-image] May 28 05:06:16.675 INFO O| May 28 05:06:16.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49132026-05-28T05:06:17.575Z[ recovery-image] May 28 05:06:16.698 INFO O| May 28 05:06:16.698 INFO STEP 6 (remove_files) COMPLETE
49142026-05-28T05:06:17.575Z[ recovery-image] May 28 05:06:16.698 INFO O| May 28 05:06:16.698 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49152026-05-28T05:06:17.585Z[ recovery-image] May 28 05:06:16.709 INFO O| May 28 05:06:16.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49162026-05-28T05:06:17.642Z[ recovery-image] May 28 05:06:16.765 INFO O| May 28 05:06:16.765 INFO STEP 7 (remove_files) COMPLETE
49172026-05-28T05:06:17.642Z[ recovery-image] May 28 05:06:16.766 INFO O| May 28 05:06:16.765 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49182026-05-28T05:06:17.653Z[ recovery-image] May 28 05:06:16.776 INFO O| May 28 05:06:16.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49192026-05-28T05:06:17.677Z[ recovery-image] May 28 05:06:16.801 INFO O| May 28 05:06:16.801 INFO STEP 8 (remove_files) COMPLETE
49202026-05-28T05:06:17.678Z[ recovery-image] May 28 05:06:16.801 INFO O| May 28 05:06:16.801 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49212026-05-28T05:06:17.687Z[ recovery-image] May 28 05:06:16.811 INFO O| May 28 05:06:16.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49222026-05-28T05:06:17.690Z[ recovery-image] May 28 05:06:16.811 INFO O| May 28 05:06:16.811 INFO STEP 9 (remove_files) COMPLETE
49232026-05-28T05:06:17.690Z[ recovery-image] May 28 05:06:16.811 INFO O| May 28 05:06:16.811 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49242026-05-28T05:06:17.697Z[ recovery-image] May 28 05:06:16.821 INFO O| May 28 05:06:16.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49252026-05-28T05:06:18.032Z[ recovery-image] May 28 05:06:17.155 INFO O| May 28 05:06:17.154 INFO STEP 10 (remove_files) COMPLETE
49262026-05-28T05:06:18.032Z[ recovery-image] May 28 05:06:17.155 INFO O| May 28 05:06:17.155 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-05-28T05:06:18.041Z[ recovery-image] May 28 05:06:17.164 INFO O| May 28 05:06:17.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49282026-05-28T05:06:18.051Z[ recovery-image] May 28 05:06:17.174 INFO O| May 28 05:06:17.174 INFO STEP 11 (remove_files) COMPLETE
49292026-05-28T05:06:18.051Z[ recovery-image] May 28 05:06:17.174 INFO O| May 28 05:06:17.174 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-05-28T05:06:18.060Z[ recovery-image] May 28 05:06:17.183 INFO O| May 28 05:06:17.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49312026-05-28T05:06:18.063Z[ recovery-image] May 28 05:06:17.186 INFO O| May 28 05:06:17.186 INFO STEP 12 (remove_files) COMPLETE
49322026-05-28T05:06:18.063Z[ recovery-image] May 28 05:06:17.186 INFO O| May 28 05:06:17.186 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-05-28T05:06:18.070Z[ recovery-image] May 28 05:06:17.194 INFO O| May 28 05:06:17.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49342026-05-28T05:06:18.073Z[ recovery-image] May 28 05:06:17.195 INFO O| May 28 05:06:17.194 INFO STEP 13 (remove_files) COMPLETE
49352026-05-28T05:06:18.073Z[ recovery-image] May 28 05:06:17.195 INFO O| May 28 05:06:17.195 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-05-28T05:06:18.078Z[ recovery-image] May 28 05:06:17.202 INFO O| May 28 05:06:17.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49372026-05-28T05:06:18.082Z[ recovery-image] May 28 05:06:17.203 INFO O| May 28 05:06:17.203 INFO STEP 14 (remove_files) COMPLETE
49382026-05-28T05:06:18.082Z[ recovery-image] May 28 05:06:17.203 INFO O| May 28 05:06:17.203 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-05-28T05:06:18.100Z[ recovery-image] May 28 05:06:17.212 INFO O| May 28 05:06:17.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49402026-05-28T05:06:18.305Z[ recovery-image] May 28 05:06:17.428 INFO O| May 28 05:06:17.428 INFO STEP 15 (remove_files) COMPLETE
49412026-05-28T05:06:18.305Z[ recovery-image] May 28 05:06:17.428 INFO O| May 28 05:06:17.428 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-05-28T05:06:18.314Z[ recovery-image] May 28 05:06:17.437 INFO O| May 28 05:06:17.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49432026-05-28T05:06:18.314Z[ recovery-image] May 28 05:06:17.437 INFO O| May 28 05:06:17.437 INFO STEP 16 (remove_files) COMPLETE
49442026-05-28T05:06:18.315Z[ recovery-image] May 28 05:06:17.437 INFO O| May 28 05:06:17.437 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-05-28T05:06:18.322Z[ recovery-image] May 28 05:06:17.446 INFO O| May 28 05:06:17.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49462026-05-28T05:06:18.322Z[ recovery-image] May 28 05:06:17.446 INFO O| May 28 05:06:17.446 INFO STEP 17 (remove_files) COMPLETE
49472026-05-28T05:06:18.322Z[ recovery-image] May 28 05:06:17.446 INFO O| May 28 05:06:17.446 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-05-28T05:06:18.331Z[ recovery-image] May 28 05:06:17.454 INFO O| May 28 05:06:17.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49492026-05-28T05:06:18.525Z[ recovery-image] May 28 05:06:17.647 INFO O| May 28 05:06:17.647 INFO STEP 18 (remove_files) COMPLETE
49502026-05-28T05:06:18.525Z[ recovery-image] May 28 05:06:17.647 INFO O| May 28 05:06:17.647 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-05-28T05:06:18.533Z[ recovery-image] May 28 05:06:17.657 INFO O| May 28 05:06:17.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49522026-05-28T05:06:18.563Z[ recovery-image] May 28 05:06:17.687 INFO O| May 28 05:06:17.687 INFO STEP 19 (remove_files) COMPLETE
49532026-05-28T05:06:18.564Z[ recovery-image] May 28 05:06:17.687 INFO O| May 28 05:06:17.687 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-05-28T05:06:18.575Z[ recovery-image] May 28 05:06:17.697 INFO O| May 28 05:06:17.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49552026-05-28T05:06:18.582Z[ recovery-image] May 28 05:06:17.706 INFO O| May 28 05:06:17.706 INFO STEP 20 (remove_files) COMPLETE
49562026-05-28T05:06:18.582Z[ recovery-image] May 28 05:06:17.706 INFO O| May 28 05:06:17.706 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-05-28T05:06:18.592Z[ recovery-image] May 28 05:06:17.715 INFO O| May 28 05:06:17.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49582026-05-28T05:06:18.595Z[ recovery-image] May 28 05:06:17.717 INFO O| May 28 05:06:17.717 INFO STEP 21 (remove_files) COMPLETE
49592026-05-28T05:06:18.595Z[ recovery-image] May 28 05:06:17.717 INFO O| May 28 05:06:17.717 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-05-28T05:06:18.601Z[ recovery-image] May 28 05:06:17.725 INFO O| May 28 05:06:17.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49612026-05-28T05:06:18.601Z[ recovery-image] May 28 05:06:17.725 INFO O| May 28 05:06:17.725 INFO STEP 22 (remove_files) COMPLETE
49622026-05-28T05:06:18.601Z[ recovery-image] May 28 05:06:17.725 INFO O| May 28 05:06:17.725 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-05-28T05:06:18.608Z[ recovery-image] May 28 05:06:17.732 INFO O| May 28 05:06:17.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49642026-05-28T05:06:18.609Z[ recovery-image] May 28 05:06:17.732 INFO O| May 28 05:06:17.732 INFO STEP 23 (remove_files) COMPLETE
49652026-05-28T05:06:18.609Z[ recovery-image] May 28 05:06:17.732 INFO O| May 28 05:06:17.732 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-05-28T05:06:18.626Z[ recovery-image] May 28 05:06:17.739 INFO O| May 28 05:06:17.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49672026-05-28T05:06:18.627Z[ recovery-image] May 28 05:06:17.739 INFO O| May 28 05:06:17.739 INFO STEP 24 (remove_files) COMPLETE
49682026-05-28T05:06:18.634Z[ recovery-image] May 28 05:06:17.739 INFO O| May 28 05:06:17.739 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-05-28T05:06:18.634Z[ recovery-image] May 28 05:06:17.753 INFO O| May 28 05:06:17.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49702026-05-28T05:06:18.654Z[ recovery-image] May 28 05:06:17.777 INFO O| May 28 05:06:17.777 INFO STEP 25 (remove_files) COMPLETE
49712026-05-28T05:06:18.654Z[ recovery-image] May 28 05:06:17.777 INFO O| May 28 05:06:17.777 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-05-28T05:06:18.664Z[ recovery-image] May 28 05:06:17.787 INFO O| May 28 05:06:17.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49732026-05-28T05:06:18.664Z[ recovery-image] May 28 05:06:17.787 INFO O| May 28 05:06:17.787 INFO STEP 26 (remove_files) COMPLETE
49742026-05-28T05:06:18.668Z[ recovery-image] May 28 05:06:17.787 INFO O| May 28 05:06:17.787 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-05-28T05:06:18.672Z[ recovery-image] May 28 05:06:17.795 INFO O| May 28 05:06:17.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49762026-05-28T05:06:18.696Z[ recovery-image] May 28 05:06:17.818 INFO O| May 28 05:06:17.818 INFO STEP 27 (remove_files) COMPLETE
49772026-05-28T05:06:18.696Z[ recovery-image] May 28 05:06:17.818 INFO O| May 28 05:06:17.818 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-05-28T05:06:18.706Z[ recovery-image] May 28 05:06:17.829 INFO O| May 28 05:06:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49792026-05-28T05:06:18.706Z[ recovery-image] May 28 05:06:17.829 INFO O| May 28 05:06:17.829 INFO STEP 28 (remove_files) COMPLETE
49802026-05-28T05:06:18.706Z[ recovery-image] May 28 05:06:17.829 INFO O| May 28 05:06:17.829 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-05-28T05:06:18.717Z[ recovery-image] May 28 05:06:17.839 INFO O| May 28 05:06:17.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49822026-05-28T05:06:18.717Z[ recovery-image] May 28 05:06:17.839 INFO O| May 28 05:06:17.839 INFO STEP 29 (remove_files) COMPLETE
49832026-05-28T05:06:18.717Z[ recovery-image] May 28 05:06:17.839 INFO O| May 28 05:06:17.839 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-05-28T05:06:18.723Z[ recovery-image] May 28 05:06:17.846 INFO O| May 28 05:06:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49852026-05-28T05:06:18.723Z[ recovery-image] May 28 05:06:17.846 INFO O| May 28 05:06:17.846 INFO STEP 30 (remove_files) COMPLETE
49862026-05-28T05:06:18.723Z[ recovery-image] May 28 05:06:17.846 INFO O| May 28 05:06:17.846 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-05-28T05:06:18.732Z[ recovery-image] May 28 05:06:17.856 INFO O| May 28 05:06:17.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49882026-05-28T05:06:18.733Z[ recovery-image] May 28 05:06:17.856 INFO O| May 28 05:06:17.856 INFO STEP 31 (remove_files) COMPLETE
49892026-05-28T05:06:18.736Z[ recovery-image] May 28 05:06:17.856 INFO O| May 28 05:06:17.856 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-05-28T05:06:18.740Z[ recovery-image] May 28 05:06:17.863 INFO O| May 28 05:06:17.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49912026-05-28T05:06:18.762Z[ recovery-image] May 28 05:06:17.886 INFO O| May 28 05:06:17.886 INFO STEP 32 (remove_files) COMPLETE
49922026-05-28T05:06:18.762Z[ recovery-image] May 28 05:06:17.886 INFO O| May 28 05:06:17.886 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-05-28T05:06:18.772Z[ recovery-image] May 28 05:06:17.895 INFO O| May 28 05:06:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49942026-05-28T05:06:18.772Z[ recovery-image] May 28 05:06:17.895 INFO O| May 28 05:06:17.895 INFO STEP 33 (remove_files) COMPLETE
49952026-05-28T05:06:18.772Z[ recovery-image] May 28 05:06:17.895 INFO O| May 28 05:06:17.895 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-05-28T05:06:18.781Z[ recovery-image] May 28 05:06:17.904 INFO O| May 28 05:06:17.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49972026-05-28T05:06:18.781Z[ recovery-image] May 28 05:06:17.904 INFO O| May 28 05:06:17.904 INFO STEP 34 (remove_files) COMPLETE
49982026-05-28T05:06:18.781Z[ recovery-image] May 28 05:06:17.904 INFO O| May 28 05:06:17.904 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-05-28T05:06:18.789Z[ recovery-image] May 28 05:06:17.912 INFO O| May 28 05:06:17.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50002026-05-28T05:06:18.789Z[ recovery-image] May 28 05:06:17.912 INFO O| May 28 05:06:17.912 INFO STEP 35 (remove_files) COMPLETE
50012026-05-28T05:06:18.792Z[ recovery-image] May 28 05:06:17.912 INFO O| May 28 05:06:17.912 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-05-28T05:06:18.796Z[ recovery-image] May 28 05:06:17.920 INFO O| May 28 05:06:17.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50032026-05-28T05:06:18.796Z[ recovery-image] May 28 05:06:17.920 INFO O| May 28 05:06:17.920 INFO STEP 36 (remove_files) COMPLETE
50042026-05-28T05:06:18.800Z[ recovery-image] May 28 05:06:17.920 INFO O| May 28 05:06:17.920 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-05-28T05:06:18.804Z[ recovery-image] May 28 05:06:17.927 INFO O| May 28 05:06:17.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50062026-05-28T05:06:18.804Z[ recovery-image] May 28 05:06:17.928 INFO O| May 28 05:06:17.927 INFO STEP 37 (remove_files) COMPLETE
50072026-05-28T05:06:18.807Z[ recovery-image] May 28 05:06:17.928 INFO O| May 28 05:06:17.927 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-05-28T05:06:18.812Z[ recovery-image] May 28 05:06:17.935 INFO O| May 28 05:06:17.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50092026-05-28T05:06:18.812Z[ recovery-image] May 28 05:06:17.935 INFO O| May 28 05:06:17.935 INFO STEP 38 (remove_files) COMPLETE
50102026-05-28T05:06:18.815Z[ recovery-image] May 28 05:06:17.935 INFO O| May 28 05:06:17.935 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-05-28T05:06:18.820Z[ recovery-image] May 28 05:06:17.943 INFO O| May 28 05:06:17.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50122026-05-28T05:06:18.820Z[ recovery-image] May 28 05:06:17.943 INFO O| May 28 05:06:17.943 INFO STEP 39 (remove_files) COMPLETE
50132026-05-28T05:06:18.820Z[ recovery-image] May 28 05:06:17.943 INFO O| May 28 05:06:17.943 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-05-28T05:06:18.828Z[ recovery-image] May 28 05:06:17.951 INFO O| May 28 05:06:17.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50152026-05-28T05:06:18.828Z[ recovery-image] May 28 05:06:17.952 INFO O| May 28 05:06:17.951 INFO STEP 40 (remove_files) COMPLETE
50162026-05-28T05:06:18.832Z[ recovery-image] May 28 05:06:17.952 INFO O| May 28 05:06:17.951 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-05-28T05:06:18.836Z[ recovery-image] May 28 05:06:17.960 INFO O| May 28 05:06:17.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50182026-05-28T05:06:18.836Z[ recovery-image] May 28 05:06:17.960 INFO O| May 28 05:06:17.960 INFO STEP 41 (remove_files) COMPLETE
50192026-05-28T05:06:18.837Z[ recovery-image] May 28 05:06:17.960 INFO O| May 28 05:06:17.960 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-05-28T05:06:18.845Z[ recovery-image] May 28 05:06:17.968 INFO O| May 28 05:06:17.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50212026-05-28T05:06:18.845Z[ recovery-image] May 28 05:06:17.968 INFO O| May 28 05:06:17.968 INFO STEP 42 (remove_files) COMPLETE
50222026-05-28T05:06:18.849Z[ recovery-image] May 28 05:06:17.968 INFO O| May 28 05:06:17.968 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-05-28T05:06:18.853Z[ recovery-image] May 28 05:06:17.976 INFO O| May 28 05:06:17.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50242026-05-28T05:06:18.853Z[ recovery-image] May 28 05:06:17.976 INFO O| May 28 05:06:17.976 INFO STEP 43 (remove_files) COMPLETE
50252026-05-28T05:06:18.858Z[ recovery-image] May 28 05:06:17.976 INFO O| May 28 05:06:17.976 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-05-28T05:06:18.861Z[ recovery-image] May 28 05:06:17.984 INFO O| May 28 05:06:17.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50272026-05-28T05:06:18.861Z[ recovery-image] May 28 05:06:17.984 INFO O| May 28 05:06:17.984 INFO STEP 44 (remove_files) COMPLETE
50282026-05-28T05:06:18.861Z[ recovery-image] May 28 05:06:17.984 INFO O| May 28 05:06:17.984 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-05-28T05:06:18.872Z[ recovery-image] May 28 05:06:17.995 INFO O| May 28 05:06:17.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50302026-05-28T05:06:18.872Z[ recovery-image] May 28 05:06:17.995 INFO O| May 28 05:06:17.995 INFO STEP 45 (remove_files) COMPLETE
50312026-05-28T05:06:18.875Z[ recovery-image] May 28 05:06:17.995 INFO O| May 28 05:06:17.995 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-05-28T05:06:18.881Z[ recovery-image] May 28 05:06:18.003 INFO O| May 28 05:06:18.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50332026-05-28T05:06:18.881Z[ recovery-image] May 28 05:06:18.003 INFO O| May 28 05:06:18.003 INFO STEP 46 (remove_files) COMPLETE
50342026-05-28T05:06:18.885Z[ recovery-image] May 28 05:06:18.003 INFO O| May 28 05:06:18.003 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-05-28T05:06:18.888Z[ recovery-image] May 28 05:06:18.011 INFO O| May 28 05:06:18.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50362026-05-28T05:06:18.888Z[ recovery-image] May 28 05:06:18.011 INFO O| May 28 05:06:18.011 INFO STEP 47 (remove_files) COMPLETE
50372026-05-28T05:06:18.888Z[ recovery-image] May 28 05:06:18.011 INFO O| May 28 05:06:18.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-05-28T05:06:18.895Z[ recovery-image] May 28 05:06:18.019 INFO O| May 28 05:06:18.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50392026-05-28T05:06:18.909Z[ recovery-image] May 28 05:06:18.033 INFO O| May 28 05:06:18.033 INFO STEP 48 (remove_files) COMPLETE
50402026-05-28T05:06:18.909Z[ recovery-image] May 28 05:06:18.033 INFO O| May 28 05:06:18.033 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-05-28T05:06:18.945Z[ recovery-image] May 28 05:06:18.068 INFO O| May 28 05:06:18.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50422026-05-28T05:06:18.948Z[ recovery-image] May 28 05:06:18.069 INFO O| May 28 05:06:18.069 INFO STEP 49 (remove_files) COMPLETE
50432026-05-28T05:06:18.949Z[ recovery-image] May 28 05:06:18.069 INFO O| May 28 05:06:18.069 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-05-28T05:06:18.955Z[ recovery-image] May 28 05:06:18.078 INFO O| May 28 05:06:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50452026-05-28T05:06:18.955Z[ recovery-image] May 28 05:06:18.079 INFO O| May 28 05:06:18.079 INFO STEP 50 (remove_files) COMPLETE
50462026-05-28T05:06:18.958Z[ recovery-image] May 28 05:06:18.079 INFO O| May 28 05:06:18.079 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-05-28T05:06:18.964Z[ recovery-image] May 28 05:06:18.088 INFO O| May 28 05:06:18.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50482026-05-28T05:06:18.967Z[ recovery-image] May 28 05:06:18.088 INFO O| May 28 05:06:18.088 INFO STEP 51 (remove_files) COMPLETE
50492026-05-28T05:06:18.968Z[ recovery-image] May 28 05:06:18.088 INFO O| May 28 05:06:18.088 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-05-28T05:06:19.025Z[ recovery-image] May 28 05:06:18.097 INFO O| May 28 05:06:18.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50512026-05-28T05:06:19.025Z[ recovery-image] May 28 05:06:18.097 INFO O| May 28 05:06:18.097 INFO STEP 52 (remove_files) COMPLETE
50522026-05-28T05:06:19.025Z[ recovery-image] May 28 05:06:18.097 INFO O| May 28 05:06:18.097 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.108 INFO O| May 28 05:06:18.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50542026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.108 INFO O| May 28 05:06:18.108 INFO STEP 53 (remove_files) COMPLETE
50552026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.108 INFO O| May 28 05:06:18.108 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.118 INFO O| May 28 05:06:18.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50572026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.118 INFO O| May 28 05:06:18.118 INFO STEP 54 (remove_files) COMPLETE
50582026-05-28T05:06:19.030Z[ recovery-image] May 28 05:06:18.118 INFO O| May 28 05:06:18.118 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.128 INFO O| May 28 05:06:18.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50602026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.128 INFO O| May 28 05:06:18.128 INFO STEP 55 (remove_files) COMPLETE
50612026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.128 INFO O| May 28 05:06:18.128 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.138 INFO O| May 28 05:06:18.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50632026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.138 INFO O| May 28 05:06:18.138 INFO STEP 56 (remove_files) COMPLETE
50642026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.138 INFO O| May 28 05:06:18.138 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.147 INFO O| May 28 05:06:18.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50662026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.147 INFO O| May 28 05:06:18.147 INFO STEP 57 (remove_files) COMPLETE
50672026-05-28T05:06:19.031Z[ recovery-image] May 28 05:06:18.147 INFO O| May 28 05:06:18.147 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-05-28T05:06:19.035Z[ recovery-image] May 28 05:06:18.155 INFO O| May 28 05:06:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50692026-05-28T05:06:19.035Z[ recovery-image] May 28 05:06:18.155 INFO O| May 28 05:06:18.155 INFO STEP 58 (remove_files) COMPLETE
50702026-05-28T05:06:19.035Z[ recovery-image] May 28 05:06:18.155 INFO O| May 28 05:06:18.155 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-05-28T05:06:19.040Z[ recovery-image] May 28 05:06:18.164 INFO O| May 28 05:06:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50722026-05-28T05:06:19.040Z[ recovery-image] May 28 05:06:18.164 INFO O| May 28 05:06:18.164 INFO STEP 59 (remove_files) COMPLETE
50732026-05-28T05:06:19.044Z[ recovery-image] May 28 05:06:18.164 INFO O| May 28 05:06:18.164 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-05-28T05:06:19.048Z[ recovery-image] May 28 05:06:18.172 INFO O| May 28 05:06:18.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50752026-05-28T05:06:19.048Z[ recovery-image] May 28 05:06:18.172 INFO O| May 28 05:06:18.172 INFO STEP 60 (remove_files) COMPLETE
50762026-05-28T05:06:19.049Z[ recovery-image] May 28 05:06:18.172 INFO O| May 28 05:06:18.172 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-05-28T05:06:19.056Z[ recovery-image] May 28 05:06:18.180 INFO O| May 28 05:06:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50782026-05-28T05:06:19.057Z[ recovery-image] May 28 05:06:18.180 INFO O| May 28 05:06:18.180 INFO STEP 61 (remove_files) COMPLETE
50792026-05-28T05:06:19.060Z[ recovery-image] May 28 05:06:18.180 INFO O| May 28 05:06:18.180 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-05-28T05:06:19.065Z[ recovery-image] May 28 05:06:18.188 INFO O| May 28 05:06:18.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50812026-05-28T05:06:19.068Z[ recovery-image] May 28 05:06:18.189 INFO O| May 28 05:06:18.189 INFO STEP 62 (remove_files) COMPLETE
50822026-05-28T05:06:19.068Z[ recovery-image] May 28 05:06:18.189 INFO O| May 28 05:06:18.189 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-05-28T05:06:19.075Z[ recovery-image] May 28 05:06:18.197 INFO O| May 28 05:06:18.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50842026-05-28T05:06:19.075Z[ recovery-image] May 28 05:06:18.197 INFO O| May 28 05:06:18.197 INFO STEP 63 (remove_files) COMPLETE
50852026-05-28T05:06:19.098Z[ recovery-image] May 28 05:06:18.197 INFO O| May 28 05:06:18.197 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-05-28T05:06:19.101Z[ recovery-image] May 28 05:06:18.205 INFO O| May 28 05:06:18.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50872026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.205 INFO O| May 28 05:06:18.205 INFO STEP 64 (remove_files) COMPLETE
50882026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.205 INFO O| May 28 05:06:18.205 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.212 INFO O| May 28 05:06:18.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50902026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.213 INFO O| May 28 05:06:18.212 INFO STEP 65 (remove_files) COMPLETE
50912026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.213 INFO O| May 28 05:06:18.212 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.220 INFO O| May 28 05:06:18.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50932026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.220 INFO O| May 28 05:06:18.220 INFO STEP 66 (remove_files) COMPLETE
50942026-05-28T05:06:19.102Z[ recovery-image] May 28 05:06:18.220 INFO O| May 28 05:06:18.220 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-05-28T05:06:19.106Z[ recovery-image] May 28 05:06:18.228 INFO O| May 28 05:06:18.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50962026-05-28T05:06:19.106Z[ recovery-image] May 28 05:06:18.228 INFO O| May 28 05:06:18.228 INFO STEP 67 (remove_files) COMPLETE
50972026-05-28T05:06:19.106Z[ recovery-image] May 28 05:06:18.228 INFO O| May 28 05:06:18.228 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-05-28T05:06:19.112Z[ recovery-image] May 28 05:06:18.235 INFO O| May 28 05:06:18.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50992026-05-28T05:06:19.112Z[ recovery-image] May 28 05:06:18.236 INFO O| May 28 05:06:18.236 INFO STEP 68 (remove_files) COMPLETE
51002026-05-28T05:06:19.112Z[ recovery-image] May 28 05:06:18.236 INFO O| May 28 05:06:18.236 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-05-28T05:06:19.120Z[ recovery-image] May 28 05:06:18.243 INFO O| May 28 05:06:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51022026-05-28T05:06:19.120Z[ recovery-image] May 28 05:06:18.243 INFO O| May 28 05:06:18.243 INFO STEP 69 (remove_files) COMPLETE
51032026-05-28T05:06:19.120Z[ recovery-image] May 28 05:06:18.243 INFO O| May 28 05:06:18.243 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-05-28T05:06:19.127Z[ recovery-image] May 28 05:06:18.251 INFO O| May 28 05:06:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51052026-05-28T05:06:19.128Z[ recovery-image] May 28 05:06:18.251 INFO O| May 28 05:06:18.251 INFO STEP 70 (remove_files) COMPLETE
51062026-05-28T05:06:19.130Z[ recovery-image] May 28 05:06:18.251 INFO O| May 28 05:06:18.251 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-05-28T05:06:19.135Z[ recovery-image] May 28 05:06:18.259 INFO O| May 28 05:06:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51082026-05-28T05:06:19.135Z[ recovery-image] May 28 05:06:18.259 INFO O| May 28 05:06:18.259 INFO STEP 71 (remove_files) COMPLETE
51092026-05-28T05:06:19.135Z[ recovery-image] May 28 05:06:18.259 INFO O| May 28 05:06:18.259 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-05-28T05:06:19.144Z[ recovery-image] May 28 05:06:18.267 INFO O| May 28 05:06:18.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51112026-05-28T05:06:19.144Z[ recovery-image] May 28 05:06:18.267 INFO O| May 28 05:06:18.267 INFO STEP 72 (remove_files) COMPLETE
51122026-05-28T05:06:19.147Z[ recovery-image] May 28 05:06:18.267 INFO O| May 28 05:06:18.267 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-05-28T05:06:19.152Z[ recovery-image] May 28 05:06:18.276 INFO O| May 28 05:06:18.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51142026-05-28T05:06:19.153Z[ recovery-image] May 28 05:06:18.276 INFO O| May 28 05:06:18.276 INFO STEP 73 (remove_files) COMPLETE
51152026-05-28T05:06:19.156Z[ recovery-image] May 28 05:06:18.276 INFO O| May 28 05:06:18.276 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-05-28T05:06:19.161Z[ recovery-image] May 28 05:06:18.284 INFO O| May 28 05:06:18.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51172026-05-28T05:06:19.161Z[ recovery-image] May 28 05:06:18.285 INFO O| May 28 05:06:18.285 INFO STEP 74 (remove_files) COMPLETE
51182026-05-28T05:06:19.161Z[ recovery-image] May 28 05:06:18.285 INFO O| May 28 05:06:18.285 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-05-28T05:06:19.170Z[ recovery-image] May 28 05:06:18.293 INFO O| May 28 05:06:18.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51202026-05-28T05:06:19.170Z[ recovery-image] May 28 05:06:18.293 INFO O| May 28 05:06:18.293 INFO STEP 75 (remove_files) COMPLETE
51212026-05-28T05:06:19.170Z[ recovery-image] May 28 05:06:18.293 INFO O| May 28 05:06:18.293 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-05-28T05:06:19.178Z[ recovery-image] May 28 05:06:18.302 INFO O| May 28 05:06:18.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51232026-05-28T05:06:19.178Z[ recovery-image] May 28 05:06:18.302 INFO O| May 28 05:06:18.302 INFO STEP 76 (remove_files) COMPLETE
51242026-05-28T05:06:19.183Z[ recovery-image] May 28 05:06:18.302 INFO O| May 28 05:06:18.302 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-05-28T05:06:19.186Z[ recovery-image] May 28 05:06:18.310 INFO O| May 28 05:06:18.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51262026-05-28T05:06:19.186Z[ recovery-image] May 28 05:06:18.310 INFO O| May 28 05:06:18.310 INFO STEP 77 (remove_files) COMPLETE
51272026-05-28T05:06:19.189Z[ recovery-image] May 28 05:06:18.310 INFO O| May 28 05:06:18.310 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-05-28T05:06:19.197Z[ recovery-image] May 28 05:06:18.318 INFO O| May 28 05:06:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51292026-05-28T05:06:19.198Z[ recovery-image] May 28 05:06:18.318 INFO O| May 28 05:06:18.318 INFO STEP 78 (remove_files) COMPLETE
51302026-05-28T05:06:19.198Z[ recovery-image] May 28 05:06:18.318 INFO O| May 28 05:06:18.318 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-05-28T05:06:19.202Z[ recovery-image] May 28 05:06:18.325 INFO O| May 28 05:06:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51322026-05-28T05:06:19.202Z[ recovery-image] May 28 05:06:18.325 INFO O| May 28 05:06:18.325 INFO STEP 79 (remove_files) COMPLETE
51332026-05-28T05:06:19.202Z[ recovery-image] May 28 05:06:18.325 INFO O| May 28 05:06:18.325 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-05-28T05:06:19.211Z[ recovery-image] May 28 05:06:18.335 INFO O| May 28 05:06:18.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51352026-05-28T05:06:19.211Z[ recovery-image] May 28 05:06:18.335 INFO O| May 28 05:06:18.335 INFO STEP 80 (remove_files) COMPLETE
51362026-05-28T05:06:19.211Z[ recovery-image] May 28 05:06:18.335 INFO O| May 28 05:06:18.335 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-05-28T05:06:19.225Z[ recovery-image] May 28 05:06:18.348 INFO O| May 28 05:06:18.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51382026-05-28T05:06:19.225Z[ recovery-image] May 28 05:06:18.348 INFO O| May 28 05:06:18.348 INFO STEP 81 (remove_files) COMPLETE
51392026-05-28T05:06:19.225Z[ recovery-image] May 28 05:06:18.348 INFO O| May 28 05:06:18.348 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-05-28T05:06:19.234Z[ recovery-image] May 28 05:06:18.357 INFO O| May 28 05:06:18.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51412026-05-28T05:06:19.234Z[ recovery-image] May 28 05:06:18.357 INFO O| May 28 05:06:18.357 INFO STEP 82 (remove_files) COMPLETE
51422026-05-28T05:06:19.237Z[ recovery-image] May 28 05:06:18.357 INFO O| May 28 05:06:18.357 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-05-28T05:06:19.241Z[ recovery-image] May 28 05:06:18.365 INFO O| May 28 05:06:18.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51442026-05-28T05:06:19.241Z[ recovery-image] May 28 05:06:18.365 INFO O| May 28 05:06:18.365 INFO STEP 83 (remove_files) COMPLETE
51452026-05-28T05:06:19.245Z[ recovery-image] May 28 05:06:18.365 INFO O| May 28 05:06:18.365 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-05-28T05:06:19.250Z[ recovery-image] May 28 05:06:18.373 INFO O| May 28 05:06:18.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51472026-05-28T05:06:19.250Z[ recovery-image] May 28 05:06:18.373 INFO O| May 28 05:06:18.373 INFO STEP 84 (remove_files) COMPLETE
51482026-05-28T05:06:19.253Z[ recovery-image] May 28 05:06:18.373 INFO O| May 28 05:06:18.373 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-05-28T05:06:19.256Z[ recovery-image] May 28 05:06:18.380 INFO O| May 28 05:06:18.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51502026-05-28T05:06:19.257Z[ recovery-image] May 28 05:06:18.380 INFO O| May 28 05:06:18.380 INFO STEP 85 (remove_files) COMPLETE
51512026-05-28T05:06:19.257Z[ recovery-image] May 28 05:06:18.380 INFO O| May 28 05:06:18.380 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-05-28T05:06:19.265Z[ recovery-image] May 28 05:06:18.388 INFO O| May 28 05:06:18.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51532026-05-28T05:06:19.265Z[ recovery-image] May 28 05:06:18.389 INFO O| May 28 05:06:18.388 INFO STEP 86 (remove_files) COMPLETE
51542026-05-28T05:06:19.265Z[ recovery-image] May 28 05:06:18.389 INFO O| May 28 05:06:18.389 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-05-28T05:06:19.274Z[ recovery-image] May 28 05:06:18.397 INFO O| May 28 05:06:18.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51562026-05-28T05:06:19.274Z[ recovery-image] May 28 05:06:18.397 INFO O| May 28 05:06:18.397 INFO STEP 87 (remove_files) COMPLETE
51572026-05-28T05:06:19.274Z[ recovery-image] May 28 05:06:18.397 INFO O| May 28 05:06:18.397 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-05-28T05:06:19.282Z[ recovery-image] May 28 05:06:18.406 INFO O| May 28 05:06:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51592026-05-28T05:06:19.282Z[ recovery-image] May 28 05:06:18.406 INFO O| May 28 05:06:18.406 INFO STEP 88 (remove_files) COMPLETE
51602026-05-28T05:06:19.282Z[ recovery-image] May 28 05:06:18.406 INFO O| May 28 05:06:18.406 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-05-28T05:06:19.293Z[ recovery-image] May 28 05:06:18.416 INFO O| May 28 05:06:18.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51622026-05-28T05:06:19.293Z[ recovery-image] May 28 05:06:18.416 INFO O| May 28 05:06:18.416 INFO STEP 89 (remove_files) COMPLETE
51632026-05-28T05:06:19.296Z[ recovery-image] May 28 05:06:18.416 INFO O| May 28 05:06:18.416 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-05-28T05:06:19.301Z[ recovery-image] May 28 05:06:18.425 INFO O| May 28 05:06:18.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51652026-05-28T05:06:19.301Z[ recovery-image] May 28 05:06:18.425 INFO O| May 28 05:06:18.425 INFO STEP 90 (remove_files) COMPLETE
51662026-05-28T05:06:19.301Z[ recovery-image] May 28 05:06:18.425 INFO O| May 28 05:06:18.425 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-05-28T05:06:19.311Z[ recovery-image] May 28 05:06:18.435 INFO O| May 28 05:06:18.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51682026-05-28T05:06:19.311Z[ recovery-image] May 28 05:06:18.435 INFO O| May 28 05:06:18.435 INFO STEP 91 (remove_files) COMPLETE
51692026-05-28T05:06:19.312Z[ recovery-image] May 28 05:06:18.435 INFO O| May 28 05:06:18.435 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-05-28T05:06:19.321Z[ recovery-image] May 28 05:06:18.445 INFO O| May 28 05:06:18.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51712026-05-28T05:06:19.321Z[ recovery-image] May 28 05:06:18.445 INFO O| May 28 05:06:18.445 INFO STEP 92 (remove_files) COMPLETE
51722026-05-28T05:06:19.325Z[ recovery-image] May 28 05:06:18.445 INFO O| May 28 05:06:18.445 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-05-28T05:06:19.331Z[ recovery-image] May 28 05:06:18.454 INFO O| May 28 05:06:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51742026-05-28T05:06:19.331Z[ recovery-image] May 28 05:06:18.454 INFO O| May 28 05:06:18.454 INFO STEP 93 (remove_files) COMPLETE
51752026-05-28T05:06:19.334Z[ recovery-image] May 28 05:06:18.454 INFO O| May 28 05:06:18.454 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-05-28T05:06:19.339Z[ recovery-image] May 28 05:06:18.463 INFO O| May 28 05:06:18.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51772026-05-28T05:06:19.340Z[ recovery-image] May 28 05:06:18.463 INFO O| May 28 05:06:18.463 INFO STEP 94 (remove_files) COMPLETE
51782026-05-28T05:06:19.343Z[ recovery-image] May 28 05:06:18.463 INFO O| May 28 05:06:18.463 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-05-28T05:06:19.349Z[ recovery-image] May 28 05:06:18.472 INFO O| May 28 05:06:18.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51802026-05-28T05:06:19.349Z[ recovery-image] May 28 05:06:18.472 INFO O| May 28 05:06:18.472 INFO STEP 95 (remove_files) COMPLETE
51812026-05-28T05:06:19.352Z[ recovery-image] May 28 05:06:18.472 INFO O| May 28 05:06:18.472 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-05-28T05:06:19.358Z[ recovery-image] May 28 05:06:18.481 INFO O| May 28 05:06:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51832026-05-28T05:06:19.358Z[ recovery-image] May 28 05:06:18.481 INFO O| May 28 05:06:18.481 INFO STEP 96 (remove_files) COMPLETE
51842026-05-28T05:06:19.361Z[ recovery-image] May 28 05:06:18.481 INFO O| May 28 05:06:18.481 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-05-28T05:06:19.367Z[ recovery-image] May 28 05:06:18.490 INFO O| May 28 05:06:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51862026-05-28T05:06:19.367Z[ recovery-image] May 28 05:06:18.490 INFO O| May 28 05:06:18.490 INFO STEP 97 (remove_files) COMPLETE
51872026-05-28T05:06:19.370Z[ recovery-image] May 28 05:06:18.490 INFO O| May 28 05:06:18.490 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-05-28T05:06:19.376Z[ recovery-image] May 28 05:06:18.499 INFO O| May 28 05:06:18.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51892026-05-28T05:06:19.376Z[ recovery-image] May 28 05:06:18.499 INFO O| May 28 05:06:18.499 INFO STEP 98 (remove_files) COMPLETE
51902026-05-28T05:06:19.376Z[ recovery-image] May 28 05:06:18.499 INFO O| May 28 05:06:18.499 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-05-28T05:06:19.386Z[ recovery-image] May 28 05:06:18.509 INFO O| May 28 05:06:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51922026-05-28T05:06:19.386Z[ recovery-image] May 28 05:06:18.510 INFO O| May 28 05:06:18.510 INFO STEP 99 (remove_files) COMPLETE
51932026-05-28T05:06:19.386Z[ recovery-image] May 28 05:06:18.510 INFO O| May 28 05:06:18.510 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-05-28T05:06:19.395Z[ recovery-image] May 28 05:06:18.518 INFO O| May 28 05:06:18.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51952026-05-28T05:06:19.395Z[ recovery-image] May 28 05:06:18.518 INFO O| May 28 05:06:18.518 INFO STEP 100 (remove_files) COMPLETE
51962026-05-28T05:06:19.395Z[ recovery-image] May 28 05:06:18.518 INFO O| May 28 05:06:18.518 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-05-28T05:06:19.404Z[ recovery-image] May 28 05:06:18.527 INFO O| May 28 05:06:18.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51982026-05-28T05:06:19.404Z[ recovery-image] May 28 05:06:18.527 INFO O| May 28 05:06:18.527 INFO STEP 101 (remove_files) COMPLETE
51992026-05-28T05:06:19.404Z[ recovery-image] May 28 05:06:18.527 INFO O| May 28 05:06:18.527 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-05-28T05:06:19.413Z[ recovery-image] May 28 05:06:18.536 INFO O| May 28 05:06:18.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52012026-05-28T05:06:19.413Z[ recovery-image] May 28 05:06:18.536 INFO O| May 28 05:06:18.536 INFO STEP 102 (remove_files) COMPLETE
52022026-05-28T05:06:19.416Z[ recovery-image] May 28 05:06:18.536 INFO O| May 28 05:06:18.536 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-05-28T05:06:19.422Z[ recovery-image] May 28 05:06:18.546 INFO O| May 28 05:06:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52042026-05-28T05:06:19.422Z[ recovery-image] May 28 05:06:18.546 INFO O| May 28 05:06:18.546 INFO STEP 103 (remove_files) COMPLETE
52052026-05-28T05:06:19.422Z[ recovery-image] May 28 05:06:18.546 INFO O| May 28 05:06:18.546 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-05-28T05:06:19.431Z[ recovery-image] May 28 05:06:18.555 INFO O| May 28 05:06:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52072026-05-28T05:06:19.432Z[ recovery-image] May 28 05:06:18.555 INFO O| May 28 05:06:18.555 INFO STEP 104 (remove_files) COMPLETE
52082026-05-28T05:06:19.432Z[ recovery-image] May 28 05:06:18.555 INFO O| May 28 05:06:18.555 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-05-28T05:06:19.440Z[ recovery-image] May 28 05:06:18.564 INFO O| May 28 05:06:18.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52102026-05-28T05:06:19.440Z[ recovery-image] May 28 05:06:18.564 INFO O| May 28 05:06:18.564 INFO STEP 105 (remove_files) COMPLETE
52112026-05-28T05:06:19.441Z[ recovery-image] May 28 05:06:18.564 INFO O| May 28 05:06:18.564 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-05-28T05:06:19.478Z[ recovery-image] May 28 05:06:18.601 INFO O| May 28 05:06:18.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52132026-05-28T05:06:19.478Z[ recovery-image] May 28 05:06:18.602 INFO O| May 28 05:06:18.602 INFO STEP 106 (remove_files) COMPLETE
52142026-05-28T05:06:19.484Z[ recovery-image] May 28 05:06:18.602 INFO O| May 28 05:06:18.602 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-05-28T05:06:19.489Z[ recovery-image] May 28 05:06:18.613 INFO O| May 28 05:06:18.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52162026-05-28T05:06:19.489Z[ recovery-image] May 28 05:06:18.613 INFO O| May 28 05:06:18.613 INFO STEP 107 (remove_files) COMPLETE
52172026-05-28T05:06:19.493Z[ recovery-image] May 28 05:06:18.613 INFO O| May 28 05:06:18.613 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-05-28T05:06:19.500Z[ recovery-image] May 28 05:06:18.623 INFO O| May 28 05:06:18.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52192026-05-28T05:06:19.500Z[ recovery-image] May 28 05:06:18.623 INFO O| May 28 05:06:18.623 INFO STEP 108 (remove_files) COMPLETE
52202026-05-28T05:06:19.500Z[ recovery-image] May 28 05:06:18.623 INFO O| May 28 05:06:18.623 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-05-28T05:06:19.510Z[ recovery-image] May 28 05:06:18.633 INFO O| May 28 05:06:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52222026-05-28T05:06:19.510Z[ recovery-image] May 28 05:06:18.634 INFO O| May 28 05:06:18.634 INFO STEP 109 (remove_files) COMPLETE
52232026-05-28T05:06:19.510Z[ recovery-image] May 28 05:06:18.634 INFO O| May 28 05:06:18.634 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-05-28T05:06:19.521Z[ recovery-image] May 28 05:06:18.644 INFO O| May 28 05:06:18.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52252026-05-28T05:06:19.524Z[ recovery-image] May 28 05:06:18.645 INFO O| May 28 05:06:18.645 INFO STEP 110 (remove_files) COMPLETE
52262026-05-28T05:06:19.524Z[ recovery-image] May 28 05:06:18.645 INFO O| May 28 05:06:18.645 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-05-28T05:06:19.532Z[ recovery-image] May 28 05:06:18.655 INFO O| May 28 05:06:18.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52282026-05-28T05:06:19.532Z[ recovery-image] May 28 05:06:18.655 INFO O| May 28 05:06:18.655 INFO STEP 111 (remove_files) COMPLETE
52292026-05-28T05:06:19.535Z[ recovery-image] May 28 05:06:18.656 INFO O| May 28 05:06:18.655 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-05-28T05:06:19.542Z[ recovery-image] May 28 05:06:18.666 INFO O| May 28 05:06:18.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52312026-05-28T05:06:19.546Z[ recovery-image] May 28 05:06:18.667 INFO O| May 28 05:06:18.667 INFO STEP 112 (remove_files) COMPLETE
52322026-05-28T05:06:19.546Z[ recovery-image] May 28 05:06:18.667 INFO O| May 28 05:06:18.667 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-05-28T05:06:19.554Z[ recovery-image] May 28 05:06:18.678 INFO O| May 28 05:06:18.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52342026-05-28T05:06:19.554Z[ recovery-image] May 28 05:06:18.678 INFO O| May 28 05:06:18.678 INFO STEP 113 (remove_files) COMPLETE
52352026-05-28T05:06:19.554Z[ recovery-image] May 28 05:06:18.678 INFO O| May 28 05:06:18.678 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.688 INFO O| May 28 05:06:18.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52372026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.688 INFO O| May 28 05:06:18.688 INFO STEP 114 (remove_files) COMPLETE
52382026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.688 INFO O| May 28 05:06:18.688 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.698 INFO O| May 28 05:06:18.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52402026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.698 INFO O| May 28 05:06:18.698 INFO STEP 115 (remove_files) COMPLETE
52412026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.698 INFO O| May 28 05:06:18.698 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.708 INFO O| May 28 05:06:18.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52432026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.708 INFO O| May 28 05:06:18.708 INFO STEP 116 (remove_files) COMPLETE
52442026-05-28T05:06:19.590Z[ recovery-image] May 28 05:06:18.708 INFO O| May 28 05:06:18.708 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-05-28T05:06:19.595Z[ recovery-image] May 28 05:06:18.718 INFO O| May 28 05:06:18.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52462026-05-28T05:06:19.595Z[ recovery-image] May 28 05:06:18.718 INFO O| May 28 05:06:18.718 INFO STEP 117 (remove_files) COMPLETE
52472026-05-28T05:06:19.598Z[ recovery-image] May 28 05:06:18.718 INFO O| May 28 05:06:18.718 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-05-28T05:06:19.603Z[ recovery-image] May 28 05:06:18.726 INFO O| May 28 05:06:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52492026-05-28T05:06:19.603Z[ recovery-image] May 28 05:06:18.727 INFO O| May 28 05:06:18.726 INFO STEP 118 (remove_files) COMPLETE
52502026-05-28T05:06:19.606Z[ recovery-image] May 28 05:06:18.727 INFO O| May 28 05:06:18.726 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-05-28T05:06:19.612Z[ recovery-image] May 28 05:06:18.735 INFO O| May 28 05:06:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52522026-05-28T05:06:19.612Z[ recovery-image] May 28 05:06:18.735 INFO O| May 28 05:06:18.735 INFO STEP 119 (remove_files) COMPLETE
52532026-05-28T05:06:19.612Z[ recovery-image] May 28 05:06:18.735 INFO O| May 28 05:06:18.735 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-05-28T05:06:19.622Z[ recovery-image] May 28 05:06:18.745 INFO O| May 28 05:06:18.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52552026-05-28T05:06:19.622Z[ recovery-image] May 28 05:06:18.745 INFO O| May 28 05:06:18.745 INFO STEP 120 (remove_files) COMPLETE
52562026-05-28T05:06:19.628Z[ recovery-image] May 28 05:06:18.745 INFO O| May 28 05:06:18.745 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-05-28T05:06:19.634Z[ recovery-image] May 28 05:06:18.753 INFO O| May 28 05:06:18.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52582026-05-28T05:06:19.634Z[ recovery-image] May 28 05:06:18.753 INFO O| May 28 05:06:18.753 INFO STEP 121 (remove_files) COMPLETE
52592026-05-28T05:06:19.634Z[ recovery-image] May 28 05:06:18.753 INFO O| May 28 05:06:18.753 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-05-28T05:06:19.638Z[ recovery-image] May 28 05:06:18.762 INFO O| May 28 05:06:18.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52612026-05-28T05:06:19.638Z[ recovery-image] May 28 05:06:18.762 INFO O| May 28 05:06:18.762 INFO STEP 122 (remove_files) COMPLETE
52622026-05-28T05:06:19.638Z[ recovery-image] May 28 05:06:18.762 INFO O| May 28 05:06:18.762 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-05-28T05:06:19.647Z[ recovery-image] May 28 05:06:18.770 INFO O| May 28 05:06:18.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52642026-05-28T05:06:19.647Z[ recovery-image] May 28 05:06:18.770 INFO O| May 28 05:06:18.770 INFO STEP 123 (remove_files) COMPLETE
52652026-05-28T05:06:19.650Z[ recovery-image] May 28 05:06:18.770 INFO O| May 28 05:06:18.770 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-05-28T05:06:19.656Z[ recovery-image] May 28 05:06:18.780 INFO O| May 28 05:06:18.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52672026-05-28T05:06:19.656Z[ recovery-image] May 28 05:06:18.780 INFO O| May 28 05:06:18.780 INFO STEP 124 (remove_files) COMPLETE
52682026-05-28T05:06:19.660Z[ recovery-image] May 28 05:06:18.780 INFO O| May 28 05:06:18.780 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-05-28T05:06:19.668Z[ recovery-image] May 28 05:06:18.789 INFO O| May 28 05:06:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52702026-05-28T05:06:19.668Z[ recovery-image] May 28 05:06:18.789 INFO O| May 28 05:06:18.789 INFO STEP 125 (remove_files) COMPLETE
52712026-05-28T05:06:19.668Z[ recovery-image] May 28 05:06:18.789 INFO O| May 28 05:06:18.789 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-05-28T05:06:19.675Z[ recovery-image] May 28 05:06:18.798 INFO O| May 28 05:06:18.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52732026-05-28T05:06:19.675Z[ recovery-image] May 28 05:06:18.798 INFO O| May 28 05:06:18.798 INFO STEP 126 (remove_files) COMPLETE
52742026-05-28T05:06:19.675Z[ recovery-image] May 28 05:06:18.798 INFO O| May 28 05:06:18.798 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-05-28T05:06:19.684Z[ recovery-image] May 28 05:06:18.808 INFO O| May 28 05:06:18.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52762026-05-28T05:06:19.684Z[ recovery-image] May 28 05:06:18.808 INFO O| May 28 05:06:18.808 INFO STEP 127 (remove_files) COMPLETE
52772026-05-28T05:06:19.687Z[ recovery-image] May 28 05:06:18.808 INFO O| May 28 05:06:18.808 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-05-28T05:06:19.694Z[ recovery-image] May 28 05:06:18.818 INFO O| May 28 05:06:18.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52792026-05-28T05:06:19.694Z[ recovery-image] May 28 05:06:18.818 INFO O| May 28 05:06:18.818 INFO STEP 128 (remove_files) COMPLETE
52802026-05-28T05:06:19.697Z[ recovery-image] May 28 05:06:18.818 INFO O| May 28 05:06:18.818 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-05-28T05:06:19.703Z[ recovery-image] May 28 05:06:18.827 INFO O| May 28 05:06:18.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52822026-05-28T05:06:19.703Z[ recovery-image] May 28 05:06:18.827 INFO O| May 28 05:06:18.827 INFO STEP 129 (remove_files) COMPLETE
52832026-05-28T05:06:19.711Z[ recovery-image] May 28 05:06:18.827 INFO O| May 28 05:06:18.827 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-05-28T05:06:19.727Z[ recovery-image] May 28 05:06:18.835 INFO O| May 28 05:06:18.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52852026-05-28T05:06:19.727Z[ recovery-image] May 28 05:06:18.835 INFO O| May 28 05:06:18.835 INFO STEP 130 (remove_files) COMPLETE
52862026-05-28T05:06:19.727Z[ recovery-image] May 28 05:06:18.835 INFO O| May 28 05:06:18.835 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.844 INFO O| May 28 05:06:18.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52882026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.844 INFO O| May 28 05:06:18.844 INFO STEP 131 (remove_files) COMPLETE
52892026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.844 INFO O| May 28 05:06:18.844 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.852 INFO O| May 28 05:06:18.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52912026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.852 INFO O| May 28 05:06:18.852 INFO STEP 132 (remove_files) COMPLETE
52922026-05-28T05:06:19.731Z[ recovery-image] May 28 05:06:18.852 INFO O| May 28 05:06:18.852 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-05-28T05:06:19.742Z[ recovery-image] May 28 05:06:18.861 INFO O| May 28 05:06:18.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52942026-05-28T05:06:19.742Z[ recovery-image] May 28 05:06:18.861 INFO O| May 28 05:06:18.861 INFO STEP 133 (remove_files) COMPLETE
52952026-05-28T05:06:19.742Z[ recovery-image] May 28 05:06:18.861 INFO O| May 28 05:06:18.861 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-05-28T05:06:19.751Z[ recovery-image] May 28 05:06:18.868 INFO O| May 28 05:06:18.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52972026-05-28T05:06:19.751Z[ recovery-image] May 28 05:06:18.868 INFO O| May 28 05:06:18.868 INFO STEP 134 (remove_files) COMPLETE
52982026-05-28T05:06:19.751Z[ recovery-image] May 28 05:06:18.868 INFO O| May 28 05:06:18.868 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-05-28T05:06:19.757Z[ recovery-image] May 28 05:06:18.875 INFO O| May 28 05:06:18.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53002026-05-28T05:06:19.757Z[ recovery-image] May 28 05:06:18.875 INFO O| May 28 05:06:18.875 INFO STEP 135 (remove_files) COMPLETE
53012026-05-28T05:06:19.757Z[ recovery-image] May 28 05:06:18.875 INFO O| May 28 05:06:18.875 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-05-28T05:06:19.787Z[ recovery-image] May 28 05:06:18.882 INFO O| May 28 05:06:18.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53032026-05-28T05:06:19.788Z[ recovery-image] May 28 05:06:18.882 INFO O| May 28 05:06:18.882 INFO STEP 136 (remove_files) COMPLETE
53042026-05-28T05:06:19.788Z[ recovery-image] May 28 05:06:18.882 INFO O| May 28 05:06:18.882 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.889 INFO O| May 28 05:06:18.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53062026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.889 INFO O| May 28 05:06:18.889 INFO STEP 137 (remove_files) COMPLETE
53072026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.889 INFO O| May 28 05:06:18.889 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.897 INFO O| May 28 05:06:18.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53092026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.897 INFO O| May 28 05:06:18.897 INFO STEP 138 (remove_files) COMPLETE
53102026-05-28T05:06:19.791Z[ recovery-image] May 28 05:06:18.897 INFO O| May 28 05:06:18.897 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.905 INFO O| May 28 05:06:18.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53122026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.906 INFO O| May 28 05:06:18.906 INFO STEP 139 (remove_files) COMPLETE
53132026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.906 INFO O| May 28 05:06:18.906 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.914 INFO O| May 28 05:06:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53152026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.914 INFO O| May 28 05:06:18.914 INFO STEP 140 (remove_files) COMPLETE
53162026-05-28T05:06:19.792Z[ recovery-image] May 28 05:06:18.914 INFO O| May 28 05:06:18.914 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-05-28T05:06:19.802Z[ recovery-image] May 28 05:06:18.922 INFO O| May 28 05:06:18.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53182026-05-28T05:06:19.802Z[ recovery-image] May 28 05:06:18.923 INFO O| May 28 05:06:18.923 INFO STEP 141 (remove_files) COMPLETE
53192026-05-28T05:06:19.811Z[ recovery-image] May 28 05:06:18.923 INFO O| May 28 05:06:18.923 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-05-28T05:06:19.821Z[ recovery-image] May 28 05:06:18.931 INFO O| May 28 05:06:18.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53212026-05-28T05:06:19.821Z[ recovery-image] May 28 05:06:18.931 INFO O| May 28 05:06:18.931 INFO STEP 142 (remove_files) COMPLETE
53222026-05-28T05:06:19.821Z[ recovery-image] May 28 05:06:18.931 INFO O| May 28 05:06:18.931 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-05-28T05:06:19.825Z[ recovery-image] May 28 05:06:18.939 INFO O| May 28 05:06:18.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53242026-05-28T05:06:19.825Z[ recovery-image] May 28 05:06:18.939 INFO O| May 28 05:06:18.939 INFO STEP 143 (remove_files) COMPLETE
53252026-05-28T05:06:19.825Z[ recovery-image] May 28 05:06:18.939 INFO O| May 28 05:06:18.939 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-05-28T05:06:19.828Z[ recovery-image] May 28 05:06:18.948 INFO O| May 28 05:06:18.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53272026-05-28T05:06:19.828Z[ recovery-image] May 28 05:06:18.948 INFO O| May 28 05:06:18.948 INFO STEP 144 (remove_files) COMPLETE
53282026-05-28T05:06:19.828Z[ recovery-image] May 28 05:06:18.948 INFO O| May 28 05:06:18.948 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-05-28T05:06:19.833Z[ recovery-image] May 28 05:06:18.957 INFO O| May 28 05:06:18.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53302026-05-28T05:06:19.833Z[ recovery-image] May 28 05:06:18.957 INFO O| May 28 05:06:18.957 INFO STEP 145 (remove_files) COMPLETE
53312026-05-28T05:06:19.833Z[ recovery-image] May 28 05:06:18.957 INFO O| May 28 05:06:18.957 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-05-28T05:06:19.842Z[ recovery-image] May 28 05:06:18.965 INFO O| May 28 05:06:18.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53332026-05-28T05:06:19.842Z[ recovery-image] May 28 05:06:18.966 INFO O| May 28 05:06:18.965 INFO STEP 146 (remove_files) COMPLETE
53342026-05-28T05:06:19.845Z[ recovery-image] May 28 05:06:18.966 INFO O| May 28 05:06:18.966 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-05-28T05:06:19.851Z[ recovery-image] May 28 05:06:18.974 INFO O| May 28 05:06:18.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53362026-05-28T05:06:19.851Z[ recovery-image] May 28 05:06:18.974 INFO O| May 28 05:06:18.974 INFO STEP 147 (remove_files) COMPLETE
53372026-05-28T05:06:19.854Z[ recovery-image] May 28 05:06:18.974 INFO O| May 28 05:06:18.974 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-05-28T05:06:19.860Z[ recovery-image] May 28 05:06:18.983 INFO O| May 28 05:06:18.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53392026-05-28T05:06:19.860Z[ recovery-image] May 28 05:06:18.983 INFO O| May 28 05:06:18.983 INFO STEP 148 (remove_files) COMPLETE
53402026-05-28T05:06:19.863Z[ recovery-image] May 28 05:06:18.983 INFO O| May 28 05:06:18.983 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-05-28T05:06:19.869Z[ recovery-image] May 28 05:06:18.992 INFO O| May 28 05:06:18.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53422026-05-28T05:06:19.869Z[ recovery-image] May 28 05:06:18.992 INFO O| May 28 05:06:18.992 INFO STEP 149 (remove_files) COMPLETE
53432026-05-28T05:06:19.869Z[ recovery-image] May 28 05:06:18.992 INFO O| May 28 05:06:18.992 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-05-28T05:06:19.878Z[ recovery-image] May 28 05:06:19.001 INFO O| May 28 05:06:19.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53452026-05-28T05:06:19.878Z[ recovery-image] May 28 05:06:19.001 INFO O| May 28 05:06:19.001 INFO STEP 150 (remove_files) COMPLETE
53462026-05-28T05:06:19.878Z[ recovery-image] May 28 05:06:19.001 INFO O| May 28 05:06:19.001 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-05-28T05:06:19.886Z[ recovery-image] May 28 05:06:19.009 INFO O| May 28 05:06:19.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53482026-05-28T05:06:19.886Z[ recovery-image] May 28 05:06:19.010 INFO O| May 28 05:06:19.010 INFO STEP 151 (remove_files) COMPLETE
53492026-05-28T05:06:19.889Z[ recovery-image] May 28 05:06:19.010 INFO O| May 28 05:06:19.010 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-05-28T05:06:19.898Z[ recovery-image] May 28 05:06:19.018 INFO O| May 28 05:06:19.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53512026-05-28T05:06:19.898Z[ recovery-image] May 28 05:06:19.018 INFO O| May 28 05:06:19.018 INFO STEP 152 (remove_files) COMPLETE
53522026-05-28T05:06:19.898Z[ recovery-image] May 28 05:06:19.018 INFO O| May 28 05:06:19.018 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-05-28T05:06:19.903Z[ recovery-image] May 28 05:06:19.026 INFO O| May 28 05:06:19.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53542026-05-28T05:06:19.903Z[ recovery-image] May 28 05:06:19.026 INFO O| May 28 05:06:19.026 INFO STEP 153 (remove_files) COMPLETE
53552026-05-28T05:06:19.905Z[ recovery-image] May 28 05:06:19.026 INFO O| May 28 05:06:19.026 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-05-28T05:06:19.911Z[ recovery-image] May 28 05:06:19.034 INFO O| May 28 05:06:19.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53572026-05-28T05:06:19.911Z[ recovery-image] May 28 05:06:19.034 INFO O| May 28 05:06:19.034 INFO STEP 154 (remove_files) COMPLETE
53582026-05-28T05:06:19.914Z[ recovery-image] May 28 05:06:19.034 INFO O| May 28 05:06:19.034 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-05-28T05:06:19.918Z[ recovery-image] May 28 05:06:19.042 INFO O| May 28 05:06:19.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53602026-05-28T05:06:19.919Z[ recovery-image] May 28 05:06:19.042 INFO O| May 28 05:06:19.042 INFO STEP 155 (remove_files) COMPLETE
53612026-05-28T05:06:19.919Z[ recovery-image] May 28 05:06:19.042 INFO O| May 28 05:06:19.042 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-05-28T05:06:19.927Z[ recovery-image] May 28 05:06:19.051 INFO O| May 28 05:06:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53632026-05-28T05:06:19.927Z[ recovery-image] May 28 05:06:19.051 INFO O| May 28 05:06:19.051 INFO STEP 156 (remove_files) COMPLETE
53642026-05-28T05:06:19.927Z[ recovery-image] May 28 05:06:19.051 INFO O| May 28 05:06:19.051 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-05-28T05:06:19.938Z[ recovery-image] May 28 05:06:19.061 INFO O| May 28 05:06:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53662026-05-28T05:06:19.942Z[ recovery-image] May 28 05:06:19.062 INFO O| May 28 05:06:19.062 INFO STEP 157 (remove_files) COMPLETE
53672026-05-28T05:06:19.942Z[ recovery-image] May 28 05:06:19.062 INFO O| May 28 05:06:19.062 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-05-28T05:06:19.949Z[ recovery-image] May 28 05:06:19.073 INFO O| May 28 05:06:19.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53692026-05-28T05:06:19.950Z[ recovery-image] May 28 05:06:19.073 INFO O| May 28 05:06:19.073 INFO STEP 158 (remove_files) COMPLETE
53702026-05-28T05:06:19.953Z[ recovery-image] May 28 05:06:19.073 INFO O| May 28 05:06:19.073 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-05-28T05:06:19.959Z[ recovery-image] May 28 05:06:19.082 INFO O| May 28 05:06:19.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53722026-05-28T05:06:19.962Z[ recovery-image] May 28 05:06:19.083 INFO O| May 28 05:06:19.083 INFO STEP 159 (remove_files) COMPLETE
53732026-05-28T05:06:19.962Z[ recovery-image] May 28 05:06:19.083 INFO O| May 28 05:06:19.083 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-05-28T05:06:19.968Z[ recovery-image] May 28 05:06:19.092 INFO O| May 28 05:06:19.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53752026-05-28T05:06:19.968Z[ recovery-image] May 28 05:06:19.092 INFO O| May 28 05:06:19.092 INFO STEP 160 (remove_files) COMPLETE
53762026-05-28T05:06:19.971Z[ recovery-image] May 28 05:06:19.092 INFO O| May 28 05:06:19.092 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-05-28T05:06:19.977Z[ recovery-image] May 28 05:06:19.100 INFO O| May 28 05:06:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53782026-05-28T05:06:19.977Z[ recovery-image] May 28 05:06:19.100 INFO O| May 28 05:06:19.100 INFO STEP 161 (remove_files) COMPLETE
53792026-05-28T05:06:19.980Z[ recovery-image] May 28 05:06:19.100 INFO O| May 28 05:06:19.100 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-05-28T05:06:19.985Z[ recovery-image] May 28 05:06:19.108 INFO O| May 28 05:06:19.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53812026-05-28T05:06:19.985Z[ recovery-image] May 28 05:06:19.108 INFO O| May 28 05:06:19.108 INFO STEP 162 (remove_files) COMPLETE
53822026-05-28T05:06:19.985Z[ recovery-image] May 28 05:06:19.108 INFO O| May 28 05:06:19.108 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-05-28T05:06:19.994Z[ recovery-image] May 28 05:06:19.116 INFO O| May 28 05:06:19.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53842026-05-28T05:06:19.994Z[ recovery-image] May 28 05:06:19.116 INFO O| May 28 05:06:19.116 INFO STEP 163 (remove_files) COMPLETE
53852026-05-28T05:06:19.997Z[ recovery-image] May 28 05:06:19.116 INFO O| May 28 05:06:19.116 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-05-28T05:06:20.003Z[ recovery-image] May 28 05:06:19.125 INFO O| May 28 05:06:19.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53872026-05-28T05:06:20.006Z[ recovery-image] May 28 05:06:19.126 INFO O| May 28 05:06:19.126 INFO STEP 164 (remove_files) COMPLETE
53882026-05-28T05:06:20.006Z[ recovery-image] May 28 05:06:19.126 INFO O| May 28 05:06:19.126 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-05-28T05:06:20.012Z[ recovery-image] May 28 05:06:19.135 INFO O| May 28 05:06:19.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53902026-05-28T05:06:20.012Z[ recovery-image] May 28 05:06:19.135 INFO O| May 28 05:06:19.135 INFO STEP 165 (remove_files) COMPLETE
53912026-05-28T05:06:20.012Z[ recovery-image] May 28 05:06:19.135 INFO O| May 28 05:06:19.135 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-05-28T05:06:20.020Z[ recovery-image] May 28 05:06:19.143 INFO O| May 28 05:06:19.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53932026-05-28T05:06:20.020Z[ recovery-image] May 28 05:06:19.143 INFO O| May 28 05:06:19.143 INFO STEP 166 (remove_files) COMPLETE
53942026-05-28T05:06:20.020Z[ recovery-image] May 28 05:06:19.143 INFO O| May 28 05:06:19.143 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-05-28T05:06:20.028Z[ recovery-image] May 28 05:06:19.150 INFO O| May 28 05:06:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53962026-05-28T05:06:20.028Z[ recovery-image] May 28 05:06:19.150 INFO O| May 28 05:06:19.150 INFO STEP 167 (remove_files) COMPLETE
53972026-05-28T05:06:20.028Z[ recovery-image] May 28 05:06:19.150 INFO O| May 28 05:06:19.150 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-05-28T05:06:20.034Z[ recovery-image] May 28 05:06:19.158 INFO O| May 28 05:06:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53992026-05-28T05:06:20.034Z[ recovery-image] May 28 05:06:19.158 INFO O| May 28 05:06:19.158 INFO STEP 168 (remove_files) COMPLETE
54002026-05-28T05:06:20.034Z[ recovery-image] May 28 05:06:19.158 INFO O| May 28 05:06:19.158 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-05-28T05:06:20.042Z[ recovery-image] May 28 05:06:19.165 INFO O| May 28 05:06:19.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54022026-05-28T05:06:20.042Z[ recovery-image] May 28 05:06:19.166 INFO O| May 28 05:06:19.166 INFO STEP 169 (remove_files) COMPLETE
54032026-05-28T05:06:20.042Z[ recovery-image] May 28 05:06:19.166 INFO O| May 28 05:06:19.166 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-05-28T05:06:20.051Z[ recovery-image] May 28 05:06:19.174 INFO O| May 28 05:06:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54052026-05-28T05:06:20.052Z[ recovery-image] May 28 05:06:19.174 INFO O| May 28 05:06:19.174 INFO STEP 170 (remove_files) COMPLETE
54062026-05-28T05:06:20.061Z[ recovery-image] May 28 05:06:19.174 INFO O| May 28 05:06:19.174 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-05-28T05:06:20.061Z[ recovery-image] May 28 05:06:19.181 INFO O| May 28 05:06:19.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54082026-05-28T05:06:20.061Z[ recovery-image] May 28 05:06:19.181 INFO O| May 28 05:06:19.181 INFO STEP 171 (remove_files) COMPLETE
54092026-05-28T05:06:20.062Z[ recovery-image] May 28 05:06:19.181 INFO O| May 28 05:06:19.181 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-05-28T05:06:20.067Z[ recovery-image] May 28 05:06:19.190 INFO O| May 28 05:06:19.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54112026-05-28T05:06:20.067Z[ recovery-image] May 28 05:06:19.190 INFO O| May 28 05:06:19.190 INFO STEP 172 (remove_files) COMPLETE
54122026-05-28T05:06:20.070Z[ recovery-image] May 28 05:06:19.190 INFO O| May 28 05:06:19.190 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-05-28T05:06:20.075Z[ recovery-image] May 28 05:06:19.198 INFO O| May 28 05:06:19.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54142026-05-28T05:06:20.075Z[ recovery-image] May 28 05:06:19.198 INFO O| May 28 05:06:19.198 INFO STEP 173 (remove_files) COMPLETE
54152026-05-28T05:06:20.075Z[ recovery-image] May 28 05:06:19.198 INFO O| May 28 05:06:19.198 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-05-28T05:06:20.083Z[ recovery-image] May 28 05:06:19.206 INFO O| May 28 05:06:19.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54172026-05-28T05:06:20.086Z[ recovery-image] May 28 05:06:19.207 INFO O| May 28 05:06:19.207 INFO STEP 174 (remove_files) COMPLETE
54182026-05-28T05:06:20.086Z[ recovery-image] May 28 05:06:19.207 INFO O| May 28 05:06:19.207 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-05-28T05:06:20.094Z[ recovery-image] May 28 05:06:19.218 INFO O| May 28 05:06:19.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54202026-05-28T05:06:20.094Z[ recovery-image] May 28 05:06:19.218 INFO O| May 28 05:06:19.218 INFO STEP 175 (remove_files) COMPLETE
54212026-05-28T05:06:20.094Z[ recovery-image] May 28 05:06:19.218 INFO O| May 28 05:06:19.218 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-05-28T05:06:20.104Z[ recovery-image] May 28 05:06:19.227 INFO O| May 28 05:06:19.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54232026-05-28T05:06:20.104Z[ recovery-image] May 28 05:06:19.227 INFO O| May 28 05:06:19.227 INFO STEP 176 (remove_files) COMPLETE
54242026-05-28T05:06:20.104Z[ recovery-image] May 28 05:06:19.227 INFO O| May 28 05:06:19.227 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-05-28T05:06:20.112Z[ recovery-image] May 28 05:06:19.236 INFO O| May 28 05:06:19.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54262026-05-28T05:06:20.115Z[ recovery-image] May 28 05:06:19.236 INFO O| May 28 05:06:19.236 INFO STEP 177 (remove_files) COMPLETE
54272026-05-28T05:06:20.115Z[ recovery-image] May 28 05:06:19.237 INFO O| May 28 05:06:19.236 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-05-28T05:06:20.121Z[ recovery-image] May 28 05:06:19.245 INFO O| May 28 05:06:19.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54292026-05-28T05:06:20.124Z[ recovery-image] May 28 05:06:19.245 INFO O| May 28 05:06:19.245 INFO STEP 178 (remove_files) COMPLETE
54302026-05-28T05:06:20.124Z[ recovery-image] May 28 05:06:19.245 INFO O| May 28 05:06:19.245 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-05-28T05:06:20.130Z[ recovery-image] May 28 05:06:19.253 INFO O| May 28 05:06:19.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54322026-05-28T05:06:20.130Z[ recovery-image] May 28 05:06:19.254 INFO O| May 28 05:06:19.254 INFO STEP 179 (remove_files) COMPLETE
54332026-05-28T05:06:20.130Z[ recovery-image] May 28 05:06:19.254 INFO O| May 28 05:06:19.254 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-05-28T05:06:20.138Z[ recovery-image] May 28 05:06:19.261 INFO O| May 28 05:06:19.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54352026-05-28T05:06:20.138Z[ recovery-image] May 28 05:06:19.261 INFO O| May 28 05:06:19.261 INFO STEP 180 (remove_files) COMPLETE
54362026-05-28T05:06:20.141Z[ recovery-image] May 28 05:06:19.261 INFO O| May 28 05:06:19.261 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-05-28T05:06:20.146Z[ recovery-image] May 28 05:06:19.269 INFO O| May 28 05:06:19.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54382026-05-28T05:06:20.146Z[ recovery-image] May 28 05:06:19.269 INFO O| May 28 05:06:19.269 INFO STEP 181 (remove_files) COMPLETE
54392026-05-28T05:06:20.146Z[ recovery-image] May 28 05:06:19.269 INFO O| May 28 05:06:19.269 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-05-28T05:06:20.154Z[ recovery-image] May 28 05:06:19.277 INFO O| May 28 05:06:19.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54412026-05-28T05:06:20.154Z[ recovery-image] May 28 05:06:19.277 INFO O| May 28 05:06:19.277 INFO STEP 182 (remove_files) COMPLETE
54422026-05-28T05:06:20.154Z[ recovery-image] May 28 05:06:19.277 INFO O| May 28 05:06:19.277 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-05-28T05:06:20.162Z[ recovery-image] May 28 05:06:19.285 INFO O| May 28 05:06:19.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54442026-05-28T05:06:20.162Z[ recovery-image] May 28 05:06:19.285 INFO O| May 28 05:06:19.285 INFO STEP 183 (remove_files) COMPLETE
54452026-05-28T05:06:20.162Z[ recovery-image] May 28 05:06:19.285 INFO O| May 28 05:06:19.285 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-05-28T05:06:20.170Z[ recovery-image] May 28 05:06:19.293 INFO O| May 28 05:06:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54472026-05-28T05:06:20.170Z[ recovery-image] May 28 05:06:19.293 INFO O| May 28 05:06:19.293 INFO STEP 184 (remove_files) COMPLETE
54482026-05-28T05:06:20.170Z[ recovery-image] May 28 05:06:19.293 INFO O| May 28 05:06:19.293 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-05-28T05:06:20.177Z[ recovery-image] May 28 05:06:19.300 INFO O| May 28 05:06:19.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54502026-05-28T05:06:20.177Z[ recovery-image] May 28 05:06:19.301 INFO O| May 28 05:06:19.301 INFO STEP 185 (remove_files) COMPLETE
54512026-05-28T05:06:20.177Z[ recovery-image] May 28 05:06:19.301 INFO O| May 28 05:06:19.301 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-05-28T05:06:20.185Z[ recovery-image] May 28 05:06:19.308 INFO O| May 28 05:06:19.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54532026-05-28T05:06:20.185Z[ recovery-image] May 28 05:06:19.308 INFO O| May 28 05:06:19.308 INFO STEP 186 (remove_files) COMPLETE
54542026-05-28T05:06:20.185Z[ recovery-image] May 28 05:06:19.308 INFO O| May 28 05:06:19.308 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-05-28T05:06:20.192Z[ recovery-image] May 28 05:06:19.315 INFO O| May 28 05:06:19.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54562026-05-28T05:06:20.192Z[ recovery-image] May 28 05:06:19.315 INFO O| May 28 05:06:19.315 INFO STEP 187 (remove_files) COMPLETE
54572026-05-28T05:06:20.192Z[ recovery-image] May 28 05:06:19.315 INFO O| May 28 05:06:19.315 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-05-28T05:06:20.200Z[ recovery-image] May 28 05:06:19.323 INFO O| May 28 05:06:19.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54592026-05-28T05:06:20.200Z[ recovery-image] May 28 05:06:19.323 INFO O| May 28 05:06:19.323 INFO STEP 188 (remove_files) COMPLETE
54602026-05-28T05:06:20.200Z[ recovery-image] May 28 05:06:19.323 INFO O| May 28 05:06:19.323 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-05-28T05:06:20.207Z[ recovery-image] May 28 05:06:19.330 INFO O| May 28 05:06:19.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54622026-05-28T05:06:20.207Z[ recovery-image] May 28 05:06:19.330 INFO O| May 28 05:06:19.330 INFO STEP 189 (remove_files) COMPLETE
54632026-05-28T05:06:20.207Z[ recovery-image] May 28 05:06:19.330 INFO O| May 28 05:06:19.330 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-05-28T05:06:20.215Z[ recovery-image] May 28 05:06:19.338 INFO O| May 28 05:06:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54652026-05-28T05:06:20.215Z[ recovery-image] May 28 05:06:19.338 INFO O| May 28 05:06:19.338 INFO STEP 190 (remove_files) COMPLETE
54662026-05-28T05:06:20.215Z[ recovery-image] May 28 05:06:19.338 INFO O| May 28 05:06:19.338 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-05-28T05:06:20.222Z[ recovery-image] May 28 05:06:19.345 INFO O| May 28 05:06:19.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54682026-05-28T05:06:20.222Z[ recovery-image] May 28 05:06:19.345 INFO O| May 28 05:06:19.345 INFO STEP 191 (remove_files) COMPLETE
54692026-05-28T05:06:20.222Z[ recovery-image] May 28 05:06:19.345 INFO O| May 28 05:06:19.345 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-05-28T05:06:20.230Z[ recovery-image] May 28 05:06:19.353 INFO O| May 28 05:06:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54712026-05-28T05:06:20.230Z[ recovery-image] May 28 05:06:19.353 INFO O| May 28 05:06:19.353 INFO STEP 192 (remove_files) COMPLETE
54722026-05-28T05:06:20.230Z[ recovery-image] May 28 05:06:19.353 INFO O| May 28 05:06:19.353 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-05-28T05:06:20.238Z[ recovery-image] May 28 05:06:19.361 INFO O| May 28 05:06:19.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54742026-05-28T05:06:20.238Z[ recovery-image] May 28 05:06:19.361 INFO O| May 28 05:06:19.361 INFO STEP 193 (remove_files) COMPLETE
54752026-05-28T05:06:20.238Z[ recovery-image] May 28 05:06:19.361 INFO O| May 28 05:06:19.361 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-05-28T05:06:20.245Z[ recovery-image] May 28 05:06:19.369 INFO O| May 28 05:06:19.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54772026-05-28T05:06:20.245Z[ recovery-image] May 28 05:06:19.369 INFO O| May 28 05:06:19.369 INFO STEP 194 (remove_files) COMPLETE
54782026-05-28T05:06:20.248Z[ recovery-image] May 28 05:06:19.369 INFO O| May 28 05:06:19.369 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-05-28T05:06:20.253Z[ recovery-image] May 28 05:06:19.376 INFO O| May 28 05:06:19.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54802026-05-28T05:06:20.253Z[ recovery-image] May 28 05:06:19.376 INFO O| May 28 05:06:19.376 INFO STEP 195 (remove_files) COMPLETE
54812026-05-28T05:06:20.256Z[ recovery-image] May 28 05:06:19.376 INFO O| May 28 05:06:19.376 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-05-28T05:06:20.260Z[ recovery-image] May 28 05:06:19.384 INFO O| May 28 05:06:19.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54832026-05-28T05:06:20.260Z[ recovery-image] May 28 05:06:19.384 INFO O| May 28 05:06:19.384 INFO STEP 196 (remove_files) COMPLETE
54842026-05-28T05:06:20.260Z[ recovery-image] May 28 05:06:19.384 INFO O| May 28 05:06:19.384 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-05-28T05:06:20.268Z[ recovery-image] May 28 05:06:19.391 INFO O| May 28 05:06:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54862026-05-28T05:06:20.268Z[ recovery-image] May 28 05:06:19.391 INFO O| May 28 05:06:19.391 INFO STEP 197 (remove_files) COMPLETE
54872026-05-28T05:06:20.268Z[ recovery-image] May 28 05:06:19.391 INFO O| May 28 05:06:19.391 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-05-28T05:06:20.275Z[ recovery-image] May 28 05:06:19.399 INFO O| May 28 05:06:19.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54892026-05-28T05:06:20.275Z[ recovery-image] May 28 05:06:19.399 INFO O| May 28 05:06:19.399 INFO STEP 198 (remove_files) COMPLETE
54902026-05-28T05:06:20.275Z[ recovery-image] May 28 05:06:19.399 INFO O| May 28 05:06:19.399 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-05-28T05:06:20.283Z[ recovery-image] May 28 05:06:19.406 INFO O| May 28 05:06:19.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54922026-05-28T05:06:20.286Z[ recovery-image] May 28 05:06:19.407 INFO O| May 28 05:06:19.407 INFO STEP 199 (remove_files) COMPLETE
54932026-05-28T05:06:20.286Z[ recovery-image] May 28 05:06:19.407 INFO O| May 28 05:06:19.407 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-05-28T05:06:20.292Z[ recovery-image] May 28 05:06:19.414 INFO O| May 28 05:06:19.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54952026-05-28T05:06:20.293Z[ recovery-image] May 28 05:06:19.414 INFO O| May 28 05:06:19.414 INFO STEP 200 (remove_files) COMPLETE
54962026-05-28T05:06:20.293Z[ recovery-image] May 28 05:06:19.414 INFO O| May 28 05:06:19.414 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-05-28T05:06:20.327Z[ recovery-image] May 28 05:06:19.421 INFO O| May 28 05:06:19.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54982026-05-28T05:06:20.327Z[ recovery-image] May 28 05:06:19.421 INFO O| May 28 05:06:19.421 INFO STEP 201 (remove_files) COMPLETE
54992026-05-28T05:06:20.327Z[ recovery-image] May 28 05:06:19.421 INFO O| May 28 05:06:19.421 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.428 INFO O| May 28 05:06:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55012026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.428 INFO O| May 28 05:06:19.428 INFO STEP 202 (remove_files) COMPLETE
55022026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.428 INFO O| May 28 05:06:19.428 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.435 INFO O| May 28 05:06:19.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55042026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.435 INFO O| May 28 05:06:19.435 INFO STEP 203 (remove_files) COMPLETE
55052026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.435 INFO O| May 28 05:06:19.435 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.443 INFO O| May 28 05:06:19.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55072026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.443 INFO O| May 28 05:06:19.443 INFO STEP 204 (remove_files) COMPLETE
55082026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.443 INFO O| May 28 05:06:19.443 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.450 INFO O| May 28 05:06:19.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55102026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.450 INFO O| May 28 05:06:19.450 INFO STEP 205 (remove_files) COMPLETE
55112026-05-28T05:06:20.328Z[ recovery-image] May 28 05:06:19.450 INFO O| May 28 05:06:19.450 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-05-28T05:06:20.333Z[ recovery-image] May 28 05:06:19.457 INFO O| May 28 05:06:19.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55132026-05-28T05:06:20.333Z[ recovery-image] May 28 05:06:19.457 INFO O| May 28 05:06:19.457 INFO STEP 206 (remove_files) COMPLETE
55142026-05-28T05:06:20.338Z[ recovery-image] May 28 05:06:19.457 INFO O| May 28 05:06:19.457 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-05-28T05:06:20.342Z[ recovery-image] May 28 05:06:19.464 INFO O| May 28 05:06:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55162026-05-28T05:06:20.342Z[ recovery-image] May 28 05:06:19.464 INFO O| May 28 05:06:19.464 INFO STEP 207 (remove_files) COMPLETE
55172026-05-28T05:06:20.342Z[ recovery-image] May 28 05:06:19.464 INFO O| May 28 05:06:19.464 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-05-28T05:06:20.348Z[ recovery-image] May 28 05:06:19.471 INFO O| May 28 05:06:19.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55192026-05-28T05:06:20.348Z[ recovery-image] May 28 05:06:19.471 INFO O| May 28 05:06:19.471 INFO STEP 208 (remove_files) COMPLETE
55202026-05-28T05:06:20.348Z[ recovery-image] May 28 05:06:19.471 INFO O| May 28 05:06:19.471 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-05-28T05:06:20.355Z[ recovery-image] May 28 05:06:19.479 INFO O| May 28 05:06:19.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55222026-05-28T05:06:20.356Z[ recovery-image] May 28 05:06:19.479 INFO O| May 28 05:06:19.479 INFO STEP 209 (remove_files) COMPLETE
55232026-05-28T05:06:20.356Z[ recovery-image] May 28 05:06:19.479 INFO O| May 28 05:06:19.479 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-05-28T05:06:20.363Z[ recovery-image] May 28 05:06:19.486 INFO O| May 28 05:06:19.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55252026-05-28T05:06:20.363Z[ recovery-image] May 28 05:06:19.486 INFO O| May 28 05:06:19.486 INFO STEP 210 (remove_files) COMPLETE
55262026-05-28T05:06:20.363Z[ recovery-image] May 28 05:06:19.486 INFO O| May 28 05:06:19.486 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-05-28T05:06:20.370Z[ recovery-image] May 28 05:06:19.493 INFO O| May 28 05:06:19.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55282026-05-28T05:06:20.370Z[ recovery-image] May 28 05:06:19.493 INFO O| May 28 05:06:19.493 INFO STEP 211 (remove_files) COMPLETE
55292026-05-28T05:06:20.373Z[ recovery-image] May 28 05:06:19.493 INFO O| May 28 05:06:19.493 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-05-28T05:06:20.377Z[ recovery-image] May 28 05:06:19.501 INFO O| May 28 05:06:19.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55312026-05-28T05:06:20.377Z[ recovery-image] May 28 05:06:19.501 INFO O| May 28 05:06:19.501 INFO STEP 212 (remove_files) COMPLETE
55322026-05-28T05:06:20.377Z[ recovery-image] May 28 05:06:19.501 INFO O| May 28 05:06:19.501 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-05-28T05:06:20.385Z[ recovery-image] May 28 05:06:19.509 INFO O| May 28 05:06:19.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55342026-05-28T05:06:20.385Z[ recovery-image] May 28 05:06:19.509 INFO O| May 28 05:06:19.509 INFO STEP 213 (remove_files) COMPLETE
55352026-05-28T05:06:20.385Z[ recovery-image] May 28 05:06:19.509 INFO O| May 28 05:06:19.509 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-05-28T05:06:20.393Z[ recovery-image] May 28 05:06:19.516 INFO O| May 28 05:06:19.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55372026-05-28T05:06:20.393Z[ recovery-image] May 28 05:06:19.516 INFO O| May 28 05:06:19.516 INFO STEP 214 (remove_files) COMPLETE
55382026-05-28T05:06:20.393Z[ recovery-image] May 28 05:06:19.516 INFO O| May 28 05:06:19.516 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-05-28T05:06:20.400Z[ recovery-image] May 28 05:06:19.524 INFO O| May 28 05:06:19.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55402026-05-28T05:06:20.400Z[ recovery-image] May 28 05:06:19.524 INFO O| May 28 05:06:19.524 INFO STEP 215 (remove_files) COMPLETE
55412026-05-28T05:06:20.400Z[ recovery-image] May 28 05:06:19.524 INFO O| May 28 05:06:19.524 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-05-28T05:06:20.408Z[ recovery-image] May 28 05:06:19.531 INFO O| May 28 05:06:19.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55432026-05-28T05:06:20.408Z[ recovery-image] May 28 05:06:19.531 INFO O| May 28 05:06:19.531 INFO STEP 216 (remove_files) COMPLETE
55442026-05-28T05:06:20.408Z[ recovery-image] May 28 05:06:19.531 INFO O| May 28 05:06:19.531 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-05-28T05:06:20.415Z[ recovery-image] May 28 05:06:19.539 INFO O| May 28 05:06:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55462026-05-28T05:06:20.415Z[ recovery-image] May 28 05:06:19.539 INFO O| May 28 05:06:19.539 INFO STEP 217 (remove_files) COMPLETE
55472026-05-28T05:06:20.415Z[ recovery-image] May 28 05:06:19.539 INFO O| May 28 05:06:19.539 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-05-28T05:06:20.423Z[ recovery-image] May 28 05:06:19.546 INFO O| May 28 05:06:19.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55492026-05-28T05:06:20.423Z[ recovery-image] May 28 05:06:19.546 INFO O| May 28 05:06:19.546 INFO STEP 218 (remove_files) COMPLETE
55502026-05-28T05:06:20.423Z[ recovery-image] May 28 05:06:19.546 INFO O| May 28 05:06:19.546 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-05-28T05:06:20.430Z[ recovery-image] May 28 05:06:19.554 INFO O| May 28 05:06:19.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55522026-05-28T05:06:20.430Z[ recovery-image] May 28 05:06:19.554 INFO O| May 28 05:06:19.554 INFO STEP 219 (remove_files) COMPLETE
55532026-05-28T05:06:20.430Z[ recovery-image] May 28 05:06:19.554 INFO O| May 28 05:06:19.554 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-05-28T05:06:20.439Z[ recovery-image] May 28 05:06:19.562 INFO O| May 28 05:06:19.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55552026-05-28T05:06:20.439Z[ recovery-image] May 28 05:06:19.562 INFO O| May 28 05:06:19.562 INFO STEP 220 (remove_files) COMPLETE
55562026-05-28T05:06:20.442Z[ recovery-image] May 28 05:06:19.562 INFO O| May 28 05:06:19.562 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-05-28T05:06:20.449Z[ recovery-image] May 28 05:06:19.572 INFO O| May 28 05:06:19.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55582026-05-28T05:06:20.449Z[ recovery-image] May 28 05:06:19.572 INFO O| May 28 05:06:19.572 INFO STEP 221 (remove_files) COMPLETE
55592026-05-28T05:06:20.449Z[ recovery-image] May 28 05:06:19.572 INFO O| May 28 05:06:19.572 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-05-28T05:06:20.457Z[ recovery-image] May 28 05:06:19.581 INFO O| May 28 05:06:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55612026-05-28T05:06:20.457Z[ recovery-image] May 28 05:06:19.581 INFO O| May 28 05:06:19.581 INFO STEP 222 (remove_files) COMPLETE
55622026-05-28T05:06:20.457Z[ recovery-image] May 28 05:06:19.581 INFO O| May 28 05:06:19.581 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-05-28T05:06:20.465Z[ recovery-image] May 28 05:06:19.589 INFO O| May 28 05:06:19.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55642026-05-28T05:06:20.465Z[ recovery-image] May 28 05:06:19.589 INFO O| May 28 05:06:19.589 INFO STEP 223 (remove_files) COMPLETE
55652026-05-28T05:06:20.465Z[ recovery-image] May 28 05:06:19.589 INFO O| May 28 05:06:19.589 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-05-28T05:06:20.473Z[ recovery-image] May 28 05:06:19.596 INFO O| May 28 05:06:19.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55672026-05-28T05:06:20.473Z[ recovery-image] May 28 05:06:19.597 INFO O| May 28 05:06:19.596 INFO STEP 224 (remove_files) COMPLETE
55682026-05-28T05:06:20.476Z[ recovery-image] May 28 05:06:19.597 INFO O| May 28 05:06:19.597 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-05-28T05:06:20.481Z[ recovery-image] May 28 05:06:19.604 INFO O| May 28 05:06:19.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55702026-05-28T05:06:20.481Z[ recovery-image] May 28 05:06:19.605 INFO O| May 28 05:06:19.605 INFO STEP 225 (remove_files) COMPLETE
55712026-05-28T05:06:20.485Z[ recovery-image] May 28 05:06:19.605 INFO O| May 28 05:06:19.605 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-05-28T05:06:20.489Z[ recovery-image] May 28 05:06:19.613 INFO O| May 28 05:06:19.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55732026-05-28T05:06:20.489Z[ recovery-image] May 28 05:06:19.613 INFO O| May 28 05:06:19.613 INFO STEP 226 (remove_files) COMPLETE
55742026-05-28T05:06:20.493Z[ recovery-image] May 28 05:06:19.613 INFO O| May 28 05:06:19.613 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-05-28T05:06:20.498Z[ recovery-image] May 28 05:06:19.621 INFO O| May 28 05:06:19.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55762026-05-28T05:06:20.498Z[ recovery-image] May 28 05:06:19.621 INFO O| May 28 05:06:19.621 INFO STEP 227 (remove_files) COMPLETE
55772026-05-28T05:06:20.501Z[ recovery-image] May 28 05:06:19.621 INFO O| May 28 05:06:19.621 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-05-28T05:06:20.505Z[ recovery-image] May 28 05:06:19.629 INFO O| May 28 05:06:19.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55792026-05-28T05:06:20.505Z[ recovery-image] May 28 05:06:19.629 INFO O| May 28 05:06:19.629 INFO STEP 228 (remove_files) COMPLETE
55802026-05-28T05:06:20.509Z[ recovery-image] May 28 05:06:19.629 INFO O| May 28 05:06:19.629 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-05-28T05:06:20.513Z[ recovery-image] May 28 05:06:19.636 INFO O| May 28 05:06:19.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55822026-05-28T05:06:20.513Z[ recovery-image] May 28 05:06:19.636 INFO O| May 28 05:06:19.636 INFO STEP 229 (remove_files) COMPLETE
55832026-05-28T05:06:20.516Z[ recovery-image] May 28 05:06:19.636 INFO O| May 28 05:06:19.636 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-05-28T05:06:20.521Z[ recovery-image] May 28 05:06:19.644 INFO O| May 28 05:06:19.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55852026-05-28T05:06:20.521Z[ recovery-image] May 28 05:06:19.644 INFO O| May 28 05:06:19.644 INFO STEP 230 (remove_files) COMPLETE
55862026-05-28T05:06:20.524Z[ recovery-image] May 28 05:06:19.644 INFO O| May 28 05:06:19.644 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-05-28T05:06:20.529Z[ recovery-image] May 28 05:06:19.652 INFO O| May 28 05:06:19.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55882026-05-28T05:06:20.529Z[ recovery-image] May 28 05:06:19.652 INFO O| May 28 05:06:19.652 INFO STEP 231 (remove_files) COMPLETE
55892026-05-28T05:06:20.529Z[ recovery-image] May 28 05:06:19.652 INFO O| May 28 05:06:19.652 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-05-28T05:06:20.537Z[ recovery-image] May 28 05:06:19.661 INFO O| May 28 05:06:19.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55912026-05-28T05:06:20.537Z[ recovery-image] May 28 05:06:19.661 INFO O| May 28 05:06:19.661 INFO STEP 232 (remove_files) COMPLETE
55922026-05-28T05:06:20.538Z[ recovery-image] May 28 05:06:19.661 INFO O| May 28 05:06:19.661 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-05-28T05:06:20.545Z[ recovery-image] May 28 05:06:19.669 INFO O| May 28 05:06:19.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55942026-05-28T05:06:20.545Z[ recovery-image] May 28 05:06:19.669 INFO O| May 28 05:06:19.669 INFO STEP 233 (remove_files) COMPLETE
55952026-05-28T05:06:20.548Z[ recovery-image] May 28 05:06:19.669 INFO O| May 28 05:06:19.669 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-05-28T05:06:20.553Z[ recovery-image] May 28 05:06:19.676 INFO O| May 28 05:06:19.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55972026-05-28T05:06:20.553Z[ recovery-image] May 28 05:06:19.677 INFO O| May 28 05:06:19.676 INFO STEP 234 (remove_files) COMPLETE
55982026-05-28T05:06:20.556Z[ recovery-image] May 28 05:06:19.677 INFO O| May 28 05:06:19.677 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-05-28T05:06:20.561Z[ recovery-image] May 28 05:06:19.684 INFO O| May 28 05:06:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56002026-05-28T05:06:20.561Z[ recovery-image] May 28 05:06:19.684 INFO O| May 28 05:06:19.684 INFO STEP 235 (remove_files) COMPLETE
56012026-05-28T05:06:20.565Z[ recovery-image] May 28 05:06:19.684 INFO O| May 28 05:06:19.684 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.694 INFO O| May 28 05:06:19.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56032026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.694 INFO O| May 28 05:06:19.694 INFO STEP 236 (remove_files) COMPLETE
56042026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.694 INFO O| May 28 05:06:19.694 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.703 INFO O| May 28 05:06:19.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56062026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.703 INFO O| May 28 05:06:19.703 INFO STEP 237 (remove_files) COMPLETE
56072026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.703 INFO O| May 28 05:06:19.703 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.712 INFO O| May 28 05:06:19.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56092026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.712 INFO O| May 28 05:06:19.712 INFO STEP 238 (remove_files) COMPLETE
56102026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.712 INFO O| May 28 05:06:19.712 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.721 INFO O| May 28 05:06:19.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56122026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.721 INFO O| May 28 05:06:19.721 INFO STEP 239 (remove_files) COMPLETE
56132026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.721 INFO O| May 28 05:06:19.721 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.729 INFO O| May 28 05:06:19.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56152026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.729 INFO O| May 28 05:06:19.729 INFO STEP 240 (remove_files) COMPLETE
56162026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.729 INFO O| May 28 05:06:19.729 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.738 INFO O| May 28 05:06:19.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56182026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.738 INFO O| May 28 05:06:19.738 INFO STEP 241 (remove_files) COMPLETE
56192026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.738 INFO O| May 28 05:06:19.738 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.746 INFO O| May 28 05:06:19.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56212026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.746 INFO O| May 28 05:06:19.746 INFO STEP 242 (remove_files) COMPLETE
56222026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.746 INFO O| May 28 05:06:19.746 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.754 INFO O| May 28 05:06:19.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56242026-05-28T05:06:20.643Z[ recovery-image] May 28 05:06:19.754 INFO O| May 28 05:06:19.754 INFO STEP 243 (remove_files) COMPLETE
56252026-05-28T05:06:20.644Z[ recovery-image] May 28 05:06:19.754 INFO O| May 28 05:06:19.754 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-05-28T05:06:20.644Z[ recovery-image] May 28 05:06:19.762 INFO O| May 28 05:06:19.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56272026-05-28T05:06:20.644Z[ recovery-image] May 28 05:06:19.762 INFO O| May 28 05:06:19.762 INFO STEP 244 (remove_files) COMPLETE
56282026-05-28T05:06:20.644Z[ recovery-image] May 28 05:06:19.762 INFO O| May 28 05:06:19.762 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-05-28T05:06:20.647Z[ recovery-image] May 28 05:06:19.770 INFO O| May 28 05:06:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56302026-05-28T05:06:20.647Z[ recovery-image] May 28 05:06:19.770 INFO O| May 28 05:06:19.770 INFO STEP 245 (remove_files) COMPLETE
56312026-05-28T05:06:20.647Z[ recovery-image] May 28 05:06:19.770 INFO O| May 28 05:06:19.770 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-05-28T05:06:20.654Z[ recovery-image] May 28 05:06:19.778 INFO O| May 28 05:06:19.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56332026-05-28T05:06:20.655Z[ recovery-image] May 28 05:06:19.778 INFO O| May 28 05:06:19.778 INFO STEP 246 (remove_files) COMPLETE
56342026-05-28T05:06:20.655Z[ recovery-image] May 28 05:06:19.778 INFO O| May 28 05:06:19.778 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-05-28T05:06:20.662Z[ recovery-image] May 28 05:06:19.785 INFO O| May 28 05:06:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56362026-05-28T05:06:20.662Z[ recovery-image] May 28 05:06:19.785 INFO O| May 28 05:06:19.785 INFO STEP 247 (remove_files) COMPLETE
56372026-05-28T05:06:20.665Z[ recovery-image] May 28 05:06:19.785 INFO O| May 28 05:06:19.785 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-05-28T05:06:20.678Z[ recovery-image] May 28 05:06:19.801 INFO O| May 28 05:06:19.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56392026-05-28T05:06:20.678Z[ recovery-image] May 28 05:06:19.801 INFO O| May 28 05:06:19.801 INFO STEP 248 (remove_files) COMPLETE
56402026-05-28T05:06:20.678Z[ recovery-image] May 28 05:06:19.801 INFO O| May 28 05:06:19.801 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-05-28T05:06:20.686Z[ recovery-image] May 28 05:06:19.810 INFO O| May 28 05:06:19.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56422026-05-28T05:06:20.686Z[ recovery-image] May 28 05:06:19.810 INFO O| May 28 05:06:19.810 INFO STEP 249 (remove_files) COMPLETE
56432026-05-28T05:06:20.689Z[ recovery-image] May 28 05:06:19.810 INFO O| May 28 05:06:19.810 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-05-28T05:06:20.694Z[ recovery-image] May 28 05:06:19.817 INFO O| May 28 05:06:19.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56452026-05-28T05:06:20.694Z[ recovery-image] May 28 05:06:19.817 INFO O| May 28 05:06:19.817 INFO STEP 250 (remove_files) COMPLETE
56462026-05-28T05:06:20.698Z[ recovery-image] May 28 05:06:19.817 INFO O| May 28 05:06:19.817 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-05-28T05:06:20.701Z[ recovery-image] May 28 05:06:19.824 INFO O| May 28 05:06:19.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56482026-05-28T05:06:20.701Z[ recovery-image] May 28 05:06:19.825 INFO O| May 28 05:06:19.824 INFO STEP 251 (remove_files) COMPLETE
56492026-05-28T05:06:20.701Z[ recovery-image] May 28 05:06:19.825 INFO O| May 28 05:06:19.824 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-05-28T05:06:20.708Z[ recovery-image] May 28 05:06:19.832 INFO O| May 28 05:06:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56512026-05-28T05:06:20.708Z[ recovery-image] May 28 05:06:19.832 INFO O| May 28 05:06:19.832 INFO STEP 252 (remove_files) COMPLETE
56522026-05-28T05:06:20.711Z[ recovery-image] May 28 05:06:19.832 INFO O| May 28 05:06:19.832 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-05-28T05:06:20.720Z[ recovery-image] May 28 05:06:19.840 INFO O| May 28 05:06:19.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56542026-05-28T05:06:20.720Z[ recovery-image] May 28 05:06:19.840 INFO O| May 28 05:06:19.840 INFO STEP 253 (remove_files) COMPLETE
56552026-05-28T05:06:20.723Z[ recovery-image] May 28 05:06:19.840 INFO O| May 28 05:06:19.840 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-05-28T05:06:20.725Z[ recovery-image] May 28 05:06:19.847 INFO O| May 28 05:06:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56572026-05-28T05:06:20.725Z[ recovery-image] May 28 05:06:19.847 INFO O| May 28 05:06:19.847 INFO STEP 254 (remove_files) COMPLETE
56582026-05-28T05:06:20.725Z[ recovery-image] May 28 05:06:19.847 INFO O| May 28 05:06:19.847 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-05-28T05:06:20.731Z[ recovery-image] May 28 05:06:19.854 INFO O| May 28 05:06:19.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56602026-05-28T05:06:20.731Z[ recovery-image] May 28 05:06:19.854 INFO O| May 28 05:06:19.854 INFO STEP 255 (remove_files) COMPLETE
56612026-05-28T05:06:20.734Z[ recovery-image] May 28 05:06:19.854 INFO O| May 28 05:06:19.854 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-05-28T05:06:20.741Z[ recovery-image] May 28 05:06:19.861 INFO O| May 28 05:06:19.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56632026-05-28T05:06:20.759Z[ recovery-image] May 28 05:06:19.882 INFO O| May 28 05:06:19.882 INFO STEP 256 (remove_files) COMPLETE
56642026-05-28T05:06:20.759Z[ recovery-image] May 28 05:06:19.882 INFO O| May 28 05:06:19.882 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-05-28T05:06:20.803Z[ recovery-image] May 28 05:06:19.926 INFO O| May 28 05:06:19.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56662026-05-28T05:06:20.803Z[ recovery-image] May 28 05:06:19.926 INFO O| May 28 05:06:19.926 INFO STEP 257 (remove_files) COMPLETE
56672026-05-28T05:06:20.803Z[ recovery-image] May 28 05:06:19.926 INFO O| May 28 05:06:19.926 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-05-28T05:06:20.810Z[ recovery-image] May 28 05:06:19.933 INFO O| May 28 05:06:19.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56692026-05-28T05:06:20.810Z[ recovery-image] May 28 05:06:19.934 INFO O| May 28 05:06:19.933 INFO STEP 258 (remove_files) COMPLETE
56702026-05-28T05:06:20.813Z[ recovery-image] May 28 05:06:19.934 INFO O| May 28 05:06:19.933 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-05-28T05:06:20.851Z[ recovery-image] May 28 05:06:19.975 INFO O| May 28 05:06:19.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56722026-05-28T05:06:20.852Z[ recovery-image] May 28 05:06:19.975 INFO O| May 28 05:06:19.975 INFO STEP 259 (remove_files) COMPLETE
56732026-05-28T05:06:20.852Z[ recovery-image] May 28 05:06:19.975 INFO O| May 28 05:06:19.975 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-05-28T05:06:20.860Z[ recovery-image] May 28 05:06:19.983 INFO O| May 28 05:06:19.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56752026-05-28T05:06:20.860Z[ recovery-image] May 28 05:06:19.983 INFO O| May 28 05:06:19.983 INFO STEP 260 (remove_files) COMPLETE
56762026-05-28T05:06:20.863Z[ recovery-image] May 28 05:06:19.983 INFO O| May 28 05:06:19.983 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-05-28T05:06:20.867Z[ recovery-image] May 28 05:06:19.991 INFO O| May 28 05:06:19.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56782026-05-28T05:06:20.867Z[ recovery-image] May 28 05:06:19.991 INFO O| May 28 05:06:19.991 INFO STEP 261 (remove_files) COMPLETE
56792026-05-28T05:06:20.868Z[ recovery-image] May 28 05:06:19.991 INFO O| May 28 05:06:19.991 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-05-28T05:06:20.875Z[ recovery-image] May 28 05:06:19.999 INFO O| May 28 05:06:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56812026-05-28T05:06:20.875Z[ recovery-image] May 28 05:06:19.999 INFO O| May 28 05:06:19.999 INFO STEP 262 (remove_files) COMPLETE
56822026-05-28T05:06:20.875Z[ recovery-image] May 28 05:06:19.999 INFO O| May 28 05:06:19.999 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-05-28T05:06:20.884Z[ recovery-image] May 28 05:06:20.007 INFO O| May 28 05:06:20.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56842026-05-28T05:06:20.884Z[ recovery-image] May 28 05:06:20.008 INFO O| May 28 05:06:20.008 INFO STEP 263 (remove_files) COMPLETE
56852026-05-28T05:06:20.884Z[ recovery-image] May 28 05:06:20.008 INFO O| May 28 05:06:20.008 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-05-28T05:06:20.892Z[ recovery-image] May 28 05:06:20.016 INFO O| May 28 05:06:20.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56872026-05-28T05:06:20.892Z[ recovery-image] May 28 05:06:20.016 INFO O| May 28 05:06:20.016 INFO STEP 264 (remove_files) COMPLETE
56882026-05-28T05:06:20.892Z[ recovery-image] May 28 05:06:20.016 INFO O| May 28 05:06:20.016 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-05-28T05:06:20.921Z[ recovery-image] May 28 05:06:20.045 INFO O| May 28 05:06:20.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56902026-05-28T05:06:20.921Z[ recovery-image] May 28 05:06:20.045 INFO O| May 28 05:06:20.045 INFO STEP 265 (remove_files) COMPLETE
56912026-05-28T05:06:20.924Z[ recovery-image] May 28 05:06:20.045 INFO O| May 28 05:06:20.045 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-05-28T05:06:20.941Z[ recovery-image] May 28 05:06:20.065 INFO O| May 28 05:06:20.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56932026-05-28T05:06:20.944Z[ recovery-image] May 28 05:06:20.066 INFO O| May 28 05:06:20.065 INFO STEP 266 (remove_files) COMPLETE
56942026-05-28T05:06:20.944Z[ recovery-image] May 28 05:06:20.066 INFO O| May 28 05:06:20.065 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-05-28T05:06:20.953Z[ recovery-image] May 28 05:06:20.075 INFO O| May 28 05:06:20.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56962026-05-28T05:06:20.953Z[ recovery-image] May 28 05:06:20.075 INFO O| May 28 05:06:20.075 INFO STEP 267 (remove_files) COMPLETE
56972026-05-28T05:06:20.956Z[ recovery-image] May 28 05:06:20.075 INFO O| May 28 05:06:20.075 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-05-28T05:06:20.963Z[ recovery-image] May 28 05:06:20.087 INFO O| May 28 05:06:20.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56992026-05-28T05:06:20.963Z[ recovery-image] May 28 05:06:20.087 INFO O| May 28 05:06:20.087 INFO STEP 268 (remove_files) COMPLETE
57002026-05-28T05:06:20.963Z[ recovery-image] May 28 05:06:20.087 INFO O| May 28 05:06:20.087 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-05-28T05:06:20.972Z[ recovery-image] May 28 05:06:20.096 INFO O| May 28 05:06:20.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57022026-05-28T05:06:20.972Z[ recovery-image] May 28 05:06:20.096 INFO O| May 28 05:06:20.096 INFO STEP 269 (remove_files) COMPLETE
57032026-05-28T05:06:20.975Z[ recovery-image] May 28 05:06:20.096 INFO O| May 28 05:06:20.096 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-28T05:06:20.980Z[ recovery-image] May 28 05:06:20.104 INFO O| May 28 05:06:20.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57052026-05-28T05:06:20.980Z[ recovery-image] May 28 05:06:20.104 INFO O| May 28 05:06:20.104 INFO STEP 270 (remove_files) COMPLETE
57062026-05-28T05:06:20.980Z[ recovery-image] May 28 05:06:20.104 INFO O| May 28 05:06:20.104 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-05-28T05:06:20.990Z[ recovery-image] May 28 05:06:20.113 INFO O| May 28 05:06:20.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57082026-05-28T05:06:20.990Z[ recovery-image] May 28 05:06:20.113 INFO O| May 28 05:06:20.113 INFO STEP 271 (remove_files) COMPLETE
57092026-05-28T05:06:20.993Z[ recovery-image] May 28 05:06:20.113 INFO O| May 28 05:06:20.113 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-05-28T05:06:20.997Z[ recovery-image] May 28 05:06:20.120 INFO O| May 28 05:06:20.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57112026-05-28T05:06:20.997Z[ recovery-image] May 28 05:06:20.120 INFO O| May 28 05:06:20.120 INFO STEP 272 (remove_files) COMPLETE
57122026-05-28T05:06:20.997Z[ recovery-image] May 28 05:06:20.120 INFO O| May 28 05:06:20.120 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-28T05:06:21.004Z[ recovery-image] May 28 05:06:20.127 INFO O| May 28 05:06:20.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57142026-05-28T05:06:21.004Z[ recovery-image] May 28 05:06:20.127 INFO O| May 28 05:06:20.127 INFO STEP 273 (remove_files) COMPLETE
57152026-05-28T05:06:21.004Z[ recovery-image] May 28 05:06:20.127 INFO O| May 28 05:06:20.127 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-28T05:06:21.011Z[ recovery-image] May 28 05:06:20.134 INFO O| May 28 05:06:20.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57172026-05-28T05:06:21.011Z[ recovery-image] May 28 05:06:20.135 INFO O| May 28 05:06:20.135 INFO STEP 274 (remove_files) COMPLETE
57182026-05-28T05:06:21.011Z[ recovery-image] May 28 05:06:20.135 INFO O| May 28 05:06:20.135 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-28T05:06:21.018Z[ recovery-image] May 28 05:06:20.141 INFO O| May 28 05:06:20.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57202026-05-28T05:06:21.018Z[ recovery-image] May 28 05:06:20.142 INFO O| May 28 05:06:20.141 INFO STEP 275 (remove_files) COMPLETE
57212026-05-28T05:06:21.018Z[ recovery-image] May 28 05:06:20.142 INFO O| May 28 05:06:20.141 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-28T05:06:21.025Z[ recovery-image] May 28 05:06:20.149 INFO O| May 28 05:06:20.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57232026-05-28T05:06:21.025Z[ recovery-image] May 28 05:06:20.149 INFO O| May 28 05:06:20.149 INFO STEP 276 (remove_files) COMPLETE
57242026-05-28T05:06:21.028Z[ recovery-image] May 28 05:06:20.149 INFO O| May 28 05:06:20.149 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-28T05:06:21.032Z[ recovery-image] May 28 05:06:20.156 INFO O| May 28 05:06:20.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57262026-05-28T05:06:21.032Z[ recovery-image] May 28 05:06:20.156 INFO O| May 28 05:06:20.156 INFO STEP 277 (remove_files) COMPLETE
57272026-05-28T05:06:21.036Z[ recovery-image] May 28 05:06:20.156 INFO O| May 28 05:06:20.156 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-28T05:06:21.040Z[ recovery-image] May 28 05:06:20.162 INFO O| May 28 05:06:20.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57292026-05-28T05:06:21.040Z[ recovery-image] May 28 05:06:20.163 INFO O| May 28 05:06:20.163 INFO STEP 278 (remove_files) COMPLETE
57302026-05-28T05:06:21.040Z[ recovery-image] May 28 05:06:20.163 INFO O| May 28 05:06:20.163 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-28T05:06:21.046Z[ recovery-image] May 28 05:06:20.170 INFO O| May 28 05:06:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57322026-05-28T05:06:21.046Z[ recovery-image] May 28 05:06:20.170 INFO O| May 28 05:06:20.170 INFO STEP 279 (remove_files) COMPLETE
57332026-05-28T05:06:21.046Z[ recovery-image] May 28 05:06:20.170 INFO O| May 28 05:06:20.170 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-28T05:06:21.053Z[ recovery-image] May 28 05:06:20.177 INFO O| May 28 05:06:20.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57352026-05-28T05:06:21.053Z[ recovery-image] May 28 05:06:20.177 INFO O| May 28 05:06:20.177 INFO STEP 280 (remove_files) COMPLETE
57362026-05-28T05:06:21.053Z[ recovery-image] May 28 05:06:20.177 INFO O| May 28 05:06:20.177 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-28T05:06:21.060Z[ recovery-image] May 28 05:06:20.184 INFO O| May 28 05:06:20.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57382026-05-28T05:06:21.060Z[ recovery-image] May 28 05:06:20.184 INFO O| May 28 05:06:20.184 INFO STEP 281 (remove_files) COMPLETE
57392026-05-28T05:06:21.063Z[ recovery-image] May 28 05:06:20.184 INFO O| May 28 05:06:20.184 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-28T05:06:21.068Z[ recovery-image] May 28 05:06:20.191 INFO O| May 28 05:06:20.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57412026-05-28T05:06:21.068Z[ recovery-image] May 28 05:06:20.191 INFO O| May 28 05:06:20.191 INFO STEP 282 (remove_files) COMPLETE
57422026-05-28T05:06:21.068Z[ recovery-image] May 28 05:06:20.191 INFO O| May 28 05:06:20.191 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-28T05:06:21.075Z[ recovery-image] May 28 05:06:20.198 INFO O| May 28 05:06:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57442026-05-28T05:06:21.075Z[ recovery-image] May 28 05:06:20.198 INFO O| May 28 05:06:20.198 INFO STEP 283 (remove_files) COMPLETE
57452026-05-28T05:06:21.078Z[ recovery-image] May 28 05:06:20.198 INFO O| May 28 05:06:20.198 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-28T05:06:21.083Z[ recovery-image] May 28 05:06:20.205 INFO O| May 28 05:06:20.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57472026-05-28T05:06:21.083Z[ recovery-image] May 28 05:06:20.205 INFO O| May 28 05:06:20.205 INFO STEP 284 (remove_files) COMPLETE
57482026-05-28T05:06:21.085Z[ recovery-image] May 28 05:06:20.205 INFO O| May 28 05:06:20.205 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-05-28T05:06:21.089Z[ recovery-image] May 28 05:06:20.213 INFO O| May 28 05:06:20.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57502026-05-28T05:06:21.089Z[ recovery-image] May 28 05:06:20.213 INFO O| May 28 05:06:20.213 INFO STEP 285 (remove_files) COMPLETE
57512026-05-28T05:06:21.092Z[ recovery-image] May 28 05:06:20.213 INFO O| May 28 05:06:20.213 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-05-28T05:06:21.096Z[ recovery-image] May 28 05:06:20.220 INFO O| May 28 05:06:20.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57532026-05-28T05:06:21.096Z[ recovery-image] May 28 05:06:20.220 INFO O| May 28 05:06:20.220 INFO STEP 286 (remove_files) COMPLETE
57542026-05-28T05:06:21.096Z[ recovery-image] May 28 05:06:20.220 INFO O| May 28 05:06:20.220 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-28T05:06:21.103Z[ recovery-image] May 28 05:06:20.226 INFO O| May 28 05:06:20.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57562026-05-28T05:06:21.103Z[ recovery-image] May 28 05:06:20.226 INFO O| May 28 05:06:20.226 INFO STEP 287 (remove_files) COMPLETE
57572026-05-28T05:06:21.103Z[ recovery-image] May 28 05:06:20.226 INFO O| May 28 05:06:20.226 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-28T05:06:21.109Z[ recovery-image] May 28 05:06:20.233 INFO O| May 28 05:06:20.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57592026-05-28T05:06:21.109Z[ recovery-image] May 28 05:06:20.233 INFO O| May 28 05:06:20.233 INFO STEP 288 (remove_files) COMPLETE
57602026-05-28T05:06:21.109Z[ recovery-image] May 28 05:06:20.233 INFO O| May 28 05:06:20.233 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-28T05:06:21.116Z[ recovery-image] May 28 05:06:20.239 INFO O| May 28 05:06:20.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57622026-05-28T05:06:21.116Z[ recovery-image] May 28 05:06:20.239 INFO O| May 28 05:06:20.239 INFO STEP 289 (remove_files) COMPLETE
57632026-05-28T05:06:21.116Z[ recovery-image] May 28 05:06:20.239 INFO O| May 28 05:06:20.239 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-28T05:06:21.123Z[ recovery-image] May 28 05:06:20.246 INFO O| May 28 05:06:20.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57652026-05-28T05:06:21.123Z[ recovery-image] May 28 05:06:20.246 INFO O| May 28 05:06:20.246 INFO STEP 290 (remove_files) COMPLETE
57662026-05-28T05:06:21.126Z[ recovery-image] May 28 05:06:20.246 INFO O| May 28 05:06:20.246 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-28T05:06:21.130Z[ recovery-image] May 28 05:06:20.253 INFO O| May 28 05:06:20.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57682026-05-28T05:06:21.130Z[ recovery-image] May 28 05:06:20.253 INFO O| May 28 05:06:20.253 INFO STEP 291 (remove_files) COMPLETE
57692026-05-28T05:06:21.133Z[ recovery-image] May 28 05:06:20.253 INFO O| May 28 05:06:20.253 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-28T05:06:21.137Z[ recovery-image] May 28 05:06:20.260 INFO O| May 28 05:06:20.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57712026-05-28T05:06:21.137Z[ recovery-image] May 28 05:06:20.260 INFO O| May 28 05:06:20.260 INFO STEP 292 (remove_files) COMPLETE
57722026-05-28T05:06:21.139Z[ recovery-image] May 28 05:06:20.260 INFO O| May 28 05:06:20.260 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-28T05:06:21.143Z[ recovery-image] May 28 05:06:20.267 INFO O| May 28 05:06:20.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57742026-05-28T05:06:21.143Z[ recovery-image] May 28 05:06:20.267 INFO O| May 28 05:06:20.267 INFO STEP 293 (remove_files) COMPLETE
57752026-05-28T05:06:21.146Z[ recovery-image] May 28 05:06:20.267 INFO O| May 28 05:06:20.267 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-28T05:06:21.151Z[ recovery-image] May 28 05:06:20.274 INFO O| May 28 05:06:20.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57772026-05-28T05:06:21.152Z[ recovery-image] May 28 05:06:20.274 INFO O| May 28 05:06:20.274 INFO STEP 294 (remove_files) COMPLETE
57782026-05-28T05:06:21.152Z[ recovery-image] May 28 05:06:20.274 INFO O| May 28 05:06:20.274 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-28T05:06:21.158Z[ recovery-image] May 28 05:06:20.281 INFO O| May 28 05:06:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57802026-05-28T05:06:21.158Z[ recovery-image] May 28 05:06:20.281 INFO O| May 28 05:06:20.281 INFO STEP 295 (remove_files) COMPLETE
57812026-05-28T05:06:21.158Z[ recovery-image] May 28 05:06:20.281 INFO O| May 28 05:06:20.281 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-28T05:06:21.166Z[ recovery-image] May 28 05:06:20.290 INFO O| May 28 05:06:20.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57832026-05-28T05:06:21.166Z[ recovery-image] May 28 05:06:20.290 INFO O| May 28 05:06:20.290 INFO STEP 296 (remove_files) COMPLETE
57842026-05-28T05:06:21.169Z[ recovery-image] May 28 05:06:20.290 INFO O| May 28 05:06:20.290 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-28T05:06:21.174Z[ recovery-image] May 28 05:06:20.298 INFO O| May 28 05:06:20.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57862026-05-28T05:06:21.174Z[ recovery-image] May 28 05:06:20.298 INFO O| May 28 05:06:20.298 INFO STEP 297 (remove_files) COMPLETE
57872026-05-28T05:06:21.174Z[ recovery-image] May 28 05:06:20.298 INFO O| May 28 05:06:20.298 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-28T05:06:21.183Z[ recovery-image] May 28 05:06:20.306 INFO O| May 28 05:06:20.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57892026-05-28T05:06:21.183Z[ recovery-image] May 28 05:06:20.306 INFO O| May 28 05:06:20.306 INFO STEP 298 (remove_files) COMPLETE
57902026-05-28T05:06:21.186Z[ recovery-image] May 28 05:06:20.306 INFO O| May 28 05:06:20.306 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-28T05:06:21.191Z[ recovery-image] May 28 05:06:20.315 INFO O| May 28 05:06:20.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57922026-05-28T05:06:21.191Z[ recovery-image] May 28 05:06:20.315 INFO O| May 28 05:06:20.315 INFO STEP 299 (remove_files) COMPLETE
57932026-05-28T05:06:21.196Z[ recovery-image] May 28 05:06:20.315 INFO O| May 28 05:06:20.315 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-28T05:06:21.200Z[ recovery-image] May 28 05:06:20.323 INFO O| May 28 05:06:20.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57952026-05-28T05:06:21.200Z[ recovery-image] May 28 05:06:20.323 INFO O| May 28 05:06:20.323 INFO STEP 300 (remove_files) COMPLETE
57962026-05-28T05:06:21.200Z[ recovery-image] May 28 05:06:20.323 INFO O| May 28 05:06:20.323 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-28T05:06:21.208Z[ recovery-image] May 28 05:06:20.331 INFO O| May 28 05:06:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57982026-05-28T05:06:21.208Z[ recovery-image] May 28 05:06:20.331 INFO O| May 28 05:06:20.331 INFO STEP 301 (remove_files) COMPLETE
57992026-05-28T05:06:21.208Z[ recovery-image] May 28 05:06:20.331 INFO O| May 28 05:06:20.331 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-28T05:06:21.215Z[ recovery-image] May 28 05:06:20.339 INFO O| May 28 05:06:20.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58012026-05-28T05:06:21.221Z[ recovery-image] May 28 05:06:20.340 INFO O| May 28 05:06:20.339 INFO STEP 302 (remove_files) COMPLETE
58022026-05-28T05:06:21.221Z[ recovery-image] May 28 05:06:20.340 INFO O| May 28 05:06:20.339 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-28T05:06:21.227Z[ recovery-image] May 28 05:06:20.347 INFO O| May 28 05:06:20.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58042026-05-28T05:06:21.227Z[ recovery-image] May 28 05:06:20.347 INFO O| May 28 05:06:20.347 INFO STEP 303 (remove_files) COMPLETE
58052026-05-28T05:06:21.227Z[ recovery-image] May 28 05:06:20.347 INFO O| May 28 05:06:20.347 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-28T05:06:21.232Z[ recovery-image] May 28 05:06:20.355 INFO O| May 28 05:06:20.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58072026-05-28T05:06:21.232Z[ recovery-image] May 28 05:06:20.355 INFO O| May 28 05:06:20.355 INFO STEP 304 (remove_files) COMPLETE
58082026-05-28T05:06:21.235Z[ recovery-image] May 28 05:06:20.355 INFO O| May 28 05:06:20.355 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-28T05:06:21.239Z[ recovery-image] May 28 05:06:20.362 INFO O| May 28 05:06:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58102026-05-28T05:06:21.239Z[ recovery-image] May 28 05:06:20.363 INFO O| May 28 05:06:20.363 INFO STEP 305 (remove_files) COMPLETE
58112026-05-28T05:06:21.242Z[ recovery-image] May 28 05:06:20.363 INFO O| May 28 05:06:20.363 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-28T05:06:21.246Z[ recovery-image] May 28 05:06:20.370 INFO O| May 28 05:06:20.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58132026-05-28T05:06:21.246Z[ recovery-image] May 28 05:06:20.370 INFO O| May 28 05:06:20.370 INFO STEP 306 (remove_files) COMPLETE
58142026-05-28T05:06:21.250Z[ recovery-image] May 28 05:06:20.370 INFO O| May 28 05:06:20.370 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-28T05:06:21.254Z[ recovery-image] May 28 05:06:20.378 INFO O| May 28 05:06:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58162026-05-28T05:06:21.254Z[ recovery-image] May 28 05:06:20.378 INFO O| May 28 05:06:20.378 INFO STEP 307 (remove_files) COMPLETE
58172026-05-28T05:06:21.254Z[ recovery-image] May 28 05:06:20.378 INFO O| May 28 05:06:20.378 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-28T05:06:21.262Z[ recovery-image] May 28 05:06:20.385 INFO O| May 28 05:06:20.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58192026-05-28T05:06:21.262Z[ recovery-image] May 28 05:06:20.385 INFO O| May 28 05:06:20.385 INFO STEP 308 (remove_files) COMPLETE
58202026-05-28T05:06:21.262Z[ recovery-image] May 28 05:06:20.385 INFO O| May 28 05:06:20.385 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-28T05:06:21.269Z[ recovery-image] May 28 05:06:20.393 INFO O| May 28 05:06:20.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58222026-05-28T05:06:21.269Z[ recovery-image] May 28 05:06:20.393 INFO O| May 28 05:06:20.393 INFO STEP 309 (remove_files) COMPLETE
58232026-05-28T05:06:21.272Z[ recovery-image] May 28 05:06:20.393 INFO O| May 28 05:06:20.393 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-28T05:06:21.276Z[ recovery-image] May 28 05:06:20.400 INFO O| May 28 05:06:20.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58252026-05-28T05:06:21.276Z[ recovery-image] May 28 05:06:20.400 INFO O| May 28 05:06:20.400 INFO STEP 310 (remove_files) COMPLETE
58262026-05-28T05:06:21.276Z[ recovery-image] May 28 05:06:20.400 INFO O| May 28 05:06:20.400 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-28T05:06:21.283Z[ recovery-image] May 28 05:06:20.407 INFO O| May 28 05:06:20.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58282026-05-28T05:06:21.283Z[ recovery-image] May 28 05:06:20.407 INFO O| May 28 05:06:20.407 INFO STEP 311 (remove_files) COMPLETE
58292026-05-28T05:06:21.286Z[ recovery-image] May 28 05:06:20.407 INFO O| May 28 05:06:20.407 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-28T05:06:21.290Z[ recovery-image] May 28 05:06:20.414 INFO O| May 28 05:06:20.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58312026-05-28T05:06:21.291Z[ recovery-image] May 28 05:06:20.414 INFO O| May 28 05:06:20.414 INFO STEP 312 (remove_files) COMPLETE
58322026-05-28T05:06:21.291Z[ recovery-image] May 28 05:06:20.414 INFO O| May 28 05:06:20.414 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-28T05:06:21.297Z[ recovery-image] May 28 05:06:20.421 INFO O| May 28 05:06:20.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58342026-05-28T05:06:21.297Z[ recovery-image] May 28 05:06:20.421 INFO O| May 28 05:06:20.421 INFO STEP 313 (remove_files) COMPLETE
58352026-05-28T05:06:21.300Z[ recovery-image] May 28 05:06:20.421 INFO O| May 28 05:06:20.421 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-28T05:06:21.304Z[ recovery-image] May 28 05:06:20.428 INFO O| May 28 05:06:20.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58372026-05-28T05:06:21.304Z[ recovery-image] May 28 05:06:20.428 INFO O| May 28 05:06:20.428 INFO STEP 314 (remove_files) COMPLETE
58382026-05-28T05:06:21.307Z[ recovery-image] May 28 05:06:20.428 INFO O| May 28 05:06:20.428 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-28T05:06:21.311Z[ recovery-image] May 28 05:06:20.434 INFO O| May 28 05:06:20.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58402026-05-28T05:06:21.311Z[ recovery-image] May 28 05:06:20.434 INFO O| May 28 05:06:20.434 INFO STEP 315 (remove_files) COMPLETE
58412026-05-28T05:06:21.313Z[ recovery-image] May 28 05:06:20.434 INFO O| May 28 05:06:20.434 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-28T05:06:21.317Z[ recovery-image] May 28 05:06:20.441 INFO O| May 28 05:06:20.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58432026-05-28T05:06:21.317Z[ recovery-image] May 28 05:06:20.441 INFO O| May 28 05:06:20.441 INFO STEP 316 (remove_files) COMPLETE
58442026-05-28T05:06:21.320Z[ recovery-image] May 28 05:06:20.441 INFO O| May 28 05:06:20.441 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-28T05:06:21.324Z[ recovery-image] May 28 05:06:20.448 INFO O| May 28 05:06:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58462026-05-28T05:06:21.324Z[ recovery-image] May 28 05:06:20.448 INFO O| May 28 05:06:20.448 INFO STEP 317 (remove_files) COMPLETE
58472026-05-28T05:06:21.327Z[ recovery-image] May 28 05:06:20.448 INFO O| May 28 05:06:20.448 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-28T05:06:21.334Z[ recovery-image] May 28 05:06:20.454 INFO O| May 28 05:06:20.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58492026-05-28T05:06:21.334Z[ recovery-image] May 28 05:06:20.454 INFO O| May 28 05:06:20.454 INFO STEP 318 (remove_files) COMPLETE
58502026-05-28T05:06:21.334Z[ recovery-image] May 28 05:06:20.454 INFO O| May 28 05:06:20.454 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-28T05:06:21.338Z[ recovery-image] May 28 05:06:20.461 INFO O| May 28 05:06:20.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58522026-05-28T05:06:21.338Z[ recovery-image] May 28 05:06:20.461 INFO O| May 28 05:06:20.461 INFO STEP 319 (remove_files) COMPLETE
58532026-05-28T05:06:21.340Z[ recovery-image] May 28 05:06:20.461 INFO O| May 28 05:06:20.461 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-28T05:06:21.348Z[ recovery-image] May 28 05:06:20.471 INFO O| May 28 05:06:20.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58552026-05-28T05:06:21.348Z[ recovery-image] May 28 05:06:20.472 INFO O| May 28 05:06:20.472 INFO STEP 320 (remove_files) COMPLETE
58562026-05-28T05:06:21.348Z[ recovery-image] May 28 05:06:20.472 INFO O| May 28 05:06:20.472 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-28T05:06:21.358Z[ recovery-image] May 28 05:06:20.482 INFO O| May 28 05:06:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58582026-05-28T05:06:21.358Z[ recovery-image] May 28 05:06:20.482 INFO O| May 28 05:06:20.482 INFO STEP 321 (remove_files) COMPLETE
58592026-05-28T05:06:21.359Z[ recovery-image] May 28 05:06:20.482 INFO O| May 28 05:06:20.482 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-28T05:06:21.369Z[ recovery-image] May 28 05:06:20.492 INFO O| May 28 05:06:20.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58612026-05-28T05:06:21.369Z[ recovery-image] May 28 05:06:20.492 INFO O| May 28 05:06:20.492 INFO STEP 322 (remove_files) COMPLETE
58622026-05-28T05:06:21.372Z[ recovery-image] May 28 05:06:20.492 INFO O| May 28 05:06:20.492 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-28T05:06:21.377Z[ recovery-image] May 28 05:06:20.500 INFO O| May 28 05:06:20.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58642026-05-28T05:06:21.377Z[ recovery-image] May 28 05:06:20.500 INFO O| May 28 05:06:20.500 INFO STEP 323 (remove_files) COMPLETE
58652026-05-28T05:06:21.380Z[ recovery-image] May 28 05:06:20.500 INFO O| May 28 05:06:20.500 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-28T05:06:21.387Z[ recovery-image] May 28 05:06:20.511 INFO O| May 28 05:06:20.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58672026-05-28T05:06:21.387Z[ recovery-image] May 28 05:06:20.511 INFO O| May 28 05:06:20.511 INFO STEP 324 (remove_files) COMPLETE
58682026-05-28T05:06:21.390Z[ recovery-image] May 28 05:06:20.511 INFO O| May 28 05:06:20.511 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-28T05:06:21.395Z[ recovery-image] May 28 05:06:20.519 INFO O| May 28 05:06:20.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58702026-05-28T05:06:21.396Z[ recovery-image] May 28 05:06:20.519 INFO O| May 28 05:06:20.519 INFO STEP 325 (remove_files) COMPLETE
58712026-05-28T05:06:21.398Z[ recovery-image] May 28 05:06:20.519 INFO O| May 28 05:06:20.519 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-28T05:06:21.403Z[ recovery-image] May 28 05:06:20.527 INFO O| May 28 05:06:20.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58732026-05-28T05:06:21.403Z[ recovery-image] May 28 05:06:20.527 INFO O| May 28 05:06:20.527 INFO STEP 326 (remove_files) COMPLETE
58742026-05-28T05:06:21.406Z[ recovery-image] May 28 05:06:20.527 INFO O| May 28 05:06:20.527 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-28T05:06:21.412Z[ recovery-image] May 28 05:06:20.534 INFO O| May 28 05:06:20.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58762026-05-28T05:06:21.412Z[ recovery-image] May 28 05:06:20.534 INFO O| May 28 05:06:20.534 INFO STEP 327 (remove_files) COMPLETE
58772026-05-28T05:06:21.412Z[ recovery-image] May 28 05:06:20.534 INFO O| May 28 05:06:20.534 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-28T05:06:21.422Z[ recovery-image] May 28 05:06:20.545 INFO O| May 28 05:06:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58792026-05-28T05:06:21.422Z[ recovery-image] May 28 05:06:20.545 INFO O| May 28 05:06:20.545 INFO STEP 328 (remove_files) COMPLETE
58802026-05-28T05:06:21.424Z[ recovery-image] May 28 05:06:20.545 INFO O| May 28 05:06:20.545 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-28T05:06:21.432Z[ recovery-image] May 28 05:06:20.556 INFO O| May 28 05:06:20.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58822026-05-28T05:06:21.435Z[ recovery-image] May 28 05:06:20.557 INFO O| May 28 05:06:20.557 INFO STEP 329 (remove_files) COMPLETE
58832026-05-28T05:06:21.435Z[ recovery-image] May 28 05:06:20.557 INFO O| May 28 05:06:20.557 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-28T05:06:21.441Z[ recovery-image] May 28 05:06:20.565 INFO O| May 28 05:06:20.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58852026-05-28T05:06:21.441Z[ recovery-image] May 28 05:06:20.565 INFO O| May 28 05:06:20.565 INFO STEP 330 (remove_files) COMPLETE
58862026-05-28T05:06:21.444Z[ recovery-image] May 28 05:06:20.565 INFO O| May 28 05:06:20.565 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-28T05:06:21.452Z[ recovery-image] May 28 05:06:20.575 INFO O| May 28 05:06:20.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58882026-05-28T05:06:21.452Z[ recovery-image] May 28 05:06:20.575 INFO O| May 28 05:06:20.575 INFO STEP 331 (remove_files) COMPLETE
58892026-05-28T05:06:21.452Z[ recovery-image] May 28 05:06:20.575 INFO O| May 28 05:06:20.575 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-28T05:06:21.462Z[ recovery-image] May 28 05:06:20.586 INFO O| May 28 05:06:20.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58912026-05-28T05:06:21.462Z[ recovery-image] May 28 05:06:20.586 INFO O| May 28 05:06:20.586 INFO STEP 332 (remove_files) COMPLETE
58922026-05-28T05:06:21.465Z[ recovery-image] May 28 05:06:20.586 INFO O| May 28 05:06:20.586 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-28T05:06:21.470Z[ recovery-image] May 28 05:06:20.594 INFO O| May 28 05:06:20.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58942026-05-28T05:06:21.470Z[ recovery-image] May 28 05:06:20.594 INFO O| May 28 05:06:20.594 INFO STEP 333 (remove_files) COMPLETE
58952026-05-28T05:06:21.470Z[ recovery-image] May 28 05:06:20.594 INFO O| May 28 05:06:20.594 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-28T05:06:21.481Z[ recovery-image] May 28 05:06:20.604 INFO O| May 28 05:06:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58972026-05-28T05:06:21.481Z[ recovery-image] May 28 05:06:20.605 INFO O| May 28 05:06:20.605 INFO STEP 334 (remove_files) COMPLETE
58982026-05-28T05:06:21.481Z[ recovery-image] May 28 05:06:20.605 INFO O| May 28 05:06:20.605 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-28T05:06:21.492Z[ recovery-image] May 28 05:06:20.615 INFO O| May 28 05:06:20.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59002026-05-28T05:06:21.492Z[ recovery-image] May 28 05:06:20.615 INFO O| May 28 05:06:20.615 INFO STEP 335 (remove_files) COMPLETE
59012026-05-28T05:06:21.492Z[ recovery-image] May 28 05:06:20.615 INFO O| May 28 05:06:20.615 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-28T05:06:21.502Z[ recovery-image] May 28 05:06:20.626 INFO O| May 28 05:06:20.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59032026-05-28T05:06:21.502Z[ recovery-image] May 28 05:06:20.626 INFO O| May 28 05:06:20.626 INFO STEP 336 (remove_files) COMPLETE
59042026-05-28T05:06:21.502Z[ recovery-image] May 28 05:06:20.626 INFO O| May 28 05:06:20.626 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-28T05:06:21.513Z[ recovery-image] May 28 05:06:20.636 INFO O| May 28 05:06:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59062026-05-28T05:06:21.513Z[ recovery-image] May 28 05:06:20.636 INFO O| May 28 05:06:20.636 INFO STEP 337 (remove_files) COMPLETE
59072026-05-28T05:06:21.513Z[ recovery-image] May 28 05:06:20.636 INFO O| May 28 05:06:20.636 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-28T05:06:21.524Z[ recovery-image] May 28 05:06:20.647 INFO O| May 28 05:06:20.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59092026-05-28T05:06:21.524Z[ recovery-image] May 28 05:06:20.647 INFO O| May 28 05:06:20.647 INFO STEP 338 (remove_files) COMPLETE
59102026-05-28T05:06:21.524Z[ recovery-image] May 28 05:06:20.647 INFO O| May 28 05:06:20.647 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-28T05:06:21.534Z[ recovery-image] May 28 05:06:20.658 INFO O| May 28 05:06:20.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59122026-05-28T05:06:21.534Z[ recovery-image] May 28 05:06:20.658 INFO O| May 28 05:06:20.658 INFO STEP 339 (remove_files) COMPLETE
59132026-05-28T05:06:21.534Z[ recovery-image] May 28 05:06:20.658 INFO O| May 28 05:06:20.658 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-28T05:06:21.545Z[ recovery-image] May 28 05:06:20.668 INFO O| May 28 05:06:20.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59152026-05-28T05:06:21.545Z[ recovery-image] May 28 05:06:20.668 INFO O| May 28 05:06:20.668 INFO STEP 340 (remove_files) COMPLETE
59162026-05-28T05:06:21.548Z[ recovery-image] May 28 05:06:20.668 INFO O| May 28 05:06:20.668 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-28T05:06:21.553Z[ recovery-image] May 28 05:06:20.676 INFO O| May 28 05:06:20.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59182026-05-28T05:06:21.553Z[ recovery-image] May 28 05:06:20.676 INFO O| May 28 05:06:20.676 INFO STEP 341 (remove_files) COMPLETE
59192026-05-28T05:06:21.556Z[ recovery-image] May 28 05:06:20.676 INFO O| May 28 05:06:20.676 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-28T05:06:21.560Z[ recovery-image] May 28 05:06:20.684 INFO O| May 28 05:06:20.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59212026-05-28T05:06:21.560Z[ recovery-image] May 28 05:06:20.684 INFO O| May 28 05:06:20.684 INFO STEP 342 (remove_files) COMPLETE
59222026-05-28T05:06:21.560Z[ recovery-image] May 28 05:06:20.684 INFO O| May 28 05:06:20.684 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-28T05:06:21.568Z[ recovery-image] May 28 05:06:20.691 INFO O| May 28 05:06:20.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59242026-05-28T05:06:21.568Z[ recovery-image] May 28 05:06:20.691 INFO O| May 28 05:06:20.691 INFO STEP 343 (remove_files) COMPLETE
59252026-05-28T05:06:21.571Z[ recovery-image] May 28 05:06:20.691 INFO O| May 28 05:06:20.691 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-28T05:06:21.576Z[ recovery-image] May 28 05:06:20.699 INFO O| May 28 05:06:20.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59272026-05-28T05:06:21.576Z[ recovery-image] May 28 05:06:20.699 INFO O| May 28 05:06:20.699 INFO STEP 344 (remove_files) COMPLETE
59282026-05-28T05:06:21.576Z[ recovery-image] May 28 05:06:20.699 INFO O| May 28 05:06:20.699 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-28T05:06:21.584Z[ recovery-image] May 28 05:06:20.707 INFO O| May 28 05:06:20.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59302026-05-28T05:06:21.584Z[ recovery-image] May 28 05:06:20.707 INFO O| May 28 05:06:20.707 INFO STEP 345 (remove_files) COMPLETE
59312026-05-28T05:06:21.584Z[ recovery-image] May 28 05:06:20.707 INFO O| May 28 05:06:20.707 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-28T05:06:21.591Z[ recovery-image] May 28 05:06:20.715 INFO O| May 28 05:06:20.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59332026-05-28T05:06:21.591Z[ recovery-image] May 28 05:06:20.715 INFO O| May 28 05:06:20.715 INFO STEP 346 (remove_files) COMPLETE
59342026-05-28T05:06:21.594Z[ recovery-image] May 28 05:06:20.715 INFO O| May 28 05:06:20.715 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-28T05:06:21.599Z[ recovery-image] May 28 05:06:20.722 INFO O| May 28 05:06:20.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59362026-05-28T05:06:21.599Z[ recovery-image] May 28 05:06:20.723 INFO O| May 28 05:06:20.723 INFO STEP 347 (remove_files) COMPLETE
59372026-05-28T05:06:21.600Z[ recovery-image] May 28 05:06:20.723 INFO O| May 28 05:06:20.723 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-28T05:06:21.609Z[ recovery-image] May 28 05:06:20.733 INFO O| May 28 05:06:20.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59392026-05-28T05:06:21.609Z[ recovery-image] May 28 05:06:20.733 INFO O| May 28 05:06:20.733 INFO STEP 348 (remove_files) COMPLETE
59402026-05-28T05:06:21.612Z[ recovery-image] May 28 05:06:20.733 INFO O| May 28 05:06:20.733 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-28T05:06:21.619Z[ recovery-image] May 28 05:06:20.742 INFO O| May 28 05:06:20.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59422026-05-28T05:06:21.619Z[ recovery-image] May 28 05:06:20.742 INFO O| May 28 05:06:20.742 INFO STEP 349 (remove_files) COMPLETE
59432026-05-28T05:06:21.622Z[ recovery-image] May 28 05:06:20.742 INFO O| May 28 05:06:20.742 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-28T05:06:21.628Z[ recovery-image] May 28 05:06:20.752 INFO O| May 28 05:06:20.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59452026-05-28T05:06:21.628Z[ recovery-image] May 28 05:06:20.752 INFO O| May 28 05:06:20.752 INFO STEP 350 (remove_files) COMPLETE
59462026-05-28T05:06:21.628Z[ recovery-image] May 28 05:06:20.752 INFO O| May 28 05:06:20.752 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-28T05:06:21.638Z[ recovery-image] May 28 05:06:20.761 INFO O| May 28 05:06:20.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59482026-05-28T05:06:21.638Z[ recovery-image] May 28 05:06:20.761 INFO O| May 28 05:06:20.761 INFO STEP 351 (remove_files) COMPLETE
59492026-05-28T05:06:21.638Z[ recovery-image] May 28 05:06:20.761 INFO O| May 28 05:06:20.761 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-28T05:06:21.647Z[ recovery-image] May 28 05:06:20.770 INFO O| May 28 05:06:20.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59512026-05-28T05:06:21.647Z[ recovery-image] May 28 05:06:20.771 INFO O| May 28 05:06:20.771 INFO STEP 352 (remove_files) COMPLETE
59522026-05-28T05:06:21.647Z[ recovery-image] May 28 05:06:20.771 INFO O| May 28 05:06:20.771 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-28T05:06:21.656Z[ recovery-image] May 28 05:06:20.780 INFO O| May 28 05:06:20.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59542026-05-28T05:06:21.656Z[ recovery-image] May 28 05:06:20.780 INFO O| May 28 05:06:20.780 INFO STEP 353 (remove_files) COMPLETE
59552026-05-28T05:06:21.656Z[ recovery-image] May 28 05:06:20.780 INFO O| May 28 05:06:20.780 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-28T05:06:21.666Z[ recovery-image] May 28 05:06:20.789 INFO O| May 28 05:06:20.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59572026-05-28T05:06:21.666Z[ recovery-image] May 28 05:06:20.790 INFO O| May 28 05:06:20.789 INFO STEP 354 (remove_files) COMPLETE
59582026-05-28T05:06:21.666Z[ recovery-image] May 28 05:06:20.790 INFO O| May 28 05:06:20.790 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-28T05:06:21.675Z[ recovery-image] May 28 05:06:20.799 INFO O| May 28 05:06:20.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59602026-05-28T05:06:21.675Z[ recovery-image] May 28 05:06:20.799 INFO O| May 28 05:06:20.799 INFO STEP 355 (remove_files) COMPLETE
59612026-05-28T05:06:21.675Z[ recovery-image] May 28 05:06:20.799 INFO O| May 28 05:06:20.799 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-28T05:06:21.684Z[ recovery-image] May 28 05:06:20.808 INFO O| May 28 05:06:20.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59632026-05-28T05:06:21.685Z[ recovery-image] May 28 05:06:20.808 INFO O| May 28 05:06:20.808 INFO STEP 356 (remove_files) COMPLETE
59642026-05-28T05:06:21.685Z[ recovery-image] May 28 05:06:20.808 INFO O| May 28 05:06:20.808 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-28T05:06:21.694Z[ recovery-image] May 28 05:06:20.817 INFO O| May 28 05:06:20.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59662026-05-28T05:06:21.694Z[ recovery-image] May 28 05:06:20.817 INFO O| May 28 05:06:20.817 INFO STEP 357 (remove_files) COMPLETE
59672026-05-28T05:06:21.694Z[ recovery-image] May 28 05:06:20.817 INFO O| May 28 05:06:20.817 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-28T05:06:21.702Z[ recovery-image] May 28 05:06:20.826 INFO O| May 28 05:06:20.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59692026-05-28T05:06:21.702Z[ recovery-image] May 28 05:06:20.826 INFO O| May 28 05:06:20.826 INFO STEP 358 (remove_files) COMPLETE
59702026-05-28T05:06:21.702Z[ recovery-image] May 28 05:06:20.826 INFO O| May 28 05:06:20.826 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-28T05:06:21.712Z[ recovery-image] May 28 05:06:20.835 INFO O| May 28 05:06:20.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59722026-05-28T05:06:21.712Z[ recovery-image] May 28 05:06:20.835 INFO O| May 28 05:06:20.835 INFO STEP 359 (remove_files) COMPLETE
59732026-05-28T05:06:21.712Z[ recovery-image] May 28 05:06:20.835 INFO O| May 28 05:06:20.835 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-28T05:06:21.721Z[ recovery-image] May 28 05:06:20.845 INFO O| May 28 05:06:20.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59752026-05-28T05:06:21.721Z[ recovery-image] May 28 05:06:20.845 INFO O| May 28 05:06:20.845 INFO STEP 360 (remove_files) COMPLETE
59762026-05-28T05:06:21.721Z[ recovery-image] May 28 05:06:20.845 INFO O| May 28 05:06:20.845 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-28T05:06:21.730Z[ recovery-image] May 28 05:06:20.854 INFO O| May 28 05:06:20.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59782026-05-28T05:06:21.730Z[ recovery-image] May 28 05:06:20.854 INFO O| May 28 05:06:20.854 INFO STEP 361 (remove_files) COMPLETE
59792026-05-28T05:06:21.730Z[ recovery-image] May 28 05:06:20.854 INFO O| May 28 05:06:20.854 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-28T05:06:21.739Z[ recovery-image] May 28 05:06:20.863 INFO O| May 28 05:06:20.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59812026-05-28T05:06:21.739Z[ recovery-image] May 28 05:06:20.863 INFO O| May 28 05:06:20.863 INFO STEP 362 (remove_files) COMPLETE
59822026-05-28T05:06:21.739Z[ recovery-image] May 28 05:06:20.863 INFO O| May 28 05:06:20.863 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-28T05:06:21.748Z[ recovery-image] May 28 05:06:20.871 INFO O| May 28 05:06:20.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59842026-05-28T05:06:21.748Z[ recovery-image] May 28 05:06:20.872 INFO O| May 28 05:06:20.872 INFO STEP 363 (remove_files) COMPLETE
59852026-05-28T05:06:21.748Z[ recovery-image] May 28 05:06:20.872 INFO O| May 28 05:06:20.872 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-28T05:06:21.756Z[ recovery-image] May 28 05:06:20.880 INFO O| May 28 05:06:20.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59872026-05-28T05:06:21.756Z[ recovery-image] May 28 05:06:20.880 INFO O| May 28 05:06:20.880 INFO STEP 364 (remove_files) COMPLETE
59882026-05-28T05:06:21.756Z[ recovery-image] May 28 05:06:20.880 INFO O| May 28 05:06:20.880 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-28T05:06:21.764Z[ recovery-image] May 28 05:06:20.888 INFO O| May 28 05:06:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59902026-05-28T05:06:21.767Z[ recovery-image] May 28 05:06:20.889 INFO O| May 28 05:06:20.889 INFO STEP 365 (remove_files) COMPLETE
59912026-05-28T05:06:21.767Z[ recovery-image] May 28 05:06:20.889 INFO O| May 28 05:06:20.889 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-28T05:06:21.773Z[ recovery-image] May 28 05:06:20.897 INFO O| May 28 05:06:20.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59932026-05-28T05:06:21.773Z[ recovery-image] May 28 05:06:20.897 INFO O| May 28 05:06:20.897 INFO STEP 366 (remove_files) COMPLETE
59942026-05-28T05:06:21.773Z[ recovery-image] May 28 05:06:20.897 INFO O| May 28 05:06:20.897 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-05-28T05:06:21.782Z[ recovery-image] May 28 05:06:20.905 INFO O| May 28 05:06:20.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59962026-05-28T05:06:21.785Z[ recovery-image] May 28 05:06:20.906 INFO O| May 28 05:06:20.906 INFO STEP 367 (remove_files) COMPLETE
59972026-05-28T05:06:21.785Z[ recovery-image] May 28 05:06:20.906 INFO O| May 28 05:06:20.906 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-05-28T05:06:21.792Z[ recovery-image] May 28 05:06:20.915 INFO O| May 28 05:06:20.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59992026-05-28T05:06:21.792Z[ recovery-image] May 28 05:06:20.915 INFO O| May 28 05:06:20.915 INFO STEP 368 (remove_files) COMPLETE
60002026-05-28T05:06:21.792Z[ recovery-image] May 28 05:06:20.915 INFO O| May 28 05:06:20.915 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-05-28T05:06:21.800Z[ recovery-image] May 28 05:06:20.924 INFO O| May 28 05:06:20.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60022026-05-28T05:06:21.800Z[ recovery-image] May 28 05:06:20.924 INFO O| May 28 05:06:20.924 INFO STEP 369 (remove_files) COMPLETE
60032026-05-28T05:06:21.800Z[ recovery-image] May 28 05:06:20.924 INFO O| May 28 05:06:20.924 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-05-28T05:06:21.809Z[ recovery-image] May 28 05:06:20.933 INFO O| May 28 05:06:20.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60052026-05-28T05:06:21.809Z[ recovery-image] May 28 05:06:20.933 INFO O| May 28 05:06:20.933 INFO STEP 370 (remove_files) COMPLETE
60062026-05-28T05:06:21.809Z[ recovery-image] May 28 05:06:20.933 INFO O| May 28 05:06:20.933 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-05-28T05:06:21.818Z[ recovery-image] May 28 05:06:20.942 INFO O| May 28 05:06:20.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60082026-05-28T05:06:21.818Z[ recovery-image] May 28 05:06:20.942 INFO O| May 28 05:06:20.942 INFO STEP 371 (remove_files) COMPLETE
60092026-05-28T05:06:21.818Z[ recovery-image] May 28 05:06:20.942 INFO O| May 28 05:06:20.942 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-05-28T05:06:21.827Z[ recovery-image] May 28 05:06:20.951 INFO O| May 28 05:06:20.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60112026-05-28T05:06:21.827Z[ recovery-image] May 28 05:06:20.951 INFO O| May 28 05:06:20.951 INFO STEP 372 (remove_files) COMPLETE
60122026-05-28T05:06:21.827Z[ recovery-image] May 28 05:06:20.951 INFO O| May 28 05:06:20.951 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-05-28T05:06:21.841Z[ recovery-image] May 28 05:06:20.960 INFO O| May 28 05:06:20.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60142026-05-28T05:06:21.841Z[ recovery-image] May 28 05:06:20.960 INFO O| May 28 05:06:20.960 INFO STEP 373 (remove_files) COMPLETE
60152026-05-28T05:06:21.841Z[ recovery-image] May 28 05:06:20.960 INFO O| May 28 05:06:20.960 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-05-28T05:06:21.848Z[ recovery-image] May 28 05:06:20.969 INFO O| May 28 05:06:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60172026-05-28T05:06:21.848Z[ recovery-image] May 28 05:06:20.969 INFO O| May 28 05:06:20.969 INFO STEP 374 (remove_files) COMPLETE
60182026-05-28T05:06:21.851Z[ recovery-image] May 28 05:06:20.969 INFO O| May 28 05:06:20.969 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-05-28T05:06:21.854Z[ recovery-image] May 28 05:06:20.978 INFO O| May 28 05:06:20.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60202026-05-28T05:06:21.854Z[ recovery-image] May 28 05:06:20.978 INFO O| May 28 05:06:20.978 INFO STEP 375 (remove_files) COMPLETE
60212026-05-28T05:06:21.857Z[ recovery-image] May 28 05:06:20.978 INFO O| May 28 05:06:20.978 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-05-28T05:06:21.863Z[ recovery-image] May 28 05:06:20.986 INFO O| May 28 05:06:20.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60232026-05-28T05:06:21.863Z[ recovery-image] May 28 05:06:20.986 INFO O| May 28 05:06:20.986 INFO STEP 376 (remove_files) COMPLETE
60242026-05-28T05:06:21.863Z[ recovery-image] May 28 05:06:20.986 INFO O| May 28 05:06:20.986 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-05-28T05:06:21.872Z[ recovery-image] May 28 05:06:20.995 INFO O| May 28 05:06:20.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60262026-05-28T05:06:21.872Z[ recovery-image] May 28 05:06:20.995 INFO O| May 28 05:06:20.995 INFO STEP 377 (remove_files) COMPLETE
60272026-05-28T05:06:21.872Z[ recovery-image] May 28 05:06:20.995 INFO O| May 28 05:06:20.995 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-05-28T05:06:21.883Z[ recovery-image] May 28 05:06:21.007 INFO O| May 28 05:06:21.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60292026-05-28T05:06:21.883Z[ recovery-image] May 28 05:06:21.007 INFO O| May 28 05:06:21.007 INFO STEP 378 (remove_files) COMPLETE
60302026-05-28T05:06:21.883Z[ recovery-image] May 28 05:06:21.007 INFO O| May 28 05:06:21.007 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-05-28T05:06:21.893Z[ recovery-image] May 28 05:06:21.016 INFO O| May 28 05:06:21.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60322026-05-28T05:06:21.893Z[ recovery-image] May 28 05:06:21.016 INFO O| May 28 05:06:21.016 INFO STEP 379 (remove_files) COMPLETE
60332026-05-28T05:06:21.896Z[ recovery-image] May 28 05:06:21.016 INFO O| May 28 05:06:21.016 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-05-28T05:06:21.901Z[ recovery-image] May 28 05:06:21.025 INFO O| May 28 05:06:21.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60352026-05-28T05:06:21.901Z[ recovery-image] May 28 05:06:21.025 INFO O| May 28 05:06:21.025 INFO STEP 380 (remove_files) COMPLETE
60362026-05-28T05:06:21.906Z[ recovery-image] May 28 05:06:21.025 INFO O| May 28 05:06:21.025 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-05-28T05:06:21.910Z[ recovery-image] May 28 05:06:21.033 INFO O| May 28 05:06:21.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60382026-05-28T05:06:21.910Z[ recovery-image] May 28 05:06:21.033 INFO O| May 28 05:06:21.033 INFO STEP 381 (remove_files) COMPLETE
60392026-05-28T05:06:21.913Z[ recovery-image] May 28 05:06:21.033 INFO O| May 28 05:06:21.033 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-05-28T05:06:21.917Z[ recovery-image] May 28 05:06:21.041 INFO O| May 28 05:06:21.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60412026-05-28T05:06:21.917Z[ recovery-image] May 28 05:06:21.041 INFO O| May 28 05:06:21.041 INFO STEP 382 (remove_files) COMPLETE
60422026-05-28T05:06:21.920Z[ recovery-image] May 28 05:06:21.041 INFO O| May 28 05:06:21.041 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-05-28T05:06:21.926Z[ recovery-image] May 28 05:06:21.050 INFO O| May 28 05:06:21.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60442026-05-28T05:06:21.926Z[ recovery-image] May 28 05:06:21.050 INFO O| May 28 05:06:21.050 INFO STEP 383 (remove_files) COMPLETE
60452026-05-28T05:06:21.926Z[ recovery-image] May 28 05:06:21.050 INFO O| May 28 05:06:21.050 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-05-28T05:06:21.936Z[ recovery-image] May 28 05:06:21.060 INFO O| May 28 05:06:21.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60472026-05-28T05:06:21.936Z[ recovery-image] May 28 05:06:21.060 INFO O| May 28 05:06:21.060 INFO STEP 384 (remove_files) COMPLETE
60482026-05-28T05:06:21.936Z[ recovery-image] May 28 05:06:21.060 INFO O| May 28 05:06:21.060 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-05-28T05:06:21.946Z[ recovery-image] May 28 05:06:21.070 INFO O| May 28 05:06:21.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60502026-05-28T05:06:21.946Z[ recovery-image] May 28 05:06:21.070 INFO O| May 28 05:06:21.070 INFO STEP 385 (remove_files) COMPLETE
60512026-05-28T05:06:21.946Z[ recovery-image] May 28 05:06:21.070 INFO O| May 28 05:06:21.070 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-05-28T05:06:21.958Z[ recovery-image] May 28 05:06:21.081 INFO O| May 28 05:06:21.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60532026-05-28T05:06:21.958Z[ recovery-image] May 28 05:06:21.081 INFO O| May 28 05:06:21.081 INFO STEP 386 (remove_files) COMPLETE
60542026-05-28T05:06:21.958Z[ recovery-image] May 28 05:06:21.081 INFO O| May 28 05:06:21.081 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-05-28T05:06:21.969Z[ recovery-image] May 28 05:06:21.093 INFO O| May 28 05:06:21.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60562026-05-28T05:06:21.969Z[ recovery-image] May 28 05:06:21.093 INFO O| May 28 05:06:21.093 INFO STEP 387 (remove_files) COMPLETE
60572026-05-28T05:06:21.969Z[ recovery-image] May 28 05:06:21.093 INFO O| May 28 05:06:21.093 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-05-28T05:06:21.987Z[ recovery-image] May 28 05:06:21.110 INFO O| May 28 05:06:21.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60592026-05-28T05:06:21.987Z[ recovery-image] May 28 05:06:21.110 INFO O| May 28 05:06:21.110 INFO STEP 388 (remove_files) COMPLETE
60602026-05-28T05:06:21.987Z[ recovery-image] May 28 05:06:21.110 INFO O| May 28 05:06:21.110 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-05-28T05:06:21.998Z[ recovery-image] May 28 05:06:21.121 INFO O| May 28 05:06:21.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60622026-05-28T05:06:21.998Z[ recovery-image] May 28 05:06:21.121 INFO O| May 28 05:06:21.121 INFO STEP 389 (remove_files) COMPLETE
60632026-05-28T05:06:22.001Z[ recovery-image] May 28 05:06:21.121 INFO O| May 28 05:06:21.121 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-05-28T05:06:22.008Z[ recovery-image] May 28 05:06:21.132 INFO O| May 28 05:06:21.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60652026-05-28T05:06:22.008Z[ recovery-image] May 28 05:06:21.132 INFO O| May 28 05:06:21.132 INFO STEP 390 (remove_files) COMPLETE
60662026-05-28T05:06:22.008Z[ recovery-image] May 28 05:06:21.132 INFO O| May 28 05:06:21.132 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-05-28T05:06:22.019Z[ recovery-image] May 28 05:06:21.141 INFO O| May 28 05:06:21.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60682026-05-28T05:06:22.019Z[ recovery-image] May 28 05:06:21.141 INFO O| May 28 05:06:21.141 INFO STEP 391 (remove_files) COMPLETE
60692026-05-28T05:06:22.019Z[ recovery-image] May 28 05:06:21.142 INFO O| May 28 05:06:21.141 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-05-28T05:06:22.028Z[ recovery-image] May 28 05:06:21.151 INFO O| May 28 05:06:21.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60712026-05-28T05:06:22.028Z[ recovery-image] May 28 05:06:21.151 INFO O| May 28 05:06:21.151 INFO STEP 392 (remove_files) COMPLETE
60722026-05-28T05:06:22.028Z[ recovery-image] May 28 05:06:21.151 INFO O| May 28 05:06:21.151 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-05-28T05:06:22.037Z[ recovery-image] May 28 05:06:21.161 INFO O| May 28 05:06:21.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60742026-05-28T05:06:22.037Z[ recovery-image] May 28 05:06:21.161 INFO O| May 28 05:06:21.161 INFO STEP 393 (remove_files) COMPLETE
60752026-05-28T05:06:22.037Z[ recovery-image] May 28 05:06:21.161 INFO O| May 28 05:06:21.161 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-05-28T05:06:22.046Z[ recovery-image] May 28 05:06:21.170 INFO O| May 28 05:06:21.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60772026-05-28T05:06:22.047Z[ recovery-image] May 28 05:06:21.170 INFO O| May 28 05:06:21.170 INFO STEP 394 (remove_files) COMPLETE
60782026-05-28T05:06:22.047Z[ recovery-image] May 28 05:06:21.170 INFO O| May 28 05:06:21.170 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-05-28T05:06:22.056Z[ recovery-image] May 28 05:06:21.179 INFO O| May 28 05:06:21.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60802026-05-28T05:06:22.056Z[ recovery-image] May 28 05:06:21.179 INFO O| May 28 05:06:21.179 INFO STEP 395 (remove_files) COMPLETE
60812026-05-28T05:06:22.056Z[ recovery-image] May 28 05:06:21.179 INFO O| May 28 05:06:21.179 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-05-28T05:06:22.064Z[ recovery-image] May 28 05:06:21.187 INFO O| May 28 05:06:21.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60832026-05-28T05:06:22.064Z[ recovery-image] May 28 05:06:21.187 INFO O| May 28 05:06:21.187 INFO STEP 396 (remove_files) COMPLETE
60842026-05-28T05:06:22.064Z[ recovery-image] May 28 05:06:21.187 INFO O| May 28 05:06:21.187 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-05-28T05:06:22.072Z[ recovery-image] May 28 05:06:21.195 INFO O| May 28 05:06:21.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60862026-05-28T05:06:22.072Z[ recovery-image] May 28 05:06:21.196 INFO O| May 28 05:06:21.196 INFO STEP 397 (remove_files) COMPLETE
60872026-05-28T05:06:22.072Z[ recovery-image] May 28 05:06:21.196 INFO O| May 28 05:06:21.196 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-05-28T05:06:22.080Z[ recovery-image] May 28 05:06:21.203 INFO O| May 28 05:06:21.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60892026-05-28T05:06:22.080Z[ recovery-image] May 28 05:06:21.204 INFO O| May 28 05:06:21.204 INFO STEP 398 (remove_files) COMPLETE
60902026-05-28T05:06:22.080Z[ recovery-image] May 28 05:06:21.204 INFO O| May 28 05:06:21.204 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-05-28T05:06:22.090Z[ recovery-image] May 28 05:06:21.213 INFO O| May 28 05:06:21.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60922026-05-28T05:06:22.090Z[ recovery-image] May 28 05:06:21.213 INFO O| May 28 05:06:21.213 INFO STEP 399 (remove_files) COMPLETE
60932026-05-28T05:06:22.090Z[ recovery-image] May 28 05:06:21.213 INFO O| May 28 05:06:21.213 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-05-28T05:06:22.098Z[ recovery-image] May 28 05:06:21.221 INFO O| May 28 05:06:21.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60952026-05-28T05:06:22.098Z[ recovery-image] May 28 05:06:21.221 INFO O| May 28 05:06:21.221 INFO STEP 400 (remove_files) COMPLETE
60962026-05-28T05:06:22.098Z[ recovery-image] May 28 05:06:21.221 INFO O| May 28 05:06:21.221 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-05-28T05:06:22.106Z[ recovery-image] May 28 05:06:21.229 INFO O| May 28 05:06:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60982026-05-28T05:06:22.106Z[ recovery-image] May 28 05:06:21.229 INFO O| May 28 05:06:21.229 INFO STEP 401 (remove_files) COMPLETE
60992026-05-28T05:06:22.106Z[ recovery-image] May 28 05:06:21.229 INFO O| May 28 05:06:21.229 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-05-28T05:06:22.114Z[ recovery-image] May 28 05:06:21.237 INFO O| May 28 05:06:21.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61012026-05-28T05:06:22.114Z[ recovery-image] May 28 05:06:21.237 INFO O| May 28 05:06:21.237 INFO STEP 402 (remove_files) COMPLETE
61022026-05-28T05:06:22.117Z[ recovery-image] May 28 05:06:21.237 INFO O| May 28 05:06:21.237 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-05-28T05:06:22.121Z[ recovery-image] May 28 05:06:21.245 INFO O| May 28 05:06:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61042026-05-28T05:06:22.121Z[ recovery-image] May 28 05:06:21.245 INFO O| May 28 05:06:21.245 INFO STEP 403 (remove_files) COMPLETE
61052026-05-28T05:06:22.121Z[ recovery-image] May 28 05:06:21.245 INFO O| May 28 05:06:21.245 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-05-28T05:06:22.134Z[ recovery-image] May 28 05:06:21.257 INFO O| May 28 05:06:21.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61072026-05-28T05:06:22.144Z[ recovery-image] May 28 05:06:21.268 INFO O| May 28 05:06:21.268 INFO STEP 404 (remove_files) COMPLETE
61082026-05-28T05:06:22.144Z[ recovery-image] May 28 05:06:21.268 INFO O| May 28 05:06:21.268 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-05-28T05:06:22.154Z[ recovery-image] May 28 05:06:21.278 INFO O| May 28 05:06:21.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61102026-05-28T05:06:22.154Z[ recovery-image] May 28 05:06:21.278 INFO O| May 28 05:06:21.278 INFO STEP 405 (remove_files) COMPLETE
61112026-05-28T05:06:22.154Z[ recovery-image] May 28 05:06:21.278 INFO O| May 28 05:06:21.278 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-05-28T05:06:22.165Z[ recovery-image] May 28 05:06:21.289 INFO O| May 28 05:06:21.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61132026-05-28T05:06:22.165Z[ recovery-image] May 28 05:06:21.289 INFO O| May 28 05:06:21.289 INFO STEP 406 (remove_files) COMPLETE
61142026-05-28T05:06:22.169Z[ recovery-image] May 28 05:06:21.289 INFO O| May 28 05:06:21.289 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-05-28T05:06:22.175Z[ recovery-image] May 28 05:06:21.298 INFO O| May 28 05:06:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61162026-05-28T05:06:22.175Z[ recovery-image] May 28 05:06:21.298 INFO O| May 28 05:06:21.298 INFO STEP 407 (remove_files) COMPLETE
61172026-05-28T05:06:22.178Z[ recovery-image] May 28 05:06:21.298 INFO O| May 28 05:06:21.298 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-05-28T05:06:22.184Z[ recovery-image] May 28 05:06:21.308 INFO O| May 28 05:06:21.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61192026-05-28T05:06:22.184Z[ recovery-image] May 28 05:06:21.308 INFO O| May 28 05:06:21.308 INFO STEP 408 (remove_files) COMPLETE
61202026-05-28T05:06:22.187Z[ recovery-image] May 28 05:06:21.308 INFO O| May 28 05:06:21.308 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-05-28T05:06:22.196Z[ recovery-image] May 28 05:06:21.320 INFO O| May 28 05:06:21.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61222026-05-28T05:06:22.196Z[ recovery-image] May 28 05:06:21.320 INFO O| May 28 05:06:21.320 INFO STEP 409 (remove_files) COMPLETE
61232026-05-28T05:06:22.200Z[ recovery-image] May 28 05:06:21.320 INFO O| May 28 05:06:21.320 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-05-28T05:06:22.206Z[ recovery-image] May 28 05:06:21.330 INFO O| May 28 05:06:21.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61252026-05-28T05:06:22.206Z[ recovery-image] May 28 05:06:21.330 INFO O| May 28 05:06:21.330 INFO STEP 410 (remove_files) COMPLETE
61262026-05-28T05:06:22.209Z[ recovery-image] May 28 05:06:21.330 INFO O| May 28 05:06:21.330 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-05-28T05:06:22.216Z[ recovery-image] May 28 05:06:21.339 INFO O| May 28 05:06:21.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61282026-05-28T05:06:22.216Z[ recovery-image] May 28 05:06:21.339 INFO O| May 28 05:06:21.339 INFO STEP 411 (remove_files) COMPLETE
61292026-05-28T05:06:22.219Z[ recovery-image] May 28 05:06:21.339 INFO O| May 28 05:06:21.339 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-05-28T05:06:22.226Z[ recovery-image] May 28 05:06:21.348 INFO O| May 28 05:06:21.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61312026-05-28T05:06:22.226Z[ recovery-image] May 28 05:06:21.348 INFO O| May 28 05:06:21.348 INFO STEP 412 (remove_files) COMPLETE
61322026-05-28T05:06:22.226Z[ recovery-image] May 28 05:06:21.348 INFO O| May 28 05:06:21.348 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-05-28T05:06:22.237Z[ recovery-image] May 28 05:06:21.361 INFO O| May 28 05:06:21.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61342026-05-28T05:06:22.237Z[ recovery-image] May 28 05:06:21.361 INFO O| May 28 05:06:21.361 INFO STEP 413 (remove_files) COMPLETE
61352026-05-28T05:06:22.240Z[ recovery-image] May 28 05:06:21.361 INFO O| May 28 05:06:21.361 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-05-28T05:06:22.248Z[ recovery-image] May 28 05:06:21.371 INFO O| May 28 05:06:21.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61372026-05-28T05:06:22.248Z[ recovery-image] May 28 05:06:21.371 INFO O| May 28 05:06:21.371 INFO STEP 414 (remove_files) COMPLETE
61382026-05-28T05:06:22.248Z[ recovery-image] May 28 05:06:21.371 INFO O| May 28 05:06:21.371 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-05-28T05:06:22.258Z[ recovery-image] May 28 05:06:21.382 INFO O| May 28 05:06:21.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61402026-05-28T05:06:22.258Z[ recovery-image] May 28 05:06:21.382 INFO O| May 28 05:06:21.382 INFO STEP 415 (remove_files) COMPLETE
61412026-05-28T05:06:22.258Z[ recovery-image] May 28 05:06:21.382 INFO O| May 28 05:06:21.382 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-05-28T05:06:22.268Z[ recovery-image] May 28 05:06:21.391 INFO O| May 28 05:06:21.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61432026-05-28T05:06:22.268Z[ recovery-image] May 28 05:06:21.391 INFO O| May 28 05:06:21.391 INFO STEP 416 (remove_files) COMPLETE
61442026-05-28T05:06:22.271Z[ recovery-image] May 28 05:06:21.391 INFO O| May 28 05:06:21.391 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-05-28T05:06:22.277Z[ recovery-image] May 28 05:06:21.401 INFO O| May 28 05:06:21.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61462026-05-28T05:06:22.277Z[ recovery-image] May 28 05:06:21.401 INFO O| May 28 05:06:21.401 INFO STEP 417 (remove_files) COMPLETE
61472026-05-28T05:06:22.277Z[ recovery-image] May 28 05:06:21.401 INFO O| May 28 05:06:21.401 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-05-28T05:06:22.287Z[ recovery-image] May 28 05:06:21.410 INFO O| May 28 05:06:21.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61492026-05-28T05:06:22.289Z[ recovery-image] May 28 05:06:21.410 INFO O| May 28 05:06:21.410 INFO STEP 418 (remove_files) COMPLETE
61502026-05-28T05:06:22.289Z[ recovery-image] May 28 05:06:21.410 INFO O| May 28 05:06:21.410 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-05-28T05:06:22.298Z[ recovery-image] May 28 05:06:21.422 INFO O| May 28 05:06:21.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61522026-05-28T05:06:22.298Z[ recovery-image] May 28 05:06:21.422 INFO O| May 28 05:06:21.422 INFO STEP 419 (remove_files) COMPLETE
61532026-05-28T05:06:22.298Z[ recovery-image] May 28 05:06:21.422 INFO O| May 28 05:06:21.422 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-05-28T05:06:22.308Z[ recovery-image] May 28 05:06:21.431 INFO O| May 28 05:06:21.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61552026-05-28T05:06:22.308Z[ recovery-image] May 28 05:06:21.431 INFO O| May 28 05:06:21.431 INFO STEP 420 (remove_files) COMPLETE
61562026-05-28T05:06:22.313Z[ recovery-image] May 28 05:06:21.431 INFO O| May 28 05:06:21.431 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-05-28T05:06:22.318Z[ recovery-image] May 28 05:06:21.440 INFO O| May 28 05:06:21.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61582026-05-28T05:06:22.318Z[ recovery-image] May 28 05:06:21.440 INFO O| May 28 05:06:21.440 INFO STEP 421 (remove_files) COMPLETE
61592026-05-28T05:06:22.318Z[ recovery-image] May 28 05:06:21.440 INFO O| May 28 05:06:21.440 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-05-28T05:06:22.325Z[ recovery-image] May 28 05:06:21.449 INFO O| May 28 05:06:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61612026-05-28T05:06:22.325Z[ recovery-image] May 28 05:06:21.449 INFO O| May 28 05:06:21.449 INFO STEP 422 (remove_files) COMPLETE
61622026-05-28T05:06:22.325Z[ recovery-image] May 28 05:06:21.449 INFO O| May 28 05:06:21.449 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-05-28T05:06:22.334Z[ recovery-image] May 28 05:06:21.457 INFO O| May 28 05:06:21.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61642026-05-28T05:06:22.334Z[ recovery-image] May 28 05:06:21.457 INFO O| May 28 05:06:21.457 INFO STEP 423 (remove_files) COMPLETE
61652026-05-28T05:06:22.334Z[ recovery-image] May 28 05:06:21.457 INFO O| May 28 05:06:21.457 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-05-28T05:06:22.343Z[ recovery-image] May 28 05:06:21.466 INFO O| May 28 05:06:21.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61672026-05-28T05:06:22.343Z[ recovery-image] May 28 05:06:21.466 INFO O| May 28 05:06:21.466 INFO STEP 424 (remove_files) COMPLETE
61682026-05-28T05:06:22.343Z[ recovery-image] May 28 05:06:21.466 INFO O| May 28 05:06:21.466 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-05-28T05:06:22.357Z[ recovery-image] May 28 05:06:21.480 INFO O| May 28 05:06:21.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61702026-05-28T05:06:22.357Z[ recovery-image] May 28 05:06:21.480 INFO O| May 28 05:06:21.475 INFO STEP 425 (remove_files) COMPLETE
61712026-05-28T05:06:22.357Z[ recovery-image] May 28 05:06:21.480 INFO O| May 28 05:06:21.475 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-05-28T05:06:22.360Z[ recovery-image] May 28 05:06:21.483 INFO O| May 28 05:06:21.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61732026-05-28T05:06:22.360Z[ recovery-image] May 28 05:06:21.483 INFO O| May 28 05:06:21.483 INFO STEP 426 (remove_files) COMPLETE
61742026-05-28T05:06:22.360Z[ recovery-image] May 28 05:06:21.483 INFO O| May 28 05:06:21.483 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-05-28T05:06:22.368Z[ recovery-image] May 28 05:06:21.492 INFO O| May 28 05:06:21.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61762026-05-28T05:06:22.368Z[ recovery-image] May 28 05:06:21.492 INFO O| May 28 05:06:21.492 INFO STEP 427 (remove_files) COMPLETE
61772026-05-28T05:06:22.371Z[ recovery-image] May 28 05:06:21.492 INFO O| May 28 05:06:21.492 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-05-28T05:06:22.378Z[ recovery-image] May 28 05:06:21.501 INFO O| May 28 05:06:21.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61792026-05-28T05:06:22.378Z[ recovery-image] May 28 05:06:21.501 INFO O| May 28 05:06:21.501 INFO STEP 428 (remove_files) COMPLETE
61802026-05-28T05:06:22.378Z[ recovery-image] May 28 05:06:21.501 INFO O| May 28 05:06:21.501 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-05-28T05:06:22.387Z[ recovery-image] May 28 05:06:21.509 INFO O| May 28 05:06:21.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61822026-05-28T05:06:22.387Z[ recovery-image] May 28 05:06:21.509 INFO O| May 28 05:06:21.509 INFO STEP 429 (remove_files) COMPLETE
61832026-05-28T05:06:22.387Z[ recovery-image] May 28 05:06:21.509 INFO O| May 28 05:06:21.509 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-05-28T05:06:22.396Z[ recovery-image] May 28 05:06:21.519 INFO O| May 28 05:06:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61852026-05-28T05:06:22.396Z[ recovery-image] May 28 05:06:21.519 INFO O| May 28 05:06:21.519 INFO STEP 430 (remove_files) COMPLETE
61862026-05-28T05:06:22.396Z[ recovery-image] May 28 05:06:21.519 INFO O| May 28 05:06:21.519 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-05-28T05:06:22.404Z[ recovery-image] May 28 05:06:21.528 INFO O| May 28 05:06:21.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61882026-05-28T05:06:22.404Z[ recovery-image] May 28 05:06:21.528 INFO O| May 28 05:06:21.528 INFO STEP 431 (remove_files) COMPLETE
61892026-05-28T05:06:22.407Z[ recovery-image] May 28 05:06:21.528 INFO O| May 28 05:06:21.528 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-05-28T05:06:22.414Z[ recovery-image] May 28 05:06:21.537 INFO O| May 28 05:06:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61912026-05-28T05:06:22.414Z[ recovery-image] May 28 05:06:21.537 INFO O| May 28 05:06:21.537 INFO STEP 432 (remove_files) COMPLETE
61922026-05-28T05:06:22.417Z[ recovery-image] May 28 05:06:21.537 INFO O| May 28 05:06:21.537 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-05-28T05:06:22.423Z[ recovery-image] May 28 05:06:21.547 INFO O| May 28 05:06:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61942026-05-28T05:06:22.427Z[ recovery-image] May 28 05:06:21.547 INFO O| May 28 05:06:21.547 INFO STEP 433 (remove_files) COMPLETE
61952026-05-28T05:06:22.427Z[ recovery-image] May 28 05:06:21.547 INFO O| May 28 05:06:21.547 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-05-28T05:06:22.433Z[ recovery-image] May 28 05:06:21.556 INFO O| May 28 05:06:21.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61972026-05-28T05:06:22.451Z[ recovery-image] May 28 05:06:21.575 INFO O| May 28 05:06:21.575 INFO STEP 434 (remove_files) COMPLETE
61982026-05-28T05:06:22.451Z[ recovery-image] May 28 05:06:21.575 INFO O| May 28 05:06:21.575 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-05-28T05:06:22.461Z[ recovery-image] May 28 05:06:21.583 INFO O| May 28 05:06:21.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62002026-05-28T05:06:22.461Z[ recovery-image] May 28 05:06:21.583 INFO O| May 28 05:06:21.583 INFO STEP 435 (remove_files) COMPLETE
62012026-05-28T05:06:22.466Z[ recovery-image] May 28 05:06:21.583 INFO O| May 28 05:06:21.583 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-05-28T05:06:22.470Z[ recovery-image] May 28 05:06:21.591 INFO O| May 28 05:06:21.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62032026-05-28T05:06:22.470Z[ recovery-image] May 28 05:06:21.591 INFO O| May 28 05:06:21.591 INFO STEP 436 (remove_files) COMPLETE
62042026-05-28T05:06:22.470Z[ recovery-image] May 28 05:06:21.591 INFO O| May 28 05:06:21.591 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-05-28T05:06:22.477Z[ recovery-image] May 28 05:06:21.599 INFO O| May 28 05:06:21.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62062026-05-28T05:06:22.477Z[ recovery-image] May 28 05:06:21.599 INFO O| May 28 05:06:21.599 INFO STEP 437 (remove_files) COMPLETE
62072026-05-28T05:06:22.481Z[ recovery-image] May 28 05:06:21.599 INFO O| May 28 05:06:21.599 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-28T05:06:22.484Z[ recovery-image] May 28 05:06:21.607 INFO O| May 28 05:06:21.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62092026-05-28T05:06:22.484Z[ recovery-image] May 28 05:06:21.607 INFO O| May 28 05:06:21.607 INFO STEP 438 (remove_files) COMPLETE
62102026-05-28T05:06:22.484Z[ recovery-image] May 28 05:06:21.607 INFO O| May 28 05:06:21.607 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-28T05:06:22.492Z[ recovery-image] May 28 05:06:21.616 INFO O| May 28 05:06:21.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62122026-05-28T05:06:22.492Z[ recovery-image] May 28 05:06:21.616 INFO O| May 28 05:06:21.616 INFO STEP 439 (remove_files) COMPLETE
62132026-05-28T05:06:22.492Z[ recovery-image] May 28 05:06:21.616 INFO O| May 28 05:06:21.616 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-28T05:06:22.500Z[ recovery-image] May 28 05:06:21.624 INFO O| May 28 05:06:21.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62152026-05-28T05:06:22.500Z[ recovery-image] May 28 05:06:21.624 INFO O| May 28 05:06:21.624 INFO STEP 440 (remove_files) COMPLETE
62162026-05-28T05:06:22.503Z[ recovery-image] May 28 05:06:21.624 INFO O| May 28 05:06:21.624 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-28T05:06:22.508Z[ recovery-image] May 28 05:06:21.631 INFO O| May 28 05:06:21.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62182026-05-28T05:06:22.508Z[ recovery-image] May 28 05:06:21.631 INFO O| May 28 05:06:21.631 INFO STEP 441 (remove_files) COMPLETE
62192026-05-28T05:06:22.512Z[ recovery-image] May 28 05:06:21.631 INFO O| May 28 05:06:21.631 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-28T05:06:22.516Z[ recovery-image] May 28 05:06:21.639 INFO O| May 28 05:06:21.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62212026-05-28T05:06:22.516Z[ recovery-image] May 28 05:06:21.639 INFO O| May 28 05:06:21.639 INFO STEP 442 (remove_files) COMPLETE
62222026-05-28T05:06:22.516Z[ recovery-image] May 28 05:06:21.639 INFO O| May 28 05:06:21.639 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.647 INFO O| May 28 05:06:21.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62242026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.647 INFO O| May 28 05:06:21.647 INFO STEP 443 (remove_files) COMPLETE
62252026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.647 INFO O| May 28 05:06:21.647 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.655 INFO O| May 28 05:06:21.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62272026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.655 INFO O| May 28 05:06:21.655 INFO STEP 444 (remove_files) COMPLETE
62282026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.655 INFO O| May 28 05:06:21.655 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.663 INFO O| May 28 05:06:21.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62302026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.663 INFO O| May 28 05:06:21.663 INFO STEP 445 (remove_files) COMPLETE
62312026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.663 INFO O| May 28 05:06:21.663 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.671 INFO O| May 28 05:06:21.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62332026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.671 INFO O| May 28 05:06:21.671 INFO STEP 446 (remove_files) COMPLETE
62342026-05-28T05:06:22.550Z[ recovery-image] May 28 05:06:21.671 INFO O| May 28 05:06:21.671 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-28T05:06:22.556Z[ recovery-image] May 28 05:06:21.679 INFO O| May 28 05:06:21.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62362026-05-28T05:06:22.556Z[ recovery-image] May 28 05:06:21.679 INFO O| May 28 05:06:21.679 INFO STEP 447 (remove_files) COMPLETE
62372026-05-28T05:06:22.556Z[ recovery-image] May 28 05:06:21.679 INFO O| May 28 05:06:21.679 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-28T05:06:22.565Z[ recovery-image] May 28 05:06:21.688 INFO O| May 28 05:06:21.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62392026-05-28T05:06:22.565Z[ recovery-image] May 28 05:06:21.688 INFO O| May 28 05:06:21.688 INFO STEP 448 (remove_files) COMPLETE
62402026-05-28T05:06:22.568Z[ recovery-image] May 28 05:06:21.688 INFO O| May 28 05:06:21.688 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-28T05:06:22.576Z[ recovery-image] May 28 05:06:21.698 INFO O| May 28 05:06:21.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62422026-05-28T05:06:22.576Z[ recovery-image] May 28 05:06:21.698 INFO O| May 28 05:06:21.698 INFO STEP 449 (remove_files) COMPLETE
62432026-05-28T05:06:22.576Z[ recovery-image] May 28 05:06:21.698 INFO O| May 28 05:06:21.698 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-28T05:06:22.584Z[ recovery-image] May 28 05:06:21.707 INFO O| May 28 05:06:21.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62452026-05-28T05:06:22.584Z[ recovery-image] May 28 05:06:21.707 INFO O| May 28 05:06:21.707 INFO STEP 450 (remove_files) COMPLETE
62462026-05-28T05:06:22.584Z[ recovery-image] May 28 05:06:21.707 INFO O| May 28 05:06:21.707 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-28T05:06:22.592Z[ recovery-image] May 28 05:06:21.716 INFO O| May 28 05:06:21.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62482026-05-28T05:06:22.592Z[ recovery-image] May 28 05:06:21.716 INFO O| May 28 05:06:21.716 INFO STEP 451 (remove_files) COMPLETE
62492026-05-28T05:06:22.596Z[ recovery-image] May 28 05:06:21.716 INFO O| May 28 05:06:21.716 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-28T05:06:22.601Z[ recovery-image] May 28 05:06:21.725 INFO O| May 28 05:06:21.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62512026-05-28T05:06:22.601Z[ recovery-image] May 28 05:06:21.725 INFO O| May 28 05:06:21.725 INFO STEP 452 (remove_files) COMPLETE
62522026-05-28T05:06:22.605Z[ recovery-image] May 28 05:06:21.725 INFO O| May 28 05:06:21.725 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-28T05:06:22.610Z[ recovery-image] May 28 05:06:21.733 INFO O| May 28 05:06:21.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62542026-05-28T05:06:22.610Z[ recovery-image] May 28 05:06:21.733 INFO O| May 28 05:06:21.733 INFO STEP 453 (remove_files) COMPLETE
62552026-05-28T05:06:22.610Z[ recovery-image] May 28 05:06:21.733 INFO O| May 28 05:06:21.733 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-28T05:06:22.619Z[ recovery-image] May 28 05:06:21.742 INFO O| May 28 05:06:21.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62572026-05-28T05:06:22.619Z[ recovery-image] May 28 05:06:21.742 INFO O| May 28 05:06:21.742 INFO STEP 454 (remove_files) COMPLETE
62582026-05-28T05:06:22.619Z[ recovery-image] May 28 05:06:21.743 INFO O| May 28 05:06:21.742 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-28T05:06:22.629Z[ recovery-image] May 28 05:06:21.752 INFO O| May 28 05:06:21.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62602026-05-28T05:06:22.629Z[ recovery-image] May 28 05:06:21.752 INFO O| May 28 05:06:21.752 INFO STEP 455 (remove_files) COMPLETE
62612026-05-28T05:06:22.629Z[ recovery-image] May 28 05:06:21.752 INFO O| May 28 05:06:21.752 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-28T05:06:22.639Z[ recovery-image] May 28 05:06:21.762 INFO O| May 28 05:06:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62632026-05-28T05:06:22.639Z[ recovery-image] May 28 05:06:21.762 INFO O| May 28 05:06:21.762 INFO STEP 456 (remove_files) COMPLETE
62642026-05-28T05:06:22.639Z[ recovery-image] May 28 05:06:21.762 INFO O| May 28 05:06:21.762 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-28T05:06:22.649Z[ recovery-image] May 28 05:06:21.772 INFO O| May 28 05:06:21.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62662026-05-28T05:06:22.649Z[ recovery-image] May 28 05:06:21.772 INFO O| May 28 05:06:21.772 INFO STEP 457 (remove_files) COMPLETE
62672026-05-28T05:06:22.649Z[ recovery-image] May 28 05:06:21.772 INFO O| May 28 05:06:21.772 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-28T05:06:22.659Z[ recovery-image] May 28 05:06:21.782 INFO O| May 28 05:06:21.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62692026-05-28T05:06:22.659Z[ recovery-image] May 28 05:06:21.782 INFO O| May 28 05:06:21.782 INFO STEP 458 (remove_files) COMPLETE
62702026-05-28T05:06:22.662Z[ recovery-image] May 28 05:06:21.782 INFO O| May 28 05:06:21.782 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-28T05:06:22.668Z[ recovery-image] May 28 05:06:21.792 INFO O| May 28 05:06:21.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62722026-05-28T05:06:22.668Z[ recovery-image] May 28 05:06:21.792 INFO O| May 28 05:06:21.792 INFO STEP 459 (remove_files) COMPLETE
62732026-05-28T05:06:22.669Z[ recovery-image] May 28 05:06:21.792 INFO O| May 28 05:06:21.792 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-28T05:06:22.677Z[ recovery-image] May 28 05:06:21.801 INFO O| May 28 05:06:21.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62752026-05-28T05:06:22.678Z[ recovery-image] May 28 05:06:21.801 INFO O| May 28 05:06:21.801 INFO STEP 460 (remove_files) COMPLETE
62762026-05-28T05:06:22.681Z[ recovery-image] May 28 05:06:21.801 INFO O| May 28 05:06:21.801 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-28T05:06:22.686Z[ recovery-image] May 28 05:06:21.809 INFO O| May 28 05:06:21.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62782026-05-28T05:06:22.686Z[ recovery-image] May 28 05:06:21.810 INFO O| May 28 05:06:21.810 INFO STEP 461 (remove_files) COMPLETE
62792026-05-28T05:06:22.686Z[ recovery-image] May 28 05:06:21.810 INFO O| May 28 05:06:21.810 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-28T05:06:22.694Z[ recovery-image] May 28 05:06:21.818 INFO O| May 28 05:06:21.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62812026-05-28T05:06:22.694Z[ recovery-image] May 28 05:06:21.818 INFO O| May 28 05:06:21.818 INFO STEP 462 (remove_files) COMPLETE
62822026-05-28T05:06:22.694Z[ recovery-image] May 28 05:06:21.818 INFO O| May 28 05:06:21.818 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-28T05:06:22.702Z[ recovery-image] May 28 05:06:21.826 INFO O| May 28 05:06:21.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62842026-05-28T05:06:22.702Z[ recovery-image] May 28 05:06:21.826 INFO O| May 28 05:06:21.826 INFO STEP 463 (remove_files) COMPLETE
62852026-05-28T05:06:22.702Z[ recovery-image] May 28 05:06:21.826 INFO O| May 28 05:06:21.826 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-28T05:06:22.710Z[ recovery-image] May 28 05:06:21.834 INFO O| May 28 05:06:21.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62872026-05-28T05:06:22.713Z[ recovery-image] May 28 05:06:21.834 INFO O| May 28 05:06:21.834 INFO STEP 464 (remove_files) COMPLETE
62882026-05-28T05:06:22.713Z[ recovery-image] May 28 05:06:21.834 INFO O| May 28 05:06:21.834 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-28T05:06:22.719Z[ recovery-image] May 28 05:06:21.842 INFO O| May 28 05:06:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62902026-05-28T05:06:22.719Z[ recovery-image] May 28 05:06:21.842 INFO O| May 28 05:06:21.842 INFO STEP 465 (remove_files) COMPLETE
62912026-05-28T05:06:22.719Z[ recovery-image] May 28 05:06:21.842 INFO O| May 28 05:06:21.842 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-28T05:06:22.727Z[ recovery-image] May 28 05:06:21.850 INFO O| May 28 05:06:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62932026-05-28T05:06:22.727Z[ recovery-image] May 28 05:06:21.850 INFO O| May 28 05:06:21.850 INFO STEP 466 (remove_files) COMPLETE
62942026-05-28T05:06:22.727Z[ recovery-image] May 28 05:06:21.850 INFO O| May 28 05:06:21.850 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-05-28T05:06:22.735Z[ recovery-image] May 28 05:06:21.859 INFO O| May 28 05:06:21.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62962026-05-28T05:06:22.735Z[ recovery-image] May 28 05:06:21.859 INFO O| May 28 05:06:21.859 INFO STEP 467 (remove_files) COMPLETE
62972026-05-28T05:06:22.735Z[ recovery-image] May 28 05:06:21.859 INFO O| May 28 05:06:21.859 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-05-28T05:06:22.744Z[ recovery-image] May 28 05:06:21.867 INFO O| May 28 05:06:21.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62992026-05-28T05:06:22.744Z[ recovery-image] May 28 05:06:21.867 INFO O| May 28 05:06:21.867 INFO STEP 468 (remove_files) COMPLETE
63002026-05-28T05:06:22.747Z[ recovery-image] May 28 05:06:21.867 INFO O| May 28 05:06:21.867 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-05-28T05:06:22.752Z[ recovery-image] May 28 05:06:21.876 INFO O| May 28 05:06:21.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63022026-05-28T05:06:22.752Z[ recovery-image] May 28 05:06:21.876 INFO O| May 28 05:06:21.876 INFO STEP 469 (remove_files) COMPLETE
63032026-05-28T05:06:22.757Z[ recovery-image] May 28 05:06:21.876 INFO O| May 28 05:06:21.876 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-05-28T05:06:22.761Z[ recovery-image] May 28 05:06:21.884 INFO O| May 28 05:06:21.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63052026-05-28T05:06:22.761Z[ recovery-image] May 28 05:06:21.884 INFO O| May 28 05:06:21.884 INFO STEP 470 (remove_files) COMPLETE
63062026-05-28T05:06:22.764Z[ recovery-image] May 28 05:06:21.884 INFO O| May 28 05:06:21.884 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-05-28T05:06:22.769Z[ recovery-image] May 28 05:06:21.893 INFO O| May 28 05:06:21.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63082026-05-28T05:06:22.769Z[ recovery-image] May 28 05:06:21.893 INFO O| May 28 05:06:21.893 INFO STEP 471 (remove_files) COMPLETE
63092026-05-28T05:06:22.772Z[ recovery-image] May 28 05:06:21.893 INFO O| May 28 05:06:21.893 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-05-28T05:06:22.777Z[ recovery-image] May 28 05:06:21.901 INFO O| May 28 05:06:21.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63112026-05-28T05:06:22.777Z[ recovery-image] May 28 05:06:21.901 INFO O| May 28 05:06:21.901 INFO STEP 472 (remove_files) COMPLETE
63122026-05-28T05:06:22.780Z[ recovery-image] May 28 05:06:21.901 INFO O| May 28 05:06:21.901 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-05-28T05:06:22.786Z[ recovery-image] May 28 05:06:21.909 INFO O| May 28 05:06:21.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63142026-05-28T05:06:22.786Z[ recovery-image] May 28 05:06:21.909 INFO O| May 28 05:06:21.909 INFO STEP 473 (remove_files) COMPLETE
63152026-05-28T05:06:22.788Z[ recovery-image] May 28 05:06:21.909 INFO O| May 28 05:06:21.909 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-05-28T05:06:22.794Z[ recovery-image] May 28 05:06:21.918 INFO O| May 28 05:06:21.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63172026-05-28T05:06:22.794Z[ recovery-image] May 28 05:06:21.918 INFO O| May 28 05:06:21.918 INFO STEP 474 (remove_files) COMPLETE
63182026-05-28T05:06:22.794Z[ recovery-image] May 28 05:06:21.918 INFO O| May 28 05:06:21.918 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-05-28T05:06:22.803Z[ recovery-image] May 28 05:06:21.927 INFO O| May 28 05:06:21.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63202026-05-28T05:06:22.803Z[ recovery-image] May 28 05:06:21.927 INFO O| May 28 05:06:21.927 INFO STEP 475 (remove_files) COMPLETE
63212026-05-28T05:06:22.806Z[ recovery-image] May 28 05:06:21.927 INFO O| May 28 05:06:21.927 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-05-28T05:06:22.811Z[ recovery-image] May 28 05:06:21.935 INFO O| May 28 05:06:21.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63232026-05-28T05:06:22.812Z[ recovery-image] May 28 05:06:21.935 INFO O| May 28 05:06:21.935 INFO STEP 476 (remove_files) COMPLETE
63242026-05-28T05:06:22.814Z[ recovery-image] May 28 05:06:21.935 INFO O| May 28 05:06:21.935 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-05-28T05:06:22.820Z[ recovery-image] May 28 05:06:21.943 INFO O| May 28 05:06:21.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63262026-05-28T05:06:22.820Z[ recovery-image] May 28 05:06:21.943 INFO O| May 28 05:06:21.943 INFO STEP 477 (remove_files) COMPLETE
63272026-05-28T05:06:22.822Z[ recovery-image] May 28 05:06:21.943 INFO O| May 28 05:06:21.943 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-05-28T05:06:22.828Z[ recovery-image] May 28 05:06:21.951 INFO O| May 28 05:06:21.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63292026-05-28T05:06:22.828Z[ recovery-image] May 28 05:06:21.952 INFO O| May 28 05:06:21.951 INFO STEP 478 (remove_files) COMPLETE
63302026-05-28T05:06:22.831Z[ recovery-image] May 28 05:06:21.952 INFO O| May 28 05:06:21.951 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-05-28T05:06:22.836Z[ recovery-image] May 28 05:06:21.960 INFO O| May 28 05:06:21.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63322026-05-28T05:06:22.836Z[ recovery-image] May 28 05:06:21.960 INFO O| May 28 05:06:21.960 INFO STEP 479 (remove_files) COMPLETE
63332026-05-28T05:06:22.839Z[ recovery-image] May 28 05:06:21.960 INFO O| May 28 05:06:21.960 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-05-28T05:06:22.844Z[ recovery-image] May 28 05:06:21.968 INFO O| May 28 05:06:21.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63352026-05-28T05:06:22.844Z[ recovery-image] May 28 05:06:21.968 INFO O| May 28 05:06:21.968 INFO STEP 480 (remove_files) COMPLETE
63362026-05-28T05:06:22.847Z[ recovery-image] May 28 05:06:21.968 INFO O| May 28 05:06:21.968 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-05-28T05:06:22.852Z[ recovery-image] May 28 05:06:21.976 INFO O| May 28 05:06:21.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63382026-05-28T05:06:22.852Z[ recovery-image] May 28 05:06:21.976 INFO O| May 28 05:06:21.976 INFO STEP 481 (remove_files) COMPLETE
63392026-05-28T05:06:22.855Z[ recovery-image] May 28 05:06:21.976 INFO O| May 28 05:06:21.976 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-05-28T05:06:22.861Z[ recovery-image] May 28 05:06:21.984 INFO O| May 28 05:06:21.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63412026-05-28T05:06:22.861Z[ recovery-image] May 28 05:06:21.985 INFO O| May 28 05:06:21.985 INFO STEP 482 (remove_files) COMPLETE
63422026-05-28T05:06:22.864Z[ recovery-image] May 28 05:06:21.985 INFO O| May 28 05:06:21.985 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-05-28T05:06:22.869Z[ recovery-image] May 28 05:06:21.993 INFO O| May 28 05:06:21.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63442026-05-28T05:06:22.873Z[ recovery-image] May 28 05:06:21.997 INFO O| May 28 05:06:21.997 INFO STEP 483 (remove_files) COMPLETE
63452026-05-28T05:06:22.873Z[ recovery-image] May 28 05:06:21.997 INFO O| May 28 05:06:21.997 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-05-28T05:06:22.929Z[ recovery-image] May 28 05:06:22.053 INFO O| May 28 05:06:22.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63472026-05-28T05:06:22.929Z[ recovery-image] May 28 05:06:22.053 INFO O| May 28 05:06:22.053 INFO STEP 484 (remove_files) COMPLETE
63482026-05-28T05:06:22.932Z[ recovery-image] May 28 05:06:22.053 INFO O| May 28 05:06:22.053 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-05-28T05:06:22.945Z[ recovery-image] May 28 05:06:22.068 INFO O| May 28 05:06:22.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63502026-05-28T05:06:22.945Z[ recovery-image] May 28 05:06:22.068 INFO O| May 28 05:06:22.068 INFO STEP 485 (remove_files) COMPLETE
63512026-05-28T05:06:22.945Z[ recovery-image] May 28 05:06:22.068 INFO O| May 28 05:06:22.068 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-05-28T05:06:22.968Z[ recovery-image] May 28 05:06:22.091 INFO O| May 28 05:06:22.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63532026-05-28T05:06:22.968Z[ recovery-image] May 28 05:06:22.091 INFO O| May 28 05:06:22.091 INFO STEP 486 (remove_files) COMPLETE
63542026-05-28T05:06:22.968Z[ recovery-image] May 28 05:06:22.091 INFO O| May 28 05:06:22.091 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-05-28T05:06:22.976Z[ recovery-image] May 28 05:06:22.100 INFO O| May 28 05:06:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63562026-05-28T05:06:22.976Z[ recovery-image] May 28 05:06:22.100 INFO O| May 28 05:06:22.100 INFO STEP 487 (remove_files) COMPLETE
63572026-05-28T05:06:22.979Z[ recovery-image] May 28 05:06:22.100 INFO O| May 28 05:06:22.100 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-05-28T05:06:22.984Z[ recovery-image] May 28 05:06:22.107 INFO O| May 28 05:06:22.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63592026-05-28T05:06:22.984Z[ recovery-image] May 28 05:06:22.107 INFO O| May 28 05:06:22.107 INFO STEP 488 (remove_files) COMPLETE
63602026-05-28T05:06:22.986Z[ recovery-image] May 28 05:06:22.107 INFO O| May 28 05:06:22.107 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-05-28T05:06:22.992Z[ recovery-image] May 28 05:06:22.115 INFO O| May 28 05:06:22.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63622026-05-28T05:06:22.992Z[ recovery-image] May 28 05:06:22.115 INFO O| May 28 05:06:22.115 INFO STEP 489 (remove_files) COMPLETE
63632026-05-28T05:06:22.995Z[ recovery-image] May 28 05:06:22.115 INFO O| May 28 05:06:22.115 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-05-28T05:06:23.001Z[ recovery-image] May 28 05:06:22.125 INFO O| May 28 05:06:22.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63652026-05-28T05:06:23.001Z[ recovery-image] May 28 05:06:22.125 INFO O| May 28 05:06:22.125 INFO STEP 490 (remove_files) COMPLETE
63662026-05-28T05:06:23.004Z[ recovery-image] May 28 05:06:22.125 INFO O| May 28 05:06:22.125 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-05-28T05:06:23.011Z[ recovery-image] May 28 05:06:22.135 INFO O| May 28 05:06:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63682026-05-28T05:06:23.011Z[ recovery-image] May 28 05:06:22.135 INFO O| May 28 05:06:22.135 INFO STEP 491 (remove_files) COMPLETE
63692026-05-28T05:06:23.011Z[ recovery-image] May 28 05:06:22.135 INFO O| May 28 05:06:22.135 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-05-28T05:06:23.021Z[ recovery-image] May 28 05:06:22.144 INFO O| May 28 05:06:22.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63712026-05-28T05:06:23.021Z[ recovery-image] May 28 05:06:22.144 INFO O| May 28 05:06:22.144 INFO STEP 492 (remove_files) COMPLETE
63722026-05-28T05:06:23.021Z[ recovery-image] May 28 05:06:22.144 INFO O| May 28 05:06:22.144 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-05-28T05:06:23.029Z[ recovery-image] May 28 05:06:22.153 INFO O| May 28 05:06:22.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63742026-05-28T05:06:23.029Z[ recovery-image] May 28 05:06:22.153 INFO O| May 28 05:06:22.153 INFO STEP 493 (remove_files) COMPLETE
63752026-05-28T05:06:23.029Z[ recovery-image] May 28 05:06:22.153 INFO O| May 28 05:06:22.153 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-05-28T05:06:23.037Z[ recovery-image] May 28 05:06:22.161 INFO O| May 28 05:06:22.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63772026-05-28T05:06:23.040Z[ recovery-image] May 28 05:06:22.162 INFO O| May 28 05:06:22.161 INFO STEP 494 (remove_files) COMPLETE
63782026-05-28T05:06:23.040Z[ recovery-image] May 28 05:06:22.162 INFO O| May 28 05:06:22.161 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-05-28T05:06:23.049Z[ recovery-image] May 28 05:06:22.173 INFO O| May 28 05:06:22.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63802026-05-28T05:06:23.049Z[ recovery-image] May 28 05:06:22.173 INFO O| May 28 05:06:22.173 INFO STEP 495 (remove_files) COMPLETE
63812026-05-28T05:06:23.049Z[ recovery-image] May 28 05:06:22.173 INFO O| May 28 05:06:22.173 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-05-28T05:06:23.060Z[ recovery-image] May 28 05:06:22.184 INFO O| May 28 05:06:22.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63832026-05-28T05:06:23.060Z[ recovery-image] May 28 05:06:22.184 INFO O| May 28 05:06:22.184 INFO STEP 496 (remove_files) COMPLETE
63842026-05-28T05:06:23.064Z[ recovery-image] May 28 05:06:22.184 INFO O| May 28 05:06:22.184 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-05-28T05:06:23.071Z[ recovery-image] May 28 05:06:22.195 INFO O| May 28 05:06:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63862026-05-28T05:06:23.071Z[ recovery-image] May 28 05:06:22.195 INFO O| May 28 05:06:22.195 INFO STEP 497 (remove_files) COMPLETE
63872026-05-28T05:06:23.071Z[ recovery-image] May 28 05:06:22.195 INFO O| May 28 05:06:22.195 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-05-28T05:06:23.083Z[ recovery-image] May 28 05:06:22.205 INFO O| May 28 05:06:22.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63892026-05-28T05:06:23.083Z[ recovery-image] May 28 05:06:22.205 INFO O| May 28 05:06:22.205 INFO STEP 498 (remove_files) COMPLETE
63902026-05-28T05:06:23.086Z[ recovery-image] May 28 05:06:22.205 INFO O| May 28 05:06:22.205 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-05-28T05:06:23.101Z[ recovery-image] May 28 05:06:22.225 INFO O| May 28 05:06:22.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63922026-05-28T05:06:23.101Z[ recovery-image] May 28 05:06:22.225 INFO O| May 28 05:06:22.225 INFO STEP 499 (remove_files) COMPLETE
63932026-05-28T05:06:23.104Z[ recovery-image] May 28 05:06:22.225 INFO O| May 28 05:06:22.225 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-05-28T05:06:23.112Z[ recovery-image] May 28 05:06:22.236 INFO O| May 28 05:06:22.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63952026-05-28T05:06:23.112Z[ recovery-image] May 28 05:06:22.236 INFO O| May 28 05:06:22.236 INFO STEP 500 (remove_files) COMPLETE
63962026-05-28T05:06:23.115Z[ recovery-image] May 28 05:06:22.236 INFO O| May 28 05:06:22.236 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-05-28T05:06:23.122Z[ recovery-image] May 28 05:06:22.246 INFO O| May 28 05:06:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63982026-05-28T05:06:23.122Z[ recovery-image] May 28 05:06:22.246 INFO O| May 28 05:06:22.246 INFO STEP 501 (remove_files) COMPLETE
63992026-05-28T05:06:23.122Z[ recovery-image] May 28 05:06:22.246 INFO O| May 28 05:06:22.246 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-05-28T05:06:23.132Z[ recovery-image] May 28 05:06:22.255 INFO O| May 28 05:06:22.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64012026-05-28T05:06:23.132Z[ recovery-image] May 28 05:06:22.256 INFO O| May 28 05:06:22.256 INFO STEP 502 (remove_files) COMPLETE
64022026-05-28T05:06:23.135Z[ recovery-image] May 28 05:06:22.256 INFO O| May 28 05:06:22.256 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-05-28T05:06:23.141Z[ recovery-image] May 28 05:06:22.265 INFO O| May 28 05:06:22.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64042026-05-28T05:06:23.141Z[ recovery-image] May 28 05:06:22.265 INFO O| May 28 05:06:22.265 INFO STEP 503 (remove_files) COMPLETE
64052026-05-28T05:06:23.142Z[ recovery-image] May 28 05:06:22.265 INFO O| May 28 05:06:22.265 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-05-28T05:06:23.149Z[ recovery-image] May 28 05:06:22.273 INFO O| May 28 05:06:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64072026-05-28T05:06:23.149Z[ recovery-image] May 28 05:06:22.273 INFO O| May 28 05:06:22.273 INFO STEP 504 (remove_files) COMPLETE
64082026-05-28T05:06:23.152Z[ recovery-image] May 28 05:06:22.273 INFO O| May 28 05:06:22.273 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-05-28T05:06:23.158Z[ recovery-image] May 28 05:06:22.282 INFO O| May 28 05:06:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64102026-05-28T05:06:23.158Z[ recovery-image] May 28 05:06:22.282 INFO O| May 28 05:06:22.282 INFO STEP 505 (remove_files) COMPLETE
64112026-05-28T05:06:23.158Z[ recovery-image] May 28 05:06:22.282 INFO O| May 28 05:06:22.282 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-05-28T05:06:23.168Z[ recovery-image] May 28 05:06:22.292 INFO O| May 28 05:06:22.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64132026-05-28T05:06:23.168Z[ recovery-image] May 28 05:06:22.292 INFO O| May 28 05:06:22.292 INFO STEP 506 (remove_files) COMPLETE
64142026-05-28T05:06:23.168Z[ recovery-image] May 28 05:06:22.292 INFO O| May 28 05:06:22.292 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-05-28T05:06:23.178Z[ recovery-image] May 28 05:06:22.302 INFO O| May 28 05:06:22.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64162026-05-28T05:06:23.178Z[ recovery-image] May 28 05:06:22.302 INFO O| May 28 05:06:22.302 INFO STEP 507 (remove_files) COMPLETE
64172026-05-28T05:06:23.181Z[ recovery-image] May 28 05:06:22.302 INFO O| May 28 05:06:22.302 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-05-28T05:06:23.188Z[ recovery-image] May 28 05:06:22.312 INFO O| May 28 05:06:22.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64192026-05-28T05:06:23.188Z[ recovery-image] May 28 05:06:22.312 INFO O| May 28 05:06:22.312 INFO STEP 508 (remove_files) COMPLETE
64202026-05-28T05:06:23.191Z[ recovery-image] May 28 05:06:22.312 INFO O| May 28 05:06:22.312 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-05-28T05:06:23.197Z[ recovery-image] May 28 05:06:22.321 INFO O| May 28 05:06:22.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64222026-05-28T05:06:23.197Z[ recovery-image] May 28 05:06:22.321 INFO O| May 28 05:06:22.321 INFO STEP 509 (remove_files) COMPLETE
64232026-05-28T05:06:23.197Z[ recovery-image] May 28 05:06:22.321 INFO O| May 28 05:06:22.321 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-05-28T05:06:23.206Z[ recovery-image] May 28 05:06:22.329 INFO O| May 28 05:06:22.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64252026-05-28T05:06:23.206Z[ recovery-image] May 28 05:06:22.329 INFO O| May 28 05:06:22.329 INFO STEP 510 (remove_files) COMPLETE
64262026-05-28T05:06:23.206Z[ recovery-image] May 28 05:06:22.329 INFO O| May 28 05:06:22.329 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-05-28T05:06:23.215Z[ recovery-image] May 28 05:06:22.338 INFO O| May 28 05:06:22.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64282026-05-28T05:06:23.215Z[ recovery-image] May 28 05:06:22.339 INFO O| May 28 05:06:22.339 INFO STEP 511 (remove_files) COMPLETE
64292026-05-28T05:06:23.218Z[ recovery-image] May 28 05:06:22.339 INFO O| May 28 05:06:22.339 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.348 INFO O| May 28 05:06:22.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64312026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.348 INFO O| May 28 05:06:22.348 INFO STEP 512 (remove_files) COMPLETE
64322026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.348 INFO O| May 28 05:06:22.348 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.357 INFO O| May 28 05:06:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64342026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.358 INFO O| May 28 05:06:22.358 INFO STEP 513 (remove_files) COMPLETE
64352026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.358 INFO O| May 28 05:06:22.358 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.368 INFO O| May 28 05:06:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64372026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.368 INFO O| May 28 05:06:22.368 INFO STEP 514 (remove_files) COMPLETE
64382026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.368 INFO O| May 28 05:06:22.368 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-05-28T05:06:23.261Z[ recovery-image] May 28 05:06:22.379 INFO O| May 28 05:06:22.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64402026-05-28T05:06:23.262Z[ recovery-image] May 28 05:06:22.379 INFO O| May 28 05:06:22.379 INFO STEP 515 (remove_files) COMPLETE
64412026-05-28T05:06:23.262Z[ recovery-image] May 28 05:06:22.379 INFO O| May 28 05:06:22.379 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-05-28T05:06:23.265Z[ recovery-image] May 28 05:06:22.389 INFO O| May 28 05:06:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64432026-05-28T05:06:23.266Z[ recovery-image] May 28 05:06:22.389 INFO O| May 28 05:06:22.389 INFO STEP 516 (remove_files) COMPLETE
64442026-05-28T05:06:23.266Z[ recovery-image] May 28 05:06:22.389 INFO O| May 28 05:06:22.389 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-05-28T05:06:23.275Z[ recovery-image] May 28 05:06:22.398 INFO O| May 28 05:06:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64462026-05-28T05:06:23.275Z[ recovery-image] May 28 05:06:22.398 INFO O| May 28 05:06:22.398 INFO STEP 517 (remove_files) COMPLETE
64472026-05-28T05:06:23.275Z[ recovery-image] May 28 05:06:22.398 INFO O| May 28 05:06:22.398 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-05-28T05:06:23.284Z[ recovery-image] May 28 05:06:22.407 INFO O| May 28 05:06:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64492026-05-28T05:06:23.284Z[ recovery-image] May 28 05:06:22.407 INFO O| May 28 05:06:22.407 INFO STEP 518 (remove_files) COMPLETE
64502026-05-28T05:06:23.284Z[ recovery-image] May 28 05:06:22.407 INFO O| May 28 05:06:22.407 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-05-28T05:06:23.292Z[ recovery-image] May 28 05:06:22.416 INFO O| May 28 05:06:22.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64522026-05-28T05:06:23.292Z[ recovery-image] May 28 05:06:22.416 INFO O| May 28 05:06:22.416 INFO STEP 519 (remove_files) COMPLETE
64532026-05-28T05:06:23.292Z[ recovery-image] May 28 05:06:22.416 INFO O| May 28 05:06:22.416 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-05-28T05:06:23.301Z[ recovery-image] May 28 05:06:22.425 INFO O| May 28 05:06:22.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64552026-05-28T05:06:23.301Z[ recovery-image] May 28 05:06:22.425 INFO O| May 28 05:06:22.425 INFO STEP 520 (remove_files) COMPLETE
64562026-05-28T05:06:23.304Z[ recovery-image] May 28 05:06:22.425 INFO O| May 28 05:06:22.425 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-05-28T05:06:23.313Z[ recovery-image] May 28 05:06:22.436 INFO O| May 28 05:06:22.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64582026-05-28T05:06:23.313Z[ recovery-image] May 28 05:06:22.436 INFO O| May 28 05:06:22.436 INFO STEP 521 (remove_files) COMPLETE
64592026-05-28T05:06:23.313Z[ recovery-image] May 28 05:06:22.436 INFO O| May 28 05:06:22.436 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-05-28T05:06:23.324Z[ recovery-image] May 28 05:06:22.448 INFO O| May 28 05:06:22.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64612026-05-28T05:06:23.324Z[ recovery-image] May 28 05:06:22.448 INFO O| May 28 05:06:22.448 INFO STEP 522 (remove_files) COMPLETE
64622026-05-28T05:06:23.324Z[ recovery-image] May 28 05:06:22.448 INFO O| May 28 05:06:22.448 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-05-28T05:06:23.334Z[ recovery-image] May 28 05:06:22.458 INFO O| May 28 05:06:22.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64642026-05-28T05:06:23.334Z[ recovery-image] May 28 05:06:22.458 INFO O| May 28 05:06:22.458 INFO STEP 523 (remove_files) COMPLETE
64652026-05-28T05:06:23.334Z[ recovery-image] May 28 05:06:22.458 INFO O| May 28 05:06:22.458 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-05-28T05:06:23.344Z[ recovery-image] May 28 05:06:22.467 INFO O| May 28 05:06:22.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64672026-05-28T05:06:23.347Z[ recovery-image] May 28 05:06:22.468 INFO O| May 28 05:06:22.468 INFO STEP 524 (remove_files) COMPLETE
64682026-05-28T05:06:23.347Z[ recovery-image] May 28 05:06:22.468 INFO O| May 28 05:06:22.468 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-05-28T05:06:23.359Z[ recovery-image] May 28 05:06:22.482 INFO O| May 28 05:06:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64702026-05-28T05:06:23.359Z[ recovery-image] May 28 05:06:22.482 INFO O| May 28 05:06:22.477 INFO STEP 525 (remove_files) COMPLETE
64712026-05-28T05:06:23.359Z[ recovery-image] May 28 05:06:22.483 INFO O| May 28 05:06:22.477 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-05-28T05:06:23.419Z[ recovery-image] May 28 05:06:22.537 INFO O| May 28 05:06:22.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64732026-05-28T05:06:23.419Z[ recovery-image] May 28 05:06:22.537 INFO O| May 28 05:06:22.492 INFO STEP 526 (remove_files) COMPLETE
64742026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.537 INFO O| May 28 05:06:22.492 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64762026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.500 INFO STEP 527 (remove_files) COMPLETE
64772026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.500 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64792026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.507 INFO STEP 528 (remove_files) COMPLETE
64802026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.507 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64822026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.514 INFO STEP 529 (remove_files) COMPLETE
64832026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.514 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64852026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.522 INFO STEP 530 (remove_files) COMPLETE
64862026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.522 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64882026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.530 INFO STEP 531 (remove_files) COMPLETE
64892026-05-28T05:06:23.420Z[ recovery-image] May 28 05:06:22.538 INFO O| May 28 05:06:22.530 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.543 INFO O| May 28 05:06:22.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64912026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.543 INFO O| May 28 05:06:22.538 INFO STEP 532 (remove_files) COMPLETE
64922026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.543 INFO O| May 28 05:06:22.538 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.547 INFO O| May 28 05:06:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64942026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.547 INFO O| May 28 05:06:22.547 INFO STEP 533 (remove_files) COMPLETE
64952026-05-28T05:06:23.431Z[ recovery-image] May 28 05:06:22.547 INFO O| May 28 05:06:22.547 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-05-28T05:06:23.436Z[ recovery-image] May 28 05:06:22.559 INFO O| May 28 05:06:22.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64972026-05-28T05:06:23.436Z[ recovery-image] May 28 05:06:22.559 INFO O| May 28 05:06:22.559 INFO STEP 534 (remove_files) COMPLETE
64982026-05-28T05:06:23.456Z[ recovery-image] May 28 05:06:22.559 INFO O| May 28 05:06:22.559 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-05-28T05:06:23.456Z[ recovery-image] May 28 05:06:22.568 INFO O| May 28 05:06:22.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65002026-05-28T05:06:23.456Z[ recovery-image] May 28 05:06:22.568 INFO O| May 28 05:06:22.568 INFO STEP 535 (remove_files) COMPLETE
65012026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.568 INFO O| May 28 05:06:22.568 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.575 INFO O| May 28 05:06:22.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65032026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.575 INFO O| May 28 05:06:22.575 INFO STEP 536 (remove_files) COMPLETE
65042026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.575 INFO O| May 28 05:06:22.575 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.583 INFO O| May 28 05:06:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65062026-05-28T05:06:23.459Z[ recovery-image] May 28 05:06:22.583 INFO O| May 28 05:06:22.583 INFO STEP 537 (remove_files) COMPLETE
65072026-05-28T05:06:23.460Z[ recovery-image] May 28 05:06:22.583 INFO O| May 28 05:06:22.583 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-05-28T05:06:23.466Z[ recovery-image] May 28 05:06:22.589 INFO O| May 28 05:06:22.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65092026-05-28T05:06:23.466Z[ recovery-image] May 28 05:06:22.590 INFO O| May 28 05:06:22.589 INFO STEP 538 (remove_files) COMPLETE
65102026-05-28T05:06:23.466Z[ recovery-image] May 28 05:06:22.590 INFO O| May 28 05:06:22.590 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-05-28T05:06:23.473Z[ recovery-image] May 28 05:06:22.596 INFO O| May 28 05:06:22.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65122026-05-28T05:06:23.473Z[ recovery-image] May 28 05:06:22.596 INFO O| May 28 05:06:22.596 INFO STEP 539 (remove_files) COMPLETE
65132026-05-28T05:06:23.476Z[ recovery-image] May 28 05:06:22.596 INFO O| May 28 05:06:22.596 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-05-28T05:06:23.480Z[ recovery-image] May 28 05:06:22.603 INFO O| May 28 05:06:22.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65152026-05-28T05:06:23.480Z[ recovery-image] May 28 05:06:22.603 INFO O| May 28 05:06:22.603 INFO STEP 540 (remove_files) COMPLETE
65162026-05-28T05:06:23.480Z[ recovery-image] May 28 05:06:22.603 INFO O| May 28 05:06:22.603 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-05-28T05:06:23.487Z[ recovery-image] May 28 05:06:22.610 INFO O| May 28 05:06:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65182026-05-28T05:06:23.487Z[ recovery-image] May 28 05:06:22.610 INFO O| May 28 05:06:22.610 INFO STEP 541 (remove_files) COMPLETE
65192026-05-28T05:06:23.490Z[ recovery-image] May 28 05:06:22.610 INFO O| May 28 05:06:22.610 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-05-28T05:06:23.494Z[ recovery-image] May 28 05:06:22.617 INFO O| May 28 05:06:22.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65212026-05-28T05:06:23.494Z[ recovery-image] May 28 05:06:22.617 INFO O| May 28 05:06:22.617 INFO STEP 542 (remove_files) COMPLETE
65222026-05-28T05:06:23.494Z[ recovery-image] May 28 05:06:22.617 INFO O| May 28 05:06:22.617 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-05-28T05:06:23.501Z[ recovery-image] May 28 05:06:22.625 INFO O| May 28 05:06:22.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65242026-05-28T05:06:23.501Z[ recovery-image] May 28 05:06:22.625 INFO O| May 28 05:06:22.625 INFO STEP 543 (remove_files) COMPLETE
65252026-05-28T05:06:23.504Z[ recovery-image] May 28 05:06:22.625 INFO O| May 28 05:06:22.625 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-05-28T05:06:23.509Z[ recovery-image] May 28 05:06:22.633 INFO O| May 28 05:06:22.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65272026-05-28T05:06:23.509Z[ recovery-image] May 28 05:06:22.633 INFO O| May 28 05:06:22.633 INFO STEP 544 (remove_files) COMPLETE
65282026-05-28T05:06:23.509Z[ recovery-image] May 28 05:06:22.633 INFO O| May 28 05:06:22.633 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-05-28T05:06:23.518Z[ recovery-image] May 28 05:06:22.641 INFO O| May 28 05:06:22.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65302026-05-28T05:06:23.518Z[ recovery-image] May 28 05:06:22.641 INFO O| May 28 05:06:22.641 INFO STEP 545 (remove_files) COMPLETE
65312026-05-28T05:06:23.518Z[ recovery-image] May 28 05:06:22.641 INFO O| May 28 05:06:22.641 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-05-28T05:06:23.526Z[ recovery-image] May 28 05:06:22.649 INFO O| May 28 05:06:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65332026-05-28T05:06:23.526Z[ recovery-image] May 28 05:06:22.649 INFO O| May 28 05:06:22.649 INFO STEP 546 (remove_files) COMPLETE
65342026-05-28T05:06:23.529Z[ recovery-image] May 28 05:06:22.649 INFO O| May 28 05:06:22.649 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-05-28T05:06:23.535Z[ recovery-image] May 28 05:06:22.658 INFO O| May 28 05:06:22.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65362026-05-28T05:06:23.535Z[ recovery-image] May 28 05:06:22.658 INFO O| May 28 05:06:22.658 INFO STEP 547 (remove_files) COMPLETE
65372026-05-28T05:06:23.535Z[ recovery-image] May 28 05:06:22.658 INFO O| May 28 05:06:22.658 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-05-28T05:06:23.544Z[ recovery-image] May 28 05:06:22.668 INFO O| May 28 05:06:22.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65392026-05-28T05:06:23.544Z[ recovery-image] May 28 05:06:22.668 INFO O| May 28 05:06:22.668 INFO STEP 548 (remove_files) COMPLETE
65402026-05-28T05:06:23.544Z[ recovery-image] May 28 05:06:22.668 INFO O| May 28 05:06:22.668 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-05-28T05:06:23.554Z[ recovery-image] May 28 05:06:22.677 INFO O| May 28 05:06:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65422026-05-28T05:06:23.554Z[ recovery-image] May 28 05:06:22.677 INFO O| May 28 05:06:22.677 INFO STEP 549 (remove_files) COMPLETE
65432026-05-28T05:06:23.554Z[ recovery-image] May 28 05:06:22.677 INFO O| May 28 05:06:22.677 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-05-28T05:06:23.564Z[ recovery-image] May 28 05:06:22.687 INFO O| May 28 05:06:22.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65452026-05-28T05:06:23.564Z[ recovery-image] May 28 05:06:22.687 INFO O| May 28 05:06:22.687 INFO STEP 550 (remove_files) COMPLETE
65462026-05-28T05:06:23.564Z[ recovery-image] May 28 05:06:22.687 INFO O| May 28 05:06:22.687 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-05-28T05:06:23.573Z[ recovery-image] May 28 05:06:22.697 INFO O| May 28 05:06:22.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65482026-05-28T05:06:23.573Z[ recovery-image] May 28 05:06:22.697 INFO O| May 28 05:06:22.697 INFO STEP 551 (remove_files) COMPLETE
65492026-05-28T05:06:23.573Z[ recovery-image] May 28 05:06:22.697 INFO O| May 28 05:06:22.697 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-05-28T05:06:23.583Z[ recovery-image] May 28 05:06:22.706 INFO O| May 28 05:06:22.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65512026-05-28T05:06:23.583Z[ recovery-image] May 28 05:06:22.706 INFO O| May 28 05:06:22.706 INFO STEP 552 (remove_files) COMPLETE
65522026-05-28T05:06:23.583Z[ recovery-image] May 28 05:06:22.706 INFO O| May 28 05:06:22.706 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-05-28T05:06:23.592Z[ recovery-image] May 28 05:06:22.716 INFO O| May 28 05:06:22.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65542026-05-28T05:06:23.592Z[ recovery-image] May 28 05:06:22.716 INFO O| May 28 05:06:22.716 INFO STEP 553 (remove_files) COMPLETE
65552026-05-28T05:06:23.592Z[ recovery-image] May 28 05:06:22.716 INFO O| May 28 05:06:22.716 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-05-28T05:06:23.602Z[ recovery-image] May 28 05:06:22.725 INFO O| May 28 05:06:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65572026-05-28T05:06:23.602Z[ recovery-image] May 28 05:06:22.726 INFO O| May 28 05:06:22.726 INFO STEP 554 (remove_files) COMPLETE
65582026-05-28T05:06:23.602Z[ recovery-image] May 28 05:06:22.726 INFO O| May 28 05:06:22.726 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-05-28T05:06:23.612Z[ recovery-image] May 28 05:06:22.736 INFO O| May 28 05:06:22.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65602026-05-28T05:06:23.612Z[ recovery-image] May 28 05:06:22.736 INFO O| May 28 05:06:22.736 INFO STEP 555 (remove_files) COMPLETE
65612026-05-28T05:06:23.612Z[ recovery-image] May 28 05:06:22.736 INFO O| May 28 05:06:22.736 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-05-28T05:06:23.623Z[ recovery-image] May 28 05:06:22.746 INFO O| May 28 05:06:22.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65632026-05-28T05:06:23.623Z[ recovery-image] May 28 05:06:22.746 INFO O| May 28 05:06:22.746 INFO STEP 556 (remove_files) COMPLETE
65642026-05-28T05:06:23.623Z[ recovery-image] May 28 05:06:22.746 INFO O| May 28 05:06:22.746 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-05-28T05:06:23.633Z[ recovery-image] May 28 05:06:22.756 INFO O| May 28 05:06:22.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65662026-05-28T05:06:23.633Z[ recovery-image] May 28 05:06:22.756 INFO O| May 28 05:06:22.756 INFO STEP 557 (remove_files) COMPLETE
65672026-05-28T05:06:23.633Z[ recovery-image] May 28 05:06:22.756 INFO O| May 28 05:06:22.756 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-05-28T05:06:23.643Z[ recovery-image] May 28 05:06:22.767 INFO O| May 28 05:06:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65692026-05-28T05:06:23.643Z[ recovery-image] May 28 05:06:22.767 INFO O| May 28 05:06:22.767 INFO STEP 558 (remove_files) COMPLETE
65702026-05-28T05:06:23.646Z[ recovery-image] May 28 05:06:22.767 INFO O| May 28 05:06:22.767 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-05-28T05:06:23.654Z[ recovery-image] May 28 05:06:22.777 INFO O| May 28 05:06:22.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65722026-05-28T05:06:23.654Z[ recovery-image] May 28 05:06:22.777 INFO O| May 28 05:06:22.777 INFO STEP 559 (remove_files) COMPLETE
65732026-05-28T05:06:23.654Z[ recovery-image] May 28 05:06:22.777 INFO O| May 28 05:06:22.777 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-05-28T05:06:23.663Z[ recovery-image] May 28 05:06:22.787 INFO O| May 28 05:06:22.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65752026-05-28T05:06:23.663Z[ recovery-image] May 28 05:06:22.787 INFO O| May 28 05:06:22.787 INFO STEP 560 (remove_files) COMPLETE
65762026-05-28T05:06:23.663Z[ recovery-image] May 28 05:06:22.787 INFO O| May 28 05:06:22.787 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-05-28T05:06:23.673Z[ recovery-image] May 28 05:06:22.796 INFO O| May 28 05:06:22.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65782026-05-28T05:06:23.673Z[ recovery-image] May 28 05:06:22.797 INFO O| May 28 05:06:22.797 INFO STEP 561 (remove_files) COMPLETE
65792026-05-28T05:06:23.676Z[ recovery-image] May 28 05:06:22.797 INFO O| May 28 05:06:22.797 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-05-28T05:06:23.684Z[ recovery-image] May 28 05:06:22.807 INFO O| May 28 05:06:22.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65812026-05-28T05:06:23.684Z[ recovery-image] May 28 05:06:22.807 INFO O| May 28 05:06:22.807 INFO STEP 562 (remove_files) COMPLETE
65822026-05-28T05:06:23.684Z[ recovery-image] May 28 05:06:22.807 INFO O| May 28 05:06:22.807 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-05-28T05:06:23.694Z[ recovery-image] May 28 05:06:22.817 INFO O| May 28 05:06:22.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65842026-05-28T05:06:23.694Z[ recovery-image] May 28 05:06:22.817 INFO O| May 28 05:06:22.817 INFO STEP 563 (remove_files) COMPLETE
65852026-05-28T05:06:23.694Z[ recovery-image] May 28 05:06:22.817 INFO O| May 28 05:06:22.817 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-05-28T05:06:23.704Z[ recovery-image] May 28 05:06:22.827 INFO O| May 28 05:06:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65872026-05-28T05:06:23.704Z[ recovery-image] May 28 05:06:22.827 INFO O| May 28 05:06:22.827 INFO STEP 564 (remove_files) COMPLETE
65882026-05-28T05:06:23.704Z[ recovery-image] May 28 05:06:22.827 INFO O| May 28 05:06:22.827 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-05-28T05:06:23.714Z[ recovery-image] May 28 05:06:22.838 INFO O| May 28 05:06:22.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65902026-05-28T05:06:23.714Z[ recovery-image] May 28 05:06:22.838 INFO O| May 28 05:06:22.838 INFO STEP 565 (remove_files) COMPLETE
65912026-05-28T05:06:23.714Z[ recovery-image] May 28 05:06:22.838 INFO O| May 28 05:06:22.838 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-05-28T05:06:23.722Z[ recovery-image] May 28 05:06:22.846 INFO O| May 28 05:06:22.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65932026-05-28T05:06:23.722Z[ recovery-image] May 28 05:06:22.846 INFO O| May 28 05:06:22.846 INFO STEP 566 (remove_files) COMPLETE
65942026-05-28T05:06:23.726Z[ recovery-image] May 28 05:06:22.846 INFO O| May 28 05:06:22.846 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-05-28T05:06:23.731Z[ recovery-image] May 28 05:06:22.854 INFO O| May 28 05:06:22.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65962026-05-28T05:06:23.731Z[ recovery-image] May 28 05:06:22.854 INFO O| May 28 05:06:22.854 INFO STEP 567 (remove_files) COMPLETE
65972026-05-28T05:06:23.731Z[ recovery-image] May 28 05:06:22.854 INFO O| May 28 05:06:22.854 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-05-28T05:06:23.738Z[ recovery-image] May 28 05:06:22.862 INFO O| May 28 05:06:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65992026-05-28T05:06:23.738Z[ recovery-image] May 28 05:06:22.862 INFO O| May 28 05:06:22.862 INFO STEP 568 (remove_files) COMPLETE
66002026-05-28T05:06:23.741Z[ recovery-image] May 28 05:06:22.862 INFO O| May 28 05:06:22.862 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-05-28T05:06:23.746Z[ recovery-image] May 28 05:06:22.870 INFO O| May 28 05:06:22.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66022026-05-28T05:06:23.746Z[ recovery-image] May 28 05:06:22.870 INFO O| May 28 05:06:22.870 INFO STEP 569 (remove_files) COMPLETE
66032026-05-28T05:06:23.746Z[ recovery-image] May 28 05:06:22.870 INFO O| May 28 05:06:22.870 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-05-28T05:06:23.754Z[ recovery-image] May 28 05:06:22.877 INFO O| May 28 05:06:22.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66052026-05-28T05:06:23.754Z[ recovery-image] May 28 05:06:22.877 INFO O| May 28 05:06:22.877 INFO STEP 570 (remove_files) COMPLETE
66062026-05-28T05:06:23.756Z[ recovery-image] May 28 05:06:22.877 INFO O| May 28 05:06:22.877 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-05-28T05:06:23.761Z[ recovery-image] May 28 05:06:22.884 INFO O| May 28 05:06:22.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66082026-05-28T05:06:23.768Z[ recovery-image] May 28 05:06:22.885 INFO O| May 28 05:06:22.885 INFO STEP 571 (remove_files) COMPLETE
66092026-05-28T05:06:23.768Z[ recovery-image] May 28 05:06:22.885 INFO O| May 28 05:06:22.885 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-05-28T05:06:23.776Z[ recovery-image] May 28 05:06:22.893 INFO O| May 28 05:06:22.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66112026-05-28T05:06:23.776Z[ recovery-image] May 28 05:06:22.894 INFO O| May 28 05:06:22.894 INFO STEP 572 (remove_files) COMPLETE
66122026-05-28T05:06:23.776Z[ recovery-image] May 28 05:06:22.894 INFO O| May 28 05:06:22.894 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-05-28T05:06:23.783Z[ recovery-image] May 28 05:06:22.900 INFO O| May 28 05:06:22.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66142026-05-28T05:06:23.783Z[ recovery-image] May 28 05:06:22.900 INFO O| May 28 05:06:22.900 INFO STEP 573 (remove_files) COMPLETE
66152026-05-28T05:06:23.783Z[ recovery-image] May 28 05:06:22.900 INFO O| May 28 05:06:22.900 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-05-28T05:06:23.792Z[ recovery-image] May 28 05:06:22.907 INFO O| May 28 05:06:22.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66172026-05-28T05:06:23.792Z[ recovery-image] May 28 05:06:22.908 INFO O| May 28 05:06:22.908 INFO STEP 574 (remove_files) COMPLETE
66182026-05-28T05:06:23.792Z[ recovery-image] May 28 05:06:22.908 INFO O| May 28 05:06:22.908 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-05-28T05:06:23.801Z[ recovery-image] May 28 05:06:22.915 INFO O| May 28 05:06:22.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66202026-05-28T05:06:23.801Z[ recovery-image] May 28 05:06:22.915 INFO O| May 28 05:06:22.915 INFO STEP 575 (remove_files) COMPLETE
66212026-05-28T05:06:23.801Z[ recovery-image] May 28 05:06:22.915 INFO O| May 28 05:06:22.915 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-05-28T05:06:23.804Z[ recovery-image] May 28 05:06:22.922 INFO O| May 28 05:06:22.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66232026-05-28T05:06:23.804Z[ recovery-image] May 28 05:06:22.923 INFO O| May 28 05:06:22.923 INFO STEP 576 (remove_files) COMPLETE
66242026-05-28T05:06:23.804Z[ recovery-image] May 28 05:06:22.923 INFO O| May 28 05:06:22.923 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-05-28T05:06:23.810Z[ recovery-image] May 28 05:06:22.931 INFO O| May 28 05:06:22.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66262026-05-28T05:06:23.810Z[ recovery-image] May 28 05:06:22.931 INFO O| May 28 05:06:22.931 INFO STEP 577 (remove_files) COMPLETE
66272026-05-28T05:06:23.810Z[ recovery-image] May 28 05:06:22.931 INFO O| May 28 05:06:22.931 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-05-28T05:06:23.815Z[ recovery-image] May 28 05:06:22.939 INFO O| May 28 05:06:22.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66292026-05-28T05:06:23.815Z[ recovery-image] May 28 05:06:22.939 INFO O| May 28 05:06:22.939 INFO STEP 578 (remove_files) COMPLETE
66302026-05-28T05:06:23.815Z[ recovery-image] May 28 05:06:22.939 INFO O| May 28 05:06:22.939 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-05-28T05:06:23.822Z[ recovery-image] May 28 05:06:22.946 INFO O| May 28 05:06:22.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66322026-05-28T05:06:23.822Z[ recovery-image] May 28 05:06:22.946 INFO O| May 28 05:06:22.946 INFO STEP 579 (remove_files) COMPLETE
66332026-05-28T05:06:23.825Z[ recovery-image] May 28 05:06:22.946 INFO O| May 28 05:06:22.946 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-05-28T05:06:23.829Z[ recovery-image] May 28 05:06:22.953 INFO O| May 28 05:06:22.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66352026-05-28T05:06:23.830Z[ recovery-image] May 28 05:06:22.953 INFO O| May 28 05:06:22.953 INFO STEP 580 (remove_files) COMPLETE
66362026-05-28T05:06:23.832Z[ recovery-image] May 28 05:06:22.953 INFO O| May 28 05:06:22.953 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-05-28T05:06:23.837Z[ recovery-image] May 28 05:06:22.960 INFO O| May 28 05:06:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66382026-05-28T05:06:23.837Z[ recovery-image] May 28 05:06:22.960 INFO O| May 28 05:06:22.960 INFO STEP 581 (remove_files) COMPLETE
66392026-05-28T05:06:23.837Z[ recovery-image] May 28 05:06:22.960 INFO O| May 28 05:06:22.960 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-05-28T05:06:23.862Z[ recovery-image] May 28 05:06:22.986 INFO O| May 28 05:06:22.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66412026-05-28T05:06:23.862Z[ recovery-image] May 28 05:06:22.986 INFO O| May 28 05:06:22.986 INFO STEP 582 (remove_files) COMPLETE
66422026-05-28T05:06:23.862Z[ recovery-image] May 28 05:06:22.986 INFO O| May 28 05:06:22.986 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-05-28T05:06:23.872Z[ recovery-image] May 28 05:06:22.995 INFO O| May 28 05:06:22.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66442026-05-28T05:06:23.876Z[ recovery-image] May 28 05:06:22.997 INFO O| May 28 05:06:22.997 INFO STEP 583 (remove_files) COMPLETE
66452026-05-28T05:06:23.876Z[ recovery-image] May 28 05:06:22.997 INFO O| May 28 05:06:22.997 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-05-28T05:06:23.897Z[ recovery-image] May 28 05:06:23.020 INFO O| May 28 05:06:23.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66472026-05-28T05:06:23.897Z[ recovery-image] May 28 05:06:23.020 INFO O| May 28 05:06:23.020 INFO STEP 584 (remove_files) COMPLETE
66482026-05-28T05:06:23.897Z[ recovery-image] May 28 05:06:23.020 INFO O| May 28 05:06:23.020 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-05-28T05:06:23.934Z[ recovery-image] May 28 05:06:23.058 INFO O| May 28 05:06:23.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66502026-05-28T05:06:23.934Z[ recovery-image] May 28 05:06:23.058 INFO O| May 28 05:06:23.058 INFO STEP 585 (remove_files) COMPLETE
66512026-05-28T05:06:23.937Z[ recovery-image] May 28 05:06:23.058 INFO O| May 28 05:06:23.058 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-05-28T05:06:23.945Z[ recovery-image] May 28 05:06:23.068 INFO O| May 28 05:06:23.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66532026-05-28T05:06:23.945Z[ recovery-image] May 28 05:06:23.068 INFO O| May 28 05:06:23.068 INFO STEP 586 (remove_files) COMPLETE
66542026-05-28T05:06:23.948Z[ recovery-image] May 28 05:06:23.068 INFO O| May 28 05:06:23.068 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-05-28T05:06:23.955Z[ recovery-image] May 28 05:06:23.078 INFO O| May 28 05:06:23.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66562026-05-28T05:06:23.955Z[ recovery-image] May 28 05:06:23.078 INFO O| May 28 05:06:23.078 INFO STEP 587 (remove_files) COMPLETE
66572026-05-28T05:06:23.955Z[ recovery-image] May 28 05:06:23.078 INFO O| May 28 05:06:23.078 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.089 INFO O| May 28 05:06:23.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66592026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.090 INFO O| May 28 05:06:23.089 INFO STEP 588 (remove_files) COMPLETE
66602026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.090 INFO O| May 28 05:06:23.090 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.101 INFO O| May 28 05:06:23.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66622026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.101 INFO O| May 28 05:06:23.101 INFO STEP 589 (remove_files) COMPLETE
66632026-05-28T05:06:23.983Z[ recovery-image] May 28 05:06:23.101 INFO O| May 28 05:06:23.101 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-05-28T05:06:23.989Z[ recovery-image] May 28 05:06:23.112 INFO O| May 28 05:06:23.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66652026-05-28T05:06:23.989Z[ recovery-image] May 28 05:06:23.112 INFO O| May 28 05:06:23.112 INFO STEP 590 (remove_files) COMPLETE
66662026-05-28T05:06:23.989Z[ recovery-image] May 28 05:06:23.112 INFO O| May 28 05:06:23.112 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-05-28T05:06:24.000Z[ recovery-image] May 28 05:06:23.123 INFO O| May 28 05:06:23.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66682026-05-28T05:06:24.000Z[ recovery-image] May 28 05:06:23.123 INFO O| May 28 05:06:23.123 INFO STEP 591 (remove_files) COMPLETE
66692026-05-28T05:06:24.001Z[ recovery-image] May 28 05:06:23.123 INFO O| May 28 05:06:23.123 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-05-28T05:06:24.011Z[ recovery-image] May 28 05:06:23.134 INFO O| May 28 05:06:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66712026-05-28T05:06:24.011Z[ recovery-image] May 28 05:06:23.135 INFO O| May 28 05:06:23.135 INFO STEP 592 (remove_files) COMPLETE
66722026-05-28T05:06:24.014Z[ recovery-image] May 28 05:06:23.135 INFO O| May 28 05:06:23.135 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-05-28T05:06:24.020Z[ recovery-image] May 28 05:06:23.144 INFO O| May 28 05:06:23.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66742026-05-28T05:06:24.020Z[ recovery-image] May 28 05:06:23.144 INFO O| May 28 05:06:23.144 INFO STEP 593 (remove_files) COMPLETE
66752026-05-28T05:06:24.020Z[ recovery-image] May 28 05:06:23.144 INFO O| May 28 05:06:23.144 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-05-28T05:06:24.030Z[ recovery-image] May 28 05:06:23.153 INFO O| May 28 05:06:23.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66772026-05-28T05:06:24.030Z[ recovery-image] May 28 05:06:23.153 INFO O| May 28 05:06:23.153 INFO STEP 594 (remove_files) COMPLETE
66782026-05-28T05:06:24.030Z[ recovery-image] May 28 05:06:23.153 INFO O| May 28 05:06:23.153 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-05-28T05:06:24.038Z[ recovery-image] May 28 05:06:23.162 INFO O| May 28 05:06:23.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66802026-05-28T05:06:24.039Z[ recovery-image] May 28 05:06:23.162 INFO O| May 28 05:06:23.162 INFO STEP 595 (remove_files) COMPLETE
66812026-05-28T05:06:24.041Z[ recovery-image] May 28 05:06:23.162 INFO O| May 28 05:06:23.162 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-05-28T05:06:24.048Z[ recovery-image] May 28 05:06:23.171 INFO O| May 28 05:06:23.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66832026-05-28T05:06:24.048Z[ recovery-image] May 28 05:06:23.171 INFO O| May 28 05:06:23.171 INFO STEP 596 (remove_files) COMPLETE
66842026-05-28T05:06:24.050Z[ recovery-image] May 28 05:06:23.171 INFO O| May 28 05:06:23.171 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-05-28T05:06:24.056Z[ recovery-image] May 28 05:06:23.180 INFO O| May 28 05:06:23.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66862026-05-28T05:06:24.056Z[ recovery-image] May 28 05:06:23.180 INFO O| May 28 05:06:23.180 INFO STEP 597 (remove_files) COMPLETE
66872026-05-28T05:06:24.059Z[ recovery-image] May 28 05:06:23.180 INFO O| May 28 05:06:23.180 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-05-28T05:06:24.064Z[ recovery-image] May 28 05:06:23.188 INFO O| May 28 05:06:23.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66892026-05-28T05:06:24.068Z[ recovery-image] May 28 05:06:23.188 INFO O| May 28 05:06:23.188 INFO STEP 598 (remove_files) COMPLETE
66902026-05-28T05:06:24.068Z[ recovery-image] May 28 05:06:23.189 INFO O| May 28 05:06:23.188 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-05-28T05:06:24.073Z[ recovery-image] May 28 05:06:23.197 INFO O| May 28 05:06:23.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66922026-05-28T05:06:24.073Z[ recovery-image] May 28 05:06:23.197 INFO O| May 28 05:06:23.197 INFO STEP 599 (remove_files) COMPLETE
66932026-05-28T05:06:24.077Z[ recovery-image] May 28 05:06:23.197 INFO O| May 28 05:06:23.197 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-05-28T05:06:24.081Z[ recovery-image] May 28 05:06:23.205 INFO O| May 28 05:06:23.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66952026-05-28T05:06:24.081Z[ recovery-image] May 28 05:06:23.205 INFO O| May 28 05:06:23.205 INFO STEP 600 (remove_files) COMPLETE
66962026-05-28T05:06:24.084Z[ recovery-image] May 28 05:06:23.205 INFO O| May 28 05:06:23.205 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-05-28T05:06:24.089Z[ recovery-image] May 28 05:06:23.213 INFO O| May 28 05:06:23.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66982026-05-28T05:06:24.089Z[ recovery-image] May 28 05:06:23.213 INFO O| May 28 05:06:23.213 INFO STEP 601 (remove_files) COMPLETE
66992026-05-28T05:06:24.092Z[ recovery-image] May 28 05:06:23.213 INFO O| May 28 05:06:23.213 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-05-28T05:06:24.098Z[ recovery-image] May 28 05:06:23.221 INFO O| May 28 05:06:23.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67012026-05-28T05:06:24.098Z[ recovery-image] May 28 05:06:23.221 INFO O| May 28 05:06:23.221 INFO STEP 602 (remove_files) COMPLETE
67022026-05-28T05:06:24.101Z[ recovery-image] May 28 05:06:23.221 INFO O| May 28 05:06:23.221 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-05-28T05:06:24.106Z[ recovery-image] May 28 05:06:23.229 INFO O| May 28 05:06:23.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67042026-05-28T05:06:24.106Z[ recovery-image] May 28 05:06:23.229 INFO O| May 28 05:06:23.229 INFO STEP 603 (remove_files) COMPLETE
67052026-05-28T05:06:24.109Z[ recovery-image] May 28 05:06:23.229 INFO O| May 28 05:06:23.229 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-05-28T05:06:24.114Z[ recovery-image] May 28 05:06:23.237 INFO O| May 28 05:06:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67072026-05-28T05:06:24.114Z[ recovery-image] May 28 05:06:23.237 INFO O| May 28 05:06:23.237 INFO STEP 604 (remove_files) COMPLETE
67082026-05-28T05:06:24.117Z[ recovery-image] May 28 05:06:23.237 INFO O| May 28 05:06:23.237 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-05-28T05:06:24.123Z[ recovery-image] May 28 05:06:23.246 INFO O| May 28 05:06:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67102026-05-28T05:06:24.123Z[ recovery-image] May 28 05:06:23.246 INFO O| May 28 05:06:23.246 INFO STEP 605 (remove_files) COMPLETE
67112026-05-28T05:06:24.126Z[ recovery-image] May 28 05:06:23.246 INFO O| May 28 05:06:23.246 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-05-28T05:06:24.132Z[ recovery-image] May 28 05:06:23.255 INFO O| May 28 05:06:23.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67132026-05-28T05:06:24.132Z[ recovery-image] May 28 05:06:23.255 INFO O| May 28 05:06:23.255 INFO STEP 606 (remove_files) COMPLETE
67142026-05-28T05:06:24.135Z[ recovery-image] May 28 05:06:23.255 INFO O| May 28 05:06:23.255 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-05-28T05:06:24.141Z[ recovery-image] May 28 05:06:23.264 INFO O| May 28 05:06:23.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67162026-05-28T05:06:24.141Z[ recovery-image] May 28 05:06:23.264 INFO O| May 28 05:06:23.264 INFO STEP 607 (remove_files) COMPLETE
67172026-05-28T05:06:24.141Z[ recovery-image] May 28 05:06:23.264 INFO O| May 28 05:06:23.264 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-05-28T05:06:24.150Z[ recovery-image] May 28 05:06:23.273 INFO O| May 28 05:06:23.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67192026-05-28T05:06:24.150Z[ recovery-image] May 28 05:06:23.273 INFO O| May 28 05:06:23.273 INFO STEP 608 (remove_files) COMPLETE
67202026-05-28T05:06:24.153Z[ recovery-image] May 28 05:06:23.273 INFO O| May 28 05:06:23.273 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-05-28T05:06:24.159Z[ recovery-image] May 28 05:06:23.282 INFO O| May 28 05:06:23.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67222026-05-28T05:06:24.159Z[ recovery-image] May 28 05:06:23.282 INFO O| May 28 05:06:23.282 INFO STEP 609 (remove_files) COMPLETE
67232026-05-28T05:06:24.162Z[ recovery-image] May 28 05:06:23.282 INFO O| May 28 05:06:23.282 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-05-28T05:06:24.167Z[ recovery-image] May 28 05:06:23.291 INFO O| May 28 05:06:23.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67252026-05-28T05:06:24.167Z[ recovery-image] May 28 05:06:23.291 INFO O| May 28 05:06:23.291 INFO STEP 610 (remove_files) COMPLETE
67262026-05-28T05:06:24.167Z[ recovery-image] May 28 05:06:23.291 INFO O| May 28 05:06:23.291 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-05-28T05:06:24.176Z[ recovery-image] May 28 05:06:23.299 INFO O| May 28 05:06:23.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67282026-05-28T05:06:24.176Z[ recovery-image] May 28 05:06:23.299 INFO O| May 28 05:06:23.299 INFO STEP 611 (remove_files) COMPLETE
67292026-05-28T05:06:24.176Z[ recovery-image] May 28 05:06:23.300 INFO O| May 28 05:06:23.299 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-05-28T05:06:24.184Z[ recovery-image] May 28 05:06:23.308 INFO O| May 28 05:06:23.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67312026-05-28T05:06:24.184Z[ recovery-image] May 28 05:06:23.308 INFO O| May 28 05:06:23.308 INFO STEP 612 (remove_files) COMPLETE
67322026-05-28T05:06:24.184Z[ recovery-image] May 28 05:06:23.308 INFO O| May 28 05:06:23.308 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-05-28T05:06:24.193Z[ recovery-image] May 28 05:06:23.316 INFO O| May 28 05:06:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67342026-05-28T05:06:24.193Z[ recovery-image] May 28 05:06:23.316 INFO O| May 28 05:06:23.316 INFO STEP 613 (remove_files) COMPLETE
67352026-05-28T05:06:24.193Z[ recovery-image] May 28 05:06:23.316 INFO O| May 28 05:06:23.316 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-05-28T05:06:24.202Z[ recovery-image] May 28 05:06:23.325 INFO O| May 28 05:06:23.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67372026-05-28T05:06:24.202Z[ recovery-image] May 28 05:06:23.325 INFO O| May 28 05:06:23.325 INFO STEP 614 (remove_files) COMPLETE
67382026-05-28T05:06:24.204Z[ recovery-image] May 28 05:06:23.325 INFO O| May 28 05:06:23.325 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-05-28T05:06:24.210Z[ recovery-image] May 28 05:06:23.333 INFO O| May 28 05:06:23.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67402026-05-28T05:06:24.210Z[ recovery-image] May 28 05:06:23.333 INFO O| May 28 05:06:23.333 INFO STEP 615 (remove_files) COMPLETE
67412026-05-28T05:06:24.213Z[ recovery-image] May 28 05:06:23.333 INFO O| May 28 05:06:23.333 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-05-28T05:06:24.218Z[ recovery-image] May 28 05:06:23.341 INFO O| May 28 05:06:23.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67432026-05-28T05:06:24.220Z[ recovery-image] May 28 05:06:23.342 INFO O| May 28 05:06:23.342 INFO STEP 616 (remove_files) COMPLETE
67442026-05-28T05:06:24.220Z[ recovery-image] May 28 05:06:23.342 INFO O| May 28 05:06:23.342 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-05-28T05:06:24.229Z[ recovery-image] May 28 05:06:23.351 INFO O| May 28 05:06:23.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67462026-05-28T05:06:24.229Z[ recovery-image] May 28 05:06:23.351 INFO O| May 28 05:06:23.351 INFO STEP 617 (remove_files) COMPLETE
67472026-05-28T05:06:24.229Z[ recovery-image] May 28 05:06:23.351 INFO O| May 28 05:06:23.351 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-05-28T05:06:24.236Z[ recovery-image] May 28 05:06:23.359 INFO O| May 28 05:06:23.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67492026-05-28T05:06:24.236Z[ recovery-image] May 28 05:06:23.359 INFO O| May 28 05:06:23.359 INFO STEP 618 (remove_files) COMPLETE
67502026-05-28T05:06:24.239Z[ recovery-image] May 28 05:06:23.359 INFO O| May 28 05:06:23.359 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-05-28T05:06:24.244Z[ recovery-image] May 28 05:06:23.367 INFO O| May 28 05:06:23.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67522026-05-28T05:06:24.247Z[ recovery-image] May 28 05:06:23.368 INFO O| May 28 05:06:23.368 INFO STEP 619 (remove_files) COMPLETE
67532026-05-28T05:06:24.247Z[ recovery-image] May 28 05:06:23.368 INFO O| May 28 05:06:23.368 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-05-28T05:06:24.254Z[ recovery-image] May 28 05:06:23.377 INFO O| May 28 05:06:23.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67552026-05-28T05:06:24.254Z[ recovery-image] May 28 05:06:23.377 INFO O| May 28 05:06:23.377 INFO STEP 620 (remove_files) COMPLETE
67562026-05-28T05:06:24.254Z[ recovery-image] May 28 05:06:23.377 INFO O| May 28 05:06:23.377 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-05-28T05:06:24.262Z[ recovery-image] May 28 05:06:23.386 INFO O| May 28 05:06:23.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67582026-05-28T05:06:24.262Z[ recovery-image] May 28 05:06:23.386 INFO O| May 28 05:06:23.386 INFO STEP 621 (remove_files) COMPLETE
67592026-05-28T05:06:24.266Z[ recovery-image] May 28 05:06:23.386 INFO O| May 28 05:06:23.386 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-05-28T05:06:24.271Z[ recovery-image] May 28 05:06:23.395 INFO O| May 28 05:06:23.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67612026-05-28T05:06:24.271Z[ recovery-image] May 28 05:06:23.395 INFO O| May 28 05:06:23.395 INFO STEP 622 (remove_files) COMPLETE
67622026-05-28T05:06:24.271Z[ recovery-image] May 28 05:06:23.395 INFO O| May 28 05:06:23.395 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-05-28T05:06:24.280Z[ recovery-image] May 28 05:06:23.404 INFO O| May 28 05:06:23.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67642026-05-28T05:06:24.281Z[ recovery-image] May 28 05:06:23.404 INFO O| May 28 05:06:23.404 INFO STEP 623 (remove_files) COMPLETE
67652026-05-28T05:06:24.281Z[ recovery-image] May 28 05:06:23.404 INFO O| May 28 05:06:23.404 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-05-28T05:06:24.289Z[ recovery-image] May 28 05:06:23.413 INFO O| May 28 05:06:23.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67672026-05-28T05:06:24.289Z[ recovery-image] May 28 05:06:23.413 INFO O| May 28 05:06:23.413 INFO STEP 624 (remove_files) COMPLETE
67682026-05-28T05:06:24.289Z[ recovery-image] May 28 05:06:23.413 INFO O| May 28 05:06:23.413 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-05-28T05:06:24.298Z[ recovery-image] May 28 05:06:23.421 INFO O| May 28 05:06:23.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67702026-05-28T05:06:24.301Z[ recovery-image] May 28 05:06:23.422 INFO O| May 28 05:06:23.422 INFO STEP 625 (remove_files) COMPLETE
67712026-05-28T05:06:24.301Z[ recovery-image] May 28 05:06:23.422 INFO O| May 28 05:06:23.422 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-05-28T05:06:24.307Z[ recovery-image] May 28 05:06:23.430 INFO O| May 28 05:06:23.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67732026-05-28T05:06:24.307Z[ recovery-image] May 28 05:06:23.430 INFO O| May 28 05:06:23.430 INFO STEP 626 (remove_files) COMPLETE
67742026-05-28T05:06:24.309Z[ recovery-image] May 28 05:06:23.430 INFO O| May 28 05:06:23.430 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-05-28T05:06:24.315Z[ recovery-image] May 28 05:06:23.439 INFO O| May 28 05:06:23.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67762026-05-28T05:06:24.315Z[ recovery-image] May 28 05:06:23.439 INFO O| May 28 05:06:23.439 INFO STEP 627 (remove_files) COMPLETE
67772026-05-28T05:06:24.315Z[ recovery-image] May 28 05:06:23.439 INFO O| May 28 05:06:23.439 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-05-28T05:06:24.323Z[ recovery-image] May 28 05:06:23.447 INFO O| May 28 05:06:23.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67792026-05-28T05:06:24.323Z[ recovery-image] May 28 05:06:23.447 INFO O| May 28 05:06:23.447 INFO STEP 628 (remove_files) COMPLETE
67802026-05-28T05:06:24.323Z[ recovery-image] May 28 05:06:23.447 INFO O| May 28 05:06:23.447 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-05-28T05:06:24.333Z[ recovery-image] May 28 05:06:23.457 INFO O| May 28 05:06:23.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67822026-05-28T05:06:24.333Z[ recovery-image] May 28 05:06:23.457 INFO O| May 28 05:06:23.457 INFO STEP 629 (remove_files) COMPLETE
67832026-05-28T05:06:24.333Z[ recovery-image] May 28 05:06:23.457 INFO O| May 28 05:06:23.457 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-05-28T05:06:24.342Z[ recovery-image] May 28 05:06:23.466 INFO O| May 28 05:06:23.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67852026-05-28T05:06:24.342Z[ recovery-image] May 28 05:06:23.466 INFO O| May 28 05:06:23.466 INFO STEP 630 (remove_files) COMPLETE
67862026-05-28T05:06:24.342Z[ recovery-image] May 28 05:06:23.466 INFO O| May 28 05:06:23.466 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-05-28T05:06:24.350Z[ recovery-image] May 28 05:06:23.474 INFO O| May 28 05:06:23.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67882026-05-28T05:06:24.350Z[ recovery-image] May 28 05:06:23.474 INFO O| May 28 05:06:23.474 INFO STEP 631 (remove_files) COMPLETE
67892026-05-28T05:06:24.351Z[ recovery-image] May 28 05:06:23.474 INFO O| May 28 05:06:23.474 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-05-28T05:06:24.359Z[ recovery-image] May 28 05:06:23.482 INFO O| May 28 05:06:23.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67912026-05-28T05:06:24.359Z[ recovery-image] May 28 05:06:23.482 INFO O| May 28 05:06:23.482 INFO STEP 632 (remove_files) COMPLETE
67922026-05-28T05:06:24.362Z[ recovery-image] May 28 05:06:23.482 INFO O| May 28 05:06:23.482 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-05-28T05:06:24.371Z[ recovery-image] May 28 05:06:23.490 INFO O| May 28 05:06:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67942026-05-28T05:06:24.371Z[ recovery-image] May 28 05:06:23.491 INFO O| May 28 05:06:23.490 INFO STEP 633 (remove_files) COMPLETE
67952026-05-28T05:06:24.371Z[ recovery-image] May 28 05:06:23.491 INFO O| May 28 05:06:23.491 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.500 INFO O| May 28 05:06:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67972026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.500 INFO O| May 28 05:06:23.500 INFO STEP 634 (remove_files) COMPLETE
67982026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.500 INFO O| May 28 05:06:23.500 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.509 INFO O| May 28 05:06:23.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68002026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.509 INFO O| May 28 05:06:23.509 INFO STEP 635 (remove_files) COMPLETE
68012026-05-28T05:06:24.394Z[ recovery-image] May 28 05:06:23.509 INFO O| May 28 05:06:23.509 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-05-28T05:06:24.397Z[ recovery-image] May 28 05:06:23.517 INFO O| May 28 05:06:23.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68032026-05-28T05:06:24.397Z[ recovery-image] May 28 05:06:23.517 INFO O| May 28 05:06:23.517 INFO STEP 636 (remove_files) COMPLETE
68042026-05-28T05:06:24.397Z[ recovery-image] May 28 05:06:23.517 INFO O| May 28 05:06:23.517 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-05-28T05:06:24.402Z[ recovery-image] May 28 05:06:23.525 INFO O| May 28 05:06:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68062026-05-28T05:06:24.402Z[ recovery-image] May 28 05:06:23.525 INFO O| May 28 05:06:23.525 INFO STEP 637 (remove_files) COMPLETE
68072026-05-28T05:06:24.405Z[ recovery-image] May 28 05:06:23.525 INFO O| May 28 05:06:23.525 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-05-28T05:06:24.409Z[ recovery-image] May 28 05:06:23.533 INFO O| May 28 05:06:23.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68092026-05-28T05:06:24.409Z[ recovery-image] May 28 05:06:23.533 INFO O| May 28 05:06:23.533 INFO STEP 638 (remove_files) COMPLETE
68102026-05-28T05:06:24.412Z[ recovery-image] May 28 05:06:23.533 INFO O| May 28 05:06:23.533 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-05-28T05:06:24.416Z[ recovery-image] May 28 05:06:23.540 INFO O| May 28 05:06:23.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68122026-05-28T05:06:24.416Z[ recovery-image] May 28 05:06:23.540 INFO O| May 28 05:06:23.540 INFO STEP 639 (remove_files) COMPLETE
68132026-05-28T05:06:24.419Z[ recovery-image] May 28 05:06:23.540 INFO O| May 28 05:06:23.540 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-05-28T05:06:24.424Z[ recovery-image] May 28 05:06:23.547 INFO O| May 28 05:06:23.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68152026-05-28T05:06:24.424Z[ recovery-image] May 28 05:06:23.547 INFO O| May 28 05:06:23.547 INFO STEP 640 (remove_files) COMPLETE
68162026-05-28T05:06:24.424Z[ recovery-image] May 28 05:06:23.547 INFO O| May 28 05:06:23.547 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-05-28T05:06:24.431Z[ recovery-image] May 28 05:06:23.555 INFO O| May 28 05:06:23.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68182026-05-28T05:06:24.431Z[ recovery-image] May 28 05:06:23.555 INFO O| May 28 05:06:23.555 INFO STEP 641 (remove_files) COMPLETE
68192026-05-28T05:06:24.434Z[ recovery-image] May 28 05:06:23.555 INFO O| May 28 05:06:23.555 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-05-28T05:06:24.439Z[ recovery-image] May 28 05:06:23.563 INFO O| May 28 05:06:23.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68212026-05-28T05:06:24.439Z[ recovery-image] May 28 05:06:23.563 INFO O| May 28 05:06:23.563 INFO STEP 642 (remove_files) COMPLETE
68222026-05-28T05:06:24.439Z[ recovery-image] May 28 05:06:23.563 INFO O| May 28 05:06:23.563 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-05-28T05:06:24.447Z[ recovery-image] May 28 05:06:23.571 INFO O| May 28 05:06:23.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68242026-05-28T05:06:24.450Z[ recovery-image] May 28 05:06:23.572 INFO O| May 28 05:06:23.571 INFO STEP 643 (remove_files) COMPLETE
68252026-05-28T05:06:24.450Z[ recovery-image] May 28 05:06:23.572 INFO O| May 28 05:06:23.571 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-05-28T05:06:24.455Z[ recovery-image] May 28 05:06:23.579 INFO O| May 28 05:06:23.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68272026-05-28T05:06:24.455Z[ recovery-image] May 28 05:06:23.579 INFO O| May 28 05:06:23.579 INFO STEP 644 (remove_files) COMPLETE
68282026-05-28T05:06:24.455Z[ recovery-image] May 28 05:06:23.579 INFO O| May 28 05:06:23.579 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-05-28T05:06:24.462Z[ recovery-image] May 28 05:06:23.586 INFO O| May 28 05:06:23.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68302026-05-28T05:06:24.465Z[ recovery-image] May 28 05:06:23.587 INFO O| May 28 05:06:23.587 INFO STEP 645 (remove_files) COMPLETE
68312026-05-28T05:06:24.465Z[ recovery-image] May 28 05:06:23.587 INFO O| May 28 05:06:23.587 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-05-28T05:06:24.471Z[ recovery-image] May 28 05:06:23.594 INFO O| May 28 05:06:23.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68332026-05-28T05:06:24.471Z[ recovery-image] May 28 05:06:23.594 INFO O| May 28 05:06:23.594 INFO STEP 646 (remove_files) COMPLETE
68342026-05-28T05:06:24.471Z[ recovery-image] May 28 05:06:23.594 INFO O| May 28 05:06:23.594 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-05-28T05:06:24.478Z[ recovery-image] May 28 05:06:23.602 INFO O| May 28 05:06:23.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68362026-05-28T05:06:24.478Z[ recovery-image] May 28 05:06:23.602 INFO O| May 28 05:06:23.602 INFO STEP 647 (remove_files) COMPLETE
68372026-05-28T05:06:24.481Z[ recovery-image] May 28 05:06:23.602 INFO O| May 28 05:06:23.602 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-05-28T05:06:24.486Z[ recovery-image] May 28 05:06:23.609 INFO O| May 28 05:06:23.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68392026-05-28T05:06:24.486Z[ recovery-image] May 28 05:06:23.609 INFO O| May 28 05:06:23.609 INFO STEP 648 (remove_files) COMPLETE
68402026-05-28T05:06:24.489Z[ recovery-image] May 28 05:06:23.609 INFO O| May 28 05:06:23.609 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-05-28T05:06:24.493Z[ recovery-image] May 28 05:06:23.616 INFO O| May 28 05:06:23.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68422026-05-28T05:06:24.496Z[ recovery-image] May 28 05:06:23.617 INFO O| May 28 05:06:23.617 INFO STEP 649 (remove_files) COMPLETE
68432026-05-28T05:06:24.496Z[ recovery-image] May 28 05:06:23.617 INFO O| May 28 05:06:23.617 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-05-28T05:06:24.501Z[ recovery-image] May 28 05:06:23.625 INFO O| May 28 05:06:23.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68452026-05-28T05:06:24.501Z[ recovery-image] May 28 05:06:23.625 INFO O| May 28 05:06:23.625 INFO STEP 650 (remove_files) COMPLETE
68462026-05-28T05:06:24.501Z[ recovery-image] May 28 05:06:23.625 INFO O| May 28 05:06:23.625 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-05-28T05:06:24.508Z[ recovery-image] May 28 05:06:23.632 INFO O| May 28 05:06:23.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68482026-05-28T05:06:24.508Z[ recovery-image] May 28 05:06:23.632 INFO O| May 28 05:06:23.632 INFO STEP 651 (remove_files) COMPLETE
68492026-05-28T05:06:24.511Z[ recovery-image] May 28 05:06:23.632 INFO O| May 28 05:06:23.632 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-05-28T05:06:24.516Z[ recovery-image] May 28 05:06:23.639 INFO O| May 28 05:06:23.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68512026-05-28T05:06:24.516Z[ recovery-image] May 28 05:06:23.639 INFO O| May 28 05:06:23.639 INFO STEP 652 (remove_files) COMPLETE
68522026-05-28T05:06:24.516Z[ recovery-image] May 28 05:06:23.639 INFO O| May 28 05:06:23.639 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-05-28T05:06:24.523Z[ recovery-image] May 28 05:06:23.646 INFO O| May 28 05:06:23.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68542026-05-28T05:06:24.523Z[ recovery-image] May 28 05:06:23.646 INFO O| May 28 05:06:23.646 INFO STEP 653 (remove_files) COMPLETE
68552026-05-28T05:06:24.523Z[ recovery-image] May 28 05:06:23.646 INFO O| May 28 05:06:23.646 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-05-28T05:06:24.531Z[ recovery-image] May 28 05:06:23.654 INFO O| May 28 05:06:23.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68572026-05-28T05:06:24.531Z[ recovery-image] May 28 05:06:23.654 INFO O| May 28 05:06:23.654 INFO STEP 654 (remove_files) COMPLETE
68582026-05-28T05:06:24.531Z[ recovery-image] May 28 05:06:23.654 INFO O| May 28 05:06:23.654 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-05-28T05:06:24.538Z[ recovery-image] May 28 05:06:23.661 INFO O| May 28 05:06:23.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68602026-05-28T05:06:24.541Z[ recovery-image] May 28 05:06:23.662 INFO O| May 28 05:06:23.662 INFO STEP 655 (remove_files) COMPLETE
68612026-05-28T05:06:24.541Z[ recovery-image] May 28 05:06:23.663 INFO O| May 28 05:06:23.662 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-05-28T05:06:24.547Z[ recovery-image] May 28 05:06:23.670 INFO O| May 28 05:06:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68632026-05-28T05:06:24.549Z[ recovery-image] May 28 05:06:23.671 INFO O| May 28 05:06:23.671 INFO STEP 656 (remove_files) COMPLETE
68642026-05-28T05:06:24.549Z[ recovery-image] May 28 05:06:23.671 INFO O| May 28 05:06:23.671 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-05-28T05:06:24.555Z[ recovery-image] May 28 05:06:23.679 INFO O| May 28 05:06:23.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68662026-05-28T05:06:24.556Z[ recovery-image] May 28 05:06:23.679 INFO O| May 28 05:06:23.679 INFO STEP 657 (remove_files) COMPLETE
68672026-05-28T05:06:24.558Z[ recovery-image] May 28 05:06:23.679 INFO O| May 28 05:06:23.679 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-05-28T05:06:24.563Z[ recovery-image] May 28 05:06:23.687 INFO O| May 28 05:06:23.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68692026-05-28T05:06:24.563Z[ recovery-image] May 28 05:06:23.687 INFO O| May 28 05:06:23.687 INFO STEP 658 (remove_files) COMPLETE
68702026-05-28T05:06:24.566Z[ recovery-image] May 28 05:06:23.687 INFO O| May 28 05:06:23.687 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-05-28T05:06:24.570Z[ recovery-image] May 28 05:06:23.694 INFO O| May 28 05:06:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68722026-05-28T05:06:24.570Z[ recovery-image] May 28 05:06:23.694 INFO O| May 28 05:06:23.694 INFO STEP 659 (remove_files) COMPLETE
68732026-05-28T05:06:24.570Z[ recovery-image] May 28 05:06:23.694 INFO O| May 28 05:06:23.694 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-05-28T05:06:24.577Z[ recovery-image] May 28 05:06:23.701 INFO O| May 28 05:06:23.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68752026-05-28T05:06:24.577Z[ recovery-image] May 28 05:06:23.701 INFO O| May 28 05:06:23.701 INFO STEP 660 (remove_files) COMPLETE
68762026-05-28T05:06:24.580Z[ recovery-image] May 28 05:06:23.701 INFO O| May 28 05:06:23.701 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-05-28T05:06:24.585Z[ recovery-image] May 28 05:06:23.708 INFO O| May 28 05:06:23.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68782026-05-28T05:06:24.585Z[ recovery-image] May 28 05:06:23.708 INFO O| May 28 05:06:23.708 INFO STEP 661 (remove_files) COMPLETE
68792026-05-28T05:06:24.587Z[ recovery-image] May 28 05:06:23.708 INFO O| May 28 05:06:23.708 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-05-28T05:06:24.592Z[ recovery-image] May 28 05:06:23.715 INFO O| May 28 05:06:23.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68812026-05-28T05:06:24.592Z[ recovery-image] May 28 05:06:23.716 INFO O| May 28 05:06:23.716 INFO STEP 662 (remove_files) COMPLETE
68822026-05-28T05:06:24.595Z[ recovery-image] May 28 05:06:23.716 INFO O| May 28 05:06:23.716 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-05-28T05:06:24.599Z[ recovery-image] May 28 05:06:23.723 INFO O| May 28 05:06:23.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68842026-05-28T05:06:24.599Z[ recovery-image] May 28 05:06:23.723 INFO O| May 28 05:06:23.723 INFO STEP 663 (remove_files) COMPLETE
68852026-05-28T05:06:24.602Z[ recovery-image] May 28 05:06:23.723 INFO O| May 28 05:06:23.723 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-05-28T05:06:24.606Z[ recovery-image] May 28 05:06:23.729 INFO O| May 28 05:06:23.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68872026-05-28T05:06:24.606Z[ recovery-image] May 28 05:06:23.729 INFO O| May 28 05:06:23.729 INFO STEP 664 (remove_files) COMPLETE
68882026-05-28T05:06:24.608Z[ recovery-image] May 28 05:06:23.729 INFO O| May 28 05:06:23.729 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-05-28T05:06:24.613Z[ recovery-image] May 28 05:06:23.736 INFO O| May 28 05:06:23.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68902026-05-28T05:06:24.613Z[ recovery-image] May 28 05:06:23.736 INFO O| May 28 05:06:23.736 INFO STEP 665 (remove_files) COMPLETE
68912026-05-28T05:06:24.616Z[ recovery-image] May 28 05:06:23.736 INFO O| May 28 05:06:23.736 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-05-28T05:06:24.620Z[ recovery-image] May 28 05:06:23.743 INFO O| May 28 05:06:23.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68932026-05-28T05:06:24.620Z[ recovery-image] May 28 05:06:23.743 INFO O| May 28 05:06:23.743 INFO STEP 666 (remove_files) COMPLETE
68942026-05-28T05:06:24.623Z[ recovery-image] May 28 05:06:23.743 INFO O| May 28 05:06:23.743 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-05-28T05:06:24.627Z[ recovery-image] May 28 05:06:23.751 INFO O| May 28 05:06:23.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68962026-05-28T05:06:24.627Z[ recovery-image] May 28 05:06:23.751 INFO O| May 28 05:06:23.751 INFO STEP 667 (remove_files) COMPLETE
68972026-05-28T05:06:24.630Z[ recovery-image] May 28 05:06:23.751 INFO O| May 28 05:06:23.751 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-05-28T05:06:24.635Z[ recovery-image] May 28 05:06:23.759 INFO O| May 28 05:06:23.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68992026-05-28T05:06:24.635Z[ recovery-image] May 28 05:06:23.759 INFO O| May 28 05:06:23.759 INFO STEP 668 (remove_files) COMPLETE
69002026-05-28T05:06:24.639Z[ recovery-image] May 28 05:06:23.759 INFO O| May 28 05:06:23.759 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-05-28T05:06:24.643Z[ recovery-image] May 28 05:06:23.767 INFO O| May 28 05:06:23.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69022026-05-28T05:06:24.643Z[ recovery-image] May 28 05:06:23.767 INFO O| May 28 05:06:23.767 INFO STEP 669 (remove_files) COMPLETE
69032026-05-28T05:06:24.646Z[ recovery-image] May 28 05:06:23.767 INFO O| May 28 05:06:23.767 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-05-28T05:06:24.651Z[ recovery-image] May 28 05:06:23.775 INFO O| May 28 05:06:23.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69052026-05-28T05:06:24.651Z[ recovery-image] May 28 05:06:23.775 INFO O| May 28 05:06:23.775 INFO STEP 670 (remove_files) COMPLETE
69062026-05-28T05:06:24.654Z[ recovery-image] May 28 05:06:23.775 INFO O| May 28 05:06:23.775 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-05-28T05:06:24.659Z[ recovery-image] May 28 05:06:23.782 INFO O| May 28 05:06:23.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69082026-05-28T05:06:24.659Z[ recovery-image] May 28 05:06:23.783 INFO O| May 28 05:06:23.783 INFO STEP 671 (remove_files) COMPLETE
69092026-05-28T05:06:24.659Z[ recovery-image] May 28 05:06:23.783 INFO O| May 28 05:06:23.783 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-05-28T05:06:24.666Z[ recovery-image] May 28 05:06:23.790 INFO O| May 28 05:06:23.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69112026-05-28T05:06:24.666Z[ recovery-image] May 28 05:06:23.790 INFO O| May 28 05:06:23.790 INFO STEP 672 (remove_files) COMPLETE
69122026-05-28T05:06:24.669Z[ recovery-image] May 28 05:06:23.790 INFO O| May 28 05:06:23.790 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-05-28T05:06:24.673Z[ recovery-image] May 28 05:06:23.797 INFO O| May 28 05:06:23.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69142026-05-28T05:06:24.673Z[ recovery-image] May 28 05:06:23.797 INFO O| May 28 05:06:23.797 INFO STEP 673 (remove_files) COMPLETE
69152026-05-28T05:06:24.676Z[ recovery-image] May 28 05:06:23.797 INFO O| May 28 05:06:23.797 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-05-28T05:06:24.681Z[ recovery-image] May 28 05:06:23.805 INFO O| May 28 05:06:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69172026-05-28T05:06:24.681Z[ recovery-image] May 28 05:06:23.805 INFO O| May 28 05:06:23.805 INFO STEP 674 (remove_files) COMPLETE
69182026-05-28T05:06:24.684Z[ recovery-image] May 28 05:06:23.805 INFO O| May 28 05:06:23.805 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-05-28T05:06:24.690Z[ recovery-image] May 28 05:06:23.813 INFO O| May 28 05:06:23.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69202026-05-28T05:06:24.690Z[ recovery-image] May 28 05:06:23.813 INFO O| May 28 05:06:23.813 INFO STEP 675 (remove_files) COMPLETE
69212026-05-28T05:06:24.692Z[ recovery-image] May 28 05:06:23.813 INFO O| May 28 05:06:23.813 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-05-28T05:06:24.698Z[ recovery-image] May 28 05:06:23.822 INFO O| May 28 05:06:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69232026-05-28T05:06:24.701Z[ recovery-image] May 28 05:06:23.823 INFO O| May 28 05:06:23.823 INFO STEP 676 (remove_files) COMPLETE
69242026-05-28T05:06:24.701Z[ recovery-image] May 28 05:06:23.823 INFO O| May 28 05:06:23.823 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-05-28T05:06:24.709Z[ recovery-image] May 28 05:06:23.832 INFO O| May 28 05:06:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69262026-05-28T05:06:24.709Z[ recovery-image] May 28 05:06:23.832 INFO O| May 28 05:06:23.832 INFO STEP 677 (remove_files) COMPLETE
69272026-05-28T05:06:24.712Z[ recovery-image] May 28 05:06:23.832 INFO O| May 28 05:06:23.832 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-05-28T05:06:24.717Z[ recovery-image] May 28 05:06:23.841 INFO O| May 28 05:06:23.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69292026-05-28T05:06:24.717Z[ recovery-image] May 28 05:06:23.841 INFO O| May 28 05:06:23.841 INFO STEP 678 (remove_files) COMPLETE
69302026-05-28T05:06:24.720Z[ recovery-image] May 28 05:06:23.841 INFO O| May 28 05:06:23.841 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-05-28T05:06:24.738Z[ recovery-image] May 28 05:06:23.849 INFO O| May 28 05:06:23.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69322026-05-28T05:06:24.741Z[ recovery-image] May 28 05:06:23.849 INFO O| May 28 05:06:23.849 INFO STEP 679 (remove_files) COMPLETE
69332026-05-28T05:06:24.741Z[ recovery-image] May 28 05:06:23.849 INFO O| May 28 05:06:23.849 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-05-28T05:06:24.741Z[ recovery-image] May 28 05:06:23.858 INFO O| May 28 05:06:23.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69352026-05-28T05:06:24.741Z[ recovery-image] May 28 05:06:23.858 INFO O| May 28 05:06:23.858 INFO STEP 680 (remove_files) COMPLETE
69362026-05-28T05:06:24.741Z[ recovery-image] May 28 05:06:23.858 INFO O| May 28 05:06:23.858 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-05-28T05:06:24.746Z[ recovery-image] May 28 05:06:23.865 INFO O| May 28 05:06:23.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69382026-05-28T05:06:24.746Z[ recovery-image] May 28 05:06:23.865 INFO O| May 28 05:06:23.865 INFO STEP 681 (remove_files) COMPLETE
69392026-05-28T05:06:24.746Z[ recovery-image] May 28 05:06:23.865 INFO O| May 28 05:06:23.865 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-05-28T05:06:24.749Z[ recovery-image] May 28 05:06:23.872 INFO O| May 28 05:06:23.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69412026-05-28T05:06:24.749Z[ recovery-image] May 28 05:06:23.872 INFO O| May 28 05:06:23.872 INFO STEP 682 (remove_files) COMPLETE
69422026-05-28T05:06:24.749Z[ recovery-image] May 28 05:06:23.872 INFO O| May 28 05:06:23.872 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-05-28T05:06:24.760Z[ recovery-image] May 28 05:06:23.880 INFO O| May 28 05:06:23.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69442026-05-28T05:06:24.760Z[ recovery-image] May 28 05:06:23.880 INFO O| May 28 05:06:23.880 INFO STEP 683 (remove_files) COMPLETE
69452026-05-28T05:06:24.770Z[ recovery-image] May 28 05:06:23.880 INFO O| May 28 05:06:23.880 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.887 INFO O| May 28 05:06:23.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69472026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.887 INFO O| May 28 05:06:23.887 INFO STEP 684 (remove_files) COMPLETE
69482026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.887 INFO O| May 28 05:06:23.887 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.895 INFO O| May 28 05:06:23.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69502026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.895 INFO O| May 28 05:06:23.895 INFO STEP 685 (remove_files) COMPLETE
69512026-05-28T05:06:24.776Z[ recovery-image] May 28 05:06:23.895 INFO O| May 28 05:06:23.895 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-05-28T05:06:24.779Z[ recovery-image] May 28 05:06:23.903 INFO O| May 28 05:06:23.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69532026-05-28T05:06:24.779Z[ recovery-image] May 28 05:06:23.903 INFO O| May 28 05:06:23.903 INFO STEP 686 (remove_files) COMPLETE
69542026-05-28T05:06:24.782Z[ recovery-image] May 28 05:06:23.903 INFO O| May 28 05:06:23.903 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-05-28T05:06:24.787Z[ recovery-image] May 28 05:06:23.911 INFO O| May 28 05:06:23.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69562026-05-28T05:06:24.787Z[ recovery-image] May 28 05:06:23.911 INFO O| May 28 05:06:23.911 INFO STEP 687 (remove_files) COMPLETE
69572026-05-28T05:06:24.790Z[ recovery-image] May 28 05:06:23.911 INFO O| May 28 05:06:23.911 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-05-28T05:06:24.796Z[ recovery-image] May 28 05:06:23.919 INFO O| May 28 05:06:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69592026-05-28T05:06:24.796Z[ recovery-image] May 28 05:06:23.919 INFO O| May 28 05:06:23.919 INFO STEP 688 (remove_files) COMPLETE
69602026-05-28T05:06:24.799Z[ recovery-image] May 28 05:06:23.919 INFO O| May 28 05:06:23.919 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-05-28T05:06:24.804Z[ recovery-image] May 28 05:06:23.927 INFO O| May 28 05:06:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69622026-05-28T05:06:24.804Z[ recovery-image] May 28 05:06:23.927 INFO O| May 28 05:06:23.927 INFO STEP 689 (remove_files) COMPLETE
69632026-05-28T05:06:24.806Z[ recovery-image] May 28 05:06:23.927 INFO O| May 28 05:06:23.927 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-05-28T05:06:24.812Z[ recovery-image] May 28 05:06:23.935 INFO O| May 28 05:06:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69652026-05-28T05:06:24.812Z[ recovery-image] May 28 05:06:23.936 INFO O| May 28 05:06:23.936 INFO STEP 690 (remove_files) COMPLETE
69662026-05-28T05:06:24.815Z[ recovery-image] May 28 05:06:23.936 INFO O| May 28 05:06:23.936 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-05-28T05:06:24.820Z[ recovery-image] May 28 05:06:23.943 INFO O| May 28 05:06:23.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69682026-05-28T05:06:24.820Z[ recovery-image] May 28 05:06:23.943 INFO O| May 28 05:06:23.943 INFO STEP 691 (remove_files) COMPLETE
69692026-05-28T05:06:24.823Z[ recovery-image] May 28 05:06:23.943 INFO O| May 28 05:06:23.943 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-05-28T05:06:24.828Z[ recovery-image] May 28 05:06:23.951 INFO O| May 28 05:06:23.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69712026-05-28T05:06:24.828Z[ recovery-image] May 28 05:06:23.951 INFO O| May 28 05:06:23.951 INFO STEP 692 (remove_files) COMPLETE
69722026-05-28T05:06:24.828Z[ recovery-image] May 28 05:06:23.951 INFO O| May 28 05:06:23.951 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-05-28T05:06:24.837Z[ recovery-image] May 28 05:06:23.960 INFO O| May 28 05:06:23.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69742026-05-28T05:06:24.837Z[ recovery-image] May 28 05:06:23.960 INFO O| May 28 05:06:23.960 INFO STEP 693 (remove_files) COMPLETE
69752026-05-28T05:06:24.837Z[ recovery-image] May 28 05:06:23.960 INFO O| May 28 05:06:23.960 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-05-28T05:06:24.845Z[ recovery-image] May 28 05:06:23.968 INFO O| May 28 05:06:23.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69772026-05-28T05:06:24.845Z[ recovery-image] May 28 05:06:23.968 INFO O| May 28 05:06:23.968 INFO STEP 694 (remove_files) COMPLETE
69782026-05-28T05:06:24.845Z[ recovery-image] May 28 05:06:23.968 INFO O| May 28 05:06:23.968 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-05-28T05:06:24.853Z[ recovery-image] May 28 05:06:23.976 INFO O| May 28 05:06:23.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69802026-05-28T05:06:24.856Z[ recovery-image] May 28 05:06:23.977 INFO O| May 28 05:06:23.977 INFO STEP 695 (remove_files) COMPLETE
69812026-05-28T05:06:24.856Z[ recovery-image] May 28 05:06:23.977 INFO O| May 28 05:06:23.977 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-05-28T05:06:24.861Z[ recovery-image] May 28 05:06:23.985 INFO O| May 28 05:06:23.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69832026-05-28T05:06:24.861Z[ recovery-image] May 28 05:06:23.985 INFO O| May 28 05:06:23.985 INFO STEP 696 (remove_files) COMPLETE
69842026-05-28T05:06:24.865Z[ recovery-image] May 28 05:06:23.985 INFO O| May 28 05:06:23.985 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-05-28T05:06:24.869Z[ recovery-image] May 28 05:06:23.993 INFO O| May 28 05:06:23.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69862026-05-28T05:06:24.869Z[ recovery-image] May 28 05:06:23.993 INFO O| May 28 05:06:23.993 INFO STEP 697 (remove_files) COMPLETE
69872026-05-28T05:06:24.872Z[ recovery-image] May 28 05:06:23.993 INFO O| May 28 05:06:23.993 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-05-28T05:06:24.877Z[ recovery-image] May 28 05:06:24.001 INFO O| May 28 05:06:24.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69892026-05-28T05:06:24.877Z[ recovery-image] May 28 05:06:24.001 INFO O| May 28 05:06:24.001 INFO STEP 698 (remove_files) COMPLETE
69902026-05-28T05:06:24.881Z[ recovery-image] May 28 05:06:24.001 INFO O| May 28 05:06:24.001 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-05-28T05:06:24.886Z[ recovery-image] May 28 05:06:24.009 INFO O| May 28 05:06:24.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69922026-05-28T05:06:24.886Z[ recovery-image] May 28 05:06:24.009 INFO O| May 28 05:06:24.009 INFO STEP 699 (remove_files) COMPLETE
69932026-05-28T05:06:24.888Z[ recovery-image] May 28 05:06:24.009 INFO O| May 28 05:06:24.009 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-05-28T05:06:24.893Z[ recovery-image] May 28 05:06:24.017 INFO O| May 28 05:06:24.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69952026-05-28T05:06:24.894Z[ recovery-image] May 28 05:06:24.017 INFO O| May 28 05:06:24.017 INFO STEP 700 (remove_files) COMPLETE
69962026-05-28T05:06:24.898Z[ recovery-image] May 28 05:06:24.017 INFO O| May 28 05:06:24.017 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-05-28T05:06:24.901Z[ recovery-image] May 28 05:06:24.025 INFO O| May 28 05:06:24.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69982026-05-28T05:06:24.901Z[ recovery-image] May 28 05:06:24.025 INFO O| May 28 05:06:24.025 INFO STEP 701 (remove_files) COMPLETE
69992026-05-28T05:06:24.904Z[ recovery-image] May 28 05:06:24.025 INFO O| May 28 05:06:24.025 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-05-28T05:06:24.910Z[ recovery-image] May 28 05:06:24.033 INFO O| May 28 05:06:24.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70012026-05-28T05:06:24.910Z[ recovery-image] May 28 05:06:24.033 INFO O| May 28 05:06:24.033 INFO STEP 702 (remove_files) COMPLETE
70022026-05-28T05:06:24.913Z[ recovery-image] May 28 05:06:24.033 INFO O| May 28 05:06:24.033 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-05-28T05:06:24.918Z[ recovery-image] May 28 05:06:24.041 INFO O| May 28 05:06:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70042026-05-28T05:06:24.918Z[ recovery-image] May 28 05:06:24.041 INFO O| May 28 05:06:24.041 INFO STEP 703 (remove_files) COMPLETE
70052026-05-28T05:06:24.918Z[ recovery-image] May 28 05:06:24.041 INFO O| May 28 05:06:24.041 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-05-28T05:06:24.926Z[ recovery-image] May 28 05:06:24.050 INFO O| May 28 05:06:24.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70072026-05-28T05:06:24.926Z[ recovery-image] May 28 05:06:24.050 INFO O| May 28 05:06:24.050 INFO STEP 704 (remove_files) COMPLETE
70082026-05-28T05:06:24.926Z[ recovery-image] May 28 05:06:24.050 INFO O| May 28 05:06:24.050 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-05-28T05:06:24.934Z[ recovery-image] May 28 05:06:24.058 INFO O| May 28 05:06:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70102026-05-28T05:06:24.934Z[ recovery-image] May 28 05:06:24.058 INFO O| May 28 05:06:24.058 INFO STEP 705 (remove_files) COMPLETE
70112026-05-28T05:06:24.937Z[ recovery-image] May 28 05:06:24.058 INFO O| May 28 05:06:24.058 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-05-28T05:06:24.944Z[ recovery-image] May 28 05:06:24.067 INFO O| May 28 05:06:24.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70132026-05-28T05:06:24.944Z[ recovery-image] May 28 05:06:24.067 INFO O| May 28 05:06:24.067 INFO STEP 706 (remove_files) COMPLETE
70142026-05-28T05:06:24.947Z[ recovery-image] May 28 05:06:24.067 INFO O| May 28 05:06:24.067 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-05-28T05:06:24.951Z[ recovery-image] May 28 05:06:24.075 INFO O| May 28 05:06:24.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70162026-05-28T05:06:24.952Z[ recovery-image] May 28 05:06:24.075 INFO O| May 28 05:06:24.075 INFO STEP 707 (remove_files) COMPLETE
70172026-05-28T05:06:24.954Z[ recovery-image] May 28 05:06:24.075 INFO O| May 28 05:06:24.075 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-05-28T05:06:24.959Z[ recovery-image] May 28 05:06:24.083 INFO O| May 28 05:06:24.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70192026-05-28T05:06:24.959Z[ recovery-image] May 28 05:06:24.083 INFO O| May 28 05:06:24.083 INFO STEP 708 (remove_files) COMPLETE
70202026-05-28T05:06:24.959Z[ recovery-image] May 28 05:06:24.083 INFO O| May 28 05:06:24.083 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-05-28T05:06:24.967Z[ recovery-image] May 28 05:06:24.090 INFO O| May 28 05:06:24.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70222026-05-28T05:06:24.967Z[ recovery-image] May 28 05:06:24.090 INFO O| May 28 05:06:24.090 INFO STEP 709 (remove_files) COMPLETE
70232026-05-28T05:06:24.967Z[ recovery-image] May 28 05:06:24.090 INFO O| May 28 05:06:24.090 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-05-28T05:06:24.975Z[ recovery-image] May 28 05:06:24.098 INFO O| May 28 05:06:24.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70252026-05-28T05:06:24.975Z[ recovery-image] May 28 05:06:24.098 INFO O| May 28 05:06:24.098 INFO STEP 710 (remove_files) COMPLETE
70262026-05-28T05:06:24.978Z[ recovery-image] May 28 05:06:24.098 INFO O| May 28 05:06:24.098 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-05-28T05:06:24.982Z[ recovery-image] May 28 05:06:24.106 INFO O| May 28 05:06:24.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70282026-05-28T05:06:24.982Z[ recovery-image] May 28 05:06:24.106 INFO O| May 28 05:06:24.106 INFO STEP 711 (remove_files) COMPLETE
70292026-05-28T05:06:24.985Z[ recovery-image] May 28 05:06:24.106 INFO O| May 28 05:06:24.106 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-05-28T05:06:24.990Z[ recovery-image] May 28 05:06:24.114 INFO O| May 28 05:06:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70312026-05-28T05:06:24.990Z[ recovery-image] May 28 05:06:24.114 INFO O| May 28 05:06:24.114 INFO STEP 712 (remove_files) COMPLETE
70322026-05-28T05:06:24.993Z[ recovery-image] May 28 05:06:24.114 INFO O| May 28 05:06:24.114 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-05-28T05:06:25.002Z[ recovery-image] May 28 05:06:24.124 INFO O| May 28 05:06:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70342026-05-28T05:06:25.002Z[ recovery-image] May 28 05:06:24.124 INFO O| May 28 05:06:24.124 INFO STEP 713 (remove_files) COMPLETE
70352026-05-28T05:06:25.002Z[ recovery-image] May 28 05:06:24.124 INFO O| May 28 05:06:24.124 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-05-28T05:06:25.008Z[ recovery-image] May 28 05:06:24.132 INFO O| May 28 05:06:24.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70372026-05-28T05:06:25.008Z[ recovery-image] May 28 05:06:24.132 INFO O| May 28 05:06:24.132 INFO STEP 714 (remove_files) COMPLETE
70382026-05-28T05:06:25.008Z[ recovery-image] May 28 05:06:24.132 INFO O| May 28 05:06:24.132 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-05-28T05:06:25.016Z[ recovery-image] May 28 05:06:24.139 INFO O| May 28 05:06:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70402026-05-28T05:06:25.016Z[ recovery-image] May 28 05:06:24.139 INFO O| May 28 05:06:24.139 INFO STEP 715 (remove_files) COMPLETE
70412026-05-28T05:06:25.019Z[ recovery-image] May 28 05:06:24.139 INFO O| May 28 05:06:24.139 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-05-28T05:06:25.024Z[ recovery-image] May 28 05:06:24.148 INFO O| May 28 05:06:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70432026-05-28T05:06:25.024Z[ recovery-image] May 28 05:06:24.148 INFO O| May 28 05:06:24.148 INFO STEP 716 (remove_files) COMPLETE
70442026-05-28T05:06:25.024Z[ recovery-image] May 28 05:06:24.148 INFO O| May 28 05:06:24.148 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-05-28T05:06:25.033Z[ recovery-image] May 28 05:06:24.156 INFO O| May 28 05:06:24.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70462026-05-28T05:06:25.033Z[ recovery-image] May 28 05:06:24.156 INFO O| May 28 05:06:24.156 INFO STEP 717 (remove_files) COMPLETE
70472026-05-28T05:06:25.033Z[ recovery-image] May 28 05:06:24.156 INFO O| May 28 05:06:24.156 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-05-28T05:06:25.041Z[ recovery-image] May 28 05:06:24.164 INFO O| May 28 05:06:24.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70492026-05-28T05:06:25.041Z[ recovery-image] May 28 05:06:24.164 INFO O| May 28 05:06:24.164 INFO STEP 718 (remove_files) COMPLETE
70502026-05-28T05:06:25.041Z[ recovery-image] May 28 05:06:24.164 INFO O| May 28 05:06:24.164 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-05-28T05:06:25.048Z[ recovery-image] May 28 05:06:24.172 INFO O| May 28 05:06:24.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70522026-05-28T05:06:25.048Z[ recovery-image] May 28 05:06:24.172 INFO O| May 28 05:06:24.172 INFO STEP 719 (remove_files) COMPLETE
70532026-05-28T05:06:25.049Z[ recovery-image] May 28 05:06:24.172 INFO O| May 28 05:06:24.172 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-05-28T05:06:25.057Z[ recovery-image] May 28 05:06:24.180 INFO O| May 28 05:06:24.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70552026-05-28T05:06:25.057Z[ recovery-image] May 28 05:06:24.180 INFO O| May 28 05:06:24.180 INFO STEP 720 (remove_files) COMPLETE
70562026-05-28T05:06:25.057Z[ recovery-image] May 28 05:06:24.180 INFO O| May 28 05:06:24.180 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-05-28T05:06:25.065Z[ recovery-image] May 28 05:06:24.188 INFO O| May 28 05:06:24.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70582026-05-28T05:06:25.067Z[ recovery-image] May 28 05:06:24.188 INFO O| May 28 05:06:24.188 INFO STEP 721 (remove_files) COMPLETE
70592026-05-28T05:06:25.067Z[ recovery-image] May 28 05:06:24.188 INFO O| May 28 05:06:24.188 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-05-28T05:06:25.075Z[ recovery-image] May 28 05:06:24.197 INFO O| May 28 05:06:24.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70612026-05-28T05:06:25.075Z[ recovery-image] May 28 05:06:24.197 INFO O| May 28 05:06:24.197 INFO STEP 722 (remove_files) COMPLETE
70622026-05-28T05:06:25.075Z[ recovery-image] May 28 05:06:24.197 INFO O| May 28 05:06:24.197 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-05-28T05:06:25.085Z[ recovery-image] May 28 05:06:24.208 INFO O| May 28 05:06:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70642026-05-28T05:06:25.085Z[ recovery-image] May 28 05:06:24.208 INFO O| May 28 05:06:24.208 INFO STEP 723 (remove_files) COMPLETE
70652026-05-28T05:06:25.087Z[ recovery-image] May 28 05:06:24.208 INFO O| May 28 05:06:24.208 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-05-28T05:06:25.093Z[ recovery-image] May 28 05:06:24.217 INFO O| May 28 05:06:24.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70672026-05-28T05:06:25.093Z[ recovery-image] May 28 05:06:24.217 INFO O| May 28 05:06:24.217 INFO STEP 724 (remove_files) COMPLETE
70682026-05-28T05:06:25.096Z[ recovery-image] May 28 05:06:24.217 INFO O| May 28 05:06:24.217 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-05-28T05:06:25.103Z[ recovery-image] May 28 05:06:24.227 INFO O| May 28 05:06:24.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70702026-05-28T05:06:25.103Z[ recovery-image] May 28 05:06:24.227 INFO O| May 28 05:06:24.227 INFO STEP 725 (remove_files) COMPLETE
70712026-05-28T05:06:25.103Z[ recovery-image] May 28 05:06:24.227 INFO O| May 28 05:06:24.227 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-05-28T05:06:25.113Z[ recovery-image] May 28 05:06:24.237 INFO O| May 28 05:06:24.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70732026-05-28T05:06:25.114Z[ recovery-image] May 28 05:06:24.237 INFO O| May 28 05:06:24.237 INFO STEP 726 (remove_files) COMPLETE
70742026-05-28T05:06:25.114Z[ recovery-image] May 28 05:06:24.237 INFO O| May 28 05:06:24.237 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-05-28T05:06:25.137Z[ recovery-image] May 28 05:06:24.260 INFO O| May 28 05:06:24.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70762026-05-28T05:06:25.137Z[ recovery-image] May 28 05:06:24.260 INFO O| May 28 05:06:24.260 INFO STEP 727 (remove_files) COMPLETE
70772026-05-28T05:06:25.137Z[ recovery-image] May 28 05:06:24.260 INFO O| May 28 05:06:24.260 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-05-28T05:06:25.146Z[ recovery-image] May 28 05:06:24.270 INFO O| May 28 05:06:24.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70792026-05-28T05:06:25.146Z[ recovery-image] May 28 05:06:24.270 INFO O| May 28 05:06:24.270 INFO STEP 728 (remove_files) COMPLETE
70802026-05-28T05:06:25.146Z[ recovery-image] May 28 05:06:24.270 INFO O| May 28 05:06:24.270 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-05-28T05:06:25.155Z[ recovery-image] May 28 05:06:24.278 INFO O| May 28 05:06:24.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70822026-05-28T05:06:25.155Z[ recovery-image] May 28 05:06:24.279 INFO O| May 28 05:06:24.279 INFO STEP 729 (remove_files) COMPLETE
70832026-05-28T05:06:25.155Z[ recovery-image] May 28 05:06:24.279 INFO O| May 28 05:06:24.279 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-05-28T05:06:25.164Z[ recovery-image] May 28 05:06:24.288 INFO O| May 28 05:06:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70852026-05-28T05:06:25.164Z[ recovery-image] May 28 05:06:24.288 INFO O| May 28 05:06:24.288 INFO STEP 730 (remove_files) COMPLETE
70862026-05-28T05:06:25.164Z[ recovery-image] May 28 05:06:24.288 INFO O| May 28 05:06:24.288 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-05-28T05:06:25.174Z[ recovery-image] May 28 05:06:24.298 INFO O| May 28 05:06:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70882026-05-28T05:06:25.174Z[ recovery-image] May 28 05:06:24.298 INFO O| May 28 05:06:24.298 INFO STEP 731 (remove_files) COMPLETE
70892026-05-28T05:06:25.177Z[ recovery-image] May 28 05:06:24.298 INFO O| May 28 05:06:24.298 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-05-28T05:06:25.183Z[ recovery-image] May 28 05:06:24.307 INFO O| May 28 05:06:24.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70912026-05-28T05:06:25.183Z[ recovery-image] May 28 05:06:24.307 INFO O| May 28 05:06:24.307 INFO STEP 732 (remove_files) COMPLETE
70922026-05-28T05:06:25.186Z[ recovery-image] May 28 05:06:24.307 INFO O| May 28 05:06:24.307 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-05-28T05:06:25.193Z[ recovery-image] May 28 05:06:24.317 INFO O| May 28 05:06:24.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70942026-05-28T05:06:25.193Z[ recovery-image] May 28 05:06:24.317 INFO O| May 28 05:06:24.317 INFO STEP 733 (remove_files) COMPLETE
70952026-05-28T05:06:25.196Z[ recovery-image] May 28 05:06:24.317 INFO O| May 28 05:06:24.317 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-05-28T05:06:25.203Z[ recovery-image] May 28 05:06:24.326 INFO O| May 28 05:06:24.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70972026-05-28T05:06:25.203Z[ recovery-image] May 28 05:06:24.326 INFO O| May 28 05:06:24.326 INFO STEP 734 (remove_files) COMPLETE
70982026-05-28T05:06:25.206Z[ recovery-image] May 28 05:06:24.326 INFO O| May 28 05:06:24.326 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-05-28T05:06:25.212Z[ recovery-image] May 28 05:06:24.335 INFO O| May 28 05:06:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71002026-05-28T05:06:25.212Z[ recovery-image] May 28 05:06:24.336 INFO O| May 28 05:06:24.335 INFO STEP 735 (remove_files) COMPLETE
71012026-05-28T05:06:25.215Z[ recovery-image] May 28 05:06:24.336 INFO O| May 28 05:06:24.335 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-05-28T05:06:25.221Z[ recovery-image] May 28 05:06:24.345 INFO O| May 28 05:06:24.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71032026-05-28T05:06:25.221Z[ recovery-image] May 28 05:06:24.345 INFO O| May 28 05:06:24.345 INFO STEP 736 (remove_files) COMPLETE
71042026-05-28T05:06:25.225Z[ recovery-image] May 28 05:06:24.345 INFO O| May 28 05:06:24.345 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-05-28T05:06:25.230Z[ recovery-image] May 28 05:06:24.354 INFO O| May 28 05:06:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71062026-05-28T05:06:25.230Z[ recovery-image] May 28 05:06:24.354 INFO O| May 28 05:06:24.354 INFO STEP 737 (remove_files) COMPLETE
71072026-05-28T05:06:25.233Z[ recovery-image] May 28 05:06:24.354 INFO O| May 28 05:06:24.354 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-05-28T05:06:25.241Z[ recovery-image] May 28 05:06:24.363 INFO O| May 28 05:06:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71092026-05-28T05:06:25.241Z[ recovery-image] May 28 05:06:24.363 INFO O| May 28 05:06:24.363 INFO STEP 738 (remove_files) COMPLETE
71102026-05-28T05:06:25.241Z[ recovery-image] May 28 05:06:24.363 INFO O| May 28 05:06:24.363 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-05-28T05:06:25.249Z[ recovery-image] May 28 05:06:24.372 INFO O| May 28 05:06:24.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71122026-05-28T05:06:25.249Z[ recovery-image] May 28 05:06:24.372 INFO O| May 28 05:06:24.372 INFO STEP 739 (remove_files) COMPLETE
71132026-05-28T05:06:25.252Z[ recovery-image] May 28 05:06:24.372 INFO O| May 28 05:06:24.372 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-05-28T05:06:25.258Z[ recovery-image] May 28 05:06:24.381 INFO O| May 28 05:06:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71152026-05-28T05:06:25.258Z[ recovery-image] May 28 05:06:24.381 INFO O| May 28 05:06:24.381 INFO STEP 740 (remove_files) COMPLETE
71162026-05-28T05:06:25.261Z[ recovery-image] May 28 05:06:24.381 INFO O| May 28 05:06:24.381 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-05-28T05:06:25.266Z[ recovery-image] May 28 05:06:24.390 INFO O| May 28 05:06:24.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71182026-05-28T05:06:25.266Z[ recovery-image] May 28 05:06:24.390 INFO O| May 28 05:06:24.390 INFO STEP 741 (remove_files) COMPLETE
71192026-05-28T05:06:25.269Z[ recovery-image] May 28 05:06:24.390 INFO O| May 28 05:06:24.390 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-05-28T05:06:25.275Z[ recovery-image] May 28 05:06:24.399 INFO O| May 28 05:06:24.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71212026-05-28T05:06:25.275Z[ recovery-image] May 28 05:06:24.399 INFO O| May 28 05:06:24.399 INFO STEP 742 (remove_files) COMPLETE
71222026-05-28T05:06:25.278Z[ recovery-image] May 28 05:06:24.399 INFO O| May 28 05:06:24.399 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-05-28T05:06:25.283Z[ recovery-image] May 28 05:06:24.407 INFO O| May 28 05:06:24.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71242026-05-28T05:06:25.283Z[ recovery-image] May 28 05:06:24.407 INFO O| May 28 05:06:24.407 INFO STEP 743 (remove_files) COMPLETE
71252026-05-28T05:06:25.286Z[ recovery-image] May 28 05:06:24.407 INFO O| May 28 05:06:24.407 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-05-28T05:06:25.292Z[ recovery-image] May 28 05:06:24.415 INFO O| May 28 05:06:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71272026-05-28T05:06:25.292Z[ recovery-image] May 28 05:06:24.415 INFO O| May 28 05:06:24.415 INFO STEP 744 (remove_files) COMPLETE
71282026-05-28T05:06:25.295Z[ recovery-image] May 28 05:06:24.415 INFO O| May 28 05:06:24.415 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-05-28T05:06:25.301Z[ recovery-image] May 28 05:06:24.424 INFO O| May 28 05:06:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71302026-05-28T05:06:25.303Z[ recovery-image] May 28 05:06:24.425 INFO O| May 28 05:06:24.425 INFO STEP 745 (remove_files) COMPLETE
71312026-05-28T05:06:25.303Z[ recovery-image] May 28 05:06:24.425 INFO O| May 28 05:06:24.425 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-05-28T05:06:25.311Z[ recovery-image] May 28 05:06:24.434 INFO O| May 28 05:06:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71332026-05-28T05:06:25.311Z[ recovery-image] May 28 05:06:24.434 INFO O| May 28 05:06:24.434 INFO STEP 746 (remove_files) COMPLETE
71342026-05-28T05:06:25.311Z[ recovery-image] May 28 05:06:24.435 INFO O| May 28 05:06:24.434 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-05-28T05:06:25.320Z[ recovery-image] May 28 05:06:24.443 INFO O| May 28 05:06:24.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71362026-05-28T05:06:25.320Z[ recovery-image] May 28 05:06:24.443 INFO O| May 28 05:06:24.443 INFO STEP 747 (remove_files) COMPLETE
71372026-05-28T05:06:25.323Z[ recovery-image] May 28 05:06:24.443 INFO O| May 28 05:06:24.443 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-05-28T05:06:25.328Z[ recovery-image] May 28 05:06:24.452 INFO O| May 28 05:06:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71392026-05-28T05:06:25.328Z[ recovery-image] May 28 05:06:24.452 INFO O| May 28 05:06:24.452 INFO STEP 748 (remove_files) COMPLETE
71402026-05-28T05:06:25.331Z[ recovery-image] May 28 05:06:24.452 INFO O| May 28 05:06:24.452 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-05-28T05:06:25.337Z[ recovery-image] May 28 05:06:24.461 INFO O| May 28 05:06:24.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71422026-05-28T05:06:25.337Z[ recovery-image] May 28 05:06:24.461 INFO O| May 28 05:06:24.461 INFO STEP 749 (remove_files) COMPLETE
71432026-05-28T05:06:25.337Z[ recovery-image] May 28 05:06:24.461 INFO O| May 28 05:06:24.461 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-05-28T05:06:25.340Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
71452026-05-28T05:06:25.345Z[ recovery-image] May 28 05:06:24.469 INFO O| May 28 05:06:24.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71462026-05-28T05:06:25.345Z[ recovery-image] May 28 05:06:24.469 INFO O| May 28 05:06:24.469 INFO STEP 750 (remove_files) COMPLETE
71472026-05-28T05:06:25.348Z[ recovery-image] May 28 05:06:24.469 INFO O| May 28 05:06:24.469 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-28T05:06:25.353Z[ recovery-image] May 28 05:06:24.477 INFO O| May 28 05:06:24.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71492026-05-28T05:06:25.353Z[ recovery-image] May 28 05:06:24.477 INFO O| May 28 05:06:24.477 INFO STEP 751 (remove_files) COMPLETE
71502026-05-28T05:06:25.353Z[ recovery-image] May 28 05:06:24.477 INFO O| May 28 05:06:24.477 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-28T05:06:25.361Z[ recovery-image] May 28 05:06:24.484 INFO O| May 28 05:06:24.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71522026-05-28T05:06:25.361Z[ recovery-image] May 28 05:06:24.485 INFO O| May 28 05:06:24.484 INFO STEP 752 (remove_files) COMPLETE
71532026-05-28T05:06:25.361Z[ recovery-image] May 28 05:06:24.485 INFO O| May 28 05:06:24.484 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-28T05:06:25.369Z[ recovery-image] May 28 05:06:24.492 INFO O| May 28 05:06:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71552026-05-28T05:06:25.369Z[ recovery-image] May 28 05:06:24.492 INFO O| May 28 05:06:24.492 INFO STEP 753 (remove_files) COMPLETE
71562026-05-28T05:06:25.371Z[ recovery-image] May 28 05:06:24.492 INFO O| May 28 05:06:24.492 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-28T05:06:25.378Z[ recovery-image] May 28 05:06:24.501 INFO O| May 28 05:06:24.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71582026-05-28T05:06:25.378Z[ recovery-image] May 28 05:06:24.501 INFO O| May 28 05:06:24.501 INFO STEP 754 (remove_files) COMPLETE
71592026-05-28T05:06:25.378Z[ recovery-image] May 28 05:06:24.501 INFO O| May 28 05:06:24.501 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-28T05:06:25.387Z[ recovery-image] May 28 05:06:24.510 INFO O| May 28 05:06:24.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71612026-05-28T05:06:25.387Z[ recovery-image] May 28 05:06:24.511 INFO O| May 28 05:06:24.511 INFO STEP 755 (remove_files) COMPLETE
71622026-05-28T05:06:25.387Z[ recovery-image] May 28 05:06:24.511 INFO O| May 28 05:06:24.511 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-28T05:06:25.396Z[ recovery-image] May 28 05:06:24.519 INFO O| May 28 05:06:24.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71642026-05-28T05:06:25.396Z[ recovery-image] May 28 05:06:24.519 INFO O| May 28 05:06:24.519 INFO STEP 756 (remove_files) COMPLETE
71652026-05-28T05:06:25.396Z[ recovery-image] May 28 05:06:24.519 INFO O| May 28 05:06:24.519 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-28T05:06:25.406Z[ recovery-image] May 28 05:06:24.530 INFO O| May 28 05:06:24.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71672026-05-28T05:06:25.406Z[ recovery-image] May 28 05:06:24.530 INFO O| May 28 05:06:24.530 INFO STEP 757 (remove_files) COMPLETE
71682026-05-28T05:06:25.406Z[ recovery-image] May 28 05:06:24.530 INFO O| May 28 05:06:24.530 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-28T05:06:25.435Z[ recovery-image] May 28 05:06:24.559 INFO O| May 28 05:06:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71702026-05-28T05:06:25.436Z[ recovery-image] May 28 05:06:24.559 INFO O| May 28 05:06:24.559 INFO STEP 758 (remove_files) COMPLETE
71712026-05-28T05:06:25.436Z[ recovery-image] May 28 05:06:24.559 INFO O| May 28 05:06:24.559 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-28T05:06:25.445Z[ recovery-image] May 28 05:06:24.568 INFO O| May 28 05:06:24.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71732026-05-28T05:06:25.445Z[ recovery-image] May 28 05:06:24.568 INFO O| May 28 05:06:24.568 INFO STEP 759 (remove_files) COMPLETE
71742026-05-28T05:06:25.445Z[ recovery-image] May 28 05:06:24.568 INFO O| May 28 05:06:24.568 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-28T05:06:25.453Z[ recovery-image] May 28 05:06:24.577 INFO O| May 28 05:06:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71762026-05-28T05:06:25.453Z[ recovery-image] May 28 05:06:24.577 INFO O| May 28 05:06:24.577 INFO STEP 760 (remove_files) COMPLETE
71772026-05-28T05:06:25.453Z[ recovery-image] May 28 05:06:24.577 INFO O| May 28 05:06:24.577 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-28T05:06:25.463Z[ recovery-image] May 28 05:06:24.586 INFO O| May 28 05:06:24.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71792026-05-28T05:06:25.463Z[ recovery-image] May 28 05:06:24.586 INFO O| May 28 05:06:24.586 INFO STEP 761 (remove_files) COMPLETE
71802026-05-28T05:06:25.463Z[ recovery-image] May 28 05:06:24.586 INFO O| May 28 05:06:24.586 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-28T05:06:25.472Z[ recovery-image] May 28 05:06:24.595 INFO O| May 28 05:06:24.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71822026-05-28T05:06:25.472Z[ recovery-image] May 28 05:06:24.595 INFO O| May 28 05:06:24.595 INFO STEP 762 (remove_files) COMPLETE
71832026-05-28T05:06:25.475Z[ recovery-image] May 28 05:06:24.595 INFO O| May 28 05:06:24.595 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-28T05:06:25.481Z[ recovery-image] May 28 05:06:24.605 INFO O| May 28 05:06:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71852026-05-28T05:06:25.481Z[ recovery-image] May 28 05:06:24.605 INFO O| May 28 05:06:24.605 INFO STEP 763 (remove_files) COMPLETE
71862026-05-28T05:06:25.481Z[ recovery-image] May 28 05:06:24.605 INFO O| May 28 05:06:24.605 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-28T05:06:25.491Z[ recovery-image] May 28 05:06:24.615 INFO O| May 28 05:06:24.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71882026-05-28T05:06:25.491Z[ recovery-image] May 28 05:06:24.615 INFO O| May 28 05:06:24.615 INFO STEP 764 (remove_files) COMPLETE
71892026-05-28T05:06:25.491Z[ recovery-image] May 28 05:06:24.615 INFO O| May 28 05:06:24.615 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-28T05:06:25.500Z[ recovery-image] May 28 05:06:24.624 INFO O| May 28 05:06:24.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71912026-05-28T05:06:25.500Z[ recovery-image] May 28 05:06:24.624 INFO O| May 28 05:06:24.624 INFO STEP 765 (remove_files) COMPLETE
71922026-05-28T05:06:25.500Z[ recovery-image] May 28 05:06:24.624 INFO O| May 28 05:06:24.624 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-28T05:06:25.509Z[ recovery-image] May 28 05:06:24.633 INFO O| May 28 05:06:24.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71942026-05-28T05:06:25.509Z[ recovery-image] May 28 05:06:24.633 INFO O| May 28 05:06:24.633 INFO STEP 766 (remove_files) COMPLETE
71952026-05-28T05:06:25.509Z[ recovery-image] May 28 05:06:24.633 INFO O| May 28 05:06:24.633 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-28T05:06:25.518Z[ recovery-image] May 28 05:06:24.642 INFO O| May 28 05:06:24.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71972026-05-28T05:06:25.518Z[ recovery-image] May 28 05:06:24.642 INFO O| May 28 05:06:24.642 INFO STEP 767 (remove_files) COMPLETE
71982026-05-28T05:06:25.518Z[ recovery-image] May 28 05:06:24.642 INFO O| May 28 05:06:24.642 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-28T05:06:25.527Z[ recovery-image] May 28 05:06:24.651 INFO O| May 28 05:06:24.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72002026-05-28T05:06:25.527Z[ recovery-image] May 28 05:06:24.651 INFO O| May 28 05:06:24.651 INFO STEP 768 (remove_files) COMPLETE
72012026-05-28T05:06:25.527Z[ recovery-image] May 28 05:06:24.651 INFO O| May 28 05:06:24.651 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-28T05:06:25.536Z[ recovery-image] May 28 05:06:24.659 INFO O| May 28 05:06:24.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72032026-05-28T05:06:25.536Z[ recovery-image] May 28 05:06:24.660 INFO O| May 28 05:06:24.660 INFO STEP 769 (remove_files) COMPLETE
72042026-05-28T05:06:25.536Z[ recovery-image] May 28 05:06:24.660 INFO O| May 28 05:06:24.660 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-28T05:06:25.545Z[ recovery-image] May 28 05:06:24.668 INFO O| May 28 05:06:24.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72062026-05-28T05:06:25.545Z[ recovery-image] May 28 05:06:24.668 INFO O| May 28 05:06:24.668 INFO STEP 770 (remove_files) COMPLETE
72072026-05-28T05:06:25.545Z[ recovery-image] May 28 05:06:24.668 INFO O| May 28 05:06:24.668 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-28T05:06:25.553Z[ recovery-image] May 28 05:06:24.676 INFO O| May 28 05:06:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72092026-05-28T05:06:25.553Z[ recovery-image] May 28 05:06:24.677 INFO O| May 28 05:06:24.677 INFO STEP 771 (remove_files) COMPLETE
72102026-05-28T05:06:25.553Z[ recovery-image] May 28 05:06:24.677 INFO O| May 28 05:06:24.677 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-28T05:06:25.561Z[ recovery-image] May 28 05:06:24.685 INFO O| May 28 05:06:24.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72122026-05-28T05:06:25.561Z[ recovery-image] May 28 05:06:24.685 INFO O| May 28 05:06:24.685 INFO STEP 772 (remove_files) COMPLETE
72132026-05-28T05:06:25.561Z[ recovery-image] May 28 05:06:24.685 INFO O| May 28 05:06:24.685 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-28T05:06:25.570Z[ recovery-image] May 28 05:06:24.693 INFO O| May 28 05:06:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72152026-05-28T05:06:25.570Z[ recovery-image] May 28 05:06:24.693 INFO O| May 28 05:06:24.693 INFO STEP 773 (remove_files) COMPLETE
72162026-05-28T05:06:25.570Z[ recovery-image] May 28 05:06:24.693 INFO O| May 28 05:06:24.693 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-28T05:06:25.578Z[ recovery-image] May 28 05:06:24.701 INFO O| May 28 05:06:24.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72182026-05-28T05:06:25.578Z[ recovery-image] May 28 05:06:24.701 INFO O| May 28 05:06:24.701 INFO STEP 774 (remove_files) COMPLETE
72192026-05-28T05:06:25.578Z[ recovery-image] May 28 05:06:24.701 INFO O| May 28 05:06:24.701 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-28T05:06:25.586Z[ recovery-image] May 28 05:06:24.710 INFO O| May 28 05:06:24.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72212026-05-28T05:06:25.589Z[ recovery-image] May 28 05:06:24.711 INFO O| May 28 05:06:24.711 INFO STEP 775 (remove_files) COMPLETE
72222026-05-28T05:06:25.589Z[ recovery-image] May 28 05:06:24.711 INFO O| May 28 05:06:24.711 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-28T05:06:25.596Z[ recovery-image] May 28 05:06:24.719 INFO O| May 28 05:06:24.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72242026-05-28T05:06:25.596Z[ recovery-image] May 28 05:06:24.719 INFO O| May 28 05:06:24.719 INFO STEP 776 (remove_files) COMPLETE
72252026-05-28T05:06:25.596Z[ recovery-image] May 28 05:06:24.719 INFO O| May 28 05:06:24.719 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-28T05:06:25.604Z[ recovery-image] May 28 05:06:24.727 INFO O| May 28 05:06:24.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72272026-05-28T05:06:25.604Z[ recovery-image] May 28 05:06:24.728 INFO O| May 28 05:06:24.728 INFO STEP 777 (remove_files) COMPLETE
72282026-05-28T05:06:25.607Z[ recovery-image] May 28 05:06:24.728 INFO O| May 28 05:06:24.728 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-28T05:06:25.612Z[ recovery-image] May 28 05:06:24.736 INFO O| May 28 05:06:24.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72302026-05-28T05:06:25.612Z[ recovery-image] May 28 05:06:24.736 INFO O| May 28 05:06:24.736 INFO STEP 778 (remove_files) COMPLETE
72312026-05-28T05:06:25.612Z[ recovery-image] May 28 05:06:24.736 INFO O| May 28 05:06:24.736 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-28T05:06:25.621Z[ recovery-image] May 28 05:06:24.744 INFO O| May 28 05:06:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72332026-05-28T05:06:25.621Z[ recovery-image] May 28 05:06:24.745 INFO O| May 28 05:06:24.745 INFO STEP 779 (remove_files) COMPLETE
72342026-05-28T05:06:25.624Z[ recovery-image] May 28 05:06:24.745 INFO O| May 28 05:06:24.745 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-28T05:06:25.629Z[ recovery-image] May 28 05:06:24.753 INFO O| May 28 05:06:24.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72362026-05-28T05:06:25.630Z[ recovery-image] May 28 05:06:24.753 INFO O| May 28 05:06:24.753 INFO STEP 780 (remove_files) COMPLETE
72372026-05-28T05:06:25.630Z[ recovery-image] May 28 05:06:24.753 INFO O| May 28 05:06:24.753 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-28T05:06:25.638Z[ recovery-image] May 28 05:06:24.762 INFO O| May 28 05:06:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72392026-05-28T05:06:25.638Z[ recovery-image] May 28 05:06:24.762 INFO O| May 28 05:06:24.762 INFO STEP 781 (remove_files) COMPLETE
72402026-05-28T05:06:25.641Z[ recovery-image] May 28 05:06:24.762 INFO O| May 28 05:06:24.762 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-28T05:06:25.647Z[ recovery-image] May 28 05:06:24.770 INFO O| May 28 05:06:24.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72422026-05-28T05:06:25.647Z[ recovery-image] May 28 05:06:24.770 INFO O| May 28 05:06:24.770 INFO STEP 782 (remove_files) COMPLETE
72432026-05-28T05:06:25.650Z[ recovery-image] May 28 05:06:24.770 INFO O| May 28 05:06:24.770 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-28T05:06:25.655Z[ recovery-image] May 28 05:06:24.778 INFO O| May 28 05:06:24.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72452026-05-28T05:06:25.655Z[ recovery-image] May 28 05:06:24.778 INFO O| May 28 05:06:24.778 INFO STEP 783 (remove_files) COMPLETE
72462026-05-28T05:06:25.657Z[ recovery-image] May 28 05:06:24.778 INFO O| May 28 05:06:24.778 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-28T05:06:25.662Z[ recovery-image] May 28 05:06:24.786 INFO O| May 28 05:06:24.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72482026-05-28T05:06:25.662Z[ recovery-image] May 28 05:06:24.786 INFO O| May 28 05:06:24.786 INFO STEP 784 (remove_files) COMPLETE
72492026-05-28T05:06:25.663Z[ recovery-image] May 28 05:06:24.786 INFO O| May 28 05:06:24.786 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-28T05:06:25.666Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
72512026-05-28T05:06:25.670Z[ recovery-image] May 28 05:06:24.794 INFO O| May 28 05:06:24.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72522026-05-28T05:06:25.670Z[ recovery-image] May 28 05:06:24.794 INFO O| May 28 05:06:24.794 INFO STEP 785 (remove_files) COMPLETE
72532026-05-28T05:06:25.670Z[ recovery-image] May 28 05:06:24.794 INFO O| May 28 05:06:24.794 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-05-28T05:06:25.678Z[ recovery-image] May 28 05:06:24.801 INFO O| May 28 05:06:24.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72552026-05-28T05:06:25.678Z[ recovery-image] May 28 05:06:24.801 INFO O| May 28 05:06:24.801 INFO STEP 786 (remove_files) COMPLETE
72562026-05-28T05:06:25.678Z[ recovery-image] May 28 05:06:24.801 INFO O| May 28 05:06:24.801 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-05-28T05:06:25.685Z[ recovery-image] May 28 05:06:24.809 INFO O| May 28 05:06:24.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72582026-05-28T05:06:25.685Z[ recovery-image] May 28 05:06:24.809 INFO O| May 28 05:06:24.809 INFO STEP 787 (remove_files) COMPLETE
72592026-05-28T05:06:25.685Z[ recovery-image] May 28 05:06:24.809 INFO O| May 28 05:06:24.809 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-05-28T05:06:25.694Z[ recovery-image] May 28 05:06:24.817 INFO O| May 28 05:06:24.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72612026-05-28T05:06:25.694Z[ recovery-image] May 28 05:06:24.817 INFO O| May 28 05:06:24.817 INFO STEP 788 (remove_files) COMPLETE
72622026-05-28T05:06:25.694Z[ recovery-image] May 28 05:06:24.817 INFO O| May 28 05:06:24.817 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-05-28T05:06:25.703Z[ recovery-image] May 28 05:06:24.826 INFO O| May 28 05:06:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72642026-05-28T05:06:25.703Z[ recovery-image] May 28 05:06:24.826 INFO O| May 28 05:06:24.826 INFO STEP 789 (remove_files) COMPLETE
72652026-05-28T05:06:25.703Z[ recovery-image] May 28 05:06:24.826 INFO O| May 28 05:06:24.826 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-05-28T05:06:25.711Z[ recovery-image] May 28 05:06:24.835 INFO O| May 28 05:06:24.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72672026-05-28T05:06:25.711Z[ recovery-image] May 28 05:06:24.835 INFO O| May 28 05:06:24.835 INFO STEP 790 (remove_files) COMPLETE
72682026-05-28T05:06:25.711Z[ recovery-image] May 28 05:06:24.835 INFO O| May 28 05:06:24.835 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-05-28T05:06:25.721Z[ recovery-image] May 28 05:06:24.844 INFO O| May 28 05:06:24.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72702026-05-28T05:06:25.721Z[ recovery-image] May 28 05:06:24.844 INFO O| May 28 05:06:24.844 INFO STEP 791 (remove_files) COMPLETE
72712026-05-28T05:06:25.721Z[ recovery-image] May 28 05:06:24.844 INFO O| May 28 05:06:24.844 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-05-28T05:06:25.728Z[ recovery-image] May 28 05:06:24.851 INFO O| May 28 05:06:24.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72732026-05-28T05:06:25.728Z[ recovery-image] May 28 05:06:24.852 INFO O| May 28 05:06:24.852 INFO STEP 792 (remove_files) COMPLETE
72742026-05-28T05:06:25.728Z[ recovery-image] May 28 05:06:24.852 INFO O| May 28 05:06:24.852 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-05-28T05:06:25.736Z[ recovery-image] May 28 05:06:24.859 INFO O| May 28 05:06:24.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72762026-05-28T05:06:25.736Z[ recovery-image] May 28 05:06:24.859 INFO O| May 28 05:06:24.859 INFO STEP 793 (remove_files) COMPLETE
72772026-05-28T05:06:25.736Z[ recovery-image] May 28 05:06:24.859 INFO O| May 28 05:06:24.859 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-05-28T05:06:25.744Z[ recovery-image] May 28 05:06:24.867 INFO O| May 28 05:06:24.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72792026-05-28T05:06:25.744Z[ recovery-image] May 28 05:06:24.867 INFO O| May 28 05:06:24.867 INFO STEP 794 (remove_files) COMPLETE
72802026-05-28T05:06:25.744Z[ recovery-image] May 28 05:06:24.867 INFO O| May 28 05:06:24.867 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-05-28T05:06:25.751Z[ recovery-image] May 28 05:06:24.874 INFO O| May 28 05:06:24.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72822026-05-28T05:06:25.751Z[ recovery-image] May 28 05:06:24.875 INFO O| May 28 05:06:24.875 INFO STEP 795 (remove_files) COMPLETE
72832026-05-28T05:06:25.751Z[ recovery-image] May 28 05:06:24.875 INFO O| May 28 05:06:24.875 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-05-28T05:06:25.759Z[ recovery-image] May 28 05:06:24.883 INFO O| May 28 05:06:24.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72852026-05-28T05:06:25.759Z[ recovery-image] May 28 05:06:24.883 INFO O| May 28 05:06:24.883 INFO STEP 796 (remove_files) COMPLETE
72862026-05-28T05:06:25.759Z[ recovery-image] May 28 05:06:24.883 INFO O| May 28 05:06:24.883 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-05-28T05:06:25.770Z[ recovery-image] May 28 05:06:24.890 INFO O| May 28 05:06:24.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72882026-05-28T05:06:25.770Z[ recovery-image] May 28 05:06:24.891 INFO O| May 28 05:06:24.891 INFO STEP 797 (remove_files) COMPLETE
72892026-05-28T05:06:25.770Z[ recovery-image] May 28 05:06:24.891 INFO O| May 28 05:06:24.891 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-05-28T05:06:25.778Z[ recovery-image] May 28 05:06:24.899 INFO O| May 28 05:06:24.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72912026-05-28T05:06:25.778Z[ recovery-image] May 28 05:06:24.899 INFO O| May 28 05:06:24.899 INFO STEP 798 (remove_files) COMPLETE
72922026-05-28T05:06:25.778Z[ recovery-image] May 28 05:06:24.899 INFO O| May 28 05:06:24.899 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-05-28T05:06:25.784Z[ recovery-image] May 28 05:06:24.907 INFO O| May 28 05:06:24.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72942026-05-28T05:06:25.784Z[ recovery-image] May 28 05:06:24.907 INFO O| May 28 05:06:24.907 INFO STEP 799 (remove_files) COMPLETE
72952026-05-28T05:06:25.787Z[ recovery-image] May 28 05:06:24.907 INFO O| May 28 05:06:24.907 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-05-28T05:06:25.792Z[ recovery-image] May 28 05:06:24.915 INFO O| May 28 05:06:24.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72972026-05-28T05:06:25.792Z[ recovery-image] May 28 05:06:24.915 INFO O| May 28 05:06:24.915 INFO STEP 800 (remove_files) COMPLETE
72982026-05-28T05:06:25.792Z[ recovery-image] May 28 05:06:24.915 INFO O| May 28 05:06:24.915 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-05-28T05:06:25.801Z[ recovery-image] May 28 05:06:24.924 INFO O| May 28 05:06:24.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73002026-05-28T05:06:25.801Z[ recovery-image] May 28 05:06:24.924 INFO O| May 28 05:06:24.924 INFO STEP 801 (remove_files) COMPLETE
73012026-05-28T05:06:25.801Z[ recovery-image] May 28 05:06:24.924 INFO O| May 28 05:06:24.924 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-05-28T05:06:25.810Z[ recovery-image] May 28 05:06:24.933 INFO O| May 28 05:06:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73032026-05-28T05:06:25.810Z[ recovery-image] May 28 05:06:24.934 INFO O| May 28 05:06:24.934 INFO STEP 802 (remove_files) COMPLETE
73042026-05-28T05:06:25.810Z[ recovery-image] May 28 05:06:24.934 INFO O| May 28 05:06:24.934 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-05-28T05:06:25.820Z[ recovery-image] May 28 05:06:24.943 INFO O| May 28 05:06:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73062026-05-28T05:06:25.820Z[ recovery-image] May 28 05:06:24.943 INFO O| May 28 05:06:24.943 INFO STEP 803 (remove_files) COMPLETE
73072026-05-28T05:06:25.820Z[ recovery-image] May 28 05:06:24.943 INFO O| May 28 05:06:24.943 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-05-28T05:06:25.829Z[ recovery-image] May 28 05:06:24.952 INFO O| May 28 05:06:24.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73092026-05-28T05:06:25.829Z[ recovery-image] May 28 05:06:24.952 INFO O| May 28 05:06:24.952 INFO STEP 804 (remove_files) COMPLETE
73102026-05-28T05:06:25.830Z[ recovery-image] May 28 05:06:24.952 INFO O| May 28 05:06:24.952 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-05-28T05:06:25.837Z[ recovery-image] May 28 05:06:24.961 INFO O| May 28 05:06:24.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73122026-05-28T05:06:25.837Z[ recovery-image] May 28 05:06:24.961 INFO O| May 28 05:06:24.961 INFO STEP 805 (remove_files) COMPLETE
73132026-05-28T05:06:25.837Z[ recovery-image] May 28 05:06:24.961 INFO O| May 28 05:06:24.961 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-05-28T05:06:25.846Z[ recovery-image] May 28 05:06:24.969 INFO O| May 28 05:06:24.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73152026-05-28T05:06:25.846Z[ recovery-image] May 28 05:06:24.969 INFO O| May 28 05:06:24.969 INFO STEP 806 (remove_files) COMPLETE
73162026-05-28T05:06:25.846Z[ recovery-image] May 28 05:06:24.969 INFO O| May 28 05:06:24.969 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-05-28T05:06:25.855Z[ recovery-image] May 28 05:06:24.978 INFO O| May 28 05:06:24.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73182026-05-28T05:06:25.855Z[ recovery-image] May 28 05:06:24.978 INFO O| May 28 05:06:24.978 INFO STEP 807 (remove_files) COMPLETE
73192026-05-28T05:06:25.855Z[ recovery-image] May 28 05:06:24.978 INFO O| May 28 05:06:24.978 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-05-28T05:06:25.864Z[ recovery-image] May 28 05:06:24.987 INFO O| May 28 05:06:24.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73212026-05-28T05:06:25.864Z[ recovery-image] May 28 05:06:24.988 INFO O| May 28 05:06:24.988 INFO STEP 808 (remove_files) COMPLETE
73222026-05-28T05:06:25.868Z[ recovery-image] May 28 05:06:24.988 INFO O| May 28 05:06:24.988 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-05-28T05:06:25.873Z[ recovery-image] May 28 05:06:24.996 INFO O| May 28 05:06:24.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73242026-05-28T05:06:25.873Z[ recovery-image] May 28 05:06:24.997 INFO O| May 28 05:06:24.996 INFO STEP 809 (remove_files) COMPLETE
73252026-05-28T05:06:25.873Z[ recovery-image] May 28 05:06:24.997 INFO O| May 28 05:06:24.996 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-05-28T05:06:25.882Z[ recovery-image] May 28 05:06:25.006 INFO O| May 28 05:06:25.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73272026-05-28T05:06:25.882Z[ recovery-image] May 28 05:06:25.006 INFO O| May 28 05:06:25.006 INFO STEP 810 (remove_files) COMPLETE
73282026-05-28T05:06:25.882Z[ recovery-image] May 28 05:06:25.006 INFO O| May 28 05:06:25.006 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-05-28T05:06:25.892Z[ recovery-image] May 28 05:06:25.015 INFO O| May 28 05:06:25.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73302026-05-28T05:06:25.892Z[ recovery-image] May 28 05:06:25.015 INFO O| May 28 05:06:25.015 INFO STEP 811 (remove_files) COMPLETE
73312026-05-28T05:06:25.892Z[ recovery-image] May 28 05:06:25.015 INFO O| May 28 05:06:25.015 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-05-28T05:06:25.901Z[ recovery-image] May 28 05:06:25.024 INFO O| May 28 05:06:25.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73332026-05-28T05:06:25.901Z[ recovery-image] May 28 05:06:25.024 INFO O| May 28 05:06:25.024 INFO STEP 812 (remove_files) COMPLETE
73342026-05-28T05:06:25.901Z[ recovery-image] May 28 05:06:25.024 INFO O| May 28 05:06:25.024 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-05-28T05:06:25.931Z[ recovery-image] May 28 05:06:25.037 INFO O| May 28 05:06:25.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73362026-05-28T05:06:25.932Z[ recovery-image] May 28 05:06:25.037 INFO O| May 28 05:06:25.037 INFO STEP 813 (remove_files) COMPLETE
73372026-05-28T05:06:25.932Z[ recovery-image] May 28 05:06:25.037 INFO O| May 28 05:06:25.037 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-05-28T05:06:25.937Z[ recovery-image] May 28 05:06:25.055 INFO O| May 28 05:06:25.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73392026-05-28T05:06:25.937Z[ recovery-image] May 28 05:06:25.055 INFO O| May 28 05:06:25.055 INFO STEP 814 (remove_files) COMPLETE
73402026-05-28T05:06:25.937Z[ recovery-image] May 28 05:06:25.055 INFO O| May 28 05:06:25.055 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-05-28T05:06:25.942Z[ recovery-image] May 28 05:06:25.066 INFO O| May 28 05:06:25.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73422026-05-28T05:06:25.942Z[ recovery-image] May 28 05:06:25.066 INFO O| May 28 05:06:25.066 INFO STEP 815 (remove_files) COMPLETE
73432026-05-28T05:06:25.945Z[ recovery-image] May 28 05:06:25.066 INFO O| May 28 05:06:25.066 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-05-28T05:06:25.952Z[ recovery-image] May 28 05:06:25.076 INFO O| May 28 05:06:25.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73452026-05-28T05:06:25.952Z[ recovery-image] May 28 05:06:25.076 INFO O| May 28 05:06:25.076 INFO STEP 816 (remove_files) COMPLETE
73462026-05-28T05:06:25.955Z[ recovery-image] May 28 05:06:25.076 INFO O| May 28 05:06:25.076 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-05-28T05:06:25.963Z[ recovery-image] May 28 05:06:25.086 INFO O| May 28 05:06:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73482026-05-28T05:06:25.963Z[ recovery-image] May 28 05:06:25.086 INFO O| May 28 05:06:25.086 INFO STEP 817 (remove_files) COMPLETE
73492026-05-28T05:06:25.966Z[ recovery-image] May 28 05:06:25.086 INFO O| May 28 05:06:25.086 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-05-28T05:06:25.974Z[ recovery-image] May 28 05:06:25.097 INFO O| May 28 05:06:25.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73512026-05-28T05:06:25.974Z[ recovery-image] May 28 05:06:25.097 INFO O| May 28 05:06:25.097 INFO STEP 818 (remove_files) COMPLETE
73522026-05-28T05:06:25.974Z[ recovery-image] May 28 05:06:25.097 INFO O| May 28 05:06:25.097 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-05-28T05:06:25.984Z[ recovery-image] May 28 05:06:25.108 INFO O| May 28 05:06:25.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73542026-05-28T05:06:25.985Z[ recovery-image] May 28 05:06:25.108 INFO O| May 28 05:06:25.108 INFO STEP 819 (remove_files) COMPLETE
73552026-05-28T05:06:25.988Z[ recovery-image] May 28 05:06:25.108 INFO O| May 28 05:06:25.108 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-05-28T05:06:25.994Z[ recovery-image] May 28 05:06:25.118 INFO O| May 28 05:06:25.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73572026-05-28T05:06:25.994Z[ recovery-image] May 28 05:06:25.118 INFO O| May 28 05:06:25.118 INFO STEP 820 (remove_files) COMPLETE
73582026-05-28T05:06:25.997Z[ recovery-image] May 28 05:06:25.118 INFO O| May 28 05:06:25.118 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-05-28T05:06:26.004Z[ recovery-image] May 28 05:06:25.127 INFO O| May 28 05:06:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73602026-05-28T05:06:26.004Z[ recovery-image] May 28 05:06:25.127 INFO O| May 28 05:06:25.127 INFO STEP 821 (remove_files) COMPLETE
73612026-05-28T05:06:26.007Z[ recovery-image] May 28 05:06:25.127 INFO O| May 28 05:06:25.127 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-05-28T05:06:26.013Z[ recovery-image] May 28 05:06:25.137 INFO O| May 28 05:06:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73632026-05-28T05:06:26.014Z[ recovery-image] May 28 05:06:25.137 INFO O| May 28 05:06:25.137 INFO STEP 822 (remove_files) COMPLETE
73642026-05-28T05:06:26.014Z[ recovery-image] May 28 05:06:25.137 INFO O| May 28 05:06:25.137 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-05-28T05:06:26.023Z[ recovery-image] May 28 05:06:25.146 INFO O| May 28 05:06:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73662026-05-28T05:06:26.023Z[ recovery-image] May 28 05:06:25.146 INFO O| May 28 05:06:25.146 INFO STEP 823 (remove_files) COMPLETE
73672026-05-28T05:06:26.026Z[ recovery-image] May 28 05:06:25.146 INFO O| May 28 05:06:25.146 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-05-28T05:06:26.032Z[ recovery-image] May 28 05:06:25.156 INFO O| May 28 05:06:25.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73692026-05-28T05:06:26.032Z[ recovery-image] May 28 05:06:25.156 INFO O| May 28 05:06:25.156 INFO STEP 824 (remove_files) COMPLETE
73702026-05-28T05:06:26.035Z[ recovery-image] May 28 05:06:25.156 INFO O| May 28 05:06:25.156 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-05-28T05:06:26.044Z[ recovery-image] May 28 05:06:25.166 INFO O| May 28 05:06:25.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73722026-05-28T05:06:26.044Z[ recovery-image] May 28 05:06:25.166 INFO O| May 28 05:06:25.166 INFO STEP 825 (remove_files) COMPLETE
73732026-05-28T05:06:26.044Z[ recovery-image] May 28 05:06:25.166 INFO O| May 28 05:06:25.166 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-05-28T05:06:26.052Z[ recovery-image] May 28 05:06:25.175 INFO O| May 28 05:06:25.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73752026-05-28T05:06:26.052Z[ recovery-image] May 28 05:06:25.175 INFO O| May 28 05:06:25.175 INFO STEP 826 (remove_files) COMPLETE
73762026-05-28T05:06:26.055Z[ recovery-image] May 28 05:06:25.176 INFO O| May 28 05:06:25.175 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-05-28T05:06:26.061Z[ recovery-image] May 28 05:06:25.184 INFO O| May 28 05:06:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73782026-05-28T05:06:26.061Z[ recovery-image] May 28 05:06:25.184 INFO O| May 28 05:06:25.184 INFO STEP 827 (remove_files) COMPLETE
73792026-05-28T05:06:26.064Z[ recovery-image] May 28 05:06:25.184 INFO O| May 28 05:06:25.184 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-05-28T05:06:26.069Z[ recovery-image] May 28 05:06:25.192 INFO O| May 28 05:06:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73812026-05-28T05:06:26.069Z[ recovery-image] May 28 05:06:25.192 INFO O| May 28 05:06:25.192 INFO STEP 828 (remove_files) COMPLETE
73822026-05-28T05:06:26.069Z[ recovery-image] May 28 05:06:25.192 INFO O| May 28 05:06:25.192 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-05-28T05:06:26.078Z[ recovery-image] May 28 05:06:25.201 INFO O| May 28 05:06:25.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73842026-05-28T05:06:26.078Z[ recovery-image] May 28 05:06:25.201 INFO O| May 28 05:06:25.201 INFO STEP 829 (remove_files) COMPLETE
73852026-05-28T05:06:26.081Z[ recovery-image] May 28 05:06:25.201 INFO O| May 28 05:06:25.201 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-05-28T05:06:26.087Z[ recovery-image] May 28 05:06:25.211 INFO O| May 28 05:06:25.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73872026-05-28T05:06:26.087Z[ recovery-image] May 28 05:06:25.211 INFO O| May 28 05:06:25.211 INFO STEP 830 (remove_files) COMPLETE
73882026-05-28T05:06:26.091Z[ recovery-image] May 28 05:06:25.211 INFO O| May 28 05:06:25.211 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-05-28T05:06:26.097Z[ recovery-image] May 28 05:06:25.220 INFO O| May 28 05:06:25.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73902026-05-28T05:06:26.097Z[ recovery-image] May 28 05:06:25.220 INFO O| May 28 05:06:25.220 INFO STEP 831 (remove_files) COMPLETE
73912026-05-28T05:06:26.100Z[ recovery-image] May 28 05:06:25.220 INFO O| May 28 05:06:25.220 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-05-28T05:06:26.105Z[ recovery-image] May 28 05:06:25.229 INFO O| May 28 05:06:25.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73932026-05-28T05:06:26.105Z[ recovery-image] May 28 05:06:25.229 INFO O| May 28 05:06:25.229 INFO STEP 832 (remove_files) COMPLETE
73942026-05-28T05:06:26.108Z[ recovery-image] May 28 05:06:25.229 INFO O| May 28 05:06:25.229 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-05-28T05:06:26.114Z[ recovery-image] May 28 05:06:25.237 INFO O| May 28 05:06:25.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73962026-05-28T05:06:26.114Z[ recovery-image] May 28 05:06:25.237 INFO O| May 28 05:06:25.237 INFO STEP 833 (remove_files) COMPLETE
73972026-05-28T05:06:26.117Z[ recovery-image] May 28 05:06:25.237 INFO O| May 28 05:06:25.237 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-05-28T05:06:26.122Z[ recovery-image] May 28 05:06:25.246 INFO O| May 28 05:06:25.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73992026-05-28T05:06:26.122Z[ recovery-image] May 28 05:06:25.246 INFO O| May 28 05:06:25.246 INFO STEP 834 (remove_files) COMPLETE
74002026-05-28T05:06:26.122Z[ recovery-image] May 28 05:06:25.246 INFO O| May 28 05:06:25.246 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-05-28T05:06:26.131Z[ recovery-image] May 28 05:06:25.254 INFO O| May 28 05:06:25.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74022026-05-28T05:06:26.131Z[ recovery-image] May 28 05:06:25.254 INFO O| May 28 05:06:25.254 INFO STEP 835 (remove_files) COMPLETE
74032026-05-28T05:06:26.131Z[ recovery-image] May 28 05:06:25.254 INFO O| May 28 05:06:25.254 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-05-28T05:06:26.139Z[ recovery-image] May 28 05:06:25.263 INFO O| May 28 05:06:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74052026-05-28T05:06:26.139Z[ recovery-image] May 28 05:06:25.263 INFO O| May 28 05:06:25.263 INFO STEP 836 (remove_files) COMPLETE
74062026-05-28T05:06:26.139Z[ recovery-image] May 28 05:06:25.263 INFO O| May 28 05:06:25.263 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-05-28T05:06:26.148Z[ recovery-image] May 28 05:06:25.271 INFO O| May 28 05:06:25.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74082026-05-28T05:06:26.148Z[ recovery-image] May 28 05:06:25.271 INFO O| May 28 05:06:25.271 INFO STEP 837 (remove_files) COMPLETE
74092026-05-28T05:06:26.151Z[ recovery-image] May 28 05:06:25.271 INFO O| May 28 05:06:25.271 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-05-28T05:06:26.155Z[ recovery-image] May 28 05:06:25.278 INFO O| May 28 05:06:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74112026-05-28T05:06:26.155Z[ recovery-image] May 28 05:06:25.278 INFO O| May 28 05:06:25.278 INFO STEP 838 (remove_files) COMPLETE
74122026-05-28T05:06:26.159Z[ recovery-image] May 28 05:06:25.278 INFO O| May 28 05:06:25.278 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-05-28T05:06:26.162Z[ recovery-image] May 28 05:06:25.285 INFO O| May 28 05:06:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74142026-05-28T05:06:26.162Z[ recovery-image] May 28 05:06:25.286 INFO O| May 28 05:06:25.286 INFO STEP 839 (remove_files) COMPLETE
74152026-05-28T05:06:26.162Z[ recovery-image] May 28 05:06:25.286 INFO O| May 28 05:06:25.286 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-05-28T05:06:26.170Z[ recovery-image] May 28 05:06:25.293 INFO O| May 28 05:06:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74172026-05-28T05:06:26.170Z[ recovery-image] May 28 05:06:25.293 INFO O| May 28 05:06:25.293 INFO STEP 840 (remove_files) COMPLETE
74182026-05-28T05:06:26.170Z[ recovery-image] May 28 05:06:25.293 INFO O| May 28 05:06:25.293 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-05-28T05:06:26.177Z[ recovery-image] May 28 05:06:25.301 INFO O| May 28 05:06:25.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74202026-05-28T05:06:26.178Z[ recovery-image] May 28 05:06:25.301 INFO O| May 28 05:06:25.301 INFO STEP 841 (remove_files) COMPLETE
74212026-05-28T05:06:26.178Z[ recovery-image] May 28 05:06:25.301 INFO O| May 28 05:06:25.301 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-05-28T05:06:26.185Z[ recovery-image] May 28 05:06:25.309 INFO O| May 28 05:06:25.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74232026-05-28T05:06:26.186Z[ recovery-image] May 28 05:06:25.309 INFO O| May 28 05:06:25.309 INFO STEP 842 (remove_files) COMPLETE
74242026-05-28T05:06:26.186Z[ recovery-image] May 28 05:06:25.309 INFO O| May 28 05:06:25.309 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-05-28T05:06:26.194Z[ recovery-image] May 28 05:06:25.317 INFO O| May 28 05:06:25.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74262026-05-28T05:06:26.194Z[ recovery-image] May 28 05:06:25.317 INFO O| May 28 05:06:25.317 INFO STEP 843 (remove_files) COMPLETE
74272026-05-28T05:06:26.194Z[ recovery-image] May 28 05:06:25.317 INFO O| May 28 05:06:25.317 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-05-28T05:06:26.202Z[ recovery-image] May 28 05:06:25.325 INFO O| May 28 05:06:25.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74292026-05-28T05:06:26.202Z[ recovery-image] May 28 05:06:25.325 INFO O| May 28 05:06:25.325 INFO STEP 844 (remove_files) COMPLETE
74302026-05-28T05:06:26.202Z[ recovery-image] May 28 05:06:25.325 INFO O| May 28 05:06:25.325 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-05-28T05:06:26.210Z[ recovery-image] May 28 05:06:25.334 INFO O| May 28 05:06:25.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74322026-05-28T05:06:26.210Z[ recovery-image] May 28 05:06:25.334 INFO O| May 28 05:06:25.334 INFO STEP 845 (remove_files) COMPLETE
74332026-05-28T05:06:26.213Z[ recovery-image] May 28 05:06:25.334 INFO O| May 28 05:06:25.334 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-05-28T05:06:26.218Z[ recovery-image] May 28 05:06:25.342 INFO O| May 28 05:06:25.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74352026-05-28T05:06:26.218Z[ recovery-image] May 28 05:06:25.342 INFO O| May 28 05:06:25.342 INFO STEP 846 (remove_files) COMPLETE
74362026-05-28T05:06:26.222Z[ recovery-image] May 28 05:06:25.342 INFO O| May 28 05:06:25.342 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-05-28T05:06:26.226Z[ recovery-image] May 28 05:06:25.350 INFO O| May 28 05:06:25.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74382026-05-28T05:06:26.226Z[ recovery-image] May 28 05:06:25.350 INFO O| May 28 05:06:25.350 INFO STEP 847 (remove_files) COMPLETE
74392026-05-28T05:06:26.226Z[ recovery-image] May 28 05:06:25.350 INFO O| May 28 05:06:25.350 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-05-28T05:06:26.236Z[ recovery-image] May 28 05:06:25.357 INFO O| May 28 05:06:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74412026-05-28T05:06:26.236Z[ recovery-image] May 28 05:06:25.357 INFO O| May 28 05:06:25.357 INFO STEP 848 (remove_files) COMPLETE
74422026-05-28T05:06:26.239Z[ recovery-image] May 28 05:06:25.357 INFO O| May 28 05:06:25.357 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-05-28T05:06:26.243Z[ recovery-image] May 28 05:06:25.365 INFO O| May 28 05:06:25.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74442026-05-28T05:06:26.243Z[ recovery-image] May 28 05:06:25.365 INFO O| May 28 05:06:25.365 INFO STEP 849 (remove_files) COMPLETE
74452026-05-28T05:06:26.243Z[ recovery-image] May 28 05:06:25.365 INFO O| May 28 05:06:25.365 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-05-28T05:06:26.249Z[ recovery-image] May 28 05:06:25.373 INFO O| May 28 05:06:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74472026-05-28T05:06:26.249Z[ recovery-image] May 28 05:06:25.373 INFO O| May 28 05:06:25.373 INFO STEP 850 (remove_files) COMPLETE
74482026-05-28T05:06:26.252Z[ recovery-image] May 28 05:06:25.373 INFO O| May 28 05:06:25.373 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-05-28T05:06:26.257Z[ recovery-image] May 28 05:06:25.381 INFO O| May 28 05:06:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74502026-05-28T05:06:26.257Z[ recovery-image] May 28 05:06:25.381 INFO O| May 28 05:06:25.381 INFO STEP 851 (remove_files) COMPLETE
74512026-05-28T05:06:26.257Z[ recovery-image] May 28 05:06:25.381 INFO O| May 28 05:06:25.381 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-05-28T05:06:26.265Z[ recovery-image] May 28 05:06:25.388 INFO O| May 28 05:06:25.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74532026-05-28T05:06:26.265Z[ recovery-image] May 28 05:06:25.388 INFO O| May 28 05:06:25.388 INFO STEP 852 (remove_files) COMPLETE
74542026-05-28T05:06:26.268Z[ recovery-image] May 28 05:06:25.388 INFO O| May 28 05:06:25.388 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-05-28T05:06:26.273Z[ recovery-image] May 28 05:06:25.396 INFO O| May 28 05:06:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74562026-05-28T05:06:26.273Z[ recovery-image] May 28 05:06:25.396 INFO O| May 28 05:06:25.396 INFO STEP 853 (remove_files) COMPLETE
74572026-05-28T05:06:26.273Z[ recovery-image] May 28 05:06:25.396 INFO O| May 28 05:06:25.396 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-05-28T05:06:26.281Z[ recovery-image] May 28 05:06:25.404 INFO O| May 28 05:06:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74592026-05-28T05:06:26.281Z[ recovery-image] May 28 05:06:25.404 INFO O| May 28 05:06:25.404 INFO STEP 854 (remove_files) COMPLETE
74602026-05-28T05:06:26.284Z[ recovery-image] May 28 05:06:25.404 INFO O| May 28 05:06:25.404 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-05-28T05:06:26.288Z[ recovery-image] May 28 05:06:25.412 INFO O| May 28 05:06:25.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74622026-05-28T05:06:26.289Z[ recovery-image] May 28 05:06:25.412 INFO O| May 28 05:06:25.412 INFO STEP 855 (remove_files) COMPLETE
74632026-05-28T05:06:26.289Z[ recovery-image] May 28 05:06:25.412 INFO O| May 28 05:06:25.412 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-05-28T05:06:26.296Z[ recovery-image] May 28 05:06:25.420 INFO O| May 28 05:06:25.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74652026-05-28T05:06:26.296Z[ recovery-image] May 28 05:06:25.420 INFO O| May 28 05:06:25.420 INFO STEP 856 (remove_files) COMPLETE
74662026-05-28T05:06:26.296Z[ recovery-image] May 28 05:06:25.420 INFO O| May 28 05:06:25.420 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-05-28T05:06:26.304Z[ recovery-image] May 28 05:06:25.427 INFO O| May 28 05:06:25.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74682026-05-28T05:06:26.304Z[ recovery-image] May 28 05:06:25.427 INFO O| May 28 05:06:25.427 INFO STEP 857 (remove_files) COMPLETE
74692026-05-28T05:06:26.304Z[ recovery-image] May 28 05:06:25.427 INFO O| May 28 05:06:25.427 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-05-28T05:06:26.311Z[ recovery-image] May 28 05:06:25.434 INFO O| May 28 05:06:25.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74712026-05-28T05:06:26.311Z[ recovery-image] May 28 05:06:25.434 INFO O| May 28 05:06:25.434 INFO STEP 858 (remove_files) COMPLETE
74722026-05-28T05:06:26.314Z[ recovery-image] May 28 05:06:25.434 INFO O| May 28 05:06:25.434 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-05-28T05:06:26.319Z[ recovery-image] May 28 05:06:25.442 INFO O| May 28 05:06:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74742026-05-28T05:06:26.319Z[ recovery-image] May 28 05:06:25.442 INFO O| May 28 05:06:25.442 INFO STEP 859 (remove_files) COMPLETE
74752026-05-28T05:06:26.319Z[ recovery-image] May 28 05:06:25.442 INFO O| May 28 05:06:25.442 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-05-28T05:06:26.327Z[ recovery-image] May 28 05:06:25.450 INFO O| May 28 05:06:25.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74772026-05-28T05:06:26.327Z[ recovery-image] May 28 05:06:25.450 INFO O| May 28 05:06:25.450 INFO STEP 860 (remove_files) COMPLETE
74782026-05-28T05:06:26.327Z[ recovery-image] May 28 05:06:25.450 INFO O| May 28 05:06:25.450 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-05-28T05:06:26.335Z[ recovery-image] May 28 05:06:25.458 INFO O| May 28 05:06:25.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74802026-05-28T05:06:26.335Z[ recovery-image] May 28 05:06:25.458 INFO O| May 28 05:06:25.458 INFO STEP 861 (remove_files) COMPLETE
74812026-05-28T05:06:26.335Z[ recovery-image] May 28 05:06:25.458 INFO O| May 28 05:06:25.458 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-05-28T05:06:26.343Z[ recovery-image] May 28 05:06:25.466 INFO O| May 28 05:06:25.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74832026-05-28T05:06:26.343Z[ recovery-image] May 28 05:06:25.466 INFO O| May 28 05:06:25.466 INFO STEP 862 (remove_files) COMPLETE
74842026-05-28T05:06:26.343Z[ recovery-image] May 28 05:06:25.466 INFO O| May 28 05:06:25.466 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-05-28T05:06:26.351Z[ recovery-image] May 28 05:06:25.474 INFO O| May 28 05:06:25.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74862026-05-28T05:06:26.351Z[ recovery-image] May 28 05:06:25.474 INFO O| May 28 05:06:25.474 INFO STEP 863 (remove_files) COMPLETE
74872026-05-28T05:06:26.351Z[ recovery-image] May 28 05:06:25.474 INFO O| May 28 05:06:25.474 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-05-28T05:06:26.357Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
74892026-05-28T05:06:26.360Z[ recovery-image] May 28 05:06:25.482 INFO O| May 28 05:06:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74902026-05-28T05:06:26.360Z[ recovery-image] May 28 05:06:25.482 INFO O| May 28 05:06:25.482 INFO STEP 864 (remove_files) COMPLETE
74912026-05-28T05:06:26.360Z[ recovery-image] May 28 05:06:25.482 INFO O| May 28 05:06:25.482 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-05-28T05:06:26.366Z[ recovery-image] May 28 05:06:25.490 INFO O| May 28 05:06:25.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74932026-05-28T05:06:26.366Z[ recovery-image] May 28 05:06:25.490 INFO O| May 28 05:06:25.490 INFO STEP 865 (remove_files) COMPLETE
74942026-05-28T05:06:26.366Z[ recovery-image] May 28 05:06:25.490 INFO O| May 28 05:06:25.490 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-05-28T05:06:26.374Z[ recovery-image] May 28 05:06:25.498 INFO O| May 28 05:06:25.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74962026-05-28T05:06:26.374Z[ recovery-image] May 28 05:06:25.498 INFO O| May 28 05:06:25.498 INFO STEP 866 (remove_files) COMPLETE
74972026-05-28T05:06:26.374Z[ recovery-image] May 28 05:06:25.498 INFO O| May 28 05:06:25.498 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-05-28T05:06:26.382Z[ recovery-image] May 28 05:06:25.506 INFO O| May 28 05:06:25.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74992026-05-28T05:06:26.382Z[ recovery-image] May 28 05:06:25.506 INFO O| May 28 05:06:25.506 INFO STEP 867 (remove_files) COMPLETE
75002026-05-28T05:06:26.382Z[ recovery-image] May 28 05:06:25.506 INFO O| May 28 05:06:25.506 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-05-28T05:06:26.391Z[ recovery-image] May 28 05:06:25.514 INFO O| May 28 05:06:25.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75022026-05-28T05:06:26.391Z[ recovery-image] May 28 05:06:25.514 INFO O| May 28 05:06:25.514 INFO STEP 868 (remove_files) COMPLETE
75032026-05-28T05:06:26.391Z[ recovery-image] May 28 05:06:25.514 INFO O| May 28 05:06:25.514 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-05-28T05:06:26.399Z[ recovery-image] May 28 05:06:25.522 INFO O| May 28 05:06:25.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75052026-05-28T05:06:26.399Z[ recovery-image] May 28 05:06:25.522 INFO O| May 28 05:06:25.522 INFO STEP 869 (remove_files) COMPLETE
75062026-05-28T05:06:26.399Z[ recovery-image] May 28 05:06:25.522 INFO O| May 28 05:06:25.522 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-05-28T05:06:26.406Z[ recovery-image] May 28 05:06:25.530 INFO O| May 28 05:06:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75082026-05-28T05:06:26.406Z[ recovery-image] May 28 05:06:25.530 INFO O| May 28 05:06:25.530 INFO STEP 870 (remove_files) COMPLETE
75092026-05-28T05:06:26.410Z[ recovery-image] May 28 05:06:25.530 INFO O| May 28 05:06:25.530 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-05-28T05:06:26.415Z[ recovery-image] May 28 05:06:25.538 INFO O| May 28 05:06:25.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75112026-05-28T05:06:26.415Z[ recovery-image] May 28 05:06:25.538 INFO O| May 28 05:06:25.538 INFO STEP 871 (remove_files) COMPLETE
75122026-05-28T05:06:26.415Z[ recovery-image] May 28 05:06:25.538 INFO O| May 28 05:06:25.538 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-05-28T05:06:26.423Z[ recovery-image] May 28 05:06:25.546 INFO O| May 28 05:06:25.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75142026-05-28T05:06:26.423Z[ recovery-image] May 28 05:06:25.546 INFO O| May 28 05:06:25.546 INFO STEP 872 (remove_files) COMPLETE
75152026-05-28T05:06:26.423Z[ recovery-image] May 28 05:06:25.546 INFO O| May 28 05:06:25.546 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-05-28T05:06:26.432Z[ recovery-image] May 28 05:06:25.555 INFO O| May 28 05:06:25.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75172026-05-28T05:06:26.432Z[ recovery-image] May 28 05:06:25.556 INFO O| May 28 05:06:25.556 INFO STEP 873 (remove_files) COMPLETE
75182026-05-28T05:06:26.432Z[ recovery-image] May 28 05:06:25.556 INFO O| May 28 05:06:25.556 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-05-28T05:06:26.441Z[ recovery-image] May 28 05:06:25.564 INFO O| May 28 05:06:25.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75202026-05-28T05:06:26.441Z[ recovery-image] May 28 05:06:25.564 INFO O| May 28 05:06:25.564 INFO STEP 874 (remove_files) COMPLETE
75212026-05-28T05:06:26.441Z[ recovery-image] May 28 05:06:25.564 INFO O| May 28 05:06:25.564 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-05-28T05:06:26.450Z[ recovery-image] May 28 05:06:25.574 INFO O| May 28 05:06:25.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75232026-05-28T05:06:26.450Z[ recovery-image] May 28 05:06:25.574 INFO O| May 28 05:06:25.574 INFO STEP 875 (remove_files) COMPLETE
75242026-05-28T05:06:26.450Z[ recovery-image] May 28 05:06:25.574 INFO O| May 28 05:06:25.574 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-05-28T05:06:26.459Z[ recovery-image] May 28 05:06:25.583 INFO O| May 28 05:06:25.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75262026-05-28T05:06:26.459Z[ recovery-image] May 28 05:06:25.583 INFO O| May 28 05:06:25.583 INFO STEP 876 (remove_files) COMPLETE
75272026-05-28T05:06:26.459Z[ recovery-image] May 28 05:06:25.583 INFO O| May 28 05:06:25.583 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-05-28T05:06:26.468Z[ recovery-image] May 28 05:06:25.592 INFO O| May 28 05:06:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75292026-05-28T05:06:26.468Z[ recovery-image] May 28 05:06:25.592 INFO O| May 28 05:06:25.592 INFO STEP 877 (remove_files) COMPLETE
75302026-05-28T05:06:26.468Z[ recovery-image] May 28 05:06:25.592 INFO O| May 28 05:06:25.592 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-05-28T05:06:26.477Z[ recovery-image] May 28 05:06:25.601 INFO O| May 28 05:06:25.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75322026-05-28T05:06:26.477Z[ recovery-image] May 28 05:06:25.601 INFO O| May 28 05:06:25.601 INFO STEP 878 (remove_files) COMPLETE
75332026-05-28T05:06:26.480Z[ recovery-image] May 28 05:06:25.601 INFO O| May 28 05:06:25.601 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-05-28T05:06:26.486Z[ recovery-image] May 28 05:06:25.610 INFO O| May 28 05:06:25.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75352026-05-28T05:06:26.487Z[ recovery-image] May 28 05:06:25.610 INFO O| May 28 05:06:25.610 INFO STEP 879 (remove_files) COMPLETE
75362026-05-28T05:06:26.487Z[ recovery-image] May 28 05:06:25.610 INFO O| May 28 05:06:25.610 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-05-28T05:06:26.496Z[ recovery-image] May 28 05:06:25.619 INFO O| May 28 05:06:25.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75382026-05-28T05:06:26.496Z[ recovery-image] May 28 05:06:25.619 INFO O| May 28 05:06:25.619 INFO STEP 880 (remove_files) COMPLETE
75392026-05-28T05:06:26.496Z[ recovery-image] May 28 05:06:25.619 INFO O| May 28 05:06:25.619 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-05-28T05:06:26.505Z[ recovery-image] May 28 05:06:25.628 INFO O| May 28 05:06:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75412026-05-28T05:06:26.505Z[ recovery-image] May 28 05:06:25.628 INFO O| May 28 05:06:25.628 INFO STEP 881 (remove_files) COMPLETE
75422026-05-28T05:06:26.505Z[ recovery-image] May 28 05:06:25.628 INFO O| May 28 05:06:25.628 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-05-28T05:06:26.513Z[ recovery-image] May 28 05:06:25.637 INFO O| May 28 05:06:25.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75442026-05-28T05:06:26.513Z[ recovery-image] May 28 05:06:25.637 INFO O| May 28 05:06:25.637 INFO STEP 882 (remove_files) COMPLETE
75452026-05-28T05:06:26.513Z[ recovery-image] May 28 05:06:25.637 INFO O| May 28 05:06:25.637 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-05-28T05:06:26.522Z[ recovery-image] May 28 05:06:25.645 INFO O| May 28 05:06:25.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75472026-05-28T05:06:26.522Z[ recovery-image] May 28 05:06:25.645 INFO O| May 28 05:06:25.645 INFO STEP 883 (remove_files) COMPLETE
75482026-05-28T05:06:26.522Z[ recovery-image] May 28 05:06:25.645 INFO O| May 28 05:06:25.645 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-05-28T05:06:26.531Z[ recovery-image] May 28 05:06:25.654 INFO O| May 28 05:06:25.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75502026-05-28T05:06:26.531Z[ recovery-image] May 28 05:06:25.654 INFO O| May 28 05:06:25.654 INFO STEP 884 (remove_files) COMPLETE
75512026-05-28T05:06:26.531Z[ recovery-image] May 28 05:06:25.654 INFO O| May 28 05:06:25.654 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-05-28T05:06:26.540Z[ recovery-image] May 28 05:06:25.663 INFO O| May 28 05:06:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75532026-05-28T05:06:26.540Z[ recovery-image] May 28 05:06:25.663 INFO O| May 28 05:06:25.663 INFO STEP 885 (remove_files) COMPLETE
75542026-05-28T05:06:26.540Z[ recovery-image] May 28 05:06:25.663 INFO O| May 28 05:06:25.663 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-05-28T05:06:26.549Z[ recovery-image] May 28 05:06:25.672 INFO O| May 28 05:06:25.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75562026-05-28T05:06:26.549Z[ recovery-image] May 28 05:06:25.672 INFO O| May 28 05:06:25.672 INFO STEP 886 (remove_files) COMPLETE
75572026-05-28T05:06:26.549Z[ recovery-image] May 28 05:06:25.672 INFO O| May 28 05:06:25.672 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-05-28T05:06:26.558Z[ recovery-image] May 28 05:06:25.682 INFO O| May 28 05:06:25.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75592026-05-28T05:06:26.558Z[ recovery-image] May 28 05:06:25.682 INFO O| May 28 05:06:25.682 INFO STEP 887 (remove_files) COMPLETE
75602026-05-28T05:06:26.559Z[ recovery-image] May 28 05:06:25.682 INFO O| May 28 05:06:25.682 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-05-28T05:06:26.567Z[ recovery-image] May 28 05:06:25.690 INFO O| May 28 05:06:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75622026-05-28T05:06:26.567Z[ recovery-image] May 28 05:06:25.690 INFO O| May 28 05:06:25.690 INFO STEP 888 (remove_files) COMPLETE
75632026-05-28T05:06:26.570Z[ recovery-image] May 28 05:06:25.690 INFO O| May 28 05:06:25.690 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-05-28T05:06:26.576Z[ recovery-image] May 28 05:06:25.699 INFO O| May 28 05:06:25.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75652026-05-28T05:06:26.576Z[ recovery-image] May 28 05:06:25.699 INFO O| May 28 05:06:25.699 INFO STEP 889 (remove_files) COMPLETE
75662026-05-28T05:06:26.576Z[ recovery-image] May 28 05:06:25.699 INFO O| May 28 05:06:25.699 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-05-28T05:06:26.585Z[ recovery-image] May 28 05:06:25.708 INFO O| May 28 05:06:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75682026-05-28T05:06:26.585Z[ recovery-image] May 28 05:06:25.708 INFO O| May 28 05:06:25.708 INFO STEP 890 (remove_files) COMPLETE
75692026-05-28T05:06:26.585Z[ recovery-image] May 28 05:06:25.708 INFO O| May 28 05:06:25.708 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-05-28T05:06:26.594Z[ recovery-image] May 28 05:06:25.717 INFO O| May 28 05:06:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75712026-05-28T05:06:26.598Z[ recovery-image] May 28 05:06:25.718 INFO O| May 28 05:06:25.718 INFO STEP 891 (remove_files) COMPLETE
75722026-05-28T05:06:26.598Z[ recovery-image] May 28 05:06:25.718 INFO O| May 28 05:06:25.718 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-05-28T05:06:26.604Z[ recovery-image] May 28 05:06:25.727 INFO O| May 28 05:06:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75742026-05-28T05:06:26.604Z[ recovery-image] May 28 05:06:25.727 INFO O| May 28 05:06:25.727 INFO STEP 892 (remove_files) COMPLETE
75752026-05-28T05:06:26.607Z[ recovery-image] May 28 05:06:25.727 INFO O| May 28 05:06:25.727 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-05-28T05:06:26.613Z[ recovery-image] May 28 05:06:25.736 INFO O| May 28 05:06:25.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75772026-05-28T05:06:26.613Z[ recovery-image] May 28 05:06:25.736 INFO O| May 28 05:06:25.736 INFO STEP 893 (remove_files) COMPLETE
75782026-05-28T05:06:26.613Z[ recovery-image] May 28 05:06:25.736 INFO O| May 28 05:06:25.736 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-05-28T05:06:26.622Z[ recovery-image] May 28 05:06:25.745 INFO O| May 28 05:06:25.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75802026-05-28T05:06:26.622Z[ recovery-image] May 28 05:06:25.745 INFO O| May 28 05:06:25.745 INFO STEP 894 (remove_files) COMPLETE
75812026-05-28T05:06:26.622Z[ recovery-image] May 28 05:06:25.745 INFO O| May 28 05:06:25.745 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-05-28T05:06:26.632Z[ recovery-image] May 28 05:06:25.755 INFO O| May 28 05:06:25.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75832026-05-28T05:06:26.632Z[ recovery-image] May 28 05:06:25.755 INFO O| May 28 05:06:25.755 INFO STEP 895 (remove_files) COMPLETE
75842026-05-28T05:06:26.632Z[ recovery-image] May 28 05:06:25.755 INFO O| May 28 05:06:25.755 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-05-28T05:06:26.641Z[ recovery-image] May 28 05:06:25.764 INFO O| May 28 05:06:25.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75862026-05-28T05:06:26.641Z[ recovery-image] May 28 05:06:25.764 INFO O| May 28 05:06:25.764 INFO STEP 896 (remove_files) COMPLETE
75872026-05-28T05:06:26.641Z[ recovery-image] May 28 05:06:25.764 INFO O| May 28 05:06:25.764 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-05-28T05:06:26.650Z[ recovery-image] May 28 05:06:25.773 INFO O| May 28 05:06:25.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75892026-05-28T05:06:26.650Z[ recovery-image] May 28 05:06:25.773 INFO O| May 28 05:06:25.773 INFO STEP 897 (remove_files) COMPLETE
75902026-05-28T05:06:26.650Z[ recovery-image] May 28 05:06:25.773 INFO O| May 28 05:06:25.773 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-05-28T05:06:26.659Z[ recovery-image] May 28 05:06:25.782 INFO O| May 28 05:06:25.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75922026-05-28T05:06:26.659Z[ recovery-image] May 28 05:06:25.782 INFO O| May 28 05:06:25.782 INFO STEP 898 (remove_files) COMPLETE
75932026-05-28T05:06:26.659Z[ recovery-image] May 28 05:06:25.782 INFO O| May 28 05:06:25.782 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-05-28T05:06:26.668Z[ recovery-image] May 28 05:06:25.791 INFO O| May 28 05:06:25.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75952026-05-28T05:06:26.668Z[ recovery-image] May 28 05:06:25.791 INFO O| May 28 05:06:25.791 INFO STEP 899 (remove_files) COMPLETE
75962026-05-28T05:06:26.668Z[ recovery-image] May 28 05:06:25.791 INFO O| May 28 05:06:25.791 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-05-28T05:06:26.676Z[ recovery-image] May 28 05:06:25.800 INFO O| May 28 05:06:25.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75982026-05-28T05:06:26.676Z[ recovery-image] May 28 05:06:25.800 INFO O| May 28 05:06:25.800 INFO STEP 900 (remove_files) COMPLETE
75992026-05-28T05:06:26.679Z[ recovery-image] May 28 05:06:25.800 INFO O| May 28 05:06:25.800 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-05-28T05:06:26.687Z[ recovery-image] May 28 05:06:25.810 INFO O| May 28 05:06:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76012026-05-28T05:06:26.687Z[ recovery-image] May 28 05:06:25.810 INFO O| May 28 05:06:25.810 INFO STEP 901 (remove_files) COMPLETE
76022026-05-28T05:06:26.687Z[ recovery-image] May 28 05:06:25.810 INFO O| May 28 05:06:25.810 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-05-28T05:06:26.696Z[ recovery-image] May 28 05:06:25.819 INFO O| May 28 05:06:25.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76042026-05-28T05:06:26.696Z[ recovery-image] May 28 05:06:25.820 INFO O| May 28 05:06:25.820 INFO STEP 902 (remove_files) COMPLETE
76052026-05-28T05:06:26.696Z[ recovery-image] May 28 05:06:25.820 INFO O| May 28 05:06:25.820 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-05-28T05:06:26.706Z[ recovery-image] May 28 05:06:25.830 INFO O| May 28 05:06:25.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76072026-05-28T05:06:26.706Z[ recovery-image] May 28 05:06:25.830 INFO O| May 28 05:06:25.830 INFO STEP 903 (remove_files) COMPLETE
76082026-05-28T05:06:26.707Z[ recovery-image] May 28 05:06:25.830 INFO O| May 28 05:06:25.830 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-05-28T05:06:26.715Z[ recovery-image] May 28 05:06:25.839 INFO O| May 28 05:06:25.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76102026-05-28T05:06:26.715Z[ recovery-image] May 28 05:06:25.839 INFO O| May 28 05:06:25.839 INFO STEP 904 (remove_files) COMPLETE
76112026-05-28T05:06:26.715Z[ recovery-image] May 28 05:06:25.839 INFO O| May 28 05:06:25.839 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-05-28T05:06:26.723Z[ recovery-image] May 28 05:06:25.847 INFO O| May 28 05:06:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76132026-05-28T05:06:26.723Z[ recovery-image] May 28 05:06:25.847 INFO O| May 28 05:06:25.847 INFO STEP 905 (remove_files) COMPLETE
76142026-05-28T05:06:26.726Z[ recovery-image] May 28 05:06:25.847 INFO O| May 28 05:06:25.847 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-05-28T05:06:26.733Z[ recovery-image] May 28 05:06:25.857 INFO O| May 28 05:06:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76162026-05-28T05:06:26.755Z[ recovery-image] May 28 05:06:25.878 INFO O| May 28 05:06:25.878 INFO STEP 906 (remove_files) COMPLETE
76172026-05-28T05:06:26.755Z[ recovery-image] May 28 05:06:25.878 INFO O| May 28 05:06:25.878 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-05-28T05:06:26.765Z[ recovery-image] May 28 05:06:25.888 INFO O| May 28 05:06:25.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76192026-05-28T05:06:26.765Z[ recovery-image] May 28 05:06:25.888 INFO O| May 28 05:06:25.888 INFO STEP 907 (remove_files) COMPLETE
76202026-05-28T05:06:26.765Z[ recovery-image] May 28 05:06:25.888 INFO O| May 28 05:06:25.888 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-05-28T05:06:26.773Z[ recovery-image] May 28 05:06:25.896 INFO O| May 28 05:06:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76222026-05-28T05:06:26.773Z[ recovery-image] May 28 05:06:25.896 INFO O| May 28 05:06:25.896 INFO STEP 908 (remove_files) COMPLETE
76232026-05-28T05:06:26.776Z[ recovery-image] May 28 05:06:25.896 INFO O| May 28 05:06:25.896 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-05-28T05:06:26.782Z[ recovery-image] May 28 05:06:25.905 INFO O| May 28 05:06:25.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76252026-05-28T05:06:26.782Z[ recovery-image] May 28 05:06:25.905 INFO O| May 28 05:06:25.905 INFO STEP 909 (remove_files) COMPLETE
76262026-05-28T05:06:26.785Z[ recovery-image] May 28 05:06:25.905 INFO O| May 28 05:06:25.905 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-05-28T05:06:26.790Z[ recovery-image] May 28 05:06:25.914 INFO O| May 28 05:06:25.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76282026-05-28T05:06:26.790Z[ recovery-image] May 28 05:06:25.914 INFO O| May 28 05:06:25.914 INFO STEP 910 (remove_files) COMPLETE
76292026-05-28T05:06:26.790Z[ recovery-image] May 28 05:06:25.914 INFO O| May 28 05:06:25.914 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-05-28T05:06:26.800Z[ recovery-image] May 28 05:06:25.924 INFO O| May 28 05:06:25.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76312026-05-28T05:06:26.800Z[ recovery-image] May 28 05:06:25.924 INFO O| May 28 05:06:25.924 INFO STEP 911 (remove_files) COMPLETE
76322026-05-28T05:06:26.800Z[ recovery-image] May 28 05:06:25.924 INFO O| May 28 05:06:25.924 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-05-28T05:06:26.810Z[ recovery-image] May 28 05:06:25.933 INFO O| May 28 05:06:25.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76342026-05-28T05:06:26.810Z[ recovery-image] May 28 05:06:25.933 INFO O| May 28 05:06:25.933 INFO STEP 912 (remove_files) COMPLETE
76352026-05-28T05:06:26.810Z[ recovery-image] May 28 05:06:25.933 INFO O| May 28 05:06:25.933 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-05-28T05:06:26.817Z[ recovery-image] May 28 05:06:25.941 INFO O| May 28 05:06:25.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76372026-05-28T05:06:26.817Z[ recovery-image] May 28 05:06:25.941 INFO O| May 28 05:06:25.941 INFO STEP 913 (remove_files) COMPLETE
76382026-05-28T05:06:26.817Z[ recovery-image] May 28 05:06:25.941 INFO O| May 28 05:06:25.941 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-05-28T05:06:26.825Z[ recovery-image] May 28 05:06:25.948 INFO O| May 28 05:06:25.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76402026-05-28T05:06:26.825Z[ recovery-image] May 28 05:06:25.948 INFO O| May 28 05:06:25.948 INFO STEP 914 (remove_files) COMPLETE
76412026-05-28T05:06:26.825Z[ recovery-image] May 28 05:06:25.948 INFO O| May 28 05:06:25.948 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-05-28T05:06:26.832Z[ recovery-image] May 28 05:06:25.956 INFO O| May 28 05:06:25.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76432026-05-28T05:06:26.832Z[ recovery-image] May 28 05:06:25.956 INFO O| May 28 05:06:25.956 INFO STEP 915 (remove_files) COMPLETE
76442026-05-28T05:06:26.835Z[ recovery-image] May 28 05:06:25.956 INFO O| May 28 05:06:25.956 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-05-28T05:06:26.840Z[ recovery-image] May 28 05:06:25.963 INFO O| May 28 05:06:25.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76462026-05-28T05:06:26.840Z[ recovery-image] May 28 05:06:25.963 INFO O| May 28 05:06:25.963 INFO STEP 916 (remove_files) COMPLETE
76472026-05-28T05:06:26.843Z[ recovery-image] May 28 05:06:25.963 INFO O| May 28 05:06:25.963 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-05-28T05:06:26.847Z[ recovery-image] May 28 05:06:25.971 INFO O| May 28 05:06:25.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76492026-05-28T05:06:26.847Z[ recovery-image] May 28 05:06:25.971 INFO O| May 28 05:06:25.971 INFO STEP 917 (remove_files) COMPLETE
76502026-05-28T05:06:26.851Z[ recovery-image] May 28 05:06:25.971 INFO O| May 28 05:06:25.971 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-05-28T05:06:26.855Z[ recovery-image] May 28 05:06:25.978 INFO O| May 28 05:06:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76522026-05-28T05:06:26.855Z[ recovery-image] May 28 05:06:25.978 INFO O| May 28 05:06:25.978 INFO STEP 918 (remove_files) COMPLETE
76532026-05-28T05:06:26.858Z[ recovery-image] May 28 05:06:25.978 INFO O| May 28 05:06:25.978 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-05-28T05:06:26.864Z[ recovery-image] May 28 05:06:25.987 INFO O| May 28 05:06:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76552026-05-28T05:06:26.869Z[ recovery-image] May 28 05:06:25.988 INFO O| May 28 05:06:25.988 INFO STEP 919 (remove_files) COMPLETE
76562026-05-28T05:06:26.869Z[ recovery-image] May 28 05:06:25.988 INFO O| May 28 05:06:25.988 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-05-28T05:06:26.894Z[ recovery-image] May 28 05:06:26.017 INFO O| May 28 05:06:26.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76582026-05-28T05:06:26.894Z[ recovery-image] May 28 05:06:26.017 INFO O| May 28 05:06:26.017 INFO STEP 920 (remove_files) COMPLETE
76592026-05-28T05:06:26.894Z[ recovery-image] May 28 05:06:26.017 INFO O| May 28 05:06:26.017 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-05-28T05:06:26.903Z[ recovery-image] May 28 05:06:26.026 INFO O| May 28 05:06:26.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76612026-05-28T05:06:26.903Z[ recovery-image] May 28 05:06:26.026 INFO O| May 28 05:06:26.026 INFO STEP 921 (remove_files) COMPLETE
76622026-05-28T05:06:26.903Z[ recovery-image] May 28 05:06:26.026 INFO O| May 28 05:06:26.026 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-05-28T05:06:26.912Z[ recovery-image] May 28 05:06:26.034 INFO O| May 28 05:06:26.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76642026-05-28T05:06:26.912Z[ recovery-image] May 28 05:06:26.034 INFO O| May 28 05:06:26.034 INFO STEP 922 (remove_files) COMPLETE
76652026-05-28T05:06:26.912Z[ recovery-image] May 28 05:06:26.034 INFO O| May 28 05:06:26.034 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-05-28T05:06:26.919Z[ recovery-image] May 28 05:06:26.043 INFO O| May 28 05:06:26.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76672026-05-28T05:06:26.919Z[ recovery-image] May 28 05:06:26.043 INFO O| May 28 05:06:26.043 INFO STEP 923 (remove_files) COMPLETE
76682026-05-28T05:06:26.919Z[ recovery-image] May 28 05:06:26.043 INFO O| May 28 05:06:26.043 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-05-28T05:06:26.928Z[ recovery-image] May 28 05:06:26.051 INFO O| May 28 05:06:26.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76702026-05-28T05:06:26.928Z[ recovery-image] May 28 05:06:26.051 INFO O| May 28 05:06:26.051 INFO STEP 924 (remove_files) COMPLETE
76712026-05-28T05:06:26.931Z[ recovery-image] May 28 05:06:26.051 INFO O| May 28 05:06:26.051 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-05-28T05:06:26.944Z[ recovery-image] May 28 05:06:26.067 INFO O| May 28 05:06:26.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76732026-05-28T05:06:26.944Z[ recovery-image] May 28 05:06:26.067 INFO O| May 28 05:06:26.067 INFO STEP 925 (remove_files) COMPLETE
76742026-05-28T05:06:26.944Z[ recovery-image] May 28 05:06:26.067 INFO O| May 28 05:06:26.067 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-05-28T05:06:26.980Z[ recovery-image] May 28 05:06:26.103 INFO O| May 28 05:06:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76762026-05-28T05:06:26.980Z[ recovery-image] May 28 05:06:26.103 INFO O| May 28 05:06:26.103 INFO STEP 926 (remove_files) COMPLETE
76772026-05-28T05:06:26.980Z[ recovery-image] May 28 05:06:26.103 INFO O| May 28 05:06:26.103 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-05-28T05:06:26.991Z[ recovery-image] May 28 05:06:26.114 INFO O| May 28 05:06:26.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76792026-05-28T05:06:26.991Z[ recovery-image] May 28 05:06:26.114 INFO O| May 28 05:06:26.114 INFO STEP 927 (remove_files) COMPLETE
76802026-05-28T05:06:26.991Z[ recovery-image] May 28 05:06:26.114 INFO O| May 28 05:06:26.114 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-05-28T05:06:27.005Z[ recovery-image] May 28 05:06:26.128 INFO O| May 28 05:06:26.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76822026-05-28T05:06:27.005Z[ recovery-image] May 28 05:06:26.128 INFO O| May 28 05:06:26.128 INFO STEP 928 (remove_files) COMPLETE
76832026-05-28T05:06:27.005Z[ recovery-image] May 28 05:06:26.128 INFO O| May 28 05:06:26.128 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-05-28T05:06:27.013Z[ recovery-image] May 28 05:06:26.137 INFO O| May 28 05:06:26.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76852026-05-28T05:06:27.013Z[ recovery-image] May 28 05:06:26.137 INFO O| May 28 05:06:26.137 INFO STEP 929 (remove_files) COMPLETE
76862026-05-28T05:06:27.013Z[ recovery-image] May 28 05:06:26.137 INFO O| May 28 05:06:26.137 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-05-28T05:06:27.022Z[ recovery-image] May 28 05:06:26.145 INFO O| May 28 05:06:26.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76882026-05-28T05:06:27.022Z[ recovery-image] May 28 05:06:26.146 INFO O| May 28 05:06:26.146 INFO STEP 930 (remove_files) COMPLETE
76892026-05-28T05:06:27.022Z[ recovery-image] May 28 05:06:26.146 INFO O| May 28 05:06:26.146 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-05-28T05:06:27.031Z[ recovery-image] May 28 05:06:26.154 INFO O| May 28 05:06:26.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76912026-05-28T05:06:27.031Z[ recovery-image] May 28 05:06:26.155 INFO O| May 28 05:06:26.155 INFO STEP 931 (remove_files) COMPLETE
76922026-05-28T05:06:27.031Z[ recovery-image] May 28 05:06:26.155 INFO O| May 28 05:06:26.155 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-05-28T05:06:27.042Z[ recovery-image] May 28 05:06:26.165 INFO O| May 28 05:06:26.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76942026-05-28T05:06:27.042Z[ recovery-image] May 28 05:06:26.165 INFO O| May 28 05:06:26.165 INFO STEP 932 (remove_files) COMPLETE
76952026-05-28T05:06:27.042Z[ recovery-image] May 28 05:06:26.165 INFO O| May 28 05:06:26.165 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-05-28T05:06:27.051Z[ recovery-image] May 28 05:06:26.175 INFO O| May 28 05:06:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76972026-05-28T05:06:27.051Z[ recovery-image] May 28 05:06:26.175 INFO O| May 28 05:06:26.175 INFO STEP 933 (remove_files) COMPLETE
76982026-05-28T05:06:27.054Z[ recovery-image] May 28 05:06:26.175 INFO O| May 28 05:06:26.175 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-05-28T05:06:27.142Z[ recovery-image] May 28 05:06:26.264 INFO O| May 28 05:06:26.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77002026-05-28T05:06:27.176Z[ recovery-image] May 28 05:06:26.264 INFO O| May 28 05:06:26.264 INFO STEP 934 (remove_files) COMPLETE
77012026-05-28T05:06:27.176Z[ recovery-image] May 28 05:06:26.264 INFO O| May 28 05:06:26.264 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-05-28T05:06:27.185Z[ recovery-image] May 28 05:06:26.308 INFO O| May 28 05:06:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77032026-05-28T05:06:27.186Z[ recovery-image] May 28 05:06:26.308 INFO O| May 28 05:06:26.308 INFO STEP 935 (remove_files) COMPLETE
77042026-05-28T05:06:27.186Z[ recovery-image] May 28 05:06:26.308 INFO O| May 28 05:06:26.308 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-05-28T05:06:27.194Z[ recovery-image] May 28 05:06:26.317 INFO O| May 28 05:06:26.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77062026-05-28T05:06:27.197Z[ recovery-image] May 28 05:06:26.317 INFO O| May 28 05:06:26.317 INFO STEP 936 (remove_files) COMPLETE
77072026-05-28T05:06:27.198Z[ recovery-image] May 28 05:06:26.317 INFO O| May 28 05:06:26.317 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-05-28T05:06:27.202Z[ recovery-image] May 28 05:06:26.325 INFO O| May 28 05:06:26.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77092026-05-28T05:06:27.202Z[ recovery-image] May 28 05:06:26.326 INFO O| May 28 05:06:26.325 INFO STEP 937 (remove_files) COMPLETE
77102026-05-28T05:06:27.206Z[ recovery-image] May 28 05:06:26.326 INFO O| May 28 05:06:26.325 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-05-28T05:06:27.210Z[ recovery-image] May 28 05:06:26.333 INFO O| May 28 05:06:26.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77122026-05-28T05:06:27.210Z[ recovery-image] May 28 05:06:26.333 INFO O| May 28 05:06:26.333 INFO STEP 938 (remove_files) COMPLETE
77132026-05-28T05:06:27.214Z[ recovery-image] May 28 05:06:26.333 INFO O| May 28 05:06:26.333 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-05-28T05:06:27.218Z[ recovery-image] May 28 05:06:26.341 INFO O| May 28 05:06:26.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77152026-05-28T05:06:27.218Z[ recovery-image] May 28 05:06:26.341 INFO O| May 28 05:06:26.341 INFO STEP 939 (remove_files) COMPLETE
77162026-05-28T05:06:27.222Z[ recovery-image] May 28 05:06:26.341 INFO O| May 28 05:06:26.341 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-05-28T05:06:27.226Z[ recovery-image] May 28 05:06:26.349 INFO O| May 28 05:06:26.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77182026-05-28T05:06:27.226Z[ recovery-image] May 28 05:06:26.349 INFO O| May 28 05:06:26.349 INFO STEP 940 (remove_files) COMPLETE
77192026-05-28T05:06:27.229Z[ recovery-image] May 28 05:06:26.349 INFO O| May 28 05:06:26.349 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-05-28T05:06:27.233Z[ recovery-image] May 28 05:06:26.357 INFO O| May 28 05:06:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77212026-05-28T05:06:27.234Z[ recovery-image] May 28 05:06:26.357 INFO O| May 28 05:06:26.357 INFO STEP 941 (remove_files) COMPLETE
77222026-05-28T05:06:27.237Z[ recovery-image] May 28 05:06:26.357 INFO O| May 28 05:06:26.357 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-05-28T05:06:27.241Z[ recovery-image] May 28 05:06:26.365 INFO O| May 28 05:06:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77242026-05-28T05:06:27.241Z[ recovery-image] May 28 05:06:26.365 INFO O| May 28 05:06:26.365 INFO STEP 942 (remove_files) COMPLETE
77252026-05-28T05:06:27.245Z[ recovery-image] May 28 05:06:26.365 INFO O| May 28 05:06:26.365 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-05-28T05:06:27.249Z[ recovery-image] May 28 05:06:26.373 INFO O| May 28 05:06:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77272026-05-28T05:06:27.253Z[ recovery-image] May 28 05:06:26.373 INFO O| May 28 05:06:26.373 INFO STEP 943 (remove_files) COMPLETE
77282026-05-28T05:06:27.253Z[ recovery-image] May 28 05:06:26.373 INFO O| May 28 05:06:26.373 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-05-28T05:06:27.262Z[ recovery-image] May 28 05:06:26.385 INFO O| May 28 05:06:26.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77302026-05-28T05:06:27.263Z[ recovery-image] May 28 05:06:26.385 INFO O| May 28 05:06:26.385 INFO STEP 944 (remove_files) COMPLETE
77312026-05-28T05:06:27.263Z[ recovery-image] May 28 05:06:26.385 INFO O| May 28 05:06:26.385 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-05-28T05:06:27.273Z[ recovery-image] May 28 05:06:26.396 INFO O| May 28 05:06:26.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77332026-05-28T05:06:27.273Z[ recovery-image] May 28 05:06:26.396 INFO O| May 28 05:06:26.396 INFO STEP 945 (remove_files) COMPLETE
77342026-05-28T05:06:27.277Z[ recovery-image] May 28 05:06:26.396 INFO O| May 28 05:06:26.396 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-05-28T05:06:27.283Z[ recovery-image] May 28 05:06:26.405 INFO O| May 28 05:06:26.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77362026-05-28T05:06:27.283Z[ recovery-image] May 28 05:06:26.406 INFO O| May 28 05:06:26.405 INFO STEP 946 (remove_files) COMPLETE
77372026-05-28T05:06:27.283Z[ recovery-image] May 28 05:06:26.406 INFO O| May 28 05:06:26.406 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-05-28T05:06:27.292Z[ recovery-image] May 28 05:06:26.415 INFO O| May 28 05:06:26.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77392026-05-28T05:06:27.292Z[ recovery-image] May 28 05:06:26.415 INFO O| May 28 05:06:26.415 INFO STEP 947 (remove_files) COMPLETE
77402026-05-28T05:06:27.292Z[ recovery-image] May 28 05:06:26.415 INFO O| May 28 05:06:26.415 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-05-28T05:06:27.301Z[ recovery-image] May 28 05:06:26.424 INFO O| May 28 05:06:26.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77422026-05-28T05:06:27.301Z[ recovery-image] May 28 05:06:26.424 INFO O| May 28 05:06:26.424 INFO STEP 948 (remove_files) COMPLETE
77432026-05-28T05:06:27.301Z[ recovery-image] May 28 05:06:26.424 INFO O| May 28 05:06:26.424 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-05-28T05:06:27.312Z[ recovery-image] May 28 05:06:26.435 INFO O| May 28 05:06:26.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77452026-05-28T05:06:27.312Z[ recovery-image] May 28 05:06:26.435 INFO O| May 28 05:06:26.435 INFO STEP 949 (remove_files) COMPLETE
77462026-05-28T05:06:27.315Z[ recovery-image] May 28 05:06:26.435 INFO O| May 28 05:06:26.435 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-05-28T05:06:27.322Z[ recovery-image] May 28 05:06:26.445 INFO O| May 28 05:06:26.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77482026-05-28T05:06:27.322Z[ recovery-image] May 28 05:06:26.445 INFO O| May 28 05:06:26.445 INFO STEP 950 (remove_files) COMPLETE
77492026-05-28T05:06:27.325Z[ recovery-image] May 28 05:06:26.445 INFO O| May 28 05:06:26.445 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-05-28T05:06:27.331Z[ recovery-image] May 28 05:06:26.455 INFO O| May 28 05:06:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77512026-05-28T05:06:27.331Z[ recovery-image] May 28 05:06:26.455 INFO O| May 28 05:06:26.455 INFO STEP 951 (remove_files) COMPLETE
77522026-05-28T05:06:27.335Z[ recovery-image] May 28 05:06:26.455 INFO O| May 28 05:06:26.455 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-05-28T05:06:27.341Z[ recovery-image] May 28 05:06:26.464 INFO O| May 28 05:06:26.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77542026-05-28T05:06:27.341Z[ recovery-image] May 28 05:06:26.464 INFO O| May 28 05:06:26.464 INFO STEP 952 (remove_files) COMPLETE
77552026-05-28T05:06:27.344Z[ recovery-image] May 28 05:06:26.464 INFO O| May 28 05:06:26.464 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-05-28T05:06:27.351Z[ recovery-image] May 28 05:06:26.474 INFO O| May 28 05:06:26.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77572026-05-28T05:06:27.351Z[ recovery-image] May 28 05:06:26.474 INFO O| May 28 05:06:26.474 INFO STEP 953 (remove_files) COMPLETE
77582026-05-28T05:06:27.354Z[ recovery-image] May 28 05:06:26.474 INFO O| May 28 05:06:26.474 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-05-28T05:06:27.361Z[ recovery-image] May 28 05:06:26.484 INFO O| May 28 05:06:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77602026-05-28T05:06:27.361Z[ recovery-image] May 28 05:06:26.484 INFO O| May 28 05:06:26.484 INFO STEP 954 (remove_files) COMPLETE
77612026-05-28T05:06:27.365Z[ recovery-image] May 28 05:06:26.484 INFO O| May 28 05:06:26.484 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-05-28T05:06:27.371Z[ recovery-image] May 28 05:06:26.494 INFO O| May 28 05:06:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77632026-05-28T05:06:27.371Z[ recovery-image] May 28 05:06:26.494 INFO O| May 28 05:06:26.494 INFO STEP 955 (remove_files) COMPLETE
77642026-05-28T05:06:27.371Z[ recovery-image] May 28 05:06:26.494 INFO O| May 28 05:06:26.494 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-05-28T05:06:27.381Z[ recovery-image] May 28 05:06:26.504 INFO O| May 28 05:06:26.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77662026-05-28T05:06:27.381Z[ recovery-image] May 28 05:06:26.504 INFO O| May 28 05:06:26.504 INFO STEP 956 (remove_files) COMPLETE
77672026-05-28T05:06:27.386Z[ recovery-image] May 28 05:06:26.504 INFO O| May 28 05:06:26.504 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-05-28T05:06:27.390Z[ recovery-image] May 28 05:06:26.513 INFO O| May 28 05:06:26.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77692026-05-28T05:06:27.391Z[ recovery-image] May 28 05:06:26.513 INFO O| May 28 05:06:26.513 INFO STEP 957 (remove_files) COMPLETE
77702026-05-28T05:06:27.395Z[ recovery-image] May 28 05:06:26.513 INFO O| May 28 05:06:26.513 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-05-28T05:06:27.399Z[ recovery-image] May 28 05:06:26.522 INFO O| May 28 05:06:26.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77722026-05-28T05:06:27.399Z[ recovery-image] May 28 05:06:26.522 INFO O| May 28 05:06:26.522 INFO STEP 958 (remove_files) COMPLETE
77732026-05-28T05:06:27.402Z[ recovery-image] May 28 05:06:26.522 INFO O| May 28 05:06:26.522 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-05-28T05:06:27.407Z[ recovery-image] May 28 05:06:26.531 INFO O| May 28 05:06:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77752026-05-28T05:06:27.407Z[ recovery-image] May 28 05:06:26.531 INFO O| May 28 05:06:26.531 INFO STEP 959 (remove_files) COMPLETE
77762026-05-28T05:06:27.411Z[ recovery-image] May 28 05:06:26.531 INFO O| May 28 05:06:26.531 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-05-28T05:06:27.417Z[ recovery-image] May 28 05:06:26.540 INFO O| May 28 05:06:26.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77782026-05-28T05:06:27.420Z[ recovery-image] May 28 05:06:26.540 INFO O| May 28 05:06:26.540 INFO STEP 960 (remove_files) COMPLETE
77792026-05-28T05:06:27.420Z[ recovery-image] May 28 05:06:26.540 INFO O| May 28 05:06:26.540 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-05-28T05:06:27.426Z[ recovery-image] May 28 05:06:26.549 INFO O| May 28 05:06:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77812026-05-28T05:06:27.426Z[ recovery-image] May 28 05:06:26.549 INFO O| May 28 05:06:26.549 INFO STEP 961 (remove_files) COMPLETE
77822026-05-28T05:06:27.429Z[ recovery-image] May 28 05:06:26.549 INFO O| May 28 05:06:26.549 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-05-28T05:06:27.440Z[ recovery-image] May 28 05:06:26.558 INFO O| May 28 05:06:26.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77842026-05-28T05:06:27.440Z[ recovery-image] May 28 05:06:26.558 INFO O| May 28 05:06:26.558 INFO STEP 962 (remove_files) COMPLETE
77852026-05-28T05:06:27.450Z[ recovery-image] May 28 05:06:26.558 INFO O| May 28 05:06:26.558 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-05-28T05:06:27.456Z[ recovery-image] May 28 05:06:26.568 INFO O| May 28 05:06:26.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77872026-05-28T05:06:27.456Z[ recovery-image] May 28 05:06:26.568 INFO O| May 28 05:06:26.568 INFO STEP 963 (remove_files) COMPLETE
77882026-05-28T05:06:27.456Z[ recovery-image] May 28 05:06:26.568 INFO O| May 28 05:06:26.568 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-05-28T05:06:27.459Z[ recovery-image] May 28 05:06:26.578 INFO O| May 28 05:06:26.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77902026-05-28T05:06:27.459Z[ recovery-image] May 28 05:06:26.578 INFO O| May 28 05:06:26.578 INFO STEP 964 (remove_files) COMPLETE
77912026-05-28T05:06:27.459Z[ recovery-image] May 28 05:06:26.578 INFO O| May 28 05:06:26.578 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-05-28T05:06:27.464Z[ recovery-image] May 28 05:06:26.587 INFO O| May 28 05:06:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77932026-05-28T05:06:27.464Z[ recovery-image] May 28 05:06:26.587 INFO O| May 28 05:06:26.587 INFO STEP 965 (remove_files) COMPLETE
77942026-05-28T05:06:27.467Z[ recovery-image] May 28 05:06:26.587 INFO O| May 28 05:06:26.587 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-05-28T05:06:27.470Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
77962026-05-28T05:06:27.474Z[ recovery-image] May 28 05:06:26.597 INFO O| May 28 05:06:26.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77972026-05-28T05:06:27.474Z[ recovery-image] May 28 05:06:26.597 INFO O| May 28 05:06:26.597 INFO STEP 966 (remove_files) COMPLETE
77982026-05-28T05:06:27.474Z[ recovery-image] May 28 05:06:26.597 INFO O| May 28 05:06:26.597 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-28T05:06:27.483Z[ recovery-image] May 28 05:06:26.606 INFO O| May 28 05:06:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78002026-05-28T05:06:27.483Z[ recovery-image] May 28 05:06:26.606 INFO O| May 28 05:06:26.606 INFO STEP 967 (remove_files) COMPLETE
78012026-05-28T05:06:27.487Z[ recovery-image] May 28 05:06:26.606 INFO O| May 28 05:06:26.606 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-28T05:06:27.493Z[ recovery-image] May 28 05:06:26.616 INFO O| May 28 05:06:26.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78032026-05-28T05:06:27.493Z[ recovery-image] May 28 05:06:26.616 INFO O| May 28 05:06:26.616 INFO STEP 968 (remove_files) COMPLETE
78042026-05-28T05:06:27.497Z[ recovery-image] May 28 05:06:26.616 INFO O| May 28 05:06:26.616 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-28T05:06:27.504Z[ recovery-image] May 28 05:06:26.627 INFO O| May 28 05:06:26.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78062026-05-28T05:06:27.504Z[ recovery-image] May 28 05:06:26.627 INFO O| May 28 05:06:26.627 INFO STEP 969 (remove_files) COMPLETE
78072026-05-28T05:06:27.504Z[ recovery-image] May 28 05:06:26.627 INFO O| May 28 05:06:26.627 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-28T05:06:27.514Z[ recovery-image] May 28 05:06:26.637 INFO O| May 28 05:06:26.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78092026-05-28T05:06:27.514Z[ recovery-image] May 28 05:06:26.637 INFO O| May 28 05:06:26.637 INFO STEP 970 (remove_files) COMPLETE
78102026-05-28T05:06:27.518Z[ recovery-image] May 28 05:06:26.637 INFO O| May 28 05:06:26.637 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-28T05:06:27.524Z[ recovery-image] May 28 05:06:26.647 INFO O| May 28 05:06:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78122026-05-28T05:06:27.524Z[ recovery-image] May 28 05:06:26.647 INFO O| May 28 05:06:26.647 INFO STEP 971 (remove_files) COMPLETE
78132026-05-28T05:06:27.524Z[ recovery-image] May 28 05:06:26.647 INFO O| May 28 05:06:26.647 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-28T05:06:27.534Z[ recovery-image] May 28 05:06:26.657 INFO O| May 28 05:06:26.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78152026-05-28T05:06:27.535Z[ recovery-image] May 28 05:06:26.657 INFO O| May 28 05:06:26.657 INFO STEP 972 (remove_files) COMPLETE
78162026-05-28T05:06:27.535Z[ recovery-image] May 28 05:06:26.657 INFO O| May 28 05:06:26.657 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-28T05:06:27.543Z[ recovery-image] May 28 05:06:26.666 INFO O| May 28 05:06:26.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78182026-05-28T05:06:27.543Z[ recovery-image] May 28 05:06:26.666 INFO O| May 28 05:06:26.666 INFO STEP 973 (remove_files) COMPLETE
78192026-05-28T05:06:27.547Z[ recovery-image] May 28 05:06:26.666 INFO O| May 28 05:06:26.666 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-28T05:06:27.551Z[ recovery-image] May 28 05:06:26.675 INFO O| May 28 05:06:26.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78212026-05-28T05:06:27.551Z[ recovery-image] May 28 05:06:26.675 INFO O| May 28 05:06:26.675 INFO STEP 974 (remove_files) COMPLETE
78222026-05-28T05:06:27.551Z[ recovery-image] May 28 05:06:26.675 INFO O| May 28 05:06:26.675 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-28T05:06:27.560Z[ recovery-image] May 28 05:06:26.682 INFO O| May 28 05:06:26.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78242026-05-28T05:06:27.560Z[ recovery-image] May 28 05:06:26.683 INFO O| May 28 05:06:26.683 INFO STEP 975 (remove_files) COMPLETE
78252026-05-28T05:06:27.560Z[ recovery-image] May 28 05:06:26.683 INFO O| May 28 05:06:26.683 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-28T05:06:27.569Z[ recovery-image] May 28 05:06:26.692 INFO O| May 28 05:06:26.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78272026-05-28T05:06:27.569Z[ recovery-image] May 28 05:06:26.692 INFO O| May 28 05:06:26.692 INFO STEP 976 (remove_files) COMPLETE
78282026-05-28T05:06:27.572Z[ recovery-image] May 28 05:06:26.692 INFO O| May 28 05:06:26.692 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-28T05:06:27.577Z[ recovery-image] May 28 05:06:26.700 INFO O| May 28 05:06:26.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78302026-05-28T05:06:27.577Z[ recovery-image] May 28 05:06:26.700 INFO O| May 28 05:06:26.700 INFO STEP 977 (remove_files) COMPLETE
78312026-05-28T05:06:27.581Z[ recovery-image] May 28 05:06:26.700 INFO O| May 28 05:06:26.700 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-28T05:06:27.588Z[ recovery-image] May 28 05:06:26.711 INFO O| May 28 05:06:26.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78332026-05-28T05:06:27.588Z[ recovery-image] May 28 05:06:26.711 INFO O| May 28 05:06:26.711 INFO STEP 978 (remove_files) COMPLETE
78342026-05-28T05:06:27.591Z[ recovery-image] May 28 05:06:26.711 INFO O| May 28 05:06:26.711 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-28T05:06:27.598Z[ recovery-image] May 28 05:06:26.721 INFO O| May 28 05:06:26.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78362026-05-28T05:06:27.598Z[ recovery-image] May 28 05:06:26.721 INFO O| May 28 05:06:26.721 INFO STEP 979 (remove_files) COMPLETE
78372026-05-28T05:06:27.598Z[ recovery-image] May 28 05:06:26.721 INFO O| May 28 05:06:26.721 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-28T05:06:27.609Z[ recovery-image] May 28 05:06:26.730 INFO O| May 28 05:06:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78392026-05-28T05:06:27.609Z[ recovery-image] May 28 05:06:26.730 INFO O| May 28 05:06:26.730 INFO STEP 980 (remove_files) COMPLETE
78402026-05-28T05:06:27.609Z[ recovery-image] May 28 05:06:26.730 INFO O| May 28 05:06:26.730 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-28T05:06:27.616Z[ recovery-image] May 28 05:06:26.739 INFO O| May 28 05:06:26.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78422026-05-28T05:06:27.616Z[ recovery-image] May 28 05:06:26.739 INFO O| May 28 05:06:26.739 INFO STEP 981 (remove_files) COMPLETE
78432026-05-28T05:06:27.616Z[ recovery-image] May 28 05:06:26.739 INFO O| May 28 05:06:26.739 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-28T05:06:27.625Z[ recovery-image] May 28 05:06:26.748 INFO O| May 28 05:06:26.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78452026-05-28T05:06:27.625Z[ recovery-image] May 28 05:06:26.748 INFO O| May 28 05:06:26.748 INFO STEP 982 (remove_files) COMPLETE
78462026-05-28T05:06:27.625Z[ recovery-image] May 28 05:06:26.748 INFO O| May 28 05:06:26.748 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-28T05:06:27.634Z[ recovery-image] May 28 05:06:26.757 INFO O| May 28 05:06:26.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78482026-05-28T05:06:27.634Z[ recovery-image] May 28 05:06:26.757 INFO O| May 28 05:06:26.757 INFO STEP 983 (remove_files) COMPLETE
78492026-05-28T05:06:27.634Z[ recovery-image] May 28 05:06:26.757 INFO O| May 28 05:06:26.757 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-28T05:06:27.645Z[ recovery-image] May 28 05:06:26.766 INFO O| May 28 05:06:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78512026-05-28T05:06:27.645Z[ recovery-image] May 28 05:06:26.766 INFO O| May 28 05:06:26.766 INFO STEP 984 (remove_files) COMPLETE
78522026-05-28T05:06:27.645Z[ recovery-image] May 28 05:06:26.766 INFO O| May 28 05:06:26.766 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-28T05:06:27.652Z[ recovery-image] May 28 05:06:26.775 INFO O| May 28 05:06:26.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78542026-05-28T05:06:27.652Z[ recovery-image] May 28 05:06:26.775 INFO O| May 28 05:06:26.775 INFO STEP 985 (remove_files) COMPLETE
78552026-05-28T05:06:27.652Z[ recovery-image] May 28 05:06:26.775 INFO O| May 28 05:06:26.775 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-28T05:06:27.662Z[ recovery-image] May 28 05:06:26.785 INFO O| May 28 05:06:26.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78572026-05-28T05:06:27.662Z[ recovery-image] May 28 05:06:26.785 INFO O| May 28 05:06:26.785 INFO STEP 986 (remove_files) COMPLETE
78582026-05-28T05:06:27.662Z[ recovery-image] May 28 05:06:26.785 INFO O| May 28 05:06:26.785 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-28T05:06:27.671Z[ recovery-image] May 28 05:06:26.794 INFO O| May 28 05:06:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78602026-05-28T05:06:27.671Z[ recovery-image] May 28 05:06:26.794 INFO O| May 28 05:06:26.794 INFO STEP 987 (remove_files) COMPLETE
78612026-05-28T05:06:27.671Z[ recovery-image] May 28 05:06:26.794 INFO O| May 28 05:06:26.794 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-28T05:06:27.680Z[ recovery-image] May 28 05:06:26.803 INFO O| May 28 05:06:26.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78632026-05-28T05:06:27.680Z[ recovery-image] May 28 05:06:26.803 INFO O| May 28 05:06:26.803 INFO STEP 988 (remove_files) COMPLETE
78642026-05-28T05:06:27.680Z[ recovery-image] May 28 05:06:26.803 INFO O| May 28 05:06:26.803 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-28T05:06:27.689Z[ recovery-image] May 28 05:06:26.812 INFO O| May 28 05:06:26.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78662026-05-28T05:06:27.689Z[ recovery-image] May 28 05:06:26.813 INFO O| May 28 05:06:26.812 INFO STEP 989 (remove_files) COMPLETE
78672026-05-28T05:06:27.689Z[ recovery-image] May 28 05:06:26.813 INFO O| May 28 05:06:26.812 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-28T05:06:27.698Z[ recovery-image] May 28 05:06:26.821 INFO O| May 28 05:06:26.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78692026-05-28T05:06:27.698Z[ recovery-image] May 28 05:06:26.821 INFO O| May 28 05:06:26.821 INFO STEP 990 (remove_files) COMPLETE
78702026-05-28T05:06:27.698Z[ recovery-image] May 28 05:06:26.821 INFO O| May 28 05:06:26.821 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-28T05:06:27.707Z[ recovery-image] May 28 05:06:26.830 INFO O| May 28 05:06:26.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78722026-05-28T05:06:27.707Z[ recovery-image] May 28 05:06:26.830 INFO O| May 28 05:06:26.830 INFO STEP 991 (remove_files) COMPLETE
78732026-05-28T05:06:27.707Z[ recovery-image] May 28 05:06:26.830 INFO O| May 28 05:06:26.830 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-28T05:06:27.715Z[ recovery-image] May 28 05:06:26.838 INFO O| May 28 05:06:26.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78752026-05-28T05:06:27.715Z[ recovery-image] May 28 05:06:26.838 INFO O| May 28 05:06:26.838 INFO STEP 992 (remove_files) COMPLETE
78762026-05-28T05:06:27.715Z[ recovery-image] May 28 05:06:26.838 INFO O| May 28 05:06:26.838 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-28T05:06:27.724Z[ recovery-image] May 28 05:06:26.847 INFO O| May 28 05:06:26.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78782026-05-28T05:06:27.724Z[ recovery-image] May 28 05:06:26.847 INFO O| May 28 05:06:26.847 INFO STEP 993 (remove_files) COMPLETE
78792026-05-28T05:06:27.724Z[ recovery-image] May 28 05:06:26.847 INFO O| May 28 05:06:26.847 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-28T05:06:27.732Z[ recovery-image] May 28 05:06:26.855 INFO O| May 28 05:06:26.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78812026-05-28T05:06:27.732Z[ recovery-image] May 28 05:06:26.855 INFO O| May 28 05:06:26.855 INFO STEP 994 (remove_files) COMPLETE
78822026-05-28T05:06:27.736Z[ recovery-image] May 28 05:06:26.855 INFO O| May 28 05:06:26.855 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-28T05:06:27.741Z[ recovery-image] May 28 05:06:26.864 INFO O| May 28 05:06:26.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78842026-05-28T05:06:27.741Z[ recovery-image] May 28 05:06:26.864 INFO O| May 28 05:06:26.864 INFO STEP 995 (remove_files) COMPLETE
78852026-05-28T05:06:27.741Z[ recovery-image] May 28 05:06:26.864 INFO O| May 28 05:06:26.864 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-28T05:06:27.749Z[ recovery-image] May 28 05:06:26.872 INFO O| May 28 05:06:26.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78872026-05-28T05:06:27.749Z[ recovery-image] May 28 05:06:26.872 INFO O| May 28 05:06:26.872 INFO STEP 996 (remove_files) COMPLETE
78882026-05-28T05:06:27.753Z[ recovery-image] May 28 05:06:26.872 INFO O| May 28 05:06:26.872 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-28T05:06:27.758Z[ recovery-image] May 28 05:06:26.881 INFO O| May 28 05:06:26.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78902026-05-28T05:06:27.758Z[ recovery-image] May 28 05:06:26.881 INFO O| May 28 05:06:26.881 INFO STEP 997 (remove_files) COMPLETE
78912026-05-28T05:06:27.761Z[ recovery-image] May 28 05:06:26.881 INFO O| May 28 05:06:26.881 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-28T05:06:27.766Z[ recovery-image] May 28 05:06:26.890 INFO O| May 28 05:06:26.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78932026-05-28T05:06:27.766Z[ recovery-image] May 28 05:06:26.890 INFO O| May 28 05:06:26.890 INFO STEP 998 (remove_files) COMPLETE
78942026-05-28T05:06:27.766Z[ recovery-image] May 28 05:06:26.890 INFO O| May 28 05:06:26.890 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-28T05:06:27.775Z[ recovery-image] May 28 05:06:26.898 INFO O| May 28 05:06:26.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78962026-05-28T05:06:27.778Z[ recovery-image] May 28 05:06:26.899 INFO O| May 28 05:06:26.899 INFO STEP 999 (remove_files) COMPLETE
78972026-05-28T05:06:27.778Z[ recovery-image] May 28 05:06:26.899 INFO O| May 28 05:06:26.899 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-28T05:06:27.784Z[ recovery-image] May 28 05:06:26.907 INFO O| May 28 05:06:26.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78992026-05-28T05:06:27.784Z[ recovery-image] May 28 05:06:26.907 INFO O| May 28 05:06:26.907 INFO STEP 1000 (remove_files) COMPLETE
79002026-05-28T05:06:27.787Z[ recovery-image] May 28 05:06:26.907 INFO O| May 28 05:06:26.907 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-28T05:06:27.792Z[ recovery-image] May 28 05:06:26.915 INFO O| May 28 05:06:26.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79022026-05-28T05:06:27.792Z[ recovery-image] May 28 05:06:26.915 INFO O| May 28 05:06:26.915 INFO STEP 1001 (remove_files) COMPLETE
79032026-05-28T05:06:27.795Z[ recovery-image] May 28 05:06:26.915 INFO O| May 28 05:06:26.915 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-28T05:06:27.800Z[ recovery-image] May 28 05:06:26.924 INFO O| May 28 05:06:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79052026-05-28T05:06:27.804Z[ recovery-image] May 28 05:06:26.924 INFO O| May 28 05:06:26.924 INFO STEP 1002 (remove_files) COMPLETE
79062026-05-28T05:06:27.804Z[ recovery-image] May 28 05:06:26.924 INFO O| May 28 05:06:26.924 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-28T05:06:27.809Z[ recovery-image] May 28 05:06:26.932 INFO O| May 28 05:06:26.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79082026-05-28T05:06:27.809Z[ recovery-image] May 28 05:06:26.932 INFO O| May 28 05:06:26.932 INFO STEP 1003 (remove_files) COMPLETE
79092026-05-28T05:06:27.809Z[ recovery-image] May 28 05:06:26.932 INFO O| May 28 05:06:26.932 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-28T05:06:27.818Z[ recovery-image] May 28 05:06:26.941 INFO O| May 28 05:06:26.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79112026-05-28T05:06:27.818Z[ recovery-image] May 28 05:06:26.941 INFO O| May 28 05:06:26.941 INFO STEP 1004 (remove_files) COMPLETE
79122026-05-28T05:06:27.818Z[ recovery-image] May 28 05:06:26.941 INFO O| May 28 05:06:26.941 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-28T05:06:27.828Z[ recovery-image] May 28 05:06:26.951 INFO O| May 28 05:06:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79142026-05-28T05:06:27.828Z[ recovery-image] May 28 05:06:26.951 INFO O| May 28 05:06:26.951 INFO STEP 1005 (remove_files) COMPLETE
79152026-05-28T05:06:27.828Z[ recovery-image] May 28 05:06:26.951 INFO O| May 28 05:06:26.951 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-28T05:06:27.837Z[ recovery-image] May 28 05:06:26.960 INFO O| May 28 05:06:26.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79172026-05-28T05:06:27.837Z[ recovery-image] May 28 05:06:26.960 INFO O| May 28 05:06:26.960 INFO STEP 1006 (remove_files) COMPLETE
79182026-05-28T05:06:27.837Z[ recovery-image] May 28 05:06:26.960 INFO O| May 28 05:06:26.960 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-28T05:06:27.846Z[ recovery-image] May 28 05:06:26.969 INFO O| May 28 05:06:26.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79202026-05-28T05:06:27.846Z[ recovery-image] May 28 05:06:26.969 INFO O| May 28 05:06:26.969 INFO STEP 1007 (remove_files) COMPLETE
79212026-05-28T05:06:27.850Z[ recovery-image] May 28 05:06:26.969 INFO O| May 28 05:06:26.969 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-28T05:06:27.855Z[ recovery-image] May 28 05:06:26.978 INFO O| May 28 05:06:26.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79232026-05-28T05:06:27.858Z[ recovery-image] May 28 05:06:26.978 INFO O| May 28 05:06:26.978 INFO STEP 1008 (remove_files) COMPLETE
79242026-05-28T05:06:27.858Z[ recovery-image] May 28 05:06:26.978 INFO O| May 28 05:06:26.978 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-28T05:06:27.864Z[ recovery-image] May 28 05:06:26.987 INFO O| May 28 05:06:26.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79262026-05-28T05:06:27.864Z[ recovery-image] May 28 05:06:26.987 INFO O| May 28 05:06:26.987 INFO STEP 1009 (remove_files) COMPLETE
79272026-05-28T05:06:27.867Z[ recovery-image] May 28 05:06:26.987 INFO O| May 28 05:06:26.987 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-28T05:06:27.873Z[ recovery-image] May 28 05:06:26.996 INFO O| May 28 05:06:26.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79292026-05-28T05:06:27.873Z[ recovery-image] May 28 05:06:26.996 INFO O| May 28 05:06:26.996 INFO STEP 1010 (remove_files) COMPLETE
79302026-05-28T05:06:27.873Z[ recovery-image] May 28 05:06:26.996 INFO O| May 28 05:06:26.996 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-28T05:06:27.881Z[ recovery-image] May 28 05:06:27.004 INFO O| May 28 05:06:27.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79322026-05-28T05:06:27.881Z[ recovery-image] May 28 05:06:27.004 INFO O| May 28 05:06:27.004 INFO STEP 1011 (remove_files) COMPLETE
79332026-05-28T05:06:27.881Z[ recovery-image] May 28 05:06:27.004 INFO O| May 28 05:06:27.004 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.012 INFO O| May 28 05:06:27.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79352026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.012 INFO O| May 28 05:06:27.012 INFO STEP 1012 (remove_files) COMPLETE
79362026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.012 INFO O| May 28 05:06:27.012 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.019 INFO O| May 28 05:06:27.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79382026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.019 INFO O| May 28 05:06:27.019 INFO STEP 1013 (remove_files) COMPLETE
79392026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.019 INFO O| May 28 05:06:27.019 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.027 INFO O| May 28 05:06:27.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79412026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.027 INFO O| May 28 05:06:27.027 INFO STEP 1014 (remove_files) COMPLETE
79422026-05-28T05:06:27.910Z[ recovery-image] May 28 05:06:27.027 INFO O| May 28 05:06:27.027 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-28T05:06:27.914Z[ recovery-image] May 28 05:06:27.037 INFO O| May 28 05:06:27.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79442026-05-28T05:06:27.914Z[ recovery-image] May 28 05:06:27.037 INFO O| May 28 05:06:27.037 INFO STEP 1015 (remove_files) COMPLETE
79452026-05-28T05:06:27.914Z[ recovery-image] May 28 05:06:27.037 INFO O| May 28 05:06:27.037 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-28T05:06:27.922Z[ recovery-image] May 28 05:06:27.045 INFO O| May 28 05:06:27.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79472026-05-28T05:06:27.922Z[ recovery-image] May 28 05:06:27.045 INFO O| May 28 05:06:27.045 INFO STEP 1016 (remove_files) COMPLETE
79482026-05-28T05:06:27.922Z[ recovery-image] May 28 05:06:27.046 INFO O| May 28 05:06:27.045 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-28T05:06:27.932Z[ recovery-image] May 28 05:06:27.055 INFO O| May 28 05:06:27.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79502026-05-28T05:06:27.932Z[ recovery-image] May 28 05:06:27.055 INFO O| May 28 05:06:27.055 INFO STEP 1017 (remove_files) COMPLETE
79512026-05-28T05:06:27.936Z[ recovery-image] May 28 05:06:27.055 INFO O| May 28 05:06:27.055 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-28T05:06:27.943Z[ recovery-image] May 28 05:06:27.066 INFO O| May 28 05:06:27.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79532026-05-28T05:06:27.943Z[ recovery-image] May 28 05:06:27.066 INFO O| May 28 05:06:27.066 INFO STEP 1018 (remove_files) COMPLETE
79542026-05-28T05:06:27.946Z[ recovery-image] May 28 05:06:27.066 INFO O| May 28 05:06:27.066 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-28T05:06:27.951Z[ recovery-image] May 28 05:06:27.074 INFO O| May 28 05:06:27.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79562026-05-28T05:06:27.951Z[ recovery-image] May 28 05:06:27.074 INFO O| May 28 05:06:27.074 INFO STEP 1019 (remove_files) COMPLETE
79572026-05-28T05:06:27.954Z[ recovery-image] May 28 05:06:27.075 INFO O| May 28 05:06:27.074 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-28T05:06:27.962Z[ recovery-image] May 28 05:06:27.085 INFO O| May 28 05:06:27.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79592026-05-28T05:06:27.962Z[ recovery-image] May 28 05:06:27.085 INFO O| May 28 05:06:27.085 INFO STEP 1020 (remove_files) COMPLETE
79602026-05-28T05:06:27.965Z[ recovery-image] May 28 05:06:27.085 INFO O| May 28 05:06:27.085 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-28T05:06:27.971Z[ recovery-image] May 28 05:06:27.095 INFO O| May 28 05:06:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79622026-05-28T05:06:27.971Z[ recovery-image] May 28 05:06:27.095 INFO O| May 28 05:06:27.095 INFO STEP 1021 (remove_files) COMPLETE
79632026-05-28T05:06:27.975Z[ recovery-image] May 28 05:06:27.095 INFO O| May 28 05:06:27.095 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-28T05:06:27.982Z[ recovery-image] May 28 05:06:27.105 INFO O| May 28 05:06:27.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79652026-05-28T05:06:27.982Z[ recovery-image] May 28 05:06:27.105 INFO O| May 28 05:06:27.105 INFO STEP 1022 (remove_files) COMPLETE
79662026-05-28T05:06:27.982Z[ recovery-image] May 28 05:06:27.105 INFO O| May 28 05:06:27.105 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-28T05:06:27.993Z[ recovery-image] May 28 05:06:27.116 INFO O| May 28 05:06:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79682026-05-28T05:06:27.993Z[ recovery-image] May 28 05:06:27.116 INFO O| May 28 05:06:27.116 INFO STEP 1023 (remove_files) COMPLETE
79692026-05-28T05:06:27.997Z[ recovery-image] May 28 05:06:27.116 INFO O| May 28 05:06:27.116 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-28T05:06:28.004Z[ recovery-image] May 28 05:06:27.127 INFO O| May 28 05:06:27.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79712026-05-28T05:06:28.004Z[ recovery-image] May 28 05:06:27.127 INFO O| May 28 05:06:27.127 INFO STEP 1024 (remove_files) COMPLETE
79722026-05-28T05:06:28.004Z[ recovery-image] May 28 05:06:27.127 INFO O| May 28 05:06:27.127 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-28T05:06:28.014Z[ recovery-image] May 28 05:06:27.137 INFO O| May 28 05:06:27.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79742026-05-28T05:06:28.014Z[ recovery-image] May 28 05:06:27.137 INFO O| May 28 05:06:27.137 INFO STEP 1025 (remove_files) COMPLETE
79752026-05-28T05:06:28.014Z[ recovery-image] May 28 05:06:27.137 INFO O| May 28 05:06:27.137 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-28T05:06:28.023Z[ recovery-image] May 28 05:06:27.146 INFO O| May 28 05:06:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79772026-05-28T05:06:28.023Z[ recovery-image] May 28 05:06:27.147 INFO O| May 28 05:06:27.146 INFO STEP 1026 (remove_files) COMPLETE
79782026-05-28T05:06:28.023Z[ recovery-image] May 28 05:06:27.147 INFO O| May 28 05:06:27.147 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-28T05:06:28.032Z[ recovery-image] May 28 05:06:27.155 INFO O| May 28 05:06:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79802026-05-28T05:06:28.032Z[ recovery-image] May 28 05:06:27.155 INFO O| May 28 05:06:27.155 INFO STEP 1027 (remove_files) COMPLETE
79812026-05-28T05:06:28.032Z[ recovery-image] May 28 05:06:27.155 INFO O| May 28 05:06:27.155 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-28T05:06:28.040Z[ recovery-image] May 28 05:06:27.163 INFO O| May 28 05:06:27.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79832026-05-28T05:06:28.040Z[ recovery-image] May 28 05:06:27.163 INFO O| May 28 05:06:27.163 INFO STEP 1028 (remove_files) COMPLETE
79842026-05-28T05:06:28.043Z[ recovery-image] May 28 05:06:27.163 INFO O| May 28 05:06:27.163 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-28T05:06:28.048Z[ recovery-image] May 28 05:06:27.171 INFO O| May 28 05:06:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79862026-05-28T05:06:28.048Z[ recovery-image] May 28 05:06:27.171 INFO O| May 28 05:06:27.171 INFO STEP 1029 (remove_files) COMPLETE
79872026-05-28T05:06:28.048Z[ recovery-image] May 28 05:06:27.171 INFO O| May 28 05:06:27.171 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-28T05:06:28.056Z[ recovery-image] May 28 05:06:27.179 INFO O| May 28 05:06:27.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79892026-05-28T05:06:28.056Z[ recovery-image] May 28 05:06:27.179 INFO O| May 28 05:06:27.179 INFO STEP 1030 (remove_files) COMPLETE
79902026-05-28T05:06:28.059Z[ recovery-image] May 28 05:06:27.179 INFO O| May 28 05:06:27.179 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-28T05:06:28.064Z[ recovery-image] May 28 05:06:27.188 INFO O| May 28 05:06:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79922026-05-28T05:06:28.065Z[ recovery-image] May 28 05:06:27.188 INFO O| May 28 05:06:27.188 INFO STEP 1031 (remove_files) COMPLETE
79932026-05-28T05:06:28.068Z[ recovery-image] May 28 05:06:27.188 INFO O| May 28 05:06:27.188 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-28T05:06:28.074Z[ recovery-image] May 28 05:06:27.197 INFO O| May 28 05:06:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79952026-05-28T05:06:28.074Z[ recovery-image] May 28 05:06:27.197 INFO O| May 28 05:06:27.197 INFO STEP 1032 (remove_files) COMPLETE
79962026-05-28T05:06:28.077Z[ recovery-image] May 28 05:06:27.197 INFO O| May 28 05:06:27.197 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-28T05:06:28.082Z[ recovery-image] May 28 05:06:27.206 INFO O| May 28 05:06:27.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79982026-05-28T05:06:28.082Z[ recovery-image] May 28 05:06:27.206 INFO O| May 28 05:06:27.206 INFO STEP 1033 (remove_files) COMPLETE
79992026-05-28T05:06:28.086Z[ recovery-image] May 28 05:06:27.206 INFO O| May 28 05:06:27.206 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-28T05:06:28.092Z[ recovery-image] May 28 05:06:27.215 INFO O| May 28 05:06:27.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80012026-05-28T05:06:28.092Z[ recovery-image] May 28 05:06:27.215 INFO O| May 28 05:06:27.215 INFO STEP 1034 (remove_files) COMPLETE
80022026-05-28T05:06:28.095Z[ recovery-image] May 28 05:06:27.215 INFO O| May 28 05:06:27.215 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-28T05:06:28.101Z[ recovery-image] May 28 05:06:27.224 INFO O| May 28 05:06:27.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80042026-05-28T05:06:28.101Z[ recovery-image] May 28 05:06:27.224 INFO O| May 28 05:06:27.224 INFO STEP 1035 (remove_files) COMPLETE
80052026-05-28T05:06:28.101Z[ recovery-image] May 28 05:06:27.224 INFO O| May 28 05:06:27.224 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-28T05:06:28.110Z[ recovery-image] May 28 05:06:27.234 INFO O| May 28 05:06:27.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80072026-05-28T05:06:28.111Z[ recovery-image] May 28 05:06:27.234 INFO O| May 28 05:06:27.234 INFO STEP 1036 (remove_files) COMPLETE
80082026-05-28T05:06:28.111Z[ recovery-image] May 28 05:06:27.234 INFO O| May 28 05:06:27.234 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-28T05:06:28.119Z[ recovery-image] May 28 05:06:27.243 INFO O| May 28 05:06:27.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80102026-05-28T05:06:28.119Z[ recovery-image] May 28 05:06:27.243 INFO O| May 28 05:06:27.243 INFO STEP 1037 (remove_files) COMPLETE
80112026-05-28T05:06:28.120Z[ recovery-image] May 28 05:06:27.243 INFO O| May 28 05:06:27.243 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-28T05:06:28.129Z[ recovery-image] May 28 05:06:27.252 INFO O| May 28 05:06:27.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80132026-05-28T05:06:28.129Z[ recovery-image] May 28 05:06:27.252 INFO O| May 28 05:06:27.252 INFO STEP 1038 (remove_files) COMPLETE
80142026-05-28T05:06:28.129Z[ recovery-image] May 28 05:06:27.252 INFO O| May 28 05:06:27.252 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-28T05:06:28.139Z[ recovery-image] May 28 05:06:27.262 INFO O| May 28 05:06:27.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80162026-05-28T05:06:28.139Z[ recovery-image] May 28 05:06:27.262 INFO O| May 28 05:06:27.262 INFO STEP 1039 (remove_files) COMPLETE
80172026-05-28T05:06:28.142Z[ recovery-image] May 28 05:06:27.262 INFO O| May 28 05:06:27.262 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-28T05:06:28.148Z[ recovery-image] May 28 05:06:27.271 INFO O| May 28 05:06:27.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80192026-05-28T05:06:28.148Z[ recovery-image] May 28 05:06:27.271 INFO O| May 28 05:06:27.271 INFO STEP 1040 (remove_files) COMPLETE
80202026-05-28T05:06:28.148Z[ recovery-image] May 28 05:06:27.271 INFO O| May 28 05:06:27.271 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-28T05:06:28.157Z[ recovery-image] May 28 05:06:27.280 INFO O| May 28 05:06:27.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80222026-05-28T05:06:28.158Z[ recovery-image] May 28 05:06:27.281 INFO O| May 28 05:06:27.281 INFO STEP 1041 (remove_files) COMPLETE
80232026-05-28T05:06:28.158Z[ recovery-image] May 28 05:06:27.281 INFO O| May 28 05:06:27.281 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-28T05:06:28.167Z[ recovery-image] May 28 05:06:27.290 INFO O| May 28 05:06:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80252026-05-28T05:06:28.167Z[ recovery-image] May 28 05:06:27.290 INFO O| May 28 05:06:27.290 INFO STEP 1042 (remove_files) COMPLETE
80262026-05-28T05:06:28.167Z[ recovery-image] May 28 05:06:27.290 INFO O| May 28 05:06:27.290 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-28T05:06:28.176Z[ recovery-image] May 28 05:06:27.299 INFO O| May 28 05:06:27.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80282026-05-28T05:06:28.176Z[ recovery-image] May 28 05:06:27.299 INFO O| May 28 05:06:27.299 INFO STEP 1043 (remove_files) COMPLETE
80292026-05-28T05:06:28.176Z[ recovery-image] May 28 05:06:27.299 INFO O| May 28 05:06:27.299 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-28T05:06:28.185Z[ recovery-image] May 28 05:06:27.308 INFO O| May 28 05:06:27.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80312026-05-28T05:06:28.185Z[ recovery-image] May 28 05:06:27.308 INFO O| May 28 05:06:27.308 INFO STEP 1044 (remove_files) COMPLETE
80322026-05-28T05:06:28.185Z[ recovery-image] May 28 05:06:27.308 INFO O| May 28 05:06:27.308 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-28T05:06:28.194Z[ recovery-image] May 28 05:06:27.317 INFO O| May 28 05:06:27.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80342026-05-28T05:06:28.194Z[ recovery-image] May 28 05:06:27.317 INFO O| May 28 05:06:27.317 INFO STEP 1045 (remove_files) COMPLETE
80352026-05-28T05:06:28.194Z[ recovery-image] May 28 05:06:27.317 INFO O| May 28 05:06:27.317 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-28T05:06:28.203Z[ recovery-image] May 28 05:06:27.326 INFO O| May 28 05:06:27.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80372026-05-28T05:06:28.203Z[ recovery-image] May 28 05:06:27.326 INFO O| May 28 05:06:27.326 INFO STEP 1046 (remove_files) COMPLETE
80382026-05-28T05:06:28.203Z[ recovery-image] May 28 05:06:27.326 INFO O| May 28 05:06:27.326 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.336 INFO O| May 28 05:06:27.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80402026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.336 INFO O| May 28 05:06:27.336 INFO STEP 1047 (remove_files) COMPLETE
80412026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.336 INFO O| May 28 05:06:27.336 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.345 INFO O| May 28 05:06:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80432026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.345 INFO O| May 28 05:06:27.345 INFO STEP 1048 (remove_files) COMPLETE
80442026-05-28T05:06:28.229Z[ recovery-image] May 28 05:06:27.345 INFO O| May 28 05:06:27.345 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-28T05:06:28.232Z[ recovery-image] May 28 05:06:27.354 INFO O| May 28 05:06:27.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80462026-05-28T05:06:28.232Z[ recovery-image] May 28 05:06:27.354 INFO O| May 28 05:06:27.354 INFO STEP 1049 (remove_files) COMPLETE
80472026-05-28T05:06:28.232Z[ recovery-image] May 28 05:06:27.354 INFO O| May 28 05:06:27.354 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-28T05:06:28.239Z[ recovery-image] May 28 05:06:27.362 INFO O| May 28 05:06:27.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80492026-05-28T05:06:28.239Z[ recovery-image] May 28 05:06:27.362 INFO O| May 28 05:06:27.362 INFO STEP 1050 (remove_files) COMPLETE
80502026-05-28T05:06:28.242Z[ recovery-image] May 28 05:06:27.362 INFO O| May 28 05:06:27.362 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-28T05:06:28.248Z[ recovery-image] May 28 05:06:27.372 INFO O| May 28 05:06:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80522026-05-28T05:06:28.248Z[ recovery-image] May 28 05:06:27.372 INFO O| May 28 05:06:27.372 INFO STEP 1051 (remove_files) COMPLETE
80532026-05-28T05:06:28.253Z[ recovery-image] May 28 05:06:27.372 INFO O| May 28 05:06:27.372 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-28T05:06:28.257Z[ recovery-image] May 28 05:06:27.380 INFO O| May 28 05:06:27.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80552026-05-28T05:06:28.257Z[ recovery-image] May 28 05:06:27.380 INFO O| May 28 05:06:27.380 INFO STEP 1052 (remove_files) COMPLETE
80562026-05-28T05:06:28.260Z[ recovery-image] May 28 05:06:27.380 INFO O| May 28 05:06:27.380 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-28T05:06:28.265Z[ recovery-image] May 28 05:06:27.388 INFO O| May 28 05:06:27.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80582026-05-28T05:06:28.265Z[ recovery-image] May 28 05:06:27.388 INFO O| May 28 05:06:27.388 INFO STEP 1053 (remove_files) COMPLETE
80592026-05-28T05:06:28.268Z[ recovery-image] May 28 05:06:27.388 INFO O| May 28 05:06:27.388 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-28T05:06:28.275Z[ recovery-image] May 28 05:06:27.398 INFO O| May 28 05:06:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80612026-05-28T05:06:28.275Z[ recovery-image] May 28 05:06:27.398 INFO O| May 28 05:06:27.398 INFO STEP 1054 (remove_files) COMPLETE
80622026-05-28T05:06:28.275Z[ recovery-image] May 28 05:06:27.398 INFO O| May 28 05:06:27.398 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-28T05:06:28.284Z[ recovery-image] May 28 05:06:27.407 INFO O| May 28 05:06:27.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80642026-05-28T05:06:28.284Z[ recovery-image] May 28 05:06:27.407 INFO O| May 28 05:06:27.407 INFO STEP 1055 (remove_files) COMPLETE
80652026-05-28T05:06:28.288Z[ recovery-image] May 28 05:06:27.407 INFO O| May 28 05:06:27.407 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-28T05:06:28.292Z[ recovery-image] May 28 05:06:27.415 INFO O| May 28 05:06:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80672026-05-28T05:06:28.292Z[ recovery-image] May 28 05:06:27.415 INFO O| May 28 05:06:27.415 INFO STEP 1056 (remove_files) COMPLETE
80682026-05-28T05:06:28.292Z[ recovery-image] May 28 05:06:27.415 INFO O| May 28 05:06:27.415 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-28T05:06:28.300Z[ recovery-image] May 28 05:06:27.423 INFO O| May 28 05:06:27.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80702026-05-28T05:06:28.300Z[ recovery-image] May 28 05:06:27.423 INFO O| May 28 05:06:27.423 INFO STEP 1057 (remove_files) COMPLETE
80712026-05-28T05:06:28.303Z[ recovery-image] May 28 05:06:27.423 INFO O| May 28 05:06:27.423 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-28T05:06:28.308Z[ recovery-image] May 28 05:06:27.431 INFO O| May 28 05:06:27.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80732026-05-28T05:06:28.308Z[ recovery-image] May 28 05:06:27.431 INFO O| May 28 05:06:27.431 INFO STEP 1058 (remove_files) COMPLETE
80742026-05-28T05:06:28.311Z[ recovery-image] May 28 05:06:27.431 INFO O| May 28 05:06:27.431 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-28T05:06:28.317Z[ recovery-image] May 28 05:06:27.440 INFO O| May 28 05:06:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80762026-05-28T05:06:28.317Z[ recovery-image] May 28 05:06:27.441 INFO O| May 28 05:06:27.440 INFO STEP 1059 (remove_files) COMPLETE
80772026-05-28T05:06:28.320Z[ recovery-image] May 28 05:06:27.441 INFO O| May 28 05:06:27.440 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-28T05:06:28.325Z[ recovery-image] May 28 05:06:27.449 INFO O| May 28 05:06:27.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80792026-05-28T05:06:28.326Z[ recovery-image] May 28 05:06:27.449 INFO O| May 28 05:06:27.449 INFO STEP 1060 (remove_files) COMPLETE
80802026-05-28T05:06:28.329Z[ recovery-image] May 28 05:06:27.449 INFO O| May 28 05:06:27.449 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-28T05:06:28.334Z[ recovery-image] May 28 05:06:27.458 INFO O| May 28 05:06:27.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80822026-05-28T05:06:28.334Z[ recovery-image] May 28 05:06:27.458 INFO O| May 28 05:06:27.458 INFO STEP 1061 (remove_files) COMPLETE
80832026-05-28T05:06:28.338Z[ recovery-image] May 28 05:06:27.458 INFO O| May 28 05:06:27.458 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-28T05:06:28.343Z[ recovery-image] May 28 05:06:27.466 INFO O| May 28 05:06:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80852026-05-28T05:06:28.343Z[ recovery-image] May 28 05:06:27.466 INFO O| May 28 05:06:27.466 INFO STEP 1062 (remove_files) COMPLETE
80862026-05-28T05:06:28.346Z[ recovery-image] May 28 05:06:27.466 INFO O| May 28 05:06:27.466 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-28T05:06:28.352Z[ recovery-image] May 28 05:06:27.475 INFO O| May 28 05:06:27.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80882026-05-28T05:06:28.352Z[ recovery-image] May 28 05:06:27.475 INFO O| May 28 05:06:27.475 INFO STEP 1063 (remove_files) COMPLETE
80892026-05-28T05:06:28.352Z[ recovery-image] May 28 05:06:27.475 INFO O| May 28 05:06:27.475 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-28T05:06:28.361Z[ recovery-image] May 28 05:06:27.485 INFO O| May 28 05:06:27.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80912026-05-28T05:06:28.361Z[ recovery-image] May 28 05:06:27.485 INFO O| May 28 05:06:27.485 INFO STEP 1064 (remove_files) COMPLETE
80922026-05-28T05:06:28.365Z[ recovery-image] May 28 05:06:27.485 INFO O| May 28 05:06:27.485 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-28T05:06:28.370Z[ recovery-image] May 28 05:06:27.493 INFO O| May 28 05:06:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80942026-05-28T05:06:28.370Z[ recovery-image] May 28 05:06:27.493 INFO O| May 28 05:06:27.493 INFO STEP 1065 (remove_files) COMPLETE
80952026-05-28T05:06:28.373Z[ recovery-image] May 28 05:06:27.493 INFO O| May 28 05:06:27.493 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-28T05:06:28.378Z[ recovery-image] May 28 05:06:27.501 INFO O| May 28 05:06:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80972026-05-28T05:06:28.378Z[ recovery-image] May 28 05:06:27.501 INFO O| May 28 05:06:27.501 INFO STEP 1066 (remove_files) COMPLETE
80982026-05-28T05:06:28.378Z[ recovery-image] May 28 05:06:27.501 INFO O| May 28 05:06:27.501 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-28T05:06:28.386Z[ recovery-image] May 28 05:06:27.509 INFO O| May 28 05:06:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81002026-05-28T05:06:28.386Z[ recovery-image] May 28 05:06:27.509 INFO O| May 28 05:06:27.509 INFO STEP 1067 (remove_files) COMPLETE
81012026-05-28T05:06:28.389Z[ recovery-image] May 28 05:06:27.509 INFO O| May 28 05:06:27.509 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-28T05:06:28.394Z[ recovery-image] May 28 05:06:27.518 INFO O| May 28 05:06:27.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81032026-05-28T05:06:28.394Z[ recovery-image] May 28 05:06:27.518 INFO O| May 28 05:06:27.518 INFO STEP 1068 (remove_files) COMPLETE
81042026-05-28T05:06:28.398Z[ recovery-image] May 28 05:06:27.518 INFO O| May 28 05:06:27.518 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-28T05:06:28.403Z[ recovery-image] May 28 05:06:27.526 INFO O| May 28 05:06:27.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81062026-05-28T05:06:28.403Z[ recovery-image] May 28 05:06:27.526 INFO O| May 28 05:06:27.526 INFO STEP 1069 (remove_files) COMPLETE
81072026-05-28T05:06:28.403Z[ recovery-image] May 28 05:06:27.526 INFO O| May 28 05:06:27.526 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-28T05:06:28.411Z[ recovery-image] May 28 05:06:27.534 INFO O| May 28 05:06:27.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81092026-05-28T05:06:28.411Z[ recovery-image] May 28 05:06:27.534 INFO O| May 28 05:06:27.534 INFO STEP 1070 (remove_files) COMPLETE
81102026-05-28T05:06:28.411Z[ recovery-image] May 28 05:06:27.534 INFO O| May 28 05:06:27.534 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-28T05:06:28.419Z[ recovery-image] May 28 05:06:27.542 INFO O| May 28 05:06:27.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81122026-05-28T05:06:28.419Z[ recovery-image] May 28 05:06:27.542 INFO O| May 28 05:06:27.542 INFO STEP 1071 (remove_files) COMPLETE
81132026-05-28T05:06:28.419Z[ recovery-image] May 28 05:06:27.542 INFO O| May 28 05:06:27.542 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-28T05:06:28.427Z[ recovery-image] May 28 05:06:27.550 INFO O| May 28 05:06:27.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81152026-05-28T05:06:28.427Z[ recovery-image] May 28 05:06:27.550 INFO O| May 28 05:06:27.550 INFO STEP 1072 (remove_files) COMPLETE
81162026-05-28T05:06:28.427Z[ recovery-image] May 28 05:06:27.550 INFO O| May 28 05:06:27.550 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-28T05:06:28.436Z[ recovery-image] May 28 05:06:27.559 INFO O| May 28 05:06:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81182026-05-28T05:06:28.436Z[ recovery-image] May 28 05:06:27.559 INFO O| May 28 05:06:27.559 INFO STEP 1073 (remove_files) COMPLETE
81192026-05-28T05:06:28.436Z[ recovery-image] May 28 05:06:27.559 INFO O| May 28 05:06:27.559 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-28T05:06:28.445Z[ recovery-image] May 28 05:06:27.568 INFO O| May 28 05:06:27.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81212026-05-28T05:06:28.445Z[ recovery-image] May 28 05:06:27.568 INFO O| May 28 05:06:27.568 INFO STEP 1074 (remove_files) COMPLETE
81222026-05-28T05:06:28.448Z[ recovery-image] May 28 05:06:27.568 INFO O| May 28 05:06:27.568 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-28T05:06:28.453Z[ recovery-image] May 28 05:06:27.576 INFO O| May 28 05:06:27.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81242026-05-28T05:06:28.453Z[ recovery-image] May 28 05:06:27.576 INFO O| May 28 05:06:27.576 INFO STEP 1075 (remove_files) COMPLETE
81252026-05-28T05:06:28.456Z[ recovery-image] May 28 05:06:27.576 INFO O| May 28 05:06:27.576 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-28T05:06:28.461Z[ recovery-image] May 28 05:06:27.584 INFO O| May 28 05:06:27.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81272026-05-28T05:06:28.461Z[ recovery-image] May 28 05:06:27.584 INFO O| May 28 05:06:27.584 INFO STEP 1076 (remove_files) COMPLETE
81282026-05-28T05:06:28.461Z[ recovery-image] May 28 05:06:27.584 INFO O| May 28 05:06:27.584 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-28T05:06:28.470Z[ recovery-image] May 28 05:06:27.593 INFO O| May 28 05:06:27.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81302026-05-28T05:06:28.470Z[ recovery-image] May 28 05:06:27.593 INFO O| May 28 05:06:27.593 INFO STEP 1077 (remove_files) COMPLETE
81312026-05-28T05:06:28.473Z[ recovery-image] May 28 05:06:27.593 INFO O| May 28 05:06:27.593 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-28T05:06:28.479Z[ recovery-image] May 28 05:06:27.602 INFO O| May 28 05:06:27.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81332026-05-28T05:06:28.479Z[ recovery-image] May 28 05:06:27.602 INFO O| May 28 05:06:27.602 INFO STEP 1078 (remove_files) COMPLETE
81342026-05-28T05:06:28.479Z[ recovery-image] May 28 05:06:27.602 INFO O| May 28 05:06:27.602 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-28T05:06:28.488Z[ recovery-image] May 28 05:06:27.611 INFO O| May 28 05:06:27.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81362026-05-28T05:06:28.488Z[ recovery-image] May 28 05:06:27.611 INFO O| May 28 05:06:27.611 INFO STEP 1079 (remove_files) COMPLETE
81372026-05-28T05:06:28.488Z[ recovery-image] May 28 05:06:27.611 INFO O| May 28 05:06:27.611 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-28T05:06:28.497Z[ recovery-image] May 28 05:06:27.620 INFO O| May 28 05:06:27.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81392026-05-28T05:06:28.497Z[ recovery-image] May 28 05:06:27.620 INFO O| May 28 05:06:27.620 INFO STEP 1080 (remove_files) COMPLETE
81402026-05-28T05:06:28.500Z[ recovery-image] May 28 05:06:27.620 INFO O| May 28 05:06:27.620 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-28T05:06:28.506Z[ recovery-image] May 28 05:06:27.629 INFO O| May 28 05:06:27.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81422026-05-28T05:06:28.506Z[ recovery-image] May 28 05:06:27.629 INFO O| May 28 05:06:27.629 INFO STEP 1081 (remove_files) COMPLETE
81432026-05-28T05:06:28.506Z[ recovery-image] May 28 05:06:27.629 INFO O| May 28 05:06:27.629 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-28T05:06:28.514Z[ recovery-image] May 28 05:06:27.638 INFO O| May 28 05:06:27.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81452026-05-28T05:06:28.514Z[ recovery-image] May 28 05:06:27.638 INFO O| May 28 05:06:27.638 INFO STEP 1082 (remove_files) COMPLETE
81462026-05-28T05:06:28.514Z[ recovery-image] May 28 05:06:27.638 INFO O| May 28 05:06:27.638 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-28T05:06:28.523Z[ recovery-image] May 28 05:06:27.646 INFO O| May 28 05:06:27.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81482026-05-28T05:06:28.523Z[ recovery-image] May 28 05:06:27.646 INFO O| May 28 05:06:27.646 INFO STEP 1083 (remove_files) COMPLETE
81492026-05-28T05:06:28.523Z[ recovery-image] May 28 05:06:27.646 INFO O| May 28 05:06:27.646 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-28T05:06:28.532Z[ recovery-image] May 28 05:06:27.655 INFO O| May 28 05:06:27.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81512026-05-28T05:06:28.532Z[ recovery-image] May 28 05:06:27.655 INFO O| May 28 05:06:27.655 INFO STEP 1084 (remove_files) COMPLETE
81522026-05-28T05:06:28.532Z[ recovery-image] May 28 05:06:27.655 INFO O| May 28 05:06:27.655 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-28T05:06:28.540Z[ recovery-image] May 28 05:06:27.664 INFO O| May 28 05:06:27.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81542026-05-28T05:06:28.540Z[ recovery-image] May 28 05:06:27.664 INFO O| May 28 05:06:27.664 INFO STEP 1085 (remove_files) COMPLETE
81552026-05-28T05:06:28.540Z[ recovery-image] May 28 05:06:27.664 INFO O| May 28 05:06:27.664 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-28T05:06:28.551Z[ recovery-image] May 28 05:06:27.674 INFO O| May 28 05:06:27.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81572026-05-28T05:06:28.551Z[ recovery-image] May 28 05:06:27.674 INFO O| May 28 05:06:27.674 INFO STEP 1086 (remove_files) COMPLETE
81582026-05-28T05:06:28.551Z[ recovery-image] May 28 05:06:27.674 INFO O| May 28 05:06:27.674 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-05-28T05:06:28.561Z[ recovery-image] May 28 05:06:27.684 INFO O| May 28 05:06:27.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81602026-05-28T05:06:28.561Z[ recovery-image] May 28 05:06:27.684 INFO O| May 28 05:06:27.684 INFO STEP 1087 (remove_files) COMPLETE
81612026-05-28T05:06:28.561Z[ recovery-image] May 28 05:06:27.684 INFO O| May 28 05:06:27.684 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-05-28T05:06:28.571Z[ recovery-image] May 28 05:06:27.694 INFO O| May 28 05:06:27.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81632026-05-28T05:06:28.571Z[ recovery-image] May 28 05:06:27.694 INFO O| May 28 05:06:27.694 INFO STEP 1088 (remove_files) COMPLETE
81642026-05-28T05:06:28.575Z[ recovery-image] May 28 05:06:27.694 INFO O| May 28 05:06:27.694 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-05-28T05:06:28.580Z[ recovery-image] May 28 05:06:27.704 INFO O| May 28 05:06:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81662026-05-28T05:06:28.580Z[ recovery-image] May 28 05:06:27.704 INFO O| May 28 05:06:27.704 INFO STEP 1089 (remove_files) COMPLETE
81672026-05-28T05:06:28.583Z[ recovery-image] May 28 05:06:27.704 INFO O| May 28 05:06:27.704 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-05-28T05:06:28.590Z[ recovery-image] May 28 05:06:27.713 INFO O| May 28 05:06:27.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81692026-05-28T05:06:28.590Z[ recovery-image] May 28 05:06:27.713 INFO O| May 28 05:06:27.713 INFO STEP 1090 (remove_files) COMPLETE
81702026-05-28T05:06:28.590Z[ recovery-image] May 28 05:06:27.713 INFO O| May 28 05:06:27.713 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-05-28T05:06:28.599Z[ recovery-image] May 28 05:06:27.722 INFO O| May 28 05:06:27.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81722026-05-28T05:06:28.599Z[ recovery-image] May 28 05:06:27.722 INFO O| May 28 05:06:27.722 INFO STEP 1091 (remove_files) COMPLETE
81732026-05-28T05:06:28.599Z[ recovery-image] May 28 05:06:27.722 INFO O| May 28 05:06:27.722 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-05-28T05:06:28.607Z[ recovery-image] May 28 05:06:27.730 INFO O| May 28 05:06:27.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81752026-05-28T05:06:28.607Z[ recovery-image] May 28 05:06:27.730 INFO O| May 28 05:06:27.730 INFO STEP 1092 (remove_files) COMPLETE
81762026-05-28T05:06:28.607Z[ recovery-image] May 28 05:06:27.730 INFO O| May 28 05:06:27.730 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-05-28T05:06:28.615Z[ recovery-image] May 28 05:06:27.739 INFO O| May 28 05:06:27.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81782026-05-28T05:06:28.615Z[ recovery-image] May 28 05:06:27.739 INFO O| May 28 05:06:27.739 INFO STEP 1093 (remove_files) COMPLETE
81792026-05-28T05:06:28.615Z[ recovery-image] May 28 05:06:27.739 INFO O| May 28 05:06:27.739 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-05-28T05:06:28.624Z[ recovery-image] May 28 05:06:27.747 INFO O| May 28 05:06:27.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81812026-05-28T05:06:28.624Z[ recovery-image] May 28 05:06:27.747 INFO O| May 28 05:06:27.747 INFO STEP 1094 (remove_files) COMPLETE
81822026-05-28T05:06:28.624Z[ recovery-image] May 28 05:06:27.747 INFO O| May 28 05:06:27.747 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-05-28T05:06:28.632Z[ recovery-image] May 28 05:06:27.755 INFO O| May 28 05:06:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81842026-05-28T05:06:28.632Z[ recovery-image] May 28 05:06:27.755 INFO O| May 28 05:06:27.755 INFO STEP 1095 (remove_files) COMPLETE
81852026-05-28T05:06:28.632Z[ recovery-image] May 28 05:06:27.755 INFO O| May 28 05:06:27.755 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-05-28T05:06:28.641Z[ recovery-image] May 28 05:06:27.764 INFO O| May 28 05:06:27.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81872026-05-28T05:06:28.641Z[ recovery-image] May 28 05:06:27.764 INFO O| May 28 05:06:27.764 INFO STEP 1096 (remove_files) COMPLETE
81882026-05-28T05:06:28.642Z[ recovery-image] May 28 05:06:27.764 INFO O| May 28 05:06:27.764 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-05-28T05:06:28.650Z[ recovery-image] May 28 05:06:27.773 INFO O| May 28 05:06:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81902026-05-28T05:06:28.650Z[ recovery-image] May 28 05:06:27.773 INFO O| May 28 05:06:27.773 INFO STEP 1097 (remove_files) COMPLETE
81912026-05-28T05:06:28.650Z[ recovery-image] May 28 05:06:27.773 INFO O| May 28 05:06:27.773 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-05-28T05:06:28.659Z[ recovery-image] May 28 05:06:27.782 INFO O| May 28 05:06:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81932026-05-28T05:06:28.659Z[ recovery-image] May 28 05:06:27.782 INFO O| May 28 05:06:27.782 INFO STEP 1098 (remove_files) COMPLETE
81942026-05-28T05:06:28.659Z[ recovery-image] May 28 05:06:27.782 INFO O| May 28 05:06:27.782 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-05-28T05:06:28.668Z[ recovery-image] May 28 05:06:27.792 INFO O| May 28 05:06:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81962026-05-28T05:06:28.668Z[ recovery-image] May 28 05:06:27.792 INFO O| May 28 05:06:27.792 INFO STEP 1099 (remove_files) COMPLETE
81972026-05-28T05:06:28.668Z[ recovery-image] May 28 05:06:27.792 INFO O| May 28 05:06:27.792 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-05-28T05:06:28.677Z[ recovery-image] May 28 05:06:27.801 INFO O| May 28 05:06:27.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81992026-05-28T05:06:28.678Z[ recovery-image] May 28 05:06:27.801 INFO O| May 28 05:06:27.801 INFO STEP 1100 (remove_files) COMPLETE
82002026-05-28T05:06:28.678Z[ recovery-image] May 28 05:06:27.801 INFO O| May 28 05:06:27.801 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-05-28T05:06:28.687Z[ recovery-image] May 28 05:06:27.810 INFO O| May 28 05:06:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82022026-05-28T05:06:28.687Z[ recovery-image] May 28 05:06:27.810 INFO O| May 28 05:06:27.810 INFO STEP 1101 (remove_files) COMPLETE
82032026-05-28T05:06:28.687Z[ recovery-image] May 28 05:06:27.810 INFO O| May 28 05:06:27.810 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-05-28T05:06:28.696Z[ recovery-image] May 28 05:06:27.819 INFO O| May 28 05:06:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82052026-05-28T05:06:28.696Z[ recovery-image] May 28 05:06:27.819 INFO O| May 28 05:06:27.819 INFO STEP 1102 (remove_files) COMPLETE
82062026-05-28T05:06:28.699Z[ recovery-image] May 28 05:06:27.819 INFO O| May 28 05:06:27.819 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-05-28T05:06:28.705Z[ recovery-image] May 28 05:06:27.828 INFO O| May 28 05:06:27.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82082026-05-28T05:06:28.705Z[ recovery-image] May 28 05:06:27.828 INFO O| May 28 05:06:27.828 INFO STEP 1103 (remove_files) COMPLETE
82092026-05-28T05:06:28.705Z[ recovery-image] May 28 05:06:27.828 INFO O| May 28 05:06:27.828 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-05-28T05:06:28.715Z[ recovery-image] May 28 05:06:27.838 INFO O| May 28 05:06:27.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82112026-05-28T05:06:28.715Z[ recovery-image] May 28 05:06:27.838 INFO O| May 28 05:06:27.838 INFO STEP 1104 (remove_files) COMPLETE
82122026-05-28T05:06:28.715Z[ recovery-image] May 28 05:06:27.838 INFO O| May 28 05:06:27.838 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-05-28T05:06:28.724Z[ recovery-image] May 28 05:06:27.847 INFO O| May 28 05:06:27.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82142026-05-28T05:06:28.724Z[ recovery-image] May 28 05:06:27.847 INFO O| May 28 05:06:27.847 INFO STEP 1105 (remove_files) COMPLETE
82152026-05-28T05:06:28.724Z[ recovery-image] May 28 05:06:27.847 INFO O| May 28 05:06:27.847 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-05-28T05:06:28.733Z[ recovery-image] May 28 05:06:27.856 INFO O| May 28 05:06:27.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82172026-05-28T05:06:28.733Z[ recovery-image] May 28 05:06:27.857 INFO O| May 28 05:06:27.857 INFO STEP 1106 (remove_files) COMPLETE
82182026-05-28T05:06:28.734Z[ recovery-image] May 28 05:06:27.857 INFO O| May 28 05:06:27.857 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-05-28T05:06:28.743Z[ recovery-image] May 28 05:06:27.866 INFO O| May 28 05:06:27.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82202026-05-28T05:06:28.743Z[ recovery-image] May 28 05:06:27.866 INFO O| May 28 05:06:27.866 INFO STEP 1107 (remove_files) COMPLETE
82212026-05-28T05:06:28.743Z[ recovery-image] May 28 05:06:27.866 INFO O| May 28 05:06:27.866 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-05-28T05:06:28.752Z[ recovery-image] May 28 05:06:27.875 INFO O| May 28 05:06:27.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82232026-05-28T05:06:28.752Z[ recovery-image] May 28 05:06:27.875 INFO O| May 28 05:06:27.875 INFO STEP 1108 (remove_files) COMPLETE
82242026-05-28T05:06:28.752Z[ recovery-image] May 28 05:06:27.875 INFO O| May 28 05:06:27.875 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-05-28T05:06:28.768Z[ recovery-image] May 28 05:06:27.884 INFO O| May 28 05:06:27.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82262026-05-28T05:06:28.768Z[ recovery-image] May 28 05:06:27.884 INFO O| May 28 05:06:27.884 INFO STEP 1109 (remove_files) COMPLETE
82272026-05-28T05:06:28.768Z[ recovery-image] May 28 05:06:27.884 INFO O| May 28 05:06:27.884 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-05-28T05:06:28.777Z[ recovery-image] May 28 05:06:27.892 INFO O| May 28 05:06:27.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82292026-05-28T05:06:28.777Z[ recovery-image] May 28 05:06:27.892 INFO O| May 28 05:06:27.892 INFO STEP 1110 (remove_files) COMPLETE
82302026-05-28T05:06:28.777Z[ recovery-image] May 28 05:06:27.892 INFO O| May 28 05:06:27.892 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-05-28T05:06:28.782Z[ recovery-image] May 28 05:06:27.901 INFO O| May 28 05:06:27.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82322026-05-28T05:06:28.782Z[ recovery-image] May 28 05:06:27.901 INFO O| May 28 05:06:27.901 INFO STEP 1111 (remove_files) COMPLETE
82332026-05-28T05:06:28.782Z[ recovery-image] May 28 05:06:27.901 INFO O| May 28 05:06:27.901 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-05-28T05:06:28.786Z[ recovery-image] May 28 05:06:27.909 INFO O| May 28 05:06:27.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82352026-05-28T05:06:28.786Z[ recovery-image] May 28 05:06:27.909 INFO O| May 28 05:06:27.909 INFO STEP 1112 (remove_files) COMPLETE
82362026-05-28T05:06:28.786Z[ recovery-image] May 28 05:06:27.909 INFO O| May 28 05:06:27.909 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-05-28T05:06:28.794Z[ recovery-image] May 28 05:06:27.917 INFO O| May 28 05:06:27.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82382026-05-28T05:06:28.794Z[ recovery-image] May 28 05:06:27.917 INFO O| May 28 05:06:27.917 INFO STEP 1113 (remove_files) COMPLETE
82392026-05-28T05:06:28.794Z[ recovery-image] May 28 05:06:27.917 INFO O| May 28 05:06:27.917 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-05-28T05:06:28.803Z[ recovery-image] May 28 05:06:27.926 INFO O| May 28 05:06:27.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82412026-05-28T05:06:28.803Z[ recovery-image] May 28 05:06:27.926 INFO O| May 28 05:06:27.926 INFO STEP 1114 (remove_files) COMPLETE
82422026-05-28T05:06:28.803Z[ recovery-image] May 28 05:06:27.926 INFO O| May 28 05:06:27.926 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-05-28T05:06:28.811Z[ recovery-image] May 28 05:06:27.934 INFO O| May 28 05:06:27.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82442026-05-28T05:06:28.811Z[ recovery-image] May 28 05:06:27.934 INFO O| May 28 05:06:27.934 INFO STEP 1115 (remove_files) COMPLETE
82452026-05-28T05:06:28.811Z[ recovery-image] May 28 05:06:27.934 INFO O| May 28 05:06:27.934 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-05-28T05:06:28.819Z[ recovery-image] May 28 05:06:27.943 INFO O| May 28 05:06:27.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82472026-05-28T05:06:28.820Z[ recovery-image] May 28 05:06:27.943 INFO O| May 28 05:06:27.943 INFO STEP 1116 (remove_files) COMPLETE
82482026-05-28T05:06:28.820Z[ recovery-image] May 28 05:06:27.943 INFO O| May 28 05:06:27.943 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-05-28T05:06:28.828Z[ recovery-image] May 28 05:06:27.951 INFO O| May 28 05:06:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82502026-05-28T05:06:28.828Z[ recovery-image] May 28 05:06:27.951 INFO O| May 28 05:06:27.951 INFO STEP 1117 (remove_files) COMPLETE
82512026-05-28T05:06:28.828Z[ recovery-image] May 28 05:06:27.951 INFO O| May 28 05:06:27.951 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-05-28T05:06:28.836Z[ recovery-image] May 28 05:06:27.960 INFO O| May 28 05:06:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82532026-05-28T05:06:28.840Z[ recovery-image] May 28 05:06:27.960 INFO O| May 28 05:06:27.960 INFO STEP 1118 (remove_files) COMPLETE
82542026-05-28T05:06:28.840Z[ recovery-image] May 28 05:06:27.960 INFO O| May 28 05:06:27.960 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82552026-05-28T05:06:28.850Z[ recovery-image] May 28 05:06:27.973 INFO O| May 28 05:06:27.973 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82562026-05-28T05:06:28.850Z[ recovery-image] May 28 05:06:27.974 INFO O| May 28 05:06:27.973 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82572026-05-28T05:06:29.876Z[ recovery-image] May 28 05:06:28.998 INFO O| May 28 05:06:28.998 INFO STEP 1119 (pack_tar) COMPLETE
82582026-05-28T05:06:29.876Z[ recovery-image] May 28 05:06:28.998 INFO O| May 28 05:06:28.998 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82592026-05-28T05:06:29.876Z[ recovery-image] May 28 05:06:28.998 INFO O| May 28 05:06:28.998 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82602026-05-28T05:06:30.235Z[ recovery-image] May 28 05:06:29.358 INFO O| May 28 05:06:29.358 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82612026-05-28T05:06:30.326Z[ recovery-image] May 28 05:06:29.449 INFO O| May 28 05:06:29.449 INFO completed processing sled/ramdisk-03-recovery-trim
82622026-05-28T05:06:30.329Z[ recovery-image] May 28 05:06:29.452 INFO image builder template: zfs-recovery...
82632026-05-28T05:06:30.329Z[ recovery-image] May 28 05:06:29.452 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/.tmpvde0FR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None
82642026-05-28T05:06:30.357Z[ recovery-image] May 28 05:06:29.480 INFO O| May 28 05:06:29.480 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82652026-05-28T05:06:30.361Z[ recovery-image] May 28 05:06:29.484 INFO O| May 28 05:06:29.484 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82662026-05-28T05:06:30.461Z[ recovery-image] May 28 05:06:29.584 INFO O| May 28 05:06:29.584 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82672026-05-28T05:06:30.551Z[ recovery-image] May 28 05:06:29.674 INFO O| May 28 05:06:29.674 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82682026-05-28T05:06:30.551Z[ recovery-image] May 28 05:06:29.674 INFO O| May 28 05:06:29.674 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82692026-05-28T05:06:30.555Z[ recovery-image] May 28 05:06:29.678 INFO O| May 28 05:06:29.678 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82702026-05-28T05:06:30.601Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
82712026-05-28T05:06:30.654Z[ recovery-image] May 28 05:06:29.777 INFO O| May 28 05:06:29.777 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82722026-05-28T05:06:30.733Z[ recovery-image] May 28 05:06:29.856 INFO O| May 28 05:06:29.856 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82732026-05-28T05:06:30.740Z[ recovery-image] May 28 05:06:29.863 INFO O| May 28 05:06:29.863 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82742026-05-28T05:06:30.743Z[ recovery-image] May 28 05:06:29.867 INFO O| May 28 05:06:29.867 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82752026-05-28T05:06:30.746Z[ recovery-image] May 28 05:06:29.868 INFO O| May 28 05:06:29.868 INFO no lofi found
82762026-05-28T05:06:30.746Z[ recovery-image] May 28 05:06:29.868 INFO O| May 28 05:06:29.868 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82772026-05-28T05:06:30.746Z[ recovery-image] May 28 05:06:29.868 INFO O| May 28 05:06:29.868 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82782026-05-28T05:06:32.465Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
82792026-05-28T05:06:32.878Z[ recovery-image] May 28 05:06:32.001 INFO O| May 28 05:06:32.001 INFO lofi device = /dev/dsk/c2t1d0p0
82802026-05-28T05:06:32.878Z[ recovery-image] May 28 05:06:32.001 INFO O| May 28 05:06:32.001 INFO pool device = /dev/dsk/c2t1d0p0
82812026-05-28T05:06:32.881Z[ recovery-image] May 28 05:06:32.001 INFO O| May 28 05:06:32.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"]
82822026-05-28T05:06:33.033Z[ recovery-image] May 28 05:06:32.156 INFO O| May 28 05:06:32.156 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82832026-05-28T05:06:33.033Z[ recovery-image] May 28 05:06:32.156 INFO O| May 28 05:06:32.156 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82842026-05-28T05:06:33.063Z[ recovery-image] May 28 05:06:32.186 INFO O| May 28 05:06:32.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82852026-05-28T05:06:33.213Z[ recovery-image] May 28 05:06:32.336 INFO O| May 28 05:06:32.336 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82862026-05-28T05:06:33.260Z[ recovery-image] May 28 05:06:32.383 INFO O| May 28 05:06:32.383 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82872026-05-28T05:06:33.282Z[ recovery-image] May 28 05:06:32.405 INFO O| May 28 05:06:32.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82882026-05-28T05:06:33.298Z[ recovery-image] May 28 05:06:32.421 INFO O| May 28 05:06:32.421 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82892026-05-28T05:06:33.342Z[ recovery-image] May 28 05:06:32.465 INFO O| May 28 05:06:32.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82902026-05-28T05:06:33.342Z[ recovery-image] May 28 05:06:32.465 INFO O| May 28 05:06:32.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82912026-05-28T05:06:33.345Z[ recovery-image] May 28 05:06:32.465 INFO O| May 28 05:06:32.465 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82922026-05-28T05:06:33.352Z[ recovery-image] May 28 05:06:32.475 INFO O| May 28 05:06:32.475 INFO boot environment UUID: 13741ec1-befe-4c4e-9d73-3a3099895edc
82932026-05-28T05:06:33.352Z[ recovery-image] May 28 05:06:32.476 INFO O| May 28 05:06:32.475 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 13741ec1-befe-4c4e-9d73-3a3099895edc
82942026-05-28T05:06:33.371Z[ recovery-image] May 28 05:06:32.494 INFO O| May 28 05:06:32.494 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82952026-05-28T05:06:33.389Z[ recovery-image] May 28 05:06:32.513 INFO O| May 28 05:06:32.512 INFO STEP 0 (create_be) COMPLETE
82962026-05-28T05:06:33.389Z[ recovery-image] May 28 05:06:32.513 INFO O| May 28 05:06:32.513 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82972026-05-28T05:06:33.405Z[ recovery-image] May 28 05:06:32.528 INFO O| May 28 05:06:32.528 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"]
82982026-05-28T05:06:33.874Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
82992026-05-28T05:06:35.900Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
83002026-05-28T05:06:40.801Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
83012026-05-28T05:06:41.508Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
83022026-05-28T05:06:42.231Z[ recovery-image] May 28 05:06:41.354 INFO O| May 28 05:06:41.354 INFO STEP 1 (unpack_tar) COMPLETE
83032026-05-28T05:06:42.231Z[ recovery-image] May 28 05:06:41.354 INFO O| May 28 05:06:41.354 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83042026-05-28T05:06:42.240Z[ recovery-image] May 28 05:06:41.363 INFO O| May 28 05:06:41.363 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83052026-05-28T05:06:43.346Z[ recovery-image] May 28 05:06:42.469 INFO O| May 28 05:06:42.469 INFO STEP 2 (devfsadm) COMPLETE
83062026-05-28T05:06:43.346Z[ recovery-image] May 28 05:06:42.469 INFO O| May 28 05:06:42.469 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83072026-05-28T05:06:43.356Z[ recovery-image] May 28 05:06:42.479 INFO O| May 28 05:06:42.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83082026-05-28T05:06:43.359Z[ recovery-image] May 28 05:06:42.479 INFO O| May 28 05:06:42.479 INFO STEP 3 (ensure_dir) COMPLETE
83092026-05-28T05:06:43.359Z[ recovery-image] May 28 05:06:42.479 INFO O| May 28 05:06:42.479 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83102026-05-28T05:06:43.365Z[ recovery-image] May 28 05:06:42.488 INFO O| May 28 05:06:42.488 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83112026-05-28T05:06:43.365Z[ recovery-image] May 28 05:06:42.488 INFO O| May 28 05:06:42.488 INFO STEP 4 (ensure_dir) COMPLETE
83122026-05-28T05:06:43.368Z[ recovery-image] May 28 05:06:42.488 INFO O| May 28 05:06:42.488 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83132026-05-28T05:06:43.372Z[ recovery-image] May 28 05:06:42.496 INFO O| May 28 05:06:42.496 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83142026-05-28T05:06:43.372Z[ recovery-image] May 28 05:06:42.496 INFO O| May 28 05:06:42.496 INFO STEP 5 (ensure_dir) COMPLETE
83152026-05-28T05:06:43.375Z[ recovery-image] May 28 05:06:42.496 INFO O| May 28 05:06:42.496 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-05-28T05:06:43.380Z[ recovery-image] May 28 05:06:42.504 INFO O| May 28 05:06:42.504 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83172026-05-28T05:06:43.381Z[ recovery-image] May 28 05:06:42.504 INFO O| May 28 05:06:42.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83182026-05-28T05:06:43.384Z[ recovery-image] May 28 05:06:42.504 INFO O| May 28 05:06:42.504 INFO STEP 6 (ensure_dir) COMPLETE
83192026-05-28T05:06:43.384Z[ recovery-image] May 28 05:06:42.504 INFO O| May 28 05:06:42.504 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83202026-05-28T05:06:43.389Z[ recovery-image] May 28 05:06:42.512 INFO O| May 28 05:06:42.512 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83212026-05-28T05:06:43.389Z[ recovery-image] May 28 05:06:42.512 INFO O| May 28 05:06:42.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83222026-05-28T05:06:43.392Z[ recovery-image] May 28 05:06:42.512 INFO O| May 28 05:06:42.512 INFO STEP 7 (ensure_dir) COMPLETE
83232026-05-28T05:06:43.392Z[ recovery-image] May 28 05:06:42.512 INFO O| May 28 05:06:42.512 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83242026-05-28T05:06:43.397Z[ recovery-image] May 28 05:06:42.521 INFO O| May 28 05:06:42.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83252026-05-28T05:06:43.401Z[ recovery-image] May 28 05:06:42.522 INFO O| May 28 05:06:42.522 INFO STEP 8 (remove_files) COMPLETE
83262026-05-28T05:06:43.401Z[ recovery-image] May 28 05:06:42.522 INFO O| May 28 05:06:42.522 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83272026-05-28T05:06:43.408Z[ recovery-image] May 28 05:06:42.531 INFO O| May 28 05:06:42.531 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83282026-05-28T05:06:43.411Z[ recovery-image] May 28 05:06:42.532 INFO O| May 28 05:06:42.532 INFO STEP 9 (remove_files) COMPLETE
83292026-05-28T05:06:43.411Z[ recovery-image] May 28 05:06:42.532 INFO O| May 28 05:06:42.532 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83302026-05-28T05:06:43.417Z[ recovery-image] May 28 05:06:42.540 INFO O| May 28 05:06:42.540 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83312026-05-28T05:06:43.420Z[ recovery-image] May 28 05:06:42.541 INFO O| May 28 05:06:42.541 INFO STEP 10 (remove_files) COMPLETE
83322026-05-28T05:06:43.420Z[ recovery-image] May 28 05:06:42.541 INFO O| May 28 05:06:42.541 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83332026-05-28T05:06:43.427Z[ recovery-image] May 28 05:06:42.551 INFO O| May 28 05:06:42.551 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83342026-05-28T05:06:43.427Z[ recovery-image] May 28 05:06:42.551 INFO O| May 28 05:06:42.551 INFO STEP 11 (remove_files) COMPLETE
83352026-05-28T05:06:43.427Z[ recovery-image] May 28 05:06:42.551 INFO O| May 28 05:06:42.551 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83362026-05-28T05:06:43.437Z[ recovery-image] May 28 05:06:42.561 INFO O| May 28 05:06:42.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83372026-05-28T05:06:43.437Z[ recovery-image] May 28 05:06:42.561 INFO O| May 28 05:06:42.561 INFO STEP 12 (remove_files) COMPLETE
83382026-05-28T05:06:43.442Z[ recovery-image] May 28 05:06:42.561 INFO O| May 28 05:06:42.561 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-05-28T05:06:43.446Z[ recovery-image] May 28 05:06:42.570 INFO O| May 28 05:06:42.570 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83402026-05-28T05:06:43.449Z[ recovery-image] May 28 05:06:42.570 INFO O| May 28 05:06:42.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83412026-05-28T05:06:43.449Z[ recovery-image] May 28 05:06:42.570 INFO O| May 28 05:06:42.570 INFO STEP 13 (ensure_dir) COMPLETE
83422026-05-28T05:06:43.449Z[ recovery-image] May 28 05:06:42.570 INFO O| May 28 05:06:42.570 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83432026-05-28T05:06:43.455Z[ recovery-image] May 28 05:06:42.579 INFO O| May 28 05:06:42.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83442026-05-28T05:06:43.455Z[ recovery-image] May 28 05:06:42.579 INFO O| May 28 05:06:42.579 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83452026-05-28T05:06:43.458Z[ recovery-image] May 28 05:06:42.579 INFO O| May 28 05:06:42.579 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83462026-05-28T05:06:43.458Z[ recovery-image] May 28 05:06:42.579 INFO O| May 28 05:06:42.579 INFO STEP 14 (ensure_dir) COMPLETE
83472026-05-28T05:06:43.458Z[ recovery-image] May 28 05:06:42.579 INFO O| May 28 05:06:42.579 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-05-28T05:06:43.464Z[ recovery-image] May 28 05:06:42.587 INFO O| May 28 05:06:42.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83492026-05-28T05:06:43.467Z[ recovery-image] May 28 05:06:42.587 INFO O| May 28 05:06:42.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83502026-05-28T05:06:43.467Z[ recovery-image] May 28 05:06:42.587 INFO O| May 28 05:06:42.587 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83512026-05-28T05:06:43.467Z[ recovery-image] May 28 05:06:42.587 INFO O| May 28 05:06:42.587 INFO STEP 15 (ensure_dir) COMPLETE
83522026-05-28T05:06:43.467Z[ recovery-image] May 28 05:06:42.587 INFO O| May 28 05:06:42.587 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83532026-05-28T05:06:43.473Z[ recovery-image] May 28 05:06:42.596 INFO O| May 28 05:06:42.596 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83542026-05-28T05:06:43.473Z[ recovery-image] May 28 05:06:42.596 INFO O| May 28 05:06:42.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83552026-05-28T05:06:43.476Z[ recovery-image] May 28 05:06:42.596 INFO O| May 28 05:06:42.596 INFO STEP 16 (ensure_dir) COMPLETE
83562026-05-28T05:06:43.476Z[ recovery-image] May 28 05:06:42.596 INFO O| May 28 05:06:42.596 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83572026-05-28T05:06:43.481Z[ recovery-image] May 28 05:06:42.605 INFO O| May 28 05:06:42.605 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83582026-05-28T05:06:43.481Z[ recovery-image] May 28 05:06:42.605 INFO O| May 28 05:06:42.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83592026-05-28T05:06:43.484Z[ recovery-image] May 28 05:06:42.605 INFO O| May 28 05:06:42.605 INFO STEP 17 (ensure_dir) COMPLETE
83602026-05-28T05:06:43.484Z[ recovery-image] May 28 05:06:42.605 INFO O| May 28 05:06:42.605 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612026-05-28T05:06:43.490Z[ recovery-image] May 28 05:06:42.613 INFO O| May 28 05:06:42.613 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83622026-05-28T05:06:43.490Z[ recovery-image] May 28 05:06:42.613 INFO O| May 28 05:06:42.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83632026-05-28T05:06:43.493Z[ recovery-image] May 28 05:06:42.613 INFO O| May 28 05:06:42.613 INFO ok!
83642026-05-28T05:06:43.493Z[ recovery-image] May 28 05:06:42.613 INFO O| May 28 05:06:42.613 INFO STEP 18 (ensure_symlink) COMPLETE
83652026-05-28T05:06:43.493Z[ recovery-image] May 28 05:06:42.613 INFO O| May 28 05:06:42.613 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662026-05-28T05:06:43.499Z[ recovery-image] May 28 05:06:42.622 INFO O| May 28 05:06:42.622 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83672026-05-28T05:06:43.499Z[ recovery-image] May 28 05:06:42.622 INFO O| May 28 05:06:42.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83682026-05-28T05:06:43.502Z[ recovery-image] May 28 05:06:42.622 INFO O| May 28 05:06:42.622 INFO ok!
83692026-05-28T05:06:43.502Z[ recovery-image] May 28 05:06:42.622 INFO O| May 28 05:06:42.622 INFO STEP 19 (ensure_file) COMPLETE
83702026-05-28T05:06:43.502Z[ recovery-image] May 28 05:06:42.622 INFO O| May 28 05:06:42.622 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83712026-05-28T05:06:43.507Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83722026-05-28T05:06:43.507Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83732026-05-28T05:06:43.510Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83742026-05-28T05:06:43.510Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO ok!
83752026-05-28T05:06:43.510Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO STEP 20 (ensure_symlink) COMPLETE
83762026-05-28T05:06:43.510Z[ recovery-image] May 28 05:06:42.631 INFO O| May 28 05:06:42.631 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83772026-05-28T05:06:43.517Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83782026-05-28T05:06:43.517Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83792026-05-28T05:06:43.520Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83802026-05-28T05:06:43.520Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO ok!
83812026-05-28T05:06:43.520Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO STEP 21 (ensure_symlink) COMPLETE
83822026-05-28T05:06:43.520Z[ recovery-image] May 28 05:06:42.640 INFO O| May 28 05:06:42.640 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83832026-05-28T05:06:43.527Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83842026-05-28T05:06:43.528Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83852026-05-28T05:06:43.528Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83862026-05-28T05:06:43.531Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO ok!
83872026-05-28T05:06:43.531Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO STEP 22 (ensure_symlink) COMPLETE
83882026-05-28T05:06:43.531Z[ recovery-image] May 28 05:06:42.651 INFO O| May 28 05:06:42.651 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83892026-05-28T05:06:43.536Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.659 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83902026-05-28T05:06:43.536Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.659 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83912026-05-28T05:06:43.536Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83922026-05-28T05:06:43.536Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.660 INFO ok!
83932026-05-28T05:06:43.536Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.660 INFO STEP 23 (ensure_symlink) COMPLETE
83942026-05-28T05:06:43.539Z[ recovery-image] May 28 05:06:42.660 INFO O| May 28 05:06:42.660 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83952026-05-28T05:06:43.544Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.667 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83962026-05-28T05:06:43.544Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.668 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 ...
83972026-05-28T05:06:43.547Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83982026-05-28T05:06:43.547Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.668 INFO ok!
83992026-05-28T05:06:43.547Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.668 INFO STEP 24 (ensure_file) COMPLETE
84002026-05-28T05:06:43.547Z[ recovery-image] May 28 05:06:42.668 INFO O| May 28 05:06:42.668 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84012026-05-28T05:06:43.553Z[ recovery-image] May 28 05:06:42.676 INFO O| May 28 05:06:42.676 INFO updating shadow file
84022026-05-28T05:06:43.553Z[ recovery-image] May 28 05:06:42.676 INFO O| May 28 05:06:42.676 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84032026-05-28T05:06:43.555Z[ recovery-image] May 28 05:06:42.676 INFO O| May 28 05:06:42.676 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84042026-05-28T05:06:43.556Z[ recovery-image] May 28 05:06:42.676 INFO O| May 28 05:06:42.676 INFO STEP 25 (shadow) COMPLETE
84052026-05-28T05:06:43.556Z[ recovery-image] May 28 05:06:42.676 INFO O| May 28 05:06:42.676 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84062026-05-28T05:06:43.561Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84072026-05-28T05:06:43.561Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84082026-05-28T05:06:43.561Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84092026-05-28T05:06:43.564Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 INFO ok!
84102026-05-28T05:06:43.564Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 INFO STEP 26 (ensure_file) COMPLETE
84112026-05-28T05:06:43.564Z[ recovery-image] May 28 05:06:42.684 INFO O| May 28 05:06:42.684 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84122026-05-28T05:06:43.569Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84132026-05-28T05:06:43.569Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84142026-05-28T05:06:43.572Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84152026-05-28T05:06:43.572Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO ok!
84162026-05-28T05:06:43.572Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO STEP 27 (ensure_file) COMPLETE
84172026-05-28T05:06:43.572Z[ recovery-image] May 28 05:06:42.692 INFO O| May 28 05:06:42.692 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84182026-05-28T05:06:43.578Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84192026-05-28T05:06:43.578Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84202026-05-28T05:06:43.580Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84212026-05-28T05:06:43.581Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84222026-05-28T05:06:43.581Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO ok!
84232026-05-28T05:06:43.581Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO STEP 28 (ensure_file) COMPLETE
84242026-05-28T05:06:43.581Z[ recovery-image] May 28 05:06:42.701 INFO O| May 28 05:06:42.701 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84252026-05-28T05:06:43.586Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84262026-05-28T05:06:43.586Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84272026-05-28T05:06:43.586Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84282026-05-28T05:06:43.589Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO ok!
84292026-05-28T05:06:43.589Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO STEP 29 (ensure_file) COMPLETE
84302026-05-28T05:06:43.589Z[ recovery-image] May 28 05:06:42.709 INFO O| May 28 05:06:42.709 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84312026-05-28T05:06:43.594Z[ recovery-image] May 28 05:06:42.718 INFO O| May 28 05:06:42.717 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84322026-05-28T05:06:43.594Z[ recovery-image] May 28 05:06:42.718 INFO O| May 28 05:06:42.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84332026-05-28T05:06:43.597Z[ recovery-image] May 28 05:06:42.718 INFO O| May 28 05:06:42.718 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84342026-05-28T05:06:43.597Z[ recovery-image] May 28 05:06:42.718 INFO O| May 28 05:06:42.718 INFO STEP 30 (ensure_dir) COMPLETE
84352026-05-28T05:06:43.597Z[ recovery-image] May 28 05:06:42.718 INFO O| May 28 05:06:42.718 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84362026-05-28T05:06:43.603Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84372026-05-28T05:06:43.603Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 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 ...
84382026-05-28T05:06:43.606Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 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
84392026-05-28T05:06:43.606Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84402026-05-28T05:06:43.606Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 INFO ok!
84412026-05-28T05:06:43.606Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 INFO STEP 31 (ensure_file) COMPLETE
84422026-05-28T05:06:43.606Z[ recovery-image] May 28 05:06:42.726 INFO O| May 28 05:06:42.726 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84432026-05-28T05:06:43.611Z[ recovery-image] May 28 05:06:42.735 INFO O| May 28 05:06:42.735 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84442026-05-28T05:06:43.611Z[ recovery-image] May 28 05:06:42.735 INFO O| May 28 05:06:42.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84452026-05-28T05:06:43.611Z[ recovery-image] May 28 05:06:42.735 INFO O| May 28 05:06:42.735 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84462026-05-28T05:06:43.614Z[ recovery-image] May 28 05:06:42.735 INFO O| May 28 05:06:42.735 INFO STEP 32 (ensure_dir) COMPLETE
84472026-05-28T05:06:43.615Z[ recovery-image] May 28 05:06:42.735 INFO O| May 28 05:06:42.735 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84482026-05-28T05:06:43.620Z[ recovery-image] May 28 05:06:42.743 INFO O| May 28 05:06:42.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84492026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.743 INFO O| May 28 05:06:42.743 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 ...
84502026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.744 INFO O| May 28 05:06:42.744 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
84512026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.744 INFO O| May 28 05:06:42.744 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84522026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.744 INFO O| May 28 05:06:42.744 INFO ok!
84532026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.744 INFO O| May 28 05:06:42.744 INFO STEP 33 (ensure_file) COMPLETE
84542026-05-28T05:06:43.624Z[ recovery-image] May 28 05:06:42.744 INFO O| May 28 05:06:42.744 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84552026-05-28T05:06:43.629Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84562026-05-28T05:06:43.629Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84572026-05-28T05:06:43.632Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84582026-05-28T05:06:43.632Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO ok!
84592026-05-28T05:06:43.632Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO STEP 34 (ensure_file) COMPLETE
84602026-05-28T05:06:43.632Z[ recovery-image] May 28 05:06:42.752 INFO O| May 28 05:06:42.752 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84612026-05-28T05:06:43.638Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84622026-05-28T05:06:43.638Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84632026-05-28T05:06:43.641Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84642026-05-28T05:06:43.641Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84652026-05-28T05:06:43.641Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO ok!
84662026-05-28T05:06:43.641Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO STEP 35 (ensure_file) COMPLETE
84672026-05-28T05:06:43.641Z[ recovery-image] May 28 05:06:42.761 INFO O| May 28 05:06:42.761 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84682026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.770 INFO O| May 28 05:06:42.770 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84692026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.770 INFO O| May 28 05:06:42.770 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84702026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.771 INFO O| May 28 05:06:42.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84712026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.771 INFO O| May 28 05:06:42.771 INFO ok!
84722026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.771 INFO O| May 28 05:06:42.771 INFO STEP 36 (ensure_file) COMPLETE
84732026-05-28T05:06:43.654Z[ recovery-image] May 28 05:06:42.771 INFO O| May 28 05:06:42.771 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84742026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84752026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84762026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84772026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 INFO ok!
84782026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 INFO STEP 37 (ensure_file) COMPLETE
84792026-05-28T05:06:43.657Z[ recovery-image] May 28 05:06:42.779 INFO O| May 28 05:06:42.779 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84802026-05-28T05:06:43.665Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84812026-05-28T05:06:43.665Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84822026-05-28T05:06:43.665Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84832026-05-28T05:06:43.668Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84842026-05-28T05:06:43.669Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84852026-05-28T05:06:43.669Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84862026-05-28T05:06:43.669Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO ok!
84872026-05-28T05:06:43.669Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO STEP 38 (ensure_file) COMPLETE
84882026-05-28T05:06:43.669Z[ recovery-image] May 28 05:06:42.788 INFO O| May 28 05:06:42.788 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84892026-05-28T05:06:43.674Z[ recovery-image] May 28 05:06:42.797 INFO O| May 28 05:06:42.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84902026-05-28T05:06:43.674Z[ recovery-image] May 28 05:06:42.798 INFO O| May 28 05:06:42.798 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84912026-05-28T05:06:43.677Z[ recovery-image] May 28 05:06:42.798 INFO O| May 28 05:06:42.798 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84922026-05-28T05:06:43.677Z[ recovery-image] May 28 05:06:42.798 INFO O| May 28 05:06:42.798 INFO STEP 39 (ensure_dir) COMPLETE
84932026-05-28T05:06:43.677Z[ recovery-image] May 28 05:06:42.798 INFO O| May 28 05:06:42.798 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84942026-05-28T05:06:43.683Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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
84952026-05-28T05:06:43.683Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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 ...
84962026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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
84972026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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
84982026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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
84992026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 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
85002026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 INFO ok!
85012026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 INFO STEP 40 (ensure_file) COMPLETE
85022026-05-28T05:06:43.687Z[ recovery-image] May 28 05:06:42.807 INFO O| May 28 05:06:42.807 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85032026-05-28T05:06:43.692Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85042026-05-28T05:06:43.693Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 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 ...
85052026-05-28T05:06:43.693Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85062026-05-28T05:06:43.696Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 INFO ok!
85072026-05-28T05:06:43.696Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 INFO STEP 41 (ensure_symlink) COMPLETE
85082026-05-28T05:06:43.696Z[ recovery-image] May 28 05:06:42.816 INFO O| May 28 05:06:42.816 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85092026-05-28T05:06:43.702Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85102026-05-28T05:06:43.702Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85112026-05-28T05:06:43.705Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85122026-05-28T05:06:43.706Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO ok!
85132026-05-28T05:06:43.706Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO STEP 42 (ensure_symlink) COMPLETE
85142026-05-28T05:06:43.706Z[ recovery-image] May 28 05:06:42.825 INFO O| May 28 05:06:42.825 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85152026-05-28T05:06:43.713Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85162026-05-28T05:06:43.713Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85172026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85182026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85192026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85202026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85212026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO ok!
85222026-05-28T05:06:43.716Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO STEP 43 (ensure_file) COMPLETE
85232026-05-28T05:06:43.717Z[ recovery-image] May 28 05:06:42.836 INFO O| May 28 05:06:42.836 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85242026-05-28T05:06:43.723Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85252026-05-28T05:06:43.723Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 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 ...
85262026-05-28T05:06:43.726Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 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
85272026-05-28T05:06:43.726Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85282026-05-28T05:06:43.726Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 INFO ok!
85292026-05-28T05:06:43.726Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 INFO STEP 44 (ensure_file) COMPLETE
85302026-05-28T05:06:43.727Z[ recovery-image] May 28 05:06:42.846 INFO O| May 28 05:06:42.846 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85312026-05-28T05:06:43.733Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.856 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85322026-05-28T05:06:43.733Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.857 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85332026-05-28T05:06:43.737Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85342026-05-28T05:06:43.737Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.857 INFO ok!
85352026-05-28T05:06:43.737Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.857 INFO STEP 45 (ensure_file) COMPLETE
85362026-05-28T05:06:43.737Z[ recovery-image] May 28 05:06:42.857 INFO O| May 28 05:06:42.857 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85372026-05-28T05:06:43.743Z[ recovery-image] May 28 05:06:42.867 INFO O| May 28 05:06:42.867 INFO updating shadow file
85382026-05-28T05:06:43.744Z[ recovery-image] May 28 05:06:42.867 INFO O| May 28 05:06:42.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85392026-05-28T05:06:43.747Z[ recovery-image] May 28 05:06:42.867 INFO O| May 28 05:06:42.867 INFO STEP 46 (shadow) COMPLETE
85402026-05-28T05:06:43.747Z[ recovery-image] May 28 05:06:42.867 INFO O| May 28 05:06:42.867 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85412026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85422026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85432026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85442026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85452026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO ok!
85462026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO STEP 47 (ensure_file) COMPLETE
85472026-05-28T05:06:43.758Z[ recovery-image] May 28 05:06:42.877 INFO O| May 28 05:06:42.876 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482026-05-28T05:06:43.763Z[ recovery-image] May 28 05:06:42.886 INFO O| May 28 05:06:42.886 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85492026-05-28T05:06:43.763Z[ recovery-image] May 28 05:06:42.886 INFO O| May 28 05:06:42.886 INFO STEP 48 (ensure_dir) COMPLETE
85502026-05-28T05:06:43.766Z[ recovery-image] May 28 05:06:42.886 INFO O| May 28 05:06:42.886 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512026-05-28T05:06:43.772Z[ recovery-image] May 28 05:06:42.895 INFO O| May 28 05:06:42.895 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85522026-05-28T05:06:43.772Z[ recovery-image] May 28 05:06:42.895 INFO O| May 28 05:06:42.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85532026-05-28T05:06:43.776Z[ recovery-image] May 28 05:06:42.895 INFO O| May 28 05:06:42.895 INFO STEP 49 (ensure_dir) COMPLETE
85542026-05-28T05:06:43.776Z[ recovery-image] May 28 05:06:42.895 INFO O| May 28 05:06:42.895 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85552026-05-28T05:06:43.781Z[ recovery-image] May 28 05:06:42.904 INFO O| May 28 05:06:42.904 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85562026-05-28T05:06:43.781Z[ recovery-image] May 28 05:06:42.904 INFO O| May 28 05:06:42.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85572026-05-28T05:06:43.784Z[ recovery-image] May 28 05:06:42.904 INFO O| May 28 05:06:42.904 INFO STEP 50 (ensure_dir) COMPLETE
85582026-05-28T05:06:43.785Z[ recovery-image] May 28 05:06:42.904 INFO O| May 28 05:06:42.904 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85592026-05-28T05:06:43.790Z[ recovery-image] May 28 05:06:42.913 INFO O| May 28 05:06:42.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85602026-05-28T05:06:43.791Z[ recovery-image] May 28 05:06:42.913 INFO O| May 28 05:06:42.913 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85612026-05-28T05:06:43.821Z[ recovery-image] May 28 05:06:42.944 INFO O| May 28 05:06:42.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85622026-05-28T05:06:43.829Z[ recovery-image] May 28 05:06:42.944 INFO O| May 28 05:06:42.944 INFO ok!
85632026-05-28T05:06:43.829Z[ recovery-image] May 28 05:06:42.944 INFO O| May 28 05:06:42.944 INFO STEP 51 (ensure_file) COMPLETE
85642026-05-28T05:06:43.829Z[ recovery-image] May 28 05:06:42.944 INFO O| May 28 05:06:42.944 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85652026-05-28T05:06:43.837Z[ recovery-image] May 28 05:06:42.954 INFO O| May 28 05:06:42.954 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85662026-05-28T05:06:43.837Z[ recovery-image] May 28 05:06:42.954 INFO O| May 28 05:06:42.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85672026-05-28T05:06:43.837Z[ recovery-image] May 28 05:06:42.954 INFO O| May 28 05:06:42.954 INFO STEP 52 (ensure_dir) COMPLETE
85682026-05-28T05:06:43.837Z[ recovery-image] May 28 05:06:42.954 INFO O| May 28 05:06:42.954 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.962 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85702026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.962 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85712026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85722026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.963 INFO ok!
85732026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.963 INFO STEP 53 (ensure_file) COMPLETE
85742026-05-28T05:06:43.841Z[ recovery-image] May 28 05:06:42.963 INFO O| May 28 05:06:42.963 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752026-05-28T05:06:43.849Z[ recovery-image] May 28 05:06:42.972 INFO O| May 28 05:06:42.972 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85762026-05-28T05:06:43.849Z[ recovery-image] May 28 05:06:42.972 INFO O| May 28 05:06:42.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85772026-05-28T05:06:43.852Z[ recovery-image] May 28 05:06:42.972 INFO O| May 28 05:06:42.972 INFO STEP 54 (ensure_dir) COMPLETE
85782026-05-28T05:06:43.852Z[ recovery-image] May 28 05:06:42.972 INFO O| May 28 05:06:42.972 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85792026-05-28T05:06:43.858Z[ recovery-image] May 28 05:06:42.981 INFO O| May 28 05:06:42.981 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85802026-05-28T05:06:43.858Z[ recovery-image] May 28 05:06:42.981 INFO O| May 28 05:06:42.981 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85812026-05-28T05:06:45.886Z[ recovery-image] May 28 05:06:44.999 INFO O| May 28 05:06:44.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85822026-05-28T05:06:45.886Z[ recovery-image] May 28 05:06:44.999 INFO O| May 28 05:06:44.999 INFO ok!
85832026-05-28T05:06:45.886Z[ recovery-image] May 28 05:06:44.999 INFO O| May 28 05:06:44.999 INFO STEP 55 (ensure_file) COMPLETE
85842026-05-28T05:06:45.916Z[ recovery-image] May 28 05:06:44.999 INFO O| May 28 05:06:44.999 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85852026-05-28T05:06:45.916Z[ recovery-image] May 28 05:06:45.011 INFO O| May 28 05:06:45.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85862026-05-28T05:06:45.916Z[ recovery-image] May 28 05:06:45.011 INFO O| May 28 05:06:45.011 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85872026-05-28T05:06:47.826Z[ recovery-image] May 28 05:06:46.949 INFO O| May 28 05:06:46.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85882026-05-28T05:06:47.826Z[ recovery-image] May 28 05:06:46.949 INFO O| May 28 05:06:46.949 INFO ok!
85892026-05-28T05:06:47.829Z[ recovery-image] May 28 05:06:46.949 INFO O| May 28 05:06:46.949 INFO STEP 56 (ensure_file) COMPLETE
85902026-05-28T05:06:47.829Z[ recovery-image] May 28 05:06:46.949 INFO O| May 28 05:06:46.949 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.961 INFO O| May 28 05:06:46.961 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85922026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.961 INFO O| May 28 05:06:46.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85932026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.961 INFO O| May 28 05:06:46.961 INFO STEP 57 (ensure_dir) COMPLETE
85942026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.961 INFO O| May 28 05:06:46.961 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85952026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85962026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 INFO copying /tmp/.tmpvde0FR/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 ...
85972026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 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
85982026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 INFO ok!
85992026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 INFO STEP 58 (ensure_file) COMPLETE
86002026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.971 INFO O| May 28 05:06:46.971 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86012026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86022026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 INFO copying /tmp/.tmpvde0FR/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 ...
86032026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 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
86042026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 INFO ok!
86052026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 INFO STEP 59 (ensure_file) COMPLETE
86062026-05-28T05:06:47.862Z[ recovery-image] May 28 05:06:46.982 INFO O| May 28 05:06:46.982 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-05-28T05:06:47.870Z[ recovery-image] May 28 05:06:46.992 INFO O| May 28 05:06:46.992 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86082026-05-28T05:06:47.870Z[ recovery-image] May 28 05:06:46.993 INFO O| May 28 05:06:46.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86092026-05-28T05:06:47.870Z[ recovery-image] May 28 05:06:46.993 INFO O| May 28 05:06:46.993 INFO STEP 60 (ensure_dir) COMPLETE
86102026-05-28T05:06:47.870Z[ recovery-image] May 28 05:06:46.993 INFO O| May 28 05:06:46.993 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-05-28T05:06:47.880Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86122026-05-28T05:06:47.880Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO copying /tmp/.tmpvde0FR/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 ...
86132026-05-28T05:06:47.880Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86142026-05-28T05:06:47.883Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO ok!
86152026-05-28T05:06:47.883Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO STEP 61 (ensure_file) COMPLETE
86162026-05-28T05:06:47.883Z[ recovery-image] May 28 05:06:47.003 INFO O| May 28 05:06:47.003 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-05-28T05:06:47.890Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86182026-05-28T05:06:47.890Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 INFO copying /tmp/.tmpvde0FR/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 ...
86192026-05-28T05:06:47.890Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 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
86202026-05-28T05:06:47.893Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 INFO ok!
86212026-05-28T05:06:47.893Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 INFO STEP 62 (ensure_file) COMPLETE
86222026-05-28T05:06:47.893Z[ recovery-image] May 28 05:06:47.013 INFO O| May 28 05:06:47.013 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-05-28T05:06:47.899Z[ recovery-image] May 28 05:06:47.023 INFO O| May 28 05:06:47.023 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86242026-05-28T05:06:47.900Z[ recovery-image] May 28 05:06:47.023 INFO O| May 28 05:06:47.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86252026-05-28T05:06:47.900Z[ recovery-image] May 28 05:06:47.023 INFO O| May 28 05:06:47.023 INFO STEP 63 (ensure_dir) COMPLETE
86262026-05-28T05:06:47.902Z[ recovery-image] May 28 05:06:47.023 INFO O| May 28 05:06:47.023 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86272026-05-28T05:06:47.909Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86282026-05-28T05:06:47.909Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO copying /tmp/.tmpvde0FR/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 ...
86292026-05-28T05:06:47.911Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86302026-05-28T05:06:47.911Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO ok!
86312026-05-28T05:06:47.911Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO STEP 64 (ensure_file) COMPLETE
86322026-05-28T05:06:47.911Z[ recovery-image] May 28 05:06:47.032 INFO O| May 28 05:06:47.032 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332026-05-28T05:06:47.921Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86342026-05-28T05:06:47.921Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86352026-05-28T05:06:47.921Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86362026-05-28T05:06:47.934Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO ok!
86372026-05-28T05:06:47.934Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO STEP 65 (ensure_file) COMPLETE
86382026-05-28T05:06:47.934Z[ recovery-image] May 28 05:06:47.041 INFO O| May 28 05:06:47.041 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-05-28T05:06:47.944Z[ recovery-image] May 28 05:06:47.059 INFO O| May 28 05:06:47.059 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86402026-05-28T05:06:47.944Z[ recovery-image] May 28 05:06:47.059 INFO O| May 28 05:06:47.059 INFO STEP 66 (ensure_dir) COMPLETE
86412026-05-28T05:06:47.944Z[ recovery-image] May 28 05:06:47.059 INFO O| May 28 05:06:47.059 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86422026-05-28T05:06:47.993Z[ recovery-image] May 28 05:06:47.116 INFO O| May 28 05:06:47.116 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86432026-05-28T05:06:47.994Z[ recovery-image] May 28 05:06:47.116 INFO O| May 28 05:06:47.116 INFO STEP 67 (ensure_dir) COMPLETE
86442026-05-28T05:06:48.000Z[ recovery-image] May 28 05:06:47.116 INFO O| May 28 05:06:47.116 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-05-28T05:06:48.010Z[ recovery-image] May 28 05:06:47.127 INFO O| May 28 05:06:47.127 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86462026-05-28T05:06:48.010Z[ recovery-image] May 28 05:06:47.127 INFO O| May 28 05:06:47.127 INFO STEP 68 (ensure_dir) COMPLETE
86472026-05-28T05:06:48.010Z[ recovery-image] May 28 05:06:47.127 INFO O| May 28 05:06:47.127 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-05-28T05:06:48.021Z[ recovery-image] May 28 05:06:47.143 INFO O| May 28 05:06:47.137 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86492026-05-28T05:06:48.021Z[ recovery-image] May 28 05:06:47.143 INFO O| May 28 05:06:47.137 INFO STEP 69 (ensure_dir) COMPLETE
86502026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.143 INFO O| May 28 05:06:47.137 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86522026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO copying /tmp/.tmpvde0FR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86532026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86542026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO ok!
86552026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO STEP 70 (ensure_file) COMPLETE
86562026-05-28T05:06:48.027Z[ recovery-image] May 28 05:06:47.148 INFO O| May 28 05:06:47.147 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86572026-05-28T05:06:48.039Z[ recovery-image] May 28 05:06:47.157 INFO O| May 28 05:06:47.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86582026-05-28T05:06:48.042Z[ recovery-image] May 28 05:06:47.157 INFO O| May 28 05:06:47.157 INFO STEP 71 (remove_files) COMPLETE
86592026-05-28T05:06:48.042Z[ recovery-image] May 28 05:06:47.157 INFO O| May 28 05:06:47.157 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86602026-05-28T05:06:48.045Z[ recovery-image] May 28 05:06:47.166 INFO O| May 28 05:06:47.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86612026-05-28T05:06:48.046Z[ recovery-image] May 28 05:06:47.166 INFO O| May 28 05:06:47.166 INFO STEP 72 (remove_files) COMPLETE
86622026-05-28T05:06:48.046Z[ recovery-image] May 28 05:06:47.166 INFO O| May 28 05:06:47.166 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632026-05-28T05:06:48.053Z[ recovery-image] May 28 05:06:47.176 INFO O| May 28 05:06:47.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86642026-05-28T05:06:48.053Z[ recovery-image] May 28 05:06:47.176 INFO O| May 28 05:06:47.176 INFO STEP 73 (remove_files) COMPLETE
86652026-05-28T05:06:48.053Z[ recovery-image] May 28 05:06:47.176 INFO O| May 28 05:06:47.176 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-05-28T05:06:48.063Z[ recovery-image] May 28 05:06:47.185 INFO O| May 28 05:06:47.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86672026-05-28T05:06:48.063Z[ recovery-image] May 28 05:06:47.185 INFO O| May 28 05:06:47.185 INFO STEP 74 (remove_files) COMPLETE
86682026-05-28T05:06:48.063Z[ recovery-image] May 28 05:06:47.185 INFO O| May 28 05:06:47.185 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-05-28T05:06:48.071Z[ recovery-image] May 28 05:06:47.194 INFO O| May 28 05:06:47.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86702026-05-28T05:06:48.071Z[ recovery-image] May 28 05:06:47.194 INFO O| May 28 05:06:47.194 INFO STEP 75 (remove_files) COMPLETE
86712026-05-28T05:06:48.071Z[ recovery-image] May 28 05:06:47.194 INFO O| May 28 05:06:47.194 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-05-28T05:06:48.082Z[ recovery-image] May 28 05:06:47.204 INFO O| May 28 05:06:47.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86732026-05-28T05:06:48.082Z[ recovery-image] May 28 05:06:47.204 INFO O| May 28 05:06:47.204 INFO STEP 76 (remove_files) COMPLETE
86742026-05-28T05:06:48.082Z[ recovery-image] May 28 05:06:47.204 INFO O| May 28 05:06:47.204 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-05-28T05:06:48.091Z[ recovery-image] May 28 05:06:47.214 INFO O| May 28 05:06:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86762026-05-28T05:06:48.091Z[ recovery-image] May 28 05:06:47.214 INFO O| May 28 05:06:47.214 INFO STEP 77 (remove_files) COMPLETE
86772026-05-28T05:06:48.098Z[ recovery-image] May 28 05:06:47.214 INFO O| May 28 05:06:47.214 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-05-28T05:06:48.101Z[ recovery-image] May 28 05:06:47.223 INFO O| May 28 05:06:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86792026-05-28T05:06:48.101Z[ recovery-image] May 28 05:06:47.223 INFO O| May 28 05:06:47.223 INFO STEP 78 (remove_files) COMPLETE
86802026-05-28T05:06:48.101Z[ recovery-image] May 28 05:06:47.223 INFO O| May 28 05:06:47.223 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-05-28T05:06:48.112Z[ recovery-image] May 28 05:06:47.235 INFO O| May 28 05:06:47.235 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86822026-05-28T05:06:48.118Z[ recovery-image] May 28 05:06:47.235 INFO O| May 28 05:06:47.235 INFO STEP 79 (remove_files) COMPLETE
86832026-05-28T05:06:48.118Z[ recovery-image] May 28 05:06:47.235 INFO O| May 28 05:06:47.235 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-05-28T05:06:48.166Z[ recovery-image] May 28 05:06:47.244 INFO O| May 28 05:06:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86852026-05-28T05:06:48.174Z[ recovery-image] May 28 05:06:47.244 INFO O| May 28 05:06:47.244 INFO STEP 80 (remove_files) COMPLETE
86862026-05-28T05:06:48.179Z[ recovery-image] May 28 05:06:47.244 INFO O| May 28 05:06:47.244 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-05-28T05:06:48.179Z[ recovery-image] May 28 05:06:47.253 INFO O| May 28 05:06:47.253 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86882026-05-28T05:06:48.182Z[ recovery-image] May 28 05:06:47.253 INFO O| May 28 05:06:47.253 INFO STEP 81 (remove_files) COMPLETE
86892026-05-28T05:06:48.182Z[ recovery-image] May 28 05:06:47.253 INFO O| May 28 05:06:47.253 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-05-28T05:06:48.182Z[ recovery-image] May 28 05:06:47.262 INFO O| May 28 05:06:47.261 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86912026-05-28T05:06:48.182Z[ recovery-image] May 28 05:06:47.262 INFO O| May 28 05:06:47.262 INFO STEP 82 (remove_files) COMPLETE
86922026-05-28T05:06:48.191Z[ recovery-image] May 28 05:06:47.262 INFO O| May 28 05:06:47.262 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-05-28T05:06:48.191Z[ recovery-image] May 28 05:06:47.270 INFO O| May 28 05:06:47.270 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86942026-05-28T05:06:48.192Z[ recovery-image] May 28 05:06:47.270 INFO O| May 28 05:06:47.270 INFO STEP 83 (remove_files) COMPLETE
86952026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.270 INFO O| May 28 05:06:47.270 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.278 INFO O| May 28 05:06:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86972026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.278 INFO O| May 28 05:06:47.278 INFO STEP 84 (remove_files) COMPLETE
86982026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.278 INFO O| May 28 05:06:47.278 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.286 INFO O| May 28 05:06:47.286 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87002026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.286 INFO O| May 28 05:06:47.286 INFO STEP 85 (remove_files) COMPLETE
87012026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.286 INFO O| May 28 05:06:47.286 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.295 INFO O| May 28 05:06:47.295 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87032026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.295 INFO O| May 28 05:06:47.295 INFO STEP 86 (remove_files) COMPLETE
87042026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.295 INFO O| May 28 05:06:47.295 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-05-28T05:06:48.196Z[ recovery-image] May 28 05:06:47.307 INFO O| May 28 05:06:47.307 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87062026-05-28T05:06:48.197Z[ recovery-image] May 28 05:06:47.307 INFO O| May 28 05:06:47.307 INFO STEP 87 (remove_files) COMPLETE
87072026-05-28T05:06:48.197Z[ recovery-image] May 28 05:06:47.307 INFO O| May 28 05:06:47.307 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-05-28T05:06:48.208Z[ recovery-image] May 28 05:06:47.318 INFO O| May 28 05:06:47.318 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87092026-05-28T05:06:48.212Z[ recovery-image] May 28 05:06:47.318 INFO O| May 28 05:06:47.318 INFO STEP 88 (remove_files) COMPLETE
87102026-05-28T05:06:48.212Z[ recovery-image] May 28 05:06:47.318 INFO O| May 28 05:06:47.318 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-05-28T05:06:48.212Z[ recovery-image] May 28 05:06:47.328 INFO O| May 28 05:06:47.328 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87122026-05-28T05:06:48.212Z[ recovery-image] May 28 05:06:47.328 INFO O| May 28 05:06:47.328 INFO STEP 89 (remove_files) COMPLETE
87132026-05-28T05:06:48.212Z[ recovery-image] May 28 05:06:47.328 INFO O| May 28 05:06:47.328 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-05-28T05:06:48.224Z[ recovery-image] May 28 05:06:47.341 INFO O| May 28 05:06:47.341 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87152026-05-28T05:06:48.224Z[ recovery-image] May 28 05:06:47.341 INFO O| May 28 05:06:47.341 INFO STEP 90 (remove_files) COMPLETE
87162026-05-28T05:06:48.224Z[ recovery-image] May 28 05:06:47.341 INFO O| May 28 05:06:47.341 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-05-28T05:06:48.235Z[ recovery-image] May 28 05:06:47.358 INFO O| May 28 05:06:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87182026-05-28T05:06:48.235Z[ recovery-image] May 28 05:06:47.358 INFO O| May 28 05:06:47.358 INFO STEP 91 (remove_files) COMPLETE
87192026-05-28T05:06:48.239Z[ recovery-image] May 28 05:06:47.358 INFO O| May 28 05:06:47.358 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-05-28T05:06:48.253Z[ recovery-image] May 28 05:06:47.370 INFO O| May 28 05:06:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87212026-05-28T05:06:48.253Z[ recovery-image] May 28 05:06:47.370 INFO O| May 28 05:06:47.370 INFO STEP 92 (remove_files) COMPLETE
87222026-05-28T05:06:48.253Z[ recovery-image] May 28 05:06:47.370 INFO O| May 28 05:06:47.370 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-05-28T05:06:48.259Z[ recovery-image] May 28 05:06:47.383 INFO O| May 28 05:06:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87242026-05-28T05:06:48.259Z[ recovery-image] May 28 05:06:47.383 INFO O| May 28 05:06:47.383 INFO STEP 93 (remove_files) COMPLETE
87252026-05-28T05:06:48.266Z[ recovery-image] May 28 05:06:47.383 INFO O| May 28 05:06:47.383 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-05-28T05:06:48.271Z[ recovery-image] May 28 05:06:47.393 INFO O| May 28 05:06:47.393 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87272026-05-28T05:06:48.271Z[ recovery-image] May 28 05:06:47.393 INFO O| May 28 05:06:47.393 INFO STEP 94 (remove_files) COMPLETE
87282026-05-28T05:06:48.275Z[ recovery-image] May 28 05:06:47.393 INFO O| May 28 05:06:47.393 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-05-28T05:06:48.304Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.414 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87302026-05-28T05:06:48.304Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.414 INFO STEP 95 (remove_files) COMPLETE
87312026-05-28T05:06:48.308Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.414 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-05-28T05:06:48.308Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.425 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87332026-05-28T05:06:48.308Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.426 INFO STEP 96 (remove_files) COMPLETE
87342026-05-28T05:06:48.308Z[ recovery-image] May 28 05:06:47.426 INFO O| May 28 05:06:47.426 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-05-28T05:06:48.323Z[ recovery-image] May 28 05:06:47.445 INFO O| May 28 05:06:47.445 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87362026-05-28T05:06:48.323Z[ recovery-image] May 28 05:06:47.445 INFO O| May 28 05:06:47.445 INFO STEP 97 (remove_files) COMPLETE
87372026-05-28T05:06:48.323Z[ recovery-image] May 28 05:06:47.445 INFO O| May 28 05:06:47.445 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-05-28T05:06:48.358Z[ recovery-image] May 28 05:06:47.480 INFO O| May 28 05:06:47.480 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87392026-05-28T05:06:48.358Z[ recovery-image] May 28 05:06:47.480 INFO O| May 28 05:06:47.480 INFO STEP 98 (remove_files) COMPLETE
87402026-05-28T05:06:48.358Z[ recovery-image] May 28 05:06:47.480 INFO O| May 28 05:06:47.480 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-05-28T05:06:48.368Z[ recovery-image] May 28 05:06:47.490 INFO O| May 28 05:06:47.490 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87422026-05-28T05:06:48.368Z[ recovery-image] May 28 05:06:47.490 INFO O| May 28 05:06:47.490 INFO STEP 99 (remove_files) COMPLETE
87432026-05-28T05:06:48.368Z[ recovery-image] May 28 05:06:47.490 INFO O| May 28 05:06:47.490 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87442026-05-28T05:06:48.380Z[ recovery-image] May 28 05:06:47.503 INFO O| May 28 05:06:47.503 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87452026-05-28T05:06:48.380Z[ recovery-image] May 28 05:06:47.503 INFO O| May 28 05:06:47.503 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87462026-05-28T05:06:52.155Z[ recovery-image] May 28 05:06:51.277 INFO O| May 28 05:06:51.277 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
87472026-05-28T05:06:52.156Z[ recovery-image] May 28 05:06:51.277 INFO O| May 28 05:06:51.277 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87482026-05-28T05:06:52.164Z[ recovery-image] May 28 05:06:51.287 INFO O| May 28 05:06:51.287 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.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"}
87492026-05-28T05:06:52.261Z[ recovery-image] May 28 05:06:51.383 INFO O| May 28 05:06:51.383 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87502026-05-28T05:06:52.316Z[ recovery-image] May 28 05:06:51.437 INFO O| May 28 05:06:51.437 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
87512026-05-28T05:06:52.376Z[ recovery-image] May 28 05:06:51.498 INFO O| May 28 05:06:51.498 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87522026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.499 INFO O| May 28 05:06:51.498 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 ...
87532026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87542026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO ok!
87552026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87562026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO STEP 100 (seed_smf) COMPLETE
87572026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO steps complete; finalising image!
87582026-05-28T05:06:52.382Z[ recovery-image] May 28 05:06:51.500 INFO O| May 28 05:06:51.500 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87592026-05-28T05:06:52.445Z[ recovery-image] May 28 05:06:51.567 INFO O| May 28 05:06:51.566 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 28 05:06:51 2026)
87602026-05-28T05:06:52.652Z[ recovery-image] May 28 05:06:51.773 INFO O| May 28 05:06:51.772 INFO trim TEMPORARY-sled-zfs-recovery: (61% trimmed, started at Thu May 28 05:06:51 2026)
87612026-05-28T05:06:52.856Z[ recovery-image] May 28 05:06:51.978 INFO O| May 28 05:06:51.978 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Thu May 28 05:06:51 2026)
87622026-05-28T05:06:53.062Z[ recovery-image] May 28 05:06:52.185 INFO O| May 28 05:06:52.185 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Thu May 28 05:06:51 2026)
87632026-05-28T05:06:53.277Z[ recovery-image] May 28 05:06:52.390 INFO O| May 28 05:06:52.390 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Thu May 28 05:06:51 2026)
87642026-05-28T05:06:53.474Z[ recovery-image] May 28 05:06:52.597 INFO O| May 28 05:06:52.597 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Thu May 28 05:06:51 2026)
87652026-05-28T05:06:53.686Z[ recovery-image] May 28 05:06:52.803 INFO O| May 28 05:06:52.803 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Thu May 28 05:06:51 2026)
87662026-05-28T05:06:53.909Z[ recovery-image] May 28 05:06:53.009 INFO O| May 28 05:06:53.009 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Thu May 28 05:06:51 2026)
87672026-05-28T05:06:54.094Z[ recovery-image] May 28 05:06:53.215 INFO O| May 28 05:06:53.215 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Thu May 28 05:06:51 2026)
87682026-05-28T05:06:54.320Z[ recovery-image] May 28 05:06:53.421 INFO O| May 28 05:06:53.421 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu May 28 05:06:51 2026)
87692026-05-28T05:06:54.537Z[ recovery-image] May 28 05:06:53.640 INFO O| May 28 05:06:53.640 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
87702026-05-28T05:06:54.537Z[ recovery-image] May 28 05:06:53.641 INFO O| May 28 05:06:53.640 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87712026-05-28T05:06:55.203Z[ recovery-image] May 28 05:06:54.303 INFO O| May 28 05:06:54.303 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
87722026-05-28T05:06:55.204Z[ recovery-image] May 28 05:06:54.303 INFO O| May 28 05:06:54.303 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87732026-05-28T05:06:56.832Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24001:20260522T173035Z
87742026-05-28T05:06:56.832Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24001:20260522T173036Z
87752026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87762026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87772026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87782026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87792026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87802026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.864 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87812026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260528T045010Z
87822026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87832026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87842026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24001:20260522T173036Z
87852026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24001:20260522T173037Z
87862026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.865 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24001:20260522T173037Z
87872026-05-28T05:06:56.840Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24001:20260522T173037Z
87882026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87892026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24001:20260522T173037Z
87902026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24001:20260522T173037Z
87912026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24001:20260522T173037Z
87922026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24001:20260522T173038Z
87932026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24001:20260522T173038Z
87942026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24001:20260522T173038Z
87952026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24001:20260522T173038Z
87962026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24001:20260522T173039Z
87972026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24001:20260522T173040Z
87982026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24001:20260522T173040Z
87992026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24001:20260522T173041Z
88002026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24001:20260522T173041Z
88012026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24001:20260522T173042Z
88022026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.866 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24001:20260522T173043Z
88032026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
88042026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24001:20260522T173044Z
88052026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24001:20260522T173046Z
88062026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24001:20260522T173047Z
88072026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24001:20260522T173047Z
88082026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24001:20260522T173049Z
88092026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.867 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24001:20260522T173049Z
88102026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88112026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24001:20260522T173049Z
88122026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88132026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88142026-05-28T05:06:56.841Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88152026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88162026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24001:20260522T173049Z
88172026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88182026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.870 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88192026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.871 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88202026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.871 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88212026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.874 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88222026-05-28T05:06:56.842Z[ host-image] May 28 05:06:55.874 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88232026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.874 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88242026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.874 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88252026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.875 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88262026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.875 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88272026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.886 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88282026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88292026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88302026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24001:20260522T173051Z
88312026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24001:20260522T173055Z
88322026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88332026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24001:20260522T173056Z
88342026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88352026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88362026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88372026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88382026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24001:20260522T173056Z
88392026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.887 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88402026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.888 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88412026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.888 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88422026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.888 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88432026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.888 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24001:20260522T173056Z
88442026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.888 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88452026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.892 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88462026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.892 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24001:20260522T173056Z
88472026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24001:20260522T173057Z
88482026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24001:20260522T173057Z
88492026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88502026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24001:20260522T173058Z
88512026-05-28T05:06:56.843Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24001:20260522T173058Z
88522026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.893 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24001:20260522T173058Z
88532026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.894 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24001:20260522T173058Z
88542026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.894 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88552026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24001:20260522T173058Z
88562026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24001:20260522T173059Z
88572026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88582026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24001:20260522T173059Z
88592026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24001:20260522T173100Z
88602026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24001:20260522T173100Z
88612026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.895 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24001:20260522T173100Z
88622026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.897 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24001:20260522T173100Z
88632026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.897 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88642026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24001:20260522T173100Z
88652026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24001:20260522T173100Z
88662026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24001:20260522T173100Z
88672026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24001:20260522T173100Z
88682026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24001:20260522T173101Z
88692026-05-28T05:06:56.844Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24001:20260522T173101Z
88702026-05-28T05:06:56.845Z[ host-image] May 28 05:06:55.898 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24001:20260522T173101Z
88712026-05-28T05:06:56.845Z[ host-image] May 28 05:06:55.901 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24001:20260522T173102Z
88722026-05-28T05:06:56.845Z[ host-image] May 28 05:06:55.901 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24001:20260522T173101Z
88732026-05-28T05:06:56.845Z[ host-image] May 28 05:06:55.901 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24001:20260522T173102Z
88742026-05-28T05:06:56.845Z[ host-image] May 28 05:06:55.902 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24001:20260522T173102Z
88752026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.902 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24001:20260522T173102Z
88762026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.908 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24001:20260522T173104Z
88772026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.908 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24001:20260522T173102Z
88782026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.908 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24001:20260522T173102Z
88792026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.908 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88802026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.908 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88812026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.917 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24001:20260522T173102Z
88822026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.917 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88832026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.917 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24001:20260522T173103Z
88842026-05-28T05:06:56.849Z[ host-image] May 28 05:06:55.917 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24001:20260522T173103Z
88852026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.917 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24001:20260522T173103Z
88862026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88872026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88882026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24001:20260522T173104Z
88892026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24001:20260522T173104Z
88902026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24001:20260522T173104Z
88912026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24001:20260522T173104Z
88922026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24001:20260522T173104Z
88932026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.918 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24001:20260522T173104Z
88942026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.919 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88952026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.919 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24001:20260522T173105Z
88962026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.919 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24001:20260522T173105Z
88972026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.919 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24001:20260522T173105Z
88982026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.919 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24001:20260522T173106Z
88992026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24001:20260522T173105Z
89002026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24001:20260522T173106Z
89012026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89022026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89032026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24001:20260522T173107Z
89042026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24001:20260522T173108Z
89052026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89062026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89072026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89082026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89092026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89102026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.920 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89112026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.921 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
89122026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.921 INFO O| tempdir @ "/tmp/.tmp5hVOLy/tmp"
89132026-05-28T05:06:56.850Z[ host-image] May 28 05:06:55.921 INFO O| image root @ "/tmp/.tmp5hVOLy/tmp/root"
89142026-05-28T05:06:56.851Z[ host-image] May 28 05:06:55.921 INFO O| creating image...
89152026-05-28T05:06:57.573Z[ recovery-image] May 28 05:06:56.696 INFO O| May 28 05:06:56.696 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89162026-05-28T05:06:57.574Z[ recovery-image] May 28 05:06:56.696 INFO O| May 28 05:06:56.696 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89172026-05-28T05:06:57.579Z[ recovery-image] May 28 05:06:56.696 INFO O| May 28 05:06:56.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89182026-05-28T05:06:57.579Z[ recovery-image] May 28 05:06:56.696 INFO O| May 28 05:06:56.696 INFO completed processing sled/zfs-recovery
89192026-05-28T05:06:57.579Z[ recovery-image] May 28 05:06:56.696 INFO O| May 28 05:06:56.696 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89202026-05-28T05:06:58.846Z[ host-image] May 28 05:06:57.968 INFO O| copying publishers...
89212026-05-28T05:06:59.129Z[ recovery-image] May 28 05:06:58.252 INFO O| May 28 05:06:58.252 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89222026-05-28T05:06:59.243Z[ recovery-image] May 28 05:06:58.365 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
89232026-05-28T05:06:59.243Z[ recovery-image] May 28 05:06:58.365 INFO expanded image name: "recovery 59309cb/${os_short_commit} 2026-05-28 04:50" -> "recovery 59309cb/cd594ac 2026-05-28 04:50"
89242026-05-28T05:06:59.243Z[ recovery-image] May 28 05:06:58.365 INFO output artefacts stored in: "/work/os-recovery"
89252026-05-28T05:06:59.243Z[ recovery-image] May 28 05:06:58.365 INFO collecting git info from project "bootserver"...
89262026-05-28T05:06:59.250Z[ recovery-image] May 28 05:06:58.373 INFO collecting git info from project "dmar-report"...
89272026-05-28T05:06:59.260Z[ recovery-image] May 28 05:06:58.382 INFO collecting git info from project "amd-host-image-builder"...
89282026-05-28T05:06:59.297Z[ recovery-image] May 28 05:06:58.419 INFO collecting git info from project "amd-firmware"...
89292026-05-28T05:06:59.658Z[ recovery-image] May 28 05:06:58.778 INFO collecting git info from project "image-builder"...
89302026-05-28T05:06:59.674Z[ recovery-image] May 28 05:06:58.795 INFO collecting git info from project "pilot"...
89312026-05-28T05:06:59.685Z[ recovery-image] May 28 05:06:58.808 INFO collecting git info from project "pinprick"...
89322026-05-28T05:06:59.709Z[ recovery-image] May 28 05:06:58.817 INFO collecting git info from project "phbl"...
89332026-05-28T05:06:59.720Z[ recovery-image] May 28 05:06:58.826 INFO collecting git info from project "chelsio-t6-roms"...
89342026-05-28T05:06:59.726Z[ recovery-image] May 28 05:06:58.844 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89352026-05-28T05:07:00.016Z[ host-image] May 28 05:06:59.138 INFO O| adding properties...
89362026-05-28T05:07:00.338Z[ recovery-image] May 28 05:06:59.461 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89372026-05-28T05:07:00.735Z[ recovery-image] May 28 05:06:59.857 INFO creating Oxide boot image...
89382026-05-28T05:07:00.735Z[ recovery-image] May 28 05:06:59.857 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 59309cb/cd594ac 2026-05-28 04:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89392026-05-28T05:07:01.029Z[ host-image] May 28 05:07:00.152 INFO O| installing packages...
89402026-05-28T05:07:16.629Z[ host-image] May 28 05:07:15.752 INFO O| seeding SMF database...
89412026-05-28T05:07:21.154Z[ host-image] May 28 05:07:20.277 INFO O| configuring SMF profile...
89422026-05-28T05:07:21.154Z[ host-image] May 28 05:07:20.277 INFO O| modifying shadow(5)...
89432026-05-28T05:07:21.158Z[ host-image] May 28 05:07:20.277 INFO O| loading user and group database...
89442026-05-28T05:07:21.158Z[ host-image] May 28 05:07:20.277 INFO O| loading facet selections...
89452026-05-28T05:07:21.500Z[ host-image] May 28 05:07:20.623 INFO O| devel -> true
89462026-05-28T05:07:21.500Z[ host-image] May 28 05:07:20.623 INFO O| doc.man -> true
89472026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.shell/ksh93 -> true
89482026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.system/data/hardware-registry -> true
89492026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.system/data/zoneinfo -> true
89502026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.system/microcode/amd -> true
89512026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.system/microcode/intel -> true
89522026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| version-lock.system/microcode/oxide -> true
89532026-05-28T05:07:21.504Z[ host-image] May 28 05:07:20.623 INFO O| assessing packaged files...
89542026-05-28T05:07:23.151Z[ host-image] May 28 05:07:22.273 INFO O| creating archive...
89552026-05-28T05:07:23.171Z[ host-image] May 28 05:07:22.294 INFO O| missing from packaging:
89562026-05-28T05:07:23.171Z[ host-image] May 28 05:07:22.294 INFO O| "etc/.pwd.lock"
89572026-05-28T05:07:23.175Z[ host-image] May 28 05:07:22.294 INFO O| "etc/bash"
89582026-05-28T05:07:23.175Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/profile/generic.xml"
89592026-05-28T05:07:23.176Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/profile/inetd_services.xml"
89602026-05-28T05:07:23.176Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/profile/name_service.xml"
89612026-05-28T05:07:23.176Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/profile/platform.xml"
89622026-05-28T05:07:23.176Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/profile/platform_omicron1.xml"
89632026-05-28T05:07:23.176Z[ host-image] May 28 05:07:22.297 INFO O| "etc/svc/repository.db"
89642026-05-28T05:07:23.180Z[ host-image] May 28 05:07:22.303 INFO O| "opt/ooce/share"
89652026-05-28T05:07:23.180Z[ host-image] May 28 05:07:22.303 INFO O| "opt/ooce/share/man"
89662026-05-28T05:07:23.184Z[ host-image] May 28 05:07:22.303 INFO O| "opt/ooce/share/man/man1"
89672026-05-28T05:07:23.189Z[ host-image] May 28 05:07:22.312 INFO O| finishing archive...
89682026-05-28T05:07:25.535Z[ host-image] May 28 05:07:24.657 INFO O| creating gzonly manifest...
89692026-05-28T05:07:25.553Z[ host-image] May 28 05:07:24.675 INFO O| ok
89702026-05-28T05:07:25.644Z[ host-image] May 28 05:07:24.766 INFO image builder template: ramdisk-02-trim...
89712026-05-28T05:07:25.644Z[ host-image] May 28 05:07:24.766 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/.tmpvde0FR/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89722026-05-28T05:07:25.661Z[ host-image] May 28 05:07:24.784 INFO O| May 28 05:07:24.784 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89732026-05-28T05:07:25.666Z[ host-image] May 28 05:07:24.788 INFO O| May 28 05:07:24.788 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89742026-05-28T05:07:25.899Z[ host-image] May 28 05:07:25.020 INFO O| May 28 05:07:25.020 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89752026-05-28T05:07:26.118Z[ host-image] May 28 05:07:25.145 INFO O| May 28 05:07:25.145 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89762026-05-28T05:07:26.118Z[ host-image] May 28 05:07:25.145 INFO O| May 28 05:07:25.145 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89772026-05-28T05:07:26.119Z[ host-image] May 28 05:07:25.151 INFO O| May 28 05:07:25.151 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89782026-05-28T05:07:26.119Z[ host-image] May 28 05:07:25.156 INFO O| May 28 05:07:25.156 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89792026-05-28T05:07:26.119Z[ host-image] May 28 05:07:25.161 INFO O| May 28 05:07:25.161 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89802026-05-28T05:07:26.573Z[ host-image] May 28 05:07:25.695 INFO O| May 28 05:07:25.695 INFO rolled back to input snapshot; work may begin
89812026-05-28T05:07:26.573Z[ host-image] May 28 05:07:25.695 INFO O| May 28 05:07:25.695 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89822026-05-28T05:07:26.578Z[ host-image] May 28 05:07:25.701 INFO O| May 28 05:07:25.700 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-28T05:07:26.587Z[ host-image] May 28 05:07:25.710 INFO O| May 28 05:07:25.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89842026-05-28T05:07:26.624Z[ host-image] May 28 05:07:25.747 INFO O| May 28 05:07:25.747 INFO STEP 0 (remove_files) COMPLETE
89852026-05-28T05:07:26.624Z[ host-image] May 28 05:07:25.747 INFO O| May 28 05:07:25.747 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-28T05:07:26.635Z[ host-image] May 28 05:07:25.758 INFO O| May 28 05:07:25.758 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89872026-05-28T05:07:26.639Z[ host-image] May 28 05:07:25.759 INFO O| May 28 05:07:25.759 INFO STEP 1 (remove_files) COMPLETE
89882026-05-28T05:07:26.639Z[ host-image] May 28 05:07:25.759 INFO O| May 28 05:07:25.759 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-28T05:07:26.644Z[ host-image] May 28 05:07:25.766 INFO O| May 28 05:07:25.766 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89902026-05-28T05:07:26.655Z[ host-image] May 28 05:07:25.778 INFO O| May 28 05:07:25.778 INFO STEP 2 (remove_files) COMPLETE
89912026-05-28T05:07:26.656Z[ host-image] May 28 05:07:25.778 INFO O| May 28 05:07:25.778 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-05-28T05:07:26.664Z[ host-image] May 28 05:07:25.786 INFO O| May 28 05:07:25.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89932026-05-28T05:07:26.667Z[ host-image] May 28 05:07:25.788 INFO O| May 28 05:07:25.788 INFO STEP 3 (remove_files) COMPLETE
89942026-05-28T05:07:26.667Z[ host-image] May 28 05:07:25.788 INFO O| May 28 05:07:25.788 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-05-28T05:07:26.674Z[ host-image] May 28 05:07:25.796 INFO O| May 28 05:07:25.796 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89962026-05-28T05:07:26.677Z[ host-image] May 28 05:07:25.799 INFO O| May 28 05:07:25.799 INFO STEP 4 (remove_files) COMPLETE
89972026-05-28T05:07:26.677Z[ host-image] May 28 05:07:25.799 INFO O| May 28 05:07:25.799 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-05-28T05:07:26.687Z[ host-image] May 28 05:07:25.809 INFO O| May 28 05:07:25.809 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89992026-05-28T05:07:26.690Z[ host-image] May 28 05:07:25.812 INFO O| May 28 05:07:25.812 INFO STEP 5 (remove_files) COMPLETE
90002026-05-28T05:07:26.691Z[ host-image] May 28 05:07:25.812 INFO O| May 28 05:07:25.812 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90012026-05-28T05:07:26.698Z[ host-image] May 28 05:07:25.821 INFO O| May 28 05:07:25.821 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90022026-05-28T05:07:26.707Z[ host-image] May 28 05:07:25.830 INFO O| May 28 05:07:25.830 INFO STEP 6 (remove_files) COMPLETE
90032026-05-28T05:07:26.708Z[ host-image] May 28 05:07:25.830 INFO O| May 28 05:07:25.830 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90042026-05-28T05:07:26.711Z[ host-image] May 28 05:07:25.830 INFO O| May 28 05:07:25.830 INFO skip step because feature "heliosv2" is not enabled
90052026-05-28T05:07:26.711Z[ host-image] May 28 05:07:25.830 INFO O| May 28 05:07:25.830 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90062026-05-28T05:07:26.716Z[ host-image] May 28 05:07:25.838 INFO O| May 28 05:07:25.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
90072026-05-28T05:07:26.727Z[ host-image] May 28 05:07:25.849 INFO O| May 28 05:07:25.849 INFO STEP 8 (remove_files) COMPLETE
90082026-05-28T05:07:26.727Z[ host-image] May 28 05:07:25.849 INFO O| May 28 05:07:25.849 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90092026-05-28T05:07:26.736Z[ host-image] May 28 05:07:25.859 INFO O| May 28 05:07:25.859 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90102026-05-28T05:07:26.802Z[ host-image] May 28 05:07:25.925 INFO O| May 28 05:07:25.925 INFO STEP 9 (remove_files) COMPLETE
90112026-05-28T05:07:26.806Z[ host-image] May 28 05:07:25.925 INFO O| May 28 05:07:25.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90122026-05-28T05:07:26.812Z[ host-image] May 28 05:07:25.935 INFO O| May 28 05:07:25.935 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90132026-05-28T05:07:26.893Z[ host-image] May 28 05:07:26.015 INFO O| May 28 05:07:26.015 INFO STEP 10 (remove_files) COMPLETE
90142026-05-28T05:07:26.893Z[ host-image] May 28 05:07:26.015 INFO O| May 28 05:07:26.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90152026-05-28T05:07:26.903Z[ host-image] May 28 05:07:26.026 INFO O| May 28 05:07:26.025 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90162026-05-28T05:07:26.907Z[ host-image] May 28 05:07:26.028 INFO O| May 28 05:07:26.028 INFO STEP 11 (remove_files) COMPLETE
90172026-05-28T05:07:26.907Z[ host-image] May 28 05:07:26.028 INFO O| May 28 05:07:26.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90182026-05-28T05:07:26.941Z[ host-image] May 28 05:07:26.063 INFO O| May 28 05:07:26.063 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90192026-05-28T05:07:26.945Z[ host-image] May 28 05:07:26.064 INFO O| May 28 05:07:26.064 INFO STEP 12 (remove_files) COMPLETE
90202026-05-28T05:07:26.945Z[ host-image] May 28 05:07:26.064 INFO O| May 28 05:07:26.064 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90212026-05-28T05:07:26.952Z[ host-image] May 28 05:07:26.075 INFO O| May 28 05:07:26.075 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90222026-05-28T05:07:26.957Z[ host-image] May 28 05:07:26.076 INFO O| May 28 05:07:26.076 INFO STEP 13 (remove_files) COMPLETE
90232026-05-28T05:07:26.958Z[ host-image] May 28 05:07:26.076 INFO O| May 28 05:07:26.076 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90242026-05-28T05:07:27.148Z[ host-image] May 28 05:07:26.270 INFO O| May 28 05:07:26.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90252026-05-28T05:07:27.166Z[ host-image] May 28 05:07:26.289 INFO O| May 28 05:07:26.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90262026-05-28T05:07:27.236Z[ host-image] May 28 05:07:26.358 INFO O| May 28 05:07:26.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90272026-05-28T05:07:27.236Z[ host-image] May 28 05:07:26.358 INFO O| May 28 05:07:26.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90282026-05-28T05:07:27.239Z[ host-image] May 28 05:07:26.358 INFO O| May 28 05:07:26.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90292026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.358 INFO O| May 28 05:07:26.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90302026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90312026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90322026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90332026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90342026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90352026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90362026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90372026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90382026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90392026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90402026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90412026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.359 INFO O| May 28 05:07:26.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90422026-05-28T05:07:27.240Z[ host-image] May 28 05:07:26.360 INFO O| May 28 05:07:26.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90432026-05-28T05:07:27.241Z[ host-image] May 28 05:07:26.360 INFO O| May 28 05:07:26.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90442026-05-28T05:07:27.241Z[ host-image] May 28 05:07:26.360 INFO O| May 28 05:07:26.360 INFO STEP 14 (remove_files) COMPLETE
90452026-05-28T05:07:27.241Z[ host-image] May 28 05:07:26.360 INFO O| May 28 05:07:26.360 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462026-05-28T05:07:27.248Z[ host-image] May 28 05:07:26.371 INFO O| May 28 05:07:26.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90472026-05-28T05:07:27.252Z[ host-image] May 28 05:07:26.372 INFO O| May 28 05:07:26.372 INFO STEP 15 (remove_files) COMPLETE
90482026-05-28T05:07:27.252Z[ host-image] May 28 05:07:26.372 INFO O| May 28 05:07:26.372 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492026-05-28T05:07:27.271Z[ host-image] May 28 05:07:26.394 INFO O| May 28 05:07:26.394 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90502026-05-28T05:07:27.277Z[ host-image] May 28 05:07:26.400 INFO O| May 28 05:07:26.400 INFO STEP 16 (remove_files) COMPLETE
90512026-05-28T05:07:27.277Z[ host-image] May 28 05:07:26.400 INFO O| May 28 05:07:26.400 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522026-05-28T05:07:27.291Z[ host-image] May 28 05:07:26.413 INFO O| May 28 05:07:26.413 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90532026-05-28T05:07:27.295Z[ host-image] May 28 05:07:26.413 INFO O| May 28 05:07:26.413 INFO STEP 17 (remove_files) COMPLETE
90542026-05-28T05:07:27.295Z[ host-image] May 28 05:07:26.413 INFO O| May 28 05:07:26.413 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552026-05-28T05:07:27.307Z[ host-image] May 28 05:07:26.430 INFO O| May 28 05:07:26.430 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90562026-05-28T05:07:27.311Z[ host-image] May 28 05:07:26.431 INFO O| May 28 05:07:26.431 INFO STEP 18 (remove_files) COMPLETE
90572026-05-28T05:07:27.311Z[ host-image] May 28 05:07:26.431 INFO O| May 28 05:07:26.431 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-05-28T05:07:27.316Z[ host-image] May 28 05:07:26.438 INFO O| May 28 05:07:26.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90592026-05-28T05:07:27.316Z[ host-image] May 28 05:07:26.439 INFO O| May 28 05:07:26.439 INFO STEP 19 (remove_files) COMPLETE
90602026-05-28T05:07:27.320Z[ host-image] May 28 05:07:26.439 INFO O| May 28 05:07:26.439 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-05-28T05:07:27.362Z[ host-image] May 28 05:07:26.484 INFO O| May 28 05:07:26.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90622026-05-28T05:07:27.362Z[ host-image] May 28 05:07:26.484 INFO O| May 28 05:07:26.484 INFO STEP 20 (remove_files) COMPLETE
90632026-05-28T05:07:27.362Z[ host-image] May 28 05:07:26.484 INFO O| May 28 05:07:26.484 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-05-28T05:07:27.371Z[ host-image] May 28 05:07:26.493 INFO O| May 28 05:07:26.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90652026-05-28T05:07:27.371Z[ host-image] May 28 05:07:26.494 INFO O| May 28 05:07:26.493 INFO STEP 21 (remove_files) COMPLETE
90662026-05-28T05:07:27.371Z[ host-image] May 28 05:07:26.494 INFO O| May 28 05:07:26.494 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-05-28T05:07:27.380Z[ host-image] May 28 05:07:26.503 INFO O| May 28 05:07:26.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90682026-05-28T05:07:27.380Z[ host-image] May 28 05:07:26.503 INFO O| May 28 05:07:26.503 INFO STEP 22 (remove_files) COMPLETE
90692026-05-28T05:07:27.384Z[ host-image] May 28 05:07:26.503 INFO O| May 28 05:07:26.503 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-05-28T05:07:27.389Z[ host-image] May 28 05:07:26.512 INFO O| May 28 05:07:26.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90712026-05-28T05:07:27.393Z[ host-image] May 28 05:07:26.512 INFO O| May 28 05:07:26.512 INFO STEP 23 (remove_files) COMPLETE
90722026-05-28T05:07:27.393Z[ host-image] May 28 05:07:26.512 INFO O| May 28 05:07:26.512 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-05-28T05:07:27.397Z[ host-image] May 28 05:07:26.520 INFO O| May 28 05:07:26.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90742026-05-28T05:07:27.397Z[ host-image] May 28 05:07:26.520 INFO O| May 28 05:07:26.520 INFO STEP 24 (remove_files) COMPLETE
90752026-05-28T05:07:27.401Z[ host-image] May 28 05:07:26.520 INFO O| May 28 05:07:26.520 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-05-28T05:07:27.405Z[ host-image] May 28 05:07:26.527 INFO O| May 28 05:07:26.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90772026-05-28T05:07:27.405Z[ host-image] May 28 05:07:26.527 INFO O| May 28 05:07:26.527 INFO STEP 25 (remove_files) COMPLETE
90782026-05-28T05:07:27.405Z[ host-image] May 28 05:07:26.528 INFO O| May 28 05:07:26.527 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-05-28T05:07:27.412Z[ host-image] May 28 05:07:26.534 INFO O| May 28 05:07:26.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90802026-05-28T05:07:27.415Z[ host-image] May 28 05:07:26.534 INFO O| May 28 05:07:26.534 INFO STEP 26 (remove_files) COMPLETE
90812026-05-28T05:07:27.415Z[ host-image] May 28 05:07:26.535 INFO O| May 28 05:07:26.535 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-05-28T05:07:27.419Z[ host-image] May 28 05:07:26.541 INFO O| May 28 05:07:26.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90832026-05-28T05:07:27.419Z[ host-image] May 28 05:07:26.541 INFO O| May 28 05:07:26.541 INFO STEP 27 (remove_files) COMPLETE
90842026-05-28T05:07:27.419Z[ host-image] May 28 05:07:26.541 INFO O| May 28 05:07:26.541 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-05-28T05:07:27.425Z[ host-image] May 28 05:07:26.548 INFO O| May 28 05:07:26.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90862026-05-28T05:07:27.425Z[ host-image] May 28 05:07:26.548 INFO O| May 28 05:07:26.548 INFO STEP 28 (remove_files) COMPLETE
90872026-05-28T05:07:27.428Z[ host-image] May 28 05:07:26.548 INFO O| May 28 05:07:26.548 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-05-28T05:07:27.432Z[ host-image] May 28 05:07:26.555 INFO O| May 28 05:07:26.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90892026-05-28T05:07:27.432Z[ host-image] May 28 05:07:26.555 INFO O| May 28 05:07:26.555 INFO STEP 29 (remove_files) COMPLETE
90902026-05-28T05:07:27.435Z[ host-image] May 28 05:07:26.555 INFO O| May 28 05:07:26.555 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-05-28T05:07:27.439Z[ host-image] May 28 05:07:26.562 INFO O| May 28 05:07:26.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90922026-05-28T05:07:27.439Z[ host-image] May 28 05:07:26.562 INFO O| May 28 05:07:26.562 INFO STEP 30 (remove_files) COMPLETE
90932026-05-28T05:07:27.442Z[ host-image] May 28 05:07:26.562 INFO O| May 28 05:07:26.562 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-05-28T05:07:27.446Z[ host-image] May 28 05:07:26.569 INFO O| May 28 05:07:26.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90952026-05-28T05:07:27.446Z[ host-image] May 28 05:07:26.569 INFO O| May 28 05:07:26.569 INFO STEP 31 (remove_files) COMPLETE
90962026-05-28T05:07:27.446Z[ host-image] May 28 05:07:26.569 INFO O| May 28 05:07:26.569 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-05-28T05:07:27.453Z[ host-image] May 28 05:07:26.576 INFO O| May 28 05:07:26.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90982026-05-28T05:07:27.453Z[ host-image] May 28 05:07:26.576 INFO O| May 28 05:07:26.576 INFO STEP 32 (remove_files) COMPLETE
90992026-05-28T05:07:27.457Z[ host-image] May 28 05:07:26.576 INFO O| May 28 05:07:26.576 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-05-28T05:07:27.460Z[ host-image] May 28 05:07:26.582 INFO O| May 28 05:07:26.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91012026-05-28T05:07:27.460Z[ host-image] May 28 05:07:26.583 INFO O| May 28 05:07:26.583 INFO STEP 33 (remove_files) COMPLETE
91022026-05-28T05:07:27.460Z[ host-image] May 28 05:07:26.583 INFO O| May 28 05:07:26.583 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-05-28T05:07:27.479Z[ host-image] May 28 05:07:26.601 INFO O| May 28 05:07:26.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91042026-05-28T05:07:27.479Z[ host-image] May 28 05:07:26.601 INFO O| May 28 05:07:26.601 INFO STEP 34 (remove_files) COMPLETE
91052026-05-28T05:07:27.482Z[ host-image] May 28 05:07:26.601 INFO O| May 28 05:07:26.601 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-05-28T05:07:27.487Z[ host-image] May 28 05:07:26.609 INFO O| May 28 05:07:26.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91072026-05-28T05:07:27.487Z[ host-image] May 28 05:07:26.609 INFO O| May 28 05:07:26.609 INFO STEP 35 (remove_files) COMPLETE
91082026-05-28T05:07:27.487Z[ host-image] May 28 05:07:26.609 INFO O| May 28 05:07:26.609 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-05-28T05:07:27.494Z[ host-image] May 28 05:07:26.617 INFO O| May 28 05:07:26.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91102026-05-28T05:07:27.494Z[ host-image] May 28 05:07:26.617 INFO O| May 28 05:07:26.617 INFO STEP 36 (remove_files) COMPLETE
91112026-05-28T05:07:27.497Z[ host-image] May 28 05:07:26.617 INFO O| May 28 05:07:26.617 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-05-28T05:07:27.501Z[ host-image] May 28 05:07:26.624 INFO O| May 28 05:07:26.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91132026-05-28T05:07:27.501Z[ host-image] May 28 05:07:26.624 INFO O| May 28 05:07:26.624 INFO STEP 37 (remove_files) COMPLETE
91142026-05-28T05:07:27.505Z[ host-image] May 28 05:07:26.624 INFO O| May 28 05:07:26.624 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-05-28T05:07:27.508Z[ host-image] May 28 05:07:26.631 INFO O| May 28 05:07:26.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91162026-05-28T05:07:27.508Z[ host-image] May 28 05:07:26.631 INFO O| May 28 05:07:26.631 INFO STEP 38 (remove_files) COMPLETE
91172026-05-28T05:07:27.508Z[ host-image] May 28 05:07:26.631 INFO O| May 28 05:07:26.631 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-05-28T05:07:27.516Z[ host-image] May 28 05:07:26.638 INFO O| May 28 05:07:26.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91192026-05-28T05:07:27.516Z[ host-image] May 28 05:07:26.638 INFO O| May 28 05:07:26.638 INFO STEP 39 (remove_files) COMPLETE
91202026-05-28T05:07:27.516Z[ host-image] May 28 05:07:26.638 INFO O| May 28 05:07:26.638 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91212026-05-28T05:07:27.523Z[ host-image] May 28 05:07:26.646 INFO O| May 28 05:07:26.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91222026-05-28T05:07:27.523Z[ host-image] May 28 05:07:26.646 INFO O| May 28 05:07:26.646 INFO STEP 40 (remove_files) COMPLETE
91232026-05-28T05:07:27.523Z[ host-image] May 28 05:07:26.646 INFO O| May 28 05:07:26.646 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-05-28T05:07:27.531Z[ host-image] May 28 05:07:26.653 INFO O| May 28 05:07:26.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91252026-05-28T05:07:27.531Z[ host-image] May 28 05:07:26.653 INFO O| May 28 05:07:26.653 INFO STEP 41 (remove_files) COMPLETE
91262026-05-28T05:07:27.534Z[ host-image] May 28 05:07:26.653 INFO O| May 28 05:07:26.653 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-05-28T05:07:27.538Z[ host-image] May 28 05:07:26.661 INFO O| May 28 05:07:26.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91282026-05-28T05:07:27.538Z[ host-image] May 28 05:07:26.661 INFO O| May 28 05:07:26.661 INFO STEP 42 (remove_files) COMPLETE
91292026-05-28T05:07:27.538Z[ host-image] May 28 05:07:26.661 INFO O| May 28 05:07:26.661 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91302026-05-28T05:07:27.546Z[ host-image] May 28 05:07:26.669 INFO O| May 28 05:07:26.669 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91312026-05-28T05:07:27.547Z[ host-image] May 28 05:07:26.669 INFO O| May 28 05:07:26.669 INFO STEP 43 (remove_files) COMPLETE
91322026-05-28T05:07:27.547Z[ host-image] May 28 05:07:26.669 INFO O| May 28 05:07:26.669 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-05-28T05:07:27.554Z[ host-image] May 28 05:07:26.677 INFO O| May 28 05:07:26.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91342026-05-28T05:07:27.554Z[ host-image] May 28 05:07:26.677 INFO O| May 28 05:07:26.677 INFO STEP 44 (remove_files) COMPLETE
91352026-05-28T05:07:27.554Z[ host-image] May 28 05:07:26.677 INFO O| May 28 05:07:26.677 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362026-05-28T05:07:27.562Z[ host-image] May 28 05:07:26.685 INFO O| May 28 05:07:26.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91372026-05-28T05:07:27.562Z[ host-image] May 28 05:07:26.685 INFO O| May 28 05:07:26.685 INFO STEP 45 (remove_files) COMPLETE
91382026-05-28T05:07:27.562Z[ host-image] May 28 05:07:26.685 INFO O| May 28 05:07:26.685 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392026-05-28T05:07:27.635Z[ host-image] May 28 05:07:26.758 INFO O| May 28 05:07:26.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91402026-05-28T05:07:27.636Z[ host-image] May 28 05:07:26.758 INFO O| May 28 05:07:26.758 INFO STEP 46 (remove_files) COMPLETE
91412026-05-28T05:07:27.636Z[ host-image] May 28 05:07:26.758 INFO O| May 28 05:07:26.758 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-05-28T05:07:27.645Z[ host-image] May 28 05:07:26.768 INFO O| May 28 05:07:26.767 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91432026-05-28T05:07:27.645Z[ host-image] May 28 05:07:26.768 INFO O| May 28 05:07:26.768 INFO STEP 47 (remove_files) COMPLETE
91442026-05-28T05:07:27.645Z[ host-image] May 28 05:07:26.768 INFO O| May 28 05:07:26.768 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-05-28T05:07:27.664Z[ host-image] May 28 05:07:26.786 INFO O| May 28 05:07:26.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91462026-05-28T05:07:27.664Z[ host-image] May 28 05:07:26.786 INFO O| May 28 05:07:26.786 INFO STEP 48 (remove_files) COMPLETE
91472026-05-28T05:07:27.664Z[ host-image] May 28 05:07:26.786 INFO O| May 28 05:07:26.786 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-05-28T05:07:27.673Z[ host-image] May 28 05:07:26.796 INFO O| May 28 05:07:26.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91492026-05-28T05:07:27.673Z[ host-image] May 28 05:07:26.796 INFO O| May 28 05:07:26.796 INFO STEP 49 (remove_files) COMPLETE
91502026-05-28T05:07:27.673Z[ host-image] May 28 05:07:26.796 INFO O| May 28 05:07:26.796 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-05-28T05:07:27.682Z[ host-image] May 28 05:07:26.804 INFO O| May 28 05:07:26.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91522026-05-28T05:07:27.682Z[ host-image] May 28 05:07:26.805 INFO O| May 28 05:07:26.805 INFO STEP 50 (remove_files) COMPLETE
91532026-05-28T05:07:27.685Z[ host-image] May 28 05:07:26.805 INFO O| May 28 05:07:26.805 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-05-28T05:07:27.690Z[ host-image] May 28 05:07:26.813 INFO O| May 28 05:07:26.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91552026-05-28T05:07:27.691Z[ host-image] May 28 05:07:26.813 INFO O| May 28 05:07:26.813 INFO STEP 51 (remove_files) COMPLETE
91562026-05-28T05:07:27.694Z[ host-image] May 28 05:07:26.813 INFO O| May 28 05:07:26.813 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-05-28T05:07:27.699Z[ host-image] May 28 05:07:26.822 INFO O| May 28 05:07:26.822 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91582026-05-28T05:07:27.699Z[ host-image] May 28 05:07:26.822 INFO O| May 28 05:07:26.822 INFO STEP 52 (remove_files) COMPLETE
91592026-05-28T05:07:27.702Z[ host-image] May 28 05:07:26.822 INFO O| May 28 05:07:26.822 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602026-05-28T05:07:27.707Z[ host-image] May 28 05:07:26.830 INFO O| May 28 05:07:26.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91612026-05-28T05:07:27.707Z[ host-image] May 28 05:07:26.830 INFO O| May 28 05:07:26.830 INFO STEP 53 (remove_files) COMPLETE
91622026-05-28T05:07:27.708Z[ host-image] May 28 05:07:26.830 INFO O| May 28 05:07:26.830 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-05-28T05:07:27.716Z[ host-image] May 28 05:07:26.838 INFO O| May 28 05:07:26.838 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91642026-05-28T05:07:27.716Z[ host-image] May 28 05:07:26.839 INFO O| May 28 05:07:26.839 INFO STEP 54 (remove_files) COMPLETE
91652026-05-28T05:07:27.716Z[ host-image] May 28 05:07:26.839 INFO O| May 28 05:07:26.839 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-05-28T05:07:27.724Z[ host-image] May 28 05:07:26.846 INFO O| May 28 05:07:26.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91672026-05-28T05:07:27.724Z[ host-image] May 28 05:07:26.846 INFO O| May 28 05:07:26.846 INFO STEP 55 (remove_files) COMPLETE
91682026-05-28T05:07:27.724Z[ host-image] May 28 05:07:26.846 INFO O| May 28 05:07:26.846 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692026-05-28T05:07:27.732Z[ host-image] May 28 05:07:26.854 INFO O| May 28 05:07:26.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91702026-05-28T05:07:27.732Z[ host-image] May 28 05:07:26.855 INFO O| May 28 05:07:26.855 INFO STEP 56 (remove_files) COMPLETE
91712026-05-28T05:07:27.732Z[ host-image] May 28 05:07:26.855 INFO O| May 28 05:07:26.855 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-05-28T05:07:27.740Z[ host-image] May 28 05:07:26.863 INFO O| May 28 05:07:26.863 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91732026-05-28T05:07:27.740Z[ host-image] May 28 05:07:26.863 INFO O| May 28 05:07:26.863 INFO STEP 57 (remove_files) COMPLETE
91742026-05-28T05:07:27.740Z[ host-image] May 28 05:07:26.863 INFO O| May 28 05:07:26.863 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91752026-05-28T05:07:27.748Z[ host-image] May 28 05:07:26.871 INFO O| May 28 05:07:26.871 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91762026-05-28T05:07:27.748Z[ host-image] May 28 05:07:26.871 INFO O| May 28 05:07:26.871 INFO STEP 58 (remove_files) COMPLETE
91772026-05-28T05:07:27.748Z[ host-image] May 28 05:07:26.871 INFO O| May 28 05:07:26.871 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782026-05-28T05:07:27.757Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91792026-05-28T05:07:27.757Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91802026-05-28T05:07:27.757Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91812026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91822026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91832026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91842026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO ok!
91852026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO STEP 59 (ensure_file) COMPLETE
91862026-05-28T05:07:27.761Z[ host-image] May 28 05:07:26.879 INFO O| May 28 05:07:26.879 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-05-28T05:07:27.766Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91882026-05-28T05:07:27.766Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91892026-05-28T05:07:27.766Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91902026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91912026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91922026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91932026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO ok!
91942026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO STEP 60 (ensure_file) COMPLETE
91952026-05-28T05:07:27.769Z[ host-image] May 28 05:07:26.888 INFO O| May 28 05:07:26.888 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962026-05-28T05:07:27.774Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91972026-05-28T05:07:27.774Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91982026-05-28T05:07:27.774Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91992026-05-28T05:07:27.778Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO ok!
92002026-05-28T05:07:27.778Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO STEP 61 (ensure_file) COMPLETE
92012026-05-28T05:07:27.779Z[ host-image] May 28 05:07:26.897 INFO O| May 28 05:07:26.897 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-05-28T05:07:27.783Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92032026-05-28T05:07:27.783Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92042026-05-28T05:07:27.787Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92052026-05-28T05:07:27.787Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 INFO ok!
92062026-05-28T05:07:27.787Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 INFO STEP 62 (ensure_file) COMPLETE
92072026-05-28T05:07:27.787Z[ host-image] May 28 05:07:26.906 INFO O| May 28 05:07:26.906 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082026-05-28T05:07:27.791Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92092026-05-28T05:07:27.792Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92102026-05-28T05:07:27.792Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92112026-05-28T05:07:27.796Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92122026-05-28T05:07:27.796Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO ok!
92132026-05-28T05:07:27.796Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO STEP 63 (ensure_file) COMPLETE
92142026-05-28T05:07:27.796Z[ host-image] May 28 05:07:26.914 INFO O| May 28 05:07:26.914 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152026-05-28T05:07:27.800Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92162026-05-28T05:07:27.800Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92172026-05-28T05:07:27.800Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92182026-05-28T05:07:27.804Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92192026-05-28T05:07:27.804Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO ok!
92202026-05-28T05:07:27.804Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO STEP 64 (ensure_file) COMPLETE
92212026-05-28T05:07:27.804Z[ host-image] May 28 05:07:26.923 INFO O| May 28 05:07:26.923 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-05-28T05:07:27.808Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92232026-05-28T05:07:27.808Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92242026-05-28T05:07:27.809Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92252026-05-28T05:07:27.812Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO ok!
92262026-05-28T05:07:27.812Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO STEP 65 (assemble_files) COMPLETE
92272026-05-28T05:07:27.812Z[ host-image] May 28 05:07:26.931 INFO O| May 28 05:07:26.931 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-05-28T05:07:27.817Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92292026-05-28T05:07:27.817Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92302026-05-28T05:07:27.817Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92312026-05-28T05:07:27.821Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92322026-05-28T05:07:27.821Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO ok!
92332026-05-28T05:07:27.821Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO STEP 66 (ensure_file) COMPLETE
92342026-05-28T05:07:27.821Z[ host-image] May 28 05:07:26.940 INFO O| May 28 05:07:26.940 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92352026-05-28T05:07:27.826Z[ host-image] May 28 05:07:26.949 INFO O| May 28 05:07:26.949 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92362026-05-28T05:07:27.826Z[ host-image] May 28 05:07:26.949 INFO O| May 28 05:07:26.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92372026-05-28T05:07:27.826Z[ host-image] May 28 05:07:26.949 INFO O| May 28 05:07:26.949 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92382026-05-28T05:07:27.830Z[ host-image] May 28 05:07:26.949 INFO O| May 28 05:07:26.949 INFO STEP 67 (ensure_dir) COMPLETE
92392026-05-28T05:07:27.830Z[ host-image] May 28 05:07:26.949 INFO O| May 28 05:07:26.949 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-05-28T05:07:27.834Z[ host-image] May 28 05:07:26.957 INFO O| May 28 05:07:26.957 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92412026-05-28T05:07:27.834Z[ host-image] May 28 05:07:26.957 INFO O| May 28 05:07:26.957 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 ...
92422026-05-28T05:07:27.840Z[ host-image] May 28 05:07:26.963 INFO O| May 28 05:07:26.963 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
92432026-05-28T05:07:27.840Z[ host-image] May 28 05:07:26.963 INFO O| May 28 05:07:26.963 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92442026-05-28T05:07:27.840Z[ host-image] May 28 05:07:26.963 INFO O| May 28 05:07:26.963 INFO ok!
92452026-05-28T05:07:27.845Z[ host-image] May 28 05:07:26.963 INFO O| May 28 05:07:26.963 INFO STEP 68 (ensure_file) COMPLETE
92462026-05-28T05:07:27.845Z[ host-image] May 28 05:07:26.963 INFO O| May 28 05:07:26.963 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-05-28T05:07:27.850Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92482026-05-28T05:07:27.850Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 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 ...
92492026-05-28T05:07:27.854Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 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
92502026-05-28T05:07:27.854Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92512026-05-28T05:07:27.854Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 INFO ok!
92522026-05-28T05:07:27.854Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 INFO STEP 69 (ensure_file) COMPLETE
92532026-05-28T05:07:27.854Z[ host-image] May 28 05:07:26.973 INFO O| May 28 05:07:26.973 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542026-05-28T05:07:27.863Z[ host-image] May 28 05:07:26.986 INFO O| May 28 05:07:26.986 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92552026-05-28T05:07:27.863Z[ host-image] May 28 05:07:26.986 INFO O| May 28 05:07:26.986 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92562026-05-28T05:07:29.371Z[ host-image] May 28 05:07:28.493 INFO O| May 28 05:07:28.493 INFO STEP 70 (pack_tar) COMPLETE
92572026-05-28T05:07:29.371Z[ host-image] May 28 05:07:28.493 INFO O| May 28 05:07:28.493 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92582026-05-28T05:07:29.371Z[ host-image] May 28 05:07:28.493 INFO O| May 28 05:07:28.493 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92592026-05-28T05:07:29.791Z[ host-image] May 28 05:07:28.913 INFO O| May 28 05:07:28.913 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92602026-05-28T05:07:29.908Z[ host-image] May 28 05:07:29.030 INFO O| May 28 05:07:29.030 INFO completed processing sled/ramdisk-02-trim
92612026-05-28T05:07:29.912Z[ host-image] May 28 05:07:29.032 INFO image builder template: zfs...
92622026-05-28T05:07:29.913Z[ host-image] May 28 05:07:29.032 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/.tmpvde0FR/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
92632026-05-28T05:07:29.922Z[ host-image] May 28 05:07:29.045 INFO O| May 28 05:07:29.045 INFO skip include "stress" because feature "stress" is not enabled
92642026-05-28T05:07:29.922Z[ host-image] May 28 05:07:29.045 INFO O| May 28 05:07:29.045 INFO skip include "stress" because feature "compliance" is not enabled
92652026-05-28T05:07:29.953Z[ host-image] May 28 05:07:29.075 INFO O| May 28 05:07:29.075 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92662026-05-28T05:07:29.956Z[ host-image] May 28 05:07:29.079 INFO O| May 28 05:07:29.079 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92672026-05-28T05:07:30.060Z[ host-image] May 28 05:07:29.182 INFO O| May 28 05:07:29.182 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92682026-05-28T05:07:30.124Z[ host-image] May 28 05:07:29.246 INFO O| May 28 05:07:29.246 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92692026-05-28T05:07:30.124Z[ host-image] May 28 05:07:29.246 INFO O| May 28 05:07:29.246 INFO work dataset: rpool/images/build/host/work/sled/zfs
92702026-05-28T05:07:30.128Z[ host-image] May 28 05:07:29.251 INFO O| May 28 05:07:29.251 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92712026-05-28T05:07:30.319Z[ host-image] May 28 05:07:29.442 INFO O| May 28 05:07:29.442 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92722026-05-28T05:07:30.389Z[ host-image] May 28 05:07:29.511 INFO O| May 28 05:07:29.511 INFO DESTROY POOL: TEMPORARY-sled-zfs
92732026-05-28T05:07:30.396Z[ host-image] May 28 05:07:29.518 INFO O| May 28 05:07:29.518 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92742026-05-28T05:07:30.406Z[ host-image] May 28 05:07:29.522 INFO O| May 28 05:07:29.522 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92752026-05-28T05:07:30.406Z[ host-image] May 28 05:07:29.522 INFO O| May 28 05:07:29.522 INFO no lofi found
92762026-05-28T05:07:30.407Z[ host-image] May 28 05:07:29.522 INFO O| May 28 05:07:29.522 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92772026-05-28T05:07:30.407Z[ host-image] May 28 05:07:29.522 INFO O| May 28 05:07:29.522 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92782026-05-28T05:07:31.879Z[ host-image] May 28 05:07:31.001 INFO O| May 28 05:07:31.001 INFO lofi device = /dev/dsk/c2t1d0p0
92792026-05-28T05:07:31.879Z[ host-image] May 28 05:07:31.001 INFO O| May 28 05:07:31.001 INFO pool device = /dev/dsk/c2t1d0p0
92802026-05-28T05:07:31.879Z[ host-image] May 28 05:07:31.001 INFO O| May 28 05:07:31.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"]
92812026-05-28T05:07:32.015Z[ host-image] May 28 05:07:31.137 INFO O| May 28 05:07:31.137 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92822026-05-28T05:07:32.015Z[ host-image] May 28 05:07:31.137 INFO O| May 28 05:07:31.137 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92832026-05-28T05:07:32.037Z[ host-image] May 28 05:07:31.159 INFO O| May 28 05:07:31.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92842026-05-28T05:07:32.096Z[ host-image] May 28 05:07:31.218 INFO O| May 28 05:07:31.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92852026-05-28T05:07:32.126Z[ host-image] May 28 05:07:31.249 INFO O| May 28 05:07:31.249 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92862026-05-28T05:07:32.141Z[ host-image] May 28 05:07:31.264 INFO O| May 28 05:07:31.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92872026-05-28T05:07:32.154Z[ host-image] May 28 05:07:31.277 INFO O| May 28 05:07:31.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92882026-05-28T05:07:32.191Z[ host-image] May 28 05:07:31.313 INFO O| May 28 05:07:31.313 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92892026-05-28T05:07:32.191Z[ host-image] May 28 05:07:31.313 INFO O| May 28 05:07:31.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92902026-05-28T05:07:32.195Z[ host-image] May 28 05:07:31.313 INFO O| May 28 05:07:31.313 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92912026-05-28T05:07:32.199Z[ host-image] May 28 05:07:31.318 INFO O| May 28 05:07:31.318 INFO boot environment UUID: 7df82c2d-3827-42cd-88e6-53540902ba95
92922026-05-28T05:07:32.199Z[ host-image] May 28 05:07:31.318 INFO O| May 28 05:07:31.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7df82c2d-3827-42cd-88e6-53540902ba95
92932026-05-28T05:07:32.209Z[ host-image] May 28 05:07:31.331 INFO O| May 28 05:07:31.331 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92942026-05-28T05:07:32.221Z[ host-image] May 28 05:07:31.344 INFO O| May 28 05:07:31.344 INFO STEP 0 (create_be) COMPLETE
92952026-05-28T05:07:32.222Z[ host-image] May 28 05:07:31.344 INFO O| May 28 05:07:31.344 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92962026-05-28T05:07:32.232Z[ host-image] May 28 05:07:31.355 INFO O| May 28 05:07:31.355 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92972026-05-28T05:07:42.357Z[ host-image] May 28 05:07:41.479 INFO O| May 28 05:07:41.479 INFO STEP 1 (unpack_tar) COMPLETE
92982026-05-28T05:07:42.357Z[ host-image] May 28 05:07:41.479 INFO O| May 28 05:07:41.479 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992026-05-28T05:07:42.364Z[ host-image] May 28 05:07:41.487 INFO O| May 28 05:07:41.487 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93002026-05-28T05:07:42.469Z[ host-image] May 28 05:07:41.591 INFO O| May 28 05:07:41.591 INFO STEP 2 (devfsadm) COMPLETE
93012026-05-28T05:07:42.469Z[ host-image] May 28 05:07:41.591 INFO O| May 28 05:07:41.591 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022026-05-28T05:07:42.476Z[ host-image] May 28 05:07:41.599 INFO O| May 28 05:07:41.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93032026-05-28T05:07:42.479Z[ host-image] May 28 05:07:41.599 INFO O| May 28 05:07:41.599 INFO STEP 3 (ensure_dir) COMPLETE
93042026-05-28T05:07:42.479Z[ host-image] May 28 05:07:41.599 INFO O| May 28 05:07:41.599 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052026-05-28T05:07:42.483Z[ host-image] May 28 05:07:41.606 INFO O| May 28 05:07:41.606 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93062026-05-28T05:07:42.484Z[ host-image] May 28 05:07:41.606 INFO O| May 28 05:07:41.606 INFO STEP 4 (ensure_dir) COMPLETE
93072026-05-28T05:07:42.484Z[ host-image] May 28 05:07:41.606 INFO O| May 28 05:07:41.606 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082026-05-28T05:07:42.490Z[ host-image] May 28 05:07:41.613 INFO O| May 28 05:07:41.613 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93092026-05-28T05:07:42.490Z[ host-image] May 28 05:07:41.613 INFO O| May 28 05:07:41.613 INFO STEP 5 (ensure_dir) COMPLETE
93102026-05-28T05:07:42.493Z[ host-image] May 28 05:07:41.613 INFO O| May 28 05:07:41.613 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93112026-05-28T05:07:42.497Z[ host-image] May 28 05:07:41.620 INFO O| May 28 05:07:41.620 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93122026-05-28T05:07:42.500Z[ host-image] May 28 05:07:41.620 INFO O| May 28 05:07:41.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93132026-05-28T05:07:42.500Z[ host-image] May 28 05:07:41.620 INFO O| May 28 05:07:41.620 INFO STEP 6 (ensure_dir) COMPLETE
93142026-05-28T05:07:42.501Z[ host-image] May 28 05:07:41.620 INFO O| May 28 05:07:41.620 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152026-05-28T05:07:42.505Z[ host-image] May 28 05:07:41.628 INFO O| May 28 05:07:41.628 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93162026-05-28T05:07:42.505Z[ host-image] May 28 05:07:41.628 INFO O| May 28 05:07:41.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93172026-05-28T05:07:42.505Z[ host-image] May 28 05:07:41.628 INFO O| May 28 05:07:41.628 INFO STEP 7 (ensure_dir) COMPLETE
93182026-05-28T05:07:42.508Z[ host-image] May 28 05:07:41.628 INFO O| May 28 05:07:41.628 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-05-28T05:07:42.511Z[ host-image] May 28 05:07:41.635 INFO O| May 28 05:07:41.635 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93202026-05-28T05:07:42.514Z[ host-image] May 28 05:07:41.635 INFO O| May 28 05:07:41.635 INFO STEP 8 (remove_files) COMPLETE
93212026-05-28T05:07:42.515Z[ host-image] May 28 05:07:41.635 INFO O| May 28 05:07:41.635 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-05-28T05:07:42.520Z[ host-image] May 28 05:07:41.643 INFO O| May 28 05:07:41.643 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93232026-05-28T05:07:42.523Z[ host-image] May 28 05:07:41.643 INFO O| May 28 05:07:41.643 INFO STEP 9 (remove_files) COMPLETE
93242026-05-28T05:07:42.523Z[ host-image] May 28 05:07:41.643 INFO O| May 28 05:07:41.643 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93252026-05-28T05:07:42.528Z[ host-image] May 28 05:07:41.651 INFO O| May 28 05:07:41.651 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93262026-05-28T05:07:42.531Z[ host-image] May 28 05:07:41.651 INFO O| May 28 05:07:41.651 INFO STEP 10 (remove_files) COMPLETE
93272026-05-28T05:07:42.531Z[ host-image] May 28 05:07:41.651 INFO O| May 28 05:07:41.651 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282026-05-28T05:07:42.534Z[ host-image] May 28 05:07:41.657 INFO O| May 28 05:07:41.657 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93292026-05-28T05:07:42.534Z[ host-image] May 28 05:07:41.657 INFO O| May 28 05:07:41.657 INFO STEP 11 (remove_files) COMPLETE
93302026-05-28T05:07:42.534Z[ host-image] May 28 05:07:41.657 INFO O| May 28 05:07:41.657 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312026-05-28T05:07:42.539Z[ host-image] May 28 05:07:41.662 INFO O| May 28 05:07:41.662 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93322026-05-28T05:07:42.539Z[ host-image] May 28 05:07:41.662 INFO O| May 28 05:07:41.662 INFO STEP 12 (remove_files) COMPLETE
93332026-05-28T05:07:42.543Z[ host-image] May 28 05:07:41.662 INFO O| May 28 05:07:41.662 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93342026-05-28T05:07:42.546Z[ host-image] May 28 05:07:41.669 INFO O| May 28 05:07:41.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93352026-05-28T05:07:42.546Z[ host-image] May 28 05:07:41.669 INFO O| May 28 05:07:41.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93362026-05-28T05:07:42.549Z[ host-image] May 28 05:07:41.669 INFO O| May 28 05:07:41.669 INFO STEP 13 (ensure_dir) COMPLETE
93372026-05-28T05:07:42.549Z[ host-image] May 28 05:07:41.669 INFO O| May 28 05:07:41.669 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93382026-05-28T05:07:42.553Z[ host-image] May 28 05:07:41.675 INFO O| May 28 05:07:41.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93392026-05-28T05:07:42.553Z[ host-image] May 28 05:07:41.675 INFO O| May 28 05:07:41.675 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93402026-05-28T05:07:42.553Z[ host-image] May 28 05:07:41.675 INFO O| May 28 05:07:41.675 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93412026-05-28T05:07:42.553Z[ host-image] May 28 05:07:41.675 INFO O| May 28 05:07:41.675 INFO STEP 14 (ensure_dir) COMPLETE
93422026-05-28T05:07:42.553Z[ host-image] May 28 05:07:41.675 INFO O| May 28 05:07:41.675 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432026-05-28T05:07:42.557Z[ host-image] May 28 05:07:41.680 INFO O| May 28 05:07:41.680 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93442026-05-28T05:07:42.557Z[ host-image] May 28 05:07:41.680 INFO O| May 28 05:07:41.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93452026-05-28T05:07:42.561Z[ host-image] May 28 05:07:41.680 INFO O| May 28 05:07:41.680 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93462026-05-28T05:07:42.561Z[ host-image] May 28 05:07:41.680 INFO O| May 28 05:07:41.680 INFO STEP 15 (ensure_dir) COMPLETE
93472026-05-28T05:07:42.561Z[ host-image] May 28 05:07:41.680 INFO O| May 28 05:07:41.680 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93482026-05-28T05:07:42.564Z[ host-image] May 28 05:07:41.685 INFO O| May 28 05:07:41.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93492026-05-28T05:07:42.564Z[ host-image] May 28 05:07:41.685 INFO O| May 28 05:07:41.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93502026-05-28T05:07:42.564Z[ host-image] May 28 05:07:41.685 INFO O| May 28 05:07:41.685 INFO STEP 16 (ensure_dir) COMPLETE
93512026-05-28T05:07:42.564Z[ host-image] May 28 05:07:41.685 INFO O| May 28 05:07:41.685 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93522026-05-28T05:07:42.570Z[ host-image] May 28 05:07:41.693 INFO O| May 28 05:07:41.693 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93532026-05-28T05:07:42.570Z[ host-image] May 28 05:07:41.693 INFO O| May 28 05:07:41.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93542026-05-28T05:07:42.573Z[ host-image] May 28 05:07:41.693 INFO O| May 28 05:07:41.693 INFO STEP 17 (ensure_dir) COMPLETE
93552026-05-28T05:07:42.573Z[ host-image] May 28 05:07:41.693 INFO O| May 28 05:07:41.693 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93562026-05-28T05:07:42.576Z[ host-image] May 28 05:07:41.699 INFO O| May 28 05:07:41.699 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93572026-05-28T05:07:42.576Z[ host-image] May 28 05:07:41.699 INFO O| May 28 05:07:41.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93582026-05-28T05:07:42.576Z[ host-image] May 28 05:07:41.699 INFO O| May 28 05:07:41.699 INFO ok!
93592026-05-28T05:07:42.576Z[ host-image] May 28 05:07:41.699 INFO O| May 28 05:07:41.699 INFO STEP 18 (ensure_symlink) COMPLETE
93602026-05-28T05:07:42.576Z[ host-image] May 28 05:07:41.699 INFO O| May 28 05:07:41.699 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93612026-05-28T05:07:42.582Z[ host-image] May 28 05:07:41.705 INFO O| May 28 05:07:41.705 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93622026-05-28T05:07:42.585Z[ host-image] May 28 05:07:41.705 INFO O| May 28 05:07:41.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93632026-05-28T05:07:42.585Z[ host-image] May 28 05:07:41.705 INFO O| May 28 05:07:41.705 INFO ok!
93642026-05-28T05:07:42.585Z[ host-image] May 28 05:07:41.705 INFO O| May 28 05:07:41.705 INFO STEP 19 (ensure_file) COMPLETE
93652026-05-28T05:07:42.585Z[ host-image] May 28 05:07:41.705 INFO O| May 28 05:07:41.705 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93662026-05-28T05:07:42.589Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93672026-05-28T05:07:42.589Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93682026-05-28T05:07:42.592Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93692026-05-28T05:07:42.592Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO ok!
93702026-05-28T05:07:42.592Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO STEP 20 (ensure_symlink) COMPLETE
93712026-05-28T05:07:42.593Z[ host-image] May 28 05:07:41.712 INFO O| May 28 05:07:41.712 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.717 INFO O| May 28 05:07:41.717 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93732026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.717 INFO O| May 28 05:07:41.717 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93742026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.717 INFO O| May 28 05:07:41.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93752026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.717 INFO O| May 28 05:07:41.717 INFO ok!
93762026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.718 INFO O| May 28 05:07:41.717 INFO STEP 21 (ensure_symlink) COMPLETE
93772026-05-28T05:07:42.596Z[ host-image] May 28 05:07:41.718 INFO O| May 28 05:07:41.717 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93782026-05-28T05:07:42.600Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93792026-05-28T05:07:42.603Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93802026-05-28T05:07:42.603Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93812026-05-28T05:07:42.603Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO ok!
93822026-05-28T05:07:42.603Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO STEP 22 (ensure_symlink) COMPLETE
93832026-05-28T05:07:42.603Z[ host-image] May 28 05:07:41.723 INFO O| May 28 05:07:41.723 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93842026-05-28T05:07:42.607Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93852026-05-28T05:07:42.610Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93862026-05-28T05:07:42.610Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93872026-05-28T05:07:42.610Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO ok!
93882026-05-28T05:07:42.610Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO STEP 23 (ensure_symlink) COMPLETE
93892026-05-28T05:07:42.610Z[ host-image] May 28 05:07:41.730 INFO O| May 28 05:07:41.730 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93902026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93912026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93922026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93932026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 INFO ok!
93942026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 INFO STEP 24 (ensure_file) COMPLETE
93952026-05-28T05:07:42.613Z[ host-image] May 28 05:07:41.736 INFO O| May 28 05:07:41.736 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962026-05-28T05:07:42.618Z[ host-image] May 28 05:07:41.741 INFO O| May 28 05:07:41.741 INFO updating shadow file
93972026-05-28T05:07:42.618Z[ host-image] May 28 05:07:41.741 INFO O| May 28 05:07:41.741 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93982026-05-28T05:07:42.621Z[ host-image] May 28 05:07:41.741 INFO O| May 28 05:07:41.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93992026-05-28T05:07:42.621Z[ host-image] May 28 05:07:41.741 INFO O| May 28 05:07:41.741 INFO STEP 25 (shadow) COMPLETE
94002026-05-28T05:07:42.621Z[ host-image] May 28 05:07:41.741 INFO O| May 28 05:07:41.741 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94022026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94032026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94042026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 INFO ok!
94052026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 INFO STEP 26 (ensure_file) COMPLETE
94062026-05-28T05:07:42.625Z[ host-image] May 28 05:07:41.746 INFO O| May 28 05:07:41.746 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94072026-05-28T05:07:42.628Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94082026-05-28T05:07:42.629Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94092026-05-28T05:07:42.629Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94102026-05-28T05:07:42.632Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO ok!
94112026-05-28T05:07:42.632Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO STEP 27 (ensure_file) COMPLETE
94122026-05-28T05:07:42.632Z[ host-image] May 28 05:07:41.751 INFO O| May 28 05:07:41.751 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94132026-05-28T05:07:42.636Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94142026-05-28T05:07:42.636Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94152026-05-28T05:07:42.640Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94162026-05-28T05:07:42.640Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94172026-05-28T05:07:42.640Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO ok!
94182026-05-28T05:07:42.640Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO STEP 28 (ensure_file) COMPLETE
94192026-05-28T05:07:42.640Z[ host-image] May 28 05:07:41.759 INFO O| May 28 05:07:41.759 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94202026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94212026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94222026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94232026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO ok!
94242026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO STEP 29 (ensure_file) COMPLETE
94252026-05-28T05:07:42.644Z[ host-image] May 28 05:07:41.766 INFO O| May 28 05:07:41.766 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94262026-05-28T05:07:42.649Z[ host-image] May 28 05:07:41.771 INFO O| May 28 05:07:41.771 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94272026-05-28T05:07:42.649Z[ host-image] May 28 05:07:41.772 INFO O| May 28 05:07:41.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94282026-05-28T05:07:42.652Z[ host-image] May 28 05:07:41.772 INFO O| May 28 05:07:41.772 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94292026-05-28T05:07:42.652Z[ host-image] May 28 05:07:41.772 INFO O| May 28 05:07:41.772 INFO STEP 30 (ensure_dir) COMPLETE
94302026-05-28T05:07:42.652Z[ host-image] May 28 05:07:41.772 INFO O| May 28 05:07:41.772 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94312026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94322026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94332026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94342026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94352026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO ok!
94362026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO STEP 31 (ensure_file) COMPLETE
94372026-05-28T05:07:42.656Z[ host-image] May 28 05:07:41.777 INFO O| May 28 05:07:41.777 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94382026-05-28T05:07:42.659Z[ host-image] May 28 05:07:41.782 INFO O| May 28 05:07:41.782 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94392026-05-28T05:07:42.663Z[ host-image] May 28 05:07:41.782 INFO O| May 28 05:07:41.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94402026-05-28T05:07:42.663Z[ host-image] May 28 05:07:41.782 INFO O| May 28 05:07:41.782 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94412026-05-28T05:07:42.663Z[ host-image] May 28 05:07:41.782 INFO O| May 28 05:07:41.782 INFO STEP 32 (ensure_dir) COMPLETE
94422026-05-28T05:07:42.663Z[ host-image] May 28 05:07:41.782 INFO O| May 28 05:07:41.782 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94432026-05-28T05:07:42.667Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94442026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 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 ...
94452026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 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
94462026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94472026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 INFO ok!
94482026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 INFO STEP 33 (ensure_file) COMPLETE
94492026-05-28T05:07:42.670Z[ host-image] May 28 05:07:41.790 INFO O| May 28 05:07:41.790 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94502026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94512026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94522026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94532026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO ok!
94542026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO STEP 34 (ensure_file) COMPLETE
94552026-05-28T05:07:42.674Z[ host-image] May 28 05:07:41.796 INFO O| May 28 05:07:41.796 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94562026-05-28T05:07:42.678Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94572026-05-28T05:07:42.678Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94582026-05-28T05:07:42.682Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94592026-05-28T05:07:42.682Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94602026-05-28T05:07:42.682Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO ok!
94612026-05-28T05:07:42.682Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO STEP 35 (ensure_file) COMPLETE
94622026-05-28T05:07:42.682Z[ host-image] May 28 05:07:41.801 INFO O| May 28 05:07:41.801 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94632026-05-28T05:07:42.685Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94642026-05-28T05:07:42.685Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94652026-05-28T05:07:42.686Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94662026-05-28T05:07:42.686Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 INFO ok!
94672026-05-28T05:07:42.686Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 INFO STEP 36 (ensure_file) COMPLETE
94682026-05-28T05:07:42.686Z[ host-image] May 28 05:07:41.807 INFO O| May 28 05:07:41.807 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94692026-05-28T05:07:42.691Z[ host-image] May 28 05:07:41.814 INFO O| May 28 05:07:41.814 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94702026-05-28T05:07:42.691Z[ host-image] May 28 05:07:41.815 INFO O| May 28 05:07:41.814 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94712026-05-28T05:07:42.695Z[ host-image] May 28 05:07:41.815 INFO O| May 28 05:07:41.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94722026-05-28T05:07:42.695Z[ host-image] May 28 05:07:41.815 INFO O| May 28 05:07:41.815 INFO ok!
94732026-05-28T05:07:42.695Z[ host-image] May 28 05:07:41.815 INFO O| May 28 05:07:41.815 INFO STEP 37 (ensure_file) COMPLETE
94742026-05-28T05:07:42.695Z[ host-image] May 28 05:07:41.815 INFO O| May 28 05:07:41.815 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94752026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94762026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94772026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94782026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94792026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94802026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94812026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO ok!
94822026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO STEP 38 (ensure_file) COMPLETE
94832026-05-28T05:07:42.699Z[ host-image] May 28 05:07:41.821 INFO O| May 28 05:07:41.821 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94842026-05-28T05:07:42.705Z[ host-image] May 28 05:07:41.828 INFO O| May 28 05:07:41.828 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94852026-05-28T05:07:42.705Z[ host-image] May 28 05:07:41.828 INFO O| May 28 05:07:41.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94862026-05-28T05:07:42.708Z[ host-image] May 28 05:07:41.828 INFO O| May 28 05:07:41.828 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94872026-05-28T05:07:42.708Z[ host-image] May 28 05:07:41.828 INFO O| May 28 05:07:41.828 INFO STEP 39 (ensure_dir) COMPLETE
94882026-05-28T05:07:42.708Z[ host-image] May 28 05:07:41.828 INFO O| May 28 05:07:41.828 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94892026-05-28T05:07:42.711Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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
94902026-05-28T05:07:42.714Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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 ...
94912026-05-28T05:07:42.714Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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
94922026-05-28T05:07:42.715Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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
94932026-05-28T05:07:42.715Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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
94942026-05-28T05:07:42.715Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 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
94952026-05-28T05:07:42.715Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 INFO ok!
94962026-05-28T05:07:42.715Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 INFO STEP 40 (ensure_file) COMPLETE
94972026-05-28T05:07:42.716Z[ host-image] May 28 05:07:41.835 INFO O| May 28 05:07:41.835 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94982026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94992026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 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 ...
95002026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95012026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 INFO ok!
95022026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 INFO STEP 41 (ensure_symlink) COMPLETE
95032026-05-28T05:07:42.719Z[ host-image] May 28 05:07:41.841 INFO O| May 28 05:07:41.841 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95042026-05-28T05:07:42.723Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95052026-05-28T05:07:42.723Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95062026-05-28T05:07:42.723Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95072026-05-28T05:07:42.726Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO ok!
95082026-05-28T05:07:42.726Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO STEP 42 (ensure_symlink) COMPLETE
95092026-05-28T05:07:42.726Z[ host-image] May 28 05:07:41.846 INFO O| May 28 05:07:41.846 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95102026-05-28T05:07:42.730Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95112026-05-28T05:07:42.730Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95122026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95132026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95142026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95152026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95162026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO ok!
95172026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO STEP 43 (ensure_file) COMPLETE
95182026-05-28T05:07:42.734Z[ host-image] May 28 05:07:41.853 INFO O| May 28 05:07:41.853 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95192026-05-28T05:07:42.737Z[ host-image] May 28 05:07:41.859 INFO O| May 28 05:07:41.859 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95202026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.859 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 ...
95212026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.860 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
95222026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95232026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.860 INFO ok!
95242026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.860 INFO STEP 44 (ensure_file) COMPLETE
95252026-05-28T05:07:42.738Z[ host-image] May 28 05:07:41.860 INFO O| May 28 05:07:41.860 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95262026-05-28T05:07:42.742Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95272026-05-28T05:07:42.742Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95282026-05-28T05:07:42.745Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95292026-05-28T05:07:42.745Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO ok!
95302026-05-28T05:07:42.746Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO STEP 45 (ensure_file) COMPLETE
95312026-05-28T05:07:42.746Z[ host-image] May 28 05:07:41.865 INFO O| May 28 05:07:41.865 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95322026-05-28T05:07:42.749Z[ host-image] May 28 05:07:41.871 INFO O| May 28 05:07:41.871 INFO updating shadow file
95332026-05-28T05:07:42.749Z[ host-image] May 28 05:07:41.871 INFO O| May 28 05:07:41.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95342026-05-28T05:07:42.749Z[ host-image] May 28 05:07:41.871 INFO O| May 28 05:07:41.871 INFO STEP 46 (shadow) COMPLETE
95352026-05-28T05:07:42.749Z[ host-image] May 28 05:07:41.871 INFO O| May 28 05:07:41.871 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95362026-05-28T05:07:42.754Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95372026-05-28T05:07:42.754Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95382026-05-28T05:07:42.757Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95392026-05-28T05:07:42.757Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95402026-05-28T05:07:42.757Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO ok!
95412026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO STEP 47 (ensure_file) COMPLETE
95422026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95432026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO skip step because feature "mfg" is not enabled
95442026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95452026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO skip step because feature "mfg" is not enabled
95462026-05-28T05:07:42.758Z[ host-image] May 28 05:07:41.877 INFO O| May 28 05:07:41.877 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95472026-05-28T05:07:42.761Z[ host-image] May 28 05:07:41.884 INFO O| May 28 05:07:41.883 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95482026-05-28T05:07:42.761Z[ host-image] May 28 05:07:41.884 INFO O| May 28 05:07:41.883 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95492026-05-28T05:07:42.781Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95502026-05-28T05:07:42.784Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95512026-05-28T05:07:42.784Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO ok!
95522026-05-28T05:07:42.784Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO STEP 50 (ensure_file) COMPLETE
95532026-05-28T05:07:42.785Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95542026-05-28T05:07:42.785Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO skip step because feature "compliance" is not enabled
95552026-05-28T05:07:42.785Z[ host-image] May 28 05:07:41.904 INFO O| May 28 05:07:41.904 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95562026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95572026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95582026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95592026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95602026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95612026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95622026-05-28T05:07:42.788Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO ok!
95632026-05-28T05:07:42.789Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO STEP 52 (ensure_file) COMPLETE
95642026-05-28T05:07:42.792Z[ host-image] May 28 05:07:41.911 INFO O| May 28 05:07:41.911 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95652026-05-28T05:07:42.795Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95662026-05-28T05:07:42.795Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 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 ...
95672026-05-28T05:07:42.795Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 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
95682026-05-28T05:07:42.796Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95692026-05-28T05:07:42.796Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 INFO ok!
95702026-05-28T05:07:42.796Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 INFO STEP 53 (ensure_file) COMPLETE
95712026-05-28T05:07:42.796Z[ host-image] May 28 05:07:41.917 INFO O| May 28 05:07:41.917 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95722026-05-28T05:07:42.801Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95732026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 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 ...
95742026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95752026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95762026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO ok!
95772026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO STEP 54 (ensure_file) COMPLETE
95782026-05-28T05:07:42.805Z[ host-image] May 28 05:07:41.924 INFO O| May 28 05:07:41.924 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95792026-05-28T05:07:42.808Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95802026-05-28T05:07:42.808Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 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 ...
95812026-05-28T05:07:42.808Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 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
95822026-05-28T05:07:42.809Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95832026-05-28T05:07:42.809Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 INFO ok!
95842026-05-28T05:07:42.809Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 INFO STEP 55 (ensure_file) COMPLETE
95852026-05-28T05:07:42.809Z[ host-image] May 28 05:07:41.931 INFO O| May 28 05:07:41.931 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95862026-05-28T05:07:42.813Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95872026-05-28T05:07:42.813Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 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 ...
95882026-05-28T05:07:42.817Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95892026-05-28T05:07:42.817Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95902026-05-28T05:07:42.817Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO ok!
95912026-05-28T05:07:42.817Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO STEP 56 (ensure_file) COMPLETE
95922026-05-28T05:07:42.817Z[ host-image] May 28 05:07:41.936 INFO O| May 28 05:07:41.936 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95932026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95942026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 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 ...
95952026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 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
95962026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95972026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 INFO ok!
95982026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 INFO STEP 57 (ensure_file) COMPLETE
95992026-05-28T05:07:42.820Z[ host-image] May 28 05:07:41.942 INFO O| May 28 05:07:41.942 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96002026-05-28T05:07:42.825Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96012026-05-28T05:07:42.828Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 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 ...
96022026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96032026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96042026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96052026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96062026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO ok!
96072026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO STEP 58 (ensure_file) COMPLETE
96082026-05-28T05:07:42.829Z[ host-image] May 28 05:07:41.948 INFO O| May 28 05:07:41.948 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96092026-05-28T05:07:42.832Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96102026-05-28T05:07:42.832Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 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 ...
96112026-05-28T05:07:42.832Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 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
96122026-05-28T05:07:42.832Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96132026-05-28T05:07:42.833Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 INFO ok!
96142026-05-28T05:07:42.833Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 INFO STEP 59 (ensure_file) COMPLETE
96152026-05-28T05:07:42.833Z[ host-image] May 28 05:07:41.954 INFO O| May 28 05:07:41.954 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96162026-05-28T05:07:42.837Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96172026-05-28T05:07:42.837Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96182026-05-28T05:07:42.840Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96192026-05-28T05:07:42.840Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96202026-05-28T05:07:42.840Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO ok!
96212026-05-28T05:07:42.840Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO STEP 60 (ensure_file) COMPLETE
96222026-05-28T05:07:42.841Z[ host-image] May 28 05:07:41.960 INFO O| May 28 05:07:41.960 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96232026-05-28T05:07:42.844Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96242026-05-28T05:07:42.844Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 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 ...
96252026-05-28T05:07:42.845Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 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
96262026-05-28T05:07:42.845Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96272026-05-28T05:07:42.845Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 INFO ok!
96282026-05-28T05:07:42.845Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 INFO STEP 61 (ensure_file) COMPLETE
96292026-05-28T05:07:42.845Z[ host-image] May 28 05:07:41.966 INFO O| May 28 05:07:41.966 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96302026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96312026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96322026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96332026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96342026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96352026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96362026-05-28T05:07:42.849Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO ok!
96372026-05-28T05:07:42.850Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO STEP 62 (ensure_file) COMPLETE
96382026-05-28T05:07:42.850Z[ host-image] May 28 05:07:41.972 INFO O| May 28 05:07:41.972 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96392026-05-28T05:07:42.855Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96402026-05-28T05:07:42.856Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 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 ...
96412026-05-28T05:07:42.856Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 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
96422026-05-28T05:07:42.859Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96432026-05-28T05:07:42.860Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 INFO ok!
96442026-05-28T05:07:42.860Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 INFO STEP 63 (ensure_file) COMPLETE
96452026-05-28T05:07:42.860Z[ host-image] May 28 05:07:41.978 INFO O| May 28 05:07:41.978 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96462026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96472026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 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 ...
96482026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 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
96492026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96502026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 INFO ok!
96512026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 INFO STEP 64 (ensure_file) COMPLETE
96522026-05-28T05:07:42.863Z[ host-image] May 28 05:07:41.983 INFO O| May 28 05:07:41.983 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96532026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96542026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 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 ...
96552026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 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
96562026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96572026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO ok!
96582026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO STEP 65 (ensure_file) COMPLETE
96592026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96602026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO skip step because feature "mbist" is not enabled
96612026-05-28T05:07:42.867Z[ host-image] May 28 05:07:41.989 INFO O| May 28 05:07:41.989 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622026-05-28T05:07:42.872Z[ host-image] May 28 05:07:41.995 INFO O| May 28 05:07:41.995 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96632026-05-28T05:07:42.872Z[ host-image] May 28 05:07:41.995 INFO O| May 28 05:07:41.995 INFO STEP 67 (ensure_dir) COMPLETE
96642026-05-28T05:07:42.875Z[ host-image] May 28 05:07:41.995 INFO O| May 28 05:07:41.995 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652026-05-28T05:07:42.878Z[ host-image] May 28 05:07:42.000 INFO O| May 28 05:07:42.000 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96662026-05-28T05:07:42.878Z[ host-image] May 28 05:07:42.000 INFO O| May 28 05:07:42.000 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96672026-05-28T05:07:42.878Z[ host-image] May 28 05:07:42.000 INFO O| May 28 05:07:42.000 INFO STEP 68 (ensure_dir) COMPLETE
96682026-05-28T05:07:42.878Z[ host-image] May 28 05:07:42.000 INFO O| May 28 05:07:42.000 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692026-05-28T05:07:42.884Z[ host-image] May 28 05:07:42.007 INFO O| May 28 05:07:42.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96702026-05-28T05:07:42.884Z[ host-image] May 28 05:07:42.007 INFO O| May 28 05:07:42.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96712026-05-28T05:07:42.887Z[ host-image] May 28 05:07:42.007 INFO O| May 28 05:07:42.007 INFO STEP 69 (ensure_dir) COMPLETE
96722026-05-28T05:07:42.887Z[ host-image] May 28 05:07:42.007 INFO O| May 28 05:07:42.007 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732026-05-28T05:07:42.891Z[ host-image] May 28 05:07:42.013 INFO O| May 28 05:07:42.013 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96742026-05-28T05:07:42.891Z[ host-image] May 28 05:07:42.013 INFO O| May 28 05:07:42.013 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96752026-05-28T05:07:43.545Z[ host-image] May 28 05:07:42.666 INFO O| May 28 05:07:42.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96762026-05-28T05:07:43.545Z[ host-image] May 28 05:07:42.666 INFO O| May 28 05:07:42.666 INFO ok!
96772026-05-28T05:07:43.549Z[ host-image] May 28 05:07:42.666 INFO O| May 28 05:07:42.666 INFO STEP 70 (ensure_file) COMPLETE
96782026-05-28T05:07:43.549Z[ host-image] May 28 05:07:42.666 INFO O| May 28 05:07:42.666 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792026-05-28T05:07:43.553Z[ host-image] May 28 05:07:42.674 INFO O| May 28 05:07:42.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96802026-05-28T05:07:43.555Z[ host-image] May 28 05:07:42.674 INFO O| May 28 05:07:42.674 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96812026-05-28T05:07:44.246Z[ host-image] May 28 05:07:43.368 INFO O| May 28 05:07:43.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96822026-05-28T05:07:44.246Z[ host-image] May 28 05:07:43.368 INFO O| May 28 05:07:43.368 INFO ok!
96832026-05-28T05:07:44.246Z[ host-image] May 28 05:07:43.368 INFO O| May 28 05:07:43.368 INFO STEP 71 (ensure_file) COMPLETE
96842026-05-28T05:07:44.249Z[ host-image] May 28 05:07:43.368 INFO O| May 28 05:07:43.368 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-05-28T05:07:44.254Z[ host-image] May 28 05:07:43.377 INFO O| May 28 05:07:43.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96862026-05-28T05:07:44.254Z[ host-image] May 28 05:07:43.377 INFO O| May 28 05:07:43.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96872026-05-28T05:07:44.257Z[ host-image] May 28 05:07:43.377 INFO O| May 28 05:07:43.377 INFO STEP 72 (ensure_dir) COMPLETE
96882026-05-28T05:07:44.257Z[ host-image] May 28 05:07:43.377 INFO O| May 28 05:07:43.377 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892026-05-28T05:07:44.261Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96902026-05-28T05:07:44.261Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO copying /tmp/.tmpvde0FR/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 ...
96912026-05-28T05:07:44.264Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96922026-05-28T05:07:44.264Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO ok!
96932026-05-28T05:07:44.265Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO STEP 73 (ensure_file) COMPLETE
96942026-05-28T05:07:44.265Z[ host-image] May 28 05:07:43.384 INFO O| May 28 05:07:43.384 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952026-05-28T05:07:44.269Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96962026-05-28T05:07:44.269Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO copying /tmp/.tmpvde0FR/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 ...
96972026-05-28T05:07:44.269Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96982026-05-28T05:07:44.270Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO ok!
96992026-05-28T05:07:44.270Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO STEP 74 (ensure_file) COMPLETE
97002026-05-28T05:07:44.270Z[ host-image] May 28 05:07:43.391 INFO O| May 28 05:07:43.391 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012026-05-28T05:07:44.275Z[ host-image] May 28 05:07:43.398 INFO O| May 28 05:07:43.398 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97022026-05-28T05:07:44.275Z[ host-image] May 28 05:07:43.398 INFO O| May 28 05:07:43.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97032026-05-28T05:07:44.275Z[ host-image] May 28 05:07:43.398 INFO O| May 28 05:07:43.398 INFO STEP 75 (ensure_dir) COMPLETE
97042026-05-28T05:07:44.275Z[ host-image] May 28 05:07:43.398 INFO O| May 28 05:07:43.398 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052026-05-28T05:07:44.282Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97062026-05-28T05:07:44.282Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO copying /tmp/.tmpvde0FR/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 ...
97072026-05-28T05:07:44.282Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97082026-05-28T05:07:44.285Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO ok!
97092026-05-28T05:07:44.285Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO STEP 76 (ensure_file) COMPLETE
97102026-05-28T05:07:44.285Z[ host-image] May 28 05:07:43.405 INFO O| May 28 05:07:43.405 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97122026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO copying /tmp/.tmpvde0FR/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 ...
97132026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97142026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO ok!
97152026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO STEP 77 (ensure_file) COMPLETE
97162026-05-28T05:07:44.289Z[ host-image] May 28 05:07:43.411 INFO O| May 28 05:07:43.411 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172026-05-28T05:07:44.295Z[ host-image] May 28 05:07:43.418 INFO O| May 28 05:07:43.418 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97182026-05-28T05:07:44.295Z[ host-image] May 28 05:07:43.418 INFO O| May 28 05:07:43.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97192026-05-28T05:07:44.295Z[ host-image] May 28 05:07:43.418 INFO O| May 28 05:07:43.418 INFO STEP 78 (ensure_dir) COMPLETE
97202026-05-28T05:07:44.298Z[ host-image] May 28 05:07:43.418 INFO O| May 28 05:07:43.418 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212026-05-28T05:07:44.301Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97222026-05-28T05:07:44.301Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO copying /tmp/.tmpvde0FR/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 ...
97232026-05-28T05:07:44.301Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97242026-05-28T05:07:44.304Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO ok!
97252026-05-28T05:07:44.305Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO STEP 79 (ensure_file) COMPLETE
97262026-05-28T05:07:44.305Z[ host-image] May 28 05:07:43.424 INFO O| May 28 05:07:43.424 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-05-28T05:07:44.320Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97282026-05-28T05:07:44.320Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97292026-05-28T05:07:44.366Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97302026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO ok!
97312026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO STEP 80 (ensure_file) COMPLETE
97322026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.431 INFO O| May 28 05:07:43.431 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.437 INFO O| May 28 05:07:43.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97342026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.437 INFO O| May 28 05:07:43.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97352026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.437 INFO O| May 28 05:07:43.437 INFO STEP 81 (ensure_dir) COMPLETE
97362026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.437 INFO O| May 28 05:07:43.437 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.443 INFO O| May 28 05:07:43.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97382026-05-28T05:07:44.367Z[ host-image] May 28 05:07:43.443 INFO O| May 28 05:07:43.443 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97392026-05-28T05:07:44.962Z[ host-image] May 28 05:07:44.085 INFO O| May 28 05:07:44.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97402026-05-28T05:07:44.962Z[ host-image] May 28 05:07:44.085 INFO O| May 28 05:07:44.084 INFO ok!
97412026-05-28T05:07:44.962Z[ host-image] May 28 05:07:44.085 INFO O| May 28 05:07:44.084 INFO STEP 82 (ensure_file) COMPLETE
97422026-05-28T05:07:44.966Z[ host-image] May 28 05:07:44.085 INFO O| May 28 05:07:44.084 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432026-05-28T05:07:44.970Z[ host-image] May 28 05:07:44.093 INFO O| May 28 05:07:44.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97442026-05-28T05:07:44.970Z[ host-image] May 28 05:07:44.093 INFO O| May 28 05:07:44.093 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97452026-05-28T05:07:45.295Z[ host-image] May 28 05:07:44.417 INFO O| May 28 05:07:44.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97462026-05-28T05:07:45.295Z[ host-image] May 28 05:07:44.417 INFO O| May 28 05:07:44.417 INFO ok!
97472026-05-28T05:07:45.295Z[ host-image] May 28 05:07:44.417 INFO O| May 28 05:07:44.417 INFO STEP 83 (ensure_file) COMPLETE
97482026-05-28T05:07:45.298Z[ host-image] May 28 05:07:44.417 INFO O| May 28 05:07:44.417 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492026-05-28T05:07:45.303Z[ host-image] May 28 05:07:44.426 INFO O| May 28 05:07:44.426 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97502026-05-28T05:07:45.303Z[ host-image] May 28 05:07:44.426 INFO O| May 28 05:07:44.426 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97512026-05-28T05:07:47.204Z[ host-image] May 28 05:07:46.327 INFO O| May 28 05:07:46.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97522026-05-28T05:07:47.204Z[ host-image] May 28 05:07:46.327 INFO O| May 28 05:07:46.327 INFO ok!
97532026-05-28T05:07:47.207Z[ host-image] May 28 05:07:46.327 INFO O| May 28 05:07:46.327 INFO STEP 84 (ensure_file) COMPLETE
97542026-05-28T05:07:47.208Z[ host-image] May 28 05:07:46.327 INFO O| May 28 05:07:46.327 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552026-05-28T05:07:47.219Z[ host-image] May 28 05:07:46.336 INFO O| May 28 05:07:46.336 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97562026-05-28T05:07:47.219Z[ host-image] May 28 05:07:46.336 INFO O| May 28 05:07:46.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97572026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.336 INFO O| May 28 05:07:46.336 INFO STEP 85 (ensure_dir) COMPLETE
97582026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.336 INFO O| May 28 05:07:46.336 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97602026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO copying /tmp/.tmpvde0FR/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 ...
97612026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97622026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO ok!
97632026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO STEP 86 (ensure_file) COMPLETE
97642026-05-28T05:07:47.222Z[ host-image] May 28 05:07:46.343 INFO O| May 28 05:07:46.343 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652026-05-28T05:07:47.229Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97662026-05-28T05:07:47.229Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO copying /tmp/.tmpvde0FR/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 ...
97672026-05-28T05:07:47.229Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97682026-05-28T05:07:47.233Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO ok!
97692026-05-28T05:07:47.233Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO STEP 87 (ensure_file) COMPLETE
97702026-05-28T05:07:47.233Z[ host-image] May 28 05:07:46.352 INFO O| May 28 05:07:46.352 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97722026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97732026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97742026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO ok!
97752026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO STEP 88 (ensure_file) COMPLETE
97762026-05-28T05:07:47.237Z[ host-image] May 28 05:07:46.360 INFO O| May 28 05:07:46.360 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772026-05-28T05:07:47.244Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97782026-05-28T05:07:47.244Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97792026-05-28T05:07:47.247Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97802026-05-28T05:07:47.247Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO ok!
97812026-05-28T05:07:47.247Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO STEP 89 (ensure_file) COMPLETE
97822026-05-28T05:07:47.247Z[ host-image] May 28 05:07:46.367 INFO O| May 28 05:07:46.367 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832026-05-28T05:07:47.250Z[ host-image] May 28 05:07:46.373 INFO O| May 28 05:07:46.373 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97842026-05-28T05:07:47.250Z[ host-image] May 28 05:07:46.374 INFO O| May 28 05:07:46.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97852026-05-28T05:07:47.253Z[ host-image] May 28 05:07:46.374 INFO O| May 28 05:07:46.374 INFO STEP 90 (ensure_dir) COMPLETE
97862026-05-28T05:07:47.253Z[ host-image] May 28 05:07:46.374 INFO O| May 28 05:07:46.374 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-05-28T05:07:47.257Z[ host-image] May 28 05:07:46.380 INFO O| May 28 05:07:46.380 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97882026-05-28T05:07:47.257Z[ host-image] May 28 05:07:46.380 INFO O| May 28 05:07:46.380 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97892026-05-28T05:07:47.259Z[ host-image] May 28 05:07:46.382 INFO O| May 28 05:07:46.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97902026-05-28T05:07:47.259Z[ host-image] May 28 05:07:46.382 INFO O| May 28 05:07:46.382 INFO ok!
97912026-05-28T05:07:47.259Z[ host-image] May 28 05:07:46.382 INFO O| May 28 05:07:46.382 INFO STEP 91 (ensure_file) COMPLETE
97922026-05-28T05:07:47.259Z[ host-image] May 28 05:07:46.382 INFO O| May 28 05:07:46.382 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932026-05-28T05:07:47.268Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97942026-05-28T05:07:47.268Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97952026-05-28T05:07:47.271Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97962026-05-28T05:07:47.271Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO ok!
97972026-05-28T05:07:47.271Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO STEP 92 (ensure_file) COMPLETE
97982026-05-28T05:07:47.271Z[ host-image] May 28 05:07:46.391 INFO O| May 28 05:07:46.391 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992026-05-28T05:07:47.277Z[ host-image] May 28 05:07:46.400 INFO O| May 28 05:07:46.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98002026-05-28T05:07:47.277Z[ host-image] May 28 05:07:46.400 INFO O| May 28 05:07:46.400 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98012026-05-28T05:07:48.478Z[ host-image] May 28 05:07:47.600 INFO O| May 28 05:07:47.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98022026-05-28T05:07:48.478Z[ host-image] May 28 05:07:47.600 INFO O| May 28 05:07:47.600 INFO ok!
98032026-05-28T05:07:48.478Z[ host-image] May 28 05:07:47.600 INFO O| May 28 05:07:47.600 INFO STEP 93 (ensure_file) COMPLETE
98042026-05-28T05:07:48.481Z[ host-image] May 28 05:07:47.600 INFO O| May 28 05:07:47.600 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052026-05-28T05:07:48.486Z[ host-image] May 28 05:07:47.609 INFO O| May 28 05:07:47.609 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98062026-05-28T05:07:48.486Z[ host-image] May 28 05:07:47.609 INFO O| May 28 05:07:47.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98072026-05-28T05:07:48.489Z[ host-image] May 28 05:07:47.609 INFO O| May 28 05:07:47.609 INFO STEP 94 (ensure_dir) COMPLETE
98082026-05-28T05:07:48.489Z[ host-image] May 28 05:07:47.609 INFO O| May 28 05:07:47.609 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092026-05-28T05:07:48.495Z[ host-image] May 28 05:07:47.618 INFO O| May 28 05:07:47.618 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98102026-05-28T05:07:48.495Z[ host-image] May 28 05:07:47.618 INFO O| May 28 05:07:47.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98112026-05-28T05:07:48.495Z[ host-image] May 28 05:07:47.618 INFO O| May 28 05:07:47.618 INFO STEP 95 (ensure_dir) COMPLETE
98122026-05-28T05:07:48.495Z[ host-image] May 28 05:07:47.618 INFO O| May 28 05:07:47.618 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-05-28T05:07:48.504Z[ host-image] May 28 05:07:47.627 INFO O| May 28 05:07:47.627 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98142026-05-28T05:07:48.504Z[ host-image] May 28 05:07:47.627 INFO O| May 28 05:07:47.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98152026-05-28T05:07:48.504Z[ host-image] May 28 05:07:47.627 INFO O| May 28 05:07:47.627 INFO STEP 96 (ensure_dir) COMPLETE
98162026-05-28T05:07:48.507Z[ host-image] May 28 05:07:47.627 INFO O| May 28 05:07:47.627 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172026-05-28T05:07:48.513Z[ host-image] May 28 05:07:47.636 INFO O| May 28 05:07:47.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98182026-05-28T05:07:48.513Z[ host-image] May 28 05:07:47.636 INFO O| May 28 05:07:47.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98192026-05-28T05:07:48.513Z[ host-image] May 28 05:07:47.636 INFO O| May 28 05:07:47.636 INFO STEP 97 (ensure_dir) COMPLETE
98202026-05-28T05:07:48.515Z[ host-image] May 28 05:07:47.636 INFO O| May 28 05:07:47.636 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212026-05-28T05:07:48.521Z[ host-image] May 28 05:07:47.644 INFO O| May 28 05:07:47.644 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98222026-05-28T05:07:48.521Z[ host-image] May 28 05:07:47.644 INFO O| May 28 05:07:47.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98232026-05-28T05:07:48.524Z[ host-image] May 28 05:07:47.644 INFO O| May 28 05:07:47.644 INFO STEP 98 (ensure_dir) COMPLETE
98242026-05-28T05:07:48.524Z[ host-image] May 28 05:07:47.644 INFO O| May 28 05:07:47.644 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252026-05-28T05:07:48.530Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98262026-05-28T05:07:48.530Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO copying /tmp/.tmpvde0FR/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 ...
98272026-05-28T05:07:48.530Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98282026-05-28T05:07:48.533Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO ok!
98292026-05-28T05:07:48.533Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO STEP 99 (ensure_file) COMPLETE
98302026-05-28T05:07:48.533Z[ host-image] May 28 05:07:47.653 INFO O| May 28 05:07:47.653 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-05-28T05:07:48.538Z[ host-image] May 28 05:07:47.661 INFO O| May 28 05:07:47.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98322026-05-28T05:07:48.538Z[ host-image] May 28 05:07:47.661 INFO O| May 28 05:07:47.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98332026-05-28T05:07:48.541Z[ host-image] May 28 05:07:47.661 INFO O| May 28 05:07:47.661 INFO STEP 100 (ensure_dir) COMPLETE
98342026-05-28T05:07:48.541Z[ host-image] May 28 05:07:47.661 INFO O| May 28 05:07:47.661 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-05-28T05:07:48.547Z[ host-image] May 28 05:07:47.669 INFO O| May 28 05:07:47.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98362026-05-28T05:07:48.547Z[ host-image] May 28 05:07:47.669 INFO O| May 28 05:07:47.669 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98372026-05-28T05:07:48.942Z[ host-image] May 28 05:07:48.064 INFO O| May 28 05:07:48.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98382026-05-28T05:07:48.942Z[ host-image] May 28 05:07:48.064 INFO O| May 28 05:07:48.064 INFO ok!
98392026-05-28T05:07:48.942Z[ host-image] May 28 05:07:48.064 INFO O| May 28 05:07:48.064 INFO STEP 101 (ensure_file) COMPLETE
98402026-05-28T05:07:48.945Z[ host-image] May 28 05:07:48.064 INFO O| May 28 05:07:48.064 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412026-05-28T05:07:48.950Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98422026-05-28T05:07:48.950Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98432026-05-28T05:07:48.950Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98442026-05-28T05:07:48.953Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO ok!
98452026-05-28T05:07:48.953Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO STEP 102 (ensure_file) COMPLETE
98462026-05-28T05:07:48.953Z[ host-image] May 28 05:07:48.073 INFO O| May 28 05:07:48.073 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472026-05-28T05:07:48.958Z[ host-image] May 28 05:07:48.081 INFO O| May 28 05:07:48.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98482026-05-28T05:07:48.958Z[ host-image] May 28 05:07:48.081 INFO O| May 28 05:07:48.081 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98492026-05-28T05:07:48.966Z[ host-image] May 28 05:07:48.089 INFO O| May 28 05:07:48.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98502026-05-28T05:07:48.966Z[ host-image] May 28 05:07:48.089 INFO O| May 28 05:07:48.089 INFO ok!
98512026-05-28T05:07:48.969Z[ host-image] May 28 05:07:48.089 INFO O| May 28 05:07:48.089 INFO STEP 103 (ensure_file) COMPLETE
98522026-05-28T05:07:48.969Z[ host-image] May 28 05:07:48.089 INFO O| May 28 05:07:48.089 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532026-05-28T05:07:48.975Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98542026-05-28T05:07:48.975Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98552026-05-28T05:07:48.975Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98562026-05-28T05:07:48.978Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO ok!
98572026-05-28T05:07:48.978Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO STEP 104 (ensure_file) COMPLETE
98582026-05-28T05:07:48.978Z[ host-image] May 28 05:07:48.098 INFO O| May 28 05:07:48.098 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592026-05-28T05:07:48.984Z[ host-image] May 28 05:07:48.107 INFO O| May 28 05:07:48.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98602026-05-28T05:07:48.984Z[ host-image] May 28 05:07:48.107 INFO O| May 28 05:07:48.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98612026-05-28T05:07:48.987Z[ host-image] May 28 05:07:48.107 INFO O| May 28 05:07:48.107 INFO STEP 105 (ensure_dir) COMPLETE
98622026-05-28T05:07:48.987Z[ host-image] May 28 05:07:48.107 INFO O| May 28 05:07:48.107 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-05-28T05:07:48.991Z[ host-image] May 28 05:07:48.115 INFO O| May 28 05:07:48.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98642026-05-28T05:07:48.991Z[ host-image] May 28 05:07:48.115 INFO O| May 28 05:07:48.115 INFO copying /tmp/.tmpvde0FR/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 ...
98652026-05-28T05:07:49.275Z[ recovery-image] May 28 05:07:48.398 INFO O| ok, image written!
98662026-05-28T05:07:49.275Z[ recovery-image] May 28 05:07:48.398 INFO O| ok, boot_image_csum file written!
98672026-05-28T05:07:49.278Z[ recovery-image] May 28 05:07:48.400 INFO creating boot archive (CPIO)...
98682026-05-28T05:07:49.278Z[ recovery-image] May 28 05:07:48.400 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
98692026-05-28T05:07:49.282Z[ recovery-image] May 28 05:07:48.405 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98702026-05-28T05:07:49.282Z[ recovery-image] May 28 05:07:48.405 INFO E| + outfile=/work/os-recovery/cpio
98712026-05-28T05:07:49.285Z[ recovery-image] May 28 05:07:48.405 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98722026-05-28T05:07:49.285Z[ recovery-image] May 28 05:07:48.407 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98732026-05-28T05:07:49.285Z[ recovery-image] May 28 05:07:48.408 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98742026-05-28T05:07:49.310Z[ host-image] May 28 05:07:48.433 INFO O| May 28 05:07:48.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98752026-05-28T05:07:49.310Z[ host-image] May 28 05:07:48.433 INFO O| May 28 05:07:48.433 INFO ok!
98762026-05-28T05:07:49.310Z[ host-image] May 28 05:07:48.433 INFO O| May 28 05:07:48.433 INFO STEP 106 (ensure_file) COMPLETE
98772026-05-28T05:07:49.313Z[ host-image] May 28 05:07:48.433 INFO O| May 28 05:07:48.433 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782026-05-28T05:07:49.320Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98792026-05-28T05:07:49.320Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO copying /tmp/.tmpvde0FR/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 ...
98802026-05-28T05:07:49.320Z[ recovery-image] May 28 05:07:48.443 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98812026-05-28T05:07:49.323Z[ recovery-image] May 28 05:07:48.443 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98822026-05-28T05:07:49.323Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98832026-05-28T05:07:49.323Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO ok!
98842026-05-28T05:07:49.323Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO STEP 107 (ensure_file) COMPLETE
98852026-05-28T05:07:49.323Z[ host-image] May 28 05:07:48.443 INFO O| May 28 05:07:48.443 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862026-05-28T05:07:49.327Z[ recovery-image] May 28 05:07:48.450 INFO creating compressed cpio/unix for dev loaders...
98872026-05-28T05:07:49.327Z[ recovery-image] May 28 05:07:48.450 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
98882026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.451 INFO O| May 28 05:07:48.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98892026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.451 INFO O| May 28 05:07:48.451 INFO copying /tmp/.tmpvde0FR/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 ...
98902026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.452 INFO O| May 28 05:07:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98912026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.452 INFO O| May 28 05:07:48.452 INFO ok!
98922026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.452 INFO O| May 28 05:07:48.452 INFO STEP 108 (ensure_file) COMPLETE
98932026-05-28T05:07:49.330Z[ host-image] May 28 05:07:48.452 INFO O| May 28 05:07:48.452 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-05-28T05:07:49.338Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98952026-05-28T05:07:49.338Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO copying /tmp/.tmpvde0FR/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 ...
98962026-05-28T05:07:49.341Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98972026-05-28T05:07:49.341Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO ok!
98982026-05-28T05:07:49.341Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO STEP 109 (ensure_file) COMPLETE
98992026-05-28T05:07:49.341Z[ host-image] May 28 05:07:48.461 INFO O| May 28 05:07:48.461 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002026-05-28T05:07:49.346Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99012026-05-28T05:07:49.346Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO copying /tmp/.tmpvde0FR/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 ...
99022026-05-28T05:07:49.348Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99032026-05-28T05:07:49.348Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO ok!
99042026-05-28T05:07:49.348Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO STEP 110 (ensure_file) COMPLETE
99052026-05-28T05:07:49.349Z[ host-image] May 28 05:07:48.469 INFO O| May 28 05:07:48.469 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-05-28T05:07:49.353Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99072026-05-28T05:07:49.353Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO copying /tmp/.tmpvde0FR/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 ...
99082026-05-28T05:07:49.353Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99092026-05-28T05:07:49.356Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO ok!
99102026-05-28T05:07:49.356Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO STEP 111 (ensure_file) COMPLETE
99112026-05-28T05:07:49.356Z[ host-image] May 28 05:07:48.476 INFO O| May 28 05:07:48.476 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-05-28T05:07:49.360Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99132026-05-28T05:07:49.363Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO copying /tmp/.tmpvde0FR/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 ...
99142026-05-28T05:07:49.363Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99152026-05-28T05:07:49.363Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO ok!
99162026-05-28T05:07:49.363Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO STEP 112 (ensure_file) COMPLETE
99172026-05-28T05:07:49.363Z[ host-image] May 28 05:07:48.483 INFO O| May 28 05:07:48.483 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-05-28T05:07:49.367Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99192026-05-28T05:07:49.367Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99202026-05-28T05:07:49.367Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99212026-05-28T05:07:49.370Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO ok!
99222026-05-28T05:07:49.370Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO STEP 113 (ensure_file) COMPLETE
99232026-05-28T05:07:49.370Z[ host-image] May 28 05:07:48.490 INFO O| May 28 05:07:48.490 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-05-28T05:07:49.373Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
99252026-05-28T05:07:49.373Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.497 INFO copying /tmp/.tmpvde0FR/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 ...
99262026-05-28T05:07:49.373Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
99272026-05-28T05:07:49.373Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.497 INFO ok!
99282026-05-28T05:07:49.376Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.497 INFO STEP 114 (ensure_file) COMPLETE
99292026-05-28T05:07:49.377Z[ host-image] May 28 05:07:48.497 INFO O| May 28 05:07:48.497 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
99312026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO copying /tmp/.tmpvde0FR/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 ...
99322026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99332026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO ok!
99342026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO STEP 115 (ensure_file) COMPLETE
99352026-05-28T05:07:49.380Z[ host-image] May 28 05:07:48.503 INFO O| May 28 05:07:48.503 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-05-28T05:07:49.387Z[ host-image] May 28 05:07:48.510 INFO O| May 28 05:07:48.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99372026-05-28T05:07:49.387Z[ host-image] May 28 05:07:48.511 INFO O| May 28 05:07:48.510 INFO copying /tmp/.tmpvde0FR/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 ...
99382026-05-28T05:07:49.391Z[ host-image] May 28 05:07:48.511 INFO O| May 28 05:07:48.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99392026-05-28T05:07:49.391Z[ host-image] May 28 05:07:48.511 INFO O| May 28 05:07:48.511 INFO ok!
99402026-05-28T05:07:49.391Z[ host-image] May 28 05:07:48.511 INFO O| May 28 05:07:48.511 INFO STEP 116 (ensure_file) COMPLETE
99412026-05-28T05:07:49.391Z[ host-image] May 28 05:07:48.511 INFO O| May 28 05:07:48.511 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-05-28T05:07:49.396Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99432026-05-28T05:07:49.397Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99442026-05-28T05:07:49.397Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99452026-05-28T05:07:49.400Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO ok!
99462026-05-28T05:07:49.400Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO STEP 117 (ensure_file) COMPLETE
99472026-05-28T05:07:49.400Z[ host-image] May 28 05:07:48.520 INFO O| May 28 05:07:48.520 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-05-28T05:07:49.404Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99492026-05-28T05:07:49.404Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO copying /tmp/.tmpvde0FR/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 ...
99502026-05-28T05:07:49.404Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99512026-05-28T05:07:49.407Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO ok!
99522026-05-28T05:07:49.407Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO STEP 118 (ensure_file) COMPLETE
99532026-05-28T05:07:49.407Z[ host-image] May 28 05:07:48.527 INFO O| May 28 05:07:48.527 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99542026-05-28T05:07:49.412Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99552026-05-28T05:07:49.412Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO copying /tmp/.tmpvde0FR/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 ...
99562026-05-28T05:07:49.414Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99572026-05-28T05:07:49.415Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO ok!
99582026-05-28T05:07:49.415Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO STEP 119 (ensure_file) COMPLETE
99592026-05-28T05:07:49.415Z[ host-image] May 28 05:07:48.535 INFO O| May 28 05:07:48.535 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99602026-05-28T05:07:49.422Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99612026-05-28T05:07:49.422Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO copying /tmp/.tmpvde0FR/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 ...
99622026-05-28T05:07:49.425Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99632026-05-28T05:07:49.425Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO ok!
99642026-05-28T05:07:49.425Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO STEP 120 (ensure_file) COMPLETE
99652026-05-28T05:07:49.425Z[ host-image] May 28 05:07:48.545 INFO O| May 28 05:07:48.545 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-05-28T05:07:49.431Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99672026-05-28T05:07:49.431Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO copying /tmp/.tmpvde0FR/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 ...
99682026-05-28T05:07:49.434Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99692026-05-28T05:07:49.434Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO ok!
99702026-05-28T05:07:49.434Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO STEP 121 (ensure_file) COMPLETE
99712026-05-28T05:07:49.434Z[ host-image] May 28 05:07:48.554 INFO O| May 28 05:07:48.554 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99722026-05-28T05:07:49.440Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99732026-05-28T05:07:49.440Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO copying /tmp/.tmpvde0FR/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 ...
99742026-05-28T05:07:49.443Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99752026-05-28T05:07:49.443Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO ok!
99762026-05-28T05:07:49.443Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO STEP 122 (ensure_file) COMPLETE
99772026-05-28T05:07:49.443Z[ host-image] May 28 05:07:48.563 INFO O| May 28 05:07:48.563 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-05-28T05:07:49.449Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99792026-05-28T05:07:49.449Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO copying /tmp/.tmpvde0FR/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 ...
99802026-05-28T05:07:49.449Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99812026-05-28T05:07:49.452Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO ok!
99822026-05-28T05:07:49.452Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO STEP 123 (ensure_file) COMPLETE
99832026-05-28T05:07:49.452Z[ host-image] May 28 05:07:48.572 INFO O| May 28 05:07:48.572 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842026-05-28T05:07:49.457Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99852026-05-28T05:07:49.457Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO copying /tmp/.tmpvde0FR/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 ...
99862026-05-28T05:07:49.459Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99872026-05-28T05:07:49.459Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO ok!
99882026-05-28T05:07:49.459Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO STEP 124 (ensure_file) COMPLETE
99892026-05-28T05:07:49.460Z[ host-image] May 28 05:07:48.580 INFO O| May 28 05:07:48.580 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-05-28T05:07:49.464Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99912026-05-28T05:07:49.467Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO copying /tmp/.tmpvde0FR/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 ...
99922026-05-28T05:07:49.467Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99932026-05-28T05:07:49.467Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO ok!
99942026-05-28T05:07:49.467Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO STEP 125 (ensure_file) COMPLETE
99952026-05-28T05:07:49.467Z[ host-image] May 28 05:07:48.587 INFO O| May 28 05:07:48.587 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-05-28T05:07:49.471Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99972026-05-28T05:07:49.471Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO copying /tmp/.tmpvde0FR/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 ...
99982026-05-28T05:07:49.474Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99992026-05-28T05:07:49.474Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO ok!
100002026-05-28T05:07:49.474Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO STEP 126 (ensure_file) COMPLETE
100012026-05-28T05:07:49.474Z[ host-image] May 28 05:07:48.594 INFO O| May 28 05:07:48.594 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-05-28T05:07:49.479Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100032026-05-28T05:07:49.479Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO copying /tmp/.tmpvde0FR/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 ...
100042026-05-28T05:07:49.479Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100052026-05-28T05:07:49.482Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO ok!
100062026-05-28T05:07:49.482Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO STEP 127 (ensure_file) COMPLETE
100072026-05-28T05:07:49.482Z[ host-image] May 28 05:07:48.602 INFO O| May 28 05:07:48.602 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100092026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO copying /tmp/.tmpvde0FR/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 ...
100102026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100112026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO ok!
100122026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO STEP 128 (ensure_file) COMPLETE
100132026-05-28T05:07:49.487Z[ host-image] May 28 05:07:48.610 INFO O| May 28 05:07:48.610 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-05-28T05:07:49.496Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100152026-05-28T05:07:49.496Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO copying /tmp/.tmpvde0FR/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 ...
100162026-05-28T05:07:49.496Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100172026-05-28T05:07:49.499Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO ok!
100182026-05-28T05:07:49.499Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO STEP 129 (ensure_file) COMPLETE
100192026-05-28T05:07:49.500Z[ host-image] May 28 05:07:48.619 INFO O| May 28 05:07:48.619 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-05-28T05:07:49.505Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100212026-05-28T05:07:49.505Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO copying /tmp/.tmpvde0FR/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 ...
100222026-05-28T05:07:49.508Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100232026-05-28T05:07:49.508Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO ok!
100242026-05-28T05:07:49.508Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO STEP 130 (ensure_file) COMPLETE
100252026-05-28T05:07:49.508Z[ host-image] May 28 05:07:48.628 INFO O| May 28 05:07:48.628 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262026-05-28T05:07:49.512Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
100272026-05-28T05:07:49.515Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO copying /tmp/.tmpvde0FR/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 ...
100282026-05-28T05:07:49.515Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
100292026-05-28T05:07:49.515Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO ok!
100302026-05-28T05:07:49.515Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO STEP 131 (ensure_file) COMPLETE
100312026-05-28T05:07:49.515Z[ host-image] May 28 05:07:48.636 INFO O| May 28 05:07:48.636 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-05-28T05:07:49.519Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100332026-05-28T05:07:49.519Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO copying /tmp/.tmpvde0FR/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 ...
100342026-05-28T05:07:49.519Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100352026-05-28T05:07:49.519Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO ok!
100362026-05-28T05:07:49.519Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO STEP 132 (ensure_file) COMPLETE
100372026-05-28T05:07:49.522Z[ host-image] May 28 05:07:48.642 INFO O| May 28 05:07:48.642 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-05-28T05:07:49.526Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100392026-05-28T05:07:49.526Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO copying /tmp/.tmpvde0FR/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 ...
100402026-05-28T05:07:49.526Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100412026-05-28T05:07:49.529Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO ok!
100422026-05-28T05:07:49.529Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO STEP 133 (ensure_file) COMPLETE
100432026-05-28T05:07:49.529Z[ host-image] May 28 05:07:48.649 INFO O| May 28 05:07:48.649 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442026-05-28T05:07:49.532Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100452026-05-28T05:07:49.532Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO copying /tmp/.tmpvde0FR/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 ...
100462026-05-28T05:07:49.532Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100472026-05-28T05:07:49.532Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO ok!
100482026-05-28T05:07:49.535Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO STEP 134 (ensure_file) COMPLETE
100492026-05-28T05:07:49.535Z[ host-image] May 28 05:07:48.655 INFO O| May 28 05:07:48.655 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100502026-05-28T05:07:49.539Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100512026-05-28T05:07:49.539Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO copying /tmp/.tmpvde0FR/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 ...
100522026-05-28T05:07:49.539Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100532026-05-28T05:07:49.542Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO ok!
100542026-05-28T05:07:49.542Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO STEP 135 (ensure_file) COMPLETE
100552026-05-28T05:07:49.542Z[ host-image] May 28 05:07:48.662 INFO O| May 28 05:07:48.662 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562026-05-28T05:07:49.547Z[ recovery-image] May 28 05:07:48.670 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
100572026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100582026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100592026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100602026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO ok!
100612026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO STEP 136 (ensure_file) COMPLETE
100622026-05-28T05:07:49.550Z[ host-image] May 28 05:07:48.671 INFO O| May 28 05:07:48.671 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632026-05-28T05:07:49.557Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100642026-05-28T05:07:49.557Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO copying /tmp/.tmpvde0FR/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 ...
100652026-05-28T05:07:49.557Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100662026-05-28T05:07:49.560Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO ok!
100672026-05-28T05:07:49.560Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO STEP 137 (ensure_file) COMPLETE
100682026-05-28T05:07:49.560Z[ host-image] May 28 05:07:48.680 INFO O| May 28 05:07:48.680 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100692026-05-28T05:07:49.565Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100702026-05-28T05:07:49.568Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100712026-05-28T05:07:49.568Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100722026-05-28T05:07:49.568Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO ok!
100732026-05-28T05:07:49.568Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO STEP 138 (ensure_file) COMPLETE
100742026-05-28T05:07:49.568Z[ host-image] May 28 05:07:48.688 INFO O| May 28 05:07:48.688 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752026-05-28T05:07:49.574Z[ host-image] May 28 05:07:48.698 INFO O| May 28 05:07:48.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100762026-05-28T05:07:49.574Z[ host-image] May 28 05:07:48.698 INFO O| May 28 05:07:48.697 INFO copying /tmp/.tmpvde0FR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100772026-05-28T05:07:53.385Z[ recovery-image] May 28 05:07:52.507 INFO creating reset image...
100782026-05-28T05:07:53.385Z[ recovery-image] May 28 05:07:52.507 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
100792026-05-28T05:07:58.467Z[ host-image] May 28 05:07:57.590 INFO O| May 28 05:07:57.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100802026-05-28T05:07:58.467Z[ host-image] May 28 05:07:57.590 INFO O| May 28 05:07:57.590 INFO ok!
100812026-05-28T05:07:58.467Z[ host-image] May 28 05:07:57.590 INFO O| May 28 05:07:57.590 INFO STEP 139 (ensure_file) COMPLETE
100822026-05-28T05:07:58.470Z[ host-image] May 28 05:07:57.590 INFO O| May 28 05:07:57.590 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-05-28T05:07:58.478Z[ host-image] May 28 05:07:57.601 INFO O| May 28 05:07:57.601 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100842026-05-28T05:07:58.478Z[ host-image] May 28 05:07:57.601 INFO O| May 28 05:07:57.601 INFO STEP 140 (ensure_dir) COMPLETE
100852026-05-28T05:07:58.481Z[ host-image] May 28 05:07:57.601 INFO O| May 28 05:07:57.601 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-05-28T05:07:58.487Z[ host-image] May 28 05:07:57.610 INFO O| May 28 05:07:57.610 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100872026-05-28T05:07:58.487Z[ host-image] May 28 05:07:57.610 INFO O| May 28 05:07:57.610 INFO STEP 141 (ensure_dir) COMPLETE
100882026-05-28T05:07:58.487Z[ host-image] May 28 05:07:57.610 INFO O| May 28 05:07:57.610 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-05-28T05:07:58.496Z[ host-image] May 28 05:07:57.619 INFO O| May 28 05:07:57.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100902026-05-28T05:07:58.499Z[ host-image] May 28 05:07:57.619 INFO O| May 28 05:07:57.619 INFO STEP 142 (ensure_dir) COMPLETE
100912026-05-28T05:07:58.499Z[ host-image] May 28 05:07:57.619 INFO O| May 28 05:07:57.619 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-05-28T05:07:58.505Z[ host-image] May 28 05:07:57.628 INFO O| May 28 05:07:57.628 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100932026-05-28T05:07:58.505Z[ host-image] May 28 05:07:57.628 INFO O| May 28 05:07:57.628 INFO STEP 143 (ensure_dir) COMPLETE
100942026-05-28T05:07:58.508Z[ host-image] May 28 05:07:57.628 INFO O| May 28 05:07:57.628 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-05-28T05:07:58.513Z[ host-image] May 28 05:07:57.636 INFO O| May 28 05:07:57.636 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100962026-05-28T05:07:58.513Z[ host-image] May 28 05:07:57.637 INFO O| May 28 05:07:57.636 INFO copying /tmp/.tmpvde0FR/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 ...
100972026-05-28T05:07:58.513Z[ host-image] May 28 05:07:57.637 INFO O| May 28 05:07:57.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100982026-05-28T05:07:58.516Z[ host-image] May 28 05:07:57.637 INFO O| May 28 05:07:57.637 INFO ok!
100992026-05-28T05:07:58.516Z[ host-image] May 28 05:07:57.637 INFO O| May 28 05:07:57.637 INFO STEP 144 (ensure_file) COMPLETE
101002026-05-28T05:07:58.516Z[ host-image] May 28 05:07:57.637 INFO O| May 28 05:07:57.637 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-05-28T05:07:58.523Z[ host-image] May 28 05:07:57.646 INFO O| May 28 05:07:57.646 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101022026-05-28T05:07:58.523Z[ host-image] May 28 05:07:57.646 INFO O| May 28 05:07:57.646 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101032026-05-28T05:07:58.523Z[ host-image] May 28 05:07:57.646 INFO O| May 28 05:07:57.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101042026-05-28T05:07:58.526Z[ host-image] May 28 05:07:57.646 INFO O| May 28 05:07:57.646 INFO STEP 145 (ensure_dir) COMPLETE
101052026-05-28T05:07:58.526Z[ host-image] May 28 05:07:57.646 INFO O| May 28 05:07:57.646 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-05-28T05:07:58.532Z[ host-image] May 28 05:07:57.656 INFO O| May 28 05:07:57.656 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101072026-05-28T05:07:58.535Z[ host-image] May 28 05:07:57.656 INFO O| May 28 05:07:57.656 INFO copying /tmp/.tmpvde0FR/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101082026-05-28T05:07:58.544Z[ host-image] May 28 05:07:57.667 INFO O| May 28 05:07:57.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101092026-05-28T05:07:58.544Z[ host-image] May 28 05:07:57.667 INFO O| May 28 05:07:57.667 INFO ok!
101102026-05-28T05:07:58.547Z[ host-image] May 28 05:07:57.667 INFO O| May 28 05:07:57.667 INFO STEP 146 (ensure_file) COMPLETE
101112026-05-28T05:07:58.547Z[ host-image] May 28 05:07:57.667 INFO O| May 28 05:07:57.667 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-05-28T05:07:58.552Z[ host-image] May 28 05:07:57.676 INFO O| May 28 05:07:57.676 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101132026-05-28T05:07:58.555Z[ host-image] May 28 05:07:57.676 INFO O| May 28 05:07:57.676 INFO STEP 147 (remove_files) COMPLETE
101142026-05-28T05:07:58.555Z[ host-image] May 28 05:07:57.676 INFO O| May 28 05:07:57.676 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152026-05-28T05:07:58.561Z[ host-image] May 28 05:07:57.685 INFO O| May 28 05:07:57.685 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101162026-05-28T05:07:58.564Z[ host-image] May 28 05:07:57.685 INFO O| May 28 05:07:57.685 INFO STEP 148 (remove_files) COMPLETE
101172026-05-28T05:07:58.564Z[ host-image] May 28 05:07:57.685 INFO O| May 28 05:07:57.685 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182026-05-28T05:07:58.571Z[ host-image] May 28 05:07:57.694 INFO O| May 28 05:07:57.694 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101192026-05-28T05:07:58.573Z[ host-image] May 28 05:07:57.694 INFO O| May 28 05:07:57.694 INFO STEP 149 (remove_files) COMPLETE
101202026-05-28T05:07:58.573Z[ host-image] May 28 05:07:57.694 INFO O| May 28 05:07:57.694 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212026-05-28T05:07:58.577Z[ host-image] May 28 05:07:57.701 INFO O| May 28 05:07:57.701 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101222026-05-28T05:07:58.580Z[ host-image] May 28 05:07:57.701 INFO O| May 28 05:07:57.701 INFO STEP 150 (remove_files) COMPLETE
101232026-05-28T05:07:58.580Z[ host-image] May 28 05:07:57.701 INFO O| May 28 05:07:57.701 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242026-05-28T05:07:58.584Z[ host-image] May 28 05:07:57.708 INFO O| May 28 05:07:57.707 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101252026-05-28T05:07:58.587Z[ host-image] May 28 05:07:57.708 INFO O| May 28 05:07:57.708 INFO STEP 151 (remove_files) COMPLETE
101262026-05-28T05:07:58.587Z[ host-image] May 28 05:07:57.708 INFO O| May 28 05:07:57.708 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272026-05-28T05:07:58.594Z[ host-image] May 28 05:07:57.717 INFO O| May 28 05:07:57.717 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101282026-05-28T05:07:58.596Z[ host-image] May 28 05:07:57.717 INFO O| May 28 05:07:57.717 INFO STEP 152 (remove_files) COMPLETE
101292026-05-28T05:07:58.596Z[ host-image] May 28 05:07:57.717 INFO O| May 28 05:07:57.717 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101302026-05-28T05:07:58.602Z[ host-image] May 28 05:07:57.726 INFO O| May 28 05:07:57.725 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101312026-05-28T05:07:58.605Z[ host-image] May 28 05:07:57.726 INFO O| May 28 05:07:57.726 INFO STEP 153 (remove_files) COMPLETE
101322026-05-28T05:07:58.605Z[ host-image] May 28 05:07:57.726 INFO O| May 28 05:07:57.726 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101332026-05-28T05:07:58.610Z[ host-image] May 28 05:07:57.733 INFO O| May 28 05:07:57.733 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101342026-05-28T05:07:58.610Z[ host-image] May 28 05:07:57.733 INFO O| May 28 05:07:57.733 INFO STEP 154 (remove_files) COMPLETE
101352026-05-28T05:07:58.610Z[ host-image] May 28 05:07:57.733 INFO O| May 28 05:07:57.733 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101362026-05-28T05:07:58.620Z[ host-image] May 28 05:07:57.743 INFO O| May 28 05:07:57.743 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101372026-05-28T05:07:58.623Z[ host-image] May 28 05:07:57.743 INFO O| May 28 05:07:57.743 INFO STEP 155 (remove_files) COMPLETE
101382026-05-28T05:07:58.623Z[ host-image] May 28 05:07:57.743 INFO O| May 28 05:07:57.743 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101392026-05-28T05:07:58.629Z[ host-image] May 28 05:07:57.752 INFO O| May 28 05:07:57.752 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101402026-05-28T05:07:58.629Z[ host-image] May 28 05:07:57.752 INFO O| May 28 05:07:57.752 INFO STEP 156 (remove_files) COMPLETE
101412026-05-28T05:07:58.632Z[ host-image] May 28 05:07:57.752 INFO O| May 28 05:07:57.752 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101422026-05-28T05:07:58.638Z[ host-image] May 28 05:07:57.761 INFO O| May 28 05:07:57.761 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101432026-05-28T05:07:58.638Z[ host-image] May 28 05:07:57.761 INFO O| May 28 05:07:57.761 INFO STEP 157 (remove_files) COMPLETE
101442026-05-28T05:07:58.640Z[ host-image] May 28 05:07:57.761 INFO O| May 28 05:07:57.761 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101452026-05-28T05:07:58.646Z[ host-image] May 28 05:07:57.770 INFO O| May 28 05:07:57.770 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101462026-05-28T05:07:58.647Z[ host-image] May 28 05:07:57.770 INFO O| May 28 05:07:57.770 INFO STEP 158 (remove_files) COMPLETE
101472026-05-28T05:07:58.647Z[ host-image] May 28 05:07:57.770 INFO O| May 28 05:07:57.770 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101482026-05-28T05:07:58.654Z[ host-image] May 28 05:07:57.778 INFO O| May 28 05:07:57.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101492026-05-28T05:07:58.657Z[ host-image] May 28 05:07:57.778 INFO O| May 28 05:07:57.778 INFO STEP 159 (remove_files) COMPLETE
101502026-05-28T05:07:58.657Z[ host-image] May 28 05:07:57.778 INFO O| May 28 05:07:57.778 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101512026-05-28T05:07:58.662Z[ host-image] May 28 05:07:57.786 INFO O| May 28 05:07:57.786 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101522026-05-28T05:07:58.662Z[ host-image] May 28 05:07:57.786 INFO O| May 28 05:07:57.786 INFO STEP 160 (remove_files) COMPLETE
101532026-05-28T05:07:58.665Z[ host-image] May 28 05:07:57.786 INFO O| May 28 05:07:57.786 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101542026-05-28T05:07:58.671Z[ host-image] May 28 05:07:57.795 INFO O| May 28 05:07:57.795 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101552026-05-28T05:07:58.671Z[ host-image] May 28 05:07:57.795 INFO O| May 28 05:07:57.795 INFO STEP 161 (remove_files) COMPLETE
101562026-05-28T05:07:58.674Z[ host-image] May 28 05:07:57.795 INFO O| May 28 05:07:57.795 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101572026-05-28T05:07:58.679Z[ host-image] May 28 05:07:57.802 INFO O| May 28 05:07:57.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101582026-05-28T05:07:58.679Z[ host-image] May 28 05:07:57.802 INFO O| May 28 05:07:57.802 INFO STEP 162 (remove_files) COMPLETE
101592026-05-28T05:07:58.681Z[ host-image] May 28 05:07:57.802 INFO O| May 28 05:07:57.802 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101602026-05-28T05:07:58.686Z[ host-image] May 28 05:07:57.809 INFO O| May 28 05:07:57.809 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101612026-05-28T05:07:58.688Z[ host-image] May 28 05:07:57.809 INFO O| May 28 05:07:57.809 INFO STEP 163 (remove_files) COMPLETE
101622026-05-28T05:07:58.688Z[ host-image] May 28 05:07:57.809 INFO O| May 28 05:07:57.809 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101632026-05-28T05:07:58.692Z[ host-image] May 28 05:07:57.816 INFO O| May 28 05:07:57.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101642026-05-28T05:07:58.695Z[ host-image] May 28 05:07:57.816 INFO O| May 28 05:07:57.816 INFO STEP 164 (remove_files) COMPLETE
101652026-05-28T05:07:58.695Z[ host-image] May 28 05:07:57.816 INFO O| May 28 05:07:57.816 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101662026-05-28T05:07:58.699Z[ host-image] May 28 05:07:57.822 INFO O| May 28 05:07:57.822 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101672026-05-28T05:07:58.702Z[ host-image] May 28 05:07:57.822 INFO O| May 28 05:07:57.822 INFO STEP 165 (remove_files) COMPLETE
101682026-05-28T05:07:58.702Z[ host-image] May 28 05:07:57.822 INFO O| May 28 05:07:57.822 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101692026-05-28T05:07:58.708Z[ host-image] May 28 05:07:57.831 INFO O| May 28 05:07:57.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101702026-05-28T05:07:58.708Z[ host-image] May 28 05:07:57.831 INFO O| May 28 05:07:57.831 INFO STEP 166 (remove_files) COMPLETE
101712026-05-28T05:07:58.708Z[ host-image] May 28 05:07:57.831 INFO O| May 28 05:07:57.831 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101722026-05-28T05:07:58.717Z[ host-image] May 28 05:07:57.840 INFO O| May 28 05:07:57.840 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101732026-05-28T05:07:58.720Z[ host-image] May 28 05:07:57.840 INFO O| May 28 05:07:57.840 INFO STEP 167 (remove_files) COMPLETE
101742026-05-28T05:07:58.720Z[ host-image] May 28 05:07:57.840 INFO O| May 28 05:07:57.840 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101752026-05-28T05:07:58.723Z[ host-image] May 28 05:07:57.847 INFO O| May 28 05:07:57.847 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101762026-05-28T05:07:58.726Z[ host-image] May 28 05:07:57.847 INFO O| May 28 05:07:57.847 INFO STEP 168 (remove_files) COMPLETE
101772026-05-28T05:07:58.726Z[ host-image] May 28 05:07:57.847 INFO O| May 28 05:07:57.847 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101782026-05-28T05:07:58.733Z[ host-image] May 28 05:07:57.856 INFO O| May 28 05:07:57.856 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101792026-05-28T05:07:58.736Z[ host-image] May 28 05:07:57.856 INFO O| May 28 05:07:57.856 INFO STEP 169 (remove_files) COMPLETE
101802026-05-28T05:07:58.736Z[ host-image] May 28 05:07:57.856 INFO O| May 28 05:07:57.856 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101812026-05-28T05:07:58.741Z[ host-image] May 28 05:07:57.864 INFO O| May 28 05:07:57.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101822026-05-28T05:07:58.741Z[ host-image] May 28 05:07:57.864 INFO O| May 28 05:07:57.864 INFO STEP 170 (remove_files) COMPLETE
101832026-05-28T05:07:58.741Z[ host-image] May 28 05:07:57.864 INFO O| May 28 05:07:57.864 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101842026-05-28T05:07:58.749Z[ host-image] May 28 05:07:57.872 INFO O| May 28 05:07:57.872 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101852026-05-28T05:07:58.752Z[ host-image] May 28 05:07:57.873 INFO O| May 28 05:07:57.873 INFO STEP 171 (remove_files) COMPLETE
101862026-05-28T05:07:58.752Z[ host-image] May 28 05:07:57.873 INFO O| May 28 05:07:57.873 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101872026-05-28T05:07:58.759Z[ host-image] May 28 05:07:57.882 INFO O| May 28 05:07:57.882 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101882026-05-28T05:07:58.759Z[ host-image] May 28 05:07:57.882 INFO O| May 28 05:07:57.882 INFO STEP 172 (remove_files) COMPLETE
101892026-05-28T05:07:58.761Z[ host-image] May 28 05:07:57.882 INFO O| May 28 05:07:57.882 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101902026-05-28T05:07:58.767Z[ host-image] May 28 05:07:57.891 INFO O| May 28 05:07:57.891 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101912026-05-28T05:07:58.767Z[ host-image] May 28 05:07:57.891 INFO O| May 28 05:07:57.891 INFO STEP 173 (remove_files) COMPLETE
101922026-05-28T05:07:58.770Z[ host-image] May 28 05:07:57.891 INFO O| May 28 05:07:57.891 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101932026-05-28T05:07:58.775Z[ host-image] May 28 05:07:57.898 INFO O| May 28 05:07:57.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101942026-05-28T05:07:58.775Z[ host-image] May 28 05:07:57.898 INFO O| May 28 05:07:57.898 INFO STEP 174 (remove_files) COMPLETE
101952026-05-28T05:07:58.775Z[ host-image] May 28 05:07:57.898 INFO O| May 28 05:07:57.898 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101962026-05-28T05:07:58.784Z[ host-image] May 28 05:07:57.907 INFO O| May 28 05:07:57.907 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101972026-05-28T05:07:58.786Z[ host-image] May 28 05:07:57.907 INFO O| May 28 05:07:57.907 INFO STEP 175 (remove_files) COMPLETE
101982026-05-28T05:07:58.786Z[ host-image] May 28 05:07:57.907 INFO O| May 28 05:07:57.907 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101992026-05-28T05:07:58.795Z[ host-image] May 28 05:07:57.918 INFO O| May 28 05:07:57.918 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102002026-05-28T05:07:58.798Z[ host-image] May 28 05:07:57.918 INFO O| May 28 05:07:57.918 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
102012026-05-28T05:08:03.399Z[ host-image] May 28 05:08:02.522 INFO O| May 28 05:08:02.522 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
102022026-05-28T05:08:03.399Z[ host-image] May 28 05:08:02.522 INFO O| May 28 05:08:02.522 INFO E| svccfg: Loaded 79 smf(7) service descriptions
102032026-05-28T05:08:03.411Z[ host-image] May 28 05:08:02.534 INFO O| May 28 05:08:02.534 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
102042026-05-28T05:08:03.508Z[ host-image] May 28 05:08:02.631 INFO O| May 28 05:08:02.631 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
102052026-05-28T05:08:03.566Z[ host-image] May 28 05:08:02.689 INFO O| May 28 05:08:02.689 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
102062026-05-28T05:08:03.629Z[ host-image] May 28 05:08:02.752 INFO O| May 28 05:08:02.752 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
102072026-05-28T05:08:03.629Z[ host-image] May 28 05:08:02.752 INFO O| May 28 05:08:02.752 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
102082026-05-28T05:08:04.010Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
102092026-05-28T05:08:04.010Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO ok!
102102026-05-28T05:08:04.010Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
102112026-05-28T05:08:04.010Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO STEP 176 (seed_smf) COMPLETE
102122026-05-28T05:08:04.013Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO steps complete; finalising image!
102132026-05-28T05:08:04.013Z[ host-image] May 28 05:08:03.133 INFO O| May 28 05:08:03.133 INFO TRIM POOL: TEMPORARY-sled-zfs
102142026-05-28T05:08:04.040Z[ host-image] May 28 05:08:03.163 INFO O| May 28 05:08:03.163 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu May 28 05:08:03 2026)
102152026-05-28T05:08:04.258Z[ host-image] May 28 05:08:03.381 INFO O| May 28 05:08:03.381 INFO temporary pool has 870M used, 26.1M avail, 1.81x compressratio
102162026-05-28T05:08:04.259Z[ host-image] May 28 05:08:03.382 INFO O| May 28 05:08:03.381 INFO EXPORT POOL: TEMPORARY-sled-zfs
102172026-05-28T05:08:04.527Z[ host-image] May 28 05:08:03.649 INFO O| May 28 05:08:03.649 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
102182026-05-28T05:08:04.527Z[ host-image] May 28 05:08:03.649 INFO O| May 28 05:08:03.649 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
102192026-05-28T05:08:05.202Z[ host-image] May 28 05:08:04.325 INFO O| May 28 05:08:04.325 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
102202026-05-28T05:08:05.202Z[ host-image] May 28 05:08:04.325 INFO O| May 28 05:08:04.325 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102212026-05-28T05:08:05.202Z[ host-image] May 28 05:08:04.325 INFO O| May 28 05:08:04.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102222026-05-28T05:08:05.206Z[ host-image] May 28 05:08:04.325 INFO O| May 28 05:08:04.325 INFO completed processing sled/zfs
102232026-05-28T05:08:05.206Z[ host-image] May 28 05:08:04.325 INFO O| May 28 05:08:04.325 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102242026-05-28T05:08:10.930Z[ recovery-image] May 28 05:08:10.052 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102252026-05-28T05:08:10.930Z[ recovery-image] May 28 05:08:10.053 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")
102262026-05-28T05:08:11.064Z[ recovery-image] May 28 05:08:10.187 INFO E| Updating crates.io index
102272026-05-28T05:08:11.367Z[ recovery-image] May 28 05:08:10.490 INFO E| Downloading crates ...
102282026-05-28T05:08:11.418Z[ recovery-image] May 28 05:08:10.541 INFO E| Downloaded colorchoice v1.0.5
102292026-05-28T05:08:11.421Z[ recovery-image] May 28 05:08:10.542 INFO E| Downloaded sigchld v0.2.4
102302026-05-28T05:08:11.424Z[ recovery-image] May 28 05:08:10.546 INFO E| Downloaded shared_child v1.1.1
102312026-05-28T05:08:11.427Z[ recovery-image] May 28 05:08:10.549 INFO E| Downloaded clap_lex v1.1.0
102322026-05-28T05:08:11.430Z[ recovery-image] May 28 05:08:10.553 INFO E| Downloaded duct v1.1.1
102332026-05-28T05:08:11.432Z[ recovery-image] May 28 05:08:10.554 INFO E| Downloaded os_pipe v1.2.3
102342026-05-28T05:08:11.435Z[ recovery-image] May 28 05:08:10.556 INFO E| Downloaded shared_thread v0.2.0
102352026-05-28T05:08:11.464Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling libc v0.2.185
102362026-05-28T05:08:11.464Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling proc-macro2 v1.0.106
102372026-05-28T05:08:11.464Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling signal-hook v0.3.18
102382026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling unicode-ident v1.0.24
102392026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling quote v1.0.45
102402026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling utf8parse v0.2.2
102412026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling colorchoice v1.0.5
102422026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.586 INFO E| Compiling anstyle v1.0.14
102432026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.587 INFO E| Compiling is_terminal_polyfill v1.70.2
102442026-05-28T05:08:11.467Z[ recovery-image] May 28 05:08:10.587 INFO E| Compiling anstyle-query v1.1.5
102452026-05-28T05:08:11.474Z[ recovery-image] May 28 05:08:10.597 INFO E| Compiling clap_lex v1.1.0
102462026-05-28T05:08:11.477Z[ recovery-image] May 28 05:08:10.597 INFO E| Compiling heck v0.5.0
102472026-05-28T05:08:11.477Z[ recovery-image] May 28 05:08:10.597 INFO E| Compiling strsim v0.11.1
102482026-05-28T05:08:11.477Z[ recovery-image] May 28 05:08:10.598 INFO E| Compiling shared_thread v0.2.0
102492026-05-28T05:08:11.569Z[ recovery-image] May 28 05:08:10.691 INFO E| Compiling anstyle-parse v1.0.0
102502026-05-28T05:08:11.706Z[ recovery-image] May 28 05:08:10.829 INFO E| Compiling anstream v1.0.0
102512026-05-28T05:08:11.900Z[ recovery-image] May 28 05:08:11.021 INFO E| Compiling clap_builder v4.6.0
102522026-05-28T05:08:12.163Z[ recovery-image] May 28 05:08:11.286 INFO E| Compiling errno v0.3.14
102532026-05-28T05:08:12.163Z[ recovery-image] May 28 05:08:11.286 INFO E| Compiling os_pipe v1.2.3
102542026-05-28T05:08:12.262Z[ recovery-image] May 28 05:08:11.385 INFO E| Compiling signal-hook-registry v1.4.8
102552026-05-28T05:08:12.424Z[ recovery-image] May 28 05:08:11.547 INFO E| Compiling syn v2.0.117
102562026-05-28T05:08:12.507Z[ recovery-image] May 28 05:08:11.630 INFO E| Compiling sigchld v0.2.4
102572026-05-28T05:08:12.597Z[ recovery-image] May 28 05:08:11.719 INFO E| Compiling shared_child v1.1.1
102582026-05-28T05:08:12.698Z[ recovery-image] May 28 05:08:11.821 INFO E| Compiling duct v1.1.1
102592026-05-28T05:08:14.298Z[ recovery-image] May 28 05:08:13.420 INFO E| Compiling clap_derive v4.6.1
102602026-05-28T05:08:15.527Z[ recovery-image] May 28 05:08:14.527 INFO E| Compiling clap v4.6.1
102612026-05-28T05:08:15.527Z[ recovery-image] May 28 05:08:14.578 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102622026-05-28T05:08:16.182Z[ recovery-image] May 28 05:08:15.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
102632026-05-28T05:08:16.189Z[ recovery-image] May 28 05:08:15.312 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102642026-05-28T05:08:16.374Z[ recovery-image] May 28 05:08:15.497 INFO E| Downloading crates ...
102652026-05-28T05:08:16.439Z[ recovery-image] May 28 05:08:15.561 INFO E| Downloaded bitstruct v0.1.1
102662026-05-28T05:08:16.442Z[ recovery-image] May 28 05:08:15.562 INFO E| Downloaded bitstruct_derive v0.1.0
102672026-05-28T05:08:16.442Z[ recovery-image] May 28 05:08:15.563 INFO E| Downloaded bitflags v2.11.1
102682026-05-28T05:08:16.444Z[ recovery-image] May 28 05:08:15.565 INFO E| Downloaded bit_field v0.10.3
102692026-05-28T05:08:16.456Z[ recovery-image] May 28 05:08:15.579 INFO E| Downloaded raw-cpuid v10.7.0
102702026-05-28T05:08:16.459Z[ recovery-image] May 28 05:08:15.582 INFO E| Downloaded miniz_oxide v0.9.1
102712026-05-28T05:08:16.582Z[ recovery-image] May 28 05:08:15.705 INFO E| Downloaded cpio_reader v0.1.2
102722026-05-28T05:08:16.608Z[ recovery-image] May 28 05:08:15.731 INFO E| Downloaded x86 v0.52.0
102732026-05-28T05:08:16.638Z[ recovery-image] May 28 05:08:15.761 INFO E| Updating crates.io index
102742026-05-28T05:08:16.685Z[ recovery-image] May 28 05:08:15.808 INFO E| Downloading crates ...
102752026-05-28T05:08:16.740Z[ recovery-image] May 28 05:08:15.863 INFO E| Downloaded rustc-literal-escaper v0.0.7
102762026-05-28T05:08:16.778Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102772026-05-28T05:08:16.778Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102782026-05-28T05:08:16.778Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling proc-macro2 v1.0.106
102792026-05-28T05:08:16.780Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling quote v1.0.45
102802026-05-28T05:08:16.780Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling unicode-ident v1.0.24
102812026-05-28T05:08:16.780Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling syn v1.0.109
102822026-05-28T05:08:16.780Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling x86 v0.52.0
102832026-05-28T05:08:16.781Z[ recovery-image] May 28 05:08:15.900 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102842026-05-28T05:08:16.781Z[ recovery-image] May 28 05:08:15.901 INFO E| Compiling seq-macro v0.3.6
102852026-05-28T05:08:17.699Z[ recovery-image] May 28 05:08:16.821 INFO E| Compiling syn v2.0.117
102862026-05-28T05:08:18.973Z[ host-image] May 28 05:08:18.096 INFO O| May 28 05:08:18.096 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102872026-05-28T05:08:18.976Z[ recovery-image] May 28 05:08:18.097 INFO E| Compiling scroll_derive v0.13.1
102882026-05-28T05:08:19.069Z[ host-image] May 28 05:08:18.191 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
102892026-05-28T05:08:19.069Z[ host-image] May 28 05:08:18.191 INFO expanded image name: "ci 59309cb/${os_short_commit} 2026-05-28 04:50" -> "ci 59309cb/cd594ac 2026-05-28 04:50"
102902026-05-28T05:08:19.072Z[ host-image] May 28 05:08:18.191 INFO output artefacts stored in: "/work/os-host"
102912026-05-28T05:08:19.072Z[ host-image] May 28 05:08:18.191 INFO collecting git info from project "bootserver"...
102922026-05-28T05:08:19.075Z[ host-image] May 28 05:08:18.198 INFO collecting git info from project "dmar-report"...
102932026-05-28T05:08:19.080Z[ host-image] May 28 05:08:18.203 INFO collecting git info from project "amd-host-image-builder"...
102942026-05-28T05:08:19.086Z[ host-image] May 28 05:08:18.209 INFO collecting git info from project "amd-firmware"...
102952026-05-28T05:08:19.098Z[ host-image] May 28 05:08:18.221 INFO collecting git info from project "image-builder"...
102962026-05-28T05:08:19.102Z[ host-image] May 28 05:08:18.226 INFO collecting git info from project "pilot"...
102972026-05-28T05:08:19.108Z[ host-image] May 28 05:08:18.231 INFO collecting git info from project "pinprick"...
102982026-05-28T05:08:19.112Z[ host-image] May 28 05:08:18.235 INFO collecting git info from project "phbl"...
102992026-05-28T05:08:19.116Z[ host-image] May 28 05:08:18.240 INFO collecting git info from project "chelsio-t6-roms"...
103002026-05-28T05:08:19.121Z[ host-image] May 28 05:08:18.244 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103012026-05-28T05:08:19.452Z[ host-image] May 28 05:08:18.575 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103022026-05-28T05:08:19.753Z[ host-image] May 28 05:08:18.876 INFO creating Oxide boot image...
103032026-05-28T05:08:19.753Z[ host-image] May 28 05:08:18.876 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 59309cb/cd594ac 2026-05-28 04:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103042026-05-28T05:08:19.998Z[ recovery-image] May 28 05:08:19.121 INFO E| Compiling bitstruct_derive v0.1.0
103052026-05-28T05:08:20.443Z[ host-image] May 28 05:08:19.566 INFO O| ok, image written!
103062026-05-28T05:08:20.443Z[ host-image] May 28 05:08:19.566 INFO O| ok, boot_image_csum file written!
103072026-05-28T05:08:20.447Z[ host-image] May 28 05:08:19.568 INFO creating boot archive (CPIO)...
103082026-05-28T05:08:20.447Z[ host-image] May 28 05:08:19.568 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
103092026-05-28T05:08:20.449Z[ host-image] May 28 05:08:19.572 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103102026-05-28T05:08:20.449Z[ host-image] May 28 05:08:19.573 INFO E| + outfile=/work/os-host/cpio
103112026-05-28T05:08:20.450Z[ host-image] May 28 05:08:19.573 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103122026-05-28T05:08:20.452Z[ host-image] May 28 05:08:19.575 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103132026-05-28T05:08:20.452Z[ host-image] May 28 05:08:19.575 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103142026-05-28T05:08:20.479Z[ host-image] May 28 05:08:19.601 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103152026-05-28T05:08:20.482Z[ host-image] May 28 05:08:19.602 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103162026-05-28T05:08:20.485Z[ host-image] May 28 05:08:19.608 INFO creating compressed cpio/unix for dev loaders...
103172026-05-28T05:08:20.485Z[ host-image] May 28 05:08:19.608 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
103182026-05-28T05:08:20.707Z[ host-image] May 28 05:08:19.825 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
103192026-05-28T05:08:23.882Z[ host-image] May 28 05:08:23.005 INFO creating reset image...
103202026-05-28T05:08:23.883Z[ host-image] May 28 05:08:23.005 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103212026-05-28T05:08:23.914Z[ host-image] May 28 05:08:23.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
103222026-05-28T05:08:23.914Z[ host-image] May 28 05:08:23.037 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")
103232026-05-28T05:08:23.980Z[ host-image] May 28 05:08:23.102 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
103242026-05-28T05:08:23.982Z[ host-image] May 28 05:08:23.104 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103252026-05-28T05:08:24.258Z[ host-image] May 28 05:08:23.380 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
103262026-05-28T05:08:24.258Z[ host-image] May 28 05:08:23.380 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
103272026-05-28T05:08:24.258Z[ host-image] May 28 05:08:23.380 INFO E| Compiling proc-macro2 v1.0.106
103282026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling unicode-ident v1.0.24
103292026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling quote v1.0.45
103302026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling syn v1.0.109
103312026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling x86 v0.52.0
103322026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103332026-05-28T05:08:24.260Z[ host-image] May 28 05:08:23.380 INFO E| Compiling seq-macro v0.3.6
103342026-05-28T05:08:25.156Z[ host-image] May 28 05:08:24.278 INFO E| Compiling syn v2.0.117
103352026-05-28T05:08:26.494Z[ host-image] May 28 05:08:25.616 INFO E| Compiling scroll_derive v0.13.1
103362026-05-28T05:08:27.432Z[ host-image] May 28 05:08:26.554 INFO E| Compiling bitstruct_derive v0.1.0
103372026-05-28T05:08:28.743Z[ recovery-image] May 28 05:08:27.866 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103382026-05-28T05:08:30.813Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling bitflags v1.3.2
103392026-05-28T05:08:30.813Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling bitflags v2.11.1
103402026-05-28T05:08:30.813Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling log v0.4.29
103412026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling scroll v0.13.0
103422026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling adler2 v2.0.1
103432026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling bit_field v0.10.3
103442026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling plain v0.2.3
103452026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling bitstruct v0.1.1
103462026-05-28T05:08:30.816Z[ recovery-image] May 28 05:08:29.935 INFO E| Compiling static_assertions v1.1.0
103472026-05-28T05:08:30.864Z[ recovery-image] May 28 05:08:29.987 INFO E| Compiling raw-cpuid v10.7.0
103482026-05-28T05:08:30.917Z[ recovery-image] May 28 05:08:30.040 INFO E| Compiling miniz_oxide v0.9.1
103492026-05-28T05:08:30.981Z[ recovery-image] May 28 05:08:30.103 INFO E| Compiling cpio_reader v0.1.2
103502026-05-28T05:08:31.044Z[ recovery-image] May 28 05:08:30.166 INFO E| Compiling goblin v0.10.5
103512026-05-28T05:08:33.826Z[ recovery-image] May 28 05:08:32.885 INFO E| Finished `release` profile [optimized] target(s) in 17.56s
103522026-05-28T05:08:33.835Z[ recovery-image] May 28 05:08:32.907 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103532026-05-28T05:08:33.835Z[ recovery-image] May 28 05:08:32.939 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103542026-05-28T05:08:33.835Z[ recovery-image] May 28 05:08:32.939 INFO building ROM for gimlet
103552026-05-28T05:08:33.836Z[ recovery-image] May 28 05:08:32.939 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.h.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")
103562026-05-28T05:08:33.897Z[ recovery-image] May 28 05:08:33.019 INFO E| Downloading crates ...
103572026-05-28T05:08:33.956Z[ recovery-image] May 28 05:08:33.078 INFO E| Downloaded anstyle-parse v0.2.6
103582026-05-28T05:08:33.963Z[ recovery-image] May 28 05:08:33.086 INFO E| Downloaded is_terminal_polyfill v1.70.1
103592026-05-28T05:08:33.966Z[ recovery-image] May 28 05:08:33.086 INFO E| Downloaded toml_datetime v0.6.9
103602026-05-28T05:08:33.966Z[ recovery-image] May 28 05:08:33.088 INFO E| Downloaded clap_derive v4.5.32
103612026-05-28T05:08:33.970Z[ recovery-image] May 28 05:08:33.093 INFO E| Downloaded serde_spanned v0.6.8
103622026-05-28T05:08:33.973Z[ recovery-image] May 28 05:08:33.094 INFO E| Downloaded shared_child v1.0.1
103632026-05-28T05:08:33.977Z[ recovery-image] May 28 05:08:33.100 INFO E| Downloaded clap v4.5.37
103642026-05-28T05:08:34.985Z[ recovery-image] May 28 05:08:33.105 INFO E| Downloaded colorchoice v1.0.3
103652026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.106 INFO E| Downloaded clap_lex v0.7.4
103662026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.107 INFO E| Downloaded anstyle-query v1.1.2
103672026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.108 INFO E| Downloaded anstyle v1.0.10
103682026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.109 INFO E| Downloaded toml_write v0.1.1
103692026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.110 INFO E| Downloaded anstream v0.6.18
103702026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.112 INFO E| Downloaded os_pipe v1.2.1
103712026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.113 INFO E| Downloaded duct v0.13.7
103722026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.126 INFO E| Downloaded toml v0.8.22
103732026-05-28T05:08:34.989Z[ recovery-image] May 28 05:08:33.145 INFO E| Downloaded toml_edit v0.22.26
103742026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.165 INFO E| Downloaded winnow v0.7.7
103752026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.170 INFO E| Downloaded clap_builder v4.5.37
103762026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.173 INFO E| Downloaded cc v1.2.20
103772026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.185 INFO E| Compiling libc v0.2.172
103782026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.185 INFO E| Compiling utf8parse v0.2.2
103792026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.185 INFO E| Compiling anstyle-query v1.1.2
103802026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling is_terminal_polyfill v1.70.1
103812026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling colorchoice v1.0.3
103822026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling equivalent v1.0.2
103832026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling anstyle v1.0.10
103842026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling once_cell v1.21.3
103852026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling hashbrown v0.15.2
103862026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling shlex v1.3.0
103872026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling clap_lex v0.7.4
103882026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling anyhow v1.0.98
103892026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.186 INFO E| Compiling toml_write v0.1.1
103902026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.217 INFO E| Compiling winnow v0.7.7
103912026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.224 INFO E| Compiling strsim v0.11.1
103922026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.228 INFO E| Compiling syn v2.0.101
103932026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.377 INFO E| Compiling cc v1.2.20
103942026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.412 INFO E| Compiling anstyle-parse v0.2.6
103952026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.552 INFO E| Compiling anstream v0.6.18
103962026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.685 INFO E| Compiling indexmap v2.9.0
103972026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.751 INFO E| Compiling clap_builder v4.5.37
103982026-05-28T05:08:34.990Z[ recovery-image] May 28 05:08:33.847 INFO E| Compiling os_pipe v1.2.1
103992026-05-28T05:08:34.991Z[ recovery-image] May 28 05:08:33.847 INFO E| Compiling shared_child v1.0.1
104002026-05-28T05:08:34.991Z[ recovery-image] May 28 05:08:33.956 INFO E| Compiling duct v0.13.7
104012026-05-28T05:08:35.284Z[ recovery-image] May 28 05:08:34.406 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104022026-05-28T05:08:36.295Z[ recovery-image] May 28 05:08:35.418 INFO E| Compiling serde_derive v1.0.219
104032026-05-28T05:08:36.295Z[ recovery-image] May 28 05:08:35.418 INFO E| Compiling clap_derive v4.5.32
104042026-05-28T05:08:36.327Z[ host-image] May 28 05:08:35.449 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
104052026-05-28T05:08:37.578Z[ recovery-image] May 28 05:08:36.700 INFO E| Compiling clap v4.5.37
104062026-05-28T05:08:38.180Z[ recovery-image] May 28 05:08:37.302 INFO E| Compiling serde v1.0.219
104072026-05-28T05:08:38.458Z[ host-image] May 28 05:08:37.581 INFO E| Compiling bitflags v1.3.2
104082026-05-28T05:08:38.458Z[ host-image] May 28 05:08:37.581 INFO E| Compiling adler2 v2.0.1
104092026-05-28T05:08:38.458Z[ host-image] May 28 05:08:37.581 INFO E| Compiling log v0.4.29
104102026-05-28T05:08:38.461Z[ host-image] May 28 05:08:37.581 INFO E| Compiling bitflags v2.11.1
104112026-05-28T05:08:38.461Z[ host-image] May 28 05:08:37.581 INFO E| Compiling bit_field v0.10.3
104122026-05-28T05:08:38.461Z[ host-image] May 28 05:08:37.581 INFO E| Compiling scroll v0.13.0
104132026-05-28T05:08:38.461Z[ host-image] May 28 05:08:37.581 INFO E| Compiling plain v0.2.3
104142026-05-28T05:08:38.462Z[ host-image] May 28 05:08:37.581 INFO E| Compiling bitstruct v0.1.1
104152026-05-28T05:08:38.462Z[ host-image] May 28 05:08:37.582 INFO E| Compiling static_assertions v1.1.0
104162026-05-28T05:08:38.512Z[ host-image] May 28 05:08:37.634 INFO E| Compiling raw-cpuid v10.7.0
104172026-05-28T05:08:38.566Z[ host-image] May 28 05:08:37.689 INFO E| Compiling miniz_oxide v0.9.1
104182026-05-28T05:08:38.607Z[ host-image] May 28 05:08:37.729 INFO E| Compiling cpio_reader v0.1.2
104192026-05-28T05:08:38.676Z[ host-image] May 28 05:08:37.799 INFO E| Compiling goblin v0.10.5
104202026-05-28T05:08:39.943Z[ recovery-image] May 28 05:08:39.065 INFO E| Compiling serde_spanned v0.6.8
104212026-05-28T05:08:39.943Z[ recovery-image] May 28 05:08:39.065 INFO E| Compiling toml_datetime v0.6.9
104222026-05-28T05:08:40.089Z[ recovery-image] May 28 05:08:39.212 INFO E| Compiling toml_edit v0.22.26
104232026-05-28T05:08:41.256Z[ recovery-image] May 28 05:08:40.377 INFO E| Compiling toml v0.8.22
104242026-05-28T05:08:41.388Z[ host-image] May 28 05:08:40.510 INFO E| Finished `release` profile [optimized] target(s) in 17.39s
104252026-05-28T05:08:41.409Z[ host-image] May 28 05:08:40.526 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104262026-05-28T05:08:41.438Z[ host-image] May 28 05:08:40.561 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
104272026-05-28T05:08:41.438Z[ host-image] May 28 05:08:40.561 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104282026-05-28T05:08:41.442Z[ host-image] May 28 05:08:40.561 INFO building ROM for gimlet
104292026-05-28T05:08:41.442Z[ host-image] May 28 05:08:40.561 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.h.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")
104302026-05-28T05:08:41.531Z[ host-image] May 28 05:08:40.653 INFO E| Blocking waiting for file lock on artifact directory
104312026-05-28T05:08:43.207Z[ recovery-image] May 28 05:08:42.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
104322026-05-28T05:08:43.215Z[ host-image] May 28 05:08:42.337 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
104332026-05-28T05:08:43.218Z[ host-image] May 28 05:08:42.340 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.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
104342026-05-28T05:08:43.221Z[ recovery-image] May 28 05:08:42.341 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.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
104352026-05-28T05:08:43.236Z[ host-image] May 28 05:08:42.359 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104362026-05-28T05:08:43.240Z[ recovery-image] May 28 05:08:42.360 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104372026-05-28T05:08:43.256Z[ host-image] May 28 05:08:42.379 INFO E| Blocking waiting for file lock on package cache
104382026-05-28T05:08:43.280Z[ recovery-image] May 28 05:08:42.403 INFO E| Blocking waiting for file lock on package cache
104392026-05-28T05:08:43.302Z[ host-image] May 28 05:08:42.425 INFO E| Blocking waiting for file lock on package cache
104402026-05-28T05:08:43.306Z[ recovery-image] May 28 05:08:42.425 INFO E| Blocking waiting for file lock on package cache
104412026-05-28T05:08:43.306Z[ host-image] May 28 05:08:42.426 INFO E| Blocking waiting for file lock on package cache
104422026-05-28T05:08:43.320Z[ recovery-image] May 28 05:08:42.443 INFO E| Blocking waiting for file lock on package cache
104432026-05-28T05:08:43.333Z[ recovery-image] May 28 05:08:42.455 INFO E| Blocking waiting for file lock on artifact directory
104442026-05-28T05:08:43.343Z[ host-image] May 28 05:08:42.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104452026-05-28T05:08:43.346Z[ host-image] May 28 05:08:42.469 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.h -o /work/os-host/gimlet.rom`
104462026-05-28T05:08:43.353Z[ recovery-image] May 28 05:08:42.476 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
104472026-05-28T05:08:43.357Z[ recovery-image] May 28 05:08:42.480 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.h -o /work/os-recovery/gimlet.rom`
104482026-05-28T05:08:43.485Z[ host-image] May 28 05:08:42.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104492026-05-28T05:08:43.485Z[ host-image] May 28 05:08:42.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104502026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104512026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104522026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104532026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104542026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104552026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104562026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104572026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104582026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104592026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104602026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104612026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104622026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104632026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO O| Info: ABL version: 0x100f5010
104642026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104652026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104662026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104672026-05-28T05:08:43.489Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104682026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104692026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104702026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104712026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104722026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104732026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104742026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104752026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104762026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104772026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104782026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104792026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104802026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104812026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104822026-05-28T05:08:43.490Z[ host-image] May 28 05:08:42.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104832026-05-28T05:08:43.501Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104842026-05-28T05:08:43.501Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104852026-05-28T05:08:43.501Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104862026-05-28T05:08:43.504Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104872026-05-28T05:08:43.504Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104882026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104892026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104902026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104912026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104922026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104932026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104942026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104952026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104962026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104972026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104982026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO O| Info: ABL version: 0x100f5010
104992026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105002026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105012026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105022026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105032026-05-28T05:08:43.505Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105042026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105052026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105062026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105072026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105082026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105092026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105102026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105112026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105122026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105132026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105142026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105152026-05-28T05:08:43.506Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105162026-05-28T05:08:43.507Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105172026-05-28T05:08:43.507Z[ recovery-image] May 28 05:08:42.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105182026-05-28T05:08:43.523Z[ host-image] May 28 05:08:42.646 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105192026-05-28T05:08:43.524Z[ host-image] May 28 05:08:42.646 INFO building ROM for cosmo
105202026-05-28T05:08:43.528Z[ host-image] May 28 05:08:42.646 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")
105212026-05-28T05:08:43.544Z[ recovery-image] May 28 05:08:42.667 INFO building ROM for cosmo
105222026-05-28T05:08:43.547Z[ recovery-image] May 28 05:08:42.667 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")
105232026-05-28T05:08:43.601Z[ host-image] May 28 05:08:42.723 INFO E| Blocking waiting for file lock on package cache
105242026-05-28T05:08:43.624Z[ recovery-image] May 28 05:08:42.747 INFO E| Blocking waiting for file lock on package cache
105252026-05-28T05:08:43.632Z[ host-image] May 28 05:08:42.754 INFO E| Blocking waiting for file lock on package cache
105262026-05-28T05:08:43.639Z[ host-image] May 28 05:08:42.761 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105272026-05-28T05:08:43.642Z[ host-image] May 28 05:08:42.764 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`
105282026-05-28T05:08:43.646Z[ recovery-image] May 28 05:08:42.768 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105292026-05-28T05:08:43.649Z[ recovery-image] May 28 05:08:42.771 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`
105302026-05-28T05:08:43.653Z[ host-image] May 28 05:08:42.776 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105312026-05-28T05:08:43.660Z[ recovery-image] May 28 05:08:42.783 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105322026-05-28T05:08:43.680Z[ recovery-image] May 28 05:08:42.802 INFO E| Blocking waiting for file lock on package cache
105332026-05-28T05:08:43.699Z[ host-image] May 28 05:08:42.822 INFO E| Blocking waiting for file lock on package cache
105342026-05-28T05:08:43.723Z[ recovery-image] May 28 05:08:42.845 INFO E| Blocking waiting for file lock on package cache
105352026-05-28T05:08:43.726Z[ host-image] May 28 05:08:42.846 INFO E| Blocking waiting for file lock on package cache
105362026-05-28T05:08:43.726Z[ recovery-image] May 28 05:08:42.847 INFO E| Blocking waiting for file lock on package cache
105372026-05-28T05:08:43.736Z[ host-image] May 28 05:08:42.859 INFO E| Blocking waiting for file lock on package cache
105382026-05-28T05:08:43.748Z[ recovery-image] May 28 05:08:42.871 INFO E| Blocking waiting for file lock on artifact directory
105392026-05-28T05:08:43.757Z[ host-image] May 28 05:08:42.880 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105402026-05-28T05:08:43.763Z[ host-image] May 28 05:08:42.886 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`
105412026-05-28T05:08:43.767Z[ recovery-image] May 28 05:08:42.889 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
105422026-05-28T05:08:43.770Z[ recovery-image] May 28 05:08:42.893 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`
105432026-05-28T05:08:44.002Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105442026-05-28T05:08:44.002Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105452026-05-28T05:08:44.002Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105462026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105472026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105482026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105492026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105502026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105512026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105522026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105532026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105542026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105552026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105562026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105572026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105582026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105592026-05-28T05:08:44.014Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105602026-05-28T05:08:44.015Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105612026-05-28T05:08:44.015Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105622026-05-28T05:08:44.015Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105632026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105642026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105652026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105662026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.124 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105672026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105682026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105692026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105702026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105712026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105722026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105732026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105742026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105752026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105762026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105772026-05-28T05:08:44.016Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105782026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105792026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105802026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105812026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105822026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105832026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105842026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105852026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105862026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105872026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105882026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105892026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105902026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105912026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105922026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105932026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105942026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105952026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105962026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO O| Info: ABL version: 0x100af010
105972026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105982026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.125 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105992026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106002026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106012026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106022026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106032026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106042026-05-28T05:08:44.017Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106052026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106062026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106072026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106082026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106092026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106102026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106112026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106122026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106132026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106142026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106152026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106162026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106172026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106182026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106192026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106202026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106212026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106222026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106232026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106242026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106252026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106262026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106272026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106282026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106292026-05-28T05:08:44.018Z[ host-image] May 28 05:08:43.126 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106302026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106312026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106322026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106332026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106342026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106352026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106362026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106372026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106382026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106392026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106402026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106412026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106422026-05-28T05:08:44.037Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106432026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106442026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106452026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106462026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106472026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106482026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106492026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106502026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106512026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106522026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106532026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106542026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106552026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106562026-05-28T05:08:44.038Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106572026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106582026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106592026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106602026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106612026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106622026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106632026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106642026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106652026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106662026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106672026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106682026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106692026-05-28T05:08:44.039Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106702026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106712026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106722026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106732026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106742026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106752026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106762026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106772026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106782026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106792026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106802026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.136 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106812026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106822026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106832026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.137 INFO O| Info: ABL version: 0x100af010
106842026-05-28T05:08:44.040Z[ recovery-image] May 28 05:08:43.137 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106852026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106862026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106872026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106882026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106892026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106902026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106912026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106922026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106932026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106942026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106952026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106962026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106972026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106982026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106992026-05-28T05:08:44.041Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107002026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107012026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107022026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107032026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.137 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107042026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107052026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107062026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
107072026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
107082026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107092026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107102026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107112026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107122026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107132026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107142026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107152026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107162026-05-28T05:08:44.042Z[ recovery-image] May 28 05:08:43.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107172026-05-28T05:08:44.046Z[ host-image] May 28 05:08:43.161 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107182026-05-28T05:08:44.051Z[ recovery-image] May 28 05:08:43.174 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107192026-05-28T05:08:44.051Z[ recovery-image] May 28 05:08:43.174 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107202026-05-28T05:08:44.054Z[ recovery-image] May 28 05:08:43.174 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107212026-05-28T05:08:45.168Z[ recovery-image] May 28 05:08:44.291 INFO image complete! materials are in "/work/os-recovery"
107222026-05-28T05:08:45.171Z[ recovery-image]
107232026-05-28T05:08:45.171Z[ recovery-image] real 4:44.558331631
107242026-05-28T05:08:45.171Z[ recovery-image] user 2:41.406066165
107252026-05-28T05:08:45.171Z[ recovery-image] sys 39.677176959
107262026-05-28T05:08:45.171Z[ recovery-image] trap 0.080754013
107272026-05-28T05:08:45.171Z[ recovery-image] tflt 0.521991617
107282026-05-28T05:08:45.171Z[ recovery-image] dflt 0.895362074
107292026-05-28T05:08:45.171Z[ recovery-image] kflt 0.000056733
107302026-05-28T05:08:45.171Z[ recovery-image] lock 16:19.501132455
107312026-05-28T05:08:45.171Z[ recovery-image] slp 25:39.775783383
107322026-05-28T05:08:45.171Z[ recovery-image] lat 52.789178919
107332026-05-28T05:08:45.172Z[ recovery-image] stop 6.437475421
107342026-05-28T05:08:45.174ZMay 28 05:08:44.294 INFO [recovery-image] process exited with exit status: 0 (284.563374361s)
107352026-05-28T05:08:52.402Z[ host-image] May 28 05:08:51.525 INFO image complete! materials are in "/work/os-host"
107362026-05-28T05:08:52.406Z[ host-image]
107372026-05-28T05:08:52.406Z[ host-image] real 5:19.608649651
107382026-05-28T05:08:52.406Z[ host-image] user 2:32.819534112
107392026-05-28T05:08:52.406Z[ host-image] sys 32.973108438
107402026-05-28T05:08:52.406Z[ host-image] trap 0.072012668
107412026-05-28T05:08:52.406Z[ host-image] tflt 0.258200601
107422026-05-28T05:08:52.406Z[ host-image] dflt 0.354344142
107432026-05-28T05:08:52.406Z[ host-image] kflt 0.000355390
107442026-05-28T05:08:52.406Z[ host-image] lock 5:43.332941029
107452026-05-28T05:08:52.406Z[ host-image] slp 29:42.544648197
107462026-05-28T05:08:52.406Z[ host-image] lat 50.543214641
107472026-05-28T05:08:52.406Z[ host-image] stop 1.792030917
107482026-05-28T05:08:52.410ZMay 28 05:08:51.529 INFO [host-image] process exited with exit status: 0 (319.614066611s)
107492026-05-28T05:08:52.410ZMay 28 05:08:51.529 INFO [tuf-repo] running task
107502026-05-28T05:09:11.389ZMay 28 05:09:10.511 INFO assembling repository in `/tmp/tufaceousKWN8CD`, component: OmicronRepoAssembler
107512026-05-28T05:09:16.370ZMay 28 05:09:15.492 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107522026-05-28T05:09:16.559ZMay 28 05:09:15.681 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107532026-05-28T05:09:24.918ZMay 28 05:09:24.040 INFO extracting uploaded archive to /tmp/.tmpstVyZh
107542026-05-28T05:09:26.641ZMay 28 05:09:25.763 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.UpI1ng
107552026-05-28T05:09:26.687ZMay 28 05:09:25.810 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107562026-05-28T05:09:26.768ZMay 28 05:09:25.891 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107572026-05-28T05:09:26.844ZMay 28 05:09:25.967 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107582026-05-28T05:09:26.917ZMay 28 05:09:26.040 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107592026-05-28T05:09:26.999ZMay 28 05:09:26.121 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107602026-05-28T05:09:27.079ZMay 28 05:09:26.201 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107612026-05-28T05:09:27.165ZMay 28 05:09:26.287 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107622026-05-28T05:09:27.252ZMay 28 05:09:26.374 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107632026-05-28T05:09:27.252ZMay 28 05:09:26.375 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107642026-05-28T05:09:27.303ZMay 28 05:09:26.424 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107652026-05-28T05:09:27.303ZMay 28 05:09:26.424 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107662026-05-28T05:09:27.351ZMay 28 05:09:26.474 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107672026-05-28T05:09:27.351ZMay 28 05:09:26.474 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107682026-05-28T05:09:27.404ZMay 28 05:09:26.527 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107692026-05-28T05:09:27.404ZMay 28 05:09:26.527 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107702026-05-28T05:09:27.445ZMay 28 05:09:26.568 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107712026-05-28T05:09:27.445ZMay 28 05:09:26.568 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107722026-05-28T05:09:27.484ZMay 28 05:09:26.606 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107732026-05-28T05:09:27.484ZMay 28 05:09:26.606 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107742026-05-28T05:09:27.530ZMay 28 05:09:26.652 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107752026-05-28T05:09:27.530ZMay 28 05:09:26.652 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107762026-05-28T05:09:27.533ZMay 28 05:09:26.653 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107772026-05-28T05:09:27.533ZMay 28 05:09:26.653 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107782026-05-28T05:09:27.533ZMay 28 05:09:26.654 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107792026-05-28T05:09:27.533ZMay 28 05:09:26.654 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107802026-05-28T05:09:27.533ZMay 28 05:09:26.655 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107812026-05-28T05:09:32.874ZMay 28 05:09:31.996 INFO added artifact, length: 33554432, hash: 3ac906a458c0d71e081b4916492b4a4e1371b46eb1c5b0733610ecfd941d79b7, version: 20.0.0-0.ci+git59309cb70ca, kind: gimlet_host_phase_1, name: host
107822026-05-28T05:09:32.874ZMay 28 05:09:31.996 INFO added artifact, length: 33554432, hash: a320c15370d4f2e80e33283e906621d9957b35b3bea1053af8911dbcbda289c8, version: 20.0.0-0.ci+git59309cb70ca, kind: cosmo_host_phase_1, name: host
107832026-05-28T05:09:32.874ZMay 28 05:09:31.996 INFO added artifact, length: 1101008896, hash: 9e37d1d989d4db59d0727ed06e87493feeeaa56ad4653a9517e251d2736d9aa0, version: 20.0.0-0.ci+git59309cb70ca, kind: host_phase_2, name: host
107842026-05-28T05:09:33.805ZMay 28 05:09:32.926 INFO added artifact, length: 33554432, hash: 94a772f3bd5447277449c18d54c921e1e2e9f8a2755c1ef2c41aece48cb424d9, version: 20.0.0-0.ci+git59309cb70ca, kind: gimlet_trampoline_phase_1, name: trampoline
107852026-05-28T05:09:33.805ZMay 28 05:09:32.926 INFO added artifact, length: 33554432, hash: bf3c4bcaf9656b55a952f4d24e225235767d8ae8001a75e1a840187a9f37de5f, version: 20.0.0-0.ci+git59309cb70ca, kind: cosmo_trampoline_phase_1, name: trampoline
107862026-05-28T05:09:33.805ZMay 28 05:09:32.926 INFO added artifact, length: 167882859, hash: 85e7bfd81d83fd7a206c4a1037114fa2c2ad5ab2066dc48ce6740eac4c11090c, version: 20.0.0-0.ci+git59309cb70ca, kind: trampoline_phase_2, name: trampoline
107872026-05-28T05:09:35.514ZMay 28 05:09:34.637 INFO added artifact, length: 305704514, hash: ecf39bddec245d570cd9cec8c1dcd09b766bd2d6fd32f5e061d7b6201704d4dd, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: clickhouse_keeper
107882026-05-28T05:09:37.318ZMay 28 05:09:36.440 INFO added artifact, length: 321021226, hash: f999fdf45b65f16252b882f4b4972cb1a9c5cef56050e8020f35345a940b5465, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: clickhouse_server
107892026-05-28T05:09:39.035ZMay 28 05:09:38.157 INFO added artifact, length: 321023974, hash: 6357013b8bcb64a5f04b2387071577479ee3d32c48575791057bf5e76f62de53, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: clickhouse
107902026-05-28T05:09:39.878ZMay 28 05:09:39.001 INFO added artifact, length: 161471751, hash: dcd0913581320e97d9bbf5b88af7ef23aa3e4f1afeb1b60674bd6e440a130adc, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: cockroachdb
107912026-05-28T05:09:40.107ZMay 28 05:09:39.229 INFO added artifact, length: 37343467, hash: 75cd90c66d445df35ae9055dd774ebd7349a8164564749313000965264439cbb, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: crucible-pantry-zone
107922026-05-28T05:09:40.425ZMay 28 05:09:39.547 INFO added artifact, length: 53286953, hash: 00f2d138d4daed143d974a287ef53fd6fea24f1233e1839021e238db81e9cf84, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: crucible-zone
107932026-05-28T05:09:40.641ZMay 28 05:09:39.763 INFO added artifact, length: 43413077, hash: 7896fc3f3ca5303f21894dc9501f190022ebfca9d6f608c7addbe7a86fb65437, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: external-dns
107942026-05-28T05:09:40.908ZMay 28 05:09:40.030 INFO added artifact, length: 43412674, hash: 4b3fe5dbdf9ad498e9c98cbe8fb2356f9fd60e59657593efbb2485e3034ad7d8, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: internal-dns
107952026-05-28T05:09:42.574ZMay 28 05:09:41.697 INFO added artifact, length: 302383898, hash: e9132ce88e6c40edef6bbed6c8d4c72865b33fbc9c64612408d898549929b32b, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: nexus
107962026-05-28T05:09:42.723ZMay 28 05:09:41.846 INFO added artifact, length: 24704854, hash: c403beb646e74fd01d1341780a8d237b2c13273d61567ce01b1301b0aad0c3cd, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: ntp
107972026-05-28T05:09:43.160ZMay 28 05:09:42.283 INFO added artifact, length: 71984937, hash: 14d9b25a11fe8cf538d947ac916b995748bb8d11f78549ff5f8e6cefc1ce0a23, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: oximeter
107982026-05-28T05:09:43.169ZMay 28 05:09:42.292 INFO added artifact, length: 1423188, hash: 3df7e9f45569decb52a8d2e6098122577bf7c240b0c01da297d94d9615b553b6, version: 20.0.0-0.ci+git59309cb70ca, kind: zone, name: probe
107992026-05-28T05:09:43.172ZMay 28 05:09:42.292 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108002026-05-28T05:09:43.172ZMay 28 05:09:42.292 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108012026-05-28T05:09:43.172ZMay 28 05:09:42.292 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108022026-05-28T05:09:43.204ZMay 28 05:09:42.326 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108032026-05-28T05:09:43.232ZMay 28 05:09:42.355 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108042026-05-28T05:09:43.283ZMay 28 05:09:42.400 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108052026-05-28T05:09:43.290ZMay 28 05:09:42.400 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108062026-05-28T05:09:43.328ZMay 28 05:09:42.450 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108072026-05-28T05:09:43.328ZMay 28 05:09:42.450 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108082026-05-28T05:09:43.373ZMay 28 05:09:42.496 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108092026-05-28T05:09:43.373ZMay 28 05:09:42.496 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108102026-05-28T05:09:43.421ZMay 28 05:09:42.544 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108112026-05-28T05:09:43.424ZMay 28 05:09:42.544 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108122026-05-28T05:09:43.424ZMay 28 05:09:42.544 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108132026-05-28T05:09:43.424ZMay 28 05:09:42.545 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108142026-05-28T05:09:43.424ZMay 28 05:09:42.545 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108152026-05-28T05:09:43.469ZMay 28 05:09:42.591 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108162026-05-28T05:09:43.556ZMay 28 05:09:42.678 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108172026-05-28T05:09:43.645ZMay 28 05:09:42.768 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108182026-05-28T05:09:43.737ZMay 28 05:09:42.860 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108192026-05-28T05:09:43.740ZMay 28 05:09:42.860 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108202026-05-28T05:09:43.789ZMay 28 05:09:42.912 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108212026-05-28T05:09:43.790ZMay 28 05:09:42.912 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108222026-05-28T05:09:43.839ZMay 28 05:09:42.961 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108232026-05-28T05:09:43.840ZMay 28 05:09:42.962 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108242026-05-28T05:09:43.883ZMay 28 05:09:43.006 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108252026-05-28T05:09:43.886ZMay 28 05:09:43.006 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108262026-05-28T05:09:43.886ZMay 28 05:09:43.006 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108272026-05-28T05:09:43.886ZMay 28 05:09:43.007 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108282026-05-28T05:09:43.886ZMay 28 05:09:43.008 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108292026-05-28T05:09:43.886ZMay 28 05:09:43.008 INFO added artifact, length: 924, hash: 47eabd67d9205a7de7d5c5786426271e1aeb1bc46348a47e09ce9e937c5eee1b, version: 20.0.0-0.ci+git59309cb70ca, kind: installinator_document, name: installinator_document
108302026-05-28T05:09:44.219ZMay 28 05:09:43.342 INFO extracting uploaded archive to /tmp/.tmpzy2bAC
108312026-05-28T05:09:45.990ZMay 28 05:09:45.112 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.eNaPM5
108322026-05-28T05:09:46.047ZMay 28 05:09:45.169 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
108332026-05-28T05:09:46.146ZMay 28 05:09:45.268 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
108342026-05-28T05:09:46.231ZMay 28 05:09:45.353 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
108352026-05-28T05:09:46.310ZMay 28 05:09:45.432 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
108362026-05-28T05:09:46.384ZMay 28 05:09:45.506 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
108372026-05-28T05:09:46.464ZMay 28 05:09:45.586 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
108382026-05-28T05:09:46.543ZMay 28 05:09:45.665 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
108392026-05-28T05:09:46.630ZMay 28 05:09:45.753 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108402026-05-28T05:09:46.633ZMay 28 05:09:45.753 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108412026-05-28T05:09:46.679ZMay 28 05:09:45.801 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108422026-05-28T05:09:46.679ZMay 28 05:09:45.801 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108432026-05-28T05:09:46.724ZMay 28 05:09:45.847 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108442026-05-28T05:09:46.727ZMay 28 05:09:45.847 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108452026-05-28T05:09:46.772ZMay 28 05:09:45.894 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108462026-05-28T05:09:46.772ZMay 28 05:09:45.894 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108472026-05-28T05:09:46.822ZMay 28 05:09:45.944 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108482026-05-28T05:09:46.825ZMay 28 05:09:45.944 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108492026-05-28T05:09:46.870ZMay 28 05:09:45.992 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108502026-05-28T05:09:46.870ZMay 28 05:09:45.992 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108512026-05-28T05:09:46.918ZMay 28 05:09:46.040 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108522026-05-28T05:09:46.918ZMay 28 05:09:46.040 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108532026-05-28T05:09:46.921ZMay 28 05:09:46.041 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108542026-05-28T05:09:46.921ZMay 28 05:09:46.041 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108552026-05-28T05:09:46.921ZMay 28 05:09:46.042 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108562026-05-28T05:09:46.921ZMay 28 05:09:46.042 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108572026-05-28T05:09:46.921ZMay 28 05:09:46.043 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108582026-05-28T05:09:52.089ZMay 28 05:09:51.211 INFO added artifact, length: 33554432, hash: 3ac906a458c0d71e081b4916492b4a4e1371b46eb1c5b0733610ecfd941d79b7, version: 20.0.0-0.ci+git59309cb70ca, kind: gimlet_host_phase_1, name: host
108592026-05-28T05:09:52.089ZMay 28 05:09:51.211 INFO added artifact, length: 33554432, hash: a320c15370d4f2e80e33283e906621d9957b35b3bea1053af8911dbcbda289c8, version: 20.0.0-0.ci+git59309cb70ca, kind: cosmo_host_phase_1, name: host
108602026-05-28T05:09:52.089ZMay 28 05:09:51.211 INFO added artifact, length: 1101008896, hash: 9e37d1d989d4db59d0727ed06e87493feeeaa56ad4653a9517e251d2736d9aa0, version: 20.0.0-0.ci+git59309cb70ca, kind: host_phase_2, name: host
108612026-05-28T05:09:53.075ZMay 28 05:09:52.197 INFO added artifact, length: 33554432, hash: 94a772f3bd5447277449c18d54c921e1e2e9f8a2755c1ef2c41aece48cb424d9, version: 20.0.0-0.ci+git59309cb70ca, kind: gimlet_trampoline_phase_1, name: trampoline
108622026-05-28T05:09:53.075ZMay 28 05:09:52.197 INFO added artifact, length: 33554432, hash: bf3c4bcaf9656b55a952f4d24e225235767d8ae8001a75e1a840187a9f37de5f, version: 20.0.0-0.ci+git59309cb70ca, kind: cosmo_trampoline_phase_1, name: trampoline
108632026-05-28T05:09:53.075ZMay 28 05:09:52.197 INFO added artifact, length: 167882859, hash: 85e7bfd81d83fd7a206c4a1037114fa2c2ad5ab2066dc48ce6740eac4c11090c, version: 20.0.0-0.ci+git59309cb70ca, kind: trampoline_phase_2, name: trampoline
108642026-05-28T05:09:58.276ZMay 28 05:09:57.398 INFO added artifact, length: 1745747303, hash: 15724633bf4b08ade68aa6f063aa48b104ae1eea23d924b5ecbd4551731ca726, version: 20.0.0-0.ci+git59309cb70ca, kind: control_plane, name: control-plane
108652026-05-28T05:09:58.281ZMay 28 05:09:57.398 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108662026-05-28T05:09:58.281ZMay 28 05:09:57.398 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108672026-05-28T05:09:58.281ZMay 28 05:09:57.398 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108682026-05-28T05:09:58.303ZMay 28 05:09:57.425 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108692026-05-28T05:09:58.332ZMay 28 05:09:57.455 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108702026-05-28T05:09:58.376ZMay 28 05:09:57.498 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108712026-05-28T05:09:58.380ZMay 28 05:09:57.498 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108722026-05-28T05:09:58.424ZMay 28 05:09:57.546 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108732026-05-28T05:09:58.427ZMay 28 05:09:57.546 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108742026-05-28T05:09:58.479ZMay 28 05:09:57.602 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108752026-05-28T05:09:58.483ZMay 28 05:09:57.602 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108762026-05-28T05:09:58.527ZMay 28 05:09:57.649 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108772026-05-28T05:09:58.531ZMay 28 05:09:57.650 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108782026-05-28T05:09:58.531ZMay 28 05:09:57.650 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108792026-05-28T05:09:58.531ZMay 28 05:09:57.651 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108802026-05-28T05:09:58.531ZMay 28 05:09:57.651 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108812026-05-28T05:09:58.578ZMay 28 05:09:57.700 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108822026-05-28T05:09:58.665ZMay 28 05:09:57.787 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108832026-05-28T05:09:58.754ZMay 28 05:09:57.876 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108842026-05-28T05:09:58.846ZMay 28 05:09:57.968 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108852026-05-28T05:09:58.846ZMay 28 05:09:57.968 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108862026-05-28T05:09:58.890ZMay 28 05:09:58.012 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108872026-05-28T05:09:58.890ZMay 28 05:09:58.012 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108882026-05-28T05:09:58.940ZMay 28 05:09:58.062 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108892026-05-28T05:09:58.943ZMay 28 05:09:58.062 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108902026-05-28T05:09:58.993ZMay 28 05:09:58.115 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108912026-05-28T05:09:58.994ZMay 28 05:09:58.115 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108922026-05-28T05:09:58.997ZMay 28 05:09:58.116 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108932026-05-28T05:09:58.997ZMay 28 05:09:58.116 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108942026-05-28T05:09:58.997ZMay 28 05:09:58.117 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108952026-05-28T05:09:58.997ZMay 28 05:09:58.117 INFO added artifact, length: 924, hash: 47eabd67d9205a7de7d5c5786426271e1aeb1bc46348a47e09ce9e937c5eee1b, version: 20.0.0-0.ci+git59309cb70ca, kind: installinator_document, name: installinator_document
108962026-05-28T05:09:59.364ZMay 28 05:09:58.486 INFO [tuf-repo] task succeeded (66.957514476s)
108972026-05-28T05:12:02.987Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108982026-05-28T05:13:10.757Z[verify-libraries] Finished `release` profile [optimized] target(s) in 9m 07s
108992026-05-28T05:13:11.114ZMay 28 05:13:10.235 INFO [verify-libraries] process exited with exit status: 0 (550.822018768s)
109002026-05-28T05:13:11.114ZMay 28 05:13:10.235 INFO all jobs completed in 1381.507114637s
109012026-05-28T05:13:11.971Zprocess exited: duration 1610345 ms, exit code 0
 
109022026-05-28T05:13:11.983Zfound 41 output files
109032026-05-28T05:13:11.983Zuploading: /work/manifest.toml (17174 bytes)
109042026-05-28T05:13:12.997Zuploaded: /work/manifest.toml
109052026-05-28T05:13:12.998Zuploading: /work/repo.zip (3079373810 bytes)
109062026-05-28T05:13:47.949Zuploaded: /work/repo.zip
109072026-05-28T05:13:47.949Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109082026-05-28T05:13:48.955Zuploaded: /work/repo.zip.sha256.txt
109092026-05-28T05:13:48.956Zuploading: /work/helios.json (647 bytes)
109102026-05-28T05:13:49.966Zuploaded: /work/helios.json
109112026-05-28T05:13:49.966Zuploading: /work/incorporation.p5m (113249 bytes)
109122026-05-28T05:13:50.979Zuploaded: /work/incorporation.p5m
109132026-05-28T05:13:50.979Zuploading: /work/incorporation.p5p (133120 bytes)
109142026-05-28T05:13:51.993Zuploaded: /work/incorporation.p5p
109152026-05-28T05:13:51.993Zuploading: /work/helios-incorp.log (522 bytes)
109162026-05-28T05:13:53.004Zuploaded: /work/helios-incorp.log
109172026-05-28T05:13:53.005Zuploading: /work/helios-setup.log (56368 bytes)
109182026-05-28T05:13:54.016Zuploaded: /work/helios-setup.log
109192026-05-28T05:13:54.016Zuploading: /work/host-image.log (236808 bytes)
109202026-05-28T05:13:55.034Zuploaded: /work/host-image.log
109212026-05-28T05:13:55.034Zuploading: /work/host-package.log (40270 bytes)
109222026-05-28T05:13:56.045Zuploaded: /work/host-package.log
109232026-05-28T05:13:56.045Zuploading: /work/host-target.log (101 bytes)
109242026-05-28T05:13:57.056Zuploaded: /work/host-target.log
109252026-05-28T05:13:57.056Zuploading: /work/incorp-create.log (0 bytes)
109262026-05-28T05:13:58.064Zuploaded: /work/incorp-create.log
109272026-05-28T05:13:58.064Zuploading: /work/incorp-fmt.log (0 bytes)
109282026-05-28T05:13:59.071Zuploaded: /work/incorp-fmt.log
109292026-05-28T05:13:59.071Zuploading: /work/incorp-pkgsend.log (108 bytes)
109302026-05-28T05:14:00.079Zuploaded: /work/incorp-pkgsend.log
109312026-05-28T05:14:00.079Zuploading: /work/incorp-publisher.log (0 bytes)
109322026-05-28T05:14:01.087Zuploaded: /work/incorp-publisher.log
109332026-05-28T05:14:01.087Zuploading: /work/omicron-package.log (9372 bytes)
109342026-05-28T05:14:02.098Zuploaded: /work/omicron-package.log
109352026-05-28T05:14:02.098Zuploading: /work/recovery-image.log (593655 bytes)
109362026-05-28T05:14:03.115Zuploaded: /work/recovery-image.log
109372026-05-28T05:14:03.115Zuploading: /work/recovery-package.log (2997 bytes)
109382026-05-28T05:14:04.124Zuploaded: /work/recovery-package.log
109392026-05-28T05:14:04.124Zuploading: /work/recovery-target.log (98 bytes)
109402026-05-28T05:14:05.132Zuploaded: /work/recovery-target.log
109412026-05-28T05:14:05.132Zuploading: /work/stamp-clickhouse.log (117 bytes)
109422026-05-28T05:14:06.141Zuploaded: /work/stamp-clickhouse.log
109432026-05-28T05:14:06.142Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109442026-05-28T05:14:07.152Zuploaded: /work/stamp-clickhouse_keeper.log
109452026-05-28T05:14:07.152Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109462026-05-28T05:14:08.160Zuploaded: /work/stamp-clickhouse_server.log
109472026-05-28T05:14:08.160Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109482026-05-28T05:14:09.169Zuploaded: /work/stamp-cockroachdb.log
109492026-05-28T05:14:09.169Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109502026-05-28T05:14:10.181Zuploaded: /work/stamp-crucible-pantry-zone.log
109512026-05-28T05:14:10.181Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109522026-05-28T05:14:11.192Zuploaded: /work/stamp-crucible-utils.log
109532026-05-28T05:14:11.192Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109542026-05-28T05:14:12.202Zuploaded: /work/stamp-crucible-zone.log
109552026-05-28T05:14:12.202Zuploading: /work/stamp-external-dns.log (119 bytes)
109562026-05-28T05:14:13.210Zuploaded: /work/stamp-external-dns.log
109572026-05-28T05:14:13.210Zuploading: /work/stamp-installinator.log (103 bytes)
109582026-05-28T05:14:14.223Zuploaded: /work/stamp-installinator.log
109592026-05-28T05:14:14.224Zuploading: /work/stamp-internal-dns.log (119 bytes)
109602026-05-28T05:14:15.231Zuploaded: /work/stamp-internal-dns.log
109612026-05-28T05:14:15.234Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109622026-05-28T05:14:16.242Zuploaded: /work/stamp-mg-ddm-gz.log
109632026-05-28T05:14:16.242Zuploading: /work/stamp-nexus.log (112 bytes)
109642026-05-28T05:14:17.252Zuploaded: /work/stamp-nexus.log
109652026-05-28T05:14:17.252Zuploading: /work/stamp-ntp.log (110 bytes)
109662026-05-28T05:14:18.262Zuploaded: /work/stamp-ntp.log
109672026-05-28T05:14:18.262Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109682026-05-28T05:14:19.270Zuploaded: /work/stamp-omicron-sled-agent.log
109692026-05-28T05:14:19.270Zuploading: /work/stamp-overlay.log (114 bytes)
109702026-05-28T05:14:20.279Zuploaded: /work/stamp-overlay.log
109712026-05-28T05:14:20.279Zuploading: /work/stamp-oximeter.log (115 bytes)
109722026-05-28T05:14:21.289Zuploaded: /work/stamp-oximeter.log
109732026-05-28T05:14:21.289Zuploading: /work/stamp-oxlog.log (109 bytes)
109742026-05-28T05:14:22.299Zuploaded: /work/stamp-oxlog.log
109752026-05-28T05:14:22.299Zuploading: /work/stamp-probe.log (112 bytes)
109762026-05-28T05:14:23.308Zuploaded: /work/stamp-probe.log
109772026-05-28T05:14:23.308Zuploading: /work/stamp-propolis-server.log (122 bytes)
109782026-05-28T05:14:24.319Zuploaded: /work/stamp-propolis-server.log
109792026-05-28T05:14:24.319Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109802026-05-28T05:14:25.331Zuploaded: /work/stamp-pumpkind-gz.log
109812026-05-28T05:14:25.331Zuploading: /work/stamp-switch-asic.log (118 bytes)
109822026-05-28T05:14:26.342Zuploaded: /work/stamp-switch-asic.log
109832026-05-28T05:14:26.342Zuploading: /work/verify-libraries.log (14081 bytes)
109842026-05-28T05:14:27.352Zuploaded: /work/verify-libraries.log