01KWZRG03G2DXMHX2FHJQPC4JX: 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: 01KWZRGE0ERAFWT2SDGE30K5BK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T02:23:02.587Zjob assigned to worker 01KWZRGQ9TSGM1T845YNSMVRX6 [factory aws, i-05c54d5be77417dbf] (queued for 1 m 2 s)
 
22026-07-08T02:23:09.547Zstarting task 0: "setup"
32026-07-08T02:23:09.553Z++ uname -s
42026-07-08T02:23:09.557Z+ kern=SunOS
52026-07-08T02:23:09.557Z+ build_user=build
62026-07-08T02:23:09.557Z+ build_uid=12345
72026-07-08T02:23:09.557Z+ work_dir=/work
82026-07-08T02:23:09.557Z+ input_dir=/input
92026-07-08T02:23:09.557Z+ [[ 0 == 12345 ]]
102026-07-08T02:23:09.557Z+ case "$kern" in
112026-07-08T02:23:09.557Z+ groupadd -g 12345 build
122026-07-08T02:23:09.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T02:23:11.566Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T02:23:11.651Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T02:23:11.655Z+ home_fs=zfs
162026-07-08T02:23:11.655Z+ [[ zfs == autofs ]]
172026-07-08T02:23:11.655Z+ mkdir -p /home/build
182026-07-08T02:23:11.658Z+ chown build:build /home/build /work
192026-07-08T02:23:13.658Z+ chmod 0700 /home/build /work
202026-07-08T02:23:13.662Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-08T02:23:13.668Zstarting task 1: "rust-toolchain"
222026-07-08T02:23:13.674Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T02:23:13.675Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T02:23:13.675Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-08T02:23:13.675Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-08T02:23:13.675Z * rust toolchain channel = "1.96.1"
272026-07-08T02:23:13.675Z * rust toolchain profile = "default"
282026-07-08T02:23:13.678Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T02:23:13.678Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T02:23:13.793Zinfo: downloading installer
312026-07-08T02:23:15.217Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T02:23:15.217Zwarn: /home/build/.rustup/settings.toml
332026-07-08T02:23:15.217Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T02:23:15.217Zwarn: instead of the one inferred from the default host triple.
352026-07-08T02:23:15.229Zinfo: profile set to default
362026-07-08T02:23:15.229Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T02:23:15.232Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T02:23:15.410Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T02:23:15.413Zinfo: downloading 6 components
402026-07-08T02:23:31.514Z
412026-07-08T02:23:31.514Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-08T02:23:31.544Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T02:23:31.544Z
442026-07-08T02:23:31.544Z
452026-07-08T02:23:31.544ZRust is installed now. Great!
462026-07-08T02:23:31.544Z
472026-07-08T02:23:31.544ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T02:23:31.544Zenvironment variable. This has not been done automatically.
492026-07-08T02:23:31.544Z
502026-07-08T02:23:31.544ZTo configure your current shell, you need to source
512026-07-08T02:23:31.544Zthe corresponding env file under $HOME/.cargo.
522026-07-08T02:23:31.544Z
532026-07-08T02:23:31.544ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T02:23:31.544Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T02:23:31.544Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T02:23:31.544Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T02:23:31.544Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T02:23:31.544Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T02:23:31.544Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T02:23:31.548Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T02:23:31.548Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T02:23:31.646Z+ rustup --version
632026-07-08T02:23:31.652Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T02:23:31.652Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T02:23:31.675Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T02:23:31.678Z+ cargo --version
672026-07-08T02:23:31.687Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T02:23:31.690Z+ rustc --version
692026-07-08T02:23:31.709Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T02:23:31.712Zprocess exited: duration 18043 ms, exit code 0
 
712026-07-08T02:23:31.718Zstarting task 2: "authentication"
722026-07-08T02:23:31.736Zprocess exited: duration 17 ms, exit code 0
 
732026-07-08T02:23:31.743Zstarting task 3: "clone repository"
742026-07-08T02:23:31.747Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T02:23:31.750Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T02:23:31.790ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T02:23:42.304Z+ cd /work/oxidecomputer/omicron
782026-07-08T02:23:42.304Z+ git fetch origin c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
792026-07-08T02:23:42.596ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T02:23:42.596Z * branch c69cc2c72a20f36a3a8c1fec466c991a8a46dff3 -> FETCH_HEAD
812026-07-08T02:23:42.610Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-08T02:23:42.613Z++ git branch --show-current
832026-07-08T02:23:42.617Z+ current=main
842026-07-08T02:23:42.617Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-08T02:23:42.617Z+ git branch -f trey/bgp-unnumbered-status c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
862026-07-08T02:23:42.620Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-08T02:23:42.864ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-08T02:23:42.867Z+ git reset --hard c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
892026-07-08T02:23:43.110ZHEAD is now at c69cc2c72 New maghemite API shape... again
902026-07-08T02:23:43.113Zprocess exited: duration 11369 ms, exit code 0
 
912026-07-08T02:23:43.120Zstarting task 4: "build"
922026-07-08T02:23:43.126Z+ source .github/buildomat/ci-env.sh
932026-07-08T02:23:43.126Z++ export CARGO_TERM_COLOR=always
942026-07-08T02:23:43.126Z++ CARGO_TERM_COLOR=always
952026-07-08T02:23:43.129Z+++ uname -s
962026-07-08T02:23:43.129Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T02:23:43.129Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T02:23:43.132Z+ cargo --version
992026-07-08T02:23:43.142Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T02:23:43.145Z+ rustc --version
1012026-07-08T02:23:43.167Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T02:23:43.170Z+ cargo tree --locked
1032026-07-08T02:23:43.348Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-08T02:23:43.597Z Updating crates.io index
1052026-07-08T02:23:43.600Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-08T02:23:43.812Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-08T02:23:44.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-08T02:23:45.005Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-08T02:23:45.469Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-08T02:23:47.005Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-08T02:23:47.758Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-08T02:23:48.021Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-08T02:23:48.343Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-08T02:23:49.506Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-08T02:23:49.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-08T02:23:49.986Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-08T02:23:50.304Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-08T02:23:50.704Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-08T02:23:51.160Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-08T02:23:51.394Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-08T02:23:51.618Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-08T02:23:51.848Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-08T02:23:52.126Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-08T02:23:52.342Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-08T02:23:52.551Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-08T02:23:53.010Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-08T02:23:53.346Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-08T02:23:53.657Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-08T02:23:53.889Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-08T02:23:54.268Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-08T02:23:54.517Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-08T02:23:54.790Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-08T02:23:54.997Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-08T02:23:55.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-08T02:23:55.495Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-08T02:23:55.831Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-08T02:23:56.032Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-08T02:23:56.274Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-08T02:23:56.535Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-08T02:23:56.806Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-08T02:23:57.083Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-08T02:23:57.324Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-08T02:23:57.559Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-08T02:23:57.925Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-08T02:24:01.151Z Downloading crates ...
1462026-07-08T02:24:01.237Z Downloaded array-init v0.0.4
1472026-07-08T02:24:01.247Z Downloaded arc-swap v1.8.2
1482026-07-08T02:24:01.251Z Downloaded async-stream v0.3.6
1492026-07-08T02:24:01.254Z Downloaded block-padding v0.4.2
1502026-07-08T02:24:01.255Z Downloaded bit-set v0.8.0
1512026-07-08T02:24:01.255Z Downloaded approx v0.5.1
1522026-07-08T02:24:01.262Z Downloaded adler2 v2.0.1
1532026-07-08T02:24:01.265Z Downloaded crucible-workspace-hack v0.1.0
1542026-07-08T02:24:01.265Z Downloaded async-recursion v1.1.1
1552026-07-08T02:24:01.268Z Downloaded assert_matches v1.5.0
1562026-07-08T02:24:01.268Z Downloaded assert-json-diff v2.0.2
1572026-07-08T02:24:01.268Z Downloaded bytes v1.11.1
1582026-07-08T02:24:01.271Z Downloaded atomic-waker v1.1.2
1592026-07-08T02:24:01.274Z Downloaded buf-list v1.1.2
1602026-07-08T02:24:01.274Z Downloaded atty v0.2.14
1612026-07-08T02:24:01.274Z Downloaded arrayref v0.3.9
1622026-07-08T02:24:01.277Z Downloaded anstyle-parse v1.0.0
1632026-07-08T02:24:01.277Z Downloaded byte-wrapper v0.1.0
1642026-07-08T02:24:01.280Z Downloaded allocator-api2 v0.2.21
1652026-07-08T02:24:01.280Z Downloaded async-object-pool v0.2.0
1662026-07-08T02:24:01.283Z Downloaded aead v0.5.2
1672026-07-08T02:24:01.286Z Downloaded atomicwrites v0.4.4
1682026-07-08T02:24:01.289Z Downloaded ascii-canvas v3.0.0
1692026-07-08T02:24:01.289Z Downloaded camino-tempfile-ext v0.3.3
1702026-07-08T02:24:01.292Z Downloaded async-trait v0.1.89
1712026-07-08T02:24:01.294Z Downloaded anstream v0.6.21
1722026-07-08T02:24:01.297Z Downloaded anstyle v1.0.14
1732026-07-08T02:24:01.300Z Downloaded async-stream-impl v0.3.6
1742026-07-08T02:24:01.300Z Downloaded argon2 v0.5.3
1752026-07-08T02:24:01.303Z Downloaded crypto-bigint v0.7.5
1762026-07-08T02:24:01.310Z Downloaded derive_builder_core v0.20.2
1772026-07-08T02:24:01.314Z Downloaded crc v3.4.0
1782026-07-08T02:24:01.314Z Downloaded bcs v0.1.6
1792026-07-08T02:24:01.317Z Downloaded base16ct v0.2.0
1802026-07-08T02:24:01.317Z Downloaded assert_cmd v2.1.2
1812026-07-08T02:24:01.317Z Downloaded arrayvec v0.7.6
1822026-07-08T02:24:01.320Z Downloaded ahash v0.8.12
1832026-07-08T02:24:01.320Z Downloaded chacha20poly1305 v0.10.1
1842026-07-08T02:24:01.323Z Downloaded bb8 v0.8.6
1852026-07-08T02:24:01.323Z Downloaded anstyle-query v1.1.5
1862026-07-08T02:24:01.326Z Downloaded base16ct v1.0.0
1872026-07-08T02:24:01.329Z Downloaded anstream v1.0.0
1882026-07-08T02:24:01.332Z Downloaded backoff v0.4.0
1892026-07-08T02:24:01.335Z Downloaded anes v0.1.6
1902026-07-08T02:24:01.335Z Downloaded ciborium-io v0.2.2
1912026-07-08T02:24:01.338Z Downloaded cpufeatures v0.2.17
1922026-07-08T02:24:01.338Z Downloaded cpubits v0.1.1
1932026-07-08T02:24:01.342Z Downloaded backtrace-ext v0.2.1
1942026-07-08T02:24:01.342Z Downloaded bitfield-macros v0.19.4
1952026-07-08T02:24:01.345Z Downloaded cfg-if v1.0.4
1962026-07-08T02:24:01.348Z Downloaded bit-set v0.5.3
1972026-07-08T02:24:01.348Z Downloaded crypto-common v0.1.7
1982026-07-08T02:24:01.348Z Downloaded castaway v0.2.4
1992026-07-08T02:24:01.351Z Downloaded clap_lex v1.0.0
2002026-07-08T02:24:01.351Z Downloaded darling_macro v0.13.4
2012026-07-08T02:24:01.351Z Downloaded crc8 v0.1.1
2022026-07-08T02:24:01.351Z Downloaded cfg_aliases v0.1.1
2032026-07-08T02:24:01.355Z Downloaded darling_macro v0.21.3
2042026-07-08T02:24:01.358Z Downloaded bit-vec v0.6.3
2052026-07-08T02:24:01.358Z Downloaded convert_case v0.4.0
2062026-07-08T02:24:01.362Z Downloaded bitfield v0.19.4
2072026-07-08T02:24:01.362Z Downloaded autocfg v1.5.0
2082026-07-08T02:24:01.362Z Downloaded darling_macro v0.20.11
2092026-07-08T02:24:01.362Z Downloaded anyhow v1.0.102
2102026-07-08T02:24:01.375Z Downloaded cfg_aliases v0.2.1
2112026-07-08T02:24:01.378Z Downloaded crc-catalog v2.4.0
2122026-07-08T02:24:01.378Z Downloaded block-buffer v0.10.4
2132026-07-08T02:24:01.381Z Downloaded bcrypt-pbkdf v0.11.0
2142026-07-08T02:24:01.381Z Downloaded cobs v0.3.0
2152026-07-08T02:24:01.384Z Downloaded ciborium-ll v0.2.2
2162026-07-08T02:24:01.384Z Downloaded anstyle-parse v0.2.7
2172026-07-08T02:24:01.387Z Downloaded chacha20 v0.10.0
2182026-07-08T02:24:01.391Z Downloaded block-buffer v0.12.1
2192026-07-08T02:24:01.393Z Downloaded colorchoice v1.0.4
2202026-07-08T02:24:01.393Z Downloaded cast v0.3.0
2212026-07-08T02:24:01.397Z Downloaded defmt v0.3.100
2222026-07-08T02:24:01.397Z Downloaded cargo-platform v0.3.2
2232026-07-08T02:24:01.400Z Downloaded crypto-common v0.2.2
2242026-07-08T02:24:01.400Z Downloaded cexpr v0.6.0
2252026-07-08T02:24:01.403Z Downloaded defmt-parser v1.0.0
2262026-07-08T02:24:01.403Z Downloaded crunchy v0.2.4
2272026-07-08T02:24:01.407Z Downloaded derive_builder_macro v0.20.2
2282026-07-08T02:24:01.407Z Downloaded bitfield-struct v0.6.2
2292026-07-08T02:24:01.407Z Downloaded corncobs v0.1.4
2302026-07-08T02:24:01.410Z Downloaded const_format_proc_macros v0.2.34
2312026-07-08T02:24:01.410Z Downloaded ctr v0.10.1
2322026-07-08T02:24:01.413Z Downloaded crossbeam-deque v0.8.6
2332026-07-08T02:24:01.413Z Downloaded ctutils v0.4.2
2342026-07-08T02:24:01.416Z Downloaded dirs-next v2.0.0
2352026-07-08T02:24:01.417Z Downloaded async-bb8-diesel v0.2.1
2362026-07-08T02:24:01.420Z Downloaded delegate v0.13.5
2372026-07-08T02:24:01.420Z Downloaded camino-tempfile v1.4.1
2382026-07-08T02:24:01.420Z Downloaded daft v0.1.7
2392026-07-08T02:24:01.423Z Downloaded cfg-expr v0.20.6
2402026-07-08T02:24:01.423Z Downloaded document-features v0.2.12
2412026-07-08T02:24:01.426Z Downloaded cipher v0.4.4
2422026-07-08T02:24:01.426Z Downloaded chacha20 v0.9.1
2432026-07-08T02:24:01.426Z Downloaded dirs-sys-next v0.1.2
2442026-07-08T02:24:01.429Z Downloaded constant_time_eq v0.3.1
2452026-07-08T02:24:01.429Z Downloaded display-error-chain v0.2.2
2462026-07-08T02:24:01.429Z Downloaded daft-derive v0.1.7
2472026-07-08T02:24:01.432Z Downloaded downcast-rs v2.0.2
2482026-07-08T02:24:01.435Z Downloaded difflib v0.4.0
2492026-07-08T02:24:01.435Z Downloaded diesel_table_macro_syntax v0.3.0
2502026-07-08T02:24:01.435Z Downloaded deranged v0.5.8
2512026-07-08T02:24:01.437Z Downloaded cookie_store v0.22.1
2522026-07-08T02:24:01.437Z Downloaded cassowary v0.3.0
2532026-07-08T02:24:01.437Z Downloaded enum-as-inner v0.6.1
2542026-07-08T02:24:01.440Z Downloaded diesel-dtrace v0.5.0
2552026-07-08T02:24:01.441Z Downloaded dunce v1.0.5
2562026-07-08T02:24:01.441Z Downloaded cbc v0.2.1
2572026-07-08T02:24:01.443Z Downloaded cargo_metadata v0.23.1
2582026-07-08T02:24:01.443Z Downloaded cipher v0.5.2
2592026-07-08T02:24:01.446Z Downloaded bytecount v0.6.9
2602026-07-08T02:24:01.446Z Downloaded async-lock v3.4.2
2612026-07-08T02:24:01.449Z Downloaded dof v0.4.0
2622026-07-08T02:24:01.449Z Downloaded cpufeatures v0.3.0
2632026-07-08T02:24:01.449Z Downloaded dyn-clone v1.0.20
2642026-07-08T02:24:01.452Z Downloaded aead v0.6.1
2652026-07-08T02:24:01.452Z Downloaded event-listener-strategy v0.5.4
2662026-07-08T02:24:01.452Z Downloaded errno v0.3.14
2672026-07-08T02:24:01.455Z Downloaded dof v0.3.0
2682026-07-08T02:24:01.456Z Downloaded compression-codecs v0.4.37
2692026-07-08T02:24:01.458Z Downloaded data-encoding v2.10.0
2702026-07-08T02:24:01.458Z Downloaded bitflags v1.3.2
2712026-07-08T02:24:01.463Z Downloaded addr2line v0.25.1
2722026-07-08T02:24:01.463Z Downloaded colored v2.2.0
2732026-07-08T02:24:01.466Z Downloaded dropshot-api-manager-types v0.7.2
2742026-07-08T02:24:01.466Z Downloaded dtrace-parser v0.3.0
2752026-07-08T02:24:01.466Z Downloaded dtrace-parser v0.2.0
2762026-07-08T02:24:01.467Z Downloaded defmt v1.0.1
2772026-07-08T02:24:01.469Z Downloaded embedded-io v0.6.1
2782026-07-08T02:24:01.469Z Downloaded clang-sys v1.8.1
2792026-07-08T02:24:01.472Z Downloaded criterion-plot v0.6.0
2802026-07-08T02:24:01.472Z Downloaded env_filter v1.0.0
2812026-07-08T02:24:01.472Z Downloaded endian-type v0.1.2
2822026-07-08T02:24:01.475Z Downloaded byteorder v1.5.0
2832026-07-08T02:24:01.475Z Downloaded embedded-io v0.4.0
2842026-07-08T02:24:01.475Z Downloaded crossbeam-epoch v0.9.18
2852026-07-08T02:24:01.479Z Downloaded compression-core v0.4.31
2862026-07-08T02:24:01.479Z Downloaded console v0.16.2
2872026-07-08T02:24:01.482Z Downloaded const-oid v0.10.2
2882026-07-08T02:24:01.482Z Downloaded blake2 v0.11.0-rc.6
2892026-07-08T02:24:01.482Z Downloaded backon v1.6.0
2902026-07-08T02:24:01.485Z Downloaded escape8259 v0.5.3
2912026-07-08T02:24:01.485Z Downloaded equivalent v1.0.2
2922026-07-08T02:24:01.488Z Downloaded float-cmp v0.10.0
2932026-07-08T02:24:01.488Z Downloaded debug-ignore v1.0.5
2942026-07-08T02:24:01.488Z Downloaded darling_macro v0.23.0
2952026-07-08T02:24:01.488Z Downloaded ciborium v0.2.2
2962026-07-08T02:24:01.491Z Downloaded fastrand v2.3.0
2972026-07-08T02:24:01.492Z Downloaded fd-lock v4.0.4
2982026-07-08T02:24:01.494Z Downloaded argon2 v0.6.0-rc.8
2992026-07-08T02:24:01.494Z Downloaded crossbeam-utils v0.8.21
3002026-07-08T02:24:01.497Z Downloaded constant_time_eq v0.4.2
3012026-07-08T02:24:01.500Z Downloaded base64ct v1.8.3
3022026-07-08T02:24:01.500Z Downloaded enum_dispatch v0.3.13
3032026-07-08T02:24:01.503Z Downloaded foreign-types-shared v0.1.1
3042026-07-08T02:24:01.503Z Downloaded displaydoc v0.2.5
3052026-07-08T02:24:01.506Z Downloaded digest v0.10.7
3062026-07-08T02:24:01.506Z Downloaded fixedbitset v0.4.2
3072026-07-08T02:24:01.509Z Downloaded bzip2 v0.6.1
3082026-07-08T02:24:01.509Z Downloaded foreign-types v0.3.2
3092026-07-08T02:24:01.512Z Downloaded blowfish v0.10.0
3102026-07-08T02:24:01.512Z Downloaded bit-vec v0.8.0
3112026-07-08T02:24:01.512Z Downloaded cstr-argument v0.1.2
3122026-07-08T02:24:01.515Z Downloaded camino v1.2.2
3132026-07-08T02:24:01.518Z Downloaded console v0.15.11
3142026-07-08T02:24:01.518Z Downloaded dsl_auto_type v0.2.0
3152026-07-08T02:24:01.521Z Downloaded cookie v0.18.1
3162026-07-08T02:24:01.521Z Downloaded fnv v1.0.7
3172026-07-08T02:24:01.524Z Downloaded float-ord v0.3.2
3182026-07-08T02:24:01.524Z Downloaded flagset v0.4.7
3192026-07-08T02:24:01.524Z Downloaded clap v4.6.1
3202026-07-08T02:24:01.529Z Downloaded form_urlencoded v1.2.2
3212026-07-08T02:24:01.531Z Downloaded foreign-types v0.5.0
3222026-07-08T02:24:01.531Z Downloaded fallible-iterator v0.2.0
3232026-07-08T02:24:01.532Z Downloaded ed25519 v3.0.0
3242026-07-08T02:24:01.535Z Downloaded ecdsa v0.16.9
3252026-07-08T02:24:01.535Z Downloaded concurrent-queue v2.5.0
3262026-07-08T02:24:01.538Z Downloaded digest v0.11.3
3272026-07-08T02:24:01.538Z Downloaded futures-io v0.3.32
3282026-07-08T02:24:01.538Z Downloaded foreign-types-shared v0.3.1
3292026-07-08T02:24:01.541Z Downloaded generic-array v0.14.7
3302026-07-08T02:24:01.541Z Downloaded darling v0.23.0
3312026-07-08T02:24:01.544Z Downloaded fixedbitset v0.5.7
3322026-07-08T02:24:01.544Z Downloaded curve25519-dalek-derive v0.1.1
3332026-07-08T02:24:01.547Z Downloaded ena v0.14.4
3342026-07-08T02:24:01.547Z Downloaded darling v0.13.4
3352026-07-08T02:24:01.550Z Downloaded convert_case v0.10.0
3362026-07-08T02:24:01.550Z Downloaded cancel-safe-futures v0.1.5
3372026-07-08T02:24:01.553Z Downloaded guppy-workspace-hack v0.1.0
3382026-07-08T02:24:01.553Z Downloaded futures-task v0.3.32
3392026-07-08T02:24:01.553Z Downloaded csv-core v0.1.13
3402026-07-08T02:24:01.556Z Downloaded cmake v0.1.57
3412026-07-08T02:24:01.556Z Downloaded globwalk v0.9.1
3422026-07-08T02:24:01.556Z Downloaded either v1.15.0
3432026-07-08T02:24:01.559Z Downloaded chumsky v0.9.3
3442026-07-08T02:24:01.559Z Downloaded event-listener v5.4.1
3452026-07-08T02:24:01.562Z Downloaded gethostname v0.5.0
3462026-07-08T02:24:01.562Z Downloaded defmt-macros v1.0.1
3472026-07-08T02:24:01.565Z Downloaded foldhash v0.1.5
3482026-07-08T02:24:01.565Z Downloaded fxhash v0.2.1
3492026-07-08T02:24:01.565Z Downloaded des v0.9.0
3502026-07-08T02:24:01.569Z Downloaded futures-macro v0.3.32
3512026-07-08T02:24:01.569Z Downloaded fs_extra v1.3.0
3522026-07-08T02:24:01.569Z Downloaded ff v0.13.1
3532026-07-08T02:24:01.572Z Downloaded env_logger v0.11.9
3542026-07-08T02:24:01.572Z Downloaded diff v0.1.13
3552026-07-08T02:24:01.575Z Downloaded derive-where v1.6.0
3562026-07-08T02:24:01.575Z Downloaded darling_core v0.13.4
3572026-07-08T02:24:01.579Z Downloaded hash32 v0.2.1
3582026-07-08T02:24:01.579Z Downloaded compact_str v0.8.1
3592026-07-08T02:24:01.581Z Downloaded darling_core v0.21.3
3602026-07-08T02:24:01.584Z Downloaded hash32 v0.3.1
3612026-07-08T02:24:01.584Z Downloaded ar_archive_writer v0.5.1
3622026-07-08T02:24:01.588Z Downloaded find-msvc-tools v0.1.9
3632026-07-08T02:24:01.588Z Downloaded clap_derive v4.6.1
3642026-07-08T02:24:01.591Z Downloaded bitflags v2.11.0
3652026-07-08T02:24:01.593Z Downloaded blake2 v0.10.6
3662026-07-08T02:24:01.593Z Downloaded fs-err v3.3.0
3672026-07-08T02:24:01.596Z Downloaded heck v0.5.0
3682026-07-08T02:24:01.596Z Downloaded git-stub v1.0.0
3692026-07-08T02:24:01.599Z Downloaded heck v0.4.1
3702026-07-08T02:24:01.599Z Downloaded funty v2.0.0
3712026-07-08T02:24:01.599Z Downloaded ghash v0.6.0
3722026-07-08T02:24:01.599Z Downloaded futures-sink v0.3.32
3732026-07-08T02:24:01.602Z Downloaded fs-err v2.11.0
3742026-07-08T02:24:01.602Z Downloaded derive-ex v0.1.8
3752026-07-08T02:24:01.602Z Downloaded bzip2 v0.4.4
3762026-07-08T02:24:01.605Z Downloaded der_derive v0.7.3
3772026-07-08T02:24:01.605Z Downloaded ecdsa v0.17.0-rc.18
3782026-07-08T02:24:01.608Z Downloaded datatest-stable v0.3.3
3792026-07-08T02:24:01.608Z Downloaded crc32fast v1.5.0
3802026-07-08T02:24:01.611Z Downloaded blake2b_simd v1.0.4
3812026-07-08T02:24:01.611Z Downloaded hostname v0.3.1
3822026-07-08T02:24:01.614Z Downloaded hex-literal v1.1.0
3832026-07-08T02:24:01.614Z Downloaded http-range v0.1.5
3842026-07-08T02:24:01.614Z Downloaded home v0.5.12
3852026-07-08T02:24:01.614Z Downloaded hex v0.4.3
3862026-07-08T02:24:01.617Z Downloaded headers-core v0.3.0
3872026-07-08T02:24:01.617Z Downloaded darling v0.21.3
3882026-07-08T02:24:01.621Z Downloaded hostname v0.4.2
3892026-07-08T02:24:01.621Z Downloaded futures-executor v0.3.32
3902026-07-08T02:24:01.624Z Downloaded elliptic-curve v0.13.8
3912026-07-08T02:24:01.624Z Downloaded futures-core v0.3.32
3922026-07-08T02:24:01.627Z Downloaded ed25519 v2.2.3
3932026-07-08T02:24:01.627Z Downloaded const_format v0.2.35
3942026-07-08T02:24:01.629Z Downloaded httpdate v1.0.3
3952026-07-08T02:24:01.629Z Downloaded http-body v1.0.1
3962026-07-08T02:24:01.632Z Downloaded const-oid v0.9.6
3972026-07-08T02:24:01.632Z Downloaded futures-channel v0.3.32
3982026-07-08T02:24:01.635Z Downloaded hubpack_derive v0.1.1
3992026-07-08T02:24:01.635Z Downloaded hubpack v0.1.2
4002026-07-08T02:24:01.635Z Downloaded group v0.14.0
4012026-07-08T02:24:01.638Z Downloaded hyper-tls v0.6.0
4022026-07-08T02:24:01.638Z Downloaded globset v0.4.18
4032026-07-08T02:24:01.638Z Downloaded glob v0.3.3
4042026-07-08T02:24:01.651Z Downloaded darling_core v0.23.0
4052026-07-08T02:24:01.651Z Downloaded foreign-types-macros v0.2.3
4062026-07-08T02:24:01.651Z Downloaded futures-timer v3.0.3
4072026-07-08T02:24:01.651Z Downloaded filetime v0.2.27
4082026-07-08T02:24:01.651Z Downloaded darling v0.20.11
4092026-07-08T02:24:01.651Z Downloaded ff v0.14.0
4102026-07-08T02:24:01.651Z Downloaded critical-section v1.2.0
4112026-07-08T02:24:01.654Z Downloaded cmov v0.5.4
4122026-07-08T02:24:01.654Z Downloaded illumos-nvpair-sys v0.2.0
4132026-07-08T02:24:01.654Z Downloaded illumos-nvpair v0.3.0
4142026-07-08T02:24:01.654Z Downloaded ident_case v1.0.1
4152026-07-08T02:24:01.654Z Downloaded hex-literal v0.4.1
4162026-07-08T02:24:01.657Z Downloaded erased-serde v0.3.31
4172026-07-08T02:24:01.660Z Downloaded git-stub-vcs v0.1.0
4182026-07-08T02:24:01.660Z Downloaded group v0.13.0
4192026-07-08T02:24:01.663Z Downloaded internet-checksum v0.2.1
4202026-07-08T02:24:01.663Z Downloaded inout v0.1.4
4212026-07-08T02:24:01.666Z Downloaded drift v0.2.0
4222026-07-08T02:24:01.671Z Downloaded indoc v1.0.9
4232026-07-08T02:24:01.673Z Downloaded colored v3.1.1
4242026-07-08T02:24:01.676Z Downloaded indent_write v2.2.0
4252026-07-08T02:24:01.676Z Downloaded idna_adapter v1.2.1
4262026-07-08T02:24:01.676Z Downloaded is-terminal v0.4.17
4272026-07-08T02:24:01.679Z Downloaded instant v0.1.13
4282026-07-08T02:24:01.679Z Downloaded instability v0.3.11
4292026-07-08T02:24:01.679Z Downloaded highway v1.3.0
4302026-07-08T02:24:01.682Z Downloaded foldhash v0.2.0
4312026-07-08T02:24:01.685Z Downloaded itoa v1.0.17
4322026-07-08T02:24:01.685Z Downloaded http-body-util v0.1.3
4332026-07-08T02:24:01.690Z Downloaded derive_builder v0.20.2
4342026-07-08T02:24:01.696Z Downloaded is_terminal_polyfill v1.70.2
4352026-07-08T02:24:01.699Z Downloaded humantime v2.3.0
4362026-07-08T02:24:01.699Z Downloaded lalrpop-util v0.19.12
4372026-07-08T02:24:01.699Z Downloaded kstat-rs v0.2.4
4382026-07-08T02:24:01.702Z Downloaded is_ci v1.2.0
4392026-07-08T02:24:01.706Z Downloaded derive_more v0.99.20
4402026-07-08T02:24:01.709Z Downloaded getrandom v0.2.17
4412026-07-08T02:24:01.714Z Downloaded keccak v0.1.6
4422026-07-08T02:24:01.717Z Downloaded lazy_static v1.5.0
4432026-07-08T02:24:01.717Z Downloaded libscf-sys v1.1.0
4442026-07-08T02:24:01.717Z Downloaded crc-any v2.5.0
4452026-07-08T02:24:01.720Z Downloaded kem v0.3.0
4462026-07-08T02:24:01.720Z Downloaded futures v0.3.32
4472026-07-08T02:24:01.723Z Downloaded inout v0.2.2
4482026-07-08T02:24:01.726Z Downloaded ingot-types v0.1.2
4492026-07-08T02:24:01.726Z Downloaded ingot v0.1.1
4502026-07-08T02:24:01.727Z Downloaded ipnet v2.11.0
4512026-07-08T02:24:01.729Z Downloaded impl-trait-for-tuples v0.2.3
4522026-07-08T02:24:01.733Z Downloaded fatfs v0.3.6
4532026-07-08T02:24:01.736Z Downloaded managed v0.8.0
4542026-07-08T02:24:01.736Z Downloaded hyper-staticfile v0.10.1
4552026-07-08T02:24:01.739Z Downloaded macaddr v1.0.1
4562026-07-08T02:24:01.739Z Downloaded lzss v0.8.2
4572026-07-08T02:24:01.742Z Downloaded md5 v0.8.0
4582026-07-08T02:24:01.742Z Downloaded md-5 v0.10.6
4592026-07-08T02:24:01.742Z Downloaded linkme-impl v0.3.35
4602026-07-08T02:24:01.745Z Downloaded miette-derive v5.10.0
4612026-07-08T02:24:01.745Z Downloaded lru v0.12.5
4622026-07-08T02:24:01.745Z Downloaded base64 v0.22.1
4632026-07-08T02:24:01.748Z Downloaded half v1.8.3
4642026-07-08T02:24:01.752Z Downloaded bumpalo v3.20.2
4652026-07-08T02:24:01.752Z Downloaded cc v1.2.56
4662026-07-08T02:24:01.761Z Downloaded maplit v1.0.2
4672026-07-08T02:24:01.764Z Downloaded indoc v2.0.7
4682026-07-08T02:24:01.764Z Downloaded mime v0.3.17
4692026-07-08T02:24:01.764Z Downloaded match_cfg v0.1.0
4702026-07-08T02:24:01.767Z Downloaded lru-cache v0.1.2
4712026-07-08T02:24:01.767Z Downloaded jobserver v0.1.34
4722026-07-08T02:24:01.767Z Downloaded async-compression v0.4.41
4732026-07-08T02:24:01.770Z Downloaded darling_core v0.20.11
4742026-07-08T02:24:01.773Z Downloaded httptest v0.16.4
4752026-07-08T02:24:01.776Z Downloaded hybrid-array v0.4.13
4762026-07-08T02:24:01.776Z Downloaded der v0.7.10
4772026-07-08T02:24:01.779Z Downloaded crossbeam-channel v0.5.15
4782026-07-08T02:24:01.782Z Downloaded maybe-uninit v2.0.0
4792026-07-08T02:24:01.785Z Downloaded memoffset v0.9.1
4802026-07-08T02:24:01.785Z Downloaded memmap v0.7.0
4812026-07-08T02:24:01.785Z Downloaded lru-slab v0.1.2
4822026-07-08T02:24:01.788Z Downloaded iana-time-zone v0.1.65
4832026-07-08T02:24:01.788Z Downloaded ipnetwork v0.21.1
4842026-07-08T02:24:01.788Z Downloaded nested v0.1.1
4852026-07-08T02:24:01.791Z Downloaded newline-converter v0.3.0
4862026-07-08T02:24:01.791Z Downloaded hmac v0.13.0
4872026-07-08T02:24:01.791Z Downloaded hickory-client v0.25.2
4882026-07-08T02:24:01.794Z Downloaded multimap v0.10.1
4892026-07-08T02:24:01.794Z Downloaded keccak v0.2.0
4902026-07-08T02:24:01.797Z Downloaded new_debug_unreachable v1.0.6
4912026-07-08T02:24:01.797Z Downloaded ed25519-dalek v3.0.0-rc.0
4922026-07-08T02:24:01.800Z Downloaded base64 v0.21.7
4932026-07-08T02:24:01.804Z Downloaded libsw v3.5.0
4942026-07-08T02:24:01.804Z Downloaded ingot-macros v0.1.1
4952026-07-08T02:24:01.804Z Downloaded elliptic-curve v0.14.0-rc.33
4962026-07-08T02:24:01.807Z Downloaded lock_api v0.4.14
4972026-07-08T02:24:01.807Z Downloaded linear-map v1.2.0
4982026-07-08T02:24:01.810Z Downloaded linked-hash-map v0.5.6
4992026-07-08T02:24:01.810Z Downloaded libsw-core v0.3.2
5002026-07-08T02:24:01.810Z Downloaded nibble_vec v0.1.0
5012026-07-08T02:24:01.813Z Downloaded normalize-line-endings v0.3.0
5022026-07-08T02:24:01.813Z Downloaded newtype-uuid-macros v0.1.0
5032026-07-08T02:24:01.813Z Downloaded getrandom v0.4.1
5042026-07-08T02:24:01.816Z Downloaded nonempty v0.12.0
5052026-07-08T02:24:01.816Z Downloaded getrandom v0.3.4
5062026-07-08T02:24:01.819Z Downloaded generic-array v1.4.3
5072026-07-08T02:24:01.822Z Downloaded dropshot_endpoint v0.17.1
5082026-07-08T02:24:01.822Z Downloaded derive_more v2.1.1
5092026-07-08T02:24:01.828Z Downloaded libtest-mimic v0.8.1
5102026-07-08T02:24:01.831Z Downloaded flume v0.11.1
5112026-07-08T02:24:01.834Z Downloaded num v0.4.3
5122026-07-08T02:24:01.838Z Downloaded crypto-bigint v0.5.5
5132026-07-08T02:24:01.841Z Downloaded num-conv v0.2.0
5142026-07-08T02:24:01.841Z Downloaded num-iter v0.1.45
5152026-07-08T02:24:01.841Z Downloaded nodrop v0.1.14
5162026-07-08T02:24:01.844Z Downloaded linkme v0.3.35
5172026-07-08T02:24:01.844Z Downloaded num-derive v0.4.2
5182026-07-08T02:24:01.847Z Downloaded num_threads v0.1.7
5192026-07-08T02:24:01.847Z Downloaded diesel_derives v2.3.7
5202026-07-08T02:24:01.850Z Downloaded half v2.7.1
5212026-07-08T02:24:01.853Z Downloaded libefi-sys v0.1.0
5222026-07-08T02:24:01.853Z Downloaded knuffel-derive v3.2.0
5232026-07-08T02:24:01.856Z Downloaded backtrace v0.3.76
5242026-07-08T02:24:01.859Z Downloaded headers v0.4.1
5252026-07-08T02:24:01.862Z Downloaded olpc-cjson v0.1.4
5262026-07-08T02:24:01.862Z Downloaded mime_guess v2.0.5
5272026-07-08T02:24:01.862Z Downloaded multer v3.1.0
5282026-07-08T02:24:01.867Z Downloaded openssl-macros v0.1.1
5292026-07-08T02:24:01.867Z Downloaded openssl-probe v0.1.6
5302026-07-08T02:24:01.867Z Downloaded opaque-debug v0.3.1
5312026-07-08T02:24:01.870Z Downloaded num_enum_derive v0.5.11
5322026-07-08T02:24:01.871Z Downloaded openssl-probe v0.2.1
5332026-07-08T02:24:01.871Z Downloaded hmac v0.12.1
5342026-07-08T02:24:01.871Z Downloaded newtype-uuid v1.3.2
5352026-07-08T02:24:01.875Z Downloaded native-tls v0.2.18
5362026-07-08T02:24:01.878Z Downloaded nanorand v0.7.0
5372026-07-08T02:24:01.878Z Downloaded httparse v1.10.1
5382026-07-08T02:24:01.881Z Downloaded litrs v1.0.0
5392026-07-08T02:24:01.884Z Downloaded newtype_derive v0.1.6
5402026-07-08T02:24:01.884Z Downloaded libloading v0.8.9
5412026-07-08T02:24:01.887Z Downloaded oso-derive v0.27.3
5422026-07-08T02:24:01.887Z Downloaded hyper-rustls v0.27.7
5432026-07-08T02:24:01.894Z Downloaded aes v0.9.1
5442026-07-08T02:24:01.897Z Downloaded nu-ansi-term v0.50.3
5452026-07-08T02:24:01.906Z Downloaded num-derive v0.3.3
5462026-07-08T02:24:01.909Z Downloaded parking v2.2.1
5472026-07-08T02:24:01.909Z Downloaded icu_provider v2.1.1
5482026-07-08T02:24:01.912Z Downloaded password-hash v0.6.1
5492026-07-08T02:24:01.912Z Downloaded packed_struct_codegen v0.10.1
5502026-07-08T02:24:01.915Z Downloaded icu_properties v2.1.2
5512026-07-08T02:24:01.915Z Downloaded crossterm v0.29.0
5522026-07-08T02:24:01.918Z Downloaded indexmap v1.9.3
5532026-07-08T02:24:01.921Z Downloaded num_enum_derive v0.7.6
5542026-07-08T02:24:01.921Z Downloaded parse-size v1.1.0
5552026-07-08T02:24:01.924Z Downloaded path-slash v0.1.5
5562026-07-08T02:24:01.924Z Downloaded num_enum v0.7.6
5572026-07-08T02:24:01.927Z Downloaded peg-runtime v0.8.5
5582026-07-08T02:24:01.927Z Downloaded parse-display v0.10.0
5592026-07-08T02:24:01.927Z Downloaded num-complex v0.4.6
5602026-07-08T02:24:01.931Z Downloaded num-integer v0.1.46
5612026-07-08T02:24:01.934Z Downloaded memmap2 v0.9.10
5622026-07-08T02:24:01.937Z Downloaded heapless v0.7.17
5632026-07-08T02:24:01.940Z Downloaded num-rational v0.4.2
5642026-07-08T02:24:01.940Z Downloaded icu_normalizer_data v2.1.1
5652026-07-08T02:24:01.943Z Downloaded fancy-regex v0.14.0
5662026-07-08T02:24:01.943Z Downloaded pathdiff v0.2.3
5672026-07-08T02:24:01.946Z Downloaded num_enum v0.5.11
5682026-07-08T02:24:01.946Z Downloaded oorandom v11.1.5
5692026-07-08T02:24:01.950Z Downloaded phf_shared v0.12.1
5702026-07-08T02:24:01.953Z Downloaded phf_shared v0.11.3
5712026-07-08T02:24:01.956Z Downloaded hickory-resolver v0.24.4
5722026-07-08T02:24:01.959Z Downloaded owo-colors v3.5.0
5732026-07-08T02:24:01.959Z Downloaded litemap v0.8.1
5742026-07-08T02:24:01.965Z Downloaded expectorate v1.2.0
5752026-07-08T02:24:01.971Z Downloaded libbz2-rs-sys v0.2.2
5762026-07-08T02:24:01.974Z Downloaded plain v0.2.3
5772026-07-08T02:24:01.977Z Downloaded der v0.8.0
5782026-07-08T02:24:01.980Z Downloaded phf_shared v0.13.1
5792026-07-08T02:24:01.983Z Downloaded derive_more-impl v2.1.1
5802026-07-08T02:24:01.986Z Downloaded heapless v0.8.0
5812026-07-08T02:24:01.989Z Downloaded oxide-tokio-rt v0.1.4
5822026-07-08T02:24:01.989Z Downloaded oxnet v0.1.6
5832026-07-08T02:24:01.992Z Downloaded icu_locale_core v2.1.1
5842026-07-08T02:24:01.995Z Downloaded plotters-backend v0.3.7
5852026-07-08T02:24:01.998Z Downloaded plotters-svg v0.3.7
5862026-07-08T02:24:02.002Z Downloaded criterion v0.7.0
5872026-07-08T02:24:02.005Z Downloaded percent-encoding v2.3.2
5882026-07-08T02:24:02.005Z Downloaded peg v0.8.5
5892026-07-08T02:24:02.008Z Downloaded path-tree v0.8.3
5902026-07-08T02:24:02.008Z Downloaded powerfmt v0.2.0
5912026-07-08T02:24:02.008Z Downloaded parse-display-derive v0.10.0
5922026-07-08T02:24:02.011Z Downloaded log v0.4.29
5932026-07-08T02:24:02.011Z Downloaded partial-io v0.5.4
5942026-07-08T02:24:02.014Z Downloaded ignore v0.4.25
5952026-07-08T02:24:02.014Z Downloaded parking_lot_core v0.8.6
5962026-07-08T02:24:02.017Z Downloaded password-hash v0.5.0
5972026-07-08T02:24:02.017Z Downloaded precomputed-hash v0.1.1
5982026-07-08T02:24:02.017Z Downloaded potential_utf v0.1.4
5992026-07-08T02:24:02.020Z Downloaded predicates-core v1.0.10
6002026-07-08T02:24:02.020Z Downloaded pretty-hex v0.4.1
6012026-07-08T02:24:02.023Z Downloaded predicates-tree v1.0.13
6022026-07-08T02:24:02.023Z Downloaded module-lattice v0.2.3
6032026-07-08T02:24:02.023Z Downloaded aes-gcm v0.11.0
6042026-07-08T02:24:02.026Z Downloaded hickory-resolver v0.25.2
6052026-07-08T02:24:02.029Z Downloaded pem v3.0.6
6062026-07-08T02:24:02.029Z Downloaded flate2 v1.1.9
6072026-07-08T02:24:02.032Z Downloaded pem-rfc7468 v1.0.0
6082026-07-08T02:24:02.035Z Downloaded phf v0.13.1
6092026-07-08T02:24:02.035Z Downloaded phf v0.12.1
6102026-07-08T02:24:02.035Z Downloaded phc v0.6.1
6112026-07-08T02:24:02.038Z Downloaded icu_collections v2.1.1
6122026-07-08T02:24:02.041Z Downloaded once_cell v1.21.3
6132026-07-08T02:24:02.044Z Downloaded ed25519-dalek v2.2.0
6142026-07-08T02:24:02.044Z Downloaded pem-rfc7468 v0.7.0
6152026-07-08T02:24:02.047Z Downloaded pbkdf2 v0.13.0
6162026-07-08T02:24:02.047Z Downloaded indicatif v0.18.4
6172026-07-08T02:24:02.050Z Downloaded pkcs8 v0.10.2
6182026-07-08T02:24:02.053Z Downloaded pin-project-internal v1.1.11
6192026-07-08T02:24:02.053Z Downloaded packed_struct v0.10.1
6202026-07-08T02:24:02.053Z Downloaded owo-colors v4.3.0
6212026-07-08T02:24:02.057Z Downloaded proc-macro-error-attr2 v2.0.0
6222026-07-08T02:24:02.057Z Downloaded proc-macro-error-attr v1.0.4
6232026-07-08T02:24:02.057Z Downloaded proc-macro-crate v3.4.0
6242026-07-08T02:24:02.060Z Downloaded knuffel v3.2.0
6252026-07-08T02:24:02.060Z Downloaded progenitor-client v0.14.0
6262026-07-08T02:24:02.060Z Downloaded pkg-config v0.3.32
6272026-07-08T02:24:02.063Z Downloaded pin-project-lite v0.2.17
6282026-07-08T02:24:02.070Z Downloaded icu_normalizer v2.1.1
6292026-07-08T02:24:02.073Z Downloaded progenitor-macro v0.14.0
6302026-07-08T02:24:02.076Z Downloaded poly1305 v0.8.0
6312026-07-08T02:24:02.079Z Downloaded progenitor-macro v0.13.0
6322026-07-08T02:24:02.079Z Downloaded num-traits v0.2.19
6332026-07-08T02:24:02.085Z Downloaded psl-types v2.0.11
6342026-07-08T02:24:02.088Z Downloaded postgres-protocol v0.6.10
6352026-07-08T02:24:02.088Z Downloaded quick-error v1.2.3
6362026-07-08T02:24:02.091Z Downloaded parking_lot v0.12.5
6372026-07-08T02:24:02.091Z Downloaded parking_lot v0.11.2
6382026-07-08T02:24:02.094Z Downloaded paste v1.0.15
6392026-07-08T02:24:02.094Z Downloaded hashbrown v0.12.3
6402026-07-08T02:24:02.097Z Downloaded pest_derive v2.8.6
6412026-07-08T02:24:02.100Z Downloaded aho-corasick v1.1.4
6422026-07-08T02:24:02.103Z Downloaded miniz_oxide v0.8.9
6432026-07-08T02:24:02.103Z Downloaded peg-macros v0.8.5
6442026-07-08T02:24:02.106Z Downloaded radium v0.7.0
6452026-07-08T02:24:02.106Z Downloaded jiff-static v0.2.21
6462026-07-08T02:24:02.109Z Downloaded hashbrown v0.13.2
6472026-07-08T02:24:02.112Z Downloaded ml-kem v0.3.2
6482026-07-08T02:24:02.112Z Downloaded rand_chacha v0.3.1
6492026-07-08T02:24:02.112Z Downloaded parking_lot_core v0.9.12
6502026-07-08T02:24:02.116Z Downloaded primeorder v0.14.0-rc.10
6512026-07-08T02:24:02.118Z Downloaded primefield v0.14.0
6522026-07-08T02:24:02.122Z Downloaded recursive v0.1.1
6532026-07-08T02:24:02.125Z Downloaded omicron-zone-package v0.12.3
6542026-07-08T02:24:02.125Z Downloaded pkcs8 v0.11.0
6552026-07-08T02:24:02.128Z Downloaded primeorder v0.13.6
6562026-07-08T02:24:02.128Z Downloaded proc-macro-crate v1.3.1
6572026-07-08T02:24:02.132Z Downloaded pkcs1 v0.8.0-rc.4
6582026-07-08T02:24:02.132Z Downloaded proc-macro-error2 v2.0.1
6592026-07-08T02:24:02.135Z Downloaded rand_xorshift v0.4.0
6602026-07-08T02:24:02.135Z Downloaded progenitor-extras v0.2.0
6612026-07-08T02:24:02.135Z Downloaded internal-russh-num-bigint v0.5.0
6622026-07-08T02:24:02.138Z Downloaded hyper-util v0.1.20
6632026-07-08T02:24:02.141Z Downloaded proc-macro-error v1.0.4
6642026-07-08T02:24:02.144Z Downloaded progenitor v0.14.0
6652026-07-08T02:24:02.147Z Downloaded dropshot-api-manager v0.7.2
6662026-07-08T02:24:02.150Z Downloaded recursive-proc-macro-impl v0.1.1
6672026-07-08T02:24:02.150Z Downloaded ref-cast-impl v1.0.25
6682026-07-08T02:24:02.150Z Downloaded ref-cast v1.0.25
6692026-07-08T02:24:02.153Z Downloaded progenitor-client v0.13.0
6702026-07-08T02:24:02.153Z Downloaded progenitor v0.13.0
6712026-07-08T02:24:02.153Z Downloaded pkcs1 v0.7.5
6722026-07-08T02:24:02.156Z Downloaded psm v0.1.30
6732026-07-08T02:24:02.156Z Downloaded oso v0.27.3
6742026-07-08T02:24:02.159Z Downloaded polyval v0.7.1
6752026-07-08T02:24:02.162Z Downloaded poly1305 v0.9.0
6762026-07-08T02:24:02.162Z Downloaded predicates v3.1.4
6772026-07-08T02:24:02.165Z Downloaded crossterm v0.28.1
6782026-07-08T02:24:02.169Z Downloaded postgres-types v0.2.12
6792026-07-08T02:24:02.171Z Downloaded pest_generator v2.8.6
6802026-07-08T02:24:02.174Z Downloaded quote v1.0.45
6812026-07-08T02:24:02.180Z Downloaded r2d2 v0.8.10
6822026-07-08T02:24:02.184Z Downloaded rustc_version v0.1.7
6832026-07-08T02:24:02.187Z Downloaded rustc-hash v2.1.1
6842026-07-08T02:24:02.187Z Downloaded russh-util v0.52.0
6852026-07-08T02:24:02.187Z Downloaded rfc6979 v0.4.0
6862026-07-08T02:24:02.190Z Downloaded rfc6979 v0.5.0
6872026-07-08T02:24:02.194Z Downloaded rtoolbox v0.0.3
6882026-07-08T02:24:02.197Z Downloaded rustc_version v0.4.1
6892026-07-08T02:24:02.197Z Downloaded russh-cryptovec v0.61.0
6902026-07-08T02:24:02.200Z Downloaded openssl-sys v0.9.115
6912026-07-08T02:24:02.203Z Downloaded rand_core v0.6.4
6922026-07-08T02:24:02.203Z Downloaded rand_chacha v0.9.0
6932026-07-08T02:24:02.206Z Downloaded miette v5.10.0
6942026-07-08T02:24:02.206Z Downloaded rand_seeder v0.4.0
6952026-07-08T02:24:02.209Z Downloaded rand_core v0.9.5
6962026-07-08T02:24:02.209Z Downloaded papergrid v0.17.0
6972026-07-08T02:24:02.213Z Downloaded minimal-lexical v0.2.1
6982026-07-08T02:24:02.215Z Downloaded http v1.4.2
6992026-07-08T02:24:02.218Z Downloaded sapling-renderdag v0.1.0
7002026-07-08T02:24:02.218Z Downloaded papergrid v0.11.0
7012026-07-08T02:24:02.222Z Downloaded rand_core v0.10.0
7022026-07-08T02:24:02.222Z Downloaded postcard v1.1.3
7032026-07-08T02:24:02.224Z Downloaded hickory-server v0.25.2
7042026-07-08T02:24:02.227Z Downloaded pkcs5 v0.8.1
7052026-07-08T02:24:02.230Z Downloaded p384 v0.14.0-rc.10
7062026-07-08T02:24:02.233Z Downloaded ppv-lite86 v0.2.21
7072026-07-08T02:24:02.236Z Downloaded resolv-conf v0.7.6
7082026-07-08T02:24:02.239Z Downloaded scheduled-thread-pool v0.2.7
7092026-07-08T02:24:02.239Z Downloaded same-file v1.0.6
7102026-07-08T02:24:02.242Z Downloaded mio v1.2.0
7112026-07-08T02:24:02.244Z Downloaded quinn-udp v0.5.14
7122026-07-08T02:24:02.248Z Downloaded prefix-trie v0.7.0
7132026-07-08T02:24:02.248Z Downloaded indexmap v2.14.0
7142026-07-08T02:24:02.251Z Downloaded scroll_derive v0.12.1
7152026-07-08T02:24:02.253Z Downloaded clap_builder v4.6.0
7162026-07-08T02:24:02.257Z Downloaded secrecy v0.8.0
7172026-07-08T02:24:02.257Z Downloaded scopeguard v1.2.0
7182026-07-08T02:24:02.260Z Downloaded scroll_derive v0.13.1
7192026-07-08T02:24:02.260Z Downloaded rust-argon2 v2.1.0
7202026-07-08T02:24:02.266Z Downloaded memchr v2.8.0
7212026-07-08T02:24:02.269Z Downloaded pest_meta v2.8.6
7222026-07-08T02:24:02.272Z Downloaded pin-project v1.1.11
7232026-07-08T02:24:02.277Z Downloaded seq-macro v0.3.6
7242026-07-08T02:24:02.280Z Downloaded proc-macro2 v1.0.106
7252026-07-08T02:24:02.283Z Downloaded rustls-pemfile v2.2.0
7262026-07-08T02:24:02.283Z Downloaded guppy v0.17.25
7272026-07-08T02:24:02.286Z Downloaded serde_regex v1.1.0
7282026-07-08T02:24:02.289Z Downloaded rustc-demangle v0.1.27
7292026-07-08T02:24:02.289Z Downloaded itertools v0.10.5
7302026-07-08T02:24:02.292Z Downloaded serde_plain v1.0.2
7312026-07-08T02:24:02.295Z Downloaded serde-big-array v0.5.1
7322026-07-08T02:24:02.295Z Downloaded hashbrown v0.16.1
7332026-07-08T02:24:02.298Z Downloaded semver v0.1.20
7342026-07-08T02:24:02.298Z Downloaded secrecy v0.10.3
7352026-07-08T02:24:02.301Z Downloaded rustls-native-certs v0.8.3
7362026-07-08T02:24:02.301Z Downloaded relative-path v1.9.3
7372026-07-08T02:24:02.304Z Downloaded serde_spanned v0.6.9
7382026-07-08T02:24:02.304Z Downloaded serde_spanned v1.1.1
7392026-07-08T02:24:02.307Z Downloaded progenitor-impl v0.14.0
7402026-07-08T02:24:02.307Z Downloaded serde_repr v0.1.20
7412026-07-08T02:24:02.311Z Downloaded crypto-primes v0.7.2
7422026-07-08T02:24:02.314Z Downloaded progenitor-impl v0.13.0
7432026-07-08T02:24:02.320Z Downloaded prettyplease v0.2.37
7442026-07-08T02:24:02.323Z Downloaded sha1 v0.11.0
7452026-07-08T02:24:02.327Z Downloaded signature v2.2.0
7462026-07-08T02:24:02.327Z Downloaded signal-hook-mio v0.2.5
7472026-07-08T02:24:02.330Z Downloaded sha1 v0.10.6
7482026-07-08T02:24:02.330Z Downloaded rusty-fork v0.3.1
7492026-07-08T02:24:02.330Z Downloaded signature v3.0.0
7502026-07-08T02:24:02.333Z Downloaded schemars_derive v0.8.22
7512026-07-08T02:24:02.336Z Downloaded scroll v0.12.0
7522026-07-08T02:24:02.336Z Downloaded libxml v0.3.3
7532026-07-08T02:24:02.339Z Downloaded sec1 v0.8.1
7542026-07-08T02:24:02.342Z Downloaded serde_bytes v0.11.19
7552026-07-08T02:24:02.342Z Downloaded signal-hook-tokio v0.3.1
7562026-07-08T02:24:02.342Z Downloaded similar-asserts v1.7.0
7572026-07-08T02:24:02.345Z Downloaded serde-hex v0.1.0
7582026-07-08T02:24:02.345Z Downloaded slog-envlogger v2.2.0
7592026-07-08T02:24:02.345Z Downloaded siphasher v1.0.2
7602026-07-08T02:24:02.348Z Downloaded pretty_assertions v1.4.1
7612026-07-08T02:24:02.348Z Downloaded p256 v0.14.0-rc.10
7622026-07-08T02:24:02.351Z Downloaded scrypt v0.12.0
7632026-07-08T02:24:02.351Z Downloaded futures-util v0.3.32
7642026-07-08T02:24:02.358Z Downloaded hashbrown v0.15.5
7652026-07-08T02:24:02.361Z Downloaded slog-bunyan v2.5.0
7662026-07-08T02:24:02.364Z Downloaded serde_urlencoded v0.7.1
7672026-07-08T02:24:02.364Z Downloaded sec1 v0.7.3
7682026-07-08T02:24:02.367Z Downloaded serde_derive_internals v0.29.1
7692026-07-08T02:24:02.367Z Downloaded hashbrown v0.14.5
7702026-07-08T02:24:02.370Z Downloaded shell-words v1.1.1
7712026-07-08T02:24:02.370Z Downloaded salsa20 v0.11.0
7722026-07-08T02:24:02.373Z Downloaded itertools v0.12.1
7732026-07-08T02:24:02.376Z Downloaded rustversion v1.0.22
7742026-07-08T02:24:02.379Z Downloaded hashbrown v0.17.0
7752026-07-08T02:24:02.383Z Downloaded sigpipe v0.1.3
7762026-07-08T02:24:02.391Z Downloaded icu_properties_data v2.1.2
7772026-07-08T02:24:02.398Z Downloaded smawk v0.3.2
7782026-07-08T02:24:02.401Z Downloaded rustls-pki-types v1.14.0
7792026-07-08T02:24:02.405Z Downloaded serde_with_macros v1.5.2
7802026-07-08T02:24:02.409Z Downloaded sha2 v0.10.9
7812026-07-08T02:24:02.417Z Downloaded slog-async v2.8.0
7822026-07-08T02:24:02.420Z Downloaded sqlparser_derive v0.5.0
7832026-07-08T02:24:02.423Z Downloaded rustls-platform-verifier v0.6.2
7842026-07-08T02:24:02.426Z Downloaded scroll v0.13.0
7852026-07-08T02:24:02.426Z Downloaded num-bigint v0.4.6
7862026-07-08T02:24:02.430Z Downloaded shlex v1.3.0
7872026-07-08T02:24:02.433Z Downloaded hkdf v0.12.4
7882026-07-08T02:24:02.433Z Downloaded goblin v0.8.2
7892026-07-08T02:24:02.436Z Downloaded strip-ansi-escapes v0.2.1
7902026-07-08T02:24:02.436Z Downloaded stable_deref_trait v1.2.1
7912026-07-08T02:24:02.439Z Downloaded strum v0.27.2
7922026-07-08T02:24:02.439Z Downloaded structmeta v0.3.0
7932026-07-08T02:24:02.439Z Downloaded strsim v0.10.0
7942026-07-08T02:24:02.439Z Downloaded slog-json v2.6.1
7952026-07-08T02:24:02.442Z Downloaded qorb v0.4.1
7962026-07-08T02:24:02.445Z Downloaded h2 v0.4.15
7972026-07-08T02:24:02.448Z Downloaded num-bigint-dig v0.8.6
7982026-07-08T02:24:02.451Z Downloaded serde_tokenstream v0.2.3
7992026-07-08T02:24:02.451Z Downloaded serdect v0.4.3
8002026-07-08T02:24:02.451Z Downloaded smallvec v0.6.14
8012026-07-08T02:24:02.455Z Downloaded signal-hook-registry v1.4.8
8022026-07-08T02:24:02.455Z Downloaded ron v0.8.1
8032026-07-08T02:24:02.458Z Downloaded slog-dtrace v0.3.0
8042026-07-08T02:24:02.458Z Downloaded swrite v0.1.0
8052026-07-08T02:24:02.461Z Downloaded slab v0.4.12
8062026-07-08T02:24:02.461Z Downloaded chrono v0.4.44
8072026-07-08T02:24:02.464Z Downloaded supports-unicode v2.1.0
8082026-07-08T02:24:02.468Z Downloaded slog-stdlog v4.1.1
8092026-07-08T02:24:02.468Z Downloaded supports-color v2.1.0
8102026-07-08T02:24:02.468Z Downloaded structmeta-derive v0.3.0
8112026-07-08T02:24:02.471Z Downloaded strsim v0.11.1
8122026-07-08T02:24:02.471Z Downloaded simd-adler32 v0.3.8
8132026-07-08T02:24:02.474Z Downloaded itertools v0.13.0
8142026-07-08T02:24:02.477Z Downloaded sync_wrapper v1.0.2
8152026-07-08T02:24:02.477Z Downloaded hyper v1.10.1
8162026-07-08T02:24:02.481Z Downloaded take_mut v0.2.2
8172026-07-08T02:24:02.484Z Downloaded tagptr v0.2.0
8182026-07-08T02:24:02.484Z Downloaded tabwriter v1.4.1
8192026-07-08T02:24:02.484Z Downloaded spki v0.8.0
8202026-07-08T02:24:02.487Z Downloaded supports-hyperlinks v2.1.0
8212026-07-08T02:24:02.487Z Downloaded nom v8.0.0
8222026-07-08T02:24:02.490Z Downloaded rcgen v0.12.1
8232026-07-08T02:24:02.493Z Downloaded spki v0.7.3
8242026-07-08T02:24:02.493Z Downloaded serde_derive v1.0.228
8252026-07-08T02:24:02.496Z Downloaded stacker v0.1.23
8262026-07-08T02:24:02.496Z Downloaded publicsuffix v2.3.0
8272026-07-08T02:24:02.499Z Downloaded ssh-cipher v0.3.0-rc.9
8282026-07-08T02:24:02.499Z Downloaded schemars v0.8.22
8292026-07-08T02:24:02.505Z Downloaded target-triple v1.0.0
8302026-07-08T02:24:02.508Z Downloaded tabled_derive v0.11.0
8312026-07-08T02:24:02.508Z Downloaded snafu-derive v0.8.9
8322026-07-08T02:24:02.508Z Downloaded tabled_derive v0.7.0
8332026-07-08T02:24:02.511Z Downloaded smf v0.2.3
8342026-07-08T02:24:02.511Z Downloaded serde_path_to_error v0.1.20
8352026-07-08T02:24:02.511Z Downloaded tap v1.0.1
8362026-07-08T02:24:02.514Z Downloaded blake3 v1.8.5
8372026-07-08T02:24:02.517Z Downloaded itertools v0.14.0
8382026-07-08T02:24:02.521Z Downloaded rayon-core v1.13.0
8392026-07-08T02:24:02.524Z Downloaded rand_distr v0.5.1
8402026-07-08T02:24:02.527Z Downloaded sha2 v0.11.0
8412026-07-08T02:24:02.530Z Downloaded strum v0.26.3
8422026-07-08T02:24:02.530Z Downloaded nom v7.1.3
8432026-07-08T02:24:02.533Z Downloaded strum_macros v0.27.2
8442026-07-08T02:24:02.537Z Downloaded static_assertions v1.1.0
8452026-07-08T02:24:02.537Z Downloaded ssh-encoding v0.3.0-rc.9
8462026-07-08T02:24:02.537Z Downloaded quinn v0.11.9
8472026-07-08T02:24:02.541Z Downloaded rand v0.8.6
8482026-07-08T02:24:02.541Z Downloaded serde_yaml v0.9.34+deprecated
8492026-07-08T02:24:02.544Z Downloaded pest v2.8.6
8502026-07-08T02:24:02.547Z Downloaded termtree v0.5.1
8512026-07-08T02:24:02.547Z Downloaded subtle v2.6.1
8522026-07-08T02:24:02.550Z Downloaded stringprep v0.1.5
8532026-07-08T02:24:02.550Z Downloaded semver v1.0.28
8542026-07-08T02:24:02.553Z Downloaded stringmetrics v2.2.2
8552026-07-08T02:24:02.553Z Downloaded string_cache v0.8.9
8562026-07-08T02:24:02.555Z Downloaded terminal_size v0.4.3
8572026-07-08T02:24:02.556Z Downloaded testing_table v0.3.0
8582026-07-08T02:24:02.556Z Downloaded terminal_size v0.1.17
8592026-07-08T02:24:02.559Z Downloaded slog-term v2.9.2
8602026-07-08T02:24:02.561Z Downloaded sqlformat v0.3.5
8612026-07-08T02:24:02.561Z Downloaded spin v0.9.8
8622026-07-08T02:24:02.564Z Downloaded support-bundle-viewer v0.1.2
8632026-07-08T02:24:02.564Z Downloaded thread-id v4.2.2
8642026-07-08T02:24:02.564Z Downloaded rstest_macros v0.25.0
8652026-07-08T02:24:02.567Z Downloaded rstest v0.25.0
8662026-07-08T02:24:02.570Z Downloaded time-core v0.1.8
8672026-07-08T02:24:02.573Z Downloaded aws-lc-rs v1.16.3
8682026-07-08T02:24:02.578Z Downloaded target-spec v3.5.7
8692026-07-08T02:24:02.581Z Downloaded target-lexicon v0.13.3
8702026-07-08T02:24:02.581Z Downloaded ryu v1.0.23
8712026-07-08T02:24:02.584Z Downloaded synstructure v0.13.2
8722026-07-08T02:24:02.584Z Downloaded tinyvec_macros v0.1.1
8732026-07-08T02:24:02.587Z Downloaded smallvec v1.15.1
8742026-07-08T02:24:02.587Z Downloaded tokio-macros v2.7.0
8752026-07-08T02:24:02.587Z Downloaded serde_cbor v0.11.2
8762026-07-08T02:24:02.590Z Downloaded serde_with_macros v3.17.0
8772026-07-08T02:24:02.592Z Downloaded rustls-webpki v0.103.13
8782026-07-08T02:24:02.593Z Downloaded strum_macros v0.24.3
8792026-07-08T02:24:02.595Z Downloaded p521 v0.14.0-rc.10
8802026-07-08T02:24:02.598Z Downloaded schemars v0.9.0
8812026-07-08T02:24:02.603Z Downloaded signal-hook v0.3.18
8822026-07-08T02:24:02.606Z Downloaded tokio-test v0.4.5
8832026-07-08T02:24:02.606Z Downloaded slog v2.8.2
8842026-07-08T02:24:02.610Z Downloaded libm v0.2.16
8852026-07-08T02:24:02.616Z Downloaded termcolor v1.4.1
8862026-07-08T02:24:02.619Z Downloaded socket2 v0.5.10
8872026-07-08T02:24:02.619Z Downloaded thread-id v5.1.0
8882026-07-08T02:24:02.619Z Downloaded thiserror-impl-no-std v2.0.2
8892026-07-08T02:24:02.619Z Downloaded bitvec v1.0.1
8902026-07-08T02:24:02.628Z Downloaded try-lock v0.2.5
8912026-07-08T02:24:02.631Z Downloaded tower-layer v0.3.3
8922026-07-08T02:24:02.631Z Downloaded trait-variant v0.1.2
8932026-07-08T02:24:02.631Z Downloaded rand v0.9.2
8942026-07-08T02:24:02.634Z Downloaded rsa v0.9.10
8952026-07-08T02:24:02.637Z Downloaded strum_macros v0.26.4
8962026-07-08T02:24:02.640Z Downloaded thread_local v1.1.9
8972026-07-08T02:24:02.640Z Downloaded thiserror v1.0.69
8982026-07-08T02:24:02.643Z Downloaded thiserror-impl v2.0.18
8992026-07-08T02:24:02.643Z Downloaded hkdf v0.13.0
9002026-07-08T02:24:02.647Z Downloaded topological-sort v0.2.2
9012026-07-08T02:24:02.647Z Downloaded time-macros v0.2.27
9022026-07-08T02:24:02.647Z Downloaded thiserror-no-std v2.0.2
9032026-07-08T02:24:02.650Z Downloaded tinytemplate v1.2.1
9042026-07-08T02:24:02.653Z Downloaded thiserror v2.0.18
9052026-07-08T02:24:02.656Z Downloaded typify-macro v0.6.2
9062026-07-08T02:24:02.656Z Downloaded thiserror-impl v1.0.69
9072026-07-08T02:24:02.656Z Downloaded plotters v0.3.7
9082026-07-08T02:24:02.661Z Downloaded tiny-keccak v2.0.2
9092026-07-08T02:24:02.663Z Downloaded tokio-native-tls v0.3.1
9102026-07-08T02:24:02.666Z Downloaded tls_codec_derive v0.4.2
9112026-07-08T02:24:02.666Z Downloaded tokio-dtrace v0.1.1
9122026-07-08T02:24:02.666Z Downloaded samael v0.0.19
9132026-07-08T02:24:02.670Z Downloaded unarray v0.1.4
9142026-07-08T02:24:02.673Z Downloaded unicode-linebreak v0.1.5
9152026-07-08T02:24:02.673Z Downloaded iddqd v0.4.2
9162026-07-08T02:24:02.677Z Downloaded tokio-tungstenite v0.21.0
9172026-07-08T02:24:02.681Z Downloaded unicode-xid v0.2.6
9182026-07-08T02:24:02.681Z Downloaded unicode-truncate v1.1.0
9192026-07-08T02:24:02.681Z Downloaded tls_codec v0.4.2
9202026-07-08T02:24:02.684Z Downloaded snafu v0.8.9
9212026-07-08T02:24:02.687Z Downloaded untrusted v0.9.0
9222026-07-08T02:24:02.687Z Downloaded universal-hash v0.5.1
9232026-07-08T02:24:02.690Z Downloaded unit-prefix v0.5.2
9242026-07-08T02:24:02.690Z Downloaded untrusted v0.7.1
9252026-07-08T02:24:02.690Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9262026-07-08T02:24:02.693Z Downloaded tokio-tungstenite v0.23.1
9272026-07-08T02:24:02.693Z Downloaded subprocess v0.2.15
9282026-07-08T02:24:02.702Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-07-08T02:24:02.702Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9302026-07-08T02:24:02.702Z Downloaded term v0.7.0
9312026-07-08T02:24:02.702Z Downloaded tower-service v0.3.3
9322026-07-08T02:24:02.702Z Downloaded term v1.2.1
9332026-07-08T02:24:02.705Z Downloaded tempfile v3.25.0
9342026-07-08T02:24:02.705Z Downloaded usdt-attr-macro v0.6.0
9352026-07-08T02:24:02.705Z Downloaded usdt v0.5.0
9362026-07-08T02:24:02.705Z Downloaded socket2 v0.6.3
9372026-07-08T02:24:02.708Z Downloaded usdt-macro v0.6.0
9382026-07-08T02:24:02.708Z Downloaded usdt-macro v0.5.0
9392026-07-08T02:24:02.708Z Downloaded toml_write v0.1.2
9402026-07-08T02:24:02.708Z Downloaded usdt-attr-macro v0.5.0
9412026-07-08T02:24:02.711Z Downloaded toml_datetime v0.6.11
9422026-07-08T02:24:02.711Z Downloaded utf8parse v0.2.2
9432026-07-08T02:24:02.711Z Downloaded utf8_iter v1.0.4
9442026-07-08T02:24:02.711Z Downloaded utf-8 v0.7.6
9452026-07-08T02:24:02.714Z Downloaded usdt v0.6.0
9462026-07-08T02:24:02.714Z Downloaded idna v1.1.0
9472026-07-08T02:24:02.717Z Downloaded tui-tree-widget v0.23.1
9482026-07-08T02:24:02.717Z Downloaded termios v0.3.3
9492026-07-08T02:24:02.720Z Downloaded similar v2.7.0
9502026-07-08T02:24:02.723Z Downloaded serde_core v1.0.228
9512026-07-08T02:24:02.723Z Downloaded rand v0.10.1
9522026-07-08T02:24:02.726Z Downloaded tinystr v0.8.2
9532026-07-08T02:24:02.726Z Downloaded git2 v0.20.4
9542026-07-08T02:24:02.732Z Downloaded slog-scope v4.4.1
9552026-07-08T02:24:02.735Z Downloaded sync-ptr v0.1.4
9562026-07-08T02:24:02.735Z Downloaded supports-color v3.0.2
9572026-07-08T02:24:02.735Z Downloaded iri-string v0.7.10
9582026-07-08T02:24:02.738Z Downloaded void v1.0.2
9592026-07-08T02:24:02.741Z Downloaded tokio-rustls v0.26.4
9602026-07-08T02:24:02.744Z Downloaded wait-timeout v0.2.1
9612026-07-08T02:24:02.747Z Downloaded version_check v0.9.5
9622026-07-08T02:24:02.747Z Downloaded want v0.3.1
9632026-07-08T02:24:02.750Z Downloaded waitgroup v0.1.2
9642026-07-08T02:24:02.750Z Downloaded unicase v2.9.0
9652026-07-08T02:24:02.750Z Downloaded tokio-stream v0.1.18
9662026-07-08T02:24:02.754Z Downloaded schemars v1.2.1
9672026-07-08T02:24:02.761Z Downloaded universal-hash v0.6.1
9682026-07-08T02:24:02.765Z Downloaded bindgen v0.71.1
9692026-07-08T02:24:02.768Z Downloaded xshell-macros v0.2.7
9702026-07-08T02:24:02.768Z Downloaded xattr v1.6.1
9712026-07-08T02:24:02.768Z Downloaded yoke-derive v0.8.1
9722026-07-08T02:24:02.771Z Downloaded toml v0.8.23
9732026-07-08T02:24:02.771Z Downloaded rsa v0.10.0-rc.18
9742026-07-08T02:24:02.778Z Downloaded serde v1.0.228
9752026-07-08T02:24:02.781Z Downloaded toml_parser v1.1.2+spec-1.1.0
9762026-07-08T02:24:02.784Z Downloaded curve25519-dalek v4.1.3
9772026-07-08T02:24:02.787Z Downloaded usdt-impl v0.5.0
9782026-07-08T02:24:02.790Z Downloaded uzers v0.12.2
9792026-07-08T02:24:02.790Z Downloaded zeroize_derive v1.4.3
9802026-07-08T02:24:02.793Z Downloaded zerofrom-derive v0.1.6
9812026-07-08T02:24:02.796Z Downloaded zerofrom v0.1.6
9822026-07-08T02:24:02.796Z Downloaded textwrap v0.15.2
9832026-07-08T02:24:02.799Z Downloaded test-strategy v0.4.5
9842026-07-08T02:24:02.804Z Downloaded tar v0.4.45
9852026-07-08T02:24:02.807Z Downloaded tracing-attributes v0.1.31
9862026-07-08T02:24:02.807Z Downloaded textwrap v0.16.2
9872026-07-08T02:24:02.807Z Downloaded vergen-lib v0.1.6
9882026-07-08T02:24:02.810Z Downloaded twox-hash v2.1.2
9892026-07-08T02:24:02.810Z Downloaded vergen-git2 v9.1.0
9902026-07-08T02:24:02.813Z Downloaded vergen-gitcl v1.0.8
9912026-07-08T02:24:02.813Z Downloaded trybuild v1.0.116
9922026-07-08T02:24:02.818Z Downloaded vergen-lib v9.1.0
9932026-07-08T02:24:02.820Z Downloaded p384 v0.13.1
9942026-07-08T02:24:02.823Z Downloaded rustyline v14.0.0
9952026-07-08T02:24:02.827Z Downloaded zone v0.3.1
9962026-07-08T02:24:02.831Z Downloaded vsss-rs v3.3.4
9972026-07-08T02:24:02.831Z Downloaded zone_cfg_derive v0.3.1
9982026-07-08T02:24:02.834Z Downloaded whoami v1.6.1
9992026-07-08T02:24:02.838Z Downloaded lalrpop v0.19.12
10002026-07-08T02:24:02.844Z Downloaded unicode-properties v0.1.4
10012026-07-08T02:24:02.847Z Downloaded whoami v2.1.0
10022026-07-08T02:24:02.850Z Downloaded yoke v0.8.1
10032026-07-08T02:24:02.853Z Downloaded toml v0.7.8
10042026-07-08T02:24:02.859Z Downloaded tungstenite v0.23.0
10052026-07-08T02:24:02.869Z Downloaded zeroize v1.8.2
10062026-07-08T02:24:02.878Z Downloaded rpassword v7.4.0
10072026-07-08T02:24:02.881Z Downloaded steno v0.4.1
10082026-07-08T02:24:02.884Z Downloaded tracing-core v0.1.36
10092026-07-08T02:24:02.884Z Downloaded tungstenite v0.21.0
10102026-07-08T02:24:02.889Z Downloaded zerovec-derive v0.11.2
10112026-07-08T02:24:02.893Z Downloaded typify v0.6.2
10122026-07-08T02:24:02.896Z Downloaded tinyvec v1.10.0
10132026-07-08T02:24:02.899Z Downloaded unicode-ident v1.0.24
10142026-07-08T02:24:02.899Z Downloaded portable-atomic v1.13.1
10152026-07-08T02:24:02.904Z Downloaded zstd-safe v7.2.4
10162026-07-08T02:24:02.906Z Downloaded serde_with v1.14.0
10172026-07-08T02:24:02.910Z Downloaded zstd v0.13.3
10182026-07-08T02:24:02.913Z Downloaded walkdir v2.5.0
10192026-07-08T02:24:02.913Z Downloaded unicode-bidi v0.3.18
10202026-07-08T02:24:02.916Z Downloaded toml v1.1.2+spec-1.1.0
10212026-07-08T02:24:02.921Z Downloaded writeable v0.6.2
10222026-07-08T02:24:02.926Z Downloaded toml_edit v0.23.10+spec-1.0.0
10232026-07-08T02:24:02.931Z Downloaded yasna v0.5.2
10242026-07-08T02:24:02.934Z Downloaded wyz v0.5.1
10252026-07-08T02:24:02.938Z Downloaded zerocopy-derive v0.7.35
10262026-07-08T02:24:02.941Z Downloaded usdt-impl v0.6.0
10272026-07-08T02:24:02.945Z Downloaded uuid v1.23.4
10282026-07-08T02:24:02.955Z Downloaded vergen v9.1.0
10292026-07-08T02:24:02.958Z Downloaded rayon v1.11.0
10302026-07-08T02:24:02.965Z Downloaded zmij v1.0.21
10312026-07-08T02:24:02.968Z Downloaded quick-xml v0.37.5
10322026-07-08T02:24:02.974Z Downloaded xshell v0.2.7
10332026-07-08T02:24:02.977Z Downloaded toml_edit v0.22.27
10342026-07-08T02:24:02.980Z Downloaded curve25519-dalek v5.0.0-rc.0
10352026-07-08T02:24:02.985Z Downloaded zerocopy v0.6.6
10362026-07-08T02:24:02.988Z Downloaded unsafe-libyaml v0.2.11
10372026-07-08T02:24:02.991Z Downloaded reqwest v0.12.28
10382026-07-08T02:24:02.994Z Downloaded toml_edit v0.19.15
10392026-07-08T02:24:03.003Z Downloaded regex v1.12.3
10402026-07-08T02:24:03.007Z Downloaded csv v1.4.0
10412026-07-08T02:24:03.020Z Downloaded zopfli v0.8.3
10422026-07-08T02:24:03.023Z Downloaded vte v0.14.1
10432026-07-08T02:24:03.026Z Downloaded reqwest v0.13.2
10442026-07-08T02:24:03.029Z Downloaded goblin v0.10.5
10452026-07-08T02:24:03.033Z Downloaded salty v0.3.0
10462026-07-08T02:24:03.036Z Downloaded unicode_categories v0.1.1
10472026-07-08T02:24:03.039Z Downloaded proptest v1.10.0
10482026-07-08T02:24:03.044Z Downloaded yansi v1.0.1
10492026-07-08T02:24:03.047Z Downloaded ucd-trie v0.1.7
10502026-07-08T02:24:03.047Z Downloaded zerotrie v0.2.3
10512026-07-08T02:24:03.047Z Downloaded moka v0.12.13
10522026-07-08T02:24:03.051Z Downloaded tokio-postgres v0.7.16
10532026-07-08T02:24:03.054Z Downloaded zip v0.6.6
10542026-07-08T02:24:03.057Z Downloaded serde_json v1.0.150
10552026-07-08T02:24:03.061Z Downloaded gimli v0.32.3
10562026-07-08T02:24:03.066Z Downloaded reedline v0.40.0
10572026-07-08T02:24:03.070Z Downloaded unicode-segmentation v1.12.0
10582026-07-08T02:24:03.074Z Downloaded ssh-key v0.7.0-rc.10
10592026-07-08T02:24:03.078Z Downloaded url v2.5.8
10602026-07-08T02:24:03.082Z Downloaded nix v0.27.1
10612026-07-08T02:24:03.089Z Downloaded tower v0.5.3
10622026-07-08T02:24:03.100Z Downloaded typed-path v0.9.3
10632026-07-08T02:24:03.103Z Downloaded zerocopy-derive v0.8.40
10642026-07-08T02:24:03.110Z Downloaded object v0.30.4
10652026-07-08T02:24:03.116Z Downloaded tower-http v0.6.8
10662026-07-08T02:24:03.121Z Downloaded petname v2.0.2
10672026-07-08T02:24:03.124Z Downloaded x509-cert v0.2.5
10682026-07-08T02:24:03.127Z Downloaded typenum v1.20.1
10692026-07-08T02:24:03.130Z Downloaded bstr v1.12.1
10702026-07-08T02:24:03.140Z Downloaded tokio-util v0.7.18
10712026-07-08T02:24:03.147Z Downloaded unicode-normalization v0.1.25
10722026-07-08T02:24:03.169Z Downloaded zip v4.6.1
10732026-07-08T02:24:03.182Z Downloaded serde_with v3.17.0
10742026-07-08T02:24:03.190Z Downloaded tough v0.22.0
10752026-07-08T02:24:03.196Z Downloaded openssl v0.10.79
10762026-07-08T02:24:03.203Z Downloaded zerovec v0.11.5
10772026-07-08T02:24:03.206Z Downloaded russh v0.61.2
10782026-07-08T02:24:03.212Z Downloaded radix_trie v0.2.1
10792026-07-08T02:24:03.216Z Downloaded nix v0.28.0
10802026-07-08T02:24:03.222Z Downloaded quinn-proto v0.11.13
10812026-07-08T02:24:03.227Z Downloaded polar-core v0.27.3
10822026-07-08T02:24:03.240Z Downloaded winnow v0.5.40
10832026-07-08T02:24:03.254Z Downloaded object v0.37.3
10842026-07-08T02:24:03.261Z Downloaded dropshot v0.17.1
10852026-07-08T02:24:03.282Z Downloaded zerocopy v0.7.35
10862026-07-08T02:24:03.305Z Downloaded winnow v0.7.14
10872026-07-08T02:24:03.311Z Downloaded winnow v0.6.26
10882026-07-08T02:24:03.315Z Downloaded hickory-proto v0.24.4
10892026-07-08T02:24:03.325Z Downloaded time v0.3.47
10902026-07-08T02:24:03.332Z Downloaded tabled v0.15.0
10912026-07-08T02:24:03.340Z Downloaded winnow v1.0.3
10922026-07-08T02:24:03.346Z Downloaded zlib-rs v0.6.2
10932026-07-08T02:24:03.349Z Downloaded smoltcp v0.9.1
10942026-07-08T02:24:03.355Z Downloaded nix v0.31.2
10952026-07-08T02:24:03.363Z Downloaded regex-syntax v0.6.29
10962026-07-08T02:24:03.367Z Downloaded hickory-proto v0.25.2
10972026-07-08T02:24:03.376Z Downloaded syn v1.0.109
10982026-07-08T02:24:03.381Z Downloaded tabled v0.20.0
10992026-07-08T02:24:03.391Z Downloaded smoltcp v0.11.0
11002026-07-08T02:24:03.398Z Downloaded vcpkg v0.2.15
11012026-07-08T02:24:03.422Z Downloaded unicode-width v0.1.14
11022026-07-08T02:24:03.426Z Downloaded rustix v0.38.44
11032026-07-08T02:24:03.438Z Downloaded syn v2.0.117
11042026-07-08T02:24:03.445Z Downloaded regress v0.11.1
11052026-07-08T02:24:03.450Z Downloaded unicode-width v0.2.0
11062026-07-08T02:24:03.453Z Downloaded regress v0.10.5
11072026-07-08T02:24:03.458Z Downloaded zerocopy v0.8.40
11082026-07-08T02:24:03.464Z Downloaded regex-syntax v0.8.10
11092026-07-08T02:24:03.469Z Downloaded openapiv3 v2.2.0
11102026-07-08T02:24:03.475Z Downloaded diesel v2.3.7
11112026-07-08T02:24:03.502Z Downloaded rustls v0.23.41
11122026-07-08T02:24:03.526Z Downloaded rustix v1.1.3
11132026-07-08T02:24:03.550Z Downloaded sqlparser v0.61.0
11142026-07-08T02:24:03.560Z Downloaded fiat-crypto v0.3.0
11152026-07-08T02:24:03.574Z Downloaded typify-impl v0.6.2
11162026-07-08T02:24:03.583Z Downloaded bzip2-sys v0.1.13+1.0.8
11172026-07-08T02:24:03.590Z Downloaded sled v0.34.7
11182026-07-08T02:24:03.595Z Downloaded ratatui v0.29.0
11192026-07-08T02:24:03.607Z Downloaded tracing v0.1.44
11202026-07-08T02:24:03.621Z Downloaded sha3 v0.11.0
11212026-07-08T02:24:03.641Z Downloaded chrono-tz v0.10.4
11222026-07-08T02:24:03.652Z Downloaded zerocopy-derive v0.6.6
11232026-07-08T02:24:03.658Z Downloaded jiff v0.2.21
11242026-07-08T02:24:03.670Z Downloaded regex-automata v0.4.14
11252026-07-08T02:24:03.695Z Downloaded petgraph v0.6.5
11262026-07-08T02:24:03.707Z Downloaded petgraph v0.8.3
11272026-07-08T02:24:03.720Z Downloaded libc v0.2.185
11282026-07-08T02:24:03.740Z Downloaded libz-sys v1.1.24
11292026-07-08T02:24:03.785Z Downloaded tokio v1.52.1
11302026-07-08T02:24:03.807Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-07-08T02:24:03.817Z Downloaded sha3 v0.10.8
11322026-07-08T02:24:03.845Z Downloaded encoding_rs v0.8.35
11332026-07-08T02:24:03.866Z Downloaded httpmock v0.8.3
11342026-07-08T02:24:03.942Z Downloaded ring v0.17.14
11352026-07-08T02:24:03.999Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-08T02:24:04.677Z Downloaded aws-lc-sys v0.40.0
11372026-07-08T02:24:05.084Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-08T02:24:09.807Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-08T02:24:09.917Z Startup: Caching catalogs ... Done
11402026-07-08T02:24:10.418ZPlanning: Solver setup ... Done (0.447s)
11412026-07-08T02:24:10.439ZPlanning: Running solver ... Done (0.026s)
11422026-07-08T02:24:10.449ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-08T02:24:10.460ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-08T02:24:10.482ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-08T02:24:10.496ZPlanning: Package planning ... Done (0.015s)
11462026-07-08T02:24:10.499ZPlanning: Merging actions ... Done (0.001s)
11472026-07-08T02:24:10.676ZPlanning: Checking for conflicting actions ... Done (0.174s)
11482026-07-08T02:24:10.692ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-08T02:24:11.533ZPlanning: Evaluating mediators ... Done (0.860s)
11502026-07-08T02:24:11.536ZPlanning: Planning completed in 1.60 seconds
11512026-07-08T02:24:11.543Z Packages to install: 2
11522026-07-08T02:24:11.543Z Estimated space available: 155.78 GB
11532026-07-08T02:24:11.543ZEstimated space to be consumed: 30.99 MB
11542026-07-08T02:24:11.543Z Create boot environment: No
11552026-07-08T02:24:11.543ZCreate backup boot environment: No
11562026-07-08T02:24:11.543Z Rebuild boot archive: No
11572026-07-08T02:24:11.546Z
11582026-07-08T02:24:11.546ZChanged packages:
11592026-07-08T02:24:11.546Zhelios
11602026-07-08T02:24:11.546Z developer/build-essential
11612026-07-08T02:24:11.547Z None -> 11-3.0
11622026-07-08T02:24:11.547Z library/libxmlsec1
11632026-07-08T02:24:11.547Z None -> 1.2.35-3.0
11642026-07-08T02:24:11.570Z
11652026-07-08T02:24:11.570ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-08T02:24:12.100ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
11672026-07-08T02:24:12.207Z Actions: 1/268 actions (Installing new actions)
11682026-07-08T02:24:12.246Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-08T02:24:12.258ZFinalize: Updating package state database ... Done (0.011s)
11702026-07-08T02:24:12.261ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-08T02:24:12.287ZFinalize: Updating image state ... Done (0.029s)
11722026-07-08T02:24:14.915ZFinalize: Creating fast lookup database ... Done (2.602s)
11732026-07-08T02:24:14.985ZFinalize: Reading search index ... Done (0.013s)
11742026-07-08T02:24:14.988ZFinalize: Updating search index ... Done (0.000s)
11752026-07-08T02:24:15.049ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-08T02:24:15.365ZPlanning: Evaluating mediator changes ... Done
11772026-07-08T02:24:15.469ZPlanning: Checking for conflicting actions ... Done
11782026-07-08T02:24:15.472ZPlanning: Consolidating action changes ... Done
11792026-07-08T02:24:15.626ZPlanning: Evaluating mediators ... Done
11802026-07-08T02:24:15.629ZPlanning: Planning completed in 0.26 seconds
11812026-07-08T02:24:15.649Z Mediators to change: 2
11822026-07-08T02:24:15.649Z Create boot environment: No
11832026-07-08T02:24:15.649ZCreate backup boot environment: No
11842026-07-08T02:24:15.700ZFinalize: Updating package state database ... Done
11852026-07-08T02:24:15.700ZFinalize: Updating package cache ... Done
11862026-07-08T02:24:15.715ZFinalize: Updating image state ... Done
11872026-07-08T02:24:17.663ZFinalize: Creating fast lookup database ... Done
11882026-07-08T02:24:17.727ZFinalize: Reading search index ... Done
11892026-07-08T02:24:17.730ZFinalize: Updating search index ... Done
11902026-07-08T02:24:17.792ZFinalize: Updating package cache ... Done
11912026-07-08T02:24:18.078ZPlanning: Evaluating mediator changes ... Done
11922026-07-08T02:24:18.183ZPlanning: Checking for conflicting actions ... Done
11932026-07-08T02:24:18.187ZPlanning: Consolidating action changes ... Done
11942026-07-08T02:24:18.341ZPlanning: Evaluating mediators ... Done
11952026-07-08T02:24:18.346ZPlanning: Planning completed in 0.26 seconds
11962026-07-08T02:24:18.365Z Mediators to change: 1
11972026-07-08T02:24:18.366Z Create boot environment: No
11982026-07-08T02:24:18.366ZCreate backup boot environment: No
11992026-07-08T02:24:18.434ZFinalize: Updating package state database ... Done
12002026-07-08T02:24:18.435ZFinalize: Updating package cache ... Done
12012026-07-08T02:24:18.451ZFinalize: Updating image state ... Done
12022026-07-08T02:24:20.396ZFinalize: Creating fast lookup database ... Done
12032026-07-08T02:24:20.465ZFinalize: Reading search index ... Done
12042026-07-08T02:24:20.468ZFinalize: Updating search index ... Done
12052026-07-08T02:24:20.540ZFinalize: Updating package cache ... Done
12062026-07-08T02:24:20.855ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-08T02:24:20.855Zapache system 2.4 system
12082026-07-08T02:24:20.855Zclang system 15 system
12092026-07-08T02:24:20.855Zcsh system system illumos
12102026-07-08T02:24:20.855Zctags system system illumos
12112026-07-08T02:24:20.855Zfile vendor vendor darwinsys
12122026-07-08T02:24:20.855Zfile system system illumos
12132026-07-08T02:24:20.855Zgcc vendor 14 vendor
12142026-07-08T02:24:20.855Zgcc system 13 system
12152026-07-08T02:24:20.855Zgcc system 10 system
12162026-07-08T02:24:20.855Zgo system 1.25 system
12172026-07-08T02:24:20.855Zllvm system 15 system
12182026-07-08T02:24:20.855Zmariadb system 11.4 system
12192026-07-08T02:24:20.855Zmta vendor vendor dma
12202026-07-08T02:24:20.855Zopenjdk system 17 system
12212026-07-08T02:24:20.855Zopenjdk system 11 system
12222026-07-08T02:24:20.855Zopenssl vendor 3 vendor
12232026-07-08T02:24:20.855Zperl system 5.40 system
12242026-07-08T02:24:20.855Zpostgresql system 18 system
12252026-07-08T02:24:20.855Zpostgresql system 17 system
12262026-07-08T02:24:20.855Zpython vendor 3 vendor
12272026-07-08T02:24:20.855Zpython system 2 system
12282026-07-08T02:24:20.855Zpython3 vendor 3.13 vendor
12292026-07-08T02:24:20.855Zruby system 3.4 system
12302026-07-08T02:24:20.855Zruby system 3.0 system
12312026-07-08T02:24:20.855Zwords vendor vendor american-english
12322026-07-08T02:24:20.855Zwords system system australian-english
12332026-07-08T02:24:20.855Zwords system system british-english
12342026-07-08T02:24:20.855Zwords system system canadian-english
12352026-07-08T02:24:20.855Zwords system system french
12362026-07-08T02:24:20.855Zwords system system italian
12372026-07-08T02:24:20.855Zwords system system ngerman
12382026-07-08T02:24:20.855Zwords system system ogerman
12392026-07-08T02:24:20.856Zwords system system spanish
12402026-07-08T02:24:21.107ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-08T02:24:21.107Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-08T02:24:21.409ZFMRI IFO
12432026-07-08T02:24:21.409Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-08T02:24:21.409Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-08T02:24:21.409Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-08T02:24:21.409Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-08T02:24:21.409Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-08T02:24:21.409Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-08T02:24:21.410Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-08T02:24:21.410Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-08T02:24:21.410Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-08T02:24:21.941Z Downloading crates ...
12532026-07-08T02:24:22.006Z Downloaded cargo_toml v0.21.0
12542026-07-08T02:24:22.056Z Compiling proc-macro2 v1.0.106
12552026-07-08T02:24:22.056Z Compiling unicode-ident v1.0.24
12562026-07-08T02:24:22.056Z Compiling quote v1.0.45
12572026-07-08T02:24:22.056Z Compiling serde_core v1.0.228
12582026-07-08T02:24:22.059Z Compiling libc v0.2.185
12592026-07-08T02:24:22.059Z Compiling version_check v0.9.5
12602026-07-08T02:24:22.059Z Compiling memchr v2.8.0
12612026-07-08T02:24:22.059Z Compiling serde v1.0.228
12622026-07-08T02:24:22.059Z Compiling zmij v1.0.21
12632026-07-08T02:24:22.059Z Compiling ucd-trie v0.1.7
12642026-07-08T02:24:22.134Z Compiling thiserror v1.0.69
12652026-07-08T02:24:22.137Z Compiling itoa v1.0.17
12662026-07-08T02:24:22.137Z Compiling rustix v1.1.3
12672026-07-08T02:24:22.137Z Compiling byteorder v1.5.0
12682026-07-08T02:24:22.348Z Compiling serde_json v1.0.150
12692026-07-08T02:24:22.376Z Compiling bitflags v2.11.0
12702026-07-08T02:24:22.588Z Compiling camino v1.2.2
12712026-07-08T02:24:22.591Z Compiling usdt-impl v0.5.0
12722026-07-08T02:24:22.662Z Compiling pest v2.8.6
12732026-07-08T02:24:22.693Z Compiling proc-macro-error-attr v1.0.4
12742026-07-08T02:24:22.715Z Compiling syn v1.0.109
12752026-07-08T02:24:22.764Z Compiling proc-macro-error v1.0.4
12762026-07-08T02:24:22.776Z Compiling getrandom v0.4.1
12772026-07-08T02:24:22.825Z Compiling plain v0.2.3
12782026-07-08T02:24:22.913Z Compiling hashbrown v0.17.0
12792026-07-08T02:24:22.951Z Compiling equivalent v1.0.2
12802026-07-08T02:24:22.960Z Compiling utf8parse v0.2.2
12812026-07-08T02:24:23.002Z Compiling log v0.4.29
12822026-07-08T02:24:23.032Z Compiling anstyle v1.0.14
12832026-07-08T02:24:23.086Z Compiling anstyle-query v1.1.5
12842026-07-08T02:24:23.127Z Compiling anstyle-parse v1.0.0
12852026-07-08T02:24:23.130Z Compiling cfg-if v1.0.4
12862026-07-08T02:24:23.151Z Compiling pretty-hex v0.4.1
12872026-07-08T02:24:23.162Z Compiling winnow v0.7.14
12882026-07-08T02:24:23.194Z Compiling colorchoice v1.0.4
12892026-07-08T02:24:23.215Z Compiling toml_write v0.1.2
12902026-07-08T02:24:23.226Z Compiling errno v0.3.14
12912026-07-08T02:24:23.251Z Compiling thread-id v4.2.2
12922026-07-08T02:24:23.278Z Compiling is_terminal_polyfill v1.70.2
12932026-07-08T02:24:23.289Z Compiling thiserror v2.0.18
12942026-07-08T02:24:23.300Z Compiling autocfg v1.5.0
12952026-07-08T02:24:23.329Z Compiling bytecount v0.6.9
12962026-07-08T02:24:23.348Z Compiling once_cell v1.21.3
12972026-07-08T02:24:23.378Z Compiling anstream v1.0.0
12982026-07-08T02:24:23.392Z Compiling anyhow v1.0.102
12992026-07-08T02:24:23.425Z Compiling unicode-width v0.1.14
13002026-07-08T02:24:23.434Z Compiling strsim v0.11.1
13012026-07-08T02:24:23.502Z Compiling indexmap v2.14.0
13022026-07-08T02:24:23.565Z Compiling heck v0.4.1
13032026-07-08T02:24:23.575Z Compiling fastrand v2.3.0
13042026-07-08T02:24:23.663Z Compiling syn v2.0.117
13052026-07-08T02:24:23.749Z Compiling fnv v1.0.7
13062026-07-08T02:24:23.759Z Compiling fs-err v3.3.0
13072026-07-08T02:24:23.764Z Compiling heck v0.5.0
13082026-07-08T02:24:23.802Z Compiling pest_meta v2.8.6
13092026-07-08T02:24:23.814Z Compiling clap_lex v1.0.0
13102026-07-08T02:24:23.853Z Compiling papergrid v0.11.0
13112026-07-08T02:24:23.928Z Compiling memmap v0.7.0
13122026-07-08T02:24:24.013Z Compiling unicode-linebreak v0.1.5
13132026-07-08T02:24:24.017Z Compiling smawk v0.3.2
13142026-07-08T02:24:24.059Z Compiling unicode-width v0.2.0
13152026-07-08T02:24:24.125Z Compiling swrite v0.1.0
13162026-07-08T02:24:24.191Z Compiling terminal_size v0.4.3
13172026-07-08T02:24:24.191Z Compiling tempfile v3.25.0
13182026-07-08T02:24:24.292Z Compiling clap_builder v4.6.0
13192026-07-08T02:24:24.292Z Compiling textwrap v0.16.2
13202026-07-08T02:24:24.473Z Compiling cargo-platform v0.3.2
13212026-07-08T02:24:24.504Z Compiling semver v1.0.28
13222026-07-08T02:24:24.749Z Compiling camino-tempfile v1.4.1
13232026-07-08T02:24:25.090Z Compiling tabled_derive v0.7.0
13242026-07-08T02:24:25.736Z Compiling tabled v0.15.0
13252026-07-08T02:24:25.801Z Compiling pest_generator v2.8.6
13262026-07-08T02:24:26.289Z Compiling serde_derive v1.0.228
13272026-07-08T02:24:26.289Z Compiling thiserror-impl v1.0.69
13282026-07-08T02:24:26.292Z Compiling zerocopy-derive v0.7.35
13292026-07-08T02:24:26.292Z Compiling scroll_derive v0.12.1
13302026-07-08T02:24:26.292Z Compiling thiserror-impl v2.0.18
13312026-07-08T02:24:26.292Z Compiling clap_derive v4.6.1
13322026-07-08T02:24:26.345Z Compiling pest_derive v2.8.6
13332026-07-08T02:24:26.912Z Compiling scroll v0.12.0
13342026-07-08T02:24:26.967Z Compiling zerocopy v0.7.35
13352026-07-08T02:24:27.115Z Compiling goblin v0.8.2
13362026-07-08T02:24:27.318Z Compiling dtrace-parser v0.2.0
13372026-07-08T02:24:27.588Z Compiling clap v4.6.1
13382026-07-08T02:24:28.640Z Compiling dof v0.3.0
13392026-07-08T02:24:28.640Z Compiling serde_tokenstream v0.2.3
13402026-07-08T02:24:28.668Z Compiling toml_datetime v0.6.11
13412026-07-08T02:24:28.668Z Compiling serde_spanned v0.6.9
13422026-07-08T02:24:28.673Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13432026-07-08T02:24:28.673Z Compiling macaddr v1.0.1
13442026-07-08T02:24:28.673Z Compiling cargo_metadata v0.23.1
13452026-07-08T02:24:28.824Z Compiling toml_edit v0.22.27
13462026-07-08T02:24:29.284Z Compiling usdt-attr-macro v0.5.0
13472026-07-08T02:24:29.288Z Compiling usdt-macro v0.5.0
13482026-07-08T02:24:29.899Z Compiling usdt v0.5.0
13492026-07-08T02:24:30.068Z Compiling toml v0.8.23
13502026-07-08T02:24:30.389Z Compiling cargo_toml v0.21.0
13512026-07-08T02:24:31.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-08T02:24:33.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.25s
13532026-07-08T02:24:33.791Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-08T02:24:34.514Z Compiling libc v0.2.185
13552026-07-08T02:24:34.514Z Compiling serde_core v1.0.228
13562026-07-08T02:24:34.514Z Compiling serde v1.0.228
13572026-07-08T02:24:34.517Z Compiling log v0.4.29
13582026-07-08T02:24:34.517Z Compiling smallvec v1.15.1
13592026-07-08T02:24:34.517Z Compiling find-msvc-tools v0.1.9
13602026-07-08T02:24:34.517Z Compiling shlex v1.3.0
13612026-07-08T02:24:34.517Z Compiling subtle v2.6.1
13622026-07-08T02:24:34.517Z Compiling scopeguard v1.2.0
13632026-07-08T02:24:34.517Z Compiling stable_deref_trait v1.2.1
13642026-07-08T02:24:34.517Z Compiling typenum v1.20.1
13652026-07-08T02:24:34.517Z Compiling serde_json v1.0.150
13662026-07-08T02:24:34.517Z Compiling portable-atomic v1.13.1
13672026-07-08T02:24:34.517Z Compiling zerocopy v0.8.40
13682026-07-08T02:24:34.640Z Compiling syn v2.0.117
13692026-07-08T02:24:34.654Z Compiling parking_lot_core v0.9.12
13702026-07-08T02:24:34.799Z Compiling pin-project-lite v0.2.17
13712026-07-08T02:24:34.839Z Compiling critical-section v1.2.0
13722026-07-08T02:24:34.843Z Compiling pkg-config v0.3.32
13732026-07-08T02:24:34.864Z Compiling futures-core v0.3.32
13742026-07-08T02:24:34.894Z Compiling lock_api v0.4.14
13752026-07-08T02:24:34.907Z Compiling getrandom v0.4.1
13762026-07-08T02:24:34.936Z Compiling libm v0.2.16
13772026-07-08T02:24:34.964Z Compiling num-traits v0.2.19
13782026-07-08T02:24:34.996Z Compiling generic-array v0.14.7
13792026-07-08T02:24:35.014Z Compiling const-oid v0.9.6
13802026-07-08T02:24:35.032Z Compiling rand_core v0.10.0
13812026-07-08T02:24:35.066Z Compiling percent-encoding v2.3.2
13822026-07-08T02:24:35.144Z Compiling writeable v0.6.2
13832026-07-08T02:24:35.174Z Compiling litemap v0.8.1
13842026-07-08T02:24:35.237Z Compiling icu_normalizer_data v2.1.1
13852026-07-08T02:24:35.240Z Compiling icu_properties_data v2.1.2
13862026-07-08T02:24:35.301Z Compiling futures-sink v0.3.32
13872026-07-08T02:24:35.362Z Compiling slab v0.4.12
13882026-07-08T02:24:35.378Z Compiling futures-task v0.3.32
13892026-07-08T02:24:35.420Z Compiling futures-channel v0.3.32
13902026-07-08T02:24:35.423Z Compiling futures-io v0.3.32
13912026-07-08T02:24:35.438Z Compiling utf8_iter v1.0.4
13922026-07-08T02:24:35.465Z Compiling getrandom v0.3.4
13932026-07-08T02:24:35.543Z Compiling rustversion v1.0.22
13942026-07-08T02:24:35.595Z Compiling form_urlencoded v1.2.2
13952026-07-08T02:24:35.610Z Compiling dunce v1.0.5
13962026-07-08T02:24:35.625Z Compiling rustix v1.1.3
13972026-07-08T02:24:35.639Z Compiling fs_extra v1.3.0
13982026-07-08T02:24:35.654Z Compiling ident_case v1.0.1
13992026-07-08T02:24:35.671Z Compiling iana-time-zone v0.1.65
14002026-07-08T02:24:35.686Z Compiling regex-syntax v0.8.10
14012026-07-08T02:24:35.717Z Compiling vcpkg v0.2.15
14022026-07-08T02:24:35.734Z Compiling base64ct v1.8.3
14032026-07-08T02:24:35.791Z Compiling aws-lc-rs v1.16.3
14042026-07-08T02:24:35.791Z Compiling flagset v0.4.7
14052026-07-08T02:24:35.806Z Compiling base64 v0.22.1
14062026-07-08T02:24:35.914Z Compiling jobserver v0.1.34
14072026-07-08T02:24:35.935Z Compiling errno v0.3.14
14082026-07-08T02:24:35.949Z Compiling getrandom v0.2.17
14092026-07-08T02:24:35.963Z Compiling once_cell v1.21.3
14102026-07-08T02:24:35.991Z Compiling mio v1.2.0
14112026-07-08T02:24:36.051Z Compiling signal-hook-registry v1.4.8
14122026-07-08T02:24:36.103Z Compiling rand_core v0.6.4
14132026-07-08T02:24:36.148Z Compiling cc v1.2.56
14142026-07-08T02:24:36.201Z Compiling parking_lot v0.12.5
14152026-07-08T02:24:36.201Z Compiling socket2 v0.6.3
14162026-07-08T02:24:36.329Z Compiling tracing-core v0.1.36
14172026-07-08T02:24:36.344Z Compiling pem-rfc7468 v0.7.0
14182026-07-08T02:24:36.405Z Compiling httparse v1.10.1
14192026-07-08T02:24:36.483Z Compiling rand_core v0.9.5
14202026-07-08T02:24:36.499Z Compiling tinyvec_macros v0.1.1
14212026-07-08T02:24:36.542Z Compiling openssl-probe v0.2.1
14222026-07-08T02:24:36.556Z Compiling cmov v0.5.4
14232026-07-08T02:24:36.578Z Compiling tinyvec v1.10.0
14242026-07-08T02:24:36.604Z Compiling aho-corasick v1.1.4
14252026-07-08T02:24:36.645Z Compiling untrusted v0.7.1
14262026-07-08T02:24:36.660Z Compiling dyn-clone v1.0.20
14272026-07-08T02:24:36.677Z Compiling tower-layer v0.3.3
14282026-07-08T02:24:36.733Z Compiling tower-service v0.3.3
14292026-07-08T02:24:36.779Z Compiling ctutils v0.4.2
14302026-07-08T02:24:36.779Z Compiling schemars v0.8.22
14312026-07-08T02:24:36.782Z Compiling try-lock v0.2.5
14322026-07-08T02:24:36.820Z Compiling atomic-waker v1.1.2
14332026-07-08T02:24:36.849Z Compiling httpdate v1.0.3
14342026-07-08T02:24:36.865Z Compiling rustls v0.23.41
14352026-07-08T02:24:36.905Z Compiling cmake v0.1.57
14362026-07-08T02:24:36.920Z Compiling want v0.3.1
14372026-07-08T02:24:36.931Z Compiling openssl v0.10.79
14382026-07-08T02:24:36.947Z Compiling foreign-types-shared v0.1.1
14392026-07-08T02:24:36.947Z Compiling cpufeatures v0.2.17
14402026-07-08T02:24:36.976Z Compiling untrusted v0.9.0
14412026-07-08T02:24:37.051Z Compiling bitflags v2.11.0
14422026-07-08T02:24:37.055Z Compiling semver v1.0.28
14432026-07-08T02:24:37.055Z Compiling indexmap v2.14.0
14442026-07-08T02:24:37.092Z Compiling uuid v1.23.4
14452026-07-08T02:24:37.105Z Compiling foreign-types v0.3.2
14462026-07-08T02:24:37.120Z Compiling unicode-normalization v0.1.25
14472026-07-08T02:24:37.148Z Compiling spin v0.9.8
14482026-07-08T02:24:37.178Z Compiling crc32fast v1.5.0
14492026-07-08T02:24:37.201Z Compiling powerfmt v0.2.0
14502026-07-08T02:24:37.204Z Compiling native-tls v0.2.18
14512026-07-08T02:24:37.308Z Compiling rustc_version v0.4.1
14522026-07-08T02:24:37.322Z Compiling time-core v0.1.8
14532026-07-08T02:24:37.373Z Compiling num-conv v0.2.0
14542026-07-08T02:24:37.394Z Compiling deranged v0.5.8
14552026-07-08T02:24:37.424Z Compiling regex-automata v0.4.14
14562026-07-08T02:24:37.460Z Compiling wait-timeout v0.2.1
14572026-07-08T02:24:37.501Z Compiling sync_wrapper v1.0.2
14582026-07-08T02:24:37.518Z Compiling time-macros v0.2.27
14592026-07-08T02:24:37.540Z Compiling simd-adler32 v0.3.8
14602026-07-08T02:24:37.610Z Compiling synstructure v0.13.2
14612026-07-08T02:24:37.624Z Compiling serde_derive_internals v0.29.1
14622026-07-08T02:24:37.651Z Compiling pest_generator v2.8.6
14632026-07-08T02:24:37.740Z Compiling darling_core v0.20.11
14642026-07-08T02:24:37.755Z Compiling crossbeam-utils v0.8.21
14652026-07-08T02:24:37.758Z Compiling aws-lc-sys v0.40.0
14662026-07-08T02:24:37.807Z Compiling openssl-sys v0.9.115
14672026-07-08T02:24:37.854Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-08T02:24:38.087Z Compiling syn v1.0.109
14692026-07-08T02:24:38.105Z Compiling num_threads v0.1.7
14702026-07-08T02:24:38.214Z Compiling tempfile v3.25.0
14712026-07-08T02:24:38.231Z Compiling siphasher v1.0.2
14722026-07-08T02:24:38.235Z Compiling quick-error v1.2.3
14732026-07-08T02:24:38.343Z Compiling bit-vec v0.8.0
14742026-07-08T02:24:38.372Z Compiling usdt-impl v0.6.0
14752026-07-08T02:24:38.408Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-07-08T02:24:38.435Z Compiling rusty-fork v0.3.1
14772026-07-08T02:24:38.451Z Compiling heapless v0.7.17
14782026-07-08T02:24:38.464Z Compiling darling_core v0.21.3
14792026-07-08T02:24:38.535Z Compiling bit-set v0.8.0
14802026-07-08T02:24:38.623Z Compiling slog v2.8.2
14812026-07-08T02:24:38.651Z Compiling rand_xorshift v0.4.0
14822026-07-08T02:24:38.669Z Compiling thread-id v5.1.0
14832026-07-08T02:24:38.684Z Compiling time v0.3.47
14842026-07-08T02:24:38.723Z Compiling cookie v0.18.1
14852026-07-08T02:24:38.739Z Compiling ryu v1.0.23
14862026-07-08T02:24:38.754Z Compiling paste v1.0.15
14872026-07-08T02:24:38.758Z Compiling signal-hook v0.3.18
14882026-07-08T02:24:38.785Z Compiling allocator-api2 v0.2.21
14892026-07-08T02:24:38.789Z Compiling adler2 v2.0.1
14902026-07-08T02:24:38.831Z Compiling unicode-bidi v0.3.18
14912026-07-08T02:24:38.855Z Compiling unicode-properties v0.1.4
14922026-07-08T02:24:38.934Z Compiling zstd-safe v7.2.4
14932026-07-08T02:24:38.949Z Compiling anyhow v1.0.102
14942026-07-08T02:24:38.953Z Compiling unarray v0.1.4
14952026-07-08T02:24:38.983Z Compiling iri-string v0.7.10
14962026-07-08T02:24:39.082Z Compiling miniz_oxide v0.8.9
14972026-07-08T02:24:39.171Z Compiling stringprep v0.1.5
14982026-07-08T02:24:39.185Z Compiling camino v1.2.2
14992026-07-08T02:24:39.355Z Compiling serde_derive v1.0.228
15002026-07-08T02:24:39.411Z Compiling zeroize_derive v1.4.3
15012026-07-08T02:24:39.568Z Compiling zerofrom-derive v0.1.6
15022026-07-08T02:24:39.623Z Compiling yoke-derive v0.8.1
15032026-07-08T02:24:39.677Z Compiling zerocopy-derive v0.8.40
15042026-07-08T02:24:39.711Z Compiling zerovec-derive v0.11.2
15052026-07-08T02:24:39.760Z Compiling displaydoc v0.2.5
15062026-07-08T02:24:39.881Z Compiling tokio-macros v2.7.0
15072026-07-08T02:24:40.154Z Compiling zeroize v1.8.2
15082026-07-08T02:24:40.173Z Compiling futures-macro v0.3.32
15092026-07-08T02:24:40.399Z Compiling thiserror-impl v2.0.18
15102026-07-08T02:24:40.645Z Compiling tracing-attributes v0.1.31
15112026-07-08T02:24:40.689Z Compiling der_derive v0.7.3
15122026-07-08T02:24:40.729Z Compiling rustls-pki-types v1.14.0
15132026-07-08T02:24:40.939Z Compiling hybrid-array v0.4.13
15142026-07-08T02:24:40.991Z Compiling crypto-common v0.1.7
15152026-07-08T02:24:41.036Z Compiling block-buffer v0.10.4
15162026-07-08T02:24:41.096Z Compiling zerofrom v0.1.6
15172026-07-08T02:24:41.114Z Compiling futures-util v0.3.32
15182026-07-08T02:24:41.144Z Compiling schemars_derive v0.8.22
15192026-07-08T02:24:41.158Z Compiling pest_derive v2.8.6
15202026-07-08T02:24:41.221Z Compiling yoke v0.8.1
15212026-07-08T02:24:41.235Z Compiling digest v0.10.7
15222026-07-08T02:24:41.251Z Compiling scroll_derive v0.13.1
15232026-07-08T02:24:41.429Z Compiling zerovec v0.11.5
15242026-07-08T02:24:41.514Z Compiling zerotrie v0.2.3
15252026-07-08T02:24:41.656Z Compiling darling_macro v0.20.11
15262026-07-08T02:24:41.752Z Compiling openssl-macros v0.1.1
15272026-07-08T02:24:41.767Z Compiling der v0.7.10
15282026-07-08T02:24:41.780Z Compiling sha2 v0.10.9
15292026-07-08T02:24:41.842Z Compiling hmac v0.12.1
15302026-07-08T02:24:41.879Z Compiling thiserror v2.0.18
15312026-07-08T02:24:41.965Z Compiling tinystr v0.8.2
15322026-07-08T02:24:42.000Z Compiling potential_utf v0.1.4
15332026-07-08T02:24:42.027Z Compiling dtrace-parser v0.3.0
15342026-07-08T02:24:42.068Z Compiling tracing v0.1.44
15352026-07-08T02:24:42.122Z Compiling scroll v0.13.0
15362026-07-08T02:24:42.184Z Compiling icu_locale_core v2.1.1
15372026-07-08T02:24:42.199Z Compiling icu_collections v2.1.1
15382026-07-08T02:24:42.202Z Compiling darling v0.20.11
15392026-07-08T02:24:42.299Z Compiling derive_builder_core v0.20.2
15402026-07-08T02:24:42.388Z Compiling goblin v0.10.5
15412026-07-08T02:24:42.449Z Compiling thiserror-impl v1.0.69
15422026-07-08T02:24:42.526Z Compiling scroll_derive v0.12.1
15432026-07-08T02:24:42.759Z Compiling spki v0.7.3
15442026-07-08T02:24:42.858Z Compiling icu_provider v2.1.1
15452026-07-08T02:24:42.986Z Compiling pkcs8 v0.10.2
15462026-07-08T02:24:43.062Z Compiling bytes v1.11.1
15472026-07-08T02:24:43.113Z Compiling icu_properties v2.1.2
15482026-07-08T02:24:43.136Z Compiling icu_normalizer v2.1.1
15492026-07-08T02:24:43.178Z Compiling chrono v0.4.44
15502026-07-08T02:24:43.231Z Compiling ipnet v2.11.0
15512026-07-08T02:24:43.246Z Compiling scroll v0.12.0
15522026-07-08T02:24:43.248Z Compiling derive_builder_macro v0.20.2
15532026-07-08T02:24:43.274Z Compiling serde_spanned v0.6.9
15542026-07-08T02:24:43.274Z Compiling erased-serde v0.3.31
15552026-07-08T02:24:43.435Z Compiling serde_tokenstream v0.2.3
15562026-07-08T02:24:43.531Z Compiling serde_urlencoded v0.7.1
15572026-07-08T02:24:43.547Z Compiling tokio v1.52.1
15582026-07-08T02:24:43.692Z Compiling http v1.4.2
15592026-07-08T02:24:43.707Z Compiling toml_datetime v0.6.11
15602026-07-08T02:24:43.752Z Compiling block-padding v0.4.2
15612026-07-08T02:24:43.766Z Compiling thiserror v1.0.69
15622026-07-08T02:24:43.780Z Compiling crypto-common v0.2.2
15632026-07-08T02:24:43.783Z Compiling block-buffer v0.12.1
15642026-07-08T02:24:43.805Z Compiling md-5 v0.10.6
15652026-07-08T02:24:43.808Z Compiling signature v2.2.0
15662026-07-08T02:24:43.880Z Compiling darling_macro v0.21.3
15672026-07-08T02:24:43.926Z Compiling rustls-native-certs v0.8.3
15682026-07-08T02:24:43.976Z Compiling idna_adapter v1.2.1
15692026-07-08T02:24:43.990Z Compiling bstr v1.12.1
15702026-07-08T02:24:44.006Z Compiling zerocopy-derive v0.7.35
15712026-07-08T02:24:44.018Z Compiling async-trait v0.1.89
15722026-07-08T02:24:44.128Z Compiling idna v1.1.0
15732026-07-08T02:24:44.225Z Compiling pin-project-internal v1.1.11
15742026-07-08T02:24:44.238Z Compiling ppv-lite86 v0.2.21
15752026-07-08T02:24:44.408Z Compiling http-body v1.0.1
15762026-07-08T02:24:44.441Z Compiling url v2.5.8
15772026-07-08T02:24:44.581Z Compiling rand_chacha v0.9.0
15782026-07-08T02:24:44.581Z Compiling http-body-util v0.1.3
15792026-07-08T02:24:44.648Z Compiling rand_chacha v0.3.1
15802026-07-08T02:24:44.663Z Compiling curve25519-dalek v4.1.3
15812026-07-08T02:24:44.789Z Compiling vergen-lib v9.1.0
15822026-07-08T02:24:44.840Z Compiling rand v0.9.2
15832026-07-08T02:24:44.925Z Compiling num-integer v0.1.46
15842026-07-08T02:24:45.007Z Compiling hash32 v0.2.1
15852026-07-08T02:24:45.038Z Compiling memoffset v0.9.1
15862026-07-08T02:24:45.077Z Compiling encoding_rs v0.8.35
15872026-07-08T02:24:45.214Z Compiling dof v0.4.0
15882026-07-08T02:24:45.265Z Compiling cfg_aliases v0.2.1
15892026-07-08T02:24:45.280Z Compiling psl-types v2.0.11
15902026-07-08T02:24:45.283Z Compiling fallible-iterator v0.2.0
15912026-07-08T02:24:45.307Z Compiling num-bigint-dig v0.8.6
15922026-07-08T02:24:45.330Z Compiling smoltcp v0.9.1
15932026-07-08T02:24:45.351Z Compiling mime v0.3.17
15942026-07-08T02:24:45.396Z Compiling rustix v0.38.44
15952026-07-08T02:24:45.429Z Compiling proptest v1.10.0
15962026-07-08T02:24:45.458Z Compiling litrs v1.0.0
15972026-07-08T02:24:45.516Z Compiling ref-cast v1.0.25
15982026-07-08T02:24:45.598Z Compiling zlib-rs v0.6.2
15992026-07-08T02:24:45.636Z Compiling postgres-protocol v0.6.10
16002026-07-08T02:24:45.690Z Compiling pin-project v1.1.11
16012026-07-08T02:24:45.767Z Compiling publicsuffix v2.3.0
16022026-07-08T02:24:45.784Z Compiling nix v0.31.2
16032026-07-08T02:24:45.831Z Compiling ipnetwork v0.21.1
16042026-07-08T02:24:46.003Z Compiling document-features v0.2.12
16052026-07-08T02:24:46.072Z Compiling oxnet v0.1.6
16062026-07-08T02:24:46.172Z Compiling num-iter v0.1.45
16072026-07-08T02:24:46.238Z Compiling zerocopy v0.7.35
16082026-07-08T02:24:46.251Z Compiling rand v0.8.6
16092026-07-08T02:24:46.284Z Compiling darling v0.21.3
16102026-07-08T02:24:46.305Z Compiling inout v0.2.2
16112026-07-08T02:24:46.357Z Compiling derive_builder v0.20.2
16122026-07-08T02:24:46.458Z Compiling goblin v0.8.2
16132026-07-08T02:24:46.473Z Compiling futures-executor v0.3.32
16142026-07-08T02:24:46.498Z Compiling hubpack_derive v0.1.1
16152026-07-08T02:24:46.512Z Compiling hex v0.4.3
16162026-07-08T02:24:46.669Z Compiling regex v1.12.3
16172026-07-08T02:24:46.718Z Compiling strum_macros v0.27.2
16182026-07-08T02:24:46.732Z Compiling snafu-derive v0.8.9
16192026-07-08T02:24:46.748Z Compiling curve25519-dalek-derive v0.1.1
16202026-07-08T02:24:46.782Z Compiling daft-derive v0.1.7
16212026-07-08T02:24:46.797Z Compiling ref-cast-impl v1.0.25
16222026-07-08T02:24:47.065Z Compiling phf_shared v0.13.1
16232026-07-08T02:24:47.098Z Compiling terminal_size v0.4.3
16242026-07-08T02:24:47.121Z Compiling lazy_static v1.5.0
16252026-07-08T02:24:47.135Z Compiling anstyle-parse v0.2.7
16262026-07-08T02:24:47.226Z Compiling cargo-platform v0.3.2
16272026-07-08T02:24:47.256Z Compiling vergen v9.1.0
16282026-07-08T02:24:47.303Z Compiling ff v0.13.1
16292026-07-08T02:24:47.324Z Compiling fs-err v3.3.0
16302026-07-08T02:24:47.338Z Compiling ahash v0.8.12
16312026-07-08T02:24:47.380Z Compiling same-file v1.0.6
16322026-07-08T02:24:47.394Z Compiling bitflags v1.3.2
16332026-07-08T02:24:47.443Z Compiling tokio-util v0.7.18
16342026-07-08T02:24:47.457Z Compiling tower v0.5.3
16352026-07-08T02:24:47.479Z Compiling tokio-native-tls v0.3.1
16362026-07-08T02:24:47.493Z Compiling bumpalo v3.20.2
16372026-07-08T02:24:47.520Z Compiling unicode-segmentation v1.12.0
16382026-07-08T02:24:47.553Z Compiling libbz2-rs-sys v0.2.2
16392026-07-08T02:24:47.567Z Compiling foldhash v0.2.0
16402026-07-08T02:24:47.570Z Compiling winnow v0.5.40
16412026-07-08T02:24:47.595Z Compiling object v0.37.3
16422026-07-08T02:24:47.674Z Compiling foldhash v0.1.5
16432026-07-08T02:24:47.762Z Compiling base16ct v0.2.0
16442026-07-08T02:24:47.803Z Compiling managed v0.8.0
16452026-07-08T02:24:47.857Z Compiling hashbrown v0.15.5
16462026-07-08T02:24:47.901Z Compiling tower-http v0.6.8
16472026-07-08T02:24:47.921Z Compiling newtype-uuid v1.3.2
16482026-07-08T02:24:47.969Z Compiling bzip2 v0.6.1
16492026-07-08T02:24:48.033Z Compiling sec1 v0.7.3
16502026-07-08T02:24:48.199Z Compiling h2 v0.4.15
16512026-07-08T02:24:48.250Z Compiling daft v0.1.7
16522026-07-08T02:24:48.277Z Compiling hashbrown v0.16.1
16532026-07-08T02:24:48.332Z Compiling zopfli v0.8.3
16542026-07-08T02:24:48.432Z Compiling clap_builder v4.6.0
16552026-07-08T02:24:48.513Z Compiling walkdir v2.5.0
16562026-07-08T02:24:48.547Z Compiling flate2 v1.1.9
16572026-07-08T02:24:48.694Z Compiling snafu v0.8.9
16582026-07-08T02:24:48.769Z Compiling strum v0.27.2
16592026-07-08T02:24:48.837Z Compiling dof v0.3.0
16602026-07-08T02:24:48.850Z Compiling group v0.13.0
16612026-07-08T02:24:48.898Z Compiling toml_edit v0.19.15
16622026-07-08T02:24:48.915Z Compiling cargo_metadata v0.23.1
16632026-07-08T02:24:48.970Z Compiling anstream v0.6.21
16642026-07-08T02:24:49.031Z Compiling phf v0.13.1
16652026-07-08T02:24:49.061Z Compiling signal-hook-mio v0.2.5
16662026-07-08T02:24:49.064Z Compiling hubpack v0.1.2
16672026-07-08T02:24:49.194Z Compiling cookie_store v0.22.1
16682026-07-08T02:24:49.207Z Compiling usdt-macro v0.6.0
16692026-07-08T02:24:49.297Z Compiling usdt-attr-macro v0.6.0
16702026-07-08T02:24:49.319Z Compiling bzip2 v0.4.4
16712026-07-08T02:24:49.407Z Compiling futures v0.3.32
16722026-07-08T02:24:49.448Z Compiling cipher v0.5.2
16732026-07-08T02:24:49.502Z Compiling serde_with_macros v3.17.0
16742026-07-08T02:24:49.566Z Compiling zstd v0.13.3
16752026-07-08T02:24:49.676Z Compiling postgres-types v0.2.12
16762026-07-08T02:24:49.846Z Compiling globset v0.4.18
16772026-07-08T02:24:49.863Z Compiling ed25519 v2.2.3
16782026-07-08T02:24:49.994Z Compiling dtrace-parser v0.2.0
16792026-07-08T02:24:50.007Z Compiling pkcs1 v0.7.5
16802026-07-08T02:24:50.154Z Compiling serde-big-array v0.5.1
16812026-07-08T02:24:50.253Z Compiling olpc-cjson v0.1.4
16822026-07-08T02:24:50.309Z Compiling serde_plain v1.0.2
16832026-07-08T02:24:50.321Z Compiling hkdf v0.12.4
16842026-07-08T02:24:50.419Z Compiling crypto-bigint v0.5.5
16852026-07-08T02:24:50.432Z Compiling clap_derive v4.6.1
16862026-07-08T02:24:50.524Z Compiling async-recursion v1.1.1
16872026-07-08T02:24:50.560Z Compiling strum_macros v0.26.4
16882026-07-08T02:24:50.582Z Compiling serde_repr v0.1.20
16892026-07-08T02:24:50.754Z Compiling enum-as-inner v0.6.1
16902026-07-08T02:24:50.849Z Compiling phf_shared v0.11.3
16912026-07-08T02:24:50.865Z Compiling float-cmp v0.10.0
16922026-07-08T02:24:50.962Z Compiling pem v3.0.6
16932026-07-08T02:24:51.032Z Compiling thread-id v4.2.2
16942026-07-08T02:24:51.063Z Compiling memmap2 v0.9.10
16952026-07-08T02:24:51.134Z Compiling env_filter v1.0.0
16962026-07-08T02:24:51.193Z Compiling fixedbitset v0.4.2
16972026-07-08T02:24:51.293Z Compiling keccak v0.1.6
16982026-07-08T02:24:51.318Z Compiling difflib v0.4.0
16992026-07-08T02:24:51.339Z Compiling new_debug_unreachable v1.0.6
17002026-07-08T02:24:51.339Z Compiling precomputed-hash v0.1.1
17012026-07-08T02:24:51.439Z Compiling normalize-line-endings v0.3.0
17022026-07-08T02:24:51.455Z Compiling whoami v2.1.0
17032026-07-08T02:24:51.458Z Compiling hyper v1.10.1
17042026-07-08T02:24:51.494Z Compiling typed-path v0.9.3
17052026-07-08T02:24:51.548Z Compiling predicates-core v1.0.10
17062026-07-08T02:24:51.563Z Compiling cpufeatures v0.3.0
17072026-07-08T02:24:51.658Z Compiling const-oid v0.10.2
17082026-07-08T02:24:51.717Z Compiling static_assertions v1.1.0
17092026-07-08T02:24:51.736Z Compiling winnow v1.0.3
17102026-07-08T02:24:51.761Z Compiling fixedbitset v0.5.7
17112026-07-08T02:24:51.805Z Compiling jiff v0.2.21
17122026-07-08T02:24:51.882Z Compiling data-encoding v2.10.0
17132026-07-08T02:24:51.898Z Compiling either v1.15.0
17142026-07-08T02:24:51.953Z Compiling digest v0.11.3
17152026-07-08T02:24:52.113Z Compiling itertools v0.13.0
17162026-07-08T02:24:52.132Z Compiling toml_parser v1.1.2+spec-1.1.0
17172026-07-08T02:24:52.149Z Compiling petgraph v0.8.3
17182026-07-08T02:24:52.152Z Compiling toml_edit v0.22.27
17192026-07-08T02:24:52.205Z Compiling hickory-proto v0.25.2
17202026-07-08T02:24:52.428Z Compiling clap v4.6.1
17212026-07-08T02:24:52.514Z Compiling strum v0.26.3
17222026-07-08T02:24:52.530Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17232026-07-08T02:24:52.608Z Compiling predicates v3.1.4
17242026-07-08T02:24:52.658Z Compiling tokio-postgres v0.7.16
17252026-07-08T02:24:52.675Z Compiling chacha20 v0.10.0
17262026-07-08T02:24:52.736Z Compiling hyper-util v0.1.20
17272026-07-08T02:24:52.841Z Compiling sha3 v0.10.8
17282026-07-08T02:24:52.878Z Compiling elliptic-curve v0.13.8
17292026-07-08T02:24:53.084Z Compiling string_cache v0.8.9
17302026-07-08T02:24:53.244Z Compiling petgraph v0.6.5
17312026-07-08T02:24:53.321Z Compiling env_logger v0.11.9
17322026-07-08T02:24:53.336Z Compiling usdt v0.6.0
17332026-07-08T02:24:53.339Z Compiling usdt-impl v0.5.0
17342026-07-08T02:24:53.364Z Compiling serde_with v3.17.0
17352026-07-08T02:24:53.470Z Compiling crossterm v0.28.1
17362026-07-08T02:24:53.617Z Compiling toml v0.7.8
17372026-07-08T02:24:53.707Z Compiling rsa v0.9.10
17382026-07-08T02:24:53.962Z Compiling ed25519-dalek v2.2.0
17392026-07-08T02:24:54.204Z Compiling hyper-tls v0.6.0
17402026-07-08T02:24:54.451Z Compiling reqwest v0.12.28
17412026-07-08T02:24:54.540Z Compiling zip v4.6.1
17422026-07-08T02:24:54.645Z Compiling zip v0.6.6
17432026-07-08T02:24:54.767Z Compiling iddqd v0.4.2
17442026-07-08T02:24:54.946Z Compiling tokio-stream v0.1.18
17452026-07-08T02:24:55.124Z Compiling similar v2.7.0
17462026-07-08T02:24:55.195Z Compiling heck v0.4.1
17472026-07-08T02:24:55.221Z Compiling buf-list v1.1.2
17482026-07-08T02:24:55.235Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-08T02:24:55.434Z Compiling openapiv3 v2.2.0
17502026-07-08T02:24:55.450Z Compiling x509-cert v0.2.5
17512026-07-08T02:24:55.453Z Compiling crossbeam-epoch v0.9.18
17522026-07-08T02:24:55.558Z Compiling peg-runtime v0.8.5
17532026-07-08T02:24:55.572Z Compiling lalrpop-util v0.19.12
17542026-07-08T02:24:55.588Z Compiling thread_local v1.1.9
17552026-07-08T02:24:55.787Z Compiling slog-async v2.8.0
17562026-07-08T02:24:55.838Z Compiling crossbeam-channel v0.5.15
17572026-07-08T02:24:55.864Z Compiling filetime v0.2.27
17582026-07-08T02:24:55.879Z Compiling is-terminal v0.4.17
17592026-07-08T02:24:55.987Z Compiling take_mut v0.2.2
17602026-07-08T02:24:56.062Z Compiling term v1.2.1
17612026-07-08T02:24:56.066Z Compiling xattr v1.6.1
17622026-07-08T02:24:56.101Z Compiling camino-tempfile v1.4.1
17632026-07-08T02:24:56.327Z Compiling tar v0.4.45
17642026-07-08T02:24:56.369Z Compiling slog-term v2.9.2
17652026-07-08T02:25:13.975Z Compiling rustls-webpki v0.103.13
17662026-07-08T02:25:16.663Z Compiling tokio-rustls v0.26.4
17672026-07-08T02:25:16.663Z Compiling rustls-platform-verifier v0.6.2
17682026-07-08T02:25:16.663Z Compiling tough v0.22.0
17692026-07-08T02:25:16.860Z Compiling hyper-rustls v0.27.7
17702026-07-08T02:25:17.042Z Compiling reqwest v0.13.2
17712026-07-08T02:25:19.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-08T02:25:19.423Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-08T02:25:22.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.39s
17742026-07-08T02:25:22.360Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-08T02:25:22.426ZJul 08 02:25:21.362 INFO Starting download, target: Clickhouse
17762026-07-08T02:25:22.426ZJul 08 02:25:21.362 INFO Starting download, target: Cockroach
17772026-07-08T02:25:22.426ZJul 08 02:25:21.362 INFO Starting download, target: Console
17782026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Starting download, target: DendriteStub
17792026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Starting download, target: MaghemiteMgd
17802026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Starting download, target: MaghemiteDdmd
17812026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Starting download, target: TransceiverControl
17822026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17842026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17852026-07-08T02:25:22.477ZJul 08 02:25:21.363 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-08T02:25:22.478ZJul 08 02:25:21.363 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-08T02:25:22.478ZJul 08 02:25:21.363 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-07-08T02:25:22.478ZJul 08 02:25:21.363 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-08T02:25:23.972ZJul 08 02:25:22.926 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-08T02:25:24.210ZJul 08 02:25:23.129 INFO Download complete, target: TransceiverControl
17912026-07-08T02:25:24.278ZJul 08 02:25:23.146 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17922026-07-08T02:25:24.278ZJul 08 02:25:23.187 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17932026-07-08T02:25:24.491ZJul 08 02:25:23.440 INFO Download complete, target: Console
17942026-07-08T02:25:26.194ZJul 08 02:25:25.149 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17952026-07-08T02:25:26.235ZJul 08 02:25:25.193 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17962026-07-08T02:25:26.475ZJul 08 02:25:25.438 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17972026-07-08T02:25:26.938ZJul 08 02:25:25.900 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-07-08T02:25:26.939ZJul 08 02:25:25.900 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-07-08T02:25:28.080ZJul 08 02:25:27.044 INFO Download complete, target: MaghemiteDdmd
18002026-07-08T02:25:28.842ZJul 08 02:25:27.804 INFO Download complete, target: DendriteStub
18012026-07-08T02:25:29.047ZJul 08 02:25:28.010 INFO Download complete, target: MaghemiteMgd
18022026-07-08T02:25:30.877ZJul 08 02:25:29.840 INFO Checking that binary works, target: Clickhouse
18032026-07-08T02:25:30.963ZJul 08 02:25:29.926 INFO Download complete, target: Clickhouse
18042026-07-08T02:25:31.529ZJul 08 02:25:30.489 INFO Checking that binary works, target: Cockroach
18052026-07-08T02:25:31.648ZJul 08 02:25:30.611 INFO Download complete, target: Cockroach
18062026-07-08T02:25:31.654ZAll prerequisites installed successfully
18072026-07-08T02:25:31.657Z
18082026-07-08T02:25:31.657Zreal 1:26.565975550
18092026-07-08T02:25:31.657Zuser 6:36.878681845
18102026-07-08T02:25:31.657Zsys 1:37.742399386
18112026-07-08T02:25:31.657Ztrap 0.233746603
18122026-07-08T02:25:31.657Ztflt 0.976530222
18132026-07-08T02:25:31.657Zdflt 1.625947144
18142026-07-08T02:25:31.657Zkflt 0.023925612
18152026-07-08T02:25:31.658Zlock 23:28.755099152
18162026-07-08T02:25:31.658Zslp 18:06.076194160
18172026-07-08T02:25:31.658Zlat 22.004896179
18182026-07-08T02:25:31.658Zstop 2:25.300304820
18192026-07-08T02:25:31.658Z+ source ./tools/include/force-git-over-https.sh
18202026-07-08T02:25:31.658Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-08T02:25:31.658Z++ (( i = 0 ))
18222026-07-08T02:25:31.658Z++ (( i < 5 ))
18232026-07-08T02:25:31.658Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-08T02:25:31.661Z++ (( i++ ))
18252026-07-08T02:25:31.661Z++ (( i < 5 ))
18262026-07-08T02:25:31.661Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-08T02:25:31.664Z++ (( i++ ))
18282026-07-08T02:25:31.664Z++ (( i < 5 ))
18292026-07-08T02:25:31.664Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-08T02:25:31.664Z++ (( i++ ))
18312026-07-08T02:25:31.664Z++ (( i < 5 ))
18322026-07-08T02:25:31.667Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-08T02:25:31.667Z++ (( i++ ))
18342026-07-08T02:25:31.667Z++ (( i < 5 ))
18352026-07-08T02:25:31.667Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-08T02:25:31.671Z++ (( i++ ))
18372026-07-08T02:25:31.671Z++ (( i < 5 ))
18382026-07-08T02:25:31.671Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-08T02:25:31.671Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-08T02:25:31.671Z+ rc=0
18412026-07-08T02:25:31.671Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-08T02:25:37.748Z+ case $rc in
18432026-07-08T02:25:37.748Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-08T02:25:37.879Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-08T02:25:37.927Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-08T02:25:38.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18472026-07-08T02:25:38.374Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-08T02:25:39.181Z Compiling proc-macro2 v1.0.106
18492026-07-08T02:25:39.181Z Compiling quote v1.0.45
18502026-07-08T02:25:39.181Z Compiling unicode-ident v1.0.24
18512026-07-08T02:25:39.184Z Compiling libc v0.2.185
18522026-07-08T02:25:39.184Z Compiling serde_core v1.0.228
18532026-07-08T02:25:39.184Z Compiling serde v1.0.228
18542026-07-08T02:25:39.184Z Compiling cfg-if v1.0.4
18552026-07-08T02:25:39.184Z Compiling shlex v1.3.0
18562026-07-08T02:25:39.184Z Compiling find-msvc-tools v0.1.9
18572026-07-08T02:25:39.184Z Compiling version_check v0.9.5
18582026-07-08T02:25:39.184Z Compiling autocfg v1.5.0
18592026-07-08T02:25:39.184Z Compiling zerocopy v0.8.40
18602026-07-08T02:25:39.184Z Compiling memchr v2.8.0
18612026-07-08T02:25:39.184Z Compiling portable-atomic v1.13.1
18622026-07-08T02:25:39.432Z Compiling zmij v1.0.21
18632026-07-08T02:25:39.503Z Compiling serde_json v1.0.150
18642026-07-08T02:25:39.517Z Compiling parking_lot_core v0.9.12
18652026-07-08T02:25:39.675Z Compiling libm v0.2.16
18662026-07-08T02:25:39.689Z Compiling getrandom v0.4.1
18672026-07-08T02:25:39.811Z Compiling generic-array v0.14.7
18682026-07-08T02:25:39.829Z Compiling icu_properties_data v2.1.2
18692026-07-08T02:25:39.829Z Compiling smallvec v1.15.1
18702026-07-08T02:25:39.861Z Compiling icu_normalizer_data v2.1.1
18712026-07-08T02:25:39.861Z Compiling pkg-config v0.3.32
18722026-07-08T02:25:39.918Z Compiling num-traits v0.2.19
18732026-07-08T02:25:39.946Z Compiling log v0.4.29
18742026-07-08T02:25:39.965Z Compiling itoa v1.0.17
18752026-07-08T02:25:40.061Z Compiling subtle v2.6.1
18762026-07-08T02:25:40.095Z Compiling getrandom v0.3.4
18772026-07-08T02:25:40.141Z Compiling scopeguard v1.2.0
18782026-07-08T02:25:40.158Z Compiling rustix v1.1.3
18792026-07-08T02:25:40.231Z Compiling stable_deref_trait v1.2.1
18802026-07-08T02:25:40.245Z Compiling lock_api v0.4.14
18812026-07-08T02:25:40.275Z Compiling jobserver v0.1.34
18822026-07-08T02:25:40.288Z Compiling errno v0.3.14
18832026-07-08T02:25:40.365Z Compiling critical-section v1.2.0
18842026-07-08T02:25:40.368Z Compiling heck v0.5.0
18852026-07-08T02:25:40.392Z Compiling dunce v1.0.5
18862026-07-08T02:25:40.457Z Compiling typenum v1.20.1
18872026-07-08T02:25:40.472Z Compiling fs_extra v1.3.0
18882026-07-08T02:25:40.490Z Compiling cc v1.2.56
18892026-07-08T02:25:40.558Z Compiling fnv v1.0.7
18902026-07-08T02:25:40.629Z Compiling syn v2.0.117
18912026-07-08T02:25:40.632Z Compiling pin-project-lite v0.2.17
18922026-07-08T02:25:40.673Z Compiling thiserror v2.0.18
18932026-07-08T02:25:40.704Z Compiling rustversion v1.0.22
18942026-07-08T02:25:40.806Z Compiling once_cell v1.21.3
18952026-07-08T02:25:40.822Z Compiling futures-core v0.3.32
18962026-07-08T02:25:40.835Z Compiling aws-lc-rs v1.16.3
18972026-07-08T02:25:40.910Z Compiling rand_core v0.10.0
18982026-07-08T02:25:40.952Z Compiling signal-hook-registry v1.4.8
18992026-07-08T02:25:40.999Z Compiling getrandom v0.2.17
19002026-07-08T02:25:41.040Z Compiling litemap v0.8.1
19012026-07-08T02:25:41.091Z Compiling percent-encoding v2.3.2
19022026-07-08T02:25:41.176Z Compiling httparse v1.10.1
19032026-07-08T02:25:41.259Z Compiling cmake v0.1.57
19042026-07-08T02:25:41.286Z Compiling writeable v0.6.2
19052026-07-08T02:25:41.315Z Compiling parking_lot v0.12.5
19062026-07-08T02:25:41.340Z Compiling rand_core v0.6.4
19072026-07-08T02:25:41.382Z Compiling mio v1.2.0
19082026-07-08T02:25:41.470Z Compiling semver v1.0.28
19092026-07-08T02:25:41.579Z Compiling bitflags v2.11.0
19102026-07-08T02:25:41.641Z Compiling equivalent v1.0.2
19112026-07-08T02:25:41.816Z Compiling aws-lc-sys v0.40.0
19122026-07-08T02:25:41.842Z Compiling vcpkg v0.2.15
19132026-07-08T02:25:41.935Z Compiling schemars v0.8.22
19142026-07-08T02:25:42.021Z Compiling socket2 v0.6.3
19152026-07-08T02:25:42.132Z Compiling const-oid v0.9.6
19162026-07-08T02:25:42.350Z Compiling crc32fast v1.5.0
19172026-07-08T02:25:42.412Z Compiling openssl-sys v0.9.115
19182026-07-08T02:25:42.495Z Compiling rustls v0.23.41
19192026-07-08T02:25:42.524Z Compiling hashbrown v0.17.0
19202026-07-08T02:25:42.542Z Compiling futures-sink v0.3.32
19212026-07-08T02:25:42.687Z Compiling utf8_iter v1.0.4
19222026-07-08T02:25:42.690Z Compiling futures-channel v0.3.32
19232026-07-08T02:25:42.690Z Compiling form_urlencoded v1.2.2
19242026-07-08T02:25:42.791Z Compiling futures-io v0.3.32
19252026-07-08T02:25:42.806Z Compiling futures-task v0.3.32
19262026-07-08T02:25:42.842Z Compiling slab v0.4.12
19272026-07-08T02:25:42.937Z Compiling rustc_version v0.4.1
19282026-07-08T02:25:42.984Z Compiling strsim v0.11.1
19292026-07-08T02:25:43.038Z Compiling byteorder v1.5.0
19302026-07-08T02:25:43.069Z Compiling ucd-trie v0.1.7
19312026-07-08T02:25:43.184Z Compiling indexmap v2.14.0
19322026-07-08T02:25:43.222Z Compiling time-core v0.1.8
19332026-07-08T02:25:43.248Z Compiling pest v2.8.6
19342026-07-08T02:25:43.264Z Compiling num-conv v0.2.0
19352026-07-08T02:25:43.322Z Compiling ident_case v1.0.1
19362026-07-08T02:25:43.355Z Compiling openssl v0.10.79
19372026-07-08T02:25:43.401Z Compiling synstructure v0.13.2
19382026-07-08T02:25:43.417Z Compiling serde_derive_internals v0.29.1
19392026-07-08T02:25:43.420Z Compiling time-macros v0.2.27
19402026-07-08T02:25:43.445Z Compiling iana-time-zone v0.1.65
19412026-07-08T02:25:43.477Z Compiling thiserror v1.0.69
19422026-07-08T02:25:43.493Z Compiling syn v1.0.109
19432026-07-08T02:25:43.510Z Compiling regex-syntax v0.8.10
19442026-07-08T02:25:43.702Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-08T02:25:43.811Z Compiling base64 v0.22.1
19462026-07-08T02:25:43.835Z Compiling crossbeam-utils v0.8.21
19472026-07-08T02:25:43.852Z Compiling native-tls v0.2.18
19482026-07-08T02:25:43.938Z Compiling slog v2.8.2
19492026-07-08T02:25:44.109Z Compiling camino v1.2.2
19502026-07-08T02:25:44.159Z Compiling rand_core v0.9.5
19512026-07-08T02:25:44.218Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-08T02:25:44.257Z Compiling uuid v1.23.4
19532026-07-08T02:25:44.318Z Compiling pest_meta v2.8.6
19542026-07-08T02:25:44.339Z Compiling cookie v0.18.1
19552026-07-08T02:25:44.359Z Compiling fastrand v2.3.0
19562026-07-08T02:25:44.450Z Compiling base64ct v1.8.3
19572026-07-08T02:25:44.464Z Compiling plain v0.2.3
19582026-07-08T02:25:44.500Z Compiling paste v1.0.15
19592026-07-08T02:25:44.590Z Compiling tracing-core v0.1.36
19602026-07-08T02:25:44.639Z Compiling serde_derive v1.0.228
19612026-07-08T02:25:44.696Z Compiling zeroize_derive v1.4.3
19622026-07-08T02:25:44.747Z Compiling zerofrom-derive v0.1.6
19632026-07-08T02:25:44.788Z Compiling yoke-derive v0.8.1
19642026-07-08T02:25:44.844Z Compiling zerocopy-derive v0.8.40
19652026-07-08T02:25:44.894Z Compiling zerovec-derive v0.11.2
19662026-07-08T02:25:44.911Z Compiling displaydoc v0.2.5
19672026-07-08T02:25:44.995Z Compiling tokio-macros v2.7.0
19682026-07-08T02:25:45.091Z Compiling futures-macro v0.3.32
19692026-07-08T02:25:45.321Z Compiling zeroize v1.8.2
19702026-07-08T02:25:45.581Z Compiling thiserror-impl v2.0.18
19712026-07-08T02:25:45.601Z Compiling tracing-attributes v0.1.31
19722026-07-08T02:25:45.623Z Compiling der_derive v0.7.3
19732026-07-08T02:25:45.645Z Compiling schemars_derive v0.8.22
19742026-07-08T02:25:45.771Z Compiling pest_generator v2.8.6
19752026-07-08T02:25:45.860Z Compiling zerofrom v0.1.6
19762026-07-08T02:25:45.970Z Compiling yoke v0.8.1
19772026-07-08T02:25:46.001Z Compiling futures-util v0.3.32
19782026-07-08T02:25:46.194Z Compiling zerovec v0.11.5
19792026-07-08T02:25:46.300Z Compiling zerotrie v0.2.3
19802026-07-08T02:25:46.701Z Compiling crypto-common v0.1.7
19812026-07-08T02:25:46.757Z Compiling tinystr v0.8.2
19822026-07-08T02:25:46.775Z Compiling potential_utf v0.1.4
19832026-07-08T02:25:46.805Z Compiling block-buffer v0.10.4
19842026-07-08T02:25:46.970Z Compiling icu_locale_core v2.1.1
19852026-07-08T02:25:46.989Z Compiling icu_collections v2.1.1
19862026-07-08T02:25:47.021Z Compiling digest v0.10.7
19872026-07-08T02:25:47.063Z Compiling pest_derive v2.8.6
19882026-07-08T02:25:47.308Z Compiling openssl-macros v0.1.1
19892026-07-08T02:25:47.311Z Compiling scroll_derive v0.13.1
19902026-07-08T02:25:47.453Z Compiling thiserror-impl v1.0.69
19912026-07-08T02:25:47.640Z Compiling icu_provider v2.1.1
19922026-07-08T02:25:47.725Z Compiling bytes v1.11.1
19932026-07-08T02:25:47.818Z Compiling chrono v0.4.44
19942026-07-08T02:25:47.989Z Compiling icu_normalizer v2.1.1
19952026-07-08T02:25:48.156Z Compiling icu_properties v2.1.2
19962026-07-08T02:25:48.389Z Compiling tokio v1.52.1
19972026-07-08T02:25:48.679Z Compiling http v1.4.2
19982026-07-08T02:25:48.851Z Compiling rustls-pki-types v1.14.0
19992026-07-08T02:25:49.188Z Compiling idna_adapter v1.2.1
20002026-07-08T02:25:49.307Z Compiling idna v1.1.0
20012026-07-08T02:25:49.325Z Compiling ppv-lite86 v0.2.21
20022026-07-08T02:25:49.479Z Compiling pem-rfc7468 v0.7.0
20032026-07-08T02:25:49.646Z Compiling url v2.5.8
20042026-07-08T02:25:49.699Z Compiling aho-corasick v1.1.4
20052026-07-08T02:25:49.720Z Compiling num-bigint-dig v0.8.6
20062026-07-08T02:25:49.756Z Compiling flagset v0.4.7
20072026-07-08T02:25:50.135Z Compiling tracing v0.1.44
20082026-07-08T02:25:50.296Z Compiling der v0.7.10
20092026-07-08T02:25:50.354Z Compiling rand_chacha v0.9.0
20102026-07-08T02:25:50.544Z Compiling regex-automata v0.4.14
20112026-07-08T02:25:50.626Z Compiling http-body v1.0.1
20122026-07-08T02:25:50.877Z Compiling async-trait v0.1.89
20132026-07-08T02:25:51.004Z Compiling ahash v0.8.12
20142026-07-08T02:25:51.038Z Compiling openssl-probe v0.2.1
20152026-07-08T02:25:51.054Z Compiling atomic-waker v1.1.2
20162026-07-08T02:25:51.086Z Compiling pretty-hex v0.4.1
20172026-07-08T02:25:51.223Z Compiling dyn-clone v1.0.20
20182026-07-08T02:25:51.238Z Compiling zstd-safe v7.2.4
20192026-07-08T02:25:51.252Z Compiling tinyvec_macros v0.1.1
20202026-07-08T02:25:51.267Z Compiling usdt-impl v0.6.0
20212026-07-08T02:25:51.287Z Compiling cmov v0.5.4
20222026-07-08T02:25:51.346Z Compiling tinyvec v1.10.0
20232026-07-08T02:25:51.360Z Compiling spki v0.7.3
20242026-07-08T02:25:51.395Z Compiling rand v0.9.2
20252026-07-08T02:25:51.474Z Compiling ctutils v0.4.2
20262026-07-08T02:25:51.509Z Compiling scroll v0.13.0
20272026-07-08T02:25:51.537Z Compiling serde_tokenstream v0.2.3
20282026-07-08T02:25:51.572Z Compiling scroll_derive v0.12.1
20292026-07-08T02:25:51.716Z Compiling clap_derive v4.6.1
20302026-07-08T02:25:51.731Z Compiling daft-derive v0.1.7
20312026-07-08T02:25:51.796Z Compiling tempfile v3.25.0
20322026-07-08T02:25:51.811Z Compiling heapless v0.7.17
20332026-07-08T02:25:51.946Z Compiling try-lock v0.2.5
20342026-07-08T02:25:51.968Z Compiling anyhow v1.0.102
20352026-07-08T02:25:51.992Z Compiling tower-layer v0.3.3
20362026-07-08T02:25:52.089Z Compiling litrs v1.0.0
20372026-07-08T02:25:52.106Z Compiling utf8parse v0.2.2
20382026-07-08T02:25:52.175Z Compiling signal-hook v0.3.18
20392026-07-08T02:25:52.232Z Compiling tokio-util v0.7.18
20402026-07-08T02:25:52.297Z Compiling untrusted v0.7.1
20412026-07-08T02:25:52.312Z Compiling tower-service v0.3.3
20422026-07-08T02:25:52.459Z Compiling want v0.3.1
20432026-07-08T02:25:52.604Z Compiling document-features v0.2.12
20442026-07-08T02:25:52.656Z Compiling goblin v0.10.5
20452026-07-08T02:25:52.714Z Compiling hybrid-array v0.4.13
20462026-07-08T02:25:52.857Z Compiling ipnet v2.11.0
20472026-07-08T02:25:53.213Z Compiling h2 v0.4.15
20482026-07-08T02:25:53.276Z Compiling pin-project-internal v1.1.11
20492026-07-08T02:25:53.426Z Compiling darling_core v0.20.11
20502026-07-08T02:25:53.481Z Compiling spin v0.9.8
20512026-07-08T02:25:53.563Z Compiling rustix v0.38.44
20522026-07-08T02:25:53.631Z Compiling untrusted v0.9.0
20532026-07-08T02:25:53.726Z Compiling anstyle v1.0.14
20542026-07-08T02:25:53.816Z Compiling foreign-types-shared v0.1.1
20552026-07-08T02:25:53.924Z Compiling httpdate v1.0.3
20562026-07-08T02:25:54.092Z Compiling powerfmt v0.2.0
20572026-07-08T02:25:54.197Z Compiling cpufeatures v0.2.17
20582026-07-08T02:25:54.281Z Compiling simd-adler32 v0.3.8
20592026-07-08T02:25:54.296Z Compiling deranged v0.5.8
20602026-07-08T02:25:54.328Z Compiling foreign-types v0.3.2
20612026-07-08T02:25:54.400Z Compiling unicode-normalization v0.1.25
20622026-07-08T02:25:54.422Z Compiling pkcs8 v0.10.2
20632026-07-08T02:25:54.747Z Compiling hex v0.4.3
20642026-07-08T02:25:54.764Z Compiling dtrace-parser v0.3.0
20652026-07-08T02:25:54.837Z Compiling zerocopy-derive v0.7.35
20662026-07-08T02:25:54.873Z Compiling strum_macros v0.26.4
20672026-07-08T02:25:54.900Z Compiling darling_core v0.21.3
20682026-07-08T02:25:54.916Z Compiling curve25519-dalek v4.1.3
20692026-07-08T02:25:55.185Z Compiling thread-id v5.1.0
20702026-07-08T02:25:55.283Z Compiling memoffset v0.9.1
20712026-07-08T02:25:55.298Z Compiling anstyle-query v1.1.5
20722026-07-08T02:25:55.363Z Compiling num_threads v0.1.7
20732026-07-08T02:25:55.422Z Compiling dof v0.4.0
20742026-07-08T02:25:55.440Z Compiling darling_macro v0.20.11
20752026-07-08T02:25:55.473Z Compiling adler2 v2.0.1
20762026-07-08T02:25:55.528Z Compiling ref-cast v1.0.25
20772026-07-08T02:25:55.649Z Compiling smoltcp v0.9.1
20782026-07-08T02:25:55.666Z Compiling colorchoice v1.0.4
20792026-07-08T02:25:55.723Z Compiling is_terminal_polyfill v1.70.2
20802026-07-08T02:25:55.850Z Compiling time v0.3.47
20812026-07-08T02:25:55.853Z Compiling miniz_oxide v0.8.9
20822026-07-08T02:25:55.959Z Compiling darling v0.20.11
20832026-07-08T02:25:56.003Z Compiling sha2 v0.10.9
20842026-07-08T02:25:56.491Z Compiling hyper v1.10.1
20852026-07-08T02:25:56.563Z Compiling hmac v0.12.1
20862026-07-08T02:25:56.586Z Compiling snafu-derive v0.8.9
20872026-07-08T02:25:56.857Z Compiling sync_wrapper v1.0.2
20882026-07-08T02:25:56.878Z Compiling wait-timeout v0.2.1
20892026-07-08T02:25:57.040Z Compiling darling_macro v0.21.3
20902026-07-08T02:25:57.147Z Compiling cfg_aliases v0.2.1
20912026-07-08T02:25:57.185Z Compiling siphasher v1.0.2
20922026-07-08T02:25:57.312Z Compiling bit-vec v0.8.0
20932026-07-08T02:25:57.388Z Compiling zlib-rs v0.6.2
20942026-07-08T02:25:57.408Z Compiling quick-error v1.2.3
20952026-07-08T02:25:57.532Z Compiling bit-set v0.8.0
20962026-07-08T02:25:57.535Z Compiling rusty-fork v0.3.1
20972026-07-08T02:25:57.563Z Compiling darling v0.21.3
20982026-07-08T02:25:57.590Z Compiling hyper-util v0.1.20
20992026-07-08T02:25:57.655Z Compiling nix v0.31.2
21002026-07-08T02:25:57.829Z Compiling tower v0.5.3
21012026-07-08T02:25:58.206Z Compiling derive_builder_core v0.20.2
21022026-07-08T02:25:58.290Z Compiling regex v1.12.3
21032026-07-08T02:25:58.323Z Compiling anstyle-parse v1.0.0
21042026-07-08T02:25:58.496Z Compiling http-body-util v0.1.3
21052026-07-08T02:25:58.614Z Compiling erased-serde v0.3.31
21062026-07-08T02:25:58.754Z Compiling hubpack_derive v0.1.1
21072026-07-08T02:25:58.772Z Compiling curve25519-dalek-derive v0.1.1
21082026-07-08T02:25:58.848Z Compiling strum_macros v0.27.2
21092026-07-08T02:25:58.907Z Compiling ref-cast-impl v1.0.25
21102026-07-08T02:25:59.007Z Compiling rand_xorshift v0.4.0
21112026-07-08T02:25:59.247Z Compiling fs-err v3.3.0
21122026-07-08T02:25:59.308Z Compiling usdt-impl v0.5.0
21132026-07-08T02:25:59.334Z Compiling encoding_rs v0.8.35
21142026-07-08T02:25:59.405Z Compiling allocator-api2 v0.2.21
21152026-07-08T02:25:59.477Z Compiling unarray v0.1.4
21162026-07-08T02:25:59.495Z Compiling ryu v1.0.23
21172026-07-08T02:25:59.616Z Compiling flate2 v1.1.9
21182026-07-08T02:25:59.714Z Compiling iri-string v0.7.10
21192026-07-08T02:25:59.729Z Compiling unicode-properties v0.1.4
21202026-07-08T02:25:59.935Z Compiling object v0.37.3
21212026-07-08T02:25:59.957Z Compiling mime v0.3.17
21222026-07-08T02:26:00.185Z Compiling unicode-bidi v0.3.18
21232026-07-08T02:26:00.453Z Compiling serde_urlencoded v0.7.1
21242026-07-08T02:26:00.595Z Compiling stringprep v0.1.5
21252026-07-08T02:26:00.968Z Compiling tower-http v0.6.8
21262026-07-08T02:26:01.030Z Compiling proptest v1.10.0
21272026-07-08T02:26:01.413Z Compiling derive_builder_macro v0.20.2
21282026-07-08T02:26:01.497Z Compiling anstream v1.0.0
21292026-07-08T02:26:01.519Z Compiling tokio-native-tls v0.3.1
21302026-07-08T02:26:01.708Z Compiling serde_with_macros v3.17.0
21312026-07-08T02:26:01.766Z Compiling usdt-macro v0.6.0
21322026-07-08T02:26:01.791Z Compiling usdt-attr-macro v0.6.0
21332026-07-08T02:26:01.831Z Compiling ipnetwork v0.21.1
21342026-07-08T02:26:01.911Z Compiling crypto-common v0.2.2
21352026-07-08T02:26:02.010Z Compiling block-padding v0.4.2
21362026-07-08T02:26:02.087Z Compiling block-buffer v0.12.1
21372026-07-08T02:26:02.114Z Compiling bstr v1.12.1
21382026-07-08T02:26:02.191Z Compiling scroll v0.12.0
21392026-07-08T02:26:02.277Z Compiling rustls-native-certs v0.8.3
21402026-07-08T02:26:02.292Z Compiling rand_chacha v0.3.1
21412026-07-08T02:26:02.493Z Compiling serde_spanned v0.6.9
21422026-07-08T02:26:02.493Z Compiling toml_datetime v0.6.11
21432026-07-08T02:26:02.673Z Compiling signature v2.2.0
21442026-07-08T02:26:02.677Z Compiling md-5 v0.10.6
21452026-07-08T02:26:02.751Z Compiling async-recursion v1.1.1
21462026-07-08T02:26:02.807Z Compiling terminal_size v0.4.3
21472026-07-08T02:26:02.858Z Compiling num-integer v0.1.46
21482026-07-08T02:26:02.858Z Compiling hash32 v0.2.1
21492026-07-08T02:26:02.899Z Compiling vergen-lib v9.1.0
21502026-07-08T02:26:02.994Z Compiling fallible-iterator v0.2.0
21512026-07-08T02:26:03.077Z Compiling clap_lex v1.0.0
21522026-07-08T02:26:03.327Z Compiling psl-types v2.0.11
21532026-07-08T02:26:03.473Z Compiling publicsuffix v2.3.0
21542026-07-08T02:26:03.486Z Compiling clap_builder v4.6.0
21552026-07-08T02:26:03.530Z Compiling postgres-protocol v0.6.10
21562026-07-08T02:26:03.660Z Compiling num-iter v0.1.45
21572026-07-08T02:26:03.676Z Compiling newtype-uuid v1.3.2
21582026-07-08T02:26:03.897Z Compiling rand v0.8.6
21592026-07-08T02:26:04.014Z Compiling goblin v0.8.2
21602026-07-08T02:26:04.257Z Compiling inout v0.2.2
21612026-07-08T02:26:04.292Z Compiling oxnet v0.1.6
21622026-07-08T02:26:04.363Z Compiling derive_builder v0.20.2
21632026-07-08T02:26:04.435Z Compiling hyper-tls v0.6.0
21642026-07-08T02:26:04.517Z Compiling phf_shared v0.13.1
21652026-07-08T02:26:04.669Z Compiling zerocopy v0.7.35
21662026-07-08T02:26:04.707Z Compiling lazy_static v1.5.0
21672026-07-08T02:26:04.769Z Compiling pin-project v1.1.11
21682026-07-08T02:26:04.800Z Compiling anstyle-parse v0.2.7
21692026-07-08T02:26:04.903Z Compiling futures-executor v0.3.32
21702026-07-08T02:26:05.085Z Compiling enum-as-inner v0.6.1
21712026-07-08T02:26:05.146Z Compiling serde_repr v0.1.20
21722026-07-08T02:26:05.238Z Compiling ff v0.13.1
21732026-07-08T02:26:05.251Z Compiling vergen v9.1.0
21742026-07-08T02:26:05.254Z Compiling cargo-platform v0.3.2
21752026-07-08T02:26:05.487Z Compiling base16ct v0.2.0
21762026-07-08T02:26:05.527Z Compiling bitflags v1.3.2
21772026-07-08T02:26:05.620Z Compiling same-file v1.0.6
21782026-07-08T02:26:05.636Z Compiling foldhash v0.1.5
21792026-07-08T02:26:05.674Z Compiling bumpalo v3.20.2
21802026-07-08T02:26:05.691Z Compiling winnow v0.5.40
21812026-07-08T02:26:05.724Z Compiling foldhash v0.2.0
21822026-07-08T02:26:05.752Z Compiling libbz2-rs-sys v0.2.2
21832026-07-08T02:26:05.795Z Compiling managed v0.8.0
21842026-07-08T02:26:05.813Z Compiling unicode-segmentation v1.12.0
21852026-07-08T02:26:05.928Z Compiling zopfli v0.8.3
21862026-07-08T02:26:06.024Z Compiling hashbrown v0.16.1
21872026-07-08T02:26:06.178Z Compiling bzip2 v0.6.1
21882026-07-08T02:26:06.197Z Compiling dof v0.3.0
21892026-07-08T02:26:06.334Z Compiling hashbrown v0.15.5
21902026-07-08T02:26:06.496Z Compiling walkdir v2.5.0
21912026-07-08T02:26:06.625Z Compiling sec1 v0.7.3
21922026-07-08T02:26:06.810Z Compiling cargo_metadata v0.23.1
21932026-07-08T02:26:06.829Z Compiling clap v4.6.1
21942026-07-08T02:26:06.853Z Compiling group v0.13.0
21952026-07-08T02:26:06.943Z Compiling futures v0.3.32
21962026-07-08T02:26:07.029Z Compiling toml_edit v0.19.15
21972026-07-08T02:26:07.046Z Compiling anstream v0.6.21
21982026-07-08T02:26:07.381Z Compiling snafu v0.8.9
21992026-07-08T02:26:07.823Z Compiling phf v0.13.1
22002026-07-08T02:26:08.057Z Compiling reqwest v0.12.28
22012026-07-08T02:26:08.072Z Compiling daft v0.1.7
22022026-07-08T02:26:08.179Z Compiling cipher v0.5.2
22032026-07-08T02:26:08.270Z Compiling signal-hook-mio v0.2.5
22042026-07-08T02:26:08.371Z Compiling cookie_store v0.22.1
22052026-07-08T02:26:08.404Z Compiling postgres-types v0.2.12
22062026-07-08T02:26:08.420Z Compiling zstd v0.13.3
22072026-07-08T02:26:08.438Z Compiling bzip2 v0.4.4
22082026-07-08T02:26:08.460Z Compiling ed25519 v2.2.3
22092026-07-08T02:26:08.478Z Compiling globset v0.4.18
22102026-07-08T02:26:08.495Z Compiling dtrace-parser v0.2.0
22112026-07-08T02:26:08.617Z Compiling strum v0.27.2
22122026-07-08T02:26:08.722Z Compiling hubpack v0.1.2
22132026-07-08T02:26:08.785Z Compiling phf_shared v0.11.3
22142026-07-08T02:26:08.826Z Compiling hkdf v0.12.4
22152026-07-08T02:26:08.848Z Compiling olpc-cjson v0.1.4
22162026-07-08T02:26:08.923Z Compiling pkcs1 v0.7.5
22172026-07-08T02:26:09.051Z Compiling pem v3.0.6
22182026-07-08T02:26:09.093Z Compiling serde-big-array v0.5.1
22192026-07-08T02:26:09.108Z Compiling serde_plain v1.0.2
22202026-07-08T02:26:09.111Z Compiling crypto-bigint v0.5.5
22212026-07-08T02:26:09.310Z Compiling float-cmp v0.10.0
22222026-07-08T02:26:09.323Z Compiling memmap2 v0.9.10
22232026-07-08T02:26:09.327Z Compiling thread-id v4.2.2
22242026-07-08T02:26:09.353Z Compiling env_filter v1.0.0
22252026-07-08T02:26:09.465Z Compiling whoami v2.1.0
22262026-07-08T02:26:09.487Z Compiling toml_write v0.1.2
22272026-07-08T02:26:09.552Z Compiling winnow v0.7.14
22282026-07-08T02:26:09.571Z Compiling keccak v0.1.6
22292026-07-08T02:26:09.697Z Compiling predicates-core v1.0.10
22302026-07-08T02:26:09.754Z Compiling fixedbitset v0.5.7
22312026-07-08T02:26:09.781Z Compiling fixedbitset v0.4.2
22322026-07-08T02:26:09.784Z Compiling new_debug_unreachable v1.0.6
22332026-07-08T02:26:09.812Z Compiling precomputed-hash v0.1.1
22342026-07-08T02:26:09.862Z Compiling normalize-line-endings v0.3.0
22352026-07-08T02:26:09.878Z Compiling static_assertions v1.1.0
22362026-07-08T02:26:09.909Z Compiling cpufeatures v0.3.0
22372026-07-08T02:26:09.961Z Compiling either v1.15.0
22382026-07-08T02:26:09.976Z Compiling data-encoding v2.10.0
22392026-07-08T02:26:10.010Z Compiling const-oid v0.10.2
22402026-07-08T02:26:10.040Z Compiling jiff v0.2.21
22412026-07-08T02:26:10.183Z Compiling typed-path v0.9.3
22422026-07-08T02:26:10.191Z Compiling difflib v0.4.0
22432026-07-08T02:26:10.215Z Compiling winnow v1.0.3
22442026-07-08T02:26:10.574Z Compiling toml_parser v1.1.2+spec-1.1.0
22452026-07-08T02:26:10.658Z Compiling predicates v3.1.4
22462026-07-08T02:26:10.857Z Compiling toml_edit v0.22.27
22472026-07-08T02:26:11.002Z Compiling hickory-proto v0.25.2
22482026-07-08T02:26:11.034Z Compiling digest v0.11.3
22492026-07-08T02:26:11.156Z Compiling itertools v0.13.0
22502026-07-08T02:26:11.221Z Compiling elliptic-curve v0.13.8
22512026-07-08T02:26:11.245Z Compiling chacha20 v0.10.0
22522026-07-08T02:26:11.304Z Compiling petgraph v0.8.3
22532026-07-08T02:26:11.540Z Compiling petgraph v0.6.5
22542026-07-08T02:26:11.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22552026-07-08T02:26:11.718Z Compiling string_cache v0.8.9
22562026-07-08T02:26:11.948Z Compiling sha3 v0.10.8
22572026-07-08T02:26:12.223Z Compiling tokio-postgres v0.7.16
22582026-07-08T02:26:12.413Z Compiling env_logger v0.11.9
22592026-07-08T02:26:12.738Z Compiling zip v4.6.1
22602026-07-08T02:26:13.177Z Compiling usdt v0.6.0
22612026-07-08T02:26:13.347Z Compiling rsa v0.9.10
22622026-07-08T02:26:13.940Z Compiling ed25519-dalek v2.2.0
22632026-07-08T02:26:13.987Z Compiling zip v0.6.6
22642026-07-08T02:26:14.003Z Compiling toml v0.7.8
22652026-07-08T02:26:14.186Z Compiling crossterm v0.28.1
22662026-07-08T02:26:14.339Z Compiling iddqd v0.4.2
22672026-07-08T02:26:14.433Z Compiling crossbeam-epoch v0.9.18
22682026-07-08T02:26:14.506Z Compiling similar v2.7.0
22692026-07-08T02:26:14.558Z Compiling heck v0.4.1
22702026-07-08T02:26:14.615Z Compiling serde_with v3.17.0
22712026-07-08T02:26:14.794Z Compiling strum v0.26.3
22722026-07-08T02:26:14.940Z Compiling tokio-stream v0.1.18
22732026-07-08T02:26:14.970Z Compiling buf-list v1.1.2
22742026-07-08T02:26:15.235Z Compiling x509-cert v0.2.5
22752026-07-08T02:26:15.251Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-08T02:26:15.423Z Compiling openapiv3 v2.2.0
22772026-07-08T02:26:15.568Z Compiling structmeta-derive v0.3.0
22782026-07-08T02:26:15.903Z Compiling radium v0.7.0
22792026-07-08T02:26:15.918Z Compiling peg-runtime v0.8.5
22802026-07-08T02:26:15.960Z Compiling lalrpop-util v0.19.12
22812026-07-08T02:26:16.596Z Compiling structmeta v0.3.0
22822026-07-08T02:26:16.983Z Compiling maybe-uninit v2.0.0
22832026-07-08T02:26:17.225Z Compiling tap v1.0.1
22842026-07-08T02:26:17.357Z Compiling wyz v0.5.1
22852026-07-08T02:26:18.653Z Compiling funty v2.0.0
22862026-07-08T02:26:18.728Z Compiling packed_struct v0.10.1
22872026-07-08T02:26:19.618Z Compiling bitvec v1.0.1
22882026-07-08T02:26:21.896Z Compiling packed_struct_codegen v0.10.1
22892026-07-08T02:26:22.174Z Compiling bitfield-macros v0.19.4
22902026-07-08T02:26:22.242Z Compiling zerocopy-derive v0.6.6
22912026-07-08T02:26:22.782Z Compiling indexmap v1.9.3
22922026-07-08T02:26:22.880Z Compiling nodrop v0.1.14
22932026-07-08T02:26:23.026Z Compiling crc-catalog v2.4.0
22942026-07-08T02:26:23.109Z Compiling crc v3.4.0
22952026-07-08T02:26:23.381Z Compiling zerocopy v0.6.6
22962026-07-08T02:26:23.842Z Compiling array-init v0.0.4
22972026-07-08T02:26:23.859Z Compiling bitfield v0.19.4
22982026-07-08T02:26:24.503Z Compiling smallvec v0.6.14
22992026-07-08T02:26:25.372Z Compiling derive-ex v0.1.8
23002026-07-08T02:26:27.767Z Compiling hashbrown v0.12.3
23012026-07-08T02:26:28.271Z Compiling base64 v0.21.7
23022026-07-08T02:26:28.568Z Compiling ron v0.8.1
23032026-07-08T02:26:29.295Z Compiling rustls-webpki v0.103.13
23042026-07-08T02:26:30.517Z Compiling test-strategy v0.4.5
23052026-07-08T02:26:31.799Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-08T02:26:32.286Z Compiling serde-hex v0.1.0
23072026-07-08T02:26:32.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082026-07-08T02:26:32.859Z Compiling hashbrown v0.13.2
23092026-07-08T02:26:33.247Z Compiling tokio-rustls v0.26.4
23102026-07-08T02:26:33.445Z Compiling rustls-platform-verifier v0.6.2
23112026-07-08T02:26:33.468Z Compiling tough v0.22.0
23122026-07-08T02:26:33.538Z Compiling hyper-rustls v0.27.7
23132026-07-08T02:26:33.669Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23142026-07-08T02:26:33.848Z Compiling reqwest v0.13.2
23152026-07-08T02:26:34.250Z Compiling filetime v0.2.27
23162026-07-08T02:26:34.282Z Compiling multer v3.1.0
23172026-07-08T02:26:34.388Z Compiling thread_local v1.1.9
23182026-07-08T02:26:34.432Z Compiling xattr v1.6.1
23192026-07-08T02:26:34.474Z Compiling compression-core v0.4.31
23202026-07-08T02:26:34.509Z Compiling crc-any v2.5.0
23212026-07-08T02:26:34.601Z Compiling slog-async v2.8.0
23222026-07-08T02:26:34.646Z Compiling rayon-core v1.13.0
23232026-07-08T02:26:34.678Z Compiling match_cfg v0.1.0
23242026-07-08T02:26:34.750Z Compiling hostname v0.3.1
23252026-07-08T02:26:34.769Z Compiling compression-codecs v0.4.37
23262026-07-08T02:26:34.895Z Compiling tar v0.4.45
23272026-07-08T02:26:34.942Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23282026-07-08T02:26:34.945Z Compiling object v0.30.4
23292026-07-08T02:26:34.970Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-08T02:26:34.988Z Compiling crossbeam-channel v0.5.15
23312026-07-08T02:26:35.106Z Compiling slog-json v2.6.1
23322026-07-08T02:26:35.148Z Compiling async-stream-impl v0.3.6
23332026-07-08T02:26:35.208Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-07-08T02:26:35.378Z Compiling serde_spanned v1.1.1
23352026-07-08T02:26:35.399Z Compiling toml_datetime v1.1.1+spec-1.1.0
23362026-07-08T02:26:35.549Z Compiling serde_path_to_error v0.1.20
23372026-07-08T02:26:35.625Z Compiling is-terminal v0.4.17
23382026-07-08T02:26:35.642Z Compiling fs-err v2.11.0
23392026-07-08T02:26:35.704Z Compiling dropshot v0.17.1
23402026-07-08T02:26:35.747Z Compiling term v1.2.1
23412026-07-08T02:26:35.762Z Compiling path-slash v0.1.5
23422026-07-08T02:26:35.837Z Compiling debug-ignore v1.0.5
23432026-07-08T02:26:35.880Z Compiling take_mut v0.2.2
23442026-07-08T02:26:35.934Z Compiling toml_writer v1.1.1+spec-1.1.0
23452026-07-08T02:26:36.023Z Compiling async-stream v0.3.6
23462026-07-08T02:26:36.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23472026-07-08T02:26:36.087Z Compiling slog-term v2.9.2
23482026-07-08T02:26:36.199Z Compiling toml v1.1.2+spec-1.1.0
23492026-07-08T02:26:36.215Z Compiling slog-bunyan v2.5.0
23502026-07-08T02:26:36.298Z Compiling async-compression v0.4.41
23512026-07-08T02:26:36.415Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23522026-07-08T02:26:36.493Z Compiling atomicwrites v0.4.4
23532026-07-08T02:26:36.777Z Compiling sha1 v0.11.0
23542026-07-08T02:26:36.792Z Compiling crossbeam-deque v0.8.6
23552026-07-08T02:26:37.031Z Compiling parse-display-derive v0.10.0
23562026-07-08T02:26:37.074Z Compiling camino-tempfile v1.4.1
23572026-07-08T02:26:37.114Z Compiling dropshot_endpoint v0.17.1
23582026-07-08T02:26:37.161Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-07-08T02:26:37.207Z Compiling newtype-uuid-macros v0.1.0
23602026-07-08T02:26:37.238Z Compiling waitgroup v0.1.2
23612026-07-08T02:26:37.289Z Compiling half v2.7.1
23622026-07-08T02:26:37.356Z Compiling rustls-pemfile v2.2.0
23632026-07-08T02:26:37.411Z Compiling backon v1.6.0
23642026-07-08T02:26:37.425Z Compiling blake3 v1.8.5
23652026-07-08T02:26:37.500Z Compiling hostname v0.4.2
23662026-07-08T02:26:37.529Z Compiling instant v0.1.13
23672026-07-08T02:26:37.548Z Compiling ciborium-io v0.2.2
23682026-07-08T02:26:37.648Z Compiling ciborium-ll v0.2.2
23692026-07-08T02:26:37.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23702026-07-08T02:26:37.679Z Compiling backoff v0.4.0
23712026-07-08T02:26:37.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722026-07-08T02:26:37.947Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-08T02:26:37.961Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-08T02:26:37.986Z Compiling toml v0.8.23
23752026-07-08T02:26:38.110Z Compiling regress v0.10.5
23762026-07-08T02:26:38.125Z Compiling itertools v0.14.0
23772026-07-08T02:26:38.264Z Compiling macaddr v1.0.1
23782026-07-08T02:26:38.505Z Compiling parse-display v0.10.0
23792026-07-08T02:26:38.569Z Compiling arrayvec v0.7.6
23802026-07-08T02:26:38.704Z Compiling constant_time_eq v0.4.2
23812026-07-08T02:26:38.822Z Compiling humantime v2.3.0
23822026-07-08T02:26:38.877Z Compiling parse-size v1.1.0
23832026-07-08T02:26:38.923Z Compiling arrayref v0.3.9
23842026-07-08T02:26:39.013Z Compiling indent_write v2.2.0
23852026-07-08T02:26:39.281Z Compiling ciborium v0.2.2
23862026-07-08T02:26:39.296Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-08T02:26:39.359Z Compiling topological-sort v0.2.2
23882026-07-08T02:26:39.549Z Compiling display-error-chain v0.2.2
23892026-07-08T02:26:39.711Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-08T02:26:39.728Z Compiling shell-words v1.1.1
23912026-07-08T02:26:39.992Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-08T02:26:49.404Z Compiling progenitor-client v0.14.0
23932026-07-08T02:26:49.404Z Compiling omicron-zone-package v0.12.3
23942026-07-08T02:26:49.639Z Compiling progenitor-extras v0.2.0
23952026-07-08T02:26:49.886Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-08T02:26:49.932Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-08T02:26:49.971Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-08T02:26:51.338Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-08T02:26:55.142Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-08T02:26:58.185Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-08T02:27:06.229Z Finished `release` profile [optimized] target(s) in 1m 27s
24022026-07-08T02:27:06.371Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-08T02:27:06.429ZJul 08 02:27:05.391 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-08T02:27:06.525ZJul 08 02:27:05.488 DEBG running: git rev-parse HEAD
24052026-07-08T02:27:06.528ZJul 08 02:27:05.491 DEBG process exited with exit status: 0 (3.090116ms)
24062026-07-08T02:27:06.528ZJul 08 02:27:05.491 INFO version: 21.0.0-0.ci+gitc69cc2c72a2
24072026-07-08T02:27:06.536ZJul 08 02:27:05.499 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-08T02:27:06.536ZJul 08 02:27:05.499 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-08T02:27:06.539ZCloning into '/work/oxidecomputer/helios'...
24102026-07-08T02:27:07.016ZJul 08 02:27:05.980 DEBG process exited with exit status: 0 (480.870611ms)
24112026-07-08T02:27:07.017ZJul 08 02:27:05.980 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-08T02:27:07.020ZJul 08 02:27:05.983 DEBG process exited with exit status: 0 (2.684575ms)
24132026-07-08T02:27:07.020ZJul 08 02:27:05.983 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-08T02:27:07.346ZJul 08 02:27:06.309 DEBG process exited with exit status: 0 (326.308586ms)
24152026-07-08T02:27:07.346ZJul 08 02:27:06.309 DEBG running: zfs list rpool/images/build/host
24162026-07-08T02:27:07.350ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-08T02:27:07.350Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-08T02:27:07.353ZJul 08 02:27:06.314 DEBG process exited with exit status: 0 (5.13092ms)
24192026-07-08T02:27:07.353ZJul 08 02:27:06.314 DEBG running: zfs list rpool/images/build/recovery
24202026-07-08T02:27:07.356ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-08T02:27:07.356Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-08T02:27:07.356ZJul 08 02:27:06.318 DEBG process exited with exit status: 0 (4.332958ms)
24232026-07-08T02:27:07.356ZJul 08 02:27:06.318 INFO console assets match pinned console commit (975bba9f3f2ce5fc0fa0d03ea4d71e04d9e4d6c5)
24242026-07-08T02:27:07.369ZJul 08 02:27:06.332 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026062500.0.0; the console needs a client regen and tools/console_version needs a bump
24252026-07-08T02:27:07.372ZJul 08 02:27:06.332 INFO [hubris-production] running task
24262026-07-08T02:27:07.372ZJul 08 02:27:06.332 INFO [incorp-manifest] running task
24272026-07-08T02:27:07.372ZJul 08 02:27:06.332 INFO [hubris-staging] running task
24282026-07-08T02:27:07.372ZJul 08 02:27:06.333 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-08T02:27:07.372ZJul 08 02:27:06.333 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-08T02:27:07.372ZJul 08 02:27:06.334 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24312026-07-08T02:27:07.372ZJul 08 02:27:06.334 INFO [incorp-create] running: pkgrepo create /work/incorporation
24322026-07-08T02:27:07.412Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-08T02:27:07.476Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-07-08T02:27:07.601ZJul 08 02:27:06.564 INFO [incorp-create] process exited with exit status: 0 (229.452289ms)
24352026-07-08T02:27:07.604ZJul 08 02:27:06.564 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24362026-07-08T02:27:07.822ZJul 08 02:27:06.785 INFO [incorp-publisher] process exited with exit status: 0 (221.586934ms)
24372026-07-08T02:27:08.123Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-08T02:27:08.138ZJul 08 02:27:07.101 DEBG process exited with exit status: 0 (768.139602ms)
24392026-07-08T02:27:08.141ZJul 08 02:27:07.101 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-08T02:27:08.431ZJul 08 02:27:07.394 INFO [hubris-production] task succeeded (1.061558284s)
24412026-07-08T02:27:08.949ZJul 08 02:27:07.912 DEBG process exited with exit status: 0 (810.820284ms)
24422026-07-08T02:27:08.971ZJul 08 02:27:07.934 INFO [incorp-manifest] task succeeded (1.601513308s)
24432026-07-08T02:27:08.971ZJul 08 02:27:07.934 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-08T02:27:09.191ZJul 08 02:27:08.153 INFO [incorp-fmt] process exited with exit status: 0 (218.507258ms)
24452026-07-08T02:27:09.191ZJul 08 02:27:08.153 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-08T02:27:09.242Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24472026-07-08T02:27:09.246Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24482026-07-08T02:27:09.246Z[ omicron-package] Compiling itertools v0.14.0
24492026-07-08T02:27:09.246Z[ omicron-package] Compiling secrecy v0.10.3
24502026-07-08T02:27:09.246Z[ omicron-package] Compiling heapless v0.8.0
24512026-07-08T02:27:09.246Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-08T02:27:09.246Z[ omicron-package] Compiling inout v0.1.4
24532026-07-08T02:27:09.517Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260708T022708Z
24542026-07-08T02:27:09.517Z[ incorp-pkgsend] PUBLISHED
24552026-07-08T02:27:09.593ZJul 08 02:27:08.553 INFO [incorp-pkgsend] process exited with exit status: 0 (400.010776ms)
24562026-07-08T02:27:09.593ZJul 08 02:27:08.553 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24572026-07-08T02:27:09.828Z[ helios-incorp] Retrieving packages for publisher helios ...
24582026-07-08T02:27:09.839Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24592026-07-08T02:27:09.872Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24602026-07-08T02:27:09.872Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24612026-07-08T02:27:09.872Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24622026-07-08T02:27:09.876Z[ helios-incorp]
24632026-07-08T02:27:09.876Z[ helios-incorp] Archiving packages ...
24642026-07-08T02:27:09.876Z[ helios-incorp] Packages to add: 1
24652026-07-08T02:27:09.876Z[ helios-incorp] Files to retrieve: 0
24662026-07-08T02:27:09.885Z[ helios-incorp] Estimated transfer size: 0.00 B
24672026-07-08T02:27:09.885Z[ helios-incorp]
24682026-07-08T02:27:09.897Z[ helios-incorp] Packages to archive:
24692026-07-08T02:27:09.897Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260708T022708Z
24702026-07-08T02:27:09.920Z[ helios-incorp]
24712026-07-08T02:27:09.920Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24722026-07-08T02:27:09.926Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24732026-07-08T02:27:09.952ZJul 08 02:27:08.915 INFO [helios-incorp] process exited with exit status: 0 (362.217063ms)
24742026-07-08T02:27:10.152Z[ omicron-package] Compiling smoltcp v0.11.0
24752026-07-08T02:27:10.155Z[ omicron-package] Compiling unicode-width v0.2.0
24762026-07-08T02:27:10.187Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772026-07-08T02:27:10.228Z[ omicron-package] Compiling cobs v0.3.0
24782026-07-08T02:27:10.228Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24792026-07-08T02:27:10.231Z[ omicron-package] Compiling universal-hash v0.5.1
24802026-07-08T02:27:10.284Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24812026-07-08T02:27:10.284Z[ omicron-package] Compiling opaque-debug v0.3.1
24822026-07-08T02:27:10.287Z[ omicron-package] Compiling convert_case v0.4.0
24832026-07-08T02:27:10.287Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24842026-07-08T02:27:10.287Z[ omicron-package] Compiling cipher v0.4.4
24852026-07-08T02:27:10.479Z[ omicron-package] Compiling poly1305 v0.8.0
24862026-07-08T02:27:10.479Z[ omicron-package] Compiling postcard v1.1.3
24872026-07-08T02:27:10.479Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24882026-07-08T02:27:10.637Z[ omicron-package] Compiling chacha20 v0.9.1
24892026-07-08T02:27:10.753Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24902026-07-08T02:27:10.757Z[ omicron-package] Compiling num_enum_derive v0.7.6
24912026-07-08T02:27:10.812Z[ omicron-package] Compiling password-hash v0.5.0
24922026-07-08T02:27:10.815Z[ omicron-package] Compiling ingot-macros v0.1.1
24932026-07-08T02:27:10.830Z[ omicron-package] Compiling derive_more v0.99.20
24942026-07-08T02:27:10.830Z[ omicron-package] Compiling blake2 v0.10.6
24952026-07-08T02:27:10.830Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24962026-07-08T02:27:10.987Z[ omicron-package] Compiling aead v0.5.2
24972026-07-08T02:27:11.014Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24982026-07-08T02:27:11.014Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24992026-07-08T02:27:11.100Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25002026-07-08T02:27:11.100Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-08T02:27:11.336Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25022026-07-08T02:27:11.399Z[ omicron-package] Compiling argon2 v0.5.3
25032026-07-08T02:27:11.467Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25042026-07-08T02:27:11.516Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25052026-07-08T02:27:11.614Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25062026-07-08T02:27:11.899Z[ omicron-package] Compiling foreign-types v0.5.0
25072026-07-08T02:27:11.953Z[ omicron-package] Compiling tabwriter v1.4.1
25082026-07-08T02:27:11.953Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-07-08T02:27:11.993Z[ omicron-package] Compiling vsss-rs v3.3.4
25102026-07-08T02:27:11.993Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25112026-07-08T02:27:12.062Z[ omicron-package] Compiling byte-wrapper v0.1.0
25122026-07-08T02:27:12.065Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25132026-07-08T02:27:12.116Z[ omicron-package] Compiling num_enum v0.7.6
25142026-07-08T02:27:12.165Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25152026-07-08T02:27:12.272Z[ omicron-package] Compiling cstr-argument v0.1.2
25162026-07-08T02:27:12.314Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25172026-07-08T02:27:12.403Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25182026-07-08T02:27:12.529Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-07-08T02:27:12.615Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-07-08T02:27:12.615Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25212026-07-08T02:27:12.709Z[ omicron-package] Compiling rayon v1.11.0
25222026-07-08T02:27:12.735Z[ omicron-package] Compiling rand v0.10.1
25232026-07-08T02:27:12.874Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25242026-07-08T02:27:12.949Z[ omicron-package] Compiling libefi-sys v0.1.0
25252026-07-08T02:27:13.008Z[ omicron-package] Compiling colored v3.1.1
25262026-07-08T02:27:13.035Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-07-08T02:27:13.061Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25282026-07-08T02:27:13.088Z[ omicron-package] Compiling num_enum v0.5.11
25292026-07-08T02:27:13.137Z[ omicron-package] Compiling itertools v0.12.1
25302026-07-08T02:27:13.176Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25312026-07-08T02:27:13.274Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322026-07-08T02:27:13.349Z[ omicron-package] Compiling usdt-macro v0.5.0
25332026-07-08T02:27:13.366Z[ omicron-package] Compiling bitfield-struct v0.6.2
25342026-07-08T02:27:13.418Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25352026-07-08T02:27:13.545Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25362026-07-08T02:27:13.806Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25372026-07-08T02:27:13.836Z[ omicron-package] Compiling num-derive v0.4.2
25382026-07-08T02:27:13.917Z[ omicron-package] Compiling memmap v0.7.0
25392026-07-08T02:27:13.968Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-07-08T02:27:14.002Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-08T02:27:14.033Z[ omicron-package] Compiling swrite v0.1.0
25422026-07-08T02:27:14.075Z[ omicron-package] Compiling ingot-types v0.1.2
25432026-07-08T02:27:14.119Z[ omicron-package] Compiling glob v0.3.3
25442026-07-08T02:27:14.211Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25452026-07-08T02:27:14.277Z[ omicron-package] Compiling usdt v0.5.0
25462026-07-08T02:27:14.300Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472026-07-08T02:27:14.457Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25482026-07-08T02:27:14.559Z[ omicron-package] Compiling smf v0.2.3
25492026-07-08T02:27:14.654Z[ omicron-package] Compiling zone v0.3.1
25502026-07-08T02:27:14.737Z[ omicron-package] Compiling ingot v0.1.1
25512026-07-08T02:27:14.791Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-08T02:27:14.835Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25532026-07-08T02:27:14.838Z[ omicron-package] Compiling whoami v1.6.1
25542026-07-08T02:27:14.882Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-08T02:27:14.908Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25562026-07-08T02:27:14.931Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-07-08T02:27:15.018Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25582026-07-08T02:27:15.168Z[ omicron-package] Compiling console v0.16.2
25592026-07-08T02:27:15.171Z[ omicron-package] Compiling gethostname v0.5.0
25602026-07-08T02:27:15.248Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25612026-07-08T02:27:15.253Z[ omicron-package] Compiling unit-prefix v0.5.2
25622026-07-08T02:27:15.395Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25632026-07-08T02:27:15.730Z[ omicron-package] Compiling indicatif v0.18.4
25642026-07-08T02:27:17.074Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25652026-07-08T02:27:18.406Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25662026-07-08T02:27:19.561Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25672026-07-08T02:27:21.253ZJul 08 02:27:20.216 INFO [hubris-staging] task succeeded (13.883707051s)
25682026-07-08T02:27:21.871Z[ helios-setup] Jul 08 02:27:20.832 INFO helios repository root is: /work/oxidecomputer/helios
25692026-07-08T02:27:21.875Z[ helios-setup] Jul 08 02:27:20.834 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25702026-07-08T02:27:21.875Z[ helios-setup] Jul 08 02:27:20.834 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25712026-07-08T02:27:21.875Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25722026-07-08T02:27:22.533Z[ helios-setup] Jul 08 02:27:21.496 INFO clone ok!, project: dmar-report
25732026-07-08T02:27:22.533Z[ helios-setup] Jul 08 02:27:21.496 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25742026-07-08T02:27:22.533Z[ helios-setup] Jul 08 02:27:21.496 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25752026-07-08T02:27:22.536Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25762026-07-08T02:27:24.273Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25772026-07-08T02:27:27.437Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-07-08T02:27:28.473Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25792026-07-08T02:27:29.018Z[ helios-setup] Jul 08 02:27:27.981 INFO clone ok!, project: amd-firmware
25802026-07-08T02:27:29.018Z[ helios-setup] Jul 08 02:27:27.981 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25812026-07-08T02:27:29.018Z[ helios-setup] Jul 08 02:27:27.981 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
25822026-07-08T02:27:29.021Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25832026-07-08T02:27:29.788Z[ helios-setup] Jul 08 02:27:28.751 INFO clone ok!, project: amd-host-image-builder
25842026-07-08T02:27:29.788Z[ helios-setup] Jul 08 02:27:28.751 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
25852026-07-08T02:27:29.788Z[ helios-setup] Jul 08 02:27:28.751 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25862026-07-08T02:27:29.792Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25872026-07-08T02:27:30.248Z[ helios-setup] Jul 08 02:27:29.211 INFO clone ok!, project: phbl
25882026-07-08T02:27:30.251Z[ helios-setup] Jul 08 02:27:29.211 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
25892026-07-08T02:27:30.251Z[ helios-setup] Jul 08 02:27:29.211 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25902026-07-08T02:27:30.251Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25912026-07-08T02:27:30.839Z[ helios-setup] Jul 08 02:27:29.781 INFO clone ok!, project: pinprick
25922026-07-08T02:27:30.839Z[ helios-setup] Jul 08 02:27:29.781 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
25932026-07-08T02:27:30.839Z[ helios-setup] Jul 08 02:27:29.781 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25942026-07-08T02:27:30.841Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25952026-07-08T02:27:31.546Z[ helios-setup] Jul 08 02:27:30.509 INFO clone ok!, project: image-builder
25962026-07-08T02:27:31.546Z[ helios-setup] Jul 08 02:27:30.509 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
25972026-07-08T02:27:31.550Z[ helios-setup] Jul 08 02:27:30.509 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25982026-07-08T02:27:31.550Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25992026-07-08T02:27:31.973Z[ helios-setup] Jul 08 02:27:30.936 INFO clone ok!, project: bootserver
26002026-07-08T02:27:31.973Z[ helios-setup] Jul 08 02:27:30.936 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26012026-07-08T02:27:31.976Z[ helios-setup] Jul 08 02:27:30.936 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26022026-07-08T02:27:31.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26032026-07-08T02:27:32.998Z[ helios-setup] Jul 08 02:27:31.961 INFO clone ok!, project: pilot
26042026-07-08T02:27:33.002Z[ helios-setup] Jul 08 02:27:31.961 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26052026-07-08T02:27:33.002Z[ helios-setup] Jul 08 02:27:31.961 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26062026-07-08T02:27:33.002Z[ helios-setup] Jul 08 02:27:31.961 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26072026-07-08T02:27:33.002Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26082026-07-08T02:27:33.765Z[ helios-setup] Jul 08 02:27:32.727 INFO clone ok!, project: chelsio-t6-roms
26092026-07-08T02:27:33.768Z[ helios-setup] Jul 08 02:27:32.727 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26102026-07-08T02:27:33.768Z[ helios-setup] Jul 08 02:27:32.727 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26112026-07-08T02:27:33.768Z[ helios-setup] Jul 08 02:27:32.727 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26122026-07-08T02:27:33.980Z[ helios-setup] Jul 08 02:27:32.943 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26132026-07-08T02:27:34.197Z[ helios-setup] Jul 08 02:27:33.160 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26142026-07-08T02:27:34.197Z[ helios-setup] Jul 08 02:27:33.160 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26152026-07-08T02:27:34.414Z[ helios-setup] Jul 08 02:27:33.377 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26162026-07-08T02:27:34.627Z[ helios-setup] Jul 08 02:27:33.590 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26172026-07-08T02:27:34.629Z[ helios-setup] Jul 08 02:27:33.590 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26182026-07-08T02:27:34.847Z[ helios-setup] Jul 08 02:27:33.810 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26192026-07-08T02:27:35.085Z[ helios-setup] Jul 08 02:27:34.047 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26202026-07-08T02:27:35.085Z[ helios-setup] Jul 08 02:27:34.047 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26212026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26222026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO ok!
26232026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26242026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26252026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO ok!
26262026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26272026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26282026-07-08T02:27:35.088Z[ helios-setup] Jul 08 02:27:34.047 INFO ok!
26292026-07-08T02:27:35.089Z[ helios-setup] Jul 08 02:27:34.047 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26302026-07-08T02:27:35.093Z[ helios-setup] Jul 08 02:27:34.056 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
26312026-07-08T02:27:35.093Z[ helios-setup] Jul 08 02:27:34.056 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26322026-07-08T02:27:35.096Z[ helios-setup] Jul 08 02:27:34.056 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26332026-07-08T02:27:35.206Z[ helios-setup] Jul 08 02:27:34.169 INFO E| Updating crates.io index
26342026-07-08T02:27:35.289Z[ helios-setup] Jul 08 02:27:34.251 INFO E| Downloading crates ...
26352026-07-08T02:27:35.346Z[ helios-setup] Jul 08 02:27:34.309 INFO E| Downloaded getrandom v0.3.3
26362026-07-08T02:27:35.366Z[ helios-setup] Jul 08 02:27:34.328 INFO E| Downloaded time-core v0.1.4
26372026-07-08T02:27:35.390Z[ helios-setup] Jul 08 02:27:34.353 INFO E| Downloaded errno v0.3.12
26382026-07-08T02:27:35.394Z[ helios-setup] Jul 08 02:27:34.354 INFO E| Downloaded time-macros v0.2.22
26392026-07-08T02:27:35.394Z[ helios-setup] Jul 08 02:27:34.356 INFO E| Downloaded itoa v1.0.15
26402026-07-08T02:27:35.397Z[ helios-setup] Jul 08 02:27:34.357 INFO E| Downloaded unicode-ident v1.0.18
26412026-07-08T02:27:35.397Z[ helios-setup] Jul 08 02:27:34.359 INFO E| Downloaded quote v1.0.40
26422026-07-08T02:27:35.397Z[ helios-setup] Jul 08 02:27:34.360 INFO E| Downloaded iana-time-zone v0.1.63
26432026-07-08T02:27:35.400Z[ helios-setup] Jul 08 02:27:34.362 INFO E| Downloaded deranged v0.4.0
26442026-07-08T02:27:35.400Z[ helios-setup] Jul 08 02:27:34.363 INFO E| Downloaded autocfg v1.4.0
26452026-07-08T02:27:35.403Z[ helios-setup] Jul 08 02:27:34.364 INFO E| Downloaded thiserror v2.0.12
26462026-07-08T02:27:35.414Z[ helios-setup] Jul 08 02:27:34.375 INFO E| Downloaded serde_with_macros v3.12.0
26472026-07-08T02:27:35.418Z[ helios-setup] Jul 08 02:27:34.376 INFO E| Downloaded ryu v1.0.20
26482026-07-08T02:27:35.423Z[ helios-setup] Jul 08 02:27:34.386 INFO E| Downloaded thiserror-impl v2.0.12
26492026-07-08T02:27:35.431Z[ helios-setup] Jul 08 02:27:34.394 INFO E| Downloaded bitflags v2.9.1
26502026-07-08T02:27:35.434Z[ helios-setup] Jul 08 02:27:34.396 INFO E| Downloaded serde_json v1.0.140
26512026-07-08T02:27:35.438Z[ helios-setup] Jul 08 02:27:34.401 INFO E| Downloaded proc-macro2 v1.0.95
26522026-07-08T02:27:35.440Z[ helios-setup] Jul 08 02:27:34.403 INFO E| Downloaded anyhow v1.0.98
26532026-07-08T02:27:35.443Z[ helios-setup] Jul 08 02:27:34.405 INFO E| Downloaded tempfile v3.20.0
26542026-07-08T02:27:35.446Z[ helios-setup] Jul 08 02:27:34.407 INFO E| Downloaded serde_derive v1.0.219
26552026-07-08T02:27:35.452Z[ helios-setup] Jul 08 02:27:34.415 INFO E| Downloaded serde v1.0.219
26562026-07-08T02:27:35.455Z[ helios-setup] Jul 08 02:27:34.418 INFO E| Downloaded memchr v2.7.4
26572026-07-08T02:27:35.459Z[ helios-setup] Jul 08 02:27:34.423 INFO E| Downloaded indexmap v2.9.0
26582026-07-08T02:27:35.486Z[ helios-setup] Jul 08 02:27:34.448 INFO E| Downloaded time v0.3.41
26592026-07-08T02:27:35.490Z[ helios-setup] Jul 08 02:27:34.453 INFO E| Downloaded serde_with v3.12.0
26602026-07-08T02:27:35.495Z[ helios-setup] Jul 08 02:27:34.458 INFO E| Downloaded hashbrown v0.15.3
26612026-07-08T02:27:35.515Z[ helios-setup] Jul 08 02:27:34.478 INFO E| Downloaded chrono v0.4.41
26622026-07-08T02:27:35.522Z[ helios-setup] Jul 08 02:27:34.486 INFO E| Downloaded syn v2.0.101
26632026-07-08T02:27:35.530Z[ helios-setup] Jul 08 02:27:34.493 INFO E| Downloaded rustix v1.0.7
26642026-07-08T02:27:35.562Z[ helios-setup] Jul 08 02:27:34.525 INFO E| Downloaded libc v0.2.172
26652026-07-08T02:27:35.610Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling proc-macro2 v1.0.95
26662026-07-08T02:27:35.610Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling unicode-ident v1.0.18
26672026-07-08T02:27:35.613Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling libc v0.2.172
26682026-07-08T02:27:35.613Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling fnv v1.0.7
26692026-07-08T02:27:35.613Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling ident_case v1.0.1
26702026-07-08T02:27:35.613Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling strsim v0.11.1
26712026-07-08T02:27:35.613Z[ helios-setup] Jul 08 02:27:34.573 INFO E| Compiling serde v1.0.219
26722026-07-08T02:27:35.626Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling rustix v1.0.7
26732026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling getrandom v0.3.3
26742026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling thiserror v2.0.12
26752026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling cfg-if v1.0.0
26762026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling anyhow v1.0.98
26772026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling serde_json v1.0.140
26782026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling bitflags v2.9.1
26792026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling ryu v1.0.20
26802026-07-08T02:27:35.629Z[ helios-setup] Jul 08 02:27:34.589 INFO E| Compiling memchr v2.7.4
26812026-07-08T02:27:35.716Z[ helios-setup] Jul 08 02:27:34.679 INFO E| Compiling itoa v1.0.15
26822026-07-08T02:27:35.762Z[ helios-setup] Jul 08 02:27:34.725 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
26832026-07-08T02:27:35.764Z[ helios-setup] Jul 08 02:27:34.725 INFO E| Compiling once_cell v1.21.3
26842026-07-08T02:27:35.900Z[ helios-setup] Jul 08 02:27:34.863 INFO E| Compiling fastrand v2.3.0
26852026-07-08T02:27:36.504Z[ helios-setup] Jul 08 02:27:35.467 INFO E| Compiling errno v0.3.12
26862026-07-08T02:27:36.762Z[ helios-setup] Jul 08 02:27:35.725 INFO E| Compiling quote v1.0.40
26872026-07-08T02:27:36.910Z[ helios-setup] Jul 08 02:27:35.873 INFO E| Compiling syn v2.0.101
26882026-07-08T02:27:37.268Z[ helios-setup] Jul 08 02:27:36.230 INFO E| Compiling tempfile v3.20.0
26892026-07-08T02:27:38.227Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.85s
26902026-07-08T02:27:38.443Z[ omicron-package]
26912026-07-08T02:27:38.443Z[ omicron-package] real 31.016307827
26922026-07-08T02:27:38.447Z[ omicron-package] user 2:54.611248873
26932026-07-08T02:27:38.447Z[ omicron-package] sys 20.583958954
26942026-07-08T02:27:38.447Z[ omicron-package] trap 0.323963191
26952026-07-08T02:27:38.447Z[ omicron-package] tflt 0.673418242
26962026-07-08T02:27:38.448Z[ omicron-package] dflt 2.057238654
26972026-07-08T02:27:38.448Z[ omicron-package] kflt 0.029655946
26982026-07-08T02:27:38.448Z[ omicron-package] lock 7:33.053087190
26992026-07-08T02:27:38.448Z[ omicron-package] slp 4:16.756591235
27002026-07-08T02:27:38.448Z[ omicron-package] lat 34.631793792
27012026-07-08T02:27:38.448Z[ omicron-package] stop 1:05.796387714
27022026-07-08T02:27:38.448ZJul 08 02:27:37.406 INFO [omicron-package] process exited with exit status: 0 (31.072195784s)
27032026-07-08T02:27:38.448ZJul 08 02:27:37.406 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27042026-07-08T02:27:38.448ZJul 08 02:27:37.407 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27052026-07-08T02:27:38.453Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27062026-07-08T02:27:38.453Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27072026-07-08T02:27:38.457Z[ host-target] Created new build target 'host' and set it as active
27082026-07-08T02:27:38.457Z[ recovery-target] Created new build target 'recovery' and set it as active
27092026-07-08T02:27:38.457ZJul 08 02:27:37.419 INFO [host-target] process exited with exit status: 0 (12.047473ms)
27102026-07-08T02:27:38.457ZJul 08 02:27:37.419 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27112026-07-08T02:27:38.460ZJul 08 02:27:37.420 INFO [recovery-target] process exited with exit status: 0 (13.991987ms)
27122026-07-08T02:27:38.463Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27132026-07-08T02:27:38.820Z[ helios-setup] Jul 08 02:27:37.782 INFO E| Compiling darling_core v0.20.11
27142026-07-08T02:27:39.160Z[ helios-setup] Jul 08 02:27:38.122 INFO E| Compiling serde_derive v1.0.219
27152026-07-08T02:27:39.160Z[ helios-setup] Jul 08 02:27:38.122 INFO E| Compiling thiserror-impl v2.0.12
27162026-07-08T02:27:39.922Z[ host-package] Compiling heck v0.5.0
27172026-07-08T02:27:39.922Z[ host-package] Compiling regress v0.11.1
27182026-07-08T02:27:40.001Z[ helios-setup] Jul 08 02:27:38.964 INFO E| Compiling darling_macro v0.20.11
27192026-07-08T02:27:40.151Z[ host-package] Compiling unsafe-libyaml v0.2.11
27202026-07-08T02:27:40.192Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27212026-07-08T02:27:40.216Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27222026-07-08T02:27:40.238Z[ host-package] Compiling unicode-width v0.1.14
27232026-07-08T02:27:40.241Z[ host-package] Compiling atomicwrites v0.4.4
27242026-07-08T02:27:40.278Z[ host-package] Compiling derive-where v1.6.0
27252026-07-08T02:27:40.278Z[ host-package] Compiling bytecount v0.6.9
27262026-07-08T02:27:40.281Z[ host-package] Compiling is-terminal v0.4.17
27272026-07-08T02:27:40.281Z[ host-package] Compiling prettyplease v0.2.37
27282026-07-08T02:27:40.367Z[ host-package] Compiling console v0.15.11
27292026-07-08T02:27:40.367Z[ host-package] Compiling newline-converter v0.3.0
27302026-07-08T02:27:40.367Z[ host-package] Compiling slog-dtrace v0.3.0
27312026-07-08T02:27:40.371Z[ host-package] Compiling owo-colors v4.3.0
27322026-07-08T02:27:40.512Z[ host-package] Compiling resolv-conf v0.7.6
27332026-07-08T02:27:40.539Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27342026-07-08T02:27:40.583Z[ helios-setup] Jul 08 02:27:39.543 INFO E| Compiling darling v0.20.11
27352026-07-08T02:27:40.587Z[ host-package] Compiling cancel-safe-futures v0.1.5
27362026-07-08T02:27:40.623Z[ host-package] Compiling num-rational v0.4.2
27372026-07-08T02:27:40.652Z[ host-package] Compiling libsw-core v0.3.2
27382026-07-08T02:27:40.662Z[ helios-setup] Jul 08 02:27:39.625 INFO E| Compiling serde_with_macros v3.12.0
27392026-07-08T02:27:40.673Z[ host-package] Compiling num-complex v0.4.6
27402026-07-08T02:27:40.718Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27412026-07-08T02:27:40.766Z[ host-package] Compiling thread_local v1.1.9
27422026-07-08T02:27:40.884Z[ host-package] Compiling expectorate v1.2.0
27432026-07-08T02:27:40.950Z[ host-package] Compiling compression-core v0.4.31
27442026-07-08T02:27:40.995Z[ host-package] Compiling match_cfg v0.1.0
27452026-07-08T02:27:41.184Z[ host-package] Compiling hostname v0.3.1
27462026-07-08T02:27:41.187Z[ host-package] Compiling compression-codecs v0.4.37
27472026-07-08T02:27:41.187Z[ host-package] Compiling num v0.4.3
27482026-07-08T02:27:41.187Z[ host-package] Compiling libsw v3.5.0
27492026-07-08T02:27:41.187Z[ host-package] Compiling slog-async v2.8.0
27502026-07-08T02:27:41.379Z[ host-package] Compiling multer v3.1.0
27512026-07-08T02:27:41.442Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27522026-07-08T02:27:41.445Z[ host-package] Compiling crossbeam-channel v0.5.15
27532026-07-08T02:27:41.498Z[ host-package] Compiling slog-json v2.6.1
27542026-07-08T02:27:41.501Z[ host-package] Compiling serde_spanned v1.1.1
27552026-07-08T02:27:41.565Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27562026-07-08T02:27:41.566Z[ host-package] Compiling term v1.2.1
27572026-07-08T02:27:41.585Z[ host-package] Compiling take_mut v0.2.2
27582026-07-08T02:27:41.641Z[ host-package] Compiling float-ord v0.3.2
27592026-07-08T02:27:41.669Z[ host-package] Compiling linear-map v1.2.0
27602026-07-08T02:27:41.716Z[ host-package] Compiling typify-impl v0.6.2
27612026-07-08T02:27:41.739Z[ host-package] Compiling linked-hash-map v0.5.6
27622026-07-08T02:27:41.763Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27632026-07-08T02:27:41.766Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-07-08T02:27:41.803Z[ host-package] Compiling slog-bunyan v2.5.0
27652026-07-08T02:27:41.889Z[ host-package] Compiling slog-term v2.9.2
27662026-07-08T02:27:41.966Z[ host-package] Compiling lru-cache v0.1.2
27672026-07-08T02:27:41.991Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27682026-07-08T02:27:42.012Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27692026-07-08T02:27:42.079Z[ host-package] Compiling async-compression v0.4.41
27702026-07-08T02:27:42.132Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27712026-07-08T02:27:42.179Z[ host-package] Compiling dropshot v0.17.1
27722026-07-08T02:27:42.235Z[ host-package] Compiling async-stream v0.3.6
27732026-07-08T02:27:42.278Z[ host-package] Compiling sha1 v0.11.0
27742026-07-08T02:27:42.278Z[ host-package] Compiling progenitor-client v0.14.0
27752026-07-08T02:27:42.302Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27762026-07-08T02:27:42.418Z[ host-package] Compiling waitgroup v0.1.2
27772026-07-08T02:27:42.462Z[ host-package] Compiling rustls-pemfile v2.2.0
27782026-07-08T02:27:42.495Z[ host-package] Compiling backon v1.6.0
27792026-07-08T02:27:42.498Z[ host-package] Compiling serde_path_to_error v0.1.20
27802026-07-08T02:27:42.560Z[ host-package] Compiling hostname v0.4.2
27812026-07-08T02:27:42.596Z[ host-package] Compiling instant v0.1.13
27822026-07-08T02:27:42.624Z[ host-package] Compiling minimal-lexical v0.2.1
27832026-07-08T02:27:42.682Z[ host-package] Compiling debug-ignore v1.0.5
27842026-07-08T02:27:42.703Z[ host-package] Compiling backoff v0.4.0
27852026-07-08T02:27:42.731Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27862026-07-08T02:27:42.765Z[ host-package] Compiling progenitor-extras v0.2.0
27872026-07-08T02:27:42.812Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27882026-07-08T02:27:42.883Z[ host-package] Compiling nom v7.1.3
27892026-07-08T02:27:42.951Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27902026-07-08T02:27:42.982Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27912026-07-08T02:27:43.082Z[ host-package] Compiling parse-display v0.10.0
27922026-07-08T02:27:43.138Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27932026-07-08T02:27:43.181Z[ host-package] Compiling hickory-proto v0.24.4
27942026-07-08T02:27:43.339Z[ host-package] Compiling regress v0.10.5
27952026-07-08T02:27:43.382Z[ helios-setup] Jul 08 02:27:42.345 INFO E| Compiling serde_with v3.12.0
27962026-07-08T02:27:43.861Z[ host-package] Compiling macaddr v1.0.1
27972026-07-08T02:27:43.983Z[ host-package] Compiling humantime v2.3.0
27982026-07-08T02:27:44.049Z[ host-package] Compiling unicode-xid v0.2.6
27992026-07-08T02:27:44.279Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28002026-07-08T02:27:44.387Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28012026-07-08T02:27:44.479Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28022026-07-08T02:27:44.552Z[ host-package] Compiling convert_case v0.10.0
28032026-07-08T02:27:44.783Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28042026-07-08T02:27:44.953Z[ host-package] Compiling toml v0.8.23
28052026-07-08T02:27:45.042Z[ host-package] Compiling derive_more-impl v2.1.1
28062026-07-08T02:27:45.346Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28072026-07-08T02:27:45.394Z[ host-package] Compiling typify-macro v0.6.2
28082026-07-08T02:27:45.619Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28092026-07-08T02:27:45.680Z[ host-package] Compiling papergrid v0.11.0
28102026-07-08T02:27:45.749Z[ host-package] Compiling tabled_derive v0.7.0
28112026-07-08T02:27:45.801Z[ host-package] Compiling termtree v0.5.1
28122026-07-08T02:27:45.852Z[ host-package] Compiling phf_shared v0.12.1
28132026-07-08T02:27:46.016Z[ host-package] Compiling hickory-resolver v0.24.4
28142026-07-08T02:27:46.131Z[ host-package] Compiling derive_more v2.1.1
28152026-07-08T02:27:46.228Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28162026-07-08T02:27:46.325Z[ host-package] Compiling crossterm v0.29.0
28172026-07-08T02:27:46.851Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28182026-07-08T02:27:47.154Z[ host-package] Compiling tabled v0.15.0
28192026-07-08T02:27:47.249Z[ host-package] Compiling typify v0.6.2
28202026-07-08T02:27:47.444Z[ host-package] Compiling progenitor-impl v0.14.0
28212026-07-08T02:27:47.625Z[ helios-setup] Jul 08 02:27:46.588 INFO E| Finished `release` profile [optimized] target(s) in 12.52s
28222026-07-08T02:27:47.652Z[ helios-setup] Jul 08 02:27:46.615 INFO building project "dmar-report" ok (12 seconds)
28232026-07-08T02:27:47.652Z[ helios-setup] Jul 08 02:27:46.615 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28242026-07-08T02:27:47.687Z[ helios-setup] Jul 08 02:27:46.649 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
28252026-07-08T02:27:47.687Z[ helios-setup] Jul 08 02:27:46.649 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28262026-07-08T02:27:47.690Z[ helios-setup] Jul 08 02:27:46.649 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28272026-07-08T02:27:47.879Z[ helios-setup] Jul 08 02:27:46.842 INFO E| Updating crates.io index
28282026-07-08T02:27:47.882Z[ helios-setup] Jul 08 02:27:46.842 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28292026-07-08T02:27:48.126Z[ host-package] Compiling qorb v0.4.1
28302026-07-08T02:27:48.305Z[ helios-setup] Jul 08 02:27:47.268 INFO E| From https://github.com/oxidecomputer/amd-apcb
28312026-07-08T02:27:48.305Z[ helios-setup] Jul 08 02:27:47.268 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28322026-07-08T02:27:48.319Z[ helios-setup] Jul 08 02:27:47.282 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28332026-07-08T02:27:48.451Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28342026-07-08T02:27:48.669Z[ helios-setup] Jul 08 02:27:47.631 INFO E| From https://github.com/oxidecomputer/amd-efs
28352026-07-08T02:27:48.669Z[ helios-setup] Jul 08 02:27:47.632 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28362026-07-08T02:27:48.994Z[ helios-setup] Jul 08 02:27:47.957 INFO E| Downloading crates ...
28372026-07-08T02:27:49.097Z[ helios-setup] Jul 08 02:27:48.054 INFO E| Downloaded unic-common v0.9.0
28382026-07-08T02:27:49.097Z[ helios-setup] Jul 08 02:27:48.060 INFO E| Downloaded unic-char-property v0.9.0
28392026-07-08T02:27:49.097Z[ helios-setup] Jul 08 02:27:48.060 INFO E| Downloaded parse_int v0.9.0
28402026-07-08T02:27:49.101Z[ helios-setup] Jul 08 02:27:48.060 INFO E| Downloaded fletcher v1.0.0
28412026-07-08T02:27:49.101Z[ helios-setup] Jul 08 02:27:48.060 INFO E| Downloaded strum v0.27.1
28422026-07-08T02:27:49.101Z[ helios-setup] Jul 08 02:27:48.060 INFO E| Downloaded structopt v0.3.26
28432026-07-08T02:27:49.101Z[ helios-setup] Jul 08 02:27:48.062 INFO E| Downloaded dyn-clone v1.0.19
28442026-07-08T02:27:49.105Z[ helios-setup] Jul 08 02:27:48.068 INFO E| Downloaded vec_map v0.8.2
28452026-07-08T02:27:49.118Z[ helios-setup] Jul 08 02:27:48.081 INFO E| Downloaded unic-char-range v0.9.0
28462026-07-08T02:27:49.121Z[ helios-setup] Jul 08 02:27:48.082 INFO E| Downloaded unic-ucd-ident v0.9.0
28472026-07-08T02:27:49.121Z[ helios-setup] Jul 08 02:27:48.083 INFO E| Downloaded bytesize v2.0.1
28482026-07-08T02:27:49.121Z[ helios-setup] Jul 08 02:27:48.084 INFO E| Downloaded structopt-derive v0.4.18
28492026-07-08T02:27:49.124Z[ helios-setup] Jul 08 02:27:48.084 INFO E| Downloaded rustversion v1.0.20
28502026-07-08T02:27:49.124Z[ helios-setup] Jul 08 02:27:48.086 INFO E| Downloaded pest_meta v2.8.0
28512026-07-08T02:27:49.124Z[ helios-setup] Jul 08 02:27:48.087 INFO E| Downloaded heck v0.3.3
28522026-07-08T02:27:49.128Z[ helios-setup] Jul 08 02:27:48.088 INFO E| Downloaded four-cc v0.4.0
28532026-07-08T02:27:49.128Z[ helios-setup] Jul 08 02:27:48.088 INFO E| Downloaded strsim v0.8.0
28542026-07-08T02:27:49.128Z[ helios-setup] Jul 08 02:27:48.089 INFO E| Downloaded ansi_term v0.12.1
28552026-07-08T02:27:49.128Z[ helios-setup] Jul 08 02:27:48.091 INFO E| Downloaded unic-ucd-version v0.9.0
28562026-07-08T02:27:49.128Z[ helios-setup] Jul 08 02:27:48.091 INFO E| Downloaded textwrap v0.11.0
28572026-07-08T02:27:49.131Z[ helios-setup] Jul 08 02:27:48.092 INFO E| Downloaded modular-bitfield v0.13.1
28582026-07-08T02:27:49.136Z[ helios-setup] Jul 08 02:27:48.099 INFO E| Downloaded modular-bitfield-impl v0.13.1
28592026-07-08T02:27:49.139Z[ helios-setup] Jul 08 02:27:48.100 INFO E| Downloaded modular-bitfield-impl v0.11.2
28602026-07-08T02:27:49.139Z[ helios-setup] Jul 08 02:27:48.100 INFO E| Downloaded modular-bitfield v0.11.2
28612026-07-08T02:27:49.145Z[ helios-setup] Jul 08 02:27:48.107 INFO E| Downloaded strum_macros v0.27.1
28622026-07-08T02:27:49.148Z[ helios-setup] Jul 08 02:27:48.109 INFO E| Downloaded log v0.4.27
28632026-07-08T02:27:49.148Z[ helios-setup] Jul 08 02:27:48.110 INFO E| Downloaded pest_generator v2.8.0
28642026-07-08T02:27:49.153Z[ helios-setup] Jul 08 02:27:48.116 INFO E| Downloaded pest_derive v2.8.0
28652026-07-08T02:27:49.156Z[ helios-setup] Jul 08 02:27:48.118 INFO E| Downloaded goblin v0.9.3
28662026-07-08T02:27:49.166Z[ helios-setup] Jul 08 02:27:48.129 INFO E| Downloaded zerocopy-derive v0.8.25
28672026-07-08T02:27:49.170Z[ helios-setup] Jul 08 02:27:48.133 INFO E| Downloaded typenum v1.18.0
28682026-07-08T02:27:49.173Z[ helios-setup] Jul 08 02:27:48.135 INFO E| Downloaded pest v2.8.0
28692026-07-08T02:27:49.189Z[ helios-setup] Jul 08 02:27:48.152 INFO E| Downloaded clap v2.34.0
28702026-07-08T02:27:49.193Z[ helios-setup] Jul 08 02:27:48.156 INFO E| Downloaded zerocopy v0.8.25
28712026-07-08T02:27:49.265Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling proc-macro2 v1.0.95
28722026-07-08T02:27:49.265Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling unicode-ident v1.0.18
28732026-07-08T02:27:49.265Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling memchr v2.7.4
28742026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling thiserror v2.0.12
28752026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling autocfg v1.4.0
28762026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling serde v1.0.219
28772026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling syn v1.0.109
28782026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling version_check v0.9.5
28792026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling serde_json v1.0.140
28802026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling schemars v0.8.22
28812026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling itoa v1.0.15
28822026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling ryu v1.0.20
28832026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling rustversion v1.0.20
28842026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling static_assertions v1.1.0
28852026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling libc v0.2.172
28862026-07-08T02:27:49.269Z[ helios-setup] Jul 08 02:27:48.227 INFO E| Compiling zerocopy v0.8.25
28872026-07-08T02:27:49.573Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28882026-07-08T02:27:49.689Z[ host-package] Compiling progenitor-macro v0.14.0
28892026-07-08T02:27:50.177Z[ host-package] Compiling csv-core v0.1.13
28902026-07-08T02:27:50.251Z[ helios-setup] Jul 08 02:27:49.213 INFO E| Compiling dyn-clone v1.0.19
28912026-07-08T02:27:50.340Z[ helios-setup] Jul 08 02:27:49.302 INFO E| Compiling num-traits v0.2.19
28922026-07-08T02:27:50.447Z[ helios-setup] Jul 08 02:27:49.409 INFO E| Compiling memoffset v0.9.1
28932026-07-08T02:27:50.463Z[ helios-setup] Jul 08 02:27:49.425 INFO E| Compiling paste v1.0.15
28942026-07-08T02:27:50.517Z[ helios-setup] Jul 08 02:27:49.479 INFO E| Compiling ucd-trie v0.1.7
28952026-07-08T02:27:50.580Z[ helios-setup] Jul 08 02:27:49.541 INFO E| Compiling once_cell v1.21.3
28962026-07-08T02:27:50.634Z[ helios-setup] Jul 08 02:27:49.596 INFO E| Compiling unicode-segmentation v1.12.0
28972026-07-08T02:27:50.647Z[ helios-setup] Jul 08 02:27:49.610 INFO E| Compiling unicode-width v0.1.14
28982026-07-08T02:27:50.819Z[ helios-setup] Jul 08 02:27:49.782 INFO E| Compiling heck v0.5.0
28992026-07-08T02:27:50.900Z[ helios-setup] Jul 08 02:27:49.863 INFO E| Compiling vec_map v0.8.2
29002026-07-08T02:27:50.970Z[ helios-setup] Jul 08 02:27:49.933 INFO E| Compiling ansi_term v0.12.1
29012026-07-08T02:27:50.989Z[ helios-setup] Jul 08 02:27:49.952 INFO E| Compiling bitflags v1.3.2
29022026-07-08T02:27:50.995Z[ helios-setup] Jul 08 02:27:49.958 INFO E| Compiling proc-macro-error-attr v1.0.4
29032026-07-08T02:27:51.022Z[ helios-setup] Jul 08 02:27:49.985 INFO E| Compiling proc-macro-error v1.0.4
29042026-07-08T02:27:51.176Z[ helios-setup] Jul 08 02:27:50.139 INFO E| Compiling textwrap v0.11.0
29052026-07-08T02:27:51.198Z[ host-package] Compiling vte v0.14.1
29062026-07-08T02:27:51.221Z[ helios-setup] Jul 08 02:27:50.183 INFO E| Compiling quote v1.0.40
29072026-07-08T02:27:51.257Z[ helios-setup] Jul 08 02:27:50.219 INFO E| Compiling unic-common v0.9.0
29082026-07-08T02:27:51.257Z[ helios-setup] Jul 08 02:27:50.219 INFO E| Compiling strsim v0.8.0
29092026-07-08T02:27:51.280Z[ helios-setup] Jul 08 02:27:50.242 INFO E| Compiling unic-char-range v0.9.0
29102026-07-08T02:27:51.408Z[ helios-setup] Jul 08 02:27:50.369 INFO E| Compiling heck v0.3.3
29112026-07-08T02:27:51.420Z[ helios-setup] Jul 08 02:27:50.382 INFO E| Compiling fletcher v1.0.0
29122026-07-08T02:27:51.487Z[ helios-setup] Jul 08 02:27:50.450 INFO E| Compiling strum v0.27.1
29132026-07-08T02:27:51.593Z[ helios-setup] Jul 08 02:27:50.556 INFO E| Compiling syn v2.0.101
29142026-07-08T02:27:51.598Z[ helios-setup] Jul 08 02:27:50.561 INFO E| Compiling byteorder v1.5.0
29152026-07-08T02:27:51.643Z[ helios-setup] Jul 08 02:27:50.601 INFO E| Compiling unic-char-property v0.9.0
29162026-07-08T02:27:51.647Z[ helios-setup] Jul 08 02:27:50.609 INFO E| Compiling unic-ucd-version v0.9.0
29172026-07-08T02:27:51.682Z[ helios-setup] Jul 08 02:27:50.644 INFO E| Compiling lazy_static v1.5.0
29182026-07-08T02:27:51.685Z[ helios-setup] Jul 08 02:27:50.644 INFO E| Compiling plain v0.2.3
29192026-07-08T02:27:51.735Z[ helios-setup] Jul 08 02:27:50.694 INFO E| Compiling log v0.4.27
29202026-07-08T02:27:51.759Z[ host-package] Compiling chrono-tz v0.10.4
29212026-07-08T02:27:51.766Z[ helios-setup] Jul 08 02:27:50.729 INFO E| Compiling unic-ucd-ident v0.9.0
29222026-07-08T02:27:51.790Z[ helios-setup] Jul 08 02:27:50.753 INFO E| Compiling bytesize v2.0.1
29232026-07-08T02:27:51.949Z[ host-package] Compiling highway v1.3.0
29242026-07-08T02:27:51.972Z[ helios-setup] Jul 08 02:27:50.934 INFO E| Compiling atty v0.2.14
29252026-07-08T02:27:52.052Z[ helios-setup] Jul 08 02:27:51.014 INFO E| Compiling clap v2.34.0
29262026-07-08T02:27:52.296Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29272026-07-08T02:27:52.302Z[ helios-setup] Jul 08 02:27:51.265 INFO E| Compiling parse_int v0.9.0
29282026-07-08T02:27:52.423Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29292026-07-08T02:27:52.499Z[ host-package] Compiling csv v1.4.0
29302026-07-08T02:27:52.748Z[ host-package] Compiling phf v0.12.1
29312026-07-08T02:27:53.078Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-07-08T02:27:53.115Z[ host-package] Compiling const_format_proc_macros v0.2.34
29332026-07-08T02:27:53.138Z[ host-package] Compiling fd-lock v4.0.4
29342026-07-08T02:27:53.141Z[ host-package] Compiling peg-macros v0.8.5
29352026-07-08T02:27:53.497Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29362026-07-08T02:27:54.228Z[ host-package] Compiling nu-ansi-term v0.50.3
29372026-07-08T02:27:54.271Z[ host-package] Compiling const_format v0.2.35
29382026-07-08T02:27:54.581Z[ helios-setup] Jul 08 02:27:53.544 INFO E| Compiling modular-bitfield-impl v0.11.2
29392026-07-08T02:27:54.581Z[ helios-setup] Jul 08 02:27:53.544 INFO E| Compiling structopt-derive v0.4.18
29402026-07-08T02:27:54.785Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29412026-07-08T02:27:54.811Z[ helios-setup] Jul 08 02:27:53.774 INFO E| Compiling serde_derive_internals v0.29.1
29422026-07-08T02:27:54.886Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29432026-07-08T02:27:55.031Z[ host-package] Compiling peg v0.8.5
29442026-07-08T02:27:55.146Z[ host-package] Compiling reedline v0.40.0
29452026-07-08T02:27:55.395Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29462026-07-08T02:27:55.486Z[ host-package] Compiling progenitor v0.14.0
29472026-07-08T02:27:55.713Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29482026-07-08T02:27:55.803Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29492026-07-08T02:27:55.925Z[ helios-setup] Jul 08 02:27:54.887 INFO E| Compiling thiserror-impl v2.0.12
29502026-07-08T02:27:55.925Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling serde_derive v1.0.219
29512026-07-08T02:27:55.927Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling zerocopy-derive v0.8.25
29522026-07-08T02:27:55.927Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling num-derive v0.4.2
29532026-07-08T02:27:55.927Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling modular-bitfield-impl v0.13.1
29542026-07-08T02:27:55.927Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling scroll_derive v0.12.1
29552026-07-08T02:27:55.928Z[ helios-setup] Jul 08 02:27:54.888 INFO E| Compiling strum_macros v0.27.1
29562026-07-08T02:27:55.962Z[ helios-setup] Jul 08 02:27:54.925 INFO E| Compiling modular-bitfield v0.11.2
29572026-07-08T02:27:56.115Z[ helios-setup] Jul 08 02:27:55.078 INFO E| Compiling schemars_derive v0.8.22
29582026-07-08T02:27:56.329Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29592026-07-08T02:27:56.387Z[ helios-setup] Jul 08 02:27:55.350 INFO E| Compiling structopt v0.3.26
29602026-07-08T02:27:57.531Z[ host-package] Compiling bcs v0.1.6
29612026-07-08T02:27:57.583Z[ host-package] Compiling nom v8.0.0
29622026-07-08T02:27:57.660Z[ helios-setup] Jul 08 02:27:56.622 INFO E| Compiling modular-bitfield v0.13.1
29632026-07-08T02:27:57.807Z[ helios-setup] Jul 08 02:27:56.770 INFO E| Compiling pest v2.8.0
29642026-07-08T02:27:57.818Z[ helios-setup] Jul 08 02:27:56.781 INFO E| Compiling scroll v0.12.0
29652026-07-08T02:27:58.053Z[ helios-setup] Jul 08 02:27:57.015 INFO E| Compiling goblin v0.9.3
29662026-07-08T02:27:58.189Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
29672026-07-08T02:27:58.788Z[ host-package] Compiling semver v0.1.20
29682026-07-08T02:27:59.138Z[ host-package] Compiling rustc_version v0.1.7
29692026-07-08T02:27:59.211Z[ helios-setup] Jul 08 02:27:58.173 INFO E| Compiling pest_meta v2.8.0
29702026-07-08T02:27:59.652Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29712026-07-08T02:27:59.832Z[ host-package] Compiling newtype_derive v0.1.6
29722026-07-08T02:27:59.947Z[ helios-setup] Jul 08 02:27:58.906 INFO E| Compiling pest_generator v2.8.0
29732026-07-08T02:28:00.036Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29742026-07-08T02:28:00.181Z[ host-package] Compiling unicode-linebreak v0.1.5
29752026-07-08T02:28:00.185Z[ host-package] Compiling smawk v0.3.2
29762026-07-08T02:28:00.425Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29772026-07-08T02:28:00.428Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29782026-07-08T02:28:00.686Z[ host-package] Compiling textwrap v0.16.2
29792026-07-08T02:28:00.717Z[ helios-setup] Jul 08 02:27:59.679 INFO E| Compiling pest_derive v2.8.0
29802026-07-08T02:28:00.755Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
29812026-07-08T02:28:00.781Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29822026-07-08T02:28:01.107Z[ host-package] Compiling steno v0.4.1
29832026-07-08T02:28:01.161Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29842026-07-08T02:28:01.505Z[ host-package] Compiling sha1 v0.10.6
29852026-07-08T02:28:01.957Z[ host-package] Compiling utf-8 v0.7.6
29862026-07-08T02:28:02.044Z[ host-package] Compiling tagptr v0.2.0
29872026-07-08T02:28:02.261Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29882026-07-08T02:28:02.404Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29892026-07-08T02:28:02.427Z[ host-package] Compiling moka v0.12.13
29902026-07-08T02:28:02.474Z[ host-package] Compiling tungstenite v0.21.0
29912026-07-08T02:28:02.569Z[ helios-setup] Jul 08 02:28:01.532 INFO E| Compiling json5 v0.4.1
29922026-07-08T02:28:02.796Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29932026-07-08T02:28:02.929Z[ host-package] Compiling vergen-lib v0.1.6
29942026-07-08T02:28:02.981Z[ host-package] Compiling diesel_derives v2.3.7
29952026-07-08T02:28:03.283Z[ host-package] Compiling tokio-tungstenite v0.21.0
29962026-07-08T02:28:03.413Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29972026-07-08T02:28:03.750Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29982026-07-08T02:28:03.810Z[ host-package] Compiling hickory-resolver v0.25.2
29992026-07-08T02:28:03.975Z[ host-package] Compiling dsl_auto_type v0.2.0
30002026-07-08T02:28:04.126Z[ helios-setup] Jul 08 02:28:03.089 INFO E| Compiling four-cc v0.4.0
30012026-07-08T02:28:04.126Z[ helios-setup] Jul 08 02:28:03.089 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30022026-07-08T02:28:04.130Z[ host-package] Compiling vergen-gitcl v1.0.8
30032026-07-08T02:28:04.244Z[ helios-setup] Jul 08 02:28:03.205 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30042026-07-08T02:28:04.696Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30052026-07-08T02:28:04.926Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30062026-07-08T02:28:05.025Z[ host-package] Compiling dirs-sys-next v0.1.2
30072026-07-08T02:28:05.091Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30082026-07-08T02:28:05.372Z[ host-package] Compiling crunchy v0.2.4
30092026-07-08T02:28:05.440Z[ host-package] Compiling glob v0.3.3
30102026-07-08T02:28:05.832Z[ host-package] Compiling maplit v1.0.2
30112026-07-08T02:28:05.864Z[ host-package] Compiling clang-sys v1.8.1
30122026-07-08T02:28:06.077Z[ host-package] Compiling proc-macro-error2 v2.0.1
30132026-07-08T02:28:06.213Z[ host-package] Compiling dirs-next v2.0.0
30142026-07-08T02:28:06.389Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30152026-07-08T02:28:06.507Z[ host-package] Compiling r2d2 v0.8.10
30162026-07-08T02:28:06.819Z[ host-package] Compiling num-derive v0.3.3
30172026-07-08T02:28:06.924Z[ host-package] Compiling downcast-rs v2.0.2
30182026-07-08T02:28:07.025Z[ host-package] Compiling tiny-keccak v2.0.2
30192026-07-08T02:28:07.362Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
30202026-07-08T02:28:07.691Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
30212026-07-08T02:28:07.863Z[ host-package] Compiling libscf-sys v1.1.0
30222026-07-08T02:28:07.972Z[ host-package] Compiling tabled_derive v0.11.0
30232026-07-08T02:28:08.107Z[ host-package] Compiling term v0.7.0
30242026-07-08T02:28:08.258Z[ host-package] Compiling papergrid v0.17.0
30252026-07-08T02:28:08.710Z[ host-package] Compiling testing_table v0.3.0
30262026-07-08T02:28:09.124Z[ host-package] Compiling bit-vec v0.6.3
30272026-07-08T02:28:09.152Z[ host-package] Compiling ascii-canvas v3.0.0
30282026-07-08T02:28:09.352Z[ host-package] Compiling bit-set v0.5.3
30292026-07-08T02:28:09.408Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30302026-07-08T02:28:09.441Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30312026-07-08T02:28:09.468Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30322026-07-08T02:28:09.577Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30332026-07-08T02:28:09.660Z[ host-package] Compiling tabled v0.20.0
30342026-07-08T02:28:09.975Z[ host-package] Compiling progenitor-impl v0.13.0
30352026-07-08T02:28:10.134Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30362026-07-08T02:28:10.184Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30372026-07-08T02:28:10.309Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30382026-07-08T02:28:10.426Z[ host-package] Compiling itertools v0.10.5
30392026-07-08T02:28:10.491Z[ host-package] Compiling ena v0.14.4
30402026-07-08T02:28:10.558Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30412026-07-08T02:28:10.753Z[ host-package] Compiling libloading v0.8.9
30422026-07-08T02:28:10.780Z[ host-package] Compiling bindgen v0.71.1
30432026-07-08T02:28:10.949Z[ host-package] Compiling diff v0.1.13
30442026-07-08T02:28:11.006Z[ host-package] Compiling regex-syntax v0.6.29
30452026-07-08T02:28:11.123Z[ host-package] Compiling unicase v2.9.0
30462026-07-08T02:28:11.219Z[ host-package] Compiling diesel v2.3.7
30472026-07-08T02:28:11.277Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30482026-07-08T02:28:11.506Z[ host-package] Compiling xshell-macros v0.2.7
30492026-07-08T02:28:11.545Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30502026-07-08T02:28:11.979Z[ host-package] Compiling xshell v0.2.7
30512026-07-08T02:28:12.271Z[ host-package] Compiling progenitor-macro v0.13.0
30522026-07-08T02:28:12.607Z[ host-package] Compiling lalrpop v0.19.12
30532026-07-08T02:28:13.259Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30542026-07-08T02:28:13.421Z[ host-package] Compiling cexpr v0.6.0
30552026-07-08T02:28:14.160Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-07-08T02:28:14.507Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30572026-07-08T02:28:14.550Z[ host-package] Compiling progenitor-client v0.13.0
30582026-07-08T02:28:14.962Z[ host-package] Compiling rustc-hash v2.1.1
30592026-07-08T02:28:15.001Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30602026-07-08T02:28:16.064Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30612026-07-08T02:28:16.326Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30622026-07-08T02:28:16.479Z[ host-package] Compiling progenitor v0.13.0
30632026-07-08T02:28:16.680Z[ host-package] Compiling headers-core v0.3.0
30642026-07-08T02:28:16.879Z[ host-package] Compiling libxml v0.3.3
30652026-07-08T02:28:17.073Z[ host-package] Compiling crc8 v0.1.1
30662026-07-08T02:28:17.240Z[ host-package] Compiling headers v0.4.1
30672026-07-08T02:28:17.263Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30682026-07-08T02:28:17.365Z[ host-package] Compiling strum_macros v0.24.3
30692026-07-08T02:28:17.444Z[ host-package] Compiling indoc v1.0.9
30702026-07-08T02:28:17.660Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-07-08T02:28:17.660Z[ host-package] Compiling git-stub v1.0.0
30722026-07-08T02:28:17.958Z[ host-package] Compiling derive_builder v0.20.2
30732026-07-08T02:28:18.046Z[ host-package] Compiling quick-xml v0.37.5
30742026-07-08T02:28:18.101Z[ host-package] Compiling oso-derive v0.27.3
30752026-07-08T02:28:18.150Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30762026-07-08T02:28:18.256Z[ host-package] Compiling openssl-probe v0.1.6
30772026-07-08T02:28:18.368Z[ helios-setup] Jul 08 02:28:17.330 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30782026-07-08T02:28:18.741Z[ host-package] Compiling git-stub-vcs v0.1.0
30792026-07-08T02:28:18.790Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-07-08T02:28:18.815Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30812026-07-08T02:28:18.976Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-07-08T02:28:19.143Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30832026-07-08T02:28:19.392Z[ host-package] Compiling bb8 v0.8.6
30842026-07-08T02:28:19.630Z[ host-package] Compiling trait-variant v0.1.2
30852026-07-08T02:28:19.670Z[ host-package] Compiling half v1.8.3
30862026-07-08T02:28:19.779Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30872026-07-08T02:28:19.851Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30882026-07-08T02:28:19.949Z[ host-package] Compiling samael v0.0.19
30892026-07-08T02:28:20.069Z[ host-package] Compiling serde_cbor v0.11.2
30902026-07-08T02:28:20.239Z[ host-package] Compiling nonempty v0.12.0
30912026-07-08T02:28:20.340Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30922026-07-08T02:28:20.518Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30932026-07-08T02:28:20.566Z[ host-package] Compiling polar-core v0.27.3
30942026-07-08T02:28:21.039Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30952026-07-08T02:28:21.223Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30962026-07-08T02:28:21.249Z[ host-package] Compiling fxhash v0.2.1
30972026-07-08T02:28:21.373Z[ host-package] Compiling libz-sys v1.1.24
30982026-07-08T02:28:21.482Z[ host-package] Compiling salty v0.3.0
30992026-07-08T02:28:21.631Z[ helios-setup] Jul 08 02:28:20.593 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31002026-07-08T02:28:21.957Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31012026-07-08T02:28:22.152Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31022026-07-08T02:28:22.206Z[ host-package] Compiling kstat-rs v0.2.4
31032026-07-08T02:28:22.588Z[ host-package] Compiling arc-swap v1.8.2
31042026-07-08T02:28:22.962Z[ host-package] Compiling slog-scope v4.4.1
31052026-07-08T02:28:22.985Z[ host-package] Compiling mime_guess v2.0.5
31062026-07-08T02:28:23.406Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31072026-07-08T02:28:23.709Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31082026-07-08T02:28:24.389Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31092026-07-08T02:28:24.925Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31102026-07-08T02:28:25.186Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31112026-07-08T02:28:25.342Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31122026-07-08T02:28:25.489Z[ host-package] Compiling rfc6979 v0.4.0
31132026-07-08T02:28:25.527Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
31142026-07-08T02:28:25.859Z[ host-package] Compiling nanorand v0.7.0
31152026-07-08T02:28:26.295Z[ host-package] Compiling darling_core v0.23.0
31162026-07-08T02:28:26.334Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31172026-07-08T02:28:26.606Z[ host-package] Compiling parking_lot_core v0.8.6
31182026-07-08T02:28:27.181Z[ host-package] Compiling flume v0.11.1
31192026-07-08T02:28:27.293Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
31202026-07-08T02:28:27.617Z[ host-package] Compiling ecdsa v0.16.9
31212026-07-08T02:28:28.010Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31222026-07-08T02:28:28.503Z[ host-package] Compiling slog-stdlog v4.1.1
31232026-07-08T02:28:28.748Z[ host-package] Compiling darling_macro v0.23.0
31242026-07-08T02:28:28.876Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31252026-07-08T02:28:28.959Z[ host-package] Compiling primeorder v0.13.6
31262026-07-08T02:28:29.177Z[ host-package] Compiling atty v0.2.14
31272026-07-08T02:28:29.363Z[ host-package] Compiling instability v0.3.11
31282026-07-08T02:28:29.407Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31292026-07-08T02:28:29.434Z[ host-package] Compiling http-range v0.1.5
31302026-07-08T02:28:29.598Z[ host-package] Compiling strsim v0.10.0
31312026-07-08T02:28:29.792Z[ host-package] Compiling async-bb8-diesel v0.2.1
31322026-07-08T02:28:29.981Z[ host-package] Compiling diesel-dtrace v0.5.0
31332026-07-08T02:28:30.033Z[ host-package] Compiling darling_core v0.13.4
31342026-07-08T02:28:30.292Z[ host-package] Compiling darling v0.23.0
31352026-07-08T02:28:30.367Z[ host-package] Compiling p384 v0.13.1
31362026-07-08T02:28:30.467Z[ host-package] Compiling slog-envlogger v2.2.0
31372026-07-08T02:28:31.327Z[ host-package] Compiling oso v0.27.3
31382026-07-08T02:28:31.782Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
31392026-07-08T02:28:32.663Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31402026-07-08T02:28:33.131Z[ host-package] Compiling ignore v0.4.25
31412026-07-08T02:28:33.174Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31422026-07-08T02:28:33.431Z[ host-package] Compiling castaway v0.2.4
31432026-07-08T02:28:33.520Z[ helios-setup] Jul 08 02:28:32.482 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.79s
31442026-07-08T02:28:33.554Z[ helios-setup] Jul 08 02:28:32.516 INFO building project "amd-host-image-builder" ok (45 seconds)
31452026-07-08T02:28:33.554Z[ helios-setup] Jul 08 02:28:32.517 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
31462026-07-08T02:28:33.627Z[ host-package] Compiling vergen-git2 v9.1.0
31472026-07-08T02:28:33.865Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31482026-07-08T02:28:34.105Z[ host-package] Compiling indoc v2.0.7
31492026-07-08T02:28:34.627Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31502026-07-08T02:28:35.441Z[ host-package] Compiling globwalk v0.9.1
31512026-07-08T02:28:35.468Z[ host-package] Compiling compact_str v0.8.1
31522026-07-08T02:28:36.144Z[ host-package] Compiling parking_lot v0.11.2
31532026-07-08T02:28:36.508Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31542026-07-08T02:28:36.535Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31552026-07-08T02:28:36.635Z[ host-package] Compiling darling_macro v0.13.4
31562026-07-08T02:28:37.139Z[ host-package] Compiling hyper-staticfile v0.10.1
31572026-07-08T02:28:37.202Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31582026-07-08T02:28:37.484Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31592026-07-08T02:28:37.840Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31602026-07-08T02:28:38.067Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31612026-07-08T02:28:38.200Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31622026-07-08T02:28:38.399Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31632026-07-08T02:28:38.752Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31642026-07-08T02:28:38.912Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31652026-07-08T02:28:39.012Z[ host-package] Compiling predicates-tree v1.0.13
31662026-07-08T02:28:39.057Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31672026-07-08T02:28:39.295Z[ host-package] Compiling unicode-truncate v1.1.0
31682026-07-08T02:28:39.468Z[ host-package] Compiling lru v0.12.5
31692026-07-08T02:28:39.506Z[ host-package] Compiling rand_seeder v0.4.0
31702026-07-08T02:28:39.713Z[ host-package] Compiling prefix-trie v0.7.0
31712026-07-08T02:28:39.778Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31722026-07-08T02:28:40.230Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31732026-07-08T02:28:40.267Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
31742026-07-08T02:28:40.557Z[ host-package] Compiling corncobs v0.1.4
31752026-07-08T02:28:40.578Z[ host-package] Compiling cassowary v0.3.0
31762026-07-08T02:28:40.860Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
31772026-07-08T02:28:40.902Z[ host-package] Compiling ratatui v0.29.0
31782026-07-08T02:28:40.924Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31792026-07-08T02:28:41.209Z[ host-package] Compiling hickory-server v0.25.2
31802026-07-08T02:28:41.808Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31812026-07-08T02:28:41.971Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31822026-07-08T02:28:42.100Z[ host-package] Compiling camino-tempfile-ext v0.3.3
31832026-07-08T02:28:42.238Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31842026-07-08T02:28:42.270Z[ host-package] Compiling darling v0.13.4
31852026-07-08T02:28:42.414Z[ host-package] Compiling sled v0.34.7
31862026-07-08T02:28:45.071Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31872026-07-08T02:28:45.674Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31882026-07-08T02:28:45.860Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31892026-07-08T02:28:46.256Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31902026-07-08T02:28:46.553Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-07-08T02:28:46.820Z[ host-package] Compiling secrecy v0.8.0
31922026-07-08T02:28:46.844Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31932026-07-08T02:28:47.183Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31942026-07-08T02:28:47.882Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31952026-07-08T02:28:47.953Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-07-08T02:28:48.702Z[ host-package] Compiling serde_with_macros v1.5.2
31972026-07-08T02:28:49.607Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-07-08T02:28:50.001Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-07-08T02:28:50.031Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32002026-07-08T02:28:50.335Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32012026-07-08T02:28:50.598Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32022026-07-08T02:28:50.855Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32032026-07-08T02:28:51.111Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32042026-07-08T02:28:51.364Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32052026-07-08T02:28:51.605Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32062026-07-08T02:28:51.797Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32072026-07-08T02:28:51.853Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32082026-07-08T02:28:52.041Z[ host-package] Compiling base64 v0.21.7
32092026-07-08T02:28:52.096Z[ host-package] Compiling void v1.0.2
32102026-07-08T02:28:52.212Z[ host-package] Compiling lzss v0.8.2
32112026-07-08T02:28:52.321Z[ host-package] Compiling ron v0.8.1
32122026-07-08T02:28:52.483Z[ host-package] Compiling git2 v0.20.4
32132026-07-08T02:28:52.757Z[ host-package] Compiling illumos-nvpair v0.3.0
32142026-07-08T02:28:53.260Z[ host-package] Compiling serde_with v1.14.0
32152026-07-08T02:28:53.283Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32162026-07-08T02:28:53.703Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32172026-07-08T02:28:53.735Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32182026-07-08T02:28:54.502Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32192026-07-08T02:28:55.677Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32202026-07-08T02:28:55.992Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32212026-07-08T02:28:57.638Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32222026-07-08T02:28:57.919Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32232026-07-08T02:28:57.944Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32242026-07-08T02:28:58.203Z[ host-package] Compiling tungstenite v0.23.0
32252026-07-08T02:28:58.667Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32262026-07-08T02:28:59.283Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32272026-07-08T02:28:59.393Z[ helios-setup] Jul 08 02:28:58.355 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
32282026-07-08T02:28:59.393Z[ helios-setup] Jul 08 02:28:58.355 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32292026-07-08T02:28:59.403Z[ helios-setup] Jul 08 02:28:58.365 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
32302026-07-08T02:28:59.403Z[ helios-setup] Jul 08 02:28:58.365 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32312026-07-08T02:28:59.403Z[ helios-setup] Jul 08 02:28:58.365 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32322026-07-08T02:28:59.510Z[ helios-setup] Jul 08 02:28:58.472 INFO E| Blocking waiting for file lock on package cache
32332026-07-08T02:29:00.333Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32342026-07-08T02:29:00.550Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352026-07-08T02:29:00.578Z[ host-package] Compiling nix v0.27.1
32362026-07-08T02:29:00.709Z[ host-package] Compiling twox-hash v2.1.2
32372026-07-08T02:29:00.771Z[ host-package] Compiling serde_bytes v0.11.19
32382026-07-08T02:29:00.863Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32392026-07-08T02:29:01.078Z[ host-package] Compiling tokio-tungstenite v0.23.1
32402026-07-08T02:29:01.210Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32412026-07-08T02:29:01.370Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32422026-07-08T02:29:01.460Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32432026-07-08T02:29:01.779Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32442026-07-08T02:29:03.791Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32452026-07-08T02:29:04.791Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32462026-07-08T02:29:05.325Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32472026-07-08T02:29:05.432Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32482026-07-08T02:29:05.746Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-07-08T02:29:05.800Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32502026-07-08T02:29:05.837Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32512026-07-08T02:29:05.860Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32522026-07-08T02:29:05.956Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32532026-07-08T02:29:06.635Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32542026-07-08T02:29:06.850Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32552026-07-08T02:29:06.873Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32562026-07-08T02:29:07.672Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32572026-07-08T02:29:07.761Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32582026-07-08T02:29:07.807Z[ helios-setup] Jul 08 02:29:06.769 INFO E| Blocking waiting for file lock on package cache
32592026-07-08T02:29:07.900Z[ helios-setup] Jul 08 02:29:06.863 INFO E| Blocking waiting for file lock on package cache
32602026-07-08T02:29:10.374Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32612026-07-08T02:29:10.621Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-07-08T02:29:10.942Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-07-08T02:29:12.089Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32642026-07-08T02:29:12.459Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32652026-07-08T02:29:12.639Z[ helios-setup] Jul 08 02:29:11.602 INFO E| Downloading crates ...
32662026-07-08T02:29:12.695Z[ helios-setup] Jul 08 02:29:11.658 INFO E| Downloaded adler2 v2.0.0
32672026-07-08T02:29:12.706Z[ helios-setup] Jul 08 02:29:11.669 INFO E| Downloaded miniz_oxide v0.8.8
32682026-07-08T02:29:12.748Z[ helios-setup] Jul 08 02:29:11.710 INFO E| Compiling adler2 v2.0.0
32692026-07-08T02:29:12.837Z[ helios-setup] Jul 08 02:29:11.800 INFO E| Compiling miniz_oxide v0.8.8
32702026-07-08T02:29:13.033Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32712026-07-08T02:29:13.182Z[ host-package] Compiling fatfs v0.3.6
32722026-07-08T02:29:13.347Z[ host-package] Compiling signal-hook-tokio v0.3.1
32732026-07-08T02:29:13.424Z[ host-package] Compiling yasna v0.5.2
32742026-07-08T02:29:13.624Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
32752026-07-08T02:29:14.085Z[ helios-setup] Jul 08 02:29:13.048 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32762026-07-08T02:29:14.458Z[ host-package] Compiling assert_matches v1.5.0
32772026-07-08T02:29:14.479Z[ host-package] Compiling is_ci v1.2.0
32782026-07-08T02:29:14.569Z[ host-package] Compiling seq-macro v0.3.6
32792026-07-08T02:29:14.603Z[ helios-setup] Jul 08 02:29:13.565 INFO E| Finished `release` profile [optimized] target(s) in 15.18s
32802026-07-08T02:29:14.613Z[ helios-setup] Jul 08 02:29:13.576 INFO building project "pinprick" ok (15 seconds)
32812026-07-08T02:29:14.613Z[ helios-setup] Jul 08 02:29:13.576 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32822026-07-08T02:29:14.623Z[ helios-setup] Jul 08 02:29:13.585 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
32832026-07-08T02:29:14.623Z[ helios-setup] Jul 08 02:29:13.585 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32842026-07-08T02:29:14.626Z[ helios-setup] Jul 08 02:29:13.585 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32852026-07-08T02:29:14.720Z[ host-package] Compiling supports-color v3.0.2
32862026-07-08T02:29:14.738Z[ helios-setup] Jul 08 02:29:13.695 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32872026-07-08T02:29:14.756Z[ host-package] Compiling rcgen v0.12.1
32882026-07-08T02:29:15.014Z[ helios-setup] Jul 08 02:29:13.976 INFO E| From https://github.com/jclulow/rust-jmclib
32892026-07-08T02:29:15.014Z[ helios-setup] Jul 08 02:29:13.976 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32902026-07-08T02:29:15.017Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32912026-07-08T02:29:15.029Z[ helios-setup] Jul 08 02:29:13.992 INFO E| Updating crates.io index
32922026-07-08T02:29:15.095Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32932026-07-08T02:29:15.194Z[ helios-setup] Jul 08 02:29:14.156 INFO E| Downloading crates ...
32942026-07-08T02:29:15.280Z[ helios-setup] Jul 08 02:29:14.243 INFO E| Downloaded digest v0.9.0
32952026-07-08T02:29:15.283Z[ helios-setup] Jul 08 02:29:14.245 INFO E| Downloaded md-5 v0.9.1
32962026-07-08T02:29:15.283Z[ helios-setup] Jul 08 02:29:14.246 INFO E| Downloaded serde_json v1.0.103
32972026-07-08T02:29:15.287Z[ helios-setup] Jul 08 02:29:14.250 INFO E| Downloaded block-buffer v0.9.0
32982026-07-08T02:29:15.290Z[ helios-setup] Jul 08 02:29:14.252 INFO E| Downloaded cpufeatures v0.2.9
32992026-07-08T02:29:15.293Z[ helios-setup] Jul 08 02:29:14.255 INFO E| Downloaded walkdir v2.3.3
33002026-07-08T02:29:15.296Z[ helios-setup] Jul 08 02:29:14.257 INFO E| Downloaded sha-1 v0.9.8
33012026-07-08T02:29:15.296Z[ helios-setup] Jul 08 02:29:14.258 INFO E| Downloaded anyhow v1.0.72
33022026-07-08T02:29:15.299Z[ helios-setup] Jul 08 02:29:14.260 INFO E| Downloaded libdevinfo-sys v1.0.0
33032026-07-08T02:29:15.299Z[ helios-setup] Jul 08 02:29:14.261 INFO E| Downloaded errno v0.3.1
33042026-07-08T02:29:15.310Z[ helios-setup] Jul 08 02:29:14.272 INFO E| Downloaded fastrand v2.0.0
33052026-07-08T02:29:15.322Z[ helios-setup] Jul 08 02:29:14.285 INFO E| Downloaded tempfile v3.7.0
33062026-07-08T02:29:15.330Z[ helios-setup] Jul 08 02:29:14.293 INFO E| Downloaded quote v1.0.31
33072026-07-08T02:29:15.341Z[ helios-setup] Jul 08 02:29:14.304 INFO E| Downloaded unicode-ident v1.0.11
33082026-07-08T02:29:15.344Z[ helios-setup] Jul 08 02:29:14.306 INFO E| Downloaded unicode-width v0.1.10
33092026-07-08T02:29:15.344Z[ helios-setup] Jul 08 02:29:14.307 INFO E| Downloaded once_cell v1.18.0
33102026-07-08T02:29:15.348Z[ helios-setup] Jul 08 02:29:14.308 INFO E| Downloaded bitflags v2.3.3
33112026-07-08T02:29:15.348Z[ helios-setup] Jul 08 02:29:14.310 INFO E| Downloaded uuid v0.8.2
33122026-07-08T02:29:15.351Z[ helios-setup] Jul 08 02:29:14.312 INFO E| Downloaded glob v0.3.1
33132026-07-08T02:29:15.351Z[ helios-setup] Jul 08 02:29:14.312 INFO E| Downloaded getrandom v0.2.10
33142026-07-08T02:29:15.355Z[ helios-setup] Jul 08 02:29:14.314 INFO E| Downloaded typenum v1.16.0
33152026-07-08T02:29:15.355Z[ helios-setup] Jul 08 02:29:14.316 INFO E| Downloaded proc-macro2 v1.0.66
33162026-07-08T02:29:15.358Z[ helios-setup] Jul 08 02:29:14.318 INFO E| Downloaded serde_derive v1.0.193
33172026-07-08T02:29:15.360Z[ helios-setup] Jul 08 02:29:14.321 INFO E| Downloaded toml v0.5.11
33182026-07-08T02:29:15.370Z[ helios-setup] Jul 08 02:29:14.333 INFO E| Downloaded serde v1.0.193
33192026-07-08T02:29:15.415Z[ helios-setup] Jul 08 02:29:14.377 INFO E| Downloaded syn v2.0.32
33202026-07-08T02:29:15.429Z[ helios-setup] Jul 08 02:29:14.391 INFO E| Downloaded rustix v0.38.4
33212026-07-08T02:29:15.468Z[ helios-setup] Jul 08 02:29:14.430 INFO E| Downloaded libc v0.2.147
33222026-07-08T02:29:15.532Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling libc v0.2.147
33232026-07-08T02:29:15.532Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling proc-macro2 v1.0.66
33242026-07-08T02:29:15.532Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling cfg-if v1.0.0
33252026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling unicode-ident v1.0.11
33262026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling typenum v1.16.0
33272026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling version_check v0.9.4
33282026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling serde v1.0.193
33292026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling time-core v0.1.2
33302026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling powerfmt v0.2.0
33312026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling itoa v1.0.9
33322026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling slog v2.7.0
33332026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling rustix v0.38.4
33342026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling num-conv v0.1.0
33352026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling once_cell v1.18.0
33362026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling num_threads v0.1.6
33372026-07-08T02:29:15.536Z[ helios-setup] Jul 08 02:29:14.495 INFO E| Compiling bitflags v2.3.3
33382026-07-08T02:29:15.663Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33392026-07-08T02:29:16.266Z[ helios-setup] Jul 08 02:29:15.222 INFO E| Compiling opaque-debug v0.3.0
33402026-07-08T02:29:16.274Z[ helios-setup] Jul 08 02:29:15.236 INFO E| Compiling fastrand v2.0.0
33412026-07-08T02:29:16.391Z[ helios-setup] Jul 08 02:29:15.353 INFO E| Compiling anyhow v1.0.72
33422026-07-08T02:29:16.395Z[ helios-setup] Jul 08 02:29:15.357 INFO E| Compiling serde_json v1.0.103
33432026-07-08T02:29:16.447Z[ helios-setup] Jul 08 02:29:15.410 INFO E| Compiling unicode-width v0.1.10
33442026-07-08T02:29:16.523Z[ helios-setup] Jul 08 02:29:15.486 INFO E| Compiling time-macros v0.2.18
33452026-07-08T02:29:16.655Z[ helios-setup] Jul 08 02:29:15.618 INFO E| Compiling deranged v0.3.11
33462026-07-08T02:29:16.666Z[ helios-setup] Jul 08 02:29:15.629 INFO E| Compiling thread_local v1.1.7
33472026-07-08T02:29:16.686Z[ helios-setup] Jul 08 02:29:15.649 INFO E| Compiling cpufeatures v0.2.9
33482026-07-08T02:29:16.771Z[ helios-setup] Jul 08 02:29:15.730 INFO E| Compiling same-file v1.0.6
33492026-07-08T02:29:16.795Z[ helios-setup] Jul 08 02:29:15.757 INFO E| Compiling generic-array v0.14.7
33502026-07-08T02:29:16.847Z[ helios-setup] Jul 08 02:29:15.810 INFO E| Compiling ryu v1.0.15
33512026-07-08T02:29:16.878Z[ helios-setup] Jul 08 02:29:15.840 INFO E| Compiling getopts v0.2.21
33522026-07-08T02:29:17.076Z[ helios-setup] Jul 08 02:29:16.038 INFO E| Compiling walkdir v2.3.3
33532026-07-08T02:29:17.129Z[ helios-setup] Jul 08 02:29:16.091 INFO E| Compiling glob v0.3.1
33542026-07-08T02:29:17.137Z[ helios-setup] Jul 08 02:29:16.098 INFO E| Compiling libdevinfo-sys v1.0.0
33552026-07-08T02:29:17.287Z[ helios-setup] Jul 08 02:29:16.250 INFO E| Compiling quote v1.0.31
33562026-07-08T02:29:17.583Z[ helios-setup] Jul 08 02:29:16.542 INFO E| Compiling syn v2.0.32
33572026-07-08T02:29:17.794Z[ helios-setup] Jul 08 02:29:16.756 INFO E| Compiling dirs-sys-next v0.1.2
33582026-07-08T02:29:17.794Z[ helios-setup] Jul 08 02:29:16.756 INFO E| Compiling errno v0.3.1
33592026-07-08T02:29:17.837Z[ helios-setup] Jul 08 02:29:16.800 INFO E| Compiling atty v0.2.14
33602026-07-08T02:29:17.837Z[ helios-setup] Jul 08 02:29:16.800 INFO E| Compiling getrandom v0.2.10
33612026-07-08T02:29:18.083Z[ helios-setup] Jul 08 02:29:17.045 INFO E| Compiling dirs-next v2.0.0
33622026-07-08T02:29:18.217Z[ helios-setup] Jul 08 02:29:17.179 INFO E| Compiling term v0.7.0
33632026-07-08T02:29:18.398Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33642026-07-08T02:29:18.676Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
33652026-07-08T02:29:18.771Z[ helios-setup] Jul 08 02:29:17.734 INFO E| Compiling time v0.3.36
33662026-07-08T02:29:18.807Z[ host-package] Compiling rtoolbox v0.0.3
33672026-07-08T02:29:18.835Z[ helios-setup] Jul 08 02:29:17.798 INFO E| Compiling tempfile v3.7.0
33682026-07-08T02:29:18.916Z[ helios-setup] Jul 08 02:29:17.878 INFO E| Compiling block-buffer v0.9.0
33692026-07-08T02:29:18.916Z[ helios-setup] Jul 08 02:29:17.878 INFO E| Compiling digest v0.9.0
33702026-07-08T02:29:18.919Z[ host-package] Compiling subprocess v0.2.15
33712026-07-08T02:29:19.032Z[ helios-setup] Jul 08 02:29:17.995 INFO E| Compiling md-5 v0.9.1
33722026-07-08T02:29:19.032Z[ helios-setup] Jul 08 02:29:17.995 INFO E| Compiling sha-1 v0.9.8
33732026-07-08T02:29:19.234Z[ host-package] Compiling rpassword v7.4.0
33742026-07-08T02:29:19.356Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33752026-07-08T02:29:19.729Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33762026-07-08T02:29:19.832Z[ helios-setup] Jul 08 02:29:18.795 INFO E| Compiling slog-term v2.9.0
33772026-07-08T02:29:20.254Z[ helios-setup] Jul 08 02:29:19.211 INFO E| Compiling serde_derive v1.0.193
33782026-07-08T02:29:20.565Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33792026-07-08T02:29:20.695Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33802026-07-08T02:29:21.576Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33812026-07-08T02:29:22.413Z[ host-package] Compiling tui-tree-widget v0.23.1
33822026-07-08T02:29:22.843Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33832026-07-08T02:29:23.198Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33842026-07-08T02:29:25.017Z[ helios-setup] Jul 08 02:29:23.976 INFO E| Compiling toml v0.5.11
33852026-07-08T02:29:25.017Z[ helios-setup] Jul 08 02:29:23.976 INFO E| Compiling uuid v0.8.2
33862026-07-08T02:29:25.510Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33872026-07-08T02:29:25.869Z[ host-package] Compiling uzers v0.12.2
33882026-07-08T02:29:25.890Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33892026-07-08T02:29:25.894Z[ helios-setup] Jul 08 02:29:24.857 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33902026-07-08T02:29:26.208Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33912026-07-08T02:29:26.502Z[ helios-setup] Jul 08 02:29:25.464 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33922026-07-08T02:29:27.454Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33932026-07-08T02:29:27.615Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33942026-07-08T02:29:30.339Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952026-07-08T02:29:31.278Z[ helios-setup] Jul 08 02:29:30.240 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s
33962026-07-08T02:29:31.302Z[ helios-setup] Jul 08 02:29:30.265 INFO building project "image-builder" ok (16 seconds)
33972026-07-08T02:29:31.302Z[ helios-setup] Jul 08 02:29:30.265 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33982026-07-08T02:29:31.313Z[ helios-setup] Jul 08 02:29:30.275 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
33992026-07-08T02:29:31.313Z[ helios-setup] Jul 08 02:29:30.275 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34002026-07-08T02:29:31.323Z[ helios-setup] Jul 08 02:29:30.275 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34012026-07-08T02:29:31.326Z[ host-package] Compiling support-bundle-viewer v0.1.2
34022026-07-08T02:29:31.429Z[ helios-setup] Jul 08 02:29:30.392 INFO E| Downloading crates ...
34032026-07-08T02:29:31.495Z[ helios-setup] Jul 08 02:29:30.456 INFO E| Downloaded generic-array v0.14.6
34042026-07-08T02:29:31.499Z[ helios-setup] Jul 08 02:29:30.458 INFO E| Downloaded block-buffer v0.10.3
34052026-07-08T02:29:31.527Z[ helios-setup] Jul 08 02:29:30.490 INFO E| Downloaded typenum v1.15.0
34062026-07-08T02:29:31.530Z[ helios-setup] Jul 08 02:29:30.492 INFO E| Downloaded anyhow v1.0.62
34072026-07-08T02:29:31.533Z[ helios-setup] Jul 08 02:29:30.494 INFO E| Downloaded miniz_oxide v0.6.2
34082026-07-08T02:29:31.533Z[ helios-setup] Jul 08 02:29:30.495 INFO E| Downloaded digest v0.10.3
34092026-07-08T02:29:31.536Z[ helios-setup] Jul 08 02:29:30.496 INFO E| Downloaded sha2 v0.10.5
34102026-07-08T02:29:31.536Z[ helios-setup] Jul 08 02:29:30.497 INFO E| Downloaded cpufeatures v0.2.5
34112026-07-08T02:29:31.541Z[ helios-setup] Jul 08 02:29:30.503 INFO E| Downloaded flate2 v1.0.25
34122026-07-08T02:29:31.544Z[ helios-setup] Jul 08 02:29:30.506 INFO E| Downloaded bytes v1.2.1
34132026-07-08T02:29:31.590Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling typenum v1.15.0
34142026-07-08T02:29:31.591Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling version_check v0.9.4
34152026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling cfg-if v1.0.0
34162026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling crc32fast v1.3.2
34172026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling anyhow v1.0.62
34182026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling adler v1.0.2
34192026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling cpufeatures v0.2.5
34202026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling unicode-width v0.1.10
34212026-07-08T02:29:31.597Z[ helios-setup] Jul 08 02:29:30.550 INFO E| Compiling bytes v1.2.1
34222026-07-08T02:29:31.615Z[ helios-setup] Jul 08 02:29:30.577 INFO E| Compiling bitflags v1.3.2
34232026-07-08T02:29:32.100Z[ helios-setup] Jul 08 02:29:31.061 INFO E| Compiling getopts v0.2.21
34242026-07-08T02:29:32.105Z[ helios-setup] Jul 08 02:29:31.062 INFO E| Compiling miniz_oxide v0.6.2
34252026-07-08T02:29:32.108Z[ helios-setup] Jul 08 02:29:31.070 INFO E| Compiling generic-array v0.14.6
34262026-07-08T02:29:32.961Z[ helios-setup] Jul 08 02:29:31.924 INFO E| Compiling flate2 v1.0.25
34272026-07-08T02:29:33.006Z[ host-package] Compiling multimap v0.10.1
34282026-07-08T02:29:33.773Z[ helios-setup] Jul 08 02:29:32.735 INFO E| Compiling crypto-common v0.1.6
34292026-07-08T02:29:33.773Z[ helios-setup] Jul 08 02:29:32.735 INFO E| Compiling block-buffer v0.10.3
34302026-07-08T02:29:33.906Z[ helios-setup] Jul 08 02:29:32.869 INFO E| Compiling digest v0.10.3
34312026-07-08T02:29:34.106Z[ helios-setup] Jul 08 02:29:33.069 INFO E| Compiling sha2 v0.10.5
34322026-07-08T02:29:34.347Z[ helios-setup] Jul 08 02:29:33.305 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34332026-07-08T02:29:36.539Z[ helios-setup] Jul 08 02:29:35.494 INFO E| Finished `release` profile [optimized] target(s) in 5.20s
34342026-07-08T02:29:36.545Z[ helios-setup] Jul 08 02:29:35.508 INFO building project "bootserver" ok (5 seconds)
34352026-07-08T02:29:36.545Z[ helios-setup] Jul 08 02:29:35.508 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34362026-07-08T02:29:36.561Z[ helios-setup] Jul 08 02:29:35.517 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
34372026-07-08T02:29:36.562Z[ helios-setup] Jul 08 02:29:35.517 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34382026-07-08T02:29:36.562Z[ helios-setup] Jul 08 02:29:35.517 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34392026-07-08T02:29:36.667Z[ helios-setup] Jul 08 02:29:35.630 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34402026-07-08T02:29:37.003Z[ helios-setup] Jul 08 02:29:35.963 INFO E| From https://github.com/jclulow/hiercmd
34412026-07-08T02:29:37.003Z[ helios-setup] Jul 08 02:29:35.963 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34422026-07-08T02:29:37.014Z[ helios-setup] Jul 08 02:29:35.976 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34432026-07-08T02:29:37.316Z[ helios-setup] Jul 08 02:29:36.278 INFO E| From https://github.com/oxidecomputer/network-interface
34442026-07-08T02:29:37.316Z[ helios-setup] Jul 08 02:29:36.279 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34452026-07-08T02:29:37.331Z[ helios-setup] Jul 08 02:29:36.290 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34462026-07-08T02:29:37.634Z[ helios-setup] Jul 08 02:29:36.594 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34472026-07-08T02:29:37.635Z[ helios-setup] Jul 08 02:29:36.594 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34482026-07-08T02:29:37.651Z[ helios-setup] Jul 08 02:29:36.611 INFO E| Updating crates.io index
34492026-07-08T02:29:37.825Z[ helios-setup] Jul 08 02:29:36.787 INFO E| Downloading crates ...
34502026-07-08T02:29:37.926Z[ helios-setup] Jul 08 02:29:36.888 INFO E| Downloaded clap_lex v0.7.6
34512026-07-08T02:29:37.930Z[ helios-setup] Jul 08 02:29:36.890 INFO E| Downloaded bitfield-macros v0.19.3
34522026-07-08T02:29:37.959Z[ helios-setup] Jul 08 02:29:36.918 INFO E| Downloaded uuid v1.18.1
34532026-07-08T02:29:37.965Z[ helios-setup] Jul 08 02:29:36.921 INFO E| Downloaded toml_edit v0.23.7
34542026-07-08T02:29:37.965Z[ helios-setup] Jul 08 02:29:36.923 INFO E| Downloaded simd-adler32 v0.3.7
34552026-07-08T02:29:37.965Z[ helios-setup] Jul 08 02:29:36.924 INFO E| Downloaded cc v1.2.44
34562026-07-08T02:29:37.965Z[ helios-setup] Jul 08 02:29:36.927 INFO E| Downloaded pin-utils v0.1.0
34572026-07-08T02:29:38.002Z[ helios-setup] Jul 08 02:29:36.960 INFO E| Downloaded env_filter v0.1.4
34582026-07-08T02:29:38.012Z[ helios-setup] Jul 08 02:29:36.968 INFO E| Downloaded futures-sink v0.3.31
34592026-07-08T02:29:38.017Z[ helios-setup] Jul 08 02:29:36.969 INFO E| Downloaded crc v3.3.0
34602026-07-08T02:29:38.038Z[ helios-setup] Jul 08 02:29:36.999 INFO E| Downloaded pin-project-lite v0.2.16
34612026-07-08T02:29:38.044Z[ helios-setup] Jul 08 02:29:37.003 INFO E| Downloaded base64ct v1.8.0
34622026-07-08T02:29:38.050Z[ helios-setup] Jul 08 02:29:37.006 INFO E| Downloaded anstyle-query v1.1.4
34632026-07-08T02:29:38.050Z[ helios-setup] Jul 08 02:29:37.006 INFO E| Downloaded anstyle v1.0.13
34642026-07-08T02:29:38.050Z[ helios-setup] Jul 08 02:29:37.006 INFO E| Downloaded futures-executor v0.3.31
34652026-07-08T02:29:38.051Z[ helios-setup] Jul 08 02:29:37.007 INFO E| Downloaded futures-macro v0.3.31
34662026-07-08T02:29:38.051Z[ helios-setup] Jul 08 02:29:37.008 INFO E| Downloaded futures-core v0.3.31
34672026-07-08T02:29:38.051Z[ helios-setup] Jul 08 02:29:37.009 INFO E| Downloaded devinfo v0.1.0
34682026-07-08T02:29:38.075Z[ helios-setup] Jul 08 02:29:37.036 INFO E| Downloaded zeroize_derive v1.4.2
34692026-07-08T02:29:38.078Z[ helios-setup] Jul 08 02:29:37.037 INFO E| Downloaded time-core v0.1.6
34702026-07-08T02:29:38.078Z[ helios-setup] Jul 08 02:29:37.038 INFO E| Downloaded serde_spanned v1.0.3
34712026-07-08T02:29:38.078Z[ helios-setup] Jul 08 02:29:37.039 INFO E| Downloaded libdevinfo-sys v1.1.0
34722026-07-08T02:29:38.078Z[ helios-setup] Jul 08 02:29:37.039 INFO E| Downloaded futures-task v0.3.31
34732026-07-08T02:29:38.078Z[ helios-setup] Jul 08 02:29:37.040 INFO E| Downloaded futures-io v0.3.31
34742026-07-08T02:29:38.093Z[ helios-setup] Jul 08 02:29:37.055 INFO E| Downloaded slab v0.4.11
34752026-07-08T02:29:38.098Z[ helios-setup] Jul 08 02:29:37.056 INFO E| Downloaded deranged v0.5.5
34762026-07-08T02:29:38.098Z[ helios-setup] Jul 08 02:29:37.057 INFO E| Downloaded bitflags v2.10.0
34772026-07-08T02:29:38.101Z[ helios-setup] Jul 08 02:29:37.059 INFO E| Downloaded bitfield v0.19.3
34782026-07-08T02:29:38.104Z[ helios-setup] Jul 08 02:29:37.065 INFO E| Downloaded find-msvc-tools v0.1.4
34792026-07-08T02:29:38.104Z[ helios-setup] Jul 08 02:29:37.066 INFO E| Downloaded clap_derive v4.5.49
34802026-07-08T02:29:38.107Z[ helios-setup] Jul 08 02:29:37.068 INFO E| Downloaded quote v1.0.41
34812026-07-08T02:29:38.110Z[ helios-setup] Jul 08 02:29:37.070 INFO E| Downloaded toml_datetime v0.7.3
34822026-07-08T02:29:38.121Z[ helios-setup] Jul 08 02:29:37.083 INFO E| Downloaded toml_writer v1.0.4
34832026-07-08T02:29:38.124Z[ helios-setup] Jul 08 02:29:37.084 INFO E| Downloaded unicode-ident v1.0.22
34842026-07-08T02:29:38.124Z[ helios-setup] Jul 08 02:29:37.086 INFO E| Downloaded thiserror-impl v2.0.17
34852026-07-08T02:29:38.124Z[ helios-setup] Jul 08 02:29:37.087 INFO E| Downloaded num_enum_derive v0.7.5
34862026-07-08T02:29:38.131Z[ helios-setup] Jul 08 02:29:37.087 INFO E| Downloaded tokio-macros v2.6.0
34872026-07-08T02:29:38.131Z[ helios-setup] Jul 08 02:29:37.088 INFO E| Downloaded time-macros v0.2.24
34882026-07-08T02:29:38.131Z[ helios-setup] Jul 08 02:29:37.089 INFO E| Downloaded thiserror v2.0.17
34892026-07-08T02:29:38.135Z[ helios-setup] Jul 08 02:29:37.093 INFO E| Downloaded clap v4.5.51
34902026-07-08T02:29:38.138Z[ helios-setup] Jul 08 02:29:37.098 INFO E| Downloaded signal-hook-registry v1.4.6
34912026-07-08T02:29:38.138Z[ helios-setup] Jul 08 02:29:37.099 INFO E| Downloaded num_enum v0.7.5
34922026-07-08T02:29:38.141Z[ helios-setup] Jul 08 02:29:37.102 INFO E| Downloaded generic-array v0.14.9
34932026-07-08T02:29:38.141Z[ helios-setup] Jul 08 02:29:37.103 INFO E| Downloaded futures-channel v0.3.31
34942026-07-08T02:29:38.145Z[ helios-setup] Jul 08 02:29:37.104 INFO E| Downloaded getopts v0.2.24
34952026-07-08T02:29:38.145Z[ helios-setup] Jul 08 02:29:37.105 INFO E| Downloaded env_logger v0.11.8
34962026-07-08T02:29:38.151Z[ helios-setup] Jul 08 02:29:37.113 INFO E| Downloaded futures v0.3.31
34972026-07-08T02:29:38.160Z[ helios-setup] Jul 08 02:29:37.117 INFO E| Downloaded getrandom v0.2.16
34982026-07-08T02:29:38.165Z[ helios-setup] Jul 08 02:29:37.120 INFO E| Downloaded toml v0.9.8
34992026-07-08T02:29:38.190Z[ helios-setup] Jul 08 02:29:37.153 INFO E| Downloaded toml_parser v1.0.4
35002026-07-08T02:29:38.193Z[ helios-setup] Jul 08 02:29:37.154 INFO E| Downloaded clap_builder v4.5.51
35012026-07-08T02:29:38.196Z[ helios-setup] Jul 08 02:29:37.158 INFO E| Downloaded bytes v1.10.1
35022026-07-08T02:29:38.199Z[ helios-setup] Jul 08 02:29:37.161 INFO E| Downloaded socket2 v0.6.1
35032026-07-08T02:29:38.204Z[ helios-setup] Jul 08 02:29:37.162 INFO E| Downloaded proc-macro2 v1.0.103
35042026-07-08T02:29:38.204Z[ helios-setup] Jul 08 02:29:37.164 INFO E| Downloaded log v0.4.28
35052026-07-08T02:29:38.204Z[ helios-setup] Jul 08 02:29:37.165 INFO E| Downloaded anyhow v1.0.100
35062026-07-08T02:29:38.207Z[ helios-setup] Jul 08 02:29:37.169 INFO E| Downloaded rsa v0.9.8
35072026-07-08T02:29:38.212Z[ helios-setup] Jul 08 02:29:37.171 INFO E| Downloaded rand v0.8.5
35082026-07-08T02:29:38.238Z[ helios-setup] Jul 08 02:29:37.198 INFO E| Downloaded typenum v1.19.0
35092026-07-08T02:29:38.248Z[ helios-setup] Jul 08 02:29:37.200 INFO E| Downloaded iddqd v0.3.14
35102026-07-08T02:29:38.248Z[ helios-setup] Jul 08 02:29:37.204 INFO E| Downloaded flate2 v1.1.5
35112026-07-08T02:29:38.259Z[ helios-setup] Jul 08 02:29:37.207 INFO E| Downloaded mio v1.1.0
35122026-07-08T02:29:38.259Z[ helios-setup] Jul 08 02:29:37.210 INFO E| Downloaded memchr v2.7.6
35132026-07-08T02:29:38.259Z[ helios-setup] Jul 08 02:29:37.213 INFO E| Downloaded indexmap v2.12.0
35142026-07-08T02:29:38.276Z[ helios-setup] Jul 08 02:29:37.239 INFO E| Downloaded num-bigint-dig v0.8.4
35152026-07-08T02:29:38.286Z[ helios-setup] Jul 08 02:29:37.242 INFO E| Downloaded time v0.3.44
35162026-07-08T02:29:38.292Z[ helios-setup] Jul 08 02:29:37.246 INFO E| Downloaded hashbrown v0.16.0
35172026-07-08T02:29:38.292Z[ helios-setup] Jul 08 02:29:37.250 INFO E| Downloaded libm v0.2.15
35182026-07-08T02:29:38.296Z[ helios-setup] Jul 08 02:29:37.256 INFO E| Downloaded serde_json v1.0.145
35192026-07-08T02:29:38.300Z[ helios-setup] Jul 08 02:29:37.261 INFO E| Downloaded futures-util v0.3.31
35202026-07-08T02:29:38.363Z[ helios-setup] Jul 08 02:29:37.326 INFO E| Downloaded chrono v0.4.42
35212026-07-08T02:29:38.381Z[ helios-setup] Jul 08 02:29:37.343 INFO E| Downloaded unicode-width v0.2.2
35222026-07-08T02:29:38.389Z[ helios-setup] Jul 08 02:29:37.347 INFO E| Downloaded syn v2.0.108
35232026-07-08T02:29:38.419Z[ helios-setup] Jul 08 02:29:37.381 INFO E| Downloaded rustix v1.1.2
35242026-07-08T02:29:38.502Z[ helios-setup] Jul 08 02:29:37.461 INFO E| Downloaded libc v0.2.177
35252026-07-08T02:29:38.517Z[ helios-setup] Jul 08 02:29:37.476 INFO E| Downloaded tokio v1.48.0
35262026-07-08T02:29:38.611Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling proc-macro2 v1.0.103
35272026-07-08T02:29:38.611Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling quote v1.0.41
35282026-07-08T02:29:38.611Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling unicode-ident v1.0.22
35292026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling libc v0.2.177
35302026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling serde_core v1.0.228
35312026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling cfg-if v1.0.4
35322026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling serde v1.0.228
35332026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling version_check v0.9.5
35342026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling autocfg v1.5.0
35352026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling typenum v1.19.0
35362026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling const-oid v0.9.6
35372026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling libm v0.2.15
35382026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling zerocopy v0.8.27
35392026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling rustversion v1.0.22
35402026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling zeroize v1.8.2
35412026-07-08T02:29:38.615Z[ helios-setup] Jul 08 02:29:37.573 INFO E| Compiling smallvec v1.15.1
35422026-07-08T02:29:39.227Z[ helios-setup] Jul 08 02:29:38.187 INFO E| Compiling base64ct v1.8.0
35432026-07-08T02:29:39.441Z[ helios-setup] Jul 08 02:29:38.397 INFO E| Compiling hashbrown v0.16.0
35442026-07-08T02:29:39.505Z[ helios-setup] Jul 08 02:29:38.448 INFO E| Compiling crc32fast v1.5.0
35452026-07-08T02:29:39.820Z[ helios-setup] Jul 08 02:29:38.719 INFO E| Compiling pem-rfc7468 v0.7.0
35462026-07-08T02:29:39.931Z[ helios-setup] Jul 08 02:29:38.823 INFO E| Compiling num-traits v0.2.19
35472026-07-08T02:29:39.970Z[ helios-setup] Jul 08 02:29:38.832 INFO E| Compiling equivalent v1.0.2
35482026-07-08T02:29:39.971Z[ helios-setup] Jul 08 02:29:38.842 INFO E| Compiling generic-array v0.14.9
35492026-07-08T02:29:39.971Z[ helios-setup] Jul 08 02:29:38.866 INFO E| Compiling byteorder v1.5.0
35502026-07-08T02:29:40.060Z[ helios-setup] Jul 08 02:29:38.971 INFO E| Compiling anyhow v1.0.100
35512026-07-08T02:29:40.113Z[ helios-setup] Jul 08 02:29:38.985 INFO E| Compiling utf8parse v0.2.2
35522026-07-08T02:29:40.215Z[ helios-setup] Jul 08 02:29:39.171 INFO E| Compiling winnow v0.7.13
35532026-07-08T02:29:40.271Z[ helios-setup] Jul 08 02:29:39.196 INFO E| Compiling rustix v1.1.2
35542026-07-08T02:29:40.315Z[ helios-setup] Jul 08 02:29:39.251 INFO E| Compiling flagset v0.4.7
35552026-07-08T02:29:40.474Z[ helios-setup] Jul 08 02:29:39.389 INFO E| Compiling memchr v2.7.6
35562026-07-08T02:29:40.589Z[ helios-setup] Jul 08 02:29:39.526 INFO E| Compiling anstyle-parse v0.2.7
35572026-07-08T02:29:40.680Z[ helios-setup] Jul 08 02:29:39.602 INFO E| Compiling indexmap v2.12.0
35582026-07-08T02:29:40.964Z[ helios-setup] Jul 08 02:29:39.855 INFO E| Compiling getrandom v0.2.16
35592026-07-08T02:29:41.164Z[ helios-setup] Jul 08 02:29:39.860 INFO E| Compiling errno v0.3.14
35602026-07-08T02:29:41.164Z[ helios-setup] Jul 08 02:29:39.881 INFO E| Compiling toml_datetime v0.7.3
35612026-07-08T02:29:41.268Z[ helios-setup] Jul 08 02:29:39.999 INFO E| Compiling colorchoice v1.0.4
35622026-07-08T02:29:41.269Z[ helios-setup] Jul 08 02:29:40.059 INFO E| Compiling find-msvc-tools v0.1.4
35632026-07-08T02:29:41.269Z[ helios-setup] Jul 08 02:29:40.059 INFO E| Compiling cpufeatures v0.2.17
35642026-07-08T02:29:41.269Z[ helios-setup] Jul 08 02:29:40.086 INFO E| Compiling rand_core v0.6.4
35652026-07-08T02:29:41.269Z[ helios-setup] Jul 08 02:29:40.167 INFO E| Compiling allocator-api2 v0.2.21
35662026-07-08T02:29:41.340Z[ helios-setup] Jul 08 02:29:40.193 INFO E| Compiling anstyle-query v1.1.4
35672026-07-08T02:29:41.342Z[ helios-setup] Jul 08 02:29:40.235 INFO E| Compiling anstyle v1.0.13
35682026-07-08T02:29:41.497Z[ helios-setup] Jul 08 02:29:40.325 INFO E| Compiling syn v1.0.109
35692026-07-08T02:29:41.497Z[ helios-setup] Jul 08 02:29:40.355 INFO E| Compiling radium v0.7.0
35702026-07-08T02:29:41.634Z[ helios-setup] Jul 08 02:29:40.526 INFO E| Compiling is_terminal_polyfill v1.70.2
35712026-07-08T02:29:41.634Z[ helios-setup] Jul 08 02:29:40.526 INFO E| Compiling shlex v1.3.0
35722026-07-08T02:29:41.904Z[ helios-setup] Jul 08 02:29:40.843 INFO E| Compiling cc v1.2.44
35732026-07-08T02:29:41.973Z[ helios-setup] Jul 08 02:29:40.912 INFO E| Compiling anstream v0.6.21
35742026-07-08T02:29:42.028Z[ helios-setup] Jul 08 02:29:40.943 INFO E| Compiling slog v2.8.2
35752026-07-08T02:29:42.096Z[ helios-setup] Jul 08 02:29:40.969 INFO E| Compiling futures-sink v0.3.31
35762026-07-08T02:29:42.195Z[ helios-setup] Jul 08 02:29:41.106 INFO E| Compiling syn v2.0.108
35772026-07-08T02:29:42.263Z[ helios-setup] Jul 08 02:29:41.167 INFO E| Compiling unicode-width v0.2.2
35782026-07-08T02:29:42.337Z[ helios-setup] Jul 08 02:29:41.204 INFO E| Compiling parking_lot_core v0.9.12
35792026-07-08T02:29:42.337Z[ helios-setup] Jul 08 02:29:41.204 INFO E| Compiling tap v1.0.1
35802026-07-08T02:29:42.603Z[ helios-setup] Jul 08 02:29:41.508 INFO E| Compiling crypto-common v0.1.6
35812026-07-08T02:29:42.654Z[ helios-setup] Jul 08 02:29:41.531 INFO E| Compiling block-buffer v0.10.4
35822026-07-08T02:29:42.754Z[ helios-setup] Jul 08 02:29:41.679 INFO E| Compiling digest v0.10.7
35832026-07-08T02:29:42.816Z[ helios-setup] Jul 08 02:29:41.690 INFO E| Compiling futures-core v0.3.31
35842026-07-08T02:29:42.917Z[ helios-setup] Jul 08 02:29:41.829 INFO E| Compiling pin-project-lite v0.2.16
35852026-07-08T02:29:43.023Z[ helios-setup] Jul 08 02:29:41.841 INFO E| Compiling pkg-config v0.3.32
35862026-07-08T02:29:43.023Z[ helios-setup] Jul 08 02:29:41.848 INFO E| Compiling maybe-uninit v2.0.0
35872026-07-08T02:29:43.023Z[ helios-setup] Jul 08 02:29:41.883 INFO E| Compiling futures-channel v0.3.31
35882026-07-08T02:29:43.100Z[ helios-setup] Jul 08 02:29:41.970 INFO E| Compiling getopts v0.2.24
35892026-07-08T02:29:43.164Z[ helios-setup] Jul 08 02:29:42.099 INFO E| Compiling wyz v0.5.1
35902026-07-08T02:29:43.209Z[ helios-setup] Jul 08 02:29:42.111 INFO E| Compiling ahash v0.8.12
35912026-07-08T02:29:43.209Z[ helios-setup] Jul 08 02:29:42.129 INFO E| Compiling toml_parser v1.0.4
35922026-07-08T02:29:43.346Z[ helios-setup] Jul 08 02:29:42.276 INFO E| Compiling sha2 v0.10.9
35932026-07-08T02:29:43.382Z[ helios-setup] Jul 08 02:29:42.331 INFO E| Compiling num-integer v0.1.46
35942026-07-08T02:29:43.526Z[ helios-setup] Jul 08 02:29:42.448 INFO E| Compiling clap_lex v0.7.6
35952026-07-08T02:29:43.672Z[ helios-setup] Jul 08 02:29:42.576 INFO E| Compiling getrandom v0.3.4
35962026-07-08T02:29:43.721Z[ helios-setup] Jul 08 02:29:42.671 INFO E| Compiling pin-utils v0.1.0
35972026-07-08T02:29:43.727Z[ helios-setup] Jul 08 02:29:42.678 INFO E| Compiling funty v2.0.0
35982026-07-08T02:29:43.803Z[ helios-setup] Jul 08 02:29:42.758 INFO E| Compiling num-bigint-dig v0.8.4
35992026-07-08T02:29:43.855Z[ helios-setup] Jul 08 02:29:42.817 INFO E| Compiling powerfmt v0.2.0
36002026-07-08T02:29:43.915Z[ helios-setup] Jul 08 02:29:42.877 INFO E| Compiling toml_edit v0.23.7
36012026-07-08T02:29:43.984Z[ helios-setup] Jul 08 02:29:42.946 INFO E| Compiling strsim v0.11.1
36022026-07-08T02:29:44.197Z[ helios-setup] Jul 08 02:29:43.159 INFO E| Compiling num-conv v0.1.0
36032026-07-08T02:29:44.256Z[ helios-setup] Jul 08 02:29:43.218 INFO E| Compiling time-core v0.1.6
36042026-07-08T02:29:44.330Z[ helios-setup] Jul 08 02:29:43.292 INFO E| Compiling itoa v1.0.15
36052026-07-08T02:29:44.340Z[ helios-setup] Jul 08 02:29:43.302 INFO E| Compiling packed_struct v0.10.1
36062026-07-08T02:29:44.364Z[ helios-setup] Jul 08 02:29:43.326 INFO E| Compiling heck v0.5.0
36072026-07-08T02:29:44.502Z[ helios-setup] Jul 08 02:29:43.463 INFO E| Compiling slab v0.4.11
36082026-07-08T02:29:44.553Z[ helios-setup] Jul 08 02:29:43.514 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36092026-07-08T02:29:44.583Z[ helios-setup] Jul 08 02:29:43.545 INFO E| Compiling thiserror v1.0.69
36102026-07-08T02:29:44.583Z[ helios-setup] Jul 08 02:29:43.545 INFO E| Compiling futures-task v0.3.31
36112026-07-08T02:29:44.752Z[ helios-setup] Jul 08 02:29:43.715 INFO E| Compiling proc-macro-crate v3.4.0
36122026-07-08T02:29:44.798Z[ helios-setup] Jul 08 02:29:43.760 INFO E| Compiling bitflags v2.10.0
36132026-07-08T02:29:44.826Z[ helios-setup] Jul 08 02:29:43.788 INFO E| Compiling bytes v1.10.1
36142026-07-08T02:29:44.836Z[ helios-setup] Jul 08 02:29:43.798 INFO E| Compiling scopeguard v1.2.0
36152026-07-08T02:29:44.995Z[ helios-setup] Jul 08 02:29:43.958 INFO E| Compiling spin v0.9.8
36162026-07-08T02:29:45.079Z[ helios-setup] Jul 08 02:29:44.039 INFO E| Compiling futures-io v0.3.31
36172026-07-08T02:29:45.084Z[ helios-setup] Jul 08 02:29:44.046 INFO E| Compiling lock_api v0.4.14
36182026-07-08T02:29:45.149Z[ helios-setup] Jul 08 02:29:44.111 INFO E| Compiling time-macros v0.2.24
36192026-07-08T02:29:45.269Z[ helios-setup] Jul 08 02:29:44.231 INFO E| Compiling lazy_static v1.5.0
36202026-07-08T02:29:45.311Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36212026-07-08T02:29:45.381Z[ helios-setup] Jul 08 02:29:44.343 INFO E| Compiling bitvec v1.0.1
36222026-07-08T02:29:45.397Z[ helios-setup] Jul 08 02:29:44.360 INFO E| Compiling deranged v0.5.5
36232026-07-08T02:29:45.497Z[ helios-setup] Jul 08 02:29:44.460 INFO E| Compiling num-iter v0.1.45
36242026-07-08T02:29:45.575Z[ helios-setup] Jul 08 02:29:44.537 INFO E| Compiling indexmap v1.9.3
36252026-07-08T02:29:45.575Z[ helios-setup] Jul 08 02:29:44.538 INFO E| Compiling log v0.4.28
36262026-07-08T02:29:45.684Z[ helios-setup] Jul 08 02:29:44.645 INFO E| Compiling thiserror v2.0.17
36272026-07-08T02:29:45.898Z[ helios-setup] Jul 08 02:29:44.860 INFO E| Compiling iana-time-zone v0.1.64
36282026-07-08T02:29:45.919Z[ helios-setup] Jul 08 02:29:44.868 INFO E| Compiling crc-catalog v2.4.0
36292026-07-08T02:29:46.137Z[ helios-setup] Jul 08 02:29:45.098 INFO E| Compiling simd-adler32 v0.3.7
36302026-07-08T02:29:46.275Z[ helios-setup] Jul 08 02:29:45.237 INFO E| Compiling nodrop v0.1.14
36312026-07-08T02:29:46.353Z[ helios-setup] Jul 08 02:29:45.315 INFO E| Compiling terminal_size v0.4.3
36322026-07-08T02:29:46.382Z[ helios-setup] Jul 08 02:29:45.344 INFO E| Compiling once_cell v1.21.3
36332026-07-08T02:29:46.400Z[ helios-setup] Jul 08 02:29:45.355 INFO E| Compiling serde_json v1.0.145
36342026-07-08T02:29:46.511Z[ helios-setup] Jul 08 02:29:45.458 INFO E| Compiling adler2 v2.0.1
36352026-07-08T02:29:46.517Z[ helios-setup] Jul 08 02:29:45.473 INFO E| Compiling clap_builder v4.5.51
36362026-07-08T02:29:46.736Z[ helios-setup] Jul 08 02:29:45.692 INFO E| Compiling miniz_oxide v0.8.9
36372026-07-08T02:29:46.948Z[ helios-setup] Jul 08 02:29:45.858 INFO E| Compiling array-init v0.0.4
36382026-07-08T02:29:47.056Z[ helios-setup] Jul 08 02:29:45.869 INFO E| Compiling chrono v0.4.42
36392026-07-08T02:29:47.135Z[ helios-setup] Jul 08 02:29:45.959 INFO E| Compiling env_filter v0.1.4
36402026-07-08T02:29:47.135Z[ helios-setup] Jul 08 02:29:45.975 INFO E| Compiling parking_lot v0.12.5
36412026-07-08T02:29:47.135Z[ helios-setup] Jul 08 02:29:46.015 INFO E| Compiling crc v3.3.0
36422026-07-08T02:29:47.279Z[ helios-setup] Jul 08 02:29:46.055 INFO E| Compiling smallvec v0.6.14
36432026-07-08T02:29:47.710Z[ helios-setup] Jul 08 02:29:46.658 INFO E| Compiling serde_spanned v1.0.3
36442026-07-08T02:29:47.859Z[ helios-setup] Jul 08 02:29:46.805 INFO E| Compiling signature v2.2.0
36452026-07-08T02:29:48.055Z[ helios-setup] Jul 08 02:29:46.985 INFO E| Compiling time v0.3.44
36462026-07-08T02:29:48.202Z[ helios-setup] Jul 08 02:29:47.147 INFO E| Compiling is-terminal v0.4.17
36472026-07-08T02:29:48.251Z[ helios-setup] Jul 08 02:29:47.181 INFO E| Compiling mio v1.1.0
36482026-07-08T02:29:48.312Z[ helios-setup] Jul 08 02:29:47.263 INFO E| Compiling signal-hook-registry v1.4.6
36492026-07-08T02:29:48.422Z[ helios-setup] Jul 08 02:29:47.372 INFO E| Compiling socket2 v0.6.1
36502026-07-08T02:29:48.484Z[ helios-setup] Jul 08 02:29:47.425 INFO E| Compiling packed_struct_codegen v0.10.1
36512026-07-08T02:29:48.506Z[ helios-setup] Jul 08 02:29:47.459 INFO E| Compiling thread_local v1.1.9
36522026-07-08T02:29:48.871Z[ helios-setup] Jul 08 02:29:47.824 INFO E| Compiling base64 v0.21.7
36532026-07-08T02:29:48.887Z[ helios-setup] Jul 08 02:29:47.848 INFO E| Compiling subtle v2.6.1
36542026-07-08T02:29:48.944Z[ helios-setup] Jul 08 02:29:47.906 INFO E| Compiling serde_derive v1.0.228
36552026-07-08T02:29:49.173Z[ helios-setup] Jul 08 02:29:48.131 INFO E| Compiling zerocopy-derive v0.8.27
36562026-07-08T02:29:49.173Z[ helios-setup] Jul 08 02:29:48.131 INFO E| Compiling der_derive v0.7.3
36572026-07-08T02:29:49.286Z[ helios-setup] Jul 08 02:29:48.249 INFO E| Compiling futures-macro v0.3.31
36582026-07-08T02:29:49.396Z[ helios-setup] Jul 08 02:29:48.353 INFO E| Compiling bitfield-macros v0.19.3
36592026-07-08T02:29:49.661Z[ helios-setup] Jul 08 02:29:48.619 INFO E| Compiling clap_derive v4.5.49
36602026-07-08T02:29:49.693Z[ helios-setup] Jul 08 02:29:48.655 INFO E| Compiling thiserror-impl v1.0.69
36612026-07-08T02:29:49.796Z[ helios-setup] Jul 08 02:29:48.758 INFO E| Compiling zerocopy-derive v0.6.6
36622026-07-08T02:29:49.864Z[ helios-setup] Jul 08 02:29:48.826 INFO E| Compiling num_enum_derive v0.7.5
36632026-07-08T02:29:50.265Z[ helios-setup] Jul 08 02:29:49.227 INFO E| Compiling thiserror-impl v2.0.17
36642026-07-08T02:29:50.679Z[ helios-setup] Jul 08 02:29:49.642 INFO E| Compiling tokio-macros v2.6.0
36652026-07-08T02:29:51.132Z[ helios-setup] Jul 08 02:29:50.095 INFO E| Compiling futures-util v0.3.31
36662026-07-08T02:29:51.153Z[ helios-setup] Jul 08 02:29:50.115 INFO E| Compiling der v0.7.10
36672026-07-08T02:29:51.196Z[ helios-setup] Jul 08 02:29:50.158 INFO E| Compiling bitfield v0.19.3
36682026-07-08T02:29:51.216Z[ helios-setup] Jul 08 02:29:50.178 INFO E| Compiling ryu v1.0.20
36692026-07-08T02:29:51.364Z[ helios-setup] Jul 08 02:29:50.326 INFO E| Compiling winnow v0.5.40
36702026-07-08T02:29:51.616Z[ helios-setup] Jul 08 02:29:50.578 INFO E| Compiling zerocopy v0.6.6
36712026-07-08T02:29:51.654Z[ helios-setup] Jul 08 02:29:50.614 INFO E| Compiling toml_writer v1.0.4
36722026-07-08T02:29:52.011Z[ helios-setup] Jul 08 02:29:50.973 INFO E| Compiling hashbrown v0.12.3
36732026-07-08T02:29:52.062Z[ helios-setup] Jul 08 02:29:51.024 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36742026-07-08T02:29:52.146Z[ helios-setup] Jul 08 02:29:51.108 INFO E| Compiling libdevinfo-sys v1.1.0
36752026-07-08T02:29:52.301Z[ helios-setup] Jul 08 02:29:51.264 INFO E| Compiling term v1.2.0
36762026-07-08T02:29:52.456Z[ helios-setup] Jul 08 02:29:51.419 INFO E| Compiling toml v0.9.8
36772026-07-08T02:29:52.462Z[ helios-setup] Jul 08 02:29:51.425 INFO E| Compiling tokio v1.48.0
36782026-07-08T02:29:52.549Z[ helios-setup] Jul 08 02:29:51.512 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36792026-07-08T02:29:52.809Z[ helios-setup] Jul 08 02:29:51.772 INFO E| Compiling num_enum v0.7.5
36802026-07-08T02:29:52.926Z[ helios-setup] Jul 08 02:29:51.889 INFO E| Compiling devinfo v0.1.0
36812026-07-08T02:29:52.972Z[ helios-setup] Jul 08 02:29:51.935 INFO E| Compiling bzip2 v0.4.4
36822026-07-08T02:29:53.185Z[ helios-setup] Jul 08 02:29:52.148 INFO E| Compiling uuid v1.18.1
36832026-07-08T02:29:53.471Z[ helios-setup] Jul 08 02:29:52.434 INFO E| Compiling flate2 v1.1.5
36842026-07-08T02:29:53.559Z[ helios-setup] Jul 08 02:29:52.522 INFO E| Compiling env_logger v0.11.8
36852026-07-08T02:29:53.649Z[ helios-setup] Jul 08 02:29:52.611 INFO E| Compiling clap v4.5.51
36862026-07-08T02:29:53.799Z[ helios-setup] Jul 08 02:29:52.762 INFO E| Compiling spki v0.7.3
36872026-07-08T02:29:54.279Z[ helios-setup] Jul 08 02:29:53.242 INFO E| Compiling pkcs8 v0.10.2
36882026-07-08T02:29:54.487Z[ helios-setup] Jul 08 02:29:53.448 INFO E| Compiling x509-cert v0.2.5
36892026-07-08T02:29:54.538Z[ helios-setup] Jul 08 02:29:53.495 INFO E| Compiling crc-any v2.5.0
36902026-07-08T02:29:54.615Z[ helios-setup] Jul 08 02:29:53.575 INFO E| Compiling pkcs1 v0.7.5
36912026-07-08T02:29:55.018Z[ helios-setup] Jul 08 02:29:53.981 INFO E| Compiling hex v0.4.3
36922026-07-08T02:29:55.265Z[ helios-setup] Jul 08 02:29:54.228 INFO E| Compiling ppv-lite86 v0.2.21
36932026-07-08T02:29:55.301Z[ helios-setup] Jul 08 02:29:54.262 INFO E| Compiling rustc-hash v2.1.1
36942026-07-08T02:29:55.327Z[ helios-setup] Jul 08 02:29:54.289 INFO E| Compiling erased-serde v0.3.31
36952026-07-08T02:29:55.339Z[ helios-setup] Jul 08 02:29:54.302 INFO E| Compiling serde_spanned v0.6.9
36962026-07-08T02:29:55.630Z[ helios-setup] Jul 08 02:29:54.593 INFO E| Compiling toml_datetime v0.6.11
36972026-07-08T02:29:55.699Z[ helios-setup] Jul 08 02:29:54.656 INFO E| Compiling ron v0.8.1
36982026-07-08T02:29:55.874Z[ helios-setup] Jul 08 02:29:54.837 INFO E| Compiling hashbrown v0.13.2
36992026-07-08T02:29:56.111Z[ helios-setup] Jul 08 02:29:55.074 INFO E| Compiling toml_edit v0.19.15
37002026-07-08T02:29:56.227Z[ helios-setup] Jul 08 02:29:55.190 INFO E| Compiling rand_chacha v0.3.1
37012026-07-08T02:29:56.397Z[ helios-setup] Jul 08 02:29:55.359 INFO E| Compiling serde-hex v0.1.0
37022026-07-08T02:29:56.504Z[ helios-setup] Jul 08 02:29:55.467 INFO E| Compiling bitflags v1.3.2
37032026-07-08T02:29:56.542Z[ helios-setup] Jul 08 02:29:55.504 INFO E| Compiling foldhash v0.2.0
37042026-07-08T02:29:56.595Z[ helios-setup] Jul 08 02:29:55.557 INFO E| Compiling slog-term v2.9.2
37052026-07-08T02:29:57.253Z[ helios-setup] Jul 08 02:29:56.216 INFO E| Compiling rand v0.8.5
37062026-07-08T02:29:57.263Z[ helios-setup] Jul 08 02:29:56.225 INFO E| Compiling futures-executor v0.3.31
37072026-07-08T02:29:57.263Z[ helios-setup] Jul 08 02:29:56.225 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37082026-07-08T02:29:57.338Z[ helios-setup] Jul 08 02:29:56.300 INFO E| Compiling object v0.30.4
37092026-07-08T02:29:57.385Z[ helios-setup] Jul 08 02:29:56.347 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37102026-07-08T02:29:57.623Z[ helios-setup] Jul 08 02:29:56.585 INFO E| Compiling iddqd v0.3.14
37112026-07-08T02:29:57.708Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37122026-07-08T02:29:58.003Z[ helios-setup] Jul 08 02:29:56.966 INFO E| Compiling futures v0.3.31
37132026-07-08T02:29:58.103Z[ helios-setup] Jul 08 02:29:57.066 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37142026-07-08T02:29:58.535Z[ helios-setup] Jul 08 02:29:57.497 INFO E| Compiling zip v0.6.6
37152026-07-08T02:29:59.301Z[ helios-setup] Jul 08 02:29:58.263 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37162026-07-08T02:29:59.461Z[ helios-setup] Jul 08 02:29:58.423 INFO E| Compiling toml v0.7.8
37172026-07-08T02:29:59.570Z[ helios-setup] Jul 08 02:29:58.531 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37182026-07-08T02:29:59.691Z[ helios-setup] Jul 08 02:29:58.654 INFO E| Compiling path-slash v0.1.5
37192026-07-08T02:30:00.635Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37202026-07-08T02:30:01.137Z[ helios-setup] Jul 08 02:30:00.099 INFO E| Compiling rsa v0.9.8
37212026-07-08T02:30:01.937Z[ helios-setup] Jul 08 02:30:00.899 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37222026-07-08T02:30:02.178Z[ helios-setup] Jul 08 02:30:01.141 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37232026-07-08T02:30:07.470Z[ helios-setup] Jul 08 02:30:06.433 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37242026-07-08T02:30:08.394Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37252026-07-08T02:30:08.681Z[ helios-setup] Jul 08 02:30:07.644 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37262026-07-08T02:30:10.537Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37272026-07-08T02:30:13.132Z[ helios-setup] Jul 08 02:30:12.094 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37282026-07-08T02:30:24.969Z[ helios-setup] Jul 08 02:30:23.931 INFO E| Finished `release` profile [optimized] target(s) in 48.40s
37292026-07-08T02:30:24.972Z[ helios-setup] Jul 08 02:30:23.934 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37302026-07-08T02:30:24.972Z[ helios-setup] Jul 08 02:30:23.934 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37312026-07-08T02:30:25.025Z[ helios-setup] Jul 08 02:30:23.987 INFO building project "pilot" ok (48 seconds)
37322026-07-08T02:30:25.028Z[ helios-setup] rm -f helios-build
37332026-07-08T02:30:25.028Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37342026-07-08T02:30:25.031Z[ helios-setup]
37352026-07-08T02:30:25.033Z[ helios-setup] Setup complete! ./helios-build is now available.
37362026-07-08T02:30:25.034Z[ helios-setup]
37372026-07-08T02:30:25.034Z[ helios-setup]
37382026-07-08T02:30:25.034Z[ helios-setup] real 3:17.660489647
37392026-07-08T02:30:25.034Z[ helios-setup] user 7:03.846639684
37402026-07-08T02:30:25.034Z[ helios-setup] sys 1:20.465305991
37412026-07-08T02:30:25.034Z[ helios-setup] trap 0.471493919
37422026-07-08T02:30:25.034Z[ helios-setup] tflt 2.074006279
37432026-07-08T02:30:25.034Z[ helios-setup] dflt 7.168234103
37442026-07-08T02:30:25.037Z[ helios-setup] kflt 0.000293970
37452026-07-08T02:30:25.037Z[ helios-setup] lock 56:03.961764728
37462026-07-08T02:30:25.037Z[ helios-setup] slp 39:30.884114779
37472026-07-08T02:30:25.037Z[ helios-setup] lat 7:29.940077662
37482026-07-08T02:30:25.037Z[ helios-setup] stop 1:36.995487063
37492026-07-08T02:30:25.037ZJul 08 02:30:23.997 INFO [helios-setup] process exited with exit status: 0 (197.663651613s)
37502026-07-08T02:30:25.037ZJul 08 02:30:23.997 INFO [helios-record] running task
37512026-07-08T02:30:25.037ZJul 08 02:30:23.997 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37522026-07-08T02:30:25.045ZJul 08 02:30:24.007 DEBG process exited with exit status: 0 (10.385879ms)
37532026-07-08T02:30:25.045ZJul 08 02:30:24.008 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37542026-07-08T02:30:25.049ZJul 08 02:30:24.012 DEBG process exited with exit status: 0 (4.475339ms)
37552026-07-08T02:30:25.049ZJul 08 02:30:24.012 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37562026-07-08T02:30:25.053ZJul 08 02:30:24.016 DEBG process exited with exit status: 0 (3.596117ms)
37572026-07-08T02:30:25.053ZJul 08 02:30:24.016 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37582026-07-08T02:30:25.056ZJul 08 02:30:24.019 DEBG process exited with exit status: 0 (3.385447ms)
37592026-07-08T02:30:25.056ZJul 08 02:30:24.019 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37602026-07-08T02:30:25.059ZJul 08 02:30:24.022 DEBG process exited with exit status: 0 (3.401886ms)
37612026-07-08T02:30:25.060ZJul 08 02:30:24.022 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37622026-07-08T02:30:25.063ZJul 08 02:30:24.026 DEBG process exited with exit status: 0 (3.297906ms)
37632026-07-08T02:30:25.063ZJul 08 02:30:24.026 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37642026-07-08T02:30:25.066ZJul 08 02:30:24.029 DEBG process exited with exit status: 0 (3.490917ms)
37652026-07-08T02:30:25.066ZJul 08 02:30:24.029 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37662026-07-08T02:30:25.070ZJul 08 02:30:24.033 DEBG process exited with exit status: 0 (3.534197ms)
37672026-07-08T02:30:25.070ZJul 08 02:30:24.033 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37682026-07-08T02:30:25.073ZJul 08 02:30:24.036 DEBG process exited with exit status: 0 (3.295136ms)
37692026-07-08T02:30:25.076ZJul 08 02:30:24.036 INFO [helios-record] task succeeded (39.427126ms)
37702026-07-08T02:37:33.511Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 54s
37712026-07-08T02:38:20.422ZJul 08 02:38:19.383 INFO [host-package] process exited with exit status: 0 (641.964466223s)
37722026-07-08T02:38:20.422ZJul 08 02:38:19.383 INFO [host-libraries] running task
37732026-07-08T02:38:20.422ZJul 08 02:38:19.383 INFO [host-stamp] running task
37742026-07-08T02:38:20.425ZJul 08 02:38:19.386 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+gitc69cc2c72a2
37752026-07-08T02:38:20.425ZJul 08 02:38:19.387 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+gitc69cc2c72a2
37762026-07-08T02:38:20.425ZJul 08 02:38:19.387 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+gitc69cc2c72a2
37772026-07-08T02:38:20.428ZJul 08 02:38:19.387 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+gitc69cc2c72a2
37782026-07-08T02:38:20.428ZJul 08 02:38:19.388 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+gitc69cc2c72a2
37792026-07-08T02:38:20.428ZJul 08 02:38:19.388 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+gitc69cc2c72a2
37802026-07-08T02:38:20.428ZJul 08 02:38:19.388 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+gitc69cc2c72a2
37812026-07-08T02:38:20.428ZJul 08 02:38:19.388 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+gitc69cc2c72a2
37822026-07-08T02:38:20.434Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37832026-07-08T02:38:20.437Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37842026-07-08T02:38:20.437Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37852026-07-08T02:38:20.437Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37862026-07-08T02:38:20.437Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37872026-07-08T02:38:20.437Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37882026-07-08T02:38:20.437Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-07-08T02:38:20.437Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-08T02:38:20.437Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37912026-07-08T02:38:20.440ZJul 08 02:38:19.401 INFO [stamp-overlay] process exited with exit status: 0 (14.004167ms)
37922026-07-08T02:38:20.443Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37932026-07-08T02:38:20.446ZJul 08 02:38:19.408 INFO [stamp-oxlog] process exited with exit status: 0 (19.919158ms)
37942026-07-08T02:38:20.472Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37952026-07-08T02:38:20.475ZJul 08 02:38:19.436 INFO [stamp-crucible-utils] process exited with exit status: 0 (47.824362ms)
37962026-07-08T02:38:20.480Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37972026-07-08T02:38:20.484ZJul 08 02:38:19.446 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (58.498482ms)
37982026-07-08T02:38:20.588Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37992026-07-08T02:38:20.592ZJul 08 02:38:19.553 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.005598ms)
38002026-07-08T02:38:20.886Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38012026-07-08T02:38:20.889ZJul 08 02:38:19.851 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (463.465368ms)
38022026-07-08T02:38:20.957Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38032026-07-08T02:38:20.961ZJul 08 02:38:19.923 INFO [stamp-propolis-server] process exited with exit status: 0 (535.240516ms)
38042026-07-08T02:38:21.746ZJul 08 02:38:20.707 INFO [host-libraries] task succeeded (1.323903417s)
38052026-07-08T02:38:21.749ZJul 08 02:38:20.707 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38062026-07-08T02:38:21.752Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38072026-07-08T02:38:22.702Z[recovery-package] Compiling newtype-uuid v1.3.2
38082026-07-08T02:38:22.934Z[recovery-package] Compiling daft v0.1.7
38092026-07-08T02:38:23.140Z[recovery-package] Compiling iddqd v0.4.2
38102026-07-08T02:38:24.079Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38112026-07-08T02:38:24.373Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38122026-07-08T02:38:24.373Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38132026-07-08T02:38:24.378Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38142026-07-08T02:38:24.378Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38152026-07-08T02:38:24.378Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38162026-07-08T02:38:24.378Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38172026-07-08T02:38:24.378Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38182026-07-08T02:38:24.387Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38192026-07-08T02:38:24.476Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38202026-07-08T02:38:24.728Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38212026-07-08T02:38:24.762Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38222026-07-08T02:38:24.897Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38232026-07-08T02:38:26.874Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38242026-07-08T02:38:26.877ZJul 08 02:38:25.839 INFO [stamp-switch-asic] process exited with exit status: 0 (6.452904994s)
38252026-07-08T02:38:26.878ZJul 08 02:38:25.839 INFO [host-stamp] task succeeded (6.455954799s)
38262026-07-08T02:38:26.878ZJul 08 02:38:25.839 INFO [host-proto] running task
38272026-07-08T02:38:27.286ZJul 08 02:38:26.247 INFO [host-proto] task succeeded (407.974352ms)
38282026-07-08T02:38:27.286ZJul 08 02:38:26.247 INFO [host-profile] running task
38292026-07-08T02:38:27.289ZJul 08 02:38:26.247 INFO [host-profile] task succeeded (159.48µs)
38302026-07-08T02:38:27.289ZJul 08 02:38:26.248 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.492' -P /tmp/.tmp6vb1lF/proto/host/root -N 'ci c69cc2c/${os_short_commit} 2026-07-08 02:27' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38312026-07-08T02:38:27.293Z[ host-image] Jul 08 02:38:26.254 INFO Checking files for board 'cosmo-mbist'
38322026-07-08T02:38:27.293Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38332026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO Checking files for board 'gimlet'
38342026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38352026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38362026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO Checking files for board 'cosmo-mbist-noaggr'
38372026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38382026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO Checking files for board 'cosmo'
38392026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38402026-07-08T02:38:27.296Z[ host-image] Jul 08 02:38:26.255 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38412026-07-08T02:38:27.303Z[ host-image] Jul 08 02:38:26.265 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp6vb1lF/proto/host/root"
38422026-07-08T02:38:27.303Z[ host-image] Jul 08 02:38:26.265 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38432026-07-08T02:38:27.306Z[ host-image] Jul 08 02:38:26.265 INFO image builder template: ramdisk-01-os...
38442026-07-08T02:38:27.306Z[ host-image] Jul 08 02:38:26.265 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/.tmp6vb1lF/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.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38452026-07-08T02:38:27.318Z[ host-image] Jul 08 02:38:26.280 INFO O| Jul 08 02:38:26.280 INFO CREATE DATASET: rpool/images/build/host/output
38462026-07-08T02:38:28.655Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38472026-07-08T02:38:28.655Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38482026-07-08T02:38:28.655Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38492026-07-08T02:38:28.658Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38502026-07-08T02:38:28.658Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38512026-07-08T02:38:28.826Z[ host-image] Jul 08 02:38:27.788 INFO O| Jul 08 02:38:27.788 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38522026-07-08T02:38:28.830Z[ host-image] Jul 08 02:38:27.791 INFO O| Jul 08 02:38:27.791 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38532026-07-08T02:38:29.016Z[ host-image] Jul 08 02:38:27.978 INFO O| Jul 08 02:38:27.978 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38542026-07-08T02:38:29.076Z[ host-image] Jul 08 02:38:28.037 INFO O| Jul 08 02:38:28.037 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38552026-07-08T02:38:29.076Z[ host-image] Jul 08 02:38:28.037 INFO O| Jul 08 02:38:28.037 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38562026-07-08T02:38:29.076Z[ host-image] Jul 08 02:38:28.037 INFO O| Jul 08 02:38:28.037 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38572026-07-08T02:38:29.079Z[ host-image] Jul 08 02:38:28.037 INFO O| Jul 08 02:38:28.037 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38582026-07-08T02:38:29.082Z[ host-image] Jul 08 02:38:28.044 INFO O| Jul 08 02:38:28.044 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38592026-07-08T02:38:29.292Z[ host-image] Jul 08 02:38:28.254 INFO O| Jul 08 02:38:28.253 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38602026-07-08T02:38:29.299Z[ host-image] Jul 08 02:38:28.261 INFO O| Jul 08 02:38:28.261 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38612026-07-08T02:38:29.644Z[ host-image] Jul 08 02:38:28.604 INFO O| Jul 08 02:38:28.604 INFO O| Caching catalogs ... Done
38622026-07-08T02:38:29.724Z[ host-image] Jul 08 02:38:28.685 INFO O| Jul 08 02:38:28.685 INFO STEP 0 (pkg_image_create) COMPLETE
38632026-07-08T02:38:29.724Z[ host-image] Jul 08 02:38:28.685 INFO O| Jul 08 02:38:28.685 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38642026-07-08T02:38:29.731Z[ host-image] Jul 08 02:38:28.693 INFO O| Jul 08 02:38:28.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
38652026-07-08T02:38:30.020Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.981 INFO STEP 1 (pkg_set_publisher) COMPLETE
38662026-07-08T02:38:30.020Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.981 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38672026-07-08T02:38:30.020Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO skip step because feature "publisher_1_name" is not enabled
38682026-07-08T02:38:30.023Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38692026-07-08T02:38:30.023Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO skip step because feature "publisher_2_name" is not enabled
38702026-07-08T02:38:30.023Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-08T02:38:30.023Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO skip step because feature "publisher_3_name" is not enabled
38722026-07-08T02:38:30.023Z[ host-image] Jul 08 02:38:28.982 INFO O| Jul 08 02:38:28.982 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-08T02:38:30.293Z[ host-image] Jul 08 02:38:29.255 INFO O| Jul 08 02:38:29.255 INFO variant opensolaris.zone is already global
38742026-07-08T02:38:30.293Z[ host-image] Jul 08 02:38:29.255 INFO O| Jul 08 02:38:29.255 INFO STEP 5 (pkg_change_variant) COMPLETE
38752026-07-08T02:38:30.293Z[ host-image] Jul 08 02:38:29.255 INFO O| Jul 08 02:38:29.255 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-08T02:38:30.560Z[ host-image] Jul 08 02:38:29.522 INFO O| Jul 08 02:38:29.522 INFO variant opensolaris.imagetype is full; changing to partial
38772026-07-08T02:38:30.560Z[ host-image] Jul 08 02:38:29.522 INFO O| Jul 08 02:38:29.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38782026-07-08T02:38:31.219Z[ host-image] Jul 08 02:38:30.181 INFO O| Jul 08 02:38:30.181 INFO O| Startup: Refreshing catalog 'helios' ... Done
38792026-07-08T02:38:31.328Z[ host-image] Jul 08 02:38:30.289 INFO O| Jul 08 02:38:30.289 INFO O| Startup: Caching catalogs ... Done
38802026-07-08T02:38:31.332Z[ host-image] Jul 08 02:38:30.294 INFO O| Jul 08 02:38:30.294 INFO O| Planning: Planning completed in 0.00 seconds
38812026-07-08T02:38:31.335Z[ host-image] Jul 08 02:38:30.294 INFO O| Jul 08 02:38:30.294 INFO O| Planning: Consolidating action changes ... Done
38822026-07-08T02:38:31.335Z[ host-image] Jul 08 02:38:30.294 INFO O| Jul 08 02:38:30.294 INFO O| Planning: Evaluating mediators ... Done
38832026-07-08T02:38:31.335Z[ host-image] Jul 08 02:38:30.294 INFO O| Jul 08 02:38:30.294 INFO O| Planning: Planning completed in 0.00 seconds
38842026-07-08T02:38:31.335Z[ host-image] Jul 08 02:38:30.294 INFO O| Jul 08 02:38:30.294 INFO O| Variants/Facets to change: 1
38852026-07-08T02:38:31.343Z[ host-image] Jul 08 02:38:30.305 INFO O| Jul 08 02:38:30.305 INFO O| Finalize: Updating package state database ... Done
38862026-07-08T02:38:31.344Z[ host-image] Jul 08 02:38:30.305 INFO O| Jul 08 02:38:30.305 INFO O| Finalize: Updating package cache ... Done
38872026-07-08T02:38:31.365Z[ host-image] Jul 08 02:38:30.327 INFO O| Jul 08 02:38:30.327 INFO O| Finalize: Updating image state ... Done
38882026-07-08T02:38:31.368Z[ host-image] Jul 08 02:38:30.329 INFO O| Jul 08 02:38:30.329 INFO O| Finalize: Creating fast lookup database ... Done
38892026-07-08T02:38:31.368Z[ host-image] Jul 08 02:38:30.330 INFO O| Jul 08 02:38:30.330 INFO O| Finalize: Reading search index ... Done
38902026-07-08T02:38:31.368Z[ host-image] Jul 08 02:38:30.330 INFO O| Jul 08 02:38:30.330 INFO O| Finalize: Updating search index ... Done
38912026-07-08T02:38:31.371Z[ host-image] Jul 08 02:38:30.331 INFO O| Jul 08 02:38:30.331 INFO O| Finalize: Updating package cache ... Done
38922026-07-08T02:38:31.463Z[ host-image] Jul 08 02:38:30.424 INFO O| Jul 08 02:38:30.424 INFO STEP 6 (pkg_change_variant) COMPLETE
38932026-07-08T02:38:31.463Z[ host-image] Jul 08 02:38:30.424 INFO O| Jul 08 02:38:30.424 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38942026-07-08T02:38:31.463Z[ host-image] Jul 08 02:38:30.424 INFO O| Jul 08 02:38:30.424 INFO skip step because feature "debug_variant" is not enabled
38952026-07-08T02:38:31.466Z[ host-image] Jul 08 02:38:30.424 INFO O| Jul 08 02:38:30.424 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-08T02:38:31.725Z[ host-image] Jul 08 02:38:30.686 INFO O| Jul 08 02:38:30.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38972026-07-08T02:38:32.341Z[ host-image] Jul 08 02:38:31.303 INFO O| Jul 08 02:38:31.302 INFO O| Startup: Refreshing catalog 'helios' ... Done
38982026-07-08T02:38:32.446Z[ host-image] Jul 08 02:38:31.408 INFO O| Jul 08 02:38:31.408 INFO O| Startup: Caching catalogs ... Done
38992026-07-08T02:38:32.450Z[ host-image] Jul 08 02:38:31.412 INFO O| Jul 08 02:38:31.412 INFO O| Planning: Planning completed in 0.00 seconds
39002026-07-08T02:38:32.453Z[ host-image] Jul 08 02:38:31.412 INFO O| Jul 08 02:38:31.412 INFO O| Planning: Consolidating action changes ... Done
39012026-07-08T02:38:32.453Z[ host-image] Jul 08 02:38:31.412 INFO O| Jul 08 02:38:31.412 INFO O| Planning: Evaluating mediators ... Done
39022026-07-08T02:38:32.453Z[ host-image] Jul 08 02:38:31.412 INFO O| Jul 08 02:38:31.412 INFO O| Planning: Planning completed in 0.00 seconds
39032026-07-08T02:38:32.453Z[ host-image] Jul 08 02:38:31.412 INFO O| Jul 08 02:38:31.412 INFO O| Variants/Facets to change: 1
39042026-07-08T02:38:32.460Z[ host-image] Jul 08 02:38:31.421 INFO O| Jul 08 02:38:31.421 INFO O| Finalize: Updating package state database ... Done
39052026-07-08T02:38:32.460Z[ host-image] Jul 08 02:38:31.421 INFO O| Jul 08 02:38:31.421 INFO O| Finalize: Updating package cache ... Done
39062026-07-08T02:38:32.478Z[ host-image] Jul 08 02:38:31.440 INFO O| Jul 08 02:38:31.440 INFO O| Finalize: Updating image state ... Done
39072026-07-08T02:38:32.482Z[ host-image] Jul 08 02:38:31.442 INFO O| Jul 08 02:38:31.442 INFO O| Finalize: Creating fast lookup database ... Done
39082026-07-08T02:38:32.482Z[ host-image] Jul 08 02:38:31.443 INFO O| Jul 08 02:38:31.443 INFO O| Finalize: Reading search index ... Done
39092026-07-08T02:38:32.482Z[ host-image] Jul 08 02:38:31.443 INFO O| Jul 08 02:38:31.443 INFO O| Finalize: Updating search index ... Done
39102026-07-08T02:38:32.482Z[ host-image] Jul 08 02:38:31.443 INFO O| Jul 08 02:38:31.443 INFO O| Finalize: Updating package cache ... Done
39112026-07-08T02:38:32.570Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO STEP 8 (pkg_change_facet) COMPLETE
39122026-07-08T02:38:32.570Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-07-08T02:38:32.570Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO skip step because feature "recovery" is not enabled
39142026-07-08T02:38:32.573Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-07-08T02:38:32.573Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO skip step because feature "recovery" is not enabled
39162026-07-08T02:38:32.573Z[ host-image] Jul 08 02:38:31.531 INFO O| Jul 08 02:38:31.531 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-07-08T02:38:32.577Z[ host-image] Jul 08 02:38:31.538 INFO O| Jul 08 02:38:31.538 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39182026-07-08T02:38:33.201Z[ host-image] Jul 08 02:38:32.162 INFO O| Jul 08 02:38:32.162 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-07-08T02:38:33.306Z[ host-image] Jul 08 02:38:32.267 INFO O| Jul 08 02:38:32.267 INFO O| Startup: Caching catalogs ... Done
39202026-07-08T02:38:33.736Z[ host-image] Jul 08 02:38:32.697 INFO O| Jul 08 02:38:32.697 INFO O| Planning: Solver setup ... Done
39212026-07-08T02:38:33.753Z[ host-image] Jul 08 02:38:32.713 INFO O| Jul 08 02:38:32.713 INFO O| Planning: Running solver ... Done
39222026-07-08T02:38:33.762Z[ host-image] Jul 08 02:38:32.723 INFO O| Jul 08 02:38:32.723 INFO O| Planning: Finding local manifests ... Done
39232026-07-08T02:38:33.780Z[ host-image] Jul 08 02:38:32.741 INFO O| Jul 08 02:38:32.741 INFO O| Planning: Fetching manifests: 0/128 0% complete
39242026-07-08T02:38:35.329Z[ host-image] Jul 08 02:38:34.290 INFO O| Jul 08 02:38:34.290 INFO O| Planning: Fetching manifests: 128/128 100% complete
39252026-07-08T02:38:35.720Z[ host-image] Jul 08 02:38:34.681 INFO O| Jul 08 02:38:34.681 INFO O| Planning: Package planning ... Done
39262026-07-08T02:38:36.023Z[ host-image] Jul 08 02:38:34.984 INFO O| Jul 08 02:38:34.984 INFO O| Planning: Merging actions ... Done
39272026-07-08T02:38:36.204Z[ host-image] Jul 08 02:38:35.165 INFO O| Jul 08 02:38:35.165 INFO O| Planning: Checking for conflicting actions ... Done
39282026-07-08T02:38:36.301Z[ host-image] Jul 08 02:38:35.262 INFO O| Jul 08 02:38:35.262 INFO O| Planning: Consolidating action changes ... Done
39292026-07-08T02:38:36.462Z[ host-image] Jul 08 02:38:35.423 INFO O| Jul 08 02:38:35.423 INFO O| Planning: Evaluating mediators ... Done
39302026-07-08T02:38:36.831Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39312026-07-08T02:38:37.696Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39322026-07-08T02:38:37.849Z[ host-image] Jul 08 02:38:36.811 INFO O| Jul 08 02:38:36.810 INFO O| Planning: Planning completed in 4.54 seconds
39332026-07-08T02:38:37.852Z[ host-image] Jul 08 02:38:36.812 INFO O| Jul 08 02:38:36.812 INFO O| Packages to install: 128
39342026-07-08T02:38:37.852Z[ host-image] Jul 08 02:38:36.812 INFO O| Jul 08 02:38:36.812 INFO O| Mediators to change: 5
39352026-07-08T02:38:37.852Z[ host-image] Jul 08 02:38:36.812 INFO O| Jul 08 02:38:36.812 INFO O| Services to change: 6
39362026-07-08T02:38:37.880Z[ host-image] Jul 08 02:38:36.842 INFO O| Jul 08 02:38:36.841 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39372026-07-08T02:38:40.029Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39382026-07-08T02:38:40.029Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39392026-07-08T02:38:41.080Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39402026-07-08T02:38:41.681Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39412026-07-08T02:38:42.895Z[ host-image] Jul 08 02:38:41.856 INFO O| Jul 08 02:38:41.856 INFO O| Download: 1619/23767 items 9.7/222.4MB 4% complete (2.1M/s)
39422026-07-08T02:38:48.135Z[ host-image] Jul 08 02:38:47.096 INFO O| Jul 08 02:38:47.096 INFO O| Download: 2253/23767 items 24.1/222.4MB 10% complete (2.5M/s)
39432026-07-08T02:38:53.515Z[ host-image] Jul 08 02:38:52.476 INFO O| Jul 08 02:38:52.476 INFO O| Download: 4533/23767 items 41.2/222.4MB 18% complete (3.2M/s)
39442026-07-08T02:38:53.816Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.93s
39452026-07-08T02:38:55.972ZJul 08 02:38:54.933 INFO [recovery-package] process exited with exit status: 0 (34.226025916s)
39462026-07-08T02:38:55.972ZJul 08 02:38:54.933 INFO [recovery-libraries] running task
39472026-07-08T02:38:55.972ZJul 08 02:38:54.933 INFO [recovery-stamp] running task
39482026-07-08T02:38:55.975ZJul 08 02:38:54.934 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+gitc69cc2c72a2
39492026-07-08T02:38:55.975ZJul 08 02:38:54.934 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+gitc69cc2c72a2
39502026-07-08T02:38:55.979Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39512026-07-08T02:38:55.982Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39522026-07-08T02:38:56.023ZJul 08 02:38:54.985 INFO [recovery-libraries] task succeeded (51.325039ms)
39532026-07-08T02:38:56.026ZJul 08 02:38:54.985 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39542026-07-08T02:38:56.099Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39552026-07-08T02:38:56.102ZJul 08 02:38:55.064 INFO [stamp-installinator] process exited with exit status: 0 (130.065749ms)
39562026-07-08T02:38:56.150Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39572026-07-08T02:38:56.154ZJul 08 02:38:55.115 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.179877ms)
39582026-07-08T02:38:56.154ZJul 08 02:38:55.115 INFO [recovery-stamp] task succeeded (181.840449ms)
39592026-07-08T02:38:56.154ZJul 08 02:38:55.115 INFO [recovery-proto] running task
39602026-07-08T02:38:56.154ZJul 08 02:38:55.115 INFO [tuf-stamp] running task
39612026-07-08T02:38:56.157ZJul 08 02:38:55.116 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+gitc69cc2c72a2
39622026-07-08T02:38:56.157ZJul 08 02:38:55.116 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+gitc69cc2c72a2
39632026-07-08T02:38:56.157ZJul 08 02:38:55.117 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+gitc69cc2c72a2
39642026-07-08T02:38:56.157ZJul 08 02:38:55.117 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+gitc69cc2c72a2
39652026-07-08T02:38:56.157ZJul 08 02:38:55.117 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+gitc69cc2c72a2
39662026-07-08T02:38:56.157ZJul 08 02:38:55.118 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+gitc69cc2c72a2
39672026-07-08T02:38:56.157ZJul 08 02:38:55.118 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+gitc69cc2c72a2
39682026-07-08T02:38:56.160ZJul 08 02:38:55.119 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+gitc69cc2c72a2
39692026-07-08T02:38:56.160ZJul 08 02:38:55.119 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+gitc69cc2c72a2
39702026-07-08T02:38:56.160ZJul 08 02:38:55.119 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+gitc69cc2c72a2
39712026-07-08T02:38:56.160ZJul 08 02:38:55.120 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+gitc69cc2c72a2
39722026-07-08T02:38:56.160ZJul 08 02:38:55.120 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+gitc69cc2c72a2
39732026-07-08T02:38:56.164Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-07-08T02:38:56.167Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-07-08T02:38:56.167Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-07-08T02:38:56.167Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-07-08T02:38:56.167Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-07-08T02:38:56.167Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-07-08T02:38:56.167Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-07-08T02:38:56.167Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-08T02:38:56.167Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-08T02:38:56.167Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-08T02:38:56.167Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-08T02:38:56.167Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-08T02:38:56.214Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39862026-07-08T02:38:56.217ZJul 08 02:38:55.179 INFO [stamp-probe] process exited with exit status: 0 (59.715184ms)
39872026-07-08T02:38:56.276ZJul 08 02:38:55.238 INFO [recovery-proto] task succeeded (122.592575ms)
39882026-07-08T02:38:56.280ZJul 08 02:38:55.238 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.492' -P /tmp/.tmp6vb1lF/proto/recovery/root -N 'recovery c69cc2c/${os_short_commit} 2026-07-08 02:27' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39892026-07-08T02:38:56.283Z[ recovery-image] Jul 08 02:38:55.244 INFO Checking files for board 'cosmo'
39902026-07-08T02:38:56.283Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39912026-07-08T02:38:56.283Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39922026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO Checking files for board 'cosmo-mbist'
39932026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39942026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO Checking files for board 'cosmo-mbist-noaggr'
39952026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39962026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO Checking files for board 'gimlet'
39972026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39982026-07-08T02:38:56.286Z[ recovery-image] Jul 08 02:38:55.245 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39992026-07-08T02:38:56.292Z[ recovery-image] Jul 08 02:38:55.254 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp6vb1lF/proto/recovery/root"
40002026-07-08T02:38:56.292Z[ recovery-image] Jul 08 02:38:55.254 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40012026-07-08T02:38:56.295Z[ recovery-image] Jul 08 02:38:55.254 INFO image builder template: ramdisk-01-os...
40022026-07-08T02:38:56.295Z[ recovery-image] Jul 08 02:38:55.254 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/.tmp6vb1lF/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40032026-07-08T02:38:56.309Z[ recovery-image] Jul 08 02:38:55.270 INFO O| Jul 08 02:38:55.270 INFO CREATE DATASET: rpool/images/build/recovery/output
40042026-07-08T02:38:56.566Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40052026-07-08T02:38:56.591Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40062026-07-08T02:38:56.658Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40072026-07-08T02:38:56.662ZJul 08 02:38:55.623 INFO [stamp-ntp] process exited with exit status: 0 (507.840893ms)
40082026-07-08T02:38:56.686Z[ recovery-image] Jul 08 02:38:55.647 INFO O| Jul 08 02:38:55.647 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40092026-07-08T02:38:56.689Z[ recovery-image] Jul 08 02:38:55.651 INFO O| Jul 08 02:38:55.651 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40102026-07-08T02:38:56.786Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40112026-07-08T02:38:56.789ZJul 08 02:38:55.751 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (634.393845ms)
40122026-07-08T02:38:56.858Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40132026-07-08T02:38:56.861ZJul 08 02:38:55.823 INFO [stamp-internal-dns] process exited with exit status: 0 (705.836223ms)
40142026-07-08T02:38:56.884Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40152026-07-08T02:38:56.887ZJul 08 02:38:55.849 INFO [stamp-external-dns] process exited with exit status: 0 (732.952904ms)
40162026-07-08T02:38:56.959Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40172026-07-08T02:38:56.962ZJul 08 02:38:55.924 INFO [stamp-crucible-zone] process exited with exit status: 0 (805.880214ms)
40182026-07-08T02:38:57.114Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40192026-07-08T02:38:57.117ZJul 08 02:38:56.079 INFO [stamp-oximeter] process exited with exit status: 0 (960.09869ms)
40202026-07-08T02:38:57.327Z[ recovery-image] Jul 08 02:38:56.289 INFO O| Jul 08 02:38:56.289 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40212026-07-08T02:38:57.460Z[ recovery-image] Jul 08 02:38:56.422 INFO O| Jul 08 02:38:56.422 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-07-08T02:38:57.460Z[ recovery-image] Jul 08 02:38:56.422 INFO O| Jul 08 02:38:56.422 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40232026-07-08T02:38:57.460Z[ recovery-image] Jul 08 02:38:56.422 INFO O| Jul 08 02:38:56.422 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40242026-07-08T02:38:57.463Z[ recovery-image] Jul 08 02:38:56.422 INFO O| Jul 08 02:38:56.422 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40252026-07-08T02:38:57.467Z[ recovery-image] Jul 08 02:38:56.428 INFO O| Jul 08 02:38:56.428 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40262026-07-08T02:38:58.516Z[ host-image] Jul 08 02:38:57.477 INFO O| Jul 08 02:38:57.477 INFO O| Download: 5930/23767 items 46.9/222.4MB 21% complete (2.0M/s)
40272026-07-08T02:38:58.698Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40282026-07-08T02:38:58.701ZJul 08 02:38:57.663 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.544403196s)
40292026-07-08T02:38:59.315Z[ recovery-image] Jul 08 02:38:58.277 INFO O| Jul 08 02:38:58.276 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-07-08T02:38:59.324Z[ recovery-image] Jul 08 02:38:58.285 INFO O| Jul 08 02:38:58.285 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40312026-07-08T02:38:59.575Z[ recovery-image] Jul 08 02:38:58.537 INFO O| Jul 08 02:38:58.537 INFO O| Caching catalogs ... Done
40322026-07-08T02:38:59.640Z[ recovery-image] Jul 08 02:38:58.601 INFO O| Jul 08 02:38:58.601 INFO STEP 0 (pkg_image_create) COMPLETE
40332026-07-08T02:38:59.640Z[ recovery-image] Jul 08 02:38:58.602 INFO O| Jul 08 02:38:58.601 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342026-07-08T02:38:59.646Z[ recovery-image] Jul 08 02:38:58.608 INFO O| Jul 08 02:38:58.608 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"]
40352026-07-08T02:38:59.913Z[ recovery-image] Jul 08 02:38:58.874 INFO O| Jul 08 02:38:58.874 INFO STEP 1 (pkg_set_publisher) COMPLETE
40362026-07-08T02:38:59.913Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.874 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-07-08T02:38:59.913Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.874 INFO skip step because feature "publisher_1_name" is not enabled
40382026-07-08T02:38:59.916Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.874 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40392026-07-08T02:38:59.916Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.875 INFO skip step because feature "publisher_2_name" is not enabled
40402026-07-08T02:38:59.916Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.875 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-08T02:38:59.916Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.875 INFO skip step because feature "publisher_3_name" is not enabled
40422026-07-08T02:38:59.916Z[ recovery-image] Jul 08 02:38:58.875 INFO O| Jul 08 02:38:58.875 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40432026-07-08T02:39:00.202Z[ recovery-image] Jul 08 02:38:59.163 INFO O| Jul 08 02:38:59.163 INFO variant opensolaris.zone is already global
40442026-07-08T02:39:00.202Z[ recovery-image] Jul 08 02:38:59.164 INFO O| Jul 08 02:38:59.163 INFO STEP 5 (pkg_change_variant) COMPLETE
40452026-07-08T02:39:00.202Z[ recovery-image] Jul 08 02:38:59.164 INFO O| Jul 08 02:38:59.163 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-07-08T02:39:00.269Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40472026-07-08T02:39:00.272ZJul 08 02:38:59.234 INFO [stamp-nexus] process exited with exit status: 0 (4.115251405s)
40482026-07-08T02:39:00.467Z[ recovery-image] Jul 08 02:38:59.429 INFO O| Jul 08 02:38:59.429 INFO variant opensolaris.imagetype is full; changing to partial
40492026-07-08T02:39:00.467Z[ recovery-image] Jul 08 02:38:59.429 INFO O| Jul 08 02:38:59.429 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40502026-07-08T02:39:00.571Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40512026-07-08T02:39:00.574ZJul 08 02:38:59.536 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.416577052s)
40522026-07-08T02:39:00.903Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40532026-07-08T02:39:00.906Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40542026-07-08T02:39:00.909ZJul 08 02:38:59.868 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.74977559s)
40552026-07-08T02:39:00.912ZJul 08 02:38:59.871 INFO [stamp-clickhouse] process exited with exit status: 0 (4.753905348s)
40562026-07-08T02:39:00.912ZJul 08 02:38:59.871 INFO [tuf-stamp] task succeeded (4.756072863s)
40572026-07-08T02:39:01.748Z[verify-libraries] Compiling match_cfg v0.1.0
40582026-07-08T02:39:01.748Z[verify-libraries] Compiling slog-json v2.6.1
40592026-07-08T02:39:01.751Z[verify-libraries] Compiling itertools v0.14.0
40602026-07-08T02:39:01.751Z[verify-libraries] Compiling progenitor-client v0.14.0
40612026-07-08T02:39:01.751Z[verify-libraries] Compiling structmeta-derive v0.3.0
40622026-07-08T02:39:01.751Z[verify-libraries] Compiling debug-ignore v1.0.5
40632026-07-08T02:39:01.751Z[verify-libraries] Compiling sha1 v0.11.0
40642026-07-08T02:39:02.030Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40652026-07-08T02:39:02.033Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40662026-07-08T02:39:02.051Z[verify-libraries] Compiling multer v3.1.0
40672026-07-08T02:39:02.054Z[verify-libraries] Compiling compression-core v0.4.31
40682026-07-08T02:39:02.054Z[verify-libraries] Compiling async-stream-impl v0.3.6
40692026-07-08T02:39:02.054Z[verify-libraries] Compiling serde_spanned v1.1.1
40702026-07-08T02:39:02.195Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40712026-07-08T02:39:02.220Z[verify-libraries] Compiling hostname v0.3.1
40722026-07-08T02:39:02.220Z[verify-libraries] Compiling compression-codecs v0.4.37
40732026-07-08T02:39:02.220Z[verify-libraries] Compiling dropshot v0.17.1
40742026-07-08T02:39:02.223Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40752026-07-08T02:39:02.302Z[ recovery-image] Jul 08 02:39:01.264 INFO O| Jul 08 02:39:01.263 INFO O| Startup: Refreshing catalog 'helios' ... Done
40762026-07-08T02:39:02.308Z[verify-libraries] Compiling waitgroup v0.1.2
40772026-07-08T02:39:02.308Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40782026-07-08T02:39:02.311Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40792026-07-08T02:39:02.311Z[verify-libraries] Compiling hostname v0.4.2
40802026-07-08T02:39:02.396Z[verify-libraries] Compiling slog-bunyan v2.5.0
40812026-07-08T02:39:02.427Z[ recovery-image] Jul 08 02:39:01.385 INFO O| Jul 08 02:39:01.385 INFO O| Startup: Caching catalogs ... Done
40822026-07-08T02:39:02.434Z[ recovery-image] Jul 08 02:39:01.395 INFO O| Jul 08 02:39:01.395 INFO O| Planning: Planning completed in 0.00 seconds
40832026-07-08T02:39:02.434Z[ recovery-image] Jul 08 02:39:01.396 INFO O| Jul 08 02:39:01.395 INFO O| Planning: Consolidating action changes ... Done
40842026-07-08T02:39:02.437Z[ recovery-image] Jul 08 02:39:01.396 INFO O| Jul 08 02:39:01.395 INFO O| Planning: Evaluating mediators ... Done
40852026-07-08T02:39:02.437Z[ recovery-image] Jul 08 02:39:01.396 INFO O| Jul 08 02:39:01.395 INFO O| Planning: Planning completed in 0.00 seconds
40862026-07-08T02:39:02.437Z[ recovery-image] Jul 08 02:39:01.396 INFO O| Jul 08 02:39:01.395 INFO O| Variants/Facets to change: 1
40872026-07-08T02:39:02.456Z[ recovery-image] Jul 08 02:39:01.403 INFO O| Jul 08 02:39:01.403 INFO O| Finalize: Updating package state database ... Done
40882026-07-08T02:39:02.456Z[ recovery-image] Jul 08 02:39:01.403 INFO O| Jul 08 02:39:01.403 INFO O| Finalize: Updating package cache ... Done
40892026-07-08T02:39:02.461Z[verify-libraries] Compiling atomicwrites v0.4.4
40902026-07-08T02:39:02.467Z[ recovery-image] Jul 08 02:39:01.428 INFO O| Jul 08 02:39:01.428 INFO O| Finalize: Updating image state ... Done
40912026-07-08T02:39:02.472Z[ recovery-image] Jul 08 02:39:01.433 INFO O| Jul 08 02:39:01.433 INFO O| Finalize: Creating fast lookup database ... Done
40922026-07-08T02:39:02.475Z[ recovery-image] Jul 08 02:39:01.434 INFO O| Jul 08 02:39:01.434 INFO O| Finalize: Reading search index ... Done
40932026-07-08T02:39:02.475Z[ recovery-image] Jul 08 02:39:01.434 INFO O| Jul 08 02:39:01.434 INFO O| Finalize: Updating search index ... Done
40942026-07-08T02:39:02.475Z[ recovery-image] Jul 08 02:39:01.435 INFO O| Jul 08 02:39:01.435 INFO O| Finalize: Updating package cache ... Done
40952026-07-08T02:39:02.478Z[verify-libraries] Compiling async-compression v0.4.41
40962026-07-08T02:39:02.519Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40972026-07-08T02:39:02.523Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40982026-07-08T02:39:02.523Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40992026-07-08T02:39:02.600Z[ recovery-image] Jul 08 02:39:01.560 INFO O| Jul 08 02:39:01.560 INFO STEP 6 (pkg_change_variant) COMPLETE
41002026-07-08T02:39:02.600Z[ recovery-image] Jul 08 02:39:01.561 INFO O| Jul 08 02:39:01.560 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41012026-07-08T02:39:02.603Z[ recovery-image] Jul 08 02:39:01.561 INFO O| Jul 08 02:39:01.560 INFO skip step because feature "debug_variant" is not enabled
41022026-07-08T02:39:02.603Z[ recovery-image] Jul 08 02:39:01.561 INFO O| Jul 08 02:39:01.560 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41032026-07-08T02:39:02.603Z[verify-libraries] Compiling macaddr v1.0.1
41042026-07-08T02:39:02.603Z[verify-libraries] Compiling regress v0.10.5
41052026-07-08T02:39:02.603Z[verify-libraries] Compiling instant v0.1.13
41062026-07-08T02:39:02.603Z[verify-libraries] Compiling backon v1.6.0
41072026-07-08T02:39:02.603Z[verify-libraries] Compiling humantime v2.3.0
41082026-07-08T02:39:02.704Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41092026-07-08T02:39:02.784Z[verify-libraries] Compiling backoff v0.4.0
41102026-07-08T02:39:02.823Z[verify-libraries] Compiling progenitor-extras v0.2.0
41112026-07-08T02:39:02.847Z[verify-libraries] Compiling async-stream v0.3.6
41122026-07-08T02:39:02.869Z[verify-libraries] Compiling convert_case v0.4.0
41132026-07-08T02:39:02.869Z[verify-libraries] Compiling half v2.7.1
41142026-07-08T02:39:02.872Z[verify-libraries] Compiling ciborium-io v0.2.2
41152026-07-08T02:39:02.926Z[ recovery-image] Jul 08 02:39:01.887 INFO O| Jul 08 02:39:01.887 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41162026-07-08T02:39:02.941Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41172026-07-08T02:39:02.978Z[verify-libraries] Compiling regress v0.11.1
41182026-07-08T02:39:03.040Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41192026-07-08T02:39:03.067Z[verify-libraries] Compiling indent_write v2.2.0
41202026-07-08T02:39:03.070Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41212026-07-08T02:39:03.070Z[verify-libraries] Compiling secrecy v0.10.3
41222026-07-08T02:39:03.108Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41232026-07-08T02:39:03.134Z[verify-libraries] Compiling structmeta v0.3.0
41242026-07-08T02:39:03.156Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41252026-07-08T02:39:03.218Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41262026-07-08T02:39:03.243Z[verify-libraries] Compiling ciborium-ll v0.2.2
41272026-07-08T02:39:03.270Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41282026-07-08T02:39:03.323Z[verify-libraries] Compiling inout v0.1.4
41292026-07-08T02:39:03.326Z[verify-libraries] Compiling derive_more v0.99.20
41302026-07-08T02:39:03.326Z[verify-libraries] Compiling universal-hash v0.5.1
41312026-07-08T02:39:03.394Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41322026-07-08T02:39:03.448Z[verify-libraries] Compiling derive-ex v0.1.8
41332026-07-08T02:39:03.501Z[verify-libraries] Compiling parse-display-derive v0.10.0
41342026-07-08T02:39:03.521Z[verify-libraries] Compiling ciborium v0.2.2
41352026-07-08T02:39:03.544Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41362026-07-08T02:39:03.578Z[verify-libraries] Compiling cipher v0.4.4
41372026-07-08T02:39:03.616Z[verify-libraries] Compiling opaque-debug v0.3.1
41382026-07-08T02:39:03.643Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41392026-07-08T02:39:03.677Z[verify-libraries] Compiling byte-wrapper v0.1.0
41402026-07-08T02:39:03.690Z[ recovery-image] Jul 08 02:39:02.651 INFO O| Jul 08 02:39:02.650 INFO O| Startup: Refreshing catalog 'helios' ... Done
41412026-07-08T02:39:03.731Z[ host-image] Jul 08 02:39:02.692 INFO O| Jul 08 02:39:02.692 INFO O| Download: 7240/23767 items 49.6/222.4MB 22% complete (862k/s)
41422026-07-08T02:39:03.735Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41432026-07-08T02:39:03.782Z[verify-libraries] Compiling poly1305 v0.8.0
41442026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Startup: Caching catalogs ... Done
41452026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Planning: Planning completed in 0.00 seconds
41462026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Planning: Consolidating action changes ... Done
41472026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Planning: Evaluating mediators ... Done
41482026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Planning: Planning completed in 0.00 seconds
41492026-07-08T02:39:03.842Z[ recovery-image] Jul 08 02:39:02.802 INFO O| Jul 08 02:39:02.802 INFO O| Variants/Facets to change: 1
41502026-07-08T02:39:03.852Z[ recovery-image] Jul 08 02:39:02.813 INFO O| Jul 08 02:39:02.813 INFO O| Finalize: Updating package state database ... Done
41512026-07-08T02:39:03.852Z[ recovery-image] Jul 08 02:39:02.813 INFO O| Jul 08 02:39:02.813 INFO O| Finalize: Updating package cache ... Done
41522026-07-08T02:39:03.870Z[verify-libraries] Compiling chacha20 v0.9.1
41532026-07-08T02:39:03.880Z[ recovery-image] Jul 08 02:39:02.836 INFO O| Jul 08 02:39:02.836 INFO O| Finalize: Updating image state ... Done
41542026-07-08T02:39:03.880Z[ recovery-image] Jul 08 02:39:02.841 INFO O| Jul 08 02:39:02.841 INFO O| Finalize: Creating fast lookup database ... Done
41552026-07-08T02:39:03.880Z[ recovery-image] Jul 08 02:39:02.841 INFO O| Jul 08 02:39:02.841 INFO O| Finalize: Reading search index ... Done
41562026-07-08T02:39:03.881Z[ recovery-image] Jul 08 02:39:02.841 INFO O| Jul 08 02:39:02.841 INFO O| Finalize: Updating search index ... Done
41572026-07-08T02:39:03.884Z[ recovery-image] Jul 08 02:39:02.842 INFO O| Jul 08 02:39:02.842 INFO O| Finalize: Updating package cache ... Done
41582026-07-08T02:39:03.927Z[verify-libraries] Compiling blake2 v0.10.6
41592026-07-08T02:39:03.952Z[verify-libraries] Compiling aead v0.5.2
41602026-07-08T02:39:04.027Z[ recovery-image] Jul 08 02:39:02.988 INFO O| Jul 08 02:39:02.988 INFO STEP 8 (pkg_change_facet) COMPLETE
41612026-07-08T02:39:04.031Z[ recovery-image] Jul 08 02:39:02.988 INFO O| Jul 08 02:39:02.988 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-07-08T02:39:04.091Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41632026-07-08T02:39:04.151Z[verify-libraries] Compiling password-hash v0.5.0
41642026-07-08T02:39:04.209Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41652026-07-08T02:39:04.255Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41662026-07-08T02:39:04.313Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41672026-07-08T02:39:04.361Z[ recovery-image] Jul 08 02:39:03.322 INFO O| Jul 08 02:39:03.321 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41682026-07-08T02:39:04.417Z[verify-libraries] Compiling rayon-core v1.13.0
41692026-07-08T02:39:04.528Z[verify-libraries] Compiling argon2 v0.5.3
41702026-07-08T02:39:04.597Z[verify-libraries] Compiling glob v0.3.3
41712026-07-08T02:39:04.635Z[verify-libraries] Compiling typify-impl v0.6.2
41722026-07-08T02:39:04.635Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41732026-07-08T02:39:04.745Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41742026-07-08T02:39:04.771Z[verify-libraries] Compiling num_enum_derive v0.7.6
41752026-07-08T02:39:04.867Z[verify-libraries] Compiling vsss-rs v3.3.4
41762026-07-08T02:39:05.057Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41772026-07-08T02:39:05.340Z[verify-libraries] Compiling parse-display v0.10.0
41782026-07-08T02:39:05.365Z[verify-libraries] Compiling test-strategy v0.4.5
41792026-07-08T02:39:05.388Z[verify-libraries] Compiling usdt-macro v0.5.0
41802026-07-08T02:39:05.479Z[verify-libraries] Compiling memmap v0.7.0
41812026-07-08T02:39:05.583Z[verify-libraries] Compiling heapless v0.8.0
41822026-07-08T02:39:05.630Z[verify-libraries] Compiling proc-macro-error v1.0.4
41832026-07-08T02:39:05.687Z[verify-libraries] Compiling ingot-macros v0.1.1
41842026-07-08T02:39:05.716Z[verify-libraries] Compiling tabwriter v1.4.1
41852026-07-08T02:39:05.809Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41862026-07-08T02:39:05.915Z[verify-libraries] Compiling hash32 v0.3.1
41872026-07-08T02:39:05.973Z[ recovery-image] Jul 08 02:39:04.934 INFO O| Jul 08 02:39:04.934 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-07-08T02:39:06.007Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41892026-07-08T02:39:06.050Z[verify-libraries] Compiling smoltcp v0.11.0
41902026-07-08T02:39:06.053Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41912026-07-08T02:39:06.101Z[ recovery-image] Jul 08 02:39:05.062 INFO O| Jul 08 02:39:05.062 INFO O| Startup: Caching catalogs ... Done
41922026-07-08T02:39:06.105Z[ recovery-image] Jul 08 02:39:05.067 INFO O| Jul 08 02:39:05.067 INFO O| Planning: Planning completed in 0.00 seconds
41932026-07-08T02:39:06.108Z[ recovery-image] Jul 08 02:39:05.067 INFO O| Jul 08 02:39:05.067 INFO O| Planning: Consolidating action changes ... Done
41942026-07-08T02:39:06.109Z[ recovery-image] Jul 08 02:39:05.067 INFO O| Jul 08 02:39:05.067 INFO O| Planning: Evaluating mediators ... Done
41952026-07-08T02:39:06.109Z[ recovery-image] Jul 08 02:39:05.068 INFO O| Jul 08 02:39:05.068 INFO O| Planning: Planning completed in 0.00 seconds
41962026-07-08T02:39:06.109Z[ recovery-image] Jul 08 02:39:05.068 INFO O| Jul 08 02:39:05.068 INFO O| Variants/Facets to change: 1
41972026-07-08T02:39:06.114Z[verify-libraries] Compiling num_enum v0.7.6
41982026-07-08T02:39:06.119Z[ recovery-image] Jul 08 02:39:05.081 INFO O| Jul 08 02:39:05.081 INFO O| Finalize: Updating package state database ... Done
41992026-07-08T02:39:06.119Z[ recovery-image] Jul 08 02:39:05.081 INFO O| Jul 08 02:39:05.081 INFO O| Finalize: Updating package cache ... Done
42002026-07-08T02:39:06.135Z[verify-libraries] Compiling toml v0.8.23
42012026-07-08T02:39:06.141Z[ recovery-image] Jul 08 02:39:05.103 INFO O| Jul 08 02:39:05.103 INFO O| Finalize: Updating image state ... Done
42022026-07-08T02:39:06.154Z[ recovery-image] Jul 08 02:39:05.109 INFO O| Jul 08 02:39:05.107 INFO O| Finalize: Creating fast lookup database ... Done
42032026-07-08T02:39:06.154Z[ recovery-image] Jul 08 02:39:05.109 INFO O| Jul 08 02:39:05.108 INFO O| Finalize: Reading search index ... Done
42042026-07-08T02:39:06.154Z[ recovery-image] Jul 08 02:39:05.109 INFO O| Jul 08 02:39:05.108 INFO O| Finalize: Updating search index ... Done
42052026-07-08T02:39:06.154Z[ recovery-image] Jul 08 02:39:05.109 INFO O| Jul 08 02:39:05.109 INFO O| Finalize: Updating package cache ... Done
42062026-07-08T02:39:06.161Z[verify-libraries] Compiling cobs v0.3.0
42072026-07-08T02:39:06.164Z[verify-libraries] Compiling colored v3.1.1
42082026-07-08T02:39:06.164Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42092026-07-08T02:39:06.243Z[verify-libraries] Compiling usdt v0.5.0
42102026-07-08T02:39:06.269Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42112026-07-08T02:39:06.295Z[ recovery-image] Jul 08 02:39:05.257 INFO O| Jul 08 02:39:05.257 INFO STEP 9 (pkg_change_facet) COMPLETE
42122026-07-08T02:39:06.295Z[ recovery-image] Jul 08 02:39:05.257 INFO O| Jul 08 02:39:05.257 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132026-07-08T02:39:06.380Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42142026-07-08T02:39:06.466Z[verify-libraries] Compiling postcard v1.1.3
42152026-07-08T02:39:06.501Z[verify-libraries] Compiling rayon v1.11.0
42162026-07-08T02:39:06.553Z[verify-libraries] Compiling rand v0.10.1
42172026-07-08T02:39:06.556Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42182026-07-08T02:39:06.597Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42192026-07-08T02:39:06.624Z[ recovery-image] Jul 08 02:39:05.585 INFO O| Jul 08 02:39:05.585 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42202026-07-08T02:39:06.642Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42212026-07-08T02:39:06.681Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42222026-07-08T02:39:06.874Z[verify-libraries] Compiling num_enum_derive v0.5.11
42232026-07-08T02:39:06.874Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42242026-07-08T02:39:06.951Z[verify-libraries] Compiling num-derive v0.4.2
42252026-07-08T02:39:06.977Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42262026-07-08T02:39:07.002Z[verify-libraries] Compiling cstr-argument v0.1.2
42272026-07-08T02:39:07.002Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42282026-07-08T02:39:07.045Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42292026-07-08T02:39:07.196Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42302026-07-08T02:39:07.277Z[verify-libraries] Compiling foreign-types v0.5.0
42312026-07-08T02:39:07.354Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42322026-07-08T02:39:07.395Z[ recovery-image] Jul 08 02:39:06.353 INFO O| Jul 08 02:39:06.353 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-07-08T02:39:07.407Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42342026-07-08T02:39:07.440Z[verify-libraries] Compiling sigpipe v0.1.3
42352026-07-08T02:39:07.467Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42362026-07-08T02:39:07.536Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42372026-07-08T02:39:07.539Z[ recovery-image] Jul 08 02:39:06.497 INFO O| Jul 08 02:39:06.496 INFO O| Startup: Caching catalogs ... Done
42382026-07-08T02:39:07.542Z[ recovery-image] Jul 08 02:39:06.504 INFO O| Jul 08 02:39:06.504 INFO O| Planning: Planning completed in 0.00 seconds
42392026-07-08T02:39:07.546Z[ recovery-image] Jul 08 02:39:06.504 INFO O| Jul 08 02:39:06.504 INFO O| Planning: Consolidating action changes ... Done
42402026-07-08T02:39:07.546Z[ recovery-image] Jul 08 02:39:06.504 INFO O| Jul 08 02:39:06.504 INFO O| Planning: Evaluating mediators ... Done
42412026-07-08T02:39:07.546Z[ recovery-image] Jul 08 02:39:06.505 INFO O| Jul 08 02:39:06.505 INFO O| Planning: Planning completed in 0.00 seconds
42422026-07-08T02:39:07.546Z[ recovery-image] Jul 08 02:39:06.505 INFO O| Jul 08 02:39:06.505 INFO O| Variants/Facets to change: 1
42432026-07-08T02:39:07.556Z[ recovery-image] Jul 08 02:39:06.517 INFO O| Jul 08 02:39:06.517 INFO O| Finalize: Updating package state database ... Done
42442026-07-08T02:39:07.556Z[ recovery-image] Jul 08 02:39:06.517 INFO O| Jul 08 02:39:06.517 INFO O| Finalize: Updating package cache ... Done
42452026-07-08T02:39:07.562Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42462026-07-08T02:39:07.562Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42472026-07-08T02:39:07.581Z[ recovery-image] Jul 08 02:39:06.543 INFO O| Jul 08 02:39:06.542 INFO O| Finalize: Updating image state ... Done
42482026-07-08T02:39:07.588Z[ recovery-image] Jul 08 02:39:06.547 INFO O| Jul 08 02:39:06.547 INFO O| Finalize: Creating fast lookup database ... Done
42492026-07-08T02:39:07.588Z[ recovery-image] Jul 08 02:39:06.548 INFO O| Jul 08 02:39:06.548 INFO O| Finalize: Reading search index ... Done
42502026-07-08T02:39:07.588Z[ recovery-image] Jul 08 02:39:06.548 INFO O| Jul 08 02:39:06.548 INFO O| Finalize: Updating search index ... Done
42512026-07-08T02:39:07.588Z[ recovery-image] Jul 08 02:39:06.549 INFO O| Jul 08 02:39:06.549 INFO O| Finalize: Updating package cache ... Done
42522026-07-08T02:39:07.638Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42532026-07-08T02:39:07.736Z[ recovery-image] Jul 08 02:39:06.697 INFO O| Jul 08 02:39:06.697 INFO STEP 10 (pkg_change_facet) COMPLETE
42542026-07-08T02:39:07.736Z[ recovery-image] Jul 08 02:39:06.697 INFO O| Jul 08 02:39:06.697 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42552026-07-08T02:39:07.748Z[ recovery-image] Jul 08 02:39:06.708 INFO O| Jul 08 02:39:06.708 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
42562026-07-08T02:39:07.764Z[verify-libraries] Compiling itertools v0.12.1
42572026-07-08T02:39:07.792Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42582026-07-08T02:39:07.816Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42592026-07-08T02:39:07.840Z[verify-libraries] Compiling smf v0.2.3
42602026-07-08T02:39:07.870Z[verify-libraries] Compiling whoami v1.6.1
42612026-07-08T02:39:07.952Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42622026-07-08T02:39:08.059Z[verify-libraries] Compiling num_enum v0.5.11
42632026-07-08T02:39:08.112Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42642026-07-08T02:39:08.169Z[verify-libraries] Compiling derive-where v1.6.0
42652026-07-08T02:39:08.224Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42662026-07-08T02:39:08.256Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42672026-07-08T02:39:08.289Z[verify-libraries] Compiling owo-colors v4.3.0
42682026-07-08T02:39:08.386Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42692026-07-08T02:39:08.418Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42702026-07-08T02:39:08.478Z[verify-libraries] Compiling gethostname v0.5.0
42712026-07-08T02:39:08.509Z[ recovery-image] Jul 08 02:39:07.470 INFO O| Jul 08 02:39:07.470 INFO O| Startup: Refreshing catalog 'helios' ... Done
42722026-07-08T02:39:08.639Z[verify-libraries] Compiling libsw-core v0.3.2
42732026-07-08T02:39:08.648Z[ recovery-image] Jul 08 02:39:07.606 INFO O| Jul 08 02:39:07.606 INFO O| Startup: Caching catalogs ... Done
42742026-07-08T02:39:08.673Z[verify-libraries] Compiling console v0.15.11
42752026-07-08T02:39:08.673Z[verify-libraries] Compiling linear-map v1.2.0
42762026-07-08T02:39:08.727Z[verify-libraries] Compiling newline-converter v0.3.0
42772026-07-08T02:39:08.769Z[verify-libraries] Compiling resolv-conf v0.7.6
42782026-07-08T02:39:08.810Z[verify-libraries] Compiling ingot-types v0.1.2
42792026-07-08T02:39:08.861Z[verify-libraries] Compiling libsw v3.5.0
42802026-07-08T02:39:08.886Z[verify-libraries] Compiling num-rational v0.4.2
42812026-07-08T02:39:08.934Z[verify-libraries] Compiling zone v0.3.1
42822026-07-08T02:39:08.985Z[ host-image] Jul 08 02:39:07.946 INFO O| Jul 08 02:39:07.946 INFO O| Download: 8650/23767 items 63.2/222.4MB 28% complete (1.6M/s)
42832026-07-08T02:39:09.043Z[verify-libraries] Compiling num-complex v0.4.6
42842026-07-08T02:39:09.123Z[verify-libraries] Compiling expectorate v1.2.0
42852026-07-08T02:39:09.169Z[ recovery-image] Jul 08 02:39:08.130 INFO O| Jul 08 02:39:08.130 INFO O| Planning: Solver setup ... Done
42862026-07-08T02:39:09.174Z[verify-libraries] Compiling slog-dtrace v0.3.0
42872026-07-08T02:39:09.188Z[ recovery-image] Jul 08 02:39:08.150 INFO O| Jul 08 02:39:08.150 INFO O| Planning: Running solver ... Done
42882026-07-08T02:39:09.201Z[verify-libraries] Compiling ingot v0.1.1
42892026-07-08T02:39:09.204Z[ recovery-image] Jul 08 02:39:08.165 INFO O| Jul 08 02:39:08.165 INFO O| Planning: Finding local manifests ... Done
42902026-07-08T02:39:09.224Z[ recovery-image] Jul 08 02:39:08.185 INFO O| Jul 08 02:39:08.185 INFO O| Planning: Fetching manifests: 0/128 0% complete
42912026-07-08T02:39:09.227Z[verify-libraries] Compiling prettyplease v0.2.37
42922026-07-08T02:39:09.271Z[verify-libraries] Compiling float-ord v0.3.2
42932026-07-08T02:39:09.317Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42942026-07-08T02:39:09.339Z[verify-libraries] Compiling linked-hash-map v0.5.6
42952026-07-08T02:39:09.371Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42962026-07-08T02:39:09.419Z[verify-libraries] Compiling hickory-proto v0.24.4
42972026-07-08T02:39:09.470Z[verify-libraries] Compiling typify-macro v0.6.2
42982026-07-08T02:39:09.523Z[verify-libraries] Compiling num v0.4.3
42992026-07-08T02:39:09.523Z[verify-libraries] Compiling convert_case v0.10.0
43002026-07-08T02:39:09.586Z[verify-libraries] Compiling lru-cache v0.1.2
43012026-07-08T02:39:09.629Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43022026-07-08T02:39:09.651Z[verify-libraries] Compiling minimal-lexical v0.2.1
43032026-07-08T02:39:09.689Z[verify-libraries] Compiling display-error-chain v0.2.2
43042026-07-08T02:39:09.737Z[verify-libraries] Compiling unicode-xid v0.2.6
43052026-07-08T02:39:09.758Z[verify-libraries] Compiling tabled_derive v0.7.0
43062026-07-08T02:39:09.863Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43072026-07-08T02:39:09.898Z[verify-libraries] Compiling nom v7.1.3
43082026-07-08T02:39:09.978Z[verify-libraries] Compiling fd-lock v4.0.4
43092026-07-08T02:39:10.005Z[verify-libraries] Compiling derive_more-impl v2.1.1
43102026-07-08T02:39:10.008Z[verify-libraries] Compiling vte v0.14.1
43112026-07-08T02:39:10.088Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43122026-07-08T02:39:10.178Z[verify-libraries] Compiling stacker v0.1.23
43132026-07-08T02:39:10.273Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43142026-07-08T02:39:10.310Z[verify-libraries] Compiling cfg_aliases v0.1.1
43152026-07-08T02:39:10.415Z[verify-libraries] Compiling reedline v0.40.0
43162026-07-08T02:39:10.481Z[verify-libraries] Compiling nix v0.28.0
43172026-07-08T02:39:10.502Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43182026-07-08T02:39:10.556Z[verify-libraries] Compiling termtree v0.5.1
43192026-07-08T02:39:10.680Z[verify-libraries] Compiling semver v0.1.20
43202026-07-08T02:39:10.744Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43212026-07-08T02:39:10.876Z[verify-libraries] Compiling psm v0.1.30
43222026-07-08T02:39:10.969Z[verify-libraries] Compiling rustc_version v0.1.7
43232026-07-08T02:39:11.014Z[verify-libraries] Compiling phf_shared v0.12.1
43242026-07-08T02:39:11.040Z[verify-libraries] Compiling tabled v0.15.0
43252026-07-08T02:39:11.040Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43262026-07-08T02:39:11.094Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43272026-07-08T02:39:11.227Z[verify-libraries] Compiling derive_more v2.1.1
43282026-07-08T02:39:11.250Z[verify-libraries] Compiling nibble_vec v0.1.0
43292026-07-08T02:39:11.284Z[verify-libraries] Compiling highway v1.3.0
43302026-07-08T02:39:11.339Z[verify-libraries] Compiling crossterm v0.29.0
43312026-07-08T02:39:11.433Z[verify-libraries] Compiling typify v0.6.2
43322026-07-08T02:39:11.458Z[verify-libraries] Compiling endian-type v0.1.2
43332026-07-08T02:39:11.462Z[verify-libraries] Compiling chrono-tz v0.10.4
43342026-07-08T02:39:11.529Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43352026-07-08T02:39:11.554Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43362026-07-08T02:39:11.581Z[verify-libraries] Compiling progenitor-impl v0.14.0
43372026-07-08T02:39:11.628Z[verify-libraries] Compiling radix_trie v0.2.1
43382026-07-08T02:39:11.682Z[verify-libraries] Compiling hickory-resolver v0.24.4
43392026-07-08T02:39:11.765Z[verify-libraries] Compiling newtype_derive v0.1.6
43402026-07-08T02:39:11.795Z[verify-libraries] Compiling phf v0.12.1
43412026-07-08T02:39:11.869Z[verify-libraries] Compiling recursive v0.1.1
43422026-07-08T02:39:11.970Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43432026-07-08T02:39:11.993Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43442026-07-08T02:39:12.015Z[verify-libraries] Compiling peg-macros v0.8.5
43452026-07-08T02:39:12.190Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43462026-07-08T02:39:12.281Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43472026-07-08T02:39:12.284Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43482026-07-08T02:39:12.529Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43492026-07-08T02:39:12.555Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43502026-07-08T02:39:12.804Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43512026-07-08T02:39:12.883Z[verify-libraries] Compiling qorb v0.4.1
43522026-07-08T02:39:13.110Z[verify-libraries] Compiling winnow v0.6.26
43532026-07-08T02:39:13.153Z[verify-libraries] Compiling csv-core v0.1.13
43542026-07-08T02:39:13.283Z[verify-libraries] Compiling unicode_categories v0.1.1
43552026-07-08T02:39:13.377Z[verify-libraries] Compiling home v0.5.12
43562026-07-08T02:39:13.477Z[verify-libraries] Compiling textwrap v0.16.2
43572026-07-08T02:39:13.502Z[verify-libraries] Compiling peg v0.8.5
43582026-07-08T02:39:13.528Z[verify-libraries] Compiling rustyline v14.0.0
43592026-07-08T02:39:13.556Z[verify-libraries] Compiling csv v1.4.0
43602026-07-08T02:39:13.559Z[verify-libraries] Compiling sqlparser v0.61.0
43612026-07-08T02:39:13.604Z[verify-libraries] Compiling const_format v0.2.35
43622026-07-08T02:39:13.959Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43632026-07-08T02:39:13.981Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43642026-07-08T02:39:13.986Z[ host-image] Jul 08 02:39:12.947 INFO O| Jul 08 02:39:12.947 INFO O| Download: 10204/23767 items 92.4/222.4MB 41% complete (4.1M/s)
43652026-07-08T02:39:14.072Z[verify-libraries] Compiling bcs v0.1.6
43662026-07-08T02:39:14.102Z[ recovery-image] Jul 08 02:39:13.063 INFO O| Jul 08 02:39:13.063 INFO O| Planning: Fetching manifests: 128/128 100% complete
43672026-07-08T02:39:14.175Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43682026-07-08T02:39:14.228Z[verify-libraries] Compiling nom v8.0.0
43692026-07-08T02:39:14.374Z[verify-libraries] Compiling progenitor-macro v0.14.0
43702026-07-08T02:39:14.412Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
43712026-07-08T02:39:14.446Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43722026-07-08T02:39:14.612Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43732026-07-08T02:39:14.615Z[ recovery-image] Jul 08 02:39:13.576 INFO O| Jul 08 02:39:13.576 INFO O| Planning: Package planning ... Done
43742026-07-08T02:39:14.737Z[verify-libraries] Compiling sqlformat v0.3.5
43752026-07-08T02:39:14.768Z[ recovery-image] Jul 08 02:39:13.729 INFO O| Jul 08 02:39:13.729 INFO O| Planning: Merging actions ... Done
43762026-07-08T02:39:14.834Z[ recovery-image] Jul 08 02:39:13.795 INFO O| Jul 08 02:39:13.794 INFO O| Planning: Checking for conflicting actions ... Done
43772026-07-08T02:39:14.949Z[ recovery-image] Jul 08 02:39:13.910 INFO O| Jul 08 02:39:13.910 INFO O| Planning: Consolidating action changes ... Done
43782026-07-08T02:39:15.035Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43792026-07-08T02:39:15.075Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43802026-07-08T02:39:15.083Z[ recovery-image] Jul 08 02:39:14.045 INFO O| Jul 08 02:39:14.045 INFO O| Planning: Evaluating mediators ... Done
43812026-07-08T02:39:15.125Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43822026-07-08T02:39:15.249Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43832026-07-08T02:39:15.319Z[verify-libraries] Compiling base64 v0.21.7
43842026-07-08T02:39:15.407Z[verify-libraries] Compiling steno v0.4.1
43852026-07-08T02:39:15.445Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43862026-07-08T02:39:15.475Z[verify-libraries] Compiling sha1 v0.10.6
43872026-07-08T02:39:15.561Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43882026-07-08T02:39:15.711Z[verify-libraries] Compiling tagptr v0.2.0
43892026-07-08T02:39:15.770Z[verify-libraries] Compiling utf-8 v0.7.6
43902026-07-08T02:39:15.955Z[verify-libraries] Compiling moka v0.12.13
43912026-07-08T02:39:15.984Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43922026-07-08T02:39:16.009Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43932026-07-08T02:39:16.012Z[verify-libraries] Compiling tungstenite v0.21.0
43942026-07-08T02:39:16.066Z[verify-libraries] Compiling radium v0.7.0
43952026-07-08T02:39:16.091Z[verify-libraries] Compiling ron v0.8.1
43962026-07-08T02:39:16.198Z[verify-libraries] Compiling tap v1.0.1
43972026-07-08T02:39:16.270Z[verify-libraries] Compiling maybe-uninit v2.0.0
43982026-07-08T02:39:16.318Z[verify-libraries] Compiling zerocopy-derive v0.6.6
43992026-07-08T02:39:16.379Z[verify-libraries] Compiling wyz v0.5.1
44002026-07-08T02:39:16.587Z[ recovery-image] Jul 08 02:39:15.548 INFO O| Jul 08 02:39:15.548 INFO O| Planning: Planning completed in 7.94 seconds
44012026-07-08T02:39:16.590Z[ recovery-image] Jul 08 02:39:15.550 INFO O| Jul 08 02:39:15.550 INFO O| Packages to install: 128
44022026-07-08T02:39:16.590Z[ recovery-image] Jul 08 02:39:15.550 INFO O| Jul 08 02:39:15.550 INFO O| Mediators to change: 5
44032026-07-08T02:39:16.590Z[ recovery-image] Jul 08 02:39:15.550 INFO O| Jul 08 02:39:15.550 INFO O| Services to change: 5
44042026-07-08T02:39:16.627Z[ recovery-image] Jul 08 02:39:15.588 INFO O| Jul 08 02:39:15.588 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44052026-07-08T02:39:16.638Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
44062026-07-08T02:39:16.717Z[verify-libraries] Compiling hickory-resolver v0.25.2
44072026-07-08T02:39:16.742Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44082026-07-08T02:39:16.794Z[verify-libraries] Compiling crc-catalog v2.4.0
44092026-07-08T02:39:16.841Z[verify-libraries] Compiling funty v2.0.0
44102026-07-08T02:39:16.925Z[verify-libraries] Compiling packed_struct v0.10.1
44112026-07-08T02:39:16.996Z[verify-libraries] Compiling crc v3.4.0
44122026-07-08T02:39:17.021Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44132026-07-08T02:39:17.196Z[verify-libraries] Compiling bitvec v1.0.1
44142026-07-08T02:39:17.199Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44152026-07-08T02:39:17.240Z[verify-libraries] Compiling bitfield-macros v0.19.4
44162026-07-08T02:39:17.266Z[verify-libraries] Compiling zerocopy v0.6.6
44172026-07-08T02:39:17.308Z[verify-libraries] Compiling indexmap v1.9.3
44182026-07-08T02:39:17.339Z[verify-libraries] Compiling nodrop v0.1.14
44192026-07-08T02:39:17.479Z[verify-libraries] Compiling libefi-sys v0.1.0
44202026-07-08T02:39:17.500Z[verify-libraries] Compiling array-init v0.0.4
44212026-07-08T02:39:17.616Z[verify-libraries] Compiling smallvec v0.6.14
44222026-07-08T02:39:17.656Z[verify-libraries] Compiling bitfield-struct v0.6.2
44232026-07-08T02:39:17.724Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44242026-07-08T02:39:17.901Z[verify-libraries] Compiling hashbrown v0.12.3
44252026-07-08T02:39:18.061Z[verify-libraries] Compiling bitfield v0.19.4
44262026-07-08T02:39:18.084Z[verify-libraries] Compiling serde-hex v0.1.0
44272026-07-08T02:39:18.158Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44282026-07-08T02:39:18.413Z[verify-libraries] Compiling hashbrown v0.13.2
44292026-07-08T02:39:18.417Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44302026-07-08T02:39:18.457Z[verify-libraries] Compiling crc-any v2.5.0
44312026-07-08T02:39:18.460Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44322026-07-08T02:39:18.593Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44332026-07-08T02:39:18.757Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44342026-07-08T02:39:18.783Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44352026-07-08T02:39:18.808Z[verify-libraries] Compiling path-slash v0.1.5
44362026-07-08T02:39:18.975Z[verify-libraries] Compiling object v0.30.4
44372026-07-08T02:39:19.034Z[verify-libraries] Compiling xshell-macros v0.2.7
44382026-07-08T02:39:19.055Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44392026-07-08T02:39:19.077Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44402026-07-08T02:39:19.137Z[ host-image] Jul 08 02:39:18.098 INFO O| Jul 08 02:39:18.098 INFO O| Download: 11657/23767 items 99.0/222.4MB 44% complete (3.6M/s)
44412026-07-08T02:39:19.167Z[verify-libraries] Compiling num-derive v0.3.3
44422026-07-08T02:39:19.207Z[verify-libraries] Compiling subprocess v0.2.15
44432026-07-08T02:39:19.227Z[verify-libraries] Compiling papergrid v0.17.0
44442026-07-08T02:39:19.526Z[verify-libraries] Compiling xshell v0.2.7
44452026-07-08T02:39:19.598Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44462026-07-08T02:39:19.641Z[verify-libraries] Compiling testing_table v0.3.0
44472026-07-08T02:39:19.754Z[verify-libraries] Compiling progenitor v0.14.0
44482026-07-08T02:39:19.836Z[verify-libraries] Compiling progenitor-impl v0.13.0
44492026-07-08T02:39:19.962Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44502026-07-08T02:39:20.009Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44512026-07-08T02:39:20.043Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44522026-07-08T02:39:20.047Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44532026-07-08T02:39:20.154Z[verify-libraries] Compiling tabled_derive v0.11.0
44542026-07-08T02:39:20.202Z[verify-libraries] Compiling libscf-sys v1.1.0
44552026-07-08T02:39:20.205Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44562026-07-08T02:39:20.256Z[verify-libraries] Compiling headers-core v0.3.0
44572026-07-08T02:39:20.372Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44582026-07-08T02:39:20.404Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44592026-07-08T02:39:20.407Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44602026-07-08T02:39:20.659Z[verify-libraries] Compiling unicase v2.9.0
44612026-07-08T02:39:20.763Z[verify-libraries] Compiling headers v0.4.1
44622026-07-08T02:39:20.788Z[verify-libraries] Compiling progenitor-client v0.13.0
44632026-07-08T02:39:20.914Z[verify-libraries] Compiling maplit v1.0.2
44642026-07-08T02:39:21.038Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44652026-07-08T02:39:21.085Z[verify-libraries] Compiling yasna v0.5.2
44662026-07-08T02:39:21.147Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44672026-07-08T02:39:21.190Z[verify-libraries] Compiling crc8 v0.1.1
44682026-07-08T02:39:21.269Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44692026-07-08T02:39:21.339Z[verify-libraries] Compiling vergen-lib v0.1.6
44702026-07-08T02:39:21.423Z[verify-libraries] Compiling tabled v0.20.0
44712026-07-08T02:39:21.577Z[verify-libraries] Compiling rcgen v0.12.1
44722026-07-08T02:39:21.580Z[verify-libraries] Compiling diesel_derives v2.3.7
44732026-07-08T02:39:21.646Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44742026-07-08T02:39:21.676Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44752026-07-08T02:39:21.699Z[ recovery-image] Jul 08 02:39:20.661 INFO O| Jul 08 02:39:20.661 INFO O| Download: 1073/16572 items 8.7/199.6MB 4% complete (2.0M/s)
44762026-07-08T02:39:21.821Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
44772026-07-08T02:39:21.842Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
44782026-07-08T02:39:21.991Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44792026-07-08T02:39:22.063Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44802026-07-08T02:39:22.099Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44812026-07-08T02:39:22.121Z[verify-libraries] Compiling half v1.8.3
44822026-07-08T02:39:22.286Z[verify-libraries] Compiling r2d2 v0.8.10
44832026-07-08T02:39:22.391Z[verify-libraries] Compiling serde_cbor v0.11.2
44842026-07-08T02:39:22.435Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44852026-07-08T02:39:22.505Z[verify-libraries] Compiling git-stub v1.0.0
44862026-07-08T02:39:22.535Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44872026-07-08T02:39:22.603Z[verify-libraries] Compiling downcast-rs v2.0.2
44882026-07-08T02:39:22.688Z[verify-libraries] Compiling progenitor-macro v0.13.0
44892026-07-08T02:39:22.732Z[verify-libraries] Compiling crunchy v0.2.4
44902026-07-08T02:39:22.753Z[verify-libraries] Compiling dirs-next v2.0.0
44912026-07-08T02:39:22.756Z[verify-libraries] Compiling git-stub-vcs v0.1.0
44922026-07-08T02:39:22.866Z[verify-libraries] Compiling clang-sys v1.8.1
44932026-07-08T02:39:22.927Z[verify-libraries] Compiling cpubits v0.1.1
44942026-07-08T02:39:23.057Z[verify-libraries] Compiling tiny-keccak v2.0.2
44952026-07-08T02:39:23.160Z[verify-libraries] Compiling term v0.7.0
44962026-07-08T02:39:23.211Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44972026-07-08T02:39:23.235Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44982026-07-08T02:39:23.306Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44992026-07-08T02:39:23.440Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45002026-07-08T02:39:23.463Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45012026-07-08T02:39:23.496Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45022026-07-08T02:39:23.710Z[verify-libraries] Compiling diff v0.1.13
45032026-07-08T02:39:23.794Z[verify-libraries] Compiling bit-vec v0.6.3
45042026-07-08T02:39:23.847Z[verify-libraries] Compiling ascii-canvas v3.0.0
45052026-07-08T02:39:24.018Z[verify-libraries] Compiling bit-set v0.5.3
45062026-07-08T02:39:24.056Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45072026-07-08T02:39:24.124Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-07-08T02:39:24.140Z[ host-image] Jul 08 02:39:23.102 INFO O| Jul 08 02:39:23.100 INFO O| Download: 12344/23767 items 105.6/222.4MB 47% complete (1.3M/s)
45092026-07-08T02:39:24.207Z[verify-libraries] Compiling itertools v0.10.5
45102026-07-08T02:39:24.227Z[verify-libraries] Compiling ena v0.14.4
45112026-07-08T02:39:24.304Z[verify-libraries] Compiling libloading v0.8.9
45122026-07-08T02:39:24.382Z[verify-libraries] Compiling bindgen v0.71.1
45132026-07-08T02:39:24.404Z[verify-libraries] Compiling regex-syntax v0.6.29
45142026-07-08T02:39:24.557Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45152026-07-08T02:39:24.580Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45162026-07-08T02:39:24.808Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45172026-07-08T02:39:24.929Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45182026-07-08T02:39:24.985Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45192026-07-08T02:39:25.154Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45202026-07-08T02:39:26.092Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45212026-07-08T02:39:26.254Z[verify-libraries] Compiling lalrpop v0.19.12
45222026-07-08T02:39:26.283Z[verify-libraries] Compiling cexpr v0.6.0
45232026-07-08T02:39:26.389Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45242026-07-08T02:39:26.682Z[verify-libraries] Compiling rustc-hash v2.1.1
45252026-07-08T02:39:26.709Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45262026-07-08T02:39:26.777Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-07-08T02:39:26.961Z[ recovery-image] Jul 08 02:39:25.922 INFO O| Jul 08 02:39:25.922 INFO O| Download: 1505/16572 items 21.1/199.6MB 10% complete (2.1M/s)
45282026-07-08T02:39:26.987Z[verify-libraries] Compiling libxml v0.3.3
45292026-07-08T02:39:27.050Z[verify-libraries] Compiling arc-swap v1.8.2
45302026-07-08T02:39:27.322Z[verify-libraries] Compiling slog-scope v4.4.1
45312026-07-08T02:39:27.449Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45322026-07-08T02:39:27.638Z[verify-libraries] Compiling strum_macros v0.24.3
45332026-07-08T02:39:27.713Z[verify-libraries] Compiling hmac v0.13.0
45342026-07-08T02:39:27.754Z[verify-libraries] Compiling universal-hash v0.6.1
45352026-07-08T02:39:27.919Z[verify-libraries] Compiling progenitor v0.13.0
45362026-07-08T02:39:27.940Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45372026-07-08T02:39:27.943Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45382026-07-08T02:39:28.118Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45392026-07-08T02:39:28.140Z[verify-libraries] Compiling diesel v2.3.7
45402026-07-08T02:39:28.170Z[verify-libraries] Compiling fxhash v0.2.1
45412026-07-08T02:39:28.246Z[verify-libraries] Compiling fs-err v2.11.0
45422026-07-08T02:39:28.358Z[verify-libraries] Compiling indoc v1.0.9
45432026-07-08T02:39:28.441Z[verify-libraries] Compiling slog-stdlog v4.1.1
45442026-07-08T02:39:28.696Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45452026-07-08T02:39:28.883Z[verify-libraries] Compiling oso-derive v0.27.3
45462026-07-08T02:39:28.971Z[verify-libraries] Compiling quick-xml v0.37.5
45472026-07-08T02:39:29.147Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45482026-07-08T02:39:29.242Z[verify-libraries] Compiling openssl-probe v0.1.6
45492026-07-08T02:39:29.450Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45502026-07-08T02:39:29.634Z[verify-libraries] Compiling slog-envlogger v2.2.0
45512026-07-08T02:39:29.822Z[verify-libraries] Compiling polyval v0.7.1
45522026-07-08T02:39:30.051Z[ host-image] Jul 08 02:39:29.011 INFO O| Jul 08 02:39:29.011 INFO O| Download: 12883/23767 items 110.5/222.4MB 49% complete (1.2M/s)
45532026-07-08T02:39:30.124Z[verify-libraries] Compiling der v0.8.0
45542026-07-08T02:39:30.146Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45552026-07-08T02:39:30.357Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45562026-07-08T02:39:30.479Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45572026-07-08T02:39:30.504Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45582026-07-08T02:39:30.759Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
45592026-07-08T02:39:30.845Z[verify-libraries] Compiling kstat-rs v0.2.4
45602026-07-08T02:39:30.896Z[verify-libraries] Compiling trait-variant v0.1.2
45612026-07-08T02:39:31.190Z[verify-libraries] Compiling salty v0.3.0
45622026-07-08T02:39:31.349Z[verify-libraries] Compiling parse-size v1.1.0
45632026-07-08T02:39:31.496Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45642026-07-08T02:39:31.519Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45652026-07-08T02:39:31.565Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
45662026-07-08T02:39:31.588Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45672026-07-08T02:39:31.608Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45682026-07-08T02:39:31.612Z[verify-libraries] Compiling ghash v0.6.0
45692026-07-08T02:39:31.667Z[verify-libraries] Compiling pbkdf2 v0.13.0
45702026-07-08T02:39:31.793Z[verify-libraries] Compiling aes v0.9.1
45712026-07-08T02:39:31.836Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45722026-07-08T02:39:31.891Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45732026-07-08T02:39:31.961Z[ recovery-image] Jul 08 02:39:30.922 INFO O| Jul 08 02:39:30.922 INFO O| Download: 2913/16572 items 34.1/199.6MB 17% complete (2.5M/s)
45742026-07-08T02:39:32.039Z[verify-libraries] Compiling ctr v0.10.1
45752026-07-08T02:39:32.142Z[verify-libraries] Compiling bb8 v0.8.6
45762026-07-08T02:39:32.302Z[verify-libraries] Compiling aead v0.6.1
45772026-07-08T02:39:32.437Z[verify-libraries] Compiling sha2 v0.11.0
45782026-07-08T02:39:32.510Z[verify-libraries] Compiling parking_lot_core v0.8.6
45792026-07-08T02:39:32.531Z[verify-libraries] Compiling aes-gcm v0.11.0
45802026-07-08T02:39:32.782Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45812026-07-08T02:39:32.900Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
45822026-07-08T02:39:33.117Z[verify-libraries] Compiling spki v0.8.0
45832026-07-08T02:39:33.184Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45842026-07-08T02:39:33.388Z[verify-libraries] Compiling crypto-bigint v0.7.5
45852026-07-08T02:39:33.514Z[verify-libraries] Compiling mime_guess v2.0.5
45862026-07-08T02:39:33.547Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45872026-07-08T02:39:33.669Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45882026-07-08T02:39:33.764Z[verify-libraries] Compiling rfc6979 v0.4.0
45892026-07-08T02:39:33.804Z[verify-libraries] Compiling salsa20 v0.11.0
45902026-07-08T02:39:33.937Z[verify-libraries] Compiling cbc v0.2.1
45912026-07-08T02:39:33.994Z[verify-libraries] Compiling nanorand v0.7.0
45922026-07-08T02:39:34.139Z[verify-libraries] Compiling scrypt v0.12.0
45932026-07-08T02:39:34.202Z[verify-libraries] Compiling ecdsa v0.16.9
45942026-07-08T02:39:34.329Z[verify-libraries] Compiling flume v0.11.1
45952026-07-08T02:39:34.484Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45962026-07-08T02:39:34.668Z[verify-libraries] Compiling primeorder v0.13.6
45972026-07-08T02:39:34.693Z[verify-libraries] Compiling atty v0.2.14
45982026-07-08T02:39:34.696Z[verify-libraries] Compiling http-range v0.1.5
45992026-07-08T02:39:34.841Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46002026-07-08T02:39:34.841Z[verify-libraries] Compiling nonempty v0.12.0
46012026-07-08T02:39:34.965Z[verify-libraries] Compiling parking_lot v0.11.2
46022026-07-08T02:39:35.035Z[verify-libraries] Compiling p384 v0.13.1
46032026-07-08T02:39:35.052Z[ host-image] Jul 08 02:39:34.013 INFO O| Jul 08 02:39:34.013 INFO O| Download: 13702/23767 items 119.5/222.4MB 53% complete (1.4M/s)
46042026-07-08T02:39:35.150Z[verify-libraries] Compiling pkcs5 v0.8.1
46052026-07-08T02:39:35.208Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46062026-07-08T02:39:35.402Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46072026-07-08T02:39:35.556Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46082026-07-08T02:39:35.628Z[verify-libraries] Compiling prefix-trie v0.7.0
46092026-07-08T02:39:35.672Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46102026-07-08T02:39:35.693Z[verify-libraries] Compiling pkcs8 v0.11.0
46112026-07-08T02:39:35.720Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46122026-07-08T02:39:35.752Z[verify-libraries] Compiling sled v0.34.7
46132026-07-08T02:39:35.825Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46142026-07-08T02:39:36.041Z[verify-libraries] Compiling hickory-server v0.25.2
46152026-07-08T02:39:36.063Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46162026-07-08T02:39:36.132Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46172026-07-08T02:39:36.287Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46182026-07-08T02:39:36.321Z[verify-libraries] Compiling ignore v0.4.25
46192026-07-08T02:39:36.567Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46202026-07-08T02:39:36.769Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46212026-07-08T02:39:36.836Z[verify-libraries] Compiling corncobs v0.1.4
46222026-07-08T02:39:37.052Z[ recovery-image] Jul 08 02:39:36.013 INFO O| Jul 08 02:39:36.013 INFO O| Download: 3958/16572 items 39.9/199.6MB 19% complete (1.9M/s)
46232026-07-08T02:39:37.052Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46242026-07-08T02:39:37.114Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46252026-07-08T02:39:37.144Z[verify-libraries] Compiling globwalk v0.9.1
46262026-07-08T02:39:37.376Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46272026-07-08T02:39:37.379Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46282026-07-08T02:39:37.418Z[verify-libraries] Compiling predicates-tree v1.0.13
46292026-07-08T02:39:37.440Z[verify-libraries] Compiling libz-sys v1.1.24
46302026-07-08T02:39:37.699Z[verify-libraries] Compiling rand_seeder v0.4.0
46312026-07-08T02:39:37.721Z[verify-libraries] Compiling darling_core v0.23.0
46322026-07-08T02:39:37.786Z[verify-libraries] Compiling secrecy v0.8.0
46332026-07-08T02:39:37.897Z[verify-libraries] Compiling ff v0.14.0
46342026-07-08T02:39:37.927Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46352026-07-08T02:39:38.092Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46362026-07-08T02:39:38.165Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46372026-07-08T02:39:38.313Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46382026-07-08T02:39:38.450Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46392026-07-08T02:39:38.472Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46402026-07-08T02:39:38.518Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46412026-07-08T02:39:38.539Z[verify-libraries] Compiling signature v3.0.0
46422026-07-08T02:39:38.737Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46432026-07-08T02:39:38.770Z[verify-libraries] Compiling base16ct v1.0.0
46442026-07-08T02:39:38.986Z[verify-libraries] Compiling instability v0.3.11
46452026-07-08T02:39:39.061Z[verify-libraries] Compiling sec1 v0.8.1
46462026-07-08T02:39:39.105Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46472026-07-08T02:39:39.137Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46482026-07-08T02:39:39.283Z[verify-libraries] Compiling group v0.14.0
46492026-07-08T02:39:39.400Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46502026-07-08T02:39:39.425Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46512026-07-08T02:39:39.446Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46522026-07-08T02:39:39.476Z[verify-libraries] Compiling hkdf v0.13.0
46532026-07-08T02:39:39.508Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46542026-07-08T02:39:39.543Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46552026-07-08T02:39:39.625Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46562026-07-08T02:39:39.685Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46572026-07-08T02:39:39.891Z[verify-libraries] Compiling castaway v0.2.4
46582026-07-08T02:39:40.021Z[verify-libraries] Compiling indoc v2.0.7
46592026-07-08T02:39:40.086Z[verify-libraries] Compiling compact_str v0.8.1
46602026-07-08T02:39:40.412Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46612026-07-08T02:39:40.460Z[verify-libraries] Compiling darling_macro v0.23.0
46622026-07-08T02:39:40.574Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46632026-07-08T02:39:40.610Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46642026-07-08T02:39:40.729Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46652026-07-08T02:39:41.006Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46662026-07-08T02:39:41.044Z[verify-libraries] Compiling darling v0.23.0
46672026-07-08T02:39:41.158Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46682026-07-08T02:39:41.253Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46692026-07-08T02:39:41.389Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46702026-07-08T02:39:41.451Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46712026-07-08T02:39:41.474Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46722026-07-08T02:39:41.650Z[ host-image] Jul 08 02:39:40.611 INFO O| Jul 08 02:39:40.611 INFO O| Download: 15042/23767 items 120.5/222.4MB 54% complete (1.0M/s)
46732026-07-08T02:39:41.654Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46742026-07-08T02:39:41.807Z[verify-libraries] Compiling unicode-truncate v1.1.0
46752026-07-08T02:39:42.012Z[verify-libraries] Compiling lru v0.12.5
46762026-07-08T02:39:42.056Z[ recovery-image] Jul 08 02:39:41.017 INFO O| Jul 08 02:39:41.017 INFO O| Download: 5203/16572 items 43.8/199.6MB 21% complete (994k/s)
46772026-07-08T02:39:42.174Z[verify-libraries] Compiling cassowary v0.3.0
46782026-07-08T02:39:42.235Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46792026-07-08T02:39:42.418Z[verify-libraries] Compiling rfc6979 v0.5.0
46802026-07-08T02:39:42.492Z[verify-libraries] Compiling ratatui v0.29.0
46812026-07-08T02:39:42.495Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46822026-07-08T02:39:42.541Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46832026-07-08T02:39:42.633Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46842026-07-08T02:39:42.716Z[verify-libraries] Compiling vergen-git2 v9.1.0
46852026-07-08T02:39:42.806Z[verify-libraries] Compiling is_ci v1.2.0
46862026-07-08T02:39:42.827Z[verify-libraries] Compiling strsim v0.10.0
46872026-07-08T02:39:42.964Z[verify-libraries] Compiling supports-color v3.0.2
46882026-07-08T02:39:43.033Z[verify-libraries] Compiling darling_core v0.13.4
46892026-07-08T02:39:43.055Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46902026-07-08T02:39:43.181Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
46912026-07-08T02:39:43.203Z[verify-libraries] Compiling primefield v0.14.0
46922026-07-08T02:39:43.227Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46932026-07-08T02:39:43.469Z[verify-libraries] Compiling tungstenite v0.23.0
46942026-07-08T02:39:43.540Z[verify-libraries] Compiling console v0.16.2
46952026-07-08T02:39:43.561Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
46962026-07-08T02:39:43.807Z[verify-libraries] Compiling unit-prefix v0.5.2
46972026-07-08T02:39:43.908Z[verify-libraries] Compiling void v1.0.2
46982026-07-08T02:39:43.977Z[verify-libraries] Compiling assert_matches v1.5.0
46992026-07-08T02:39:44.000Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47002026-07-08T02:39:44.062Z[verify-libraries] Compiling lzss v0.8.2
47012026-07-08T02:39:44.141Z[verify-libraries] Compiling indicatif v0.18.4
47022026-07-08T02:39:44.193Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47032026-07-08T02:39:44.333Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47042026-07-08T02:39:44.356Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47052026-07-08T02:39:44.585Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47062026-07-08T02:39:44.606Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47072026-07-08T02:39:44.986Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47082026-07-08T02:39:45.009Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47092026-07-08T02:39:45.034Z[verify-libraries] Compiling darling_macro v0.13.4
47102026-07-08T02:39:45.120Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47112026-07-08T02:39:45.145Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47122026-07-08T02:39:45.222Z[verify-libraries] Compiling nix v0.27.1
47132026-07-08T02:39:45.269Z[verify-libraries] Compiling colored v2.2.0
47142026-07-08T02:39:45.391Z[verify-libraries] Compiling serde_bytes v0.11.19
47152026-07-08T02:39:45.418Z[verify-libraries] Compiling shell-words v1.1.1
47162026-07-08T02:39:45.594Z[verify-libraries] Compiling darling v0.13.4
47172026-07-08T02:39:45.618Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47182026-07-08T02:39:45.688Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47192026-07-08T02:39:45.732Z[verify-libraries] Compiling ed25519 v3.0.0
47202026-07-08T02:39:45.756Z[verify-libraries] Compiling crypto-primes v0.7.2
47212026-07-08T02:39:45.836Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47222026-07-08T02:39:46.023Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47232026-07-08T02:39:46.375Z[verify-libraries] Compiling poly1305 v0.9.0
47242026-07-08T02:39:46.467Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47252026-07-08T02:39:46.533Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47262026-07-08T02:39:46.651Z[ host-image] Jul 08 02:39:45.612 INFO O| Jul 08 02:39:45.612 INFO O| Download: 16074/23767 items 134.8/222.4MB 60% complete (1.5M/s)
47272026-07-08T02:39:46.786Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47282026-07-08T02:39:46.863Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47292026-07-08T02:39:46.913Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47302026-07-08T02:39:47.039Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47312026-07-08T02:39:47.122Z[ recovery-image] Jul 08 02:39:46.083 INFO O| Jul 08 02:39:46.083 INFO O| Download: 6108/16572 items 46.2/199.6MB 23% complete (744k/s)
47322026-07-08T02:39:47.125Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47332026-07-08T02:39:47.165Z[verify-libraries] Compiling blowfish v0.10.0
47342026-07-08T02:39:47.187Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47352026-07-08T02:39:47.297Z[verify-libraries] Compiling petname v2.0.2
47362026-07-08T02:39:47.375Z[verify-libraries] Compiling keccak v0.2.0
47372026-07-08T02:39:47.450Z[verify-libraries] Compiling fiat-crypto v0.3.0
47382026-07-08T02:39:47.591Z[verify-libraries] Compiling sha3 v0.11.0
47392026-07-08T02:39:47.616Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47402026-07-08T02:39:47.860Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47412026-07-08T02:39:48.183Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47422026-07-08T02:39:48.213Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47432026-07-08T02:39:48.234Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47442026-07-08T02:39:48.772Z[verify-libraries] Compiling serde_with_macros v1.5.2
47452026-07-08T02:39:48.848Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47462026-07-08T02:39:48.940Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47472026-07-08T02:39:48.943Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47482026-07-08T02:39:49.126Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47492026-07-08T02:39:49.446Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47502026-07-08T02:39:49.691Z[verify-libraries] Compiling twox-hash v2.1.2
47512026-07-08T02:39:49.712Z[verify-libraries] Compiling kem v0.3.0
47522026-07-08T02:39:49.716Z[verify-libraries] Compiling module-lattice v0.2.3
47532026-07-08T02:39:49.865Z[verify-libraries] Compiling blake3 v1.8.5
47542026-07-08T02:39:50.055Z[verify-libraries] Compiling rtoolbox v0.0.3
47552026-07-08T02:39:50.130Z[verify-libraries] Compiling ml-kem v0.3.2
47562026-07-08T02:39:50.173Z[verify-libraries] Compiling serde_with v1.14.0
47572026-07-08T02:39:50.315Z[verify-libraries] Compiling rpassword v7.4.0
47582026-07-08T02:39:50.527Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47592026-07-08T02:39:50.792Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47602026-07-08T02:39:50.883Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47612026-07-08T02:39:51.042Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47622026-07-08T02:39:51.153Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47632026-07-08T02:39:51.237Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47642026-07-08T02:39:51.376Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47652026-07-08T02:39:51.399Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47662026-07-08T02:39:51.651Z[ host-image] Jul 08 02:39:50.612 INFO O| Jul 08 02:39:50.612 INFO O| Download: 17519/23767 items 146.9/222.4MB 66% complete (2.6M/s)
47672026-07-08T02:39:52.108Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47682026-07-08T02:39:52.271Z[ recovery-image] Jul 08 02:39:51.232 INFO O| Jul 08 02:39:51.232 INFO O| Download: 6528/16572 items 59.4/199.6MB 29% complete (1.5M/s)
47692026-07-08T02:39:52.286Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47702026-07-08T02:39:52.357Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47712026-07-08T02:39:52.578Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47722026-07-08T02:39:52.600Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47732026-07-08T02:39:52.625Z[verify-libraries] Compiling fatfs v0.3.6
47742026-07-08T02:39:52.664Z[verify-libraries] Compiling num-bigint v0.4.6
47752026-07-08T02:39:52.694Z[verify-libraries] Compiling generic-array v1.4.3
47762026-07-08T02:39:52.816Z[verify-libraries] Compiling russh-util v0.52.0
47772026-07-08T02:39:52.844Z[verify-libraries] Compiling enum_dispatch v0.3.13
47782026-07-08T02:39:52.875Z[verify-libraries] Compiling delegate v0.13.5
47792026-07-08T02:39:52.968Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47802026-07-08T02:39:52.998Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47812026-07-08T02:39:53.084Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47822026-07-08T02:39:53.241Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47832026-07-08T02:39:53.339Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47842026-07-08T02:39:53.360Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47852026-07-08T02:39:53.616Z[verify-libraries] Compiling seq-macro v0.3.6
47862026-07-08T02:39:53.833Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47872026-07-08T02:39:53.873Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47882026-07-08T02:39:53.902Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47892026-07-08T02:39:53.940Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47902026-07-08T02:39:54.197Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47912026-07-08T02:39:55.103Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47922026-07-08T02:39:55.300Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47932026-07-08T02:39:55.667Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47942026-07-08T02:39:56.408Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47952026-07-08T02:39:56.636Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47962026-07-08T02:39:56.654Z[ host-image] Jul 08 02:39:55.615 INFO O| Jul 08 02:39:55.615 INFO O| Download: 18993/23767 items 173.0/222.4MB 77% complete (3.8M/s)
47972026-07-08T02:39:56.664Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47982026-07-08T02:39:56.917Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47992026-07-08T02:39:57.258Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48002026-07-08T02:39:57.273Z[ recovery-image] Jul 08 02:39:56.234 INFO O| Jul 08 02:39:56.234 INFO O| Download: 7226/16572 items 73.5/199.6MB 36% complete (2.7M/s)
48012026-07-08T02:39:57.759Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48022026-07-08T02:39:58.388Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48032026-07-08T02:39:59.052Z[verify-libraries] Compiling sync-ptr v0.1.4
48042026-07-08T02:39:59.074Z[verify-libraries] Compiling constant_time_eq v0.4.2
48052026-07-08T02:39:59.220Z[verify-libraries] Compiling arrayref v0.3.9
48062026-07-08T02:39:59.326Z[verify-libraries] Compiling arrayvec v0.7.6
48072026-07-08T02:39:59.366Z[verify-libraries] Compiling hex-literal v1.1.0
48082026-07-08T02:39:59.469Z[verify-libraries] Compiling md5 v0.8.0
48092026-07-08T02:39:59.519Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48102026-07-08T02:39:59.785Z[verify-libraries] Compiling russh v0.61.2
48112026-07-08T02:40:00.239Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48122026-07-08T02:40:00.355Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48132026-07-08T02:40:00.611Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48142026-07-08T02:40:00.722Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48152026-07-08T02:40:01.013Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48162026-07-08T02:40:01.585Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48172026-07-08T02:40:01.749Z[verify-libraries] Compiling socket2 v0.5.10
48182026-07-08T02:40:01.785Z[ host-image] Jul 08 02:40:00.747 INFO O| Jul 08 02:40:00.746 INFO O| Download: 20795/23767 items 180.8/222.4MB 81% complete (3.5M/s)
48192026-07-08T02:40:01.907Z[verify-libraries] Compiling topological-sort v0.2.2
48202026-07-08T02:40:02.031Z[verify-libraries] Compiling internet-checksum v0.2.1
48212026-07-08T02:40:02.082Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48222026-07-08T02:40:02.280Z[ recovery-image] Jul 08 02:40:01.241 INFO O| Jul 08 02:40:01.241 INFO O| Download: 8156/16572 items 83.1/199.6MB 41% complete (2.4M/s)
48232026-07-08T02:40:03.853Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48242026-07-08T02:40:04.842Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48252026-07-08T02:40:06.130Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48262026-07-08T02:40:06.152Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48272026-07-08T02:40:06.435Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48282026-07-08T02:40:06.877Z[ host-image] Jul 08 02:40:05.838 INFO O| Jul 08 02:40:05.838 INFO O| Download: 21728/23767 items 188.9/222.4MB 84% complete (1.5M/s)
48292026-07-08T02:40:06.897Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48302026-07-08T02:40:06.998Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48312026-07-08T02:40:07.111Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48322026-07-08T02:40:07.267Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48332026-07-08T02:40:07.282Z[ recovery-image] Jul 08 02:40:06.243 INFO O| Jul 08 02:40:06.243 INFO O| Download: 8507/16572 items 87.3/199.6MB 43% complete (1.4M/s)
48342026-07-08T02:40:07.372Z[verify-libraries] Compiling yansi v1.0.1
48352026-07-08T02:40:07.744Z[verify-libraries] Compiling pretty_assertions v1.4.1
48362026-07-08T02:40:07.844Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48372026-07-08T02:40:08.125Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48382026-07-08T02:40:08.189Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48392026-07-08T02:40:08.274Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48402026-07-08T02:40:08.336Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48412026-07-08T02:40:08.474Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48422026-07-08T02:40:08.535Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48432026-07-08T02:40:08.602Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48442026-07-08T02:40:08.738Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48452026-07-08T02:40:08.801Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48462026-07-08T02:40:08.863Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48472026-07-08T02:40:09.005Z[verify-libraries] Compiling drift v0.2.0
48482026-07-08T02:40:09.070Z[verify-libraries] Compiling uzers v0.12.2
48492026-07-08T02:40:09.216Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48502026-07-08T02:40:09.580Z[verify-libraries] Compiling samael v0.0.19
48512026-07-08T02:40:09.689Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48522026-07-08T02:40:09.843Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48532026-07-08T02:40:09.960Z[verify-libraries] Compiling git2 v0.20.4
48542026-07-08T02:40:10.368Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48552026-07-08T02:40:12.425Z[ recovery-image] Jul 08 02:40:11.386 INFO O| Jul 08 02:40:11.386 INFO O| Download: 9357/16572 items 102.0/199.6MB 51% complete (1.9M/s)
48562026-07-08T02:40:12.425Z[ host-image] Jul 08 02:40:11.386 INFO O| Jul 08 02:40:11.386 INFO O| Download: 22628/23767 items 200.3/222.4MB 90% complete (2.0M/s)
48572026-07-08T02:40:14.105Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48582026-07-08T02:40:14.174Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48592026-07-08T02:40:14.214Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48602026-07-08T02:40:14.289Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48612026-07-08T02:40:14.359Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48622026-07-08T02:40:14.454Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48632026-07-08T02:40:15.298Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48642026-07-08T02:40:15.547Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48652026-07-08T02:40:15.631Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48662026-07-08T02:40:15.966Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48672026-07-08T02:40:16.102Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48682026-07-08T02:40:16.540Z[verify-libraries] Compiling multimap v0.10.1
48692026-07-08T02:40:16.681Z[verify-libraries] Compiling termios v0.3.3
48702026-07-08T02:40:16.858Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48712026-07-08T02:40:17.425Z[ host-image] Jul 08 02:40:16.386 INFO O| Jul 08 02:40:16.386 INFO O| Download: 22903/23767 items 215.0/222.4MB 96% complete (2.9M/s)
48722026-07-08T02:40:17.439Z[ recovery-image] Jul 08 02:40:16.399 INFO O| Jul 08 02:40:16.399 INFO O| Download: 10700/16572 items 103.5/199.6MB 51% complete (1.6M/s)
48732026-07-08T02:40:17.523Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48742026-07-08T02:40:17.658Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48752026-07-08T02:40:22.438Z[ recovery-image] Jul 08 02:40:21.398 INFO O| Jul 08 02:40:21.397 INFO O| Download: 11812/16572 items 113.7/199.6MB 56% complete (1.1M/s)
48762026-07-08T02:40:22.836Z[ host-image] Jul 08 02:40:21.797 INFO O| Jul 08 02:40:21.797 INFO O| Download: 23212/23767 items 220.3/222.4MB 99% complete (2.0M/s)
48772026-07-08T02:40:24.981Z[ host-image] Jul 08 02:40:23.941 INFO O| Jul 08 02:40:23.941 INFO O| Download: Completed 222.36 MB in 107.10 seconds (2.1M/s)
48782026-07-08T02:40:27.291Z[verify-libraries] Compiling polar-core v0.27.3
48792026-07-08T02:40:27.439Z[ recovery-image] Jul 08 02:40:26.400 INFO O| Jul 08 02:40:26.400 INFO O| Download: 12689/16572 items 151.4/199.6MB 75% complete (4.8M/s)
48802026-07-08T02:40:30.533Z[ host-image] Jul 08 02:40:29.495 INFO O| Jul 08 02:40:29.495 INFO O| Actions: 1/53970 actions (Installing new actions)
48812026-07-08T02:40:32.440Z[ recovery-image] Jul 08 02:40:31.401 INFO O| Jul 08 02:40:31.401 INFO O| Download: 14484/16572 items 159.1/199.6MB 79% complete (4.6M/s)
48822026-07-08T02:40:32.761Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48832026-07-08T02:40:33.244Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48842026-07-08T02:40:34.194Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48852026-07-08T02:40:34.738Z[verify-libraries] Compiling oso v0.27.3
48862026-07-08T02:40:35.534Z[ host-image] Jul 08 02:40:34.495 INFO O| Jul 08 02:40:34.495 INFO O| Actions: 21879/53970 actions (Installing new actions)
48872026-07-08T02:40:37.730Z[ recovery-image] Jul 08 02:40:36.691 INFO O| Jul 08 02:40:36.691 INFO O| Download: 15425/16572 items 168.1/199.6MB 84% complete (1.7M/s)
48882026-07-08T02:40:39.274Z[ host-image] Jul 08 02:40:38.235 INFO O| Jul 08 02:40:38.235 INFO O| Actions: Completed 53970 actions in 8.74 seconds.
48892026-07-08T02:40:39.336Z[ host-image] Jul 08 02:40:38.297 INFO O| Jul 08 02:40:38.297 INFO O| Finalize: Updating package state database ... Done
48902026-07-08T02:40:39.336Z[ host-image] Jul 08 02:40:38.297 INFO O| Jul 08 02:40:38.297 INFO O| Finalize: Updating package cache ... Done
48912026-07-08T02:40:39.381Z[ host-image] Jul 08 02:40:38.342 INFO O| Jul 08 02:40:38.342 INFO O| Finalize: Updating image state ... Done
48922026-07-08T02:40:40.406Z[ host-image] Jul 08 02:40:39.368 INFO O| Jul 08 02:40:39.367 INFO O| Finalize: Creating fast lookup database ... Done
48932026-07-08T02:40:40.437Z[ host-image] Jul 08 02:40:39.398 INFO O| Jul 08 02:40:39.398 INFO O| Finalize: Reading search index ... Done
48942026-07-08T02:40:42.730Z[ recovery-image] Jul 08 02:40:41.691 INFO O| Jul 08 02:40:41.691 INFO O| Download: 16324/16572 items 193.8/199.6MB 97% complete (3.5M/s)
48952026-07-08T02:40:42.817Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48962026-07-08T02:40:43.393Z[ host-image] Jul 08 02:40:42.355 INFO O| Jul 08 02:40:42.354 INFO O| Finalize: Building new search index ... Done
48972026-07-08T02:40:43.604Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48982026-07-08T02:40:43.916Z[ host-image] Jul 08 02:40:42.877 INFO O| Jul 08 02:40:42.877 INFO O| Finalize: Updating package cache ... Done
48992026-07-08T02:40:44.274Z[ host-image] Jul 08 02:40:43.157 INFO O| Jul 08 02:40:43.157 INFO STEP 11 (pkg_install) COMPLETE
49002026-07-08T02:40:44.274Z[ host-image] Jul 08 02:40:43.157 INFO O| Jul 08 02:40:43.157 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49012026-07-08T02:40:44.274Z[ host-image] Jul 08 02:40:43.169 INFO O| Jul 08 02:40:43.169 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"]
49022026-07-08T02:40:44.295Z[ recovery-image] Jul 08 02:40:43.247 INFO O| Jul 08 02:40:43.247 INFO O| Download: Completed 199.55 MB in 87.66 seconds (2.3M/s)
49032026-07-08T02:40:44.411Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49042026-07-08T02:40:45.795Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49052026-07-08T02:40:45.842Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49062026-07-08T02:40:45.912Z[ recovery-image] Jul 08 02:40:44.873 INFO O| Jul 08 02:40:44.873 INFO O| Actions: 1/27411 actions (Installing new actions)
49072026-07-08T02:40:48.091Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49082026-07-08T02:40:48.240Z[ host-image] Jul 08 02:40:47.201 INFO O| Jul 08 02:40:47.201 INFO O| Startup: Refreshing catalog 'helios' ... Done
49092026-07-08T02:40:48.383Z[ host-image] Jul 08 02:40:47.344 INFO O| Jul 08 02:40:47.344 INFO O| Startup: Caching catalogs ... Done
49102026-07-08T02:40:48.584Z[ host-image] Jul 08 02:40:47.545 INFO O| Jul 08 02:40:47.544 INFO O| Planning: Solver setup ... Done
49112026-07-08T02:40:48.588Z[ host-image] Jul 08 02:40:47.549 INFO O| Jul 08 02:40:47.549 INFO O| Planning: Running solver ... Done
49122026-07-08T02:40:48.593Z[ host-image] Jul 08 02:40:47.554 INFO O| Jul 08 02:40:47.554 INFO O| Planning: Finding local manifests ... Done
49132026-07-08T02:40:48.621Z[ host-image] Jul 08 02:40:47.582 INFO O| Jul 08 02:40:47.582 INFO O| Planning: Fetching manifests: 0/6 0% complete
49142026-07-08T02:40:48.751Z[ host-image] Jul 08 02:40:47.712 INFO O| Jul 08 02:40:47.712 INFO O| Planning: Fetching manifests: 6/6 100% complete
49152026-07-08T02:40:48.774Z[ host-image] Jul 08 02:40:47.735 INFO O| Jul 08 02:40:47.735 INFO O| Planning: Package planning ... Done
49162026-07-08T02:40:48.778Z[ host-image] Jul 08 02:40:47.737 INFO O| Jul 08 02:40:47.737 INFO O| Planning: Merging actions ... Done
49172026-07-08T02:40:48.885Z[ host-image] Jul 08 02:40:47.846 INFO O| Jul 08 02:40:47.846 INFO O| Planning: Checking for conflicting actions ... Done
49182026-07-08T02:40:48.889Z[ host-image] Jul 08 02:40:47.848 INFO O| Jul 08 02:40:47.848 INFO O| Planning: Consolidating action changes ... Done
49192026-07-08T02:40:49.025Z[ host-image] Jul 08 02:40:47.986 INFO O| Jul 08 02:40:47.986 INFO O| Planning: Evaluating mediators ... Done
49202026-07-08T02:40:49.028Z[ host-image] Jul 08 02:40:47.987 INFO O| Jul 08 02:40:47.987 INFO O| Planning: Planning completed in 0.64 seconds
49212026-07-08T02:40:49.028Z[ host-image] Jul 08 02:40:47.988 INFO O| Jul 08 02:40:47.988 INFO O| Packages to install: 6
49222026-07-08T02:40:49.028Z[ host-image] Jul 08 02:40:47.988 INFO O| Jul 08 02:40:47.988 INFO O| Services to change: 2
49232026-07-08T02:40:49.060Z[ host-image] Jul 08 02:40:48.021 INFO O| Jul 08 02:40:48.021 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49242026-07-08T02:40:50.886Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49252026-07-08T02:40:50.926Z[ recovery-image] Jul 08 02:40:49.880 INFO O| Jul 08 02:40:49.879 INFO O| Actions: 25257/27411 actions (Installing new actions)
49262026-07-08T02:40:50.961Z[ host-image] Jul 08 02:40:49.911 INFO O| Jul 08 02:40:49.909 INFO O| Download: Completed 1.75 MB in 1.89 seconds (947k/s)
49272026-07-08T02:40:51.676Z[ recovery-image] Jul 08 02:40:50.636 INFO O| Jul 08 02:40:50.636 INFO O| Actions: Completed 27411 actions in 5.77 seconds.
49282026-07-08T02:40:51.729Z[ recovery-image] Jul 08 02:40:50.690 INFO O| Jul 08 02:40:50.690 INFO O| Finalize: Updating package state database ... Done
49292026-07-08T02:40:51.729Z[ recovery-image] Jul 08 02:40:50.690 INFO O| Jul 08 02:40:50.690 INFO O| Finalize: Updating package cache ... Done
49302026-07-08T02:40:51.787Z[ recovery-image] Jul 08 02:40:50.748 INFO O| Jul 08 02:40:50.748 INFO O| Finalize: Updating image state ... Done
49312026-07-08T02:40:52.513Z[ recovery-image] Jul 08 02:40:51.474 INFO O| Jul 08 02:40:51.474 INFO O| Finalize: Creating fast lookup database ... Done
49322026-07-08T02:40:52.532Z[ recovery-image] Jul 08 02:40:51.493 INFO O| Jul 08 02:40:51.493 INFO O| Finalize: Reading search index ... Done
49332026-07-08T02:40:53.152Z[ host-image] Jul 08 02:40:52.112 INFO O| Jul 08 02:40:52.112 INFO O| Actions: 1/390 actions (Installing new actions)
49342026-07-08T02:40:53.403Z[ host-image] Jul 08 02:40:52.364 INFO O| Jul 08 02:40:52.364 INFO O| Actions: Completed 390 actions in 0.25 seconds.
49352026-07-08T02:40:53.417Z[ host-image] Jul 08 02:40:52.378 INFO O| Jul 08 02:40:52.378 INFO O| Finalize: Updating package state database ... Done
49362026-07-08T02:40:53.417Z[ host-image] Jul 08 02:40:52.378 INFO O| Jul 08 02:40:52.378 INFO O| Finalize: Updating package cache ... Done
49372026-07-08T02:40:53.457Z[ host-image] Jul 08 02:40:52.418 INFO O| Jul 08 02:40:52.418 INFO O| Finalize: Updating image state ... Done
49382026-07-08T02:40:54.494Z[ host-image] Jul 08 02:40:53.455 INFO O| Jul 08 02:40:53.455 INFO O| Finalize: Creating fast lookup database ... Done
49392026-07-08T02:40:54.507Z[ recovery-image] Jul 08 02:40:53.468 INFO O| Jul 08 02:40:53.468 INFO O| Finalize: Building new search index ... Done
49402026-07-08T02:40:54.523Z[ host-image] Jul 08 02:40:53.484 INFO O| Jul 08 02:40:53.484 INFO O| Finalize: Reading search index ... Done
49412026-07-08T02:40:54.523Z[ host-image] Jul 08 02:40:53.484 INFO O| Jul 08 02:40:53.484 INFO O| Finalize: Updating search index ... Done
49422026-07-08T02:40:54.572Z[ host-image] Jul 08 02:40:53.533 INFO O| Jul 08 02:40:53.533 INFO O| Finalize: Updating package cache ... Done
49432026-07-08T02:40:54.735Z[ host-image] Jul 08 02:40:53.696 INFO O| Jul 08 02:40:53.696 INFO STEP 12 (pkg_install) COMPLETE
49442026-07-08T02:40:54.735Z[ host-image] Jul 08 02:40:53.696 INFO O| Jul 08 02:40:53.696 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-07-08T02:40:54.767Z[ host-image] Jul 08 02:40:53.728 INFO O| Jul 08 02:40:53.728 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49462026-07-08T02:40:54.861Z[ recovery-image] Jul 08 02:40:53.821 INFO O| Jul 08 02:40:53.821 INFO O| Finalize: Updating package cache ... Done
49472026-07-08T02:40:55.058Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO STEP 11 (pkg_install) COMPLETE
49482026-07-08T02:40:55.058Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-07-08T02:40:55.058Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO skip step because feature "recovery" is enabled
49502026-07-08T02:40:55.061Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-07-08T02:40:55.061Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO skip step because feature "omicron1" is not enabled
49522026-07-08T02:40:55.061Z[ recovery-image] Jul 08 02:40:54.018 INFO O| Jul 08 02:40:54.018 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-07-08T02:40:55.073Z[ recovery-image] Jul 08 02:40:54.034 INFO O| Jul 08 02:40:54.034 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49542026-07-08T02:40:55.667Z[ host-image] Jul 08 02:40:54.625 INFO O| Jul 08 02:40:54.625 INFO O| Startup: Refreshing catalog 'helios' ... Done
49552026-07-08T02:40:55.793Z[ host-image] Jul 08 02:40:54.754 INFO O| Jul 08 02:40:54.753 INFO O| Startup: Caching catalogs ... Done
49562026-07-08T02:40:56.075Z[ host-image] Jul 08 02:40:55.035 INFO O| Jul 08 02:40:55.035 INFO O| Planning: Solver setup ... Done
49572026-07-08T02:40:56.080Z[ host-image] Jul 08 02:40:55.041 INFO O| Jul 08 02:40:55.041 INFO O| Planning: Running solver ... Done
49582026-07-08T02:40:56.088Z[ host-image] Jul 08 02:40:55.047 INFO O| Jul 08 02:40:55.047 INFO O| Planning: Finding local manifests ... Done
49592026-07-08T02:40:56.107Z[ host-image] Jul 08 02:40:55.067 INFO O| Jul 08 02:40:55.067 INFO O| Planning: Fetching manifests: 0/6 0% complete
49602026-07-08T02:40:56.198Z[ host-image] Jul 08 02:40:55.158 INFO O| Jul 08 02:40:55.158 INFO O| Planning: Fetching manifests: 6/6 100% complete
49612026-07-08T02:40:56.455Z[ recovery-image] Jul 08 02:40:55.416 INFO O| Jul 08 02:40:55.416 INFO O| Startup: Refreshing catalog 'helios' ... Done
49622026-07-08T02:40:56.605Z[ recovery-image] Jul 08 02:40:55.565 INFO O| Jul 08 02:40:55.565 INFO O| Startup: Caching catalogs ... Done
49632026-07-08T02:40:56.832Z[ recovery-image] Jul 08 02:40:55.777 INFO O| Jul 08 02:40:55.777 INFO O| Planning: Solver setup ... Done
49642026-07-08T02:40:56.836Z[ recovery-image] Jul 08 02:40:55.782 INFO O| Jul 08 02:40:55.782 INFO O| Planning: Running solver ... Done
49652026-07-08T02:40:56.836Z[ recovery-image] Jul 08 02:40:55.788 INFO O| Jul 08 02:40:55.788 INFO O| Planning: Finding local manifests ... Done
49662026-07-08T02:40:56.877Z[ recovery-image] Jul 08 02:40:55.838 INFO O| Jul 08 02:40:55.838 INFO O| Planning: Fetching manifests: 0/1 0% complete
49672026-07-08T02:40:56.899Z[ recovery-image] Jul 08 02:40:55.860 INFO O| Jul 08 02:40:55.860 INFO O| Planning: Fetching manifests: 1/1 100% complete
49682026-07-08T02:40:56.918Z[ recovery-image] Jul 08 02:40:55.877 INFO O| Jul 08 02:40:55.877 INFO O| Planning: Package planning ... Done
49692026-07-08T02:40:56.922Z[ recovery-image] Jul 08 02:40:55.878 INFO O| Jul 08 02:40:55.878 INFO O| Planning: Merging actions ... Done
49702026-07-08T02:40:56.990Z[ recovery-image] Jul 08 02:40:55.950 INFO O| Jul 08 02:40:55.950 INFO O| Planning: Checking for conflicting actions ... Done
49712026-07-08T02:40:56.994Z[ recovery-image] Jul 08 02:40:55.951 INFO O| Jul 08 02:40:55.951 INFO O| Planning: Consolidating action changes ... Done
49722026-07-08T02:40:57.093Z[ recovery-image] Jul 08 02:40:56.053 INFO O| Jul 08 02:40:56.053 INFO O| Planning: Evaluating mediators ... Done
49732026-07-08T02:40:57.097Z[ recovery-image] Jul 08 02:40:56.053 INFO O| Jul 08 02:40:56.053 INFO O| Planning: Planning completed in 0.48 seconds
49742026-07-08T02:40:57.097Z[ recovery-image] Jul 08 02:40:56.053 INFO O| Jul 08 02:40:56.053 INFO O| Packages to install: 1
49752026-07-08T02:40:57.107Z[ recovery-image] Jul 08 02:40:56.066 INFO O| Jul 08 02:40:56.066 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49762026-07-08T02:40:57.112Z[ host-image] Jul 08 02:40:56.070 INFO O| Jul 08 02:40:56.070 INFO O| Planning: Package planning ... Done
49772026-07-08T02:40:57.119Z[ host-image] Jul 08 02:40:56.079 INFO O| Jul 08 02:40:56.079 INFO O| Planning: Merging actions ... Done
49782026-07-08T02:40:57.215Z[ host-image] Jul 08 02:40:56.176 INFO O| Jul 08 02:40:56.176 INFO O| Planning: Checking for conflicting actions ... Done
49792026-07-08T02:40:57.219Z[ host-image] Jul 08 02:40:56.180 INFO O| Jul 08 02:40:56.180 INFO O| Planning: Consolidating action changes ... Done
49802026-07-08T02:40:57.336Z[ recovery-image] Jul 08 02:40:56.297 INFO O| Jul 08 02:40:56.297 INFO O| Download: Completed 13.06 MB in 0.23 seconds (56.5M/s)
49812026-07-08T02:40:57.357Z[ recovery-image] Jul 08 02:40:56.318 INFO O| Jul 08 02:40:56.318 INFO O| Actions: 1/22 actions (Installing new actions)
49822026-07-08T02:40:57.379Z[ host-image] Jul 08 02:40:56.340 INFO O| Jul 08 02:40:56.340 INFO O| Planning: Evaluating mediators ... Done
49832026-07-08T02:40:57.383Z[ host-image] Jul 08 02:40:56.343 INFO O| Jul 08 02:40:56.343 INFO O| Planning: Planning completed in 1.58 seconds
49842026-07-08T02:40:57.383Z[ host-image] Jul 08 02:40:56.344 INFO O| Jul 08 02:40:56.344 INFO O| Packages to install: 6
49852026-07-08T02:40:57.383Z[ host-image] Jul 08 02:40:56.344 INFO O| Jul 08 02:40:56.344 INFO O| Mediators to change: 1
49862026-07-08T02:40:57.383Z[ host-image] Jul 08 02:40:56.344 INFO O| Jul 08 02:40:56.344 INFO O| Services to change: 1
49872026-07-08T02:40:57.393Z[ host-image] Jul 08 02:40:56.355 INFO O| Jul 08 02:40:56.355 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49882026-07-08T02:40:57.573Z[ recovery-image] Jul 08 02:40:56.534 INFO O| Jul 08 02:40:56.534 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49892026-07-08T02:40:57.586Z[ recovery-image] Jul 08 02:40:56.546 INFO O| Jul 08 02:40:56.546 INFO O| Finalize: Updating package state database ... Done
49902026-07-08T02:40:57.590Z[ recovery-image] Jul 08 02:40:56.546 INFO O| Jul 08 02:40:56.546 INFO O| Finalize: Updating package cache ... Done
49912026-07-08T02:40:57.616Z[ recovery-image] Jul 08 02:40:56.577 INFO O| Jul 08 02:40:56.577 INFO O| Finalize: Updating image state ... Done
49922026-07-08T02:40:58.153Z[ recovery-image] Jul 08 02:40:57.112 INFO O| Jul 08 02:40:57.112 INFO O| Finalize: Creating fast lookup database ... Done
49932026-07-08T02:40:58.166Z[ recovery-image] Jul 08 02:40:57.127 INFO O| Jul 08 02:40:57.127 INFO O| Finalize: Reading search index ... Done
49942026-07-08T02:40:58.169Z[ recovery-image] Jul 08 02:40:57.127 INFO O| Jul 08 02:40:57.127 INFO O| Finalize: Updating search index ... Done
49952026-07-08T02:40:58.176Z[ recovery-image] Jul 08 02:40:57.137 INFO O| Jul 08 02:40:57.137 INFO O| Finalize: Updating package cache ... Done
49962026-07-08T02:40:58.309Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 14 (pkg_install) COMPLETE
49972026-07-08T02:40:58.309Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49982026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO skip step because feature "mfg" is not enabled
49992026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO skip step because feature "compliance" is not enabled
50012026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO skip step because feature "stress" is not enabled
50032026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50042026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO skip step because feature "compliance" is not enabled
50052026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO skip step because feature "nfs" is not enabled
50072026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50082026-07-08T02:40:58.313Z[ recovery-image] Jul 08 02:40:57.270 INFO O| Jul 08 02:40:57.270 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50092026-07-08T02:40:58.553Z[ recovery-image] Jul 08 02:40:57.514 INFO O| Jul 08 02:40:57.514 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50102026-07-08T02:40:58.658Z[ recovery-image] Jul 08 02:40:57.619 INFO O| Jul 08 02:40:57.619 INFO completed processing sled/ramdisk-01-os
50112026-07-08T02:40:58.661Z[ recovery-image] Jul 08 02:40:57.621 INFO image builder template: ramdisk-02-trim...
50122026-07-08T02:40:58.661Z[ recovery-image] Jul 08 02:40:57.621 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/.tmp6vb1lF/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50132026-07-08T02:40:58.678Z[ recovery-image] Jul 08 02:40:57.639 INFO O| Jul 08 02:40:57.639 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50142026-07-08T02:40:58.681Z[ recovery-image] Jul 08 02:40:57.641 INFO O| Jul 08 02:40:57.641 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50152026-07-08T02:40:58.784Z[ recovery-image] Jul 08 02:40:57.745 INFO O| Jul 08 02:40:57.745 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50162026-07-08T02:40:58.869Z[ recovery-image] Jul 08 02:40:57.827 INFO O| Jul 08 02:40:57.827 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50172026-07-08T02:40:58.869Z[ recovery-image] Jul 08 02:40:57.827 INFO O| Jul 08 02:40:57.827 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50182026-07-08T02:40:58.873Z[ recovery-image] Jul 08 02:40:57.831 INFO O| Jul 08 02:40:57.831 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50192026-07-08T02:40:58.873Z[ recovery-image] Jul 08 02:40:57.834 INFO O| Jul 08 02:40:57.834 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50202026-07-08T02:40:58.876Z[ recovery-image] Jul 08 02:40:57.837 INFO O| Jul 08 02:40:57.837 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50212026-07-08T02:40:59.280Z[ recovery-image] Jul 08 02:40:58.241 INFO O| Jul 08 02:40:58.241 INFO rolled back to input snapshot; work may begin
50222026-07-08T02:40:59.281Z[ recovery-image] Jul 08 02:40:58.241 INFO O| Jul 08 02:40:58.241 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50232026-07-08T02:40:59.285Z[ recovery-image] Jul 08 02:40:58.246 INFO O| Jul 08 02:40:58.246 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-07-08T02:40:59.293Z[ recovery-image] Jul 08 02:40:58.254 INFO O| Jul 08 02:40:58.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50252026-07-08T02:40:59.332Z[ recovery-image] Jul 08 02:40:58.293 INFO O| Jul 08 02:40:58.293 INFO STEP 0 (remove_files) COMPLETE
50262026-07-08T02:40:59.332Z[ recovery-image] Jul 08 02:40:58.293 INFO O| Jul 08 02:40:58.293 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-07-08T02:40:59.340Z[ recovery-image] Jul 08 02:40:58.302 INFO O| Jul 08 02:40:58.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50282026-07-08T02:40:59.344Z[ recovery-image] Jul 08 02:40:58.303 INFO O| Jul 08 02:40:58.303 INFO STEP 1 (remove_files) COMPLETE
50292026-07-08T02:40:59.344Z[ recovery-image] Jul 08 02:40:58.303 INFO O| Jul 08 02:40:58.303 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-07-08T02:40:59.348Z[ recovery-image] Jul 08 02:40:58.309 INFO O| Jul 08 02:40:58.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50312026-07-08T02:40:59.362Z[ recovery-image] Jul 08 02:40:58.322 INFO O| Jul 08 02:40:58.322 INFO STEP 2 (remove_files) COMPLETE
50322026-07-08T02:40:59.366Z[ recovery-image] Jul 08 02:40:58.322 INFO O| Jul 08 02:40:58.322 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-07-08T02:40:59.370Z[ recovery-image] Jul 08 02:40:58.331 INFO O| Jul 08 02:40:58.331 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50342026-07-08T02:40:59.374Z[ recovery-image] Jul 08 02:40:58.333 INFO O| Jul 08 02:40:58.333 INFO STEP 3 (remove_files) COMPLETE
50352026-07-08T02:40:59.374Z[ recovery-image] Jul 08 02:40:58.333 INFO O| Jul 08 02:40:58.333 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-07-08T02:40:59.378Z[ recovery-image] Jul 08 02:40:58.340 INFO O| Jul 08 02:40:58.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50372026-07-08T02:40:59.382Z[ recovery-image] Jul 08 02:40:58.343 INFO O| Jul 08 02:40:58.343 INFO STEP 4 (remove_files) COMPLETE
50382026-07-08T02:40:59.382Z[ recovery-image] Jul 08 02:40:58.343 INFO O| Jul 08 02:40:58.343 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-07-08T02:40:59.390Z[ recovery-image] Jul 08 02:40:58.351 INFO O| Jul 08 02:40:58.351 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50402026-07-08T02:40:59.393Z[ recovery-image] Jul 08 02:40:58.351 INFO O| Jul 08 02:40:58.351 INFO STEP 5 (remove_files) COMPLETE
50412026-07-08T02:40:59.393Z[ recovery-image] Jul 08 02:40:58.351 INFO O| Jul 08 02:40:58.351 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-07-08T02:40:59.397Z[ recovery-image] Jul 08 02:40:58.358 INFO O| Jul 08 02:40:58.358 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50432026-07-08T02:40:59.408Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 6 (remove_files) COMPLETE
50442026-07-08T02:40:59.408Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-07-08T02:40:59.408Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO skip step because feature "heliosv2" is not enabled
50462026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO skip step because feature "recovery" is enabled
50482026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO skip step because feature "recovery" is enabled
50502026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO skip step because feature "recovery" is enabled
50522026-07-08T02:40:59.411Z[ recovery-image] Jul 08 02:40:58.369 INFO O| Jul 08 02:40:58.369 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-07-08T02:40:59.415Z[ recovery-image] Jul 08 02:40:58.377 INFO O| Jul 08 02:40:58.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50542026-07-08T02:40:59.419Z[ recovery-image] Jul 08 02:40:58.380 INFO O| Jul 08 02:40:58.380 INFO STEP 11 (remove_files) COMPLETE
50552026-07-08T02:40:59.419Z[ recovery-image] Jul 08 02:40:58.380 INFO O| Jul 08 02:40:58.380 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-07-08T02:40:59.428Z[ recovery-image] Jul 08 02:40:58.390 INFO O| Jul 08 02:40:58.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50572026-07-08T02:40:59.432Z[ recovery-image] Jul 08 02:40:58.391 INFO O| Jul 08 02:40:58.391 INFO STEP 12 (remove_files) COMPLETE
50582026-07-08T02:40:59.432Z[ recovery-image] Jul 08 02:40:58.391 INFO O| Jul 08 02:40:58.391 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-07-08T02:40:59.438Z[ recovery-image] Jul 08 02:40:58.399 INFO O| Jul 08 02:40:58.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50602026-07-08T02:40:59.441Z[ recovery-image] Jul 08 02:40:58.400 INFO O| Jul 08 02:40:58.400 INFO STEP 13 (remove_files) COMPLETE
50612026-07-08T02:40:59.441Z[ recovery-image] Jul 08 02:40:58.400 INFO O| Jul 08 02:40:58.400 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-07-08T02:40:59.538Z[ recovery-image] Jul 08 02:40:58.499 INFO O| Jul 08 02:40:58.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50632026-07-08T02:40:59.551Z[ recovery-image] Jul 08 02:40:58.510 INFO O| Jul 08 02:40:58.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50642026-07-08T02:40:59.570Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50652026-07-08T02:40:59.585Z[ recovery-image] Jul 08 02:40:58.546 INFO O| Jul 08 02:40:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50662026-07-08T02:40:59.585Z[ recovery-image] Jul 08 02:40:58.547 INFO O| Jul 08 02:40:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50672026-07-08T02:40:59.593Z[ recovery-image] Jul 08 02:40:58.555 INFO O| Jul 08 02:40:58.555 INFO STEP 14 (remove_files) COMPLETE
50682026-07-08T02:40:59.596Z[ recovery-image] Jul 08 02:40:58.555 INFO O| Jul 08 02:40:58.555 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-07-08T02:40:59.602Z[ recovery-image] Jul 08 02:40:58.563 INFO O| Jul 08 02:40:58.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50702026-07-08T02:40:59.605Z[ recovery-image] Jul 08 02:40:58.565 INFO O| Jul 08 02:40:58.565 INFO STEP 15 (remove_files) COMPLETE
50712026-07-08T02:40:59.605Z[ recovery-image] Jul 08 02:40:58.565 INFO O| Jul 08 02:40:58.565 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-07-08T02:40:59.610Z[ recovery-image] Jul 08 02:40:58.572 INFO O| Jul 08 02:40:58.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50732026-07-08T02:40:59.616Z[ recovery-image] Jul 08 02:40:58.578 INFO O| Jul 08 02:40:58.578 INFO STEP 16 (remove_files) COMPLETE
50742026-07-08T02:40:59.616Z[ recovery-image] Jul 08 02:40:58.578 INFO O| Jul 08 02:40:58.578 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.587 INFO O| Jul 08 02:40:58.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50762026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.587 INFO O| Jul 08 02:40:58.587 INFO STEP 17 (remove_files) COMPLETE
50772026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.587 INFO O| Jul 08 02:40:58.587 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.593 INFO O| Jul 08 02:40:58.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50792026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.594 INFO O| Jul 08 02:40:58.594 INFO STEP 18 (remove_files) COMPLETE
50802026-07-08T02:40:59.637Z[ recovery-image] Jul 08 02:40:58.594 INFO O| Jul 08 02:40:58.594 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-07-08T02:40:59.643Z[ recovery-image] Jul 08 02:40:58.600 INFO O| Jul 08 02:40:58.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50822026-07-08T02:40:59.643Z[ recovery-image] Jul 08 02:40:58.600 INFO O| Jul 08 02:40:58.600 INFO STEP 19 (remove_files) COMPLETE
50832026-07-08T02:40:59.643Z[ recovery-image] Jul 08 02:40:58.600 INFO O| Jul 08 02:40:58.600 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-07-08T02:40:59.648Z[ recovery-image] Jul 08 02:40:58.609 INFO O| Jul 08 02:40:58.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50852026-07-08T02:40:59.648Z[ recovery-image] Jul 08 02:40:58.609 INFO O| Jul 08 02:40:58.609 INFO STEP 20 (remove_files) COMPLETE
50862026-07-08T02:40:59.652Z[ recovery-image] Jul 08 02:40:58.609 INFO O| Jul 08 02:40:58.609 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-07-08T02:40:59.656Z[ recovery-image] Jul 08 02:40:58.617 INFO O| Jul 08 02:40:58.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50882026-07-08T02:40:59.656Z[ recovery-image] Jul 08 02:40:58.617 INFO O| Jul 08 02:40:58.617 INFO STEP 21 (remove_files) COMPLETE
50892026-07-08T02:40:59.659Z[ recovery-image] Jul 08 02:40:58.617 INFO O| Jul 08 02:40:58.617 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-07-08T02:40:59.664Z[ recovery-image] Jul 08 02:40:58.625 INFO O| Jul 08 02:40:58.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50912026-07-08T02:40:59.667Z[ recovery-image] Jul 08 02:40:58.625 INFO O| Jul 08 02:40:58.625 INFO STEP 22 (remove_files) COMPLETE
50922026-07-08T02:40:59.667Z[ recovery-image] Jul 08 02:40:58.625 INFO O| Jul 08 02:40:58.625 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-07-08T02:40:59.671Z[ recovery-image] Jul 08 02:40:58.633 INFO O| Jul 08 02:40:58.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50942026-07-08T02:40:59.671Z[ recovery-image] Jul 08 02:40:58.633 INFO O| Jul 08 02:40:58.633 INFO STEP 23 (remove_files) COMPLETE
50952026-07-08T02:40:59.674Z[ recovery-image] Jul 08 02:40:58.633 INFO O| Jul 08 02:40:58.633 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-07-08T02:40:59.678Z[ recovery-image] Jul 08 02:40:58.640 INFO O| Jul 08 02:40:58.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50972026-07-08T02:40:59.682Z[ recovery-image] Jul 08 02:40:58.640 INFO O| Jul 08 02:40:58.640 INFO STEP 24 (remove_files) COMPLETE
50982026-07-08T02:40:59.682Z[ recovery-image] Jul 08 02:40:58.640 INFO O| Jul 08 02:40:58.640 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-07-08T02:40:59.686Z[ recovery-image] Jul 08 02:40:58.648 INFO O| Jul 08 02:40:58.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51002026-07-08T02:40:59.686Z[ recovery-image] Jul 08 02:40:58.648 INFO O| Jul 08 02:40:58.648 INFO STEP 25 (remove_files) COMPLETE
51012026-07-08T02:40:59.689Z[ recovery-image] Jul 08 02:40:58.648 INFO O| Jul 08 02:40:58.648 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-07-08T02:40:59.696Z[ recovery-image] Jul 08 02:40:58.658 INFO O| Jul 08 02:40:58.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51032026-07-08T02:40:59.699Z[ recovery-image] Jul 08 02:40:58.658 INFO O| Jul 08 02:40:58.658 INFO STEP 26 (remove_files) COMPLETE
51042026-07-08T02:40:59.699Z[ recovery-image] Jul 08 02:40:58.658 INFO O| Jul 08 02:40:58.658 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-08T02:40:59.705Z[ recovery-image] Jul 08 02:40:58.666 INFO O| Jul 08 02:40:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51062026-07-08T02:40:59.708Z[ recovery-image] Jul 08 02:40:58.666 INFO O| Jul 08 02:40:58.666 INFO STEP 27 (remove_files) COMPLETE
51072026-07-08T02:40:59.708Z[ recovery-image] Jul 08 02:40:58.666 INFO O| Jul 08 02:40:58.666 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-07-08T02:40:59.712Z[ recovery-image] Jul 08 02:40:58.674 INFO O| Jul 08 02:40:58.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51092026-07-08T02:40:59.712Z[ recovery-image] Jul 08 02:40:58.674 INFO O| Jul 08 02:40:58.674 INFO STEP 28 (remove_files) COMPLETE
51102026-07-08T02:40:59.716Z[ recovery-image] Jul 08 02:40:58.674 INFO O| Jul 08 02:40:58.674 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-07-08T02:40:59.720Z[ recovery-image] Jul 08 02:40:58.681 INFO O| Jul 08 02:40:58.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51122026-07-08T02:40:59.723Z[ recovery-image] Jul 08 02:40:58.681 INFO O| Jul 08 02:40:58.681 INFO STEP 29 (remove_files) COMPLETE
51132026-07-08T02:40:59.723Z[ recovery-image] Jul 08 02:40:58.681 INFO O| Jul 08 02:40:58.681 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-07-08T02:40:59.728Z[ recovery-image] Jul 08 02:40:58.689 INFO O| Jul 08 02:40:58.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51152026-07-08T02:40:59.728Z[ recovery-image] Jul 08 02:40:58.689 INFO O| Jul 08 02:40:58.689 INFO STEP 30 (remove_files) COMPLETE
51162026-07-08T02:40:59.728Z[ recovery-image] Jul 08 02:40:58.689 INFO O| Jul 08 02:40:58.689 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-08T02:40:59.736Z[ recovery-image] Jul 08 02:40:58.697 INFO O| Jul 08 02:40:58.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51182026-07-08T02:40:59.739Z[ recovery-image] Jul 08 02:40:58.697 INFO O| Jul 08 02:40:58.697 INFO STEP 31 (remove_files) COMPLETE
51192026-07-08T02:40:59.739Z[ recovery-image] Jul 08 02:40:58.697 INFO O| Jul 08 02:40:58.697 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-07-08T02:40:59.743Z[ recovery-image] Jul 08 02:40:58.705 INFO O| Jul 08 02:40:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51212026-07-08T02:40:59.749Z[ recovery-image] Jul 08 02:40:58.705 INFO O| Jul 08 02:40:58.705 INFO STEP 32 (remove_files) COMPLETE
51222026-07-08T02:40:59.749Z[ recovery-image] Jul 08 02:40:58.705 INFO O| Jul 08 02:40:58.705 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-07-08T02:40:59.753Z[ recovery-image] Jul 08 02:40:58.712 INFO O| Jul 08 02:40:58.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51242026-07-08T02:40:59.754Z[ recovery-image] Jul 08 02:40:58.712 INFO O| Jul 08 02:40:58.712 INFO STEP 33 (remove_files) COMPLETE
51252026-07-08T02:40:59.754Z[ recovery-image] Jul 08 02:40:58.712 INFO O| Jul 08 02:40:58.712 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-07-08T02:40:59.758Z[ recovery-image] Jul 08 02:40:58.719 INFO O| Jul 08 02:40:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51272026-07-08T02:40:59.762Z[ recovery-image] Jul 08 02:40:58.719 INFO O| Jul 08 02:40:58.719 INFO STEP 34 (remove_files) COMPLETE
51282026-07-08T02:40:59.762Z[ recovery-image] Jul 08 02:40:58.719 INFO O| Jul 08 02:40:58.719 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-07-08T02:40:59.765Z[ recovery-image] Jul 08 02:40:58.726 INFO O| Jul 08 02:40:58.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51302026-07-08T02:40:59.765Z[ recovery-image] Jul 08 02:40:58.726 INFO O| Jul 08 02:40:58.726 INFO STEP 35 (remove_files) COMPLETE
51312026-07-08T02:40:59.765Z[ recovery-image] Jul 08 02:40:58.726 INFO O| Jul 08 02:40:58.726 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-07-08T02:40:59.771Z[ recovery-image] Jul 08 02:40:58.733 INFO O| Jul 08 02:40:58.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51332026-07-08T02:40:59.771Z[ recovery-image] Jul 08 02:40:58.733 INFO O| Jul 08 02:40:58.733 INFO STEP 36 (remove_files) COMPLETE
51342026-07-08T02:40:59.771Z[ recovery-image] Jul 08 02:40:58.733 INFO O| Jul 08 02:40:58.733 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-07-08T02:40:59.778Z[ recovery-image] Jul 08 02:40:58.740 INFO O| Jul 08 02:40:58.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51362026-07-08T02:40:59.781Z[ recovery-image] Jul 08 02:40:58.740 INFO O| Jul 08 02:40:58.740 INFO STEP 37 (remove_files) COMPLETE
51372026-07-08T02:40:59.781Z[ recovery-image] Jul 08 02:40:58.740 INFO O| Jul 08 02:40:58.740 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-07-08T02:40:59.785Z[ recovery-image] Jul 08 02:40:58.747 INFO O| Jul 08 02:40:58.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51392026-07-08T02:40:59.788Z[ recovery-image] Jul 08 02:40:58.747 INFO O| Jul 08 02:40:58.747 INFO STEP 38 (remove_files) COMPLETE
51402026-07-08T02:40:59.788Z[ recovery-image] Jul 08 02:40:58.747 INFO O| Jul 08 02:40:58.747 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-07-08T02:40:59.794Z[ recovery-image] Jul 08 02:40:58.755 INFO O| Jul 08 02:40:58.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51422026-07-08T02:40:59.797Z[ recovery-image] Jul 08 02:40:58.756 INFO O| Jul 08 02:40:58.756 INFO STEP 39 (remove_files) COMPLETE
51432026-07-08T02:40:59.797Z[ recovery-image] Jul 08 02:40:58.756 INFO O| Jul 08 02:40:58.756 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-07-08T02:40:59.801Z[ recovery-image] Jul 08 02:40:58.762 INFO O| Jul 08 02:40:58.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51452026-07-08T02:40:59.801Z[ recovery-image] Jul 08 02:40:58.762 INFO O| Jul 08 02:40:58.762 INFO STEP 40 (remove_files) COMPLETE
51462026-07-08T02:40:59.801Z[ recovery-image] Jul 08 02:40:58.762 INFO O| Jul 08 02:40:58.762 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-07-08T02:40:59.810Z[ recovery-image] Jul 08 02:40:58.771 INFO O| Jul 08 02:40:58.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51482026-07-08T02:40:59.810Z[ recovery-image] Jul 08 02:40:58.771 INFO O| Jul 08 02:40:58.771 INFO STEP 41 (remove_files) COMPLETE
51492026-07-08T02:40:59.810Z[ recovery-image] Jul 08 02:40:58.771 INFO O| Jul 08 02:40:58.771 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-07-08T02:40:59.818Z[ recovery-image] Jul 08 02:40:58.779 INFO O| Jul 08 02:40:58.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51512026-07-08T02:40:59.821Z[ recovery-image] Jul 08 02:40:58.780 INFO O| Jul 08 02:40:58.779 INFO STEP 42 (remove_files) COMPLETE
51522026-07-08T02:40:59.821Z[ recovery-image] Jul 08 02:40:58.780 INFO O| Jul 08 02:40:58.779 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-07-08T02:40:59.826Z[ recovery-image] Jul 08 02:40:58.787 INFO O| Jul 08 02:40:58.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51542026-07-08T02:40:59.829Z[ recovery-image] Jul 08 02:40:58.787 INFO O| Jul 08 02:40:58.787 INFO STEP 43 (remove_files) COMPLETE
51552026-07-08T02:40:59.829Z[ recovery-image] Jul 08 02:40:58.787 INFO O| Jul 08 02:40:58.787 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-07-08T02:40:59.833Z[ recovery-image] Jul 08 02:40:58.793 INFO O| Jul 08 02:40:58.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51572026-07-08T02:40:59.833Z[ recovery-image] Jul 08 02:40:58.793 INFO O| Jul 08 02:40:58.793 INFO STEP 44 (remove_files) COMPLETE
51582026-07-08T02:40:59.833Z[ recovery-image] Jul 08 02:40:58.793 INFO O| Jul 08 02:40:58.793 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-07-08T02:40:59.838Z[ recovery-image] Jul 08 02:40:58.799 INFO O| Jul 08 02:40:58.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51602026-07-08T02:40:59.838Z[ recovery-image] Jul 08 02:40:58.799 INFO O| Jul 08 02:40:58.799 INFO STEP 45 (remove_files) COMPLETE
51612026-07-08T02:40:59.842Z[ recovery-image] Jul 08 02:40:58.799 INFO O| Jul 08 02:40:58.799 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-07-08T02:40:59.845Z[ recovery-image] Jul 08 02:40:58.805 INFO O| Jul 08 02:40:58.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51632026-07-08T02:40:59.845Z[ recovery-image] Jul 08 02:40:58.805 INFO O| Jul 08 02:40:58.805 INFO STEP 46 (remove_files) COMPLETE
51642026-07-08T02:40:59.845Z[ recovery-image] Jul 08 02:40:58.805 INFO O| Jul 08 02:40:58.805 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-07-08T02:40:59.850Z[ recovery-image] Jul 08 02:40:58.811 INFO O| Jul 08 02:40:58.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51662026-07-08T02:40:59.850Z[ recovery-image] Jul 08 02:40:58.811 INFO O| Jul 08 02:40:58.811 INFO STEP 47 (remove_files) COMPLETE
51672026-07-08T02:40:59.854Z[ recovery-image] Jul 08 02:40:58.811 INFO O| Jul 08 02:40:58.811 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-07-08T02:40:59.857Z[ recovery-image] Jul 08 02:40:58.817 INFO O| Jul 08 02:40:58.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51692026-07-08T02:40:59.857Z[ recovery-image] Jul 08 02:40:58.817 INFO O| Jul 08 02:40:58.817 INFO STEP 48 (remove_files) COMPLETE
51702026-07-08T02:40:59.857Z[ recovery-image] Jul 08 02:40:58.817 INFO O| Jul 08 02:40:58.817 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-07-08T02:40:59.861Z[ recovery-image] Jul 08 02:40:58.823 INFO O| Jul 08 02:40:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51722026-07-08T02:40:59.861Z[ recovery-image] Jul 08 02:40:58.823 INFO O| Jul 08 02:40:58.823 INFO STEP 49 (remove_files) COMPLETE
51732026-07-08T02:40:59.861Z[ recovery-image] Jul 08 02:40:58.823 INFO O| Jul 08 02:40:58.823 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-07-08T02:40:59.868Z[ recovery-image] Jul 08 02:40:58.830 INFO O| Jul 08 02:40:58.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51752026-07-08T02:40:59.871Z[ recovery-image] Jul 08 02:40:58.830 INFO O| Jul 08 02:40:58.830 INFO STEP 50 (remove_files) COMPLETE
51762026-07-08T02:40:59.871Z[ recovery-image] Jul 08 02:40:58.830 INFO O| Jul 08 02:40:58.830 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-07-08T02:40:59.875Z[ recovery-image] Jul 08 02:40:58.836 INFO O| Jul 08 02:40:58.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51782026-07-08T02:40:59.875Z[ recovery-image] Jul 08 02:40:58.836 INFO O| Jul 08 02:40:58.836 INFO STEP 51 (remove_files) COMPLETE
51792026-07-08T02:40:59.875Z[ recovery-image] Jul 08 02:40:58.836 INFO O| Jul 08 02:40:58.836 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-07-08T02:40:59.881Z[ recovery-image] Jul 08 02:40:58.843 INFO O| Jul 08 02:40:58.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51812026-07-08T02:40:59.882Z[ recovery-image] Jul 08 02:40:58.843 INFO O| Jul 08 02:40:58.843 INFO STEP 52 (remove_files) COMPLETE
51822026-07-08T02:40:59.885Z[ recovery-image] Jul 08 02:40:58.843 INFO O| Jul 08 02:40:58.843 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-07-08T02:40:59.891Z[ recovery-image] Jul 08 02:40:58.852 INFO O| Jul 08 02:40:58.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51842026-07-08T02:40:59.894Z[ recovery-image] Jul 08 02:40:58.852 INFO O| Jul 08 02:40:58.852 INFO STEP 53 (remove_files) COMPLETE
51852026-07-08T02:40:59.894Z[ recovery-image] Jul 08 02:40:58.852 INFO O| Jul 08 02:40:58.852 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-07-08T02:40:59.899Z[ recovery-image] Jul 08 02:40:58.861 INFO O| Jul 08 02:40:58.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51872026-07-08T02:40:59.902Z[ recovery-image] Jul 08 02:40:58.861 INFO O| Jul 08 02:40:58.861 INFO STEP 54 (remove_files) COMPLETE
51882026-07-08T02:40:59.902Z[ recovery-image] Jul 08 02:40:58.861 INFO O| Jul 08 02:40:58.861 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-07-08T02:40:59.907Z[ recovery-image] Jul 08 02:40:58.868 INFO O| Jul 08 02:40:58.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51902026-07-08T02:40:59.907Z[ recovery-image] Jul 08 02:40:58.868 INFO O| Jul 08 02:40:58.868 INFO STEP 55 (remove_files) COMPLETE
51912026-07-08T02:40:59.910Z[ recovery-image] Jul 08 02:40:58.868 INFO O| Jul 08 02:40:58.868 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-07-08T02:40:59.914Z[ recovery-image] Jul 08 02:40:58.876 INFO O| Jul 08 02:40:58.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51932026-07-08T02:40:59.914Z[ recovery-image] Jul 08 02:40:58.876 INFO O| Jul 08 02:40:58.876 INFO STEP 56 (remove_files) COMPLETE
51942026-07-08T02:40:59.917Z[ recovery-image] Jul 08 02:40:58.876 INFO O| Jul 08 02:40:58.876 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-07-08T02:40:59.922Z[ recovery-image] Jul 08 02:40:58.883 INFO O| Jul 08 02:40:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51962026-07-08T02:40:59.922Z[ recovery-image] Jul 08 02:40:58.883 INFO O| Jul 08 02:40:58.883 INFO STEP 57 (remove_files) COMPLETE
51972026-07-08T02:40:59.925Z[ recovery-image] Jul 08 02:40:58.883 INFO O| Jul 08 02:40:58.883 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-07-08T02:40:59.930Z[ recovery-image] Jul 08 02:40:58.892 INFO O| Jul 08 02:40:58.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51992026-07-08T02:40:59.930Z[ recovery-image] Jul 08 02:40:58.892 INFO O| Jul 08 02:40:58.892 INFO STEP 58 (remove_files) COMPLETE
52002026-07-08T02:40:59.930Z[ recovery-image] Jul 08 02:40:58.892 INFO O| Jul 08 02:40:58.892 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-07-08T02:40:59.938Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52022026-07-08T02:40:59.938Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52032026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52042026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52052026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52062026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52072026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO ok!
52082026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO STEP 59 (ensure_file) COMPLETE
52092026-07-08T02:40:59.941Z[ recovery-image] Jul 08 02:40:58.899 INFO O| Jul 08 02:40:58.899 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-07-08T02:40:59.944Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52112026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52122026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52132026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52142026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52152026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52162026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO ok!
52172026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO STEP 60 (ensure_file) COMPLETE
52182026-07-08T02:40:59.948Z[ recovery-image] Jul 08 02:40:58.906 INFO O| Jul 08 02:40:58.906 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-07-08T02:40:59.951Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52202026-07-08T02:40:59.955Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52212026-07-08T02:40:59.955Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52222026-07-08T02:40:59.955Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO ok!
52232026-07-08T02:40:59.955Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO STEP 61 (ensure_file) COMPLETE
52242026-07-08T02:40:59.955Z[ recovery-image] Jul 08 02:40:58.913 INFO O| Jul 08 02:40:58.913 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-07-08T02:40:59.959Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52262026-07-08T02:40:59.960Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52272026-07-08T02:40:59.960Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52282026-07-08T02:40:59.960Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 INFO ok!
52292026-07-08T02:40:59.960Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 INFO STEP 62 (ensure_file) COMPLETE
52302026-07-08T02:40:59.963Z[ recovery-image] Jul 08 02:40:58.920 INFO O| Jul 08 02:40:58.920 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52322026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52332026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52342026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52352026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO ok!
52362026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO STEP 63 (ensure_file) COMPLETE
52372026-07-08T02:40:59.966Z[ recovery-image] Jul 08 02:40:58.926 INFO O| Jul 08 02:40:58.926 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-07-08T02:40:59.971Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52392026-07-08T02:40:59.971Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52402026-07-08T02:40:59.971Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52412026-07-08T02:40:59.974Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52422026-07-08T02:40:59.974Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO ok!
52432026-07-08T02:40:59.974Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO STEP 64 (ensure_file) COMPLETE
52442026-07-08T02:40:59.975Z[ recovery-image] Jul 08 02:40:58.932 INFO O| Jul 08 02:40:58.932 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52462026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52472026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52482026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO ok!
52492026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO STEP 65 (assemble_files) COMPLETE
52502026-07-08T02:40:59.979Z[ recovery-image] Jul 08 02:40:58.938 INFO O| Jul 08 02:40:58.938 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-07-08T02:40:59.983Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52522026-07-08T02:40:59.984Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52532026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52542026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52552026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO ok!
52562026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO STEP 66 (ensure_file) COMPLETE
52572026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO skip step because feature "omicron1" is not enabled
52592026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO skip step because feature "omicron1" is not enabled
52612026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO skip step because feature "omicron1" is not enabled
52632026-07-08T02:40:59.988Z[ recovery-image] Jul 08 02:40:58.944 INFO O| Jul 08 02:40:58.944 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-07-08T02:40:59.993Z[ recovery-image] Jul 08 02:40:58.954 INFO O| Jul 08 02:40:58.953 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52652026-07-08T02:40:59.993Z[ recovery-image] Jul 08 02:40:58.954 INFO O| Jul 08 02:40:58.954 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52662026-07-08T02:41:01.069Z[ recovery-image] Jul 08 02:41:00.028 INFO O| Jul 08 02:41:00.028 INFO STEP 70 (pack_tar) COMPLETE
52672026-07-08T02:41:01.069Z[ recovery-image] Jul 08 02:41:00.028 INFO O| Jul 08 02:41:00.028 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52682026-07-08T02:41:01.073Z[ recovery-image] Jul 08 02:41:00.028 INFO O| Jul 08 02:41:00.028 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52692026-07-08T02:41:01.235Z[ host-image] Jul 08 02:41:00.197 INFO O| Jul 08 02:41:00.196 INFO O| Download: Completed 7.84 MB in 3.84 seconds (2.0M/s)
52702026-07-08T02:41:01.612Z[ recovery-image] Jul 08 02:41:00.573 INFO O| Jul 08 02:41:00.573 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52712026-07-08T02:41:01.633Z[ host-image] Jul 08 02:41:00.594 INFO O| Jul 08 02:41:00.594 INFO O| Actions: 1/1366 actions (Installing new actions)
52722026-07-08T02:41:01.725Z[ recovery-image] Jul 08 02:41:00.685 INFO O| Jul 08 02:41:00.685 INFO completed processing sled/ramdisk-02-trim
52732026-07-08T02:41:01.728Z[ recovery-image] Jul 08 02:41:00.688 INFO image builder template: ramdisk-03-recovery-trim...
52742026-07-08T02:41:01.728Z[ recovery-image] Jul 08 02:41:00.688 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/.tmp6vb1lF/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52752026-07-08T02:41:01.731Z[ recovery-image] Jul 08 02:41:00.693 INFO O| Jul 08 02:41:00.693 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52762026-07-08T02:41:01.807Z[ recovery-image] Jul 08 02:41:00.768 INFO O| Jul 08 02:41:00.768 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52772026-07-08T02:41:01.811Z[ recovery-image] Jul 08 02:41:00.771 INFO O| Jul 08 02:41:00.771 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52782026-07-08T02:41:01.868Z[ host-image] Jul 08 02:41:00.829 INFO O| Jul 08 02:41:00.829 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
52792026-07-08T02:41:01.882Z[ host-image] Jul 08 02:41:00.843 INFO O| Jul 08 02:41:00.843 INFO O| Finalize: Updating package state database ... Done
52802026-07-08T02:41:01.882Z[ host-image] Jul 08 02:41:00.843 INFO O| Jul 08 02:41:00.843 INFO O| Finalize: Updating package cache ... Done
52812026-07-08T02:41:01.912Z[ recovery-image] Jul 08 02:41:00.873 INFO O| Jul 08 02:41:00.872 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52822026-07-08T02:41:01.916Z[ host-image] Jul 08 02:41:00.874 INFO O| Jul 08 02:41:00.874 INFO O| Finalize: Updating image state ... Done
52832026-07-08T02:41:01.984Z[ recovery-image] Jul 08 02:41:00.944 INFO O| Jul 08 02:41:00.944 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52842026-07-08T02:41:01.984Z[ recovery-image] Jul 08 02:41:00.944 INFO O| Jul 08 02:41:00.944 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52852026-07-08T02:41:01.989Z[ recovery-image] Jul 08 02:41:00.950 INFO O| Jul 08 02:41:00.950 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52862026-07-08T02:41:01.992Z[ recovery-image] Jul 08 02:41:00.953 INFO O| Jul 08 02:41:00.953 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52872026-07-08T02:41:01.996Z[ recovery-image] Jul 08 02:41:00.957 INFO O| Jul 08 02:41:00.957 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52882026-07-08T02:41:02.468Z[ recovery-image] Jul 08 02:41:01.429 INFO O| Jul 08 02:41:01.429 INFO rolled back to input snapshot; work may begin
52892026-07-08T02:41:02.468Z[ recovery-image] Jul 08 02:41:01.429 INFO O| Jul 08 02:41:01.429 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52902026-07-08T02:41:02.472Z[ recovery-image] Jul 08 02:41:01.433 INFO O| Jul 08 02:41:01.433 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-07-08T02:41:02.482Z[ recovery-image] Jul 08 02:41:01.443 INFO O| Jul 08 02:41:01.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52922026-07-08T02:41:02.485Z[ recovery-image] Jul 08 02:41:01.445 INFO O| Jul 08 02:41:01.445 INFO STEP 0 (remove_files) COMPLETE
52932026-07-08T02:41:02.485Z[ recovery-image] Jul 08 02:41:01.445 INFO O| Jul 08 02:41:01.445 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-07-08T02:41:02.492Z[ recovery-image] Jul 08 02:41:01.454 INFO O| Jul 08 02:41:01.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52952026-07-08T02:41:02.492Z[ recovery-image] Jul 08 02:41:01.454 INFO O| Jul 08 02:41:01.454 INFO STEP 1 (remove_files) COMPLETE
52962026-07-08T02:41:02.496Z[ recovery-image] Jul 08 02:41:01.454 INFO O| Jul 08 02:41:01.454 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-07-08T02:41:02.502Z[ recovery-image] Jul 08 02:41:01.463 INFO O| Jul 08 02:41:01.463 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52982026-07-08T02:41:02.506Z[ recovery-image] Jul 08 02:41:01.466 INFO O| Jul 08 02:41:01.466 INFO STEP 2 (remove_files) COMPLETE
52992026-07-08T02:41:02.506Z[ recovery-image] Jul 08 02:41:01.466 INFO O| Jul 08 02:41:01.466 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-07-08T02:41:02.513Z[ recovery-image] Jul 08 02:41:01.474 INFO O| Jul 08 02:41:01.474 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53012026-07-08T02:41:02.557Z[ recovery-image] Jul 08 02:41:01.517 INFO O| Jul 08 02:41:01.517 INFO STEP 3 (remove_files) COMPLETE
53022026-07-08T02:41:02.557Z[ recovery-image] Jul 08 02:41:01.517 INFO O| Jul 08 02:41:01.517 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-07-08T02:41:02.565Z[ recovery-image] Jul 08 02:41:01.525 INFO O| Jul 08 02:41:01.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53042026-07-08T02:41:02.569Z[ recovery-image] Jul 08 02:41:01.528 INFO O| Jul 08 02:41:01.528 INFO STEP 4 (remove_files) COMPLETE
53052026-07-08T02:41:02.569Z[ recovery-image] Jul 08 02:41:01.528 INFO O| Jul 08 02:41:01.528 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-07-08T02:41:02.576Z[ recovery-image] Jul 08 02:41:01.537 INFO O| Jul 08 02:41:01.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53072026-07-08T02:41:02.609Z[ recovery-image] Jul 08 02:41:01.570 INFO O| Jul 08 02:41:01.570 INFO STEP 5 (remove_files) COMPLETE
53082026-07-08T02:41:02.609Z[ recovery-image] Jul 08 02:41:01.570 INFO O| Jul 08 02:41:01.570 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-07-08T02:41:02.617Z[ recovery-image] Jul 08 02:41:01.579 INFO O| Jul 08 02:41:01.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53102026-07-08T02:41:02.627Z[ recovery-image] Jul 08 02:41:01.588 INFO O| Jul 08 02:41:01.588 INFO STEP 6 (remove_files) COMPLETE
53112026-07-08T02:41:02.627Z[ recovery-image] Jul 08 02:41:01.588 INFO O| Jul 08 02:41:01.588 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-07-08T02:41:02.636Z[ recovery-image] Jul 08 02:41:01.597 INFO O| Jul 08 02:41:01.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53132026-07-08T02:41:02.639Z[ recovery-image] Jul 08 02:41:01.599 INFO O| Jul 08 02:41:01.599 INFO STEP 7 (remove_files) COMPLETE
53142026-07-08T02:41:02.639Z[ recovery-image] Jul 08 02:41:01.599 INFO O| Jul 08 02:41:01.599 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-07-08T02:41:02.646Z[ recovery-image] Jul 08 02:41:01.607 INFO O| Jul 08 02:41:01.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53162026-07-08T02:41:02.649Z[ recovery-image] Jul 08 02:41:01.609 INFO O| Jul 08 02:41:01.609 INFO STEP 8 (remove_files) COMPLETE
53172026-07-08T02:41:02.649Z[ recovery-image] Jul 08 02:41:01.609 INFO O| Jul 08 02:41:01.609 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-07-08T02:41:02.655Z[ recovery-image] Jul 08 02:41:01.617 INFO O| Jul 08 02:41:01.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53192026-07-08T02:41:02.659Z[ recovery-image] Jul 08 02:41:01.619 INFO O| Jul 08 02:41:01.619 INFO STEP 9 (remove_files) COMPLETE
53202026-07-08T02:41:02.659Z[ recovery-image] Jul 08 02:41:01.619 INFO O| Jul 08 02:41:01.619 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-07-08T02:41:02.666Z[ recovery-image] Jul 08 02:41:01.627 INFO O| Jul 08 02:41:01.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53222026-07-08T02:41:02.669Z[ recovery-image] Jul 08 02:41:01.628 INFO O| Jul 08 02:41:01.628 INFO STEP 10 (remove_files) COMPLETE
53232026-07-08T02:41:02.669Z[ recovery-image] Jul 08 02:41:01.628 INFO O| Jul 08 02:41:01.628 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-07-08T02:41:02.675Z[ recovery-image] Jul 08 02:41:01.635 INFO O| Jul 08 02:41:01.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53252026-07-08T02:41:02.679Z[ recovery-image] Jul 08 02:41:01.636 INFO O| Jul 08 02:41:01.636 INFO STEP 11 (remove_files) COMPLETE
53262026-07-08T02:41:02.679Z[ recovery-image] Jul 08 02:41:01.636 INFO O| Jul 08 02:41:01.636 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-07-08T02:41:02.684Z[ recovery-image] Jul 08 02:41:01.643 INFO O| Jul 08 02:41:01.643 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53282026-07-08T02:41:02.693Z[ host-image] Jul 08 02:41:01.653 INFO O| Jul 08 02:41:01.653 INFO O| Finalize: Creating fast lookup database ... Done
53292026-07-08T02:41:02.715Z[ host-image] Jul 08 02:41:01.676 INFO O| Jul 08 02:41:01.676 INFO O| Finalize: Reading search index ... Done
53302026-07-08T02:41:02.719Z[ host-image] Jul 08 02:41:01.676 INFO O| Jul 08 02:41:01.676 INFO O| Finalize: Updating search index ... Done
53312026-07-08T02:41:02.738Z[ recovery-image] Jul 08 02:41:01.698 INFO O| Jul 08 02:41:01.698 INFO STEP 12 (remove_files) COMPLETE
53322026-07-08T02:41:02.738Z[ recovery-image] Jul 08 02:41:01.699 INFO O| Jul 08 02:41:01.698 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-07-08T02:41:02.747Z[ recovery-image] Jul 08 02:41:01.707 INFO O| Jul 08 02:41:01.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53342026-07-08T02:41:02.752Z[ host-image] Jul 08 02:41:01.710 INFO O| Jul 08 02:41:01.710 INFO O| Finalize: Updating package cache ... Done
53352026-07-08T02:41:02.752Z[ recovery-image] Jul 08 02:41:01.710 INFO O| Jul 08 02:41:01.710 INFO STEP 13 (remove_files) COMPLETE
53362026-07-08T02:41:02.752Z[ recovery-image] Jul 08 02:41:01.710 INFO O| Jul 08 02:41:01.710 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-07-08T02:41:02.758Z[ recovery-image] Jul 08 02:41:01.718 INFO O| Jul 08 02:41:01.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53382026-07-08T02:41:02.763Z[ recovery-image] Jul 08 02:41:01.721 INFO O| Jul 08 02:41:01.721 INFO STEP 14 (remove_files) COMPLETE
53392026-07-08T02:41:02.763Z[ recovery-image] Jul 08 02:41:01.721 INFO O| Jul 08 02:41:01.721 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-07-08T02:41:02.768Z[ recovery-image] Jul 08 02:41:01.729 INFO O| Jul 08 02:41:01.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53412026-07-08T02:41:02.773Z[ recovery-image] Jul 08 02:41:01.729 INFO O| Jul 08 02:41:01.729 INFO STEP 15 (remove_files) COMPLETE
53422026-07-08T02:41:02.773Z[ recovery-image] Jul 08 02:41:01.729 INFO O| Jul 08 02:41:01.729 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-07-08T02:41:02.777Z[ recovery-image] Jul 08 02:41:01.736 INFO O| Jul 08 02:41:01.736 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53442026-07-08T02:41:02.777Z[ recovery-image] Jul 08 02:41:01.737 INFO O| Jul 08 02:41:01.737 INFO STEP 16 (remove_files) COMPLETE
53452026-07-08T02:41:02.777Z[ recovery-image] Jul 08 02:41:01.737 INFO O| Jul 08 02:41:01.737 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-07-08T02:41:02.783Z[ recovery-image] Jul 08 02:41:01.744 INFO O| Jul 08 02:41:01.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53472026-07-08T02:41:02.791Z[ recovery-image] Jul 08 02:41:01.753 INFO O| Jul 08 02:41:01.753 INFO STEP 17 (remove_files) COMPLETE
53482026-07-08T02:41:02.795Z[ recovery-image] Jul 08 02:41:01.753 INFO O| Jul 08 02:41:01.753 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-07-08T02:41:02.800Z[ recovery-image] Jul 08 02:41:01.761 INFO O| Jul 08 02:41:01.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53502026-07-08T02:41:02.805Z[ recovery-image] Jul 08 02:41:01.761 INFO O| Jul 08 02:41:01.761 INFO STEP 18 (remove_files) COMPLETE
53512026-07-08T02:41:02.806Z[ recovery-image] Jul 08 02:41:01.761 INFO O| Jul 08 02:41:01.761 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-07-08T02:41:02.810Z[ recovery-image] Jul 08 02:41:01.769 INFO O| Jul 08 02:41:01.769 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53532026-07-08T02:41:02.810Z[ recovery-image] Jul 08 02:41:01.769 INFO O| Jul 08 02:41:01.769 INFO STEP 19 (remove_files) COMPLETE
53542026-07-08T02:41:02.810Z[ recovery-image] Jul 08 02:41:01.769 INFO O| Jul 08 02:41:01.769 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-07-08T02:41:02.816Z[ recovery-image] Jul 08 02:41:01.777 INFO O| Jul 08 02:41:01.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53562026-07-08T02:41:02.857Z[ recovery-image] Jul 08 02:41:01.818 INFO O| Jul 08 02:41:01.818 INFO STEP 20 (remove_files) COMPLETE
53572026-07-08T02:41:02.857Z[ recovery-image] Jul 08 02:41:01.818 INFO O| Jul 08 02:41:01.818 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-07-08T02:41:02.866Z[ recovery-image] Jul 08 02:41:01.827 INFO O| Jul 08 02:41:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53592026-07-08T02:41:02.869Z[ recovery-image] Jul 08 02:41:01.828 INFO O| Jul 08 02:41:01.828 INFO STEP 21 (remove_files) COMPLETE
53602026-07-08T02:41:02.869Z[ recovery-image] Jul 08 02:41:01.828 INFO O| Jul 08 02:41:01.828 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-07-08T02:41:02.874Z[ host-image] Jul 08 02:41:01.831 INFO O| Jul 08 02:41:01.831 INFO STEP 13 (pkg_install) COMPLETE
53622026-07-08T02:41:02.874Z[ host-image] Jul 08 02:41:01.831 INFO O| Jul 08 02:41:01.831 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53632026-07-08T02:41:02.877Z[ recovery-image] Jul 08 02:41:01.837 INFO O| Jul 08 02:41:01.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53642026-07-08T02:41:02.877Z[ recovery-image] Jul 08 02:41:01.837 INFO O| Jul 08 02:41:01.837 INFO STEP 22 (remove_files) COMPLETE
53652026-07-08T02:41:02.877Z[ recovery-image] Jul 08 02:41:01.837 INFO O| Jul 08 02:41:01.837 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-07-08T02:41:02.880Z[ host-image] Jul 08 02:41:01.839 INFO O| Jul 08 02:41:01.839 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
53672026-07-08T02:41:02.883Z[ recovery-image] Jul 08 02:41:01.844 INFO O| Jul 08 02:41:01.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53682026-07-08T02:41:02.887Z[ recovery-image] Jul 08 02:41:01.845 INFO O| Jul 08 02:41:01.845 INFO STEP 23 (remove_files) COMPLETE
53692026-07-08T02:41:02.887Z[ recovery-image] Jul 08 02:41:01.845 INFO O| Jul 08 02:41:01.845 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-08T02:41:02.892Z[ recovery-image] Jul 08 02:41:01.852 INFO O| Jul 08 02:41:01.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53712026-07-08T02:41:02.892Z[ recovery-image] Jul 08 02:41:01.853 INFO O| Jul 08 02:41:01.853 INFO STEP 24 (remove_files) COMPLETE
53722026-07-08T02:41:02.892Z[ recovery-image] Jul 08 02:41:01.853 INFO O| Jul 08 02:41:01.853 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-07-08T02:41:02.899Z[ recovery-image] Jul 08 02:41:01.860 INFO O| Jul 08 02:41:01.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53742026-07-08T02:41:02.899Z[ recovery-image] Jul 08 02:41:01.860 INFO O| Jul 08 02:41:01.860 INFO STEP 25 (remove_files) COMPLETE
53752026-07-08T02:41:02.902Z[ recovery-image] Jul 08 02:41:01.860 INFO O| Jul 08 02:41:01.860 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-07-08T02:41:02.906Z[ recovery-image] Jul 08 02:41:01.868 INFO O| Jul 08 02:41:01.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53772026-07-08T02:41:02.906Z[ recovery-image] Jul 08 02:41:01.868 INFO O| Jul 08 02:41:01.868 INFO STEP 26 (remove_files) COMPLETE
53782026-07-08T02:41:02.906Z[ recovery-image] Jul 08 02:41:01.868 INFO O| Jul 08 02:41:01.868 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-07-08T02:41:02.914Z[ recovery-image] Jul 08 02:41:01.875 INFO O| Jul 08 02:41:01.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53802026-07-08T02:41:02.917Z[ recovery-image] Jul 08 02:41:01.875 INFO O| Jul 08 02:41:01.875 INFO STEP 27 (remove_files) COMPLETE
53812026-07-08T02:41:02.917Z[ recovery-image] Jul 08 02:41:01.875 INFO O| Jul 08 02:41:01.875 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-07-08T02:41:02.921Z[ recovery-image] Jul 08 02:41:01.882 INFO O| Jul 08 02:41:01.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53832026-07-08T02:41:02.921Z[ recovery-image] Jul 08 02:41:01.882 INFO O| Jul 08 02:41:01.882 INFO STEP 28 (remove_files) COMPLETE
53842026-07-08T02:41:02.924Z[ recovery-image] Jul 08 02:41:01.882 INFO O| Jul 08 02:41:01.882 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-07-08T02:41:02.928Z[ recovery-image] Jul 08 02:41:01.889 INFO O| Jul 08 02:41:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53862026-07-08T02:41:02.928Z[ recovery-image] Jul 08 02:41:01.889 INFO O| Jul 08 02:41:01.889 INFO STEP 29 (remove_files) COMPLETE
53872026-07-08T02:41:02.932Z[ recovery-image] Jul 08 02:41:01.889 INFO O| Jul 08 02:41:01.889 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-07-08T02:41:02.936Z[ recovery-image] Jul 08 02:41:01.896 INFO O| Jul 08 02:41:01.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53892026-07-08T02:41:02.936Z[ recovery-image] Jul 08 02:41:01.896 INFO O| Jul 08 02:41:01.896 INFO STEP 30 (remove_files) COMPLETE
53902026-07-08T02:41:02.936Z[ recovery-image] Jul 08 02:41:01.896 INFO O| Jul 08 02:41:01.896 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-07-08T02:41:02.942Z[ recovery-image] Jul 08 02:41:01.903 INFO O| Jul 08 02:41:01.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53922026-07-08T02:41:02.946Z[ recovery-image] Jul 08 02:41:01.904 INFO O| Jul 08 02:41:01.904 INFO STEP 31 (remove_files) COMPLETE
53932026-07-08T02:41:02.946Z[ recovery-image] Jul 08 02:41:01.904 INFO O| Jul 08 02:41:01.904 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-07-08T02:41:02.950Z[ recovery-image] Jul 08 02:41:01.911 INFO O| Jul 08 02:41:01.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53952026-07-08T02:41:02.954Z[ recovery-image] Jul 08 02:41:01.911 INFO O| Jul 08 02:41:01.911 INFO STEP 32 (remove_files) COMPLETE
53962026-07-08T02:41:02.954Z[ recovery-image] Jul 08 02:41:01.911 INFO O| Jul 08 02:41:01.911 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-07-08T02:41:02.957Z[ recovery-image] Jul 08 02:41:01.918 INFO O| Jul 08 02:41:01.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53982026-07-08T02:41:02.957Z[ recovery-image] Jul 08 02:41:01.918 INFO O| Jul 08 02:41:01.918 INFO STEP 33 (remove_files) COMPLETE
53992026-07-08T02:41:02.957Z[ recovery-image] Jul 08 02:41:01.918 INFO O| Jul 08 02:41:01.918 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-07-08T02:41:02.963Z[ recovery-image] Jul 08 02:41:01.925 INFO O| Jul 08 02:41:01.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54012026-07-08T02:41:02.967Z[ recovery-image] Jul 08 02:41:01.925 INFO O| Jul 08 02:41:01.925 INFO STEP 34 (remove_files) COMPLETE
54022026-07-08T02:41:02.967Z[ recovery-image] Jul 08 02:41:01.925 INFO O| Jul 08 02:41:01.925 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-07-08T02:41:02.972Z[ recovery-image] Jul 08 02:41:01.933 INFO O| Jul 08 02:41:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54042026-07-08T02:41:02.975Z[ recovery-image] Jul 08 02:41:01.933 INFO O| Jul 08 02:41:01.933 INFO STEP 35 (remove_files) COMPLETE
54052026-07-08T02:41:02.975Z[ recovery-image] Jul 08 02:41:01.933 INFO O| Jul 08 02:41:01.933 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-07-08T02:41:02.979Z[ recovery-image] Jul 08 02:41:01.940 INFO O| Jul 08 02:41:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54072026-07-08T02:41:02.982Z[ recovery-image] Jul 08 02:41:01.940 INFO O| Jul 08 02:41:01.940 INFO STEP 36 (remove_files) COMPLETE
54082026-07-08T02:41:02.982Z[ recovery-image] Jul 08 02:41:01.940 INFO O| Jul 08 02:41:01.940 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-07-08T02:41:02.987Z[ recovery-image] Jul 08 02:41:01.948 INFO O| Jul 08 02:41:01.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54102026-07-08T02:41:02.987Z[ recovery-image] Jul 08 02:41:01.948 INFO O| Jul 08 02:41:01.948 INFO STEP 37 (remove_files) COMPLETE
54112026-07-08T02:41:02.987Z[ recovery-image] Jul 08 02:41:01.948 INFO O| Jul 08 02:41:01.948 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-07-08T02:41:02.994Z[ recovery-image] Jul 08 02:41:01.955 INFO O| Jul 08 02:41:01.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54132026-07-08T02:41:02.994Z[ recovery-image] Jul 08 02:41:01.955 INFO O| Jul 08 02:41:01.955 INFO STEP 38 (remove_files) COMPLETE
54142026-07-08T02:41:02.997Z[ recovery-image] Jul 08 02:41:01.955 INFO O| Jul 08 02:41:01.955 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-07-08T02:41:03.001Z[ recovery-image] Jul 08 02:41:01.962 INFO O| Jul 08 02:41:01.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54162026-07-08T02:41:03.001Z[ recovery-image] Jul 08 02:41:01.962 INFO O| Jul 08 02:41:01.962 INFO STEP 39 (remove_files) COMPLETE
54172026-07-08T02:41:03.004Z[ recovery-image] Jul 08 02:41:01.962 INFO O| Jul 08 02:41:01.962 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-07-08T02:41:03.008Z[ recovery-image] Jul 08 02:41:01.969 INFO O| Jul 08 02:41:01.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54192026-07-08T02:41:03.011Z[ recovery-image] Jul 08 02:41:01.969 INFO O| Jul 08 02:41:01.969 INFO STEP 40 (remove_files) COMPLETE
54202026-07-08T02:41:03.011Z[ recovery-image] Jul 08 02:41:01.969 INFO O| Jul 08 02:41:01.969 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-07-08T02:41:03.014Z[ recovery-image] Jul 08 02:41:01.976 INFO O| Jul 08 02:41:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54222026-07-08T02:41:03.017Z[ recovery-image] Jul 08 02:41:01.976 INFO O| Jul 08 02:41:01.976 INFO STEP 41 (remove_files) COMPLETE
54232026-07-08T02:41:03.017Z[ recovery-image] Jul 08 02:41:01.976 INFO O| Jul 08 02:41:01.976 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-07-08T02:41:03.021Z[ recovery-image] Jul 08 02:41:01.983 INFO O| Jul 08 02:41:01.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54252026-07-08T02:41:03.021Z[ recovery-image] Jul 08 02:41:01.983 INFO O| Jul 08 02:41:01.983 INFO STEP 42 (remove_files) COMPLETE
54262026-07-08T02:41:03.024Z[ recovery-image] Jul 08 02:41:01.983 INFO O| Jul 08 02:41:01.983 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-07-08T02:41:03.028Z[ recovery-image] Jul 08 02:41:01.990 INFO O| Jul 08 02:41:01.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54282026-07-08T02:41:03.032Z[ recovery-image] Jul 08 02:41:01.990 INFO O| Jul 08 02:41:01.990 INFO STEP 43 (remove_files) COMPLETE
54292026-07-08T02:41:03.032Z[ recovery-image] Jul 08 02:41:01.990 INFO O| Jul 08 02:41:01.990 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-07-08T02:41:03.035Z[ recovery-image] Jul 08 02:41:01.997 INFO O| Jul 08 02:41:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54312026-07-08T02:41:03.039Z[ recovery-image] Jul 08 02:41:01.998 INFO O| Jul 08 02:41:01.998 INFO STEP 44 (remove_files) COMPLETE
54322026-07-08T02:41:03.039Z[ recovery-image] Jul 08 02:41:01.998 INFO O| Jul 08 02:41:01.998 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-07-08T02:41:03.044Z[ recovery-image] Jul 08 02:41:02.005 INFO O| Jul 08 02:41:02.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54342026-07-08T02:41:03.044Z[ recovery-image] Jul 08 02:41:02.005 INFO O| Jul 08 02:41:02.005 INFO STEP 45 (remove_files) COMPLETE
54352026-07-08T02:41:03.044Z[ recovery-image] Jul 08 02:41:02.005 INFO O| Jul 08 02:41:02.005 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-07-08T02:41:03.052Z[ recovery-image] Jul 08 02:41:02.013 INFO O| Jul 08 02:41:02.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54372026-07-08T02:41:03.055Z[ recovery-image] Jul 08 02:41:02.013 INFO O| Jul 08 02:41:02.013 INFO STEP 46 (remove_files) COMPLETE
54382026-07-08T02:41:03.055Z[ recovery-image] Jul 08 02:41:02.013 INFO O| Jul 08 02:41:02.013 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-07-08T02:41:03.059Z[ recovery-image] Jul 08 02:41:02.019 INFO O| Jul 08 02:41:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54402026-07-08T02:41:03.059Z[ recovery-image] Jul 08 02:41:02.019 INFO O| Jul 08 02:41:02.019 INFO STEP 47 (remove_files) COMPLETE
54412026-07-08T02:41:03.059Z[ recovery-image] Jul 08 02:41:02.019 INFO O| Jul 08 02:41:02.019 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-07-08T02:41:03.065Z[ recovery-image] Jul 08 02:41:02.025 INFO O| Jul 08 02:41:02.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54432026-07-08T02:41:03.069Z[ recovery-image] Jul 08 02:41:02.025 INFO O| Jul 08 02:41:02.025 INFO STEP 48 (remove_files) COMPLETE
54442026-07-08T02:41:03.069Z[ recovery-image] Jul 08 02:41:02.025 INFO O| Jul 08 02:41:02.025 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-07-08T02:41:03.074Z[ recovery-image] Jul 08 02:41:02.033 INFO O| Jul 08 02:41:02.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54462026-07-08T02:41:03.074Z[ recovery-image] Jul 08 02:41:02.033 INFO O| Jul 08 02:41:02.033 INFO STEP 49 (remove_files) COMPLETE
54472026-07-08T02:41:03.074Z[ recovery-image] Jul 08 02:41:02.033 INFO O| Jul 08 02:41:02.033 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-07-08T02:41:03.080Z[ recovery-image] Jul 08 02:41:02.041 INFO O| Jul 08 02:41:02.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54492026-07-08T02:41:03.080Z[ recovery-image] Jul 08 02:41:02.041 INFO O| Jul 08 02:41:02.041 INFO STEP 50 (remove_files) COMPLETE
54502026-07-08T02:41:03.080Z[ recovery-image] Jul 08 02:41:02.041 INFO O| Jul 08 02:41:02.041 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-07-08T02:41:03.086Z[ recovery-image] Jul 08 02:41:02.048 INFO O| Jul 08 02:41:02.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54522026-07-08T02:41:03.090Z[ recovery-image] Jul 08 02:41:02.048 INFO O| Jul 08 02:41:02.048 INFO STEP 51 (remove_files) COMPLETE
54532026-07-08T02:41:03.090Z[ recovery-image] Jul 08 02:41:02.048 INFO O| Jul 08 02:41:02.048 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-07-08T02:41:03.093Z[ recovery-image] Jul 08 02:41:02.055 INFO O| Jul 08 02:41:02.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54552026-07-08T02:41:03.093Z[ recovery-image] Jul 08 02:41:02.055 INFO O| Jul 08 02:41:02.055 INFO STEP 52 (remove_files) COMPLETE
54562026-07-08T02:41:03.097Z[ recovery-image] Jul 08 02:41:02.055 INFO O| Jul 08 02:41:02.055 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-07-08T02:41:03.100Z[ recovery-image] Jul 08 02:41:02.061 INFO O| Jul 08 02:41:02.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54582026-07-08T02:41:03.100Z[ recovery-image] Jul 08 02:41:02.062 INFO O| Jul 08 02:41:02.061 INFO STEP 53 (remove_files) COMPLETE
54592026-07-08T02:41:03.103Z[ recovery-image] Jul 08 02:41:02.062 INFO O| Jul 08 02:41:02.062 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-07-08T02:41:03.110Z[ recovery-image] Jul 08 02:41:02.068 INFO O| Jul 08 02:41:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54612026-07-08T02:41:03.111Z[ recovery-image] Jul 08 02:41:02.069 INFO O| Jul 08 02:41:02.069 INFO STEP 54 (remove_files) COMPLETE
54622026-07-08T02:41:03.111Z[ recovery-image] Jul 08 02:41:02.069 INFO O| Jul 08 02:41:02.069 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-07-08T02:41:03.115Z[ recovery-image] Jul 08 02:41:02.077 INFO O| Jul 08 02:41:02.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54642026-07-08T02:41:03.115Z[ recovery-image] Jul 08 02:41:02.077 INFO O| Jul 08 02:41:02.077 INFO STEP 55 (remove_files) COMPLETE
54652026-07-08T02:41:03.118Z[ recovery-image] Jul 08 02:41:02.077 INFO O| Jul 08 02:41:02.077 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-07-08T02:41:03.123Z[ recovery-image] Jul 08 02:41:02.084 INFO O| Jul 08 02:41:02.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54672026-07-08T02:41:03.126Z[ recovery-image] Jul 08 02:41:02.084 INFO O| Jul 08 02:41:02.084 INFO STEP 56 (remove_files) COMPLETE
54682026-07-08T02:41:03.126Z[ recovery-image] Jul 08 02:41:02.084 INFO O| Jul 08 02:41:02.084 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-07-08T02:41:03.131Z[ recovery-image] Jul 08 02:41:02.092 INFO O| Jul 08 02:41:02.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54702026-07-08T02:41:03.131Z[ recovery-image] Jul 08 02:41:02.092 INFO O| Jul 08 02:41:02.092 INFO STEP 57 (remove_files) COMPLETE
54712026-07-08T02:41:03.134Z[ recovery-image] Jul 08 02:41:02.092 INFO O| Jul 08 02:41:02.092 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-07-08T02:41:03.138Z[ recovery-image] Jul 08 02:41:02.099 INFO O| Jul 08 02:41:02.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54732026-07-08T02:41:03.138Z[ recovery-image] Jul 08 02:41:02.099 INFO O| Jul 08 02:41:02.099 INFO STEP 58 (remove_files) COMPLETE
54742026-07-08T02:41:03.141Z[ recovery-image] Jul 08 02:41:02.099 INFO O| Jul 08 02:41:02.099 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-07-08T02:41:03.145Z[ recovery-image] Jul 08 02:41:02.107 INFO O| Jul 08 02:41:02.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54762026-07-08T02:41:03.145Z[ recovery-image] Jul 08 02:41:02.107 INFO O| Jul 08 02:41:02.107 INFO STEP 59 (remove_files) COMPLETE
54772026-07-08T02:41:03.146Z[ recovery-image] Jul 08 02:41:02.107 INFO O| Jul 08 02:41:02.107 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-07-08T02:41:03.153Z[ recovery-image] Jul 08 02:41:02.114 INFO O| Jul 08 02:41:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54792026-07-08T02:41:03.153Z[ recovery-image] Jul 08 02:41:02.114 INFO O| Jul 08 02:41:02.114 INFO STEP 60 (remove_files) COMPLETE
54802026-07-08T02:41:03.156Z[ recovery-image] Jul 08 02:41:02.114 INFO O| Jul 08 02:41:02.114 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-07-08T02:41:03.160Z[ recovery-image] Jul 08 02:41:02.121 INFO O| Jul 08 02:41:02.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54822026-07-08T02:41:03.160Z[ recovery-image] Jul 08 02:41:02.121 INFO O| Jul 08 02:41:02.121 INFO STEP 61 (remove_files) COMPLETE
54832026-07-08T02:41:03.160Z[ recovery-image] Jul 08 02:41:02.121 INFO O| Jul 08 02:41:02.121 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-07-08T02:41:03.169Z[ recovery-image] Jul 08 02:41:02.130 INFO O| Jul 08 02:41:02.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54852026-07-08T02:41:03.172Z[ recovery-image] Jul 08 02:41:02.130 INFO O| Jul 08 02:41:02.130 INFO STEP 62 (remove_files) COMPLETE
54862026-07-08T02:41:03.172Z[ recovery-image] Jul 08 02:41:02.130 INFO O| Jul 08 02:41:02.130 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-07-08T02:41:03.176Z[ recovery-image] Jul 08 02:41:02.137 INFO O| Jul 08 02:41:02.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54882026-07-08T02:41:03.176Z[ recovery-image] Jul 08 02:41:02.137 INFO O| Jul 08 02:41:02.137 INFO STEP 63 (remove_files) COMPLETE
54892026-07-08T02:41:03.176Z[ recovery-image] Jul 08 02:41:02.137 INFO O| Jul 08 02:41:02.137 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-07-08T02:41:03.182Z[ recovery-image] Jul 08 02:41:02.144 INFO O| Jul 08 02:41:02.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54912026-07-08T02:41:03.186Z[ recovery-image] Jul 08 02:41:02.144 INFO O| Jul 08 02:41:02.144 INFO STEP 64 (remove_files) COMPLETE
54922026-07-08T02:41:03.186Z[ recovery-image] Jul 08 02:41:02.144 INFO O| Jul 08 02:41:02.144 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-07-08T02:41:03.198Z[ recovery-image] Jul 08 02:41:02.159 INFO O| Jul 08 02:41:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54942026-07-08T02:41:03.198Z[ recovery-image] Jul 08 02:41:02.159 INFO O| Jul 08 02:41:02.159 INFO STEP 65 (remove_files) COMPLETE
54952026-07-08T02:41:03.198Z[ recovery-image] Jul 08 02:41:02.159 INFO O| Jul 08 02:41:02.159 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-07-08T02:41:03.204Z[ recovery-image] Jul 08 02:41:02.165 INFO O| Jul 08 02:41:02.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54972026-07-08T02:41:03.204Z[ recovery-image] Jul 08 02:41:02.165 INFO O| Jul 08 02:41:02.165 INFO STEP 66 (remove_files) COMPLETE
54982026-07-08T02:41:03.208Z[ recovery-image] Jul 08 02:41:02.165 INFO O| Jul 08 02:41:02.165 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-07-08T02:41:03.212Z[ recovery-image] Jul 08 02:41:02.171 INFO O| Jul 08 02:41:02.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55002026-07-08T02:41:03.212Z[ recovery-image] Jul 08 02:41:02.171 INFO O| Jul 08 02:41:02.171 INFO STEP 67 (remove_files) COMPLETE
55012026-07-08T02:41:03.212Z[ recovery-image] Jul 08 02:41:02.171 INFO O| Jul 08 02:41:02.171 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-07-08T02:41:03.215Z[ recovery-image] Jul 08 02:41:02.177 INFO O| Jul 08 02:41:02.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55032026-07-08T02:41:03.215Z[ recovery-image] Jul 08 02:41:02.177 INFO O| Jul 08 02:41:02.177 INFO STEP 68 (remove_files) COMPLETE
55042026-07-08T02:41:03.215Z[ recovery-image] Jul 08 02:41:02.177 INFO O| Jul 08 02:41:02.177 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-07-08T02:41:03.221Z[ recovery-image] Jul 08 02:41:02.182 INFO O| Jul 08 02:41:02.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55062026-07-08T02:41:03.221Z[ recovery-image] Jul 08 02:41:02.182 INFO O| Jul 08 02:41:02.182 INFO STEP 69 (remove_files) COMPLETE
55072026-07-08T02:41:03.221Z[ recovery-image] Jul 08 02:41:02.182 INFO O| Jul 08 02:41:02.182 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-07-08T02:41:03.227Z[ recovery-image] Jul 08 02:41:02.189 INFO O| Jul 08 02:41:02.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55092026-07-08T02:41:03.231Z[ recovery-image] Jul 08 02:41:02.189 INFO O| Jul 08 02:41:02.189 INFO STEP 70 (remove_files) COMPLETE
55102026-07-08T02:41:03.231Z[ recovery-image] Jul 08 02:41:02.189 INFO O| Jul 08 02:41:02.189 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-07-08T02:41:03.234Z[ recovery-image] Jul 08 02:41:02.195 INFO O| Jul 08 02:41:02.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55122026-07-08T02:41:03.234Z[ recovery-image] Jul 08 02:41:02.195 INFO O| Jul 08 02:41:02.195 INFO STEP 71 (remove_files) COMPLETE
55132026-07-08T02:41:03.234Z[ recovery-image] Jul 08 02:41:02.195 INFO O| Jul 08 02:41:02.195 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-07-08T02:41:03.243Z[ recovery-image] Jul 08 02:41:02.204 INFO O| Jul 08 02:41:02.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55152026-07-08T02:41:03.243Z[ recovery-image] Jul 08 02:41:02.204 INFO O| Jul 08 02:41:02.204 INFO STEP 72 (remove_files) COMPLETE
55162026-07-08T02:41:03.243Z[ recovery-image] Jul 08 02:41:02.204 INFO O| Jul 08 02:41:02.204 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-07-08T02:41:03.250Z[ recovery-image] Jul 08 02:41:02.211 INFO O| Jul 08 02:41:02.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55182026-07-08T02:41:03.250Z[ recovery-image] Jul 08 02:41:02.211 INFO O| Jul 08 02:41:02.211 INFO STEP 73 (remove_files) COMPLETE
55192026-07-08T02:41:03.253Z[ recovery-image] Jul 08 02:41:02.211 INFO O| Jul 08 02:41:02.211 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-07-08T02:41:03.259Z[ recovery-image] Jul 08 02:41:02.220 INFO O| Jul 08 02:41:02.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55212026-07-08T02:41:03.262Z[ recovery-image] Jul 08 02:41:02.220 INFO O| Jul 08 02:41:02.220 INFO STEP 74 (remove_files) COMPLETE
55222026-07-08T02:41:03.262Z[ recovery-image] Jul 08 02:41:02.220 INFO O| Jul 08 02:41:02.220 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-07-08T02:41:03.266Z[ recovery-image] Jul 08 02:41:02.228 INFO O| Jul 08 02:41:02.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55242026-07-08T02:41:03.266Z[ recovery-image] Jul 08 02:41:02.228 INFO O| Jul 08 02:41:02.228 INFO STEP 75 (remove_files) COMPLETE
55252026-07-08T02:41:03.270Z[ recovery-image] Jul 08 02:41:02.228 INFO O| Jul 08 02:41:02.228 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-07-08T02:41:03.274Z[ recovery-image] Jul 08 02:41:02.235 INFO O| Jul 08 02:41:02.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55272026-07-08T02:41:03.274Z[ recovery-image] Jul 08 02:41:02.235 INFO O| Jul 08 02:41:02.235 INFO STEP 76 (remove_files) COMPLETE
55282026-07-08T02:41:03.277Z[ recovery-image] Jul 08 02:41:02.235 INFO O| Jul 08 02:41:02.235 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-07-08T02:41:03.282Z[ recovery-image] Jul 08 02:41:02.243 INFO O| Jul 08 02:41:02.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55302026-07-08T02:41:03.282Z[ recovery-image] Jul 08 02:41:02.243 INFO O| Jul 08 02:41:02.243 INFO STEP 77 (remove_files) COMPLETE
55312026-07-08T02:41:03.285Z[ recovery-image] Jul 08 02:41:02.243 INFO O| Jul 08 02:41:02.243 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-07-08T02:41:03.289Z[ recovery-image] Jul 08 02:41:02.251 INFO O| Jul 08 02:41:02.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55332026-07-08T02:41:03.289Z[ recovery-image] Jul 08 02:41:02.251 INFO O| Jul 08 02:41:02.251 INFO STEP 78 (remove_files) COMPLETE
55342026-07-08T02:41:03.292Z[ recovery-image] Jul 08 02:41:02.251 INFO O| Jul 08 02:41:02.251 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-07-08T02:41:03.298Z[ recovery-image] Jul 08 02:41:02.259 INFO O| Jul 08 02:41:02.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55362026-07-08T02:41:03.298Z[ recovery-image] Jul 08 02:41:02.259 INFO O| Jul 08 02:41:02.259 INFO STEP 79 (remove_files) COMPLETE
55372026-07-08T02:41:03.301Z[ recovery-image] Jul 08 02:41:02.259 INFO O| Jul 08 02:41:02.259 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-07-08T02:41:03.305Z[ recovery-image] Jul 08 02:41:02.267 INFO O| Jul 08 02:41:02.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55392026-07-08T02:41:03.305Z[ recovery-image] Jul 08 02:41:02.267 INFO O| Jul 08 02:41:02.267 INFO STEP 80 (remove_files) COMPLETE
55402026-07-08T02:41:03.309Z[ recovery-image] Jul 08 02:41:02.267 INFO O| Jul 08 02:41:02.267 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-07-08T02:41:03.312Z[ recovery-image] Jul 08 02:41:02.274 INFO O| Jul 08 02:41:02.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55422026-07-08T02:41:03.316Z[ recovery-image] Jul 08 02:41:02.274 INFO O| Jul 08 02:41:02.274 INFO STEP 81 (remove_files) COMPLETE
55432026-07-08T02:41:03.316Z[ recovery-image] Jul 08 02:41:02.274 INFO O| Jul 08 02:41:02.274 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-07-08T02:41:03.320Z[ recovery-image] Jul 08 02:41:02.282 INFO O| Jul 08 02:41:02.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55452026-07-08T02:41:03.320Z[ recovery-image] Jul 08 02:41:02.282 INFO O| Jul 08 02:41:02.282 INFO STEP 82 (remove_files) COMPLETE
55462026-07-08T02:41:03.326Z[ recovery-image] Jul 08 02:41:02.282 INFO O| Jul 08 02:41:02.282 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-07-08T02:41:03.330Z[ recovery-image] Jul 08 02:41:02.290 INFO O| Jul 08 02:41:02.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55482026-07-08T02:41:03.330Z[ recovery-image] Jul 08 02:41:02.290 INFO O| Jul 08 02:41:02.290 INFO STEP 83 (remove_files) COMPLETE
55492026-07-08T02:41:03.330Z[ recovery-image] Jul 08 02:41:02.290 INFO O| Jul 08 02:41:02.290 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-07-08T02:41:03.337Z[ recovery-image] Jul 08 02:41:02.298 INFO O| Jul 08 02:41:02.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55512026-07-08T02:41:03.337Z[ recovery-image] Jul 08 02:41:02.298 INFO O| Jul 08 02:41:02.298 INFO STEP 84 (remove_files) COMPLETE
55522026-07-08T02:41:03.337Z[ recovery-image] Jul 08 02:41:02.298 INFO O| Jul 08 02:41:02.298 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-07-08T02:41:03.344Z[ recovery-image] Jul 08 02:41:02.305 INFO O| Jul 08 02:41:02.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55542026-07-08T02:41:03.348Z[ recovery-image] Jul 08 02:41:02.306 INFO O| Jul 08 02:41:02.306 INFO STEP 85 (remove_files) COMPLETE
55552026-07-08T02:41:03.348Z[ recovery-image] Jul 08 02:41:02.306 INFO O| Jul 08 02:41:02.306 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-07-08T02:41:03.352Z[ recovery-image] Jul 08 02:41:02.314 INFO O| Jul 08 02:41:02.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55572026-07-08T02:41:03.356Z[ recovery-image] Jul 08 02:41:02.314 INFO O| Jul 08 02:41:02.314 INFO STEP 86 (remove_files) COMPLETE
55582026-07-08T02:41:03.356Z[ recovery-image] Jul 08 02:41:02.314 INFO O| Jul 08 02:41:02.314 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-07-08T02:41:03.360Z[ recovery-image] Jul 08 02:41:02.321 INFO O| Jul 08 02:41:02.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55602026-07-08T02:41:03.360Z[ recovery-image] Jul 08 02:41:02.321 INFO O| Jul 08 02:41:02.321 INFO STEP 87 (remove_files) COMPLETE
55612026-07-08T02:41:03.360Z[ recovery-image] Jul 08 02:41:02.321 INFO O| Jul 08 02:41:02.321 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-07-08T02:41:03.372Z[ recovery-image] Jul 08 02:41:02.329 INFO O| Jul 08 02:41:02.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55632026-07-08T02:41:03.372Z[ recovery-image] Jul 08 02:41:02.329 INFO O| Jul 08 02:41:02.329 INFO STEP 88 (remove_files) COMPLETE
55642026-07-08T02:41:03.372Z[ recovery-image] Jul 08 02:41:02.329 INFO O| Jul 08 02:41:02.329 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-07-08T02:41:03.376Z[ recovery-image] Jul 08 02:41:02.337 INFO O| Jul 08 02:41:02.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55662026-07-08T02:41:03.379Z[ recovery-image] Jul 08 02:41:02.337 INFO O| Jul 08 02:41:02.337 INFO STEP 89 (remove_files) COMPLETE
55672026-07-08T02:41:03.379Z[ recovery-image] Jul 08 02:41:02.337 INFO O| Jul 08 02:41:02.337 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-07-08T02:41:03.383Z[ recovery-image] Jul 08 02:41:02.345 INFO O| Jul 08 02:41:02.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55692026-07-08T02:41:03.387Z[ recovery-image] Jul 08 02:41:02.345 INFO O| Jul 08 02:41:02.345 INFO STEP 90 (remove_files) COMPLETE
55702026-07-08T02:41:03.387Z[ recovery-image] Jul 08 02:41:02.345 INFO O| Jul 08 02:41:02.345 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-07-08T02:41:03.391Z[ recovery-image] Jul 08 02:41:02.352 INFO O| Jul 08 02:41:02.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55722026-07-08T02:41:03.391Z[ recovery-image] Jul 08 02:41:02.352 INFO O| Jul 08 02:41:02.352 INFO STEP 91 (remove_files) COMPLETE
55732026-07-08T02:41:03.391Z[ recovery-image] Jul 08 02:41:02.352 INFO O| Jul 08 02:41:02.352 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-07-08T02:41:03.399Z[ recovery-image] Jul 08 02:41:02.360 INFO O| Jul 08 02:41:02.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55752026-07-08T02:41:03.399Z[ recovery-image] Jul 08 02:41:02.360 INFO O| Jul 08 02:41:02.360 INFO STEP 92 (remove_files) COMPLETE
55762026-07-08T02:41:03.402Z[ recovery-image] Jul 08 02:41:02.360 INFO O| Jul 08 02:41:02.360 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-07-08T02:41:03.407Z[ recovery-image] Jul 08 02:41:02.368 INFO O| Jul 08 02:41:02.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55782026-07-08T02:41:03.407Z[ recovery-image] Jul 08 02:41:02.368 INFO O| Jul 08 02:41:02.368 INFO STEP 93 (remove_files) COMPLETE
55792026-07-08T02:41:03.407Z[ recovery-image] Jul 08 02:41:02.368 INFO O| Jul 08 02:41:02.368 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-07-08T02:41:03.414Z[ recovery-image] Jul 08 02:41:02.375 INFO O| Jul 08 02:41:02.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55812026-07-08T02:41:03.414Z[ recovery-image] Jul 08 02:41:02.375 INFO O| Jul 08 02:41:02.375 INFO STEP 94 (remove_files) COMPLETE
55822026-07-08T02:41:03.414Z[ recovery-image] Jul 08 02:41:02.375 INFO O| Jul 08 02:41:02.375 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-07-08T02:41:03.422Z[ recovery-image] Jul 08 02:41:02.383 INFO O| Jul 08 02:41:02.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55842026-07-08T02:41:03.422Z[ recovery-image] Jul 08 02:41:02.383 INFO O| Jul 08 02:41:02.383 INFO STEP 95 (remove_files) COMPLETE
55852026-07-08T02:41:03.422Z[ recovery-image] Jul 08 02:41:02.383 INFO O| Jul 08 02:41:02.383 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-07-08T02:41:03.430Z[ recovery-image] Jul 08 02:41:02.391 INFO O| Jul 08 02:41:02.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55872026-07-08T02:41:03.430Z[ recovery-image] Jul 08 02:41:02.391 INFO O| Jul 08 02:41:02.391 INFO STEP 96 (remove_files) COMPLETE
55882026-07-08T02:41:03.433Z[ recovery-image] Jul 08 02:41:02.391 INFO O| Jul 08 02:41:02.391 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-07-08T02:41:03.438Z[ recovery-image] Jul 08 02:41:02.399 INFO O| Jul 08 02:41:02.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55902026-07-08T02:41:03.441Z[ recovery-image] Jul 08 02:41:02.399 INFO O| Jul 08 02:41:02.399 INFO STEP 97 (remove_files) COMPLETE
55912026-07-08T02:41:03.441Z[ recovery-image] Jul 08 02:41:02.399 INFO O| Jul 08 02:41:02.399 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-07-08T02:41:03.444Z[ recovery-image] Jul 08 02:41:02.406 INFO O| Jul 08 02:41:02.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55932026-07-08T02:41:03.448Z[ recovery-image] Jul 08 02:41:02.406 INFO O| Jul 08 02:41:02.406 INFO STEP 98 (remove_files) COMPLETE
55942026-07-08T02:41:03.448Z[ recovery-image] Jul 08 02:41:02.406 INFO O| Jul 08 02:41:02.406 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-07-08T02:41:03.455Z[ recovery-image] Jul 08 02:41:02.414 INFO O| Jul 08 02:41:02.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55962026-07-08T02:41:03.455Z[ recovery-image] Jul 08 02:41:02.414 INFO O| Jul 08 02:41:02.414 INFO STEP 99 (remove_files) COMPLETE
55972026-07-08T02:41:03.459Z[ recovery-image] Jul 08 02:41:02.414 INFO O| Jul 08 02:41:02.414 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-07-08T02:41:03.463Z[ recovery-image] Jul 08 02:41:02.422 INFO O| Jul 08 02:41:02.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55992026-07-08T02:41:03.463Z[ recovery-image] Jul 08 02:41:02.422 INFO O| Jul 08 02:41:02.422 INFO STEP 100 (remove_files) COMPLETE
56002026-07-08T02:41:03.464Z[ recovery-image] Jul 08 02:41:02.422 INFO O| Jul 08 02:41:02.422 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-07-08T02:41:03.468Z[ recovery-image] Jul 08 02:41:02.429 INFO O| Jul 08 02:41:02.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56022026-07-08T02:41:03.468Z[ recovery-image] Jul 08 02:41:02.429 INFO O| Jul 08 02:41:02.429 INFO STEP 101 (remove_files) COMPLETE
56032026-07-08T02:41:03.468Z[ recovery-image] Jul 08 02:41:02.429 INFO O| Jul 08 02:41:02.429 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-07-08T02:41:03.475Z[ recovery-image] Jul 08 02:41:02.436 INFO O| Jul 08 02:41:02.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56052026-07-08T02:41:03.475Z[ recovery-image] Jul 08 02:41:02.436 INFO O| Jul 08 02:41:02.436 INFO STEP 102 (remove_files) COMPLETE
56062026-07-08T02:41:03.475Z[ recovery-image] Jul 08 02:41:02.436 INFO O| Jul 08 02:41:02.436 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-07-08T02:41:03.483Z[ recovery-image] Jul 08 02:41:02.444 INFO O| Jul 08 02:41:02.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56082026-07-08T02:41:03.483Z[ recovery-image] Jul 08 02:41:02.444 INFO O| Jul 08 02:41:02.444 INFO STEP 103 (remove_files) COMPLETE
56092026-07-08T02:41:03.486Z[ recovery-image] Jul 08 02:41:02.444 INFO O| Jul 08 02:41:02.444 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-07-08T02:41:03.490Z[ recovery-image] Jul 08 02:41:02.451 INFO O| Jul 08 02:41:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56112026-07-08T02:41:03.490Z[ recovery-image] Jul 08 02:41:02.451 INFO O| Jul 08 02:41:02.451 INFO STEP 104 (remove_files) COMPLETE
56122026-07-08T02:41:03.490Z[ recovery-image] Jul 08 02:41:02.451 INFO O| Jul 08 02:41:02.451 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-07-08T02:41:03.495Z[ recovery-image] Jul 08 02:41:02.456 INFO O| Jul 08 02:41:02.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56142026-07-08T02:41:03.495Z[ recovery-image] Jul 08 02:41:02.456 INFO O| Jul 08 02:41:02.456 INFO STEP 105 (remove_files) COMPLETE
56152026-07-08T02:41:03.500Z[ recovery-image] Jul 08 02:41:02.456 INFO O| Jul 08 02:41:02.456 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-07-08T02:41:03.507Z[ recovery-image] Jul 08 02:41:02.462 INFO O| Jul 08 02:41:02.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56172026-07-08T02:41:03.507Z[ recovery-image] Jul 08 02:41:02.462 INFO O| Jul 08 02:41:02.462 INFO STEP 106 (remove_files) COMPLETE
56182026-07-08T02:41:03.507Z[ recovery-image] Jul 08 02:41:02.462 INFO O| Jul 08 02:41:02.462 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-07-08T02:41:03.511Z[ recovery-image] Jul 08 02:41:02.468 INFO O| Jul 08 02:41:02.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56202026-07-08T02:41:03.511Z[ recovery-image] Jul 08 02:41:02.468 INFO O| Jul 08 02:41:02.468 INFO STEP 107 (remove_files) COMPLETE
56212026-07-08T02:41:03.511Z[ recovery-image] Jul 08 02:41:02.468 INFO O| Jul 08 02:41:02.468 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-07-08T02:41:03.517Z[ recovery-image] Jul 08 02:41:02.474 INFO O| Jul 08 02:41:02.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56232026-07-08T02:41:03.518Z[ recovery-image] Jul 08 02:41:02.474 INFO O| Jul 08 02:41:02.474 INFO STEP 108 (remove_files) COMPLETE
56242026-07-08T02:41:03.518Z[ recovery-image] Jul 08 02:41:02.474 INFO O| Jul 08 02:41:02.474 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-07-08T02:41:03.523Z[ recovery-image] Jul 08 02:41:02.480 INFO O| Jul 08 02:41:02.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56262026-07-08T02:41:03.523Z[ recovery-image] Jul 08 02:41:02.480 INFO O| Jul 08 02:41:02.480 INFO STEP 109 (remove_files) COMPLETE
56272026-07-08T02:41:03.523Z[ recovery-image] Jul 08 02:41:02.480 INFO O| Jul 08 02:41:02.480 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-07-08T02:41:03.536Z[ recovery-image] Jul 08 02:41:02.485 INFO O| Jul 08 02:41:02.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56292026-07-08T02:41:03.536Z[ recovery-image] Jul 08 02:41:02.485 INFO O| Jul 08 02:41:02.485 INFO STEP 110 (remove_files) COMPLETE
56302026-07-08T02:41:03.536Z[ recovery-image] Jul 08 02:41:02.485 INFO O| Jul 08 02:41:02.485 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-07-08T02:41:03.544Z[ recovery-image] Jul 08 02:41:02.491 INFO O| Jul 08 02:41:02.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56322026-07-08T02:41:03.545Z[ recovery-image] Jul 08 02:41:02.491 INFO O| Jul 08 02:41:02.491 INFO STEP 111 (remove_files) COMPLETE
56332026-07-08T02:41:03.545Z[ recovery-image] Jul 08 02:41:02.491 INFO O| Jul 08 02:41:02.491 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-07-08T02:41:03.545Z[ recovery-image] Jul 08 02:41:02.497 INFO O| Jul 08 02:41:02.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56352026-07-08T02:41:03.545Z[ recovery-image] Jul 08 02:41:02.497 INFO O| Jul 08 02:41:02.497 INFO STEP 112 (remove_files) COMPLETE
56362026-07-08T02:41:03.545Z[ recovery-image] Jul 08 02:41:02.497 INFO O| Jul 08 02:41:02.497 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.502 INFO O| Jul 08 02:41:02.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56382026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.502 INFO O| Jul 08 02:41:02.502 INFO STEP 113 (remove_files) COMPLETE
56392026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.502 INFO O| Jul 08 02:41:02.502 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.508 INFO O| Jul 08 02:41:02.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56412026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.509 INFO O| Jul 08 02:41:02.509 INFO STEP 114 (remove_files) COMPLETE
56422026-07-08T02:41:03.556Z[ recovery-image] Jul 08 02:41:02.509 INFO O| Jul 08 02:41:02.509 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-07-08T02:41:03.561Z[ recovery-image] Jul 08 02:41:02.516 INFO O| Jul 08 02:41:02.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56442026-07-08T02:41:03.561Z[ recovery-image] Jul 08 02:41:02.516 INFO O| Jul 08 02:41:02.516 INFO STEP 115 (remove_files) COMPLETE
56452026-07-08T02:41:03.561Z[ recovery-image] Jul 08 02:41:02.516 INFO O| Jul 08 02:41:02.516 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-07-08T02:41:03.568Z[ recovery-image] Jul 08 02:41:02.522 INFO O| Jul 08 02:41:02.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56472026-07-08T02:41:03.568Z[ host-image] Jul 08 02:41:02.523 INFO O| Jul 08 02:41:02.522 INFO O| Startup: Refreshing catalog 'helios' ... Done
56482026-07-08T02:41:03.568Z[ recovery-image] Jul 08 02:41:02.523 INFO O| Jul 08 02:41:02.523 INFO STEP 116 (remove_files) COMPLETE
56492026-07-08T02:41:03.568Z[ recovery-image] Jul 08 02:41:02.523 INFO O| Jul 08 02:41:02.523 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-08T02:41:03.573Z[ recovery-image] Jul 08 02:41:02.531 INFO O| Jul 08 02:41:02.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56512026-07-08T02:41:03.573Z[ recovery-image] Jul 08 02:41:02.531 INFO O| Jul 08 02:41:02.531 INFO STEP 117 (remove_files) COMPLETE
56522026-07-08T02:41:03.573Z[ recovery-image] Jul 08 02:41:02.531 INFO O| Jul 08 02:41:02.531 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-08T02:41:03.587Z[ recovery-image] Jul 08 02:41:02.538 INFO O| Jul 08 02:41:02.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56542026-07-08T02:41:03.587Z[ recovery-image] Jul 08 02:41:02.538 INFO O| Jul 08 02:41:02.538 INFO STEP 118 (remove_files) COMPLETE
56552026-07-08T02:41:03.587Z[ recovery-image] Jul 08 02:41:02.538 INFO O| Jul 08 02:41:02.538 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.545 INFO O| Jul 08 02:41:02.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56572026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.545 INFO O| Jul 08 02:41:02.545 INFO STEP 119 (remove_files) COMPLETE
56582026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.545 INFO O| Jul 08 02:41:02.545 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.551 INFO O| Jul 08 02:41:02.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56602026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.551 INFO O| Jul 08 02:41:02.551 INFO STEP 120 (remove_files) COMPLETE
56612026-07-08T02:41:03.593Z[ recovery-image] Jul 08 02:41:02.551 INFO O| Jul 08 02:41:02.551 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-08T02:41:03.600Z[ recovery-image] Jul 08 02:41:02.560 INFO O| Jul 08 02:41:02.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56632026-07-08T02:41:03.605Z[ recovery-image] Jul 08 02:41:02.560 INFO O| Jul 08 02:41:02.560 INFO STEP 121 (remove_files) COMPLETE
56642026-07-08T02:41:03.605Z[ recovery-image] Jul 08 02:41:02.560 INFO O| Jul 08 02:41:02.560 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-08T02:41:03.611Z[ recovery-image] Jul 08 02:41:02.567 INFO O| Jul 08 02:41:02.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56662026-07-08T02:41:03.611Z[ recovery-image] Jul 08 02:41:02.567 INFO O| Jul 08 02:41:02.567 INFO STEP 122 (remove_files) COMPLETE
56672026-07-08T02:41:03.611Z[ recovery-image] Jul 08 02:41:02.567 INFO O| Jul 08 02:41:02.567 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-08T02:41:03.616Z[ recovery-image] Jul 08 02:41:02.573 INFO O| Jul 08 02:41:02.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56692026-07-08T02:41:03.616Z[ recovery-image] Jul 08 02:41:02.573 INFO O| Jul 08 02:41:02.573 INFO STEP 123 (remove_files) COMPLETE
56702026-07-08T02:41:03.616Z[ recovery-image] Jul 08 02:41:02.573 INFO O| Jul 08 02:41:02.573 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-08T02:41:03.622Z[ recovery-image] Jul 08 02:41:02.581 INFO O| Jul 08 02:41:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56722026-07-08T02:41:03.623Z[ recovery-image] Jul 08 02:41:02.581 INFO O| Jul 08 02:41:02.581 INFO STEP 124 (remove_files) COMPLETE
56732026-07-08T02:41:03.623Z[ recovery-image] Jul 08 02:41:02.581 INFO O| Jul 08 02:41:02.581 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-08T02:41:03.646Z[ recovery-image] Jul 08 02:41:02.588 INFO O| Jul 08 02:41:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56752026-07-08T02:41:03.646Z[ recovery-image] Jul 08 02:41:02.588 INFO O| Jul 08 02:41:02.588 INFO STEP 125 (remove_files) COMPLETE
56762026-07-08T02:41:03.646Z[ recovery-image] Jul 08 02:41:02.588 INFO O| Jul 08 02:41:02.588 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.596 INFO O| Jul 08 02:41:02.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56782026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.596 INFO O| Jul 08 02:41:02.596 INFO STEP 126 (remove_files) COMPLETE
56792026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.596 INFO O| Jul 08 02:41:02.596 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.604 INFO O| Jul 08 02:41:02.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56812026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.604 INFO O| Jul 08 02:41:02.604 INFO STEP 127 (remove_files) COMPLETE
56822026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.604 INFO O| Jul 08 02:41:02.604 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.612 INFO O| Jul 08 02:41:02.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56842026-07-08T02:41:03.658Z[ recovery-image] Jul 08 02:41:02.612 INFO O| Jul 08 02:41:02.612 INFO STEP 128 (remove_files) COMPLETE
56852026-07-08T02:41:03.659Z[ recovery-image] Jul 08 02:41:02.612 INFO O| Jul 08 02:41:02.612 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-08T02:41:03.667Z[ recovery-image] Jul 08 02:41:02.619 INFO O| Jul 08 02:41:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56872026-07-08T02:41:03.667Z[ recovery-image] Jul 08 02:41:02.619 INFO O| Jul 08 02:41:02.619 INFO STEP 129 (remove_files) COMPLETE
56882026-07-08T02:41:03.667Z[ recovery-image] Jul 08 02:41:02.619 INFO O| Jul 08 02:41:02.619 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-08T02:41:03.674Z[ recovery-image] Jul 08 02:41:02.627 INFO O| Jul 08 02:41:02.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56902026-07-08T02:41:03.674Z[ recovery-image] Jul 08 02:41:02.627 INFO O| Jul 08 02:41:02.627 INFO STEP 130 (remove_files) COMPLETE
56912026-07-08T02:41:03.674Z[ recovery-image] Jul 08 02:41:02.627 INFO O| Jul 08 02:41:02.627 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-08T02:41:03.681Z[ recovery-image] Jul 08 02:41:02.635 INFO O| Jul 08 02:41:02.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56932026-07-08T02:41:03.681Z[ recovery-image] Jul 08 02:41:02.635 INFO O| Jul 08 02:41:02.635 INFO STEP 131 (remove_files) COMPLETE
56942026-07-08T02:41:03.681Z[ recovery-image] Jul 08 02:41:02.635 INFO O| Jul 08 02:41:02.635 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-08T02:41:03.687Z[ host-image] Jul 08 02:41:02.643 INFO O| Jul 08 02:41:02.643 INFO O| Startup: Caching catalogs ... Done
56962026-07-08T02:41:03.687Z[ recovery-image] Jul 08 02:41:02.644 INFO O| Jul 08 02:41:02.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56972026-07-08T02:41:03.687Z[ recovery-image] Jul 08 02:41:02.644 INFO O| Jul 08 02:41:02.644 INFO STEP 132 (remove_files) COMPLETE
56982026-07-08T02:41:03.687Z[ recovery-image] Jul 08 02:41:02.644 INFO O| Jul 08 02:41:02.644 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-08T02:41:03.695Z[ recovery-image] Jul 08 02:41:02.652 INFO O| Jul 08 02:41:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57002026-07-08T02:41:03.695Z[ recovery-image] Jul 08 02:41:02.652 INFO O| Jul 08 02:41:02.652 INFO STEP 133 (remove_files) COMPLETE
57012026-07-08T02:41:03.695Z[ recovery-image] Jul 08 02:41:02.652 INFO O| Jul 08 02:41:02.652 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-08T02:41:03.701Z[ recovery-image] Jul 08 02:41:02.660 INFO O| Jul 08 02:41:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57032026-07-08T02:41:03.701Z[ recovery-image] Jul 08 02:41:02.660 INFO O| Jul 08 02:41:02.660 INFO STEP 134 (remove_files) COMPLETE
57042026-07-08T02:41:03.701Z[ recovery-image] Jul 08 02:41:02.660 INFO O| Jul 08 02:41:02.660 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-08T02:41:03.709Z[ recovery-image] Jul 08 02:41:02.669 INFO O| Jul 08 02:41:02.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57062026-07-08T02:41:03.709Z[ recovery-image] Jul 08 02:41:02.669 INFO O| Jul 08 02:41:02.669 INFO STEP 135 (remove_files) COMPLETE
57072026-07-08T02:41:03.714Z[ recovery-image] Jul 08 02:41:02.669 INFO O| Jul 08 02:41:02.669 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-08T02:41:03.723Z[ recovery-image] Jul 08 02:41:02.678 INFO O| Jul 08 02:41:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57092026-07-08T02:41:03.723Z[ recovery-image] Jul 08 02:41:02.678 INFO O| Jul 08 02:41:02.678 INFO STEP 136 (remove_files) COMPLETE
57102026-07-08T02:41:03.724Z[ recovery-image] Jul 08 02:41:02.678 INFO O| Jul 08 02:41:02.678 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-08T02:41:03.731Z[ recovery-image] Jul 08 02:41:02.687 INFO O| Jul 08 02:41:02.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57122026-07-08T02:41:03.731Z[ recovery-image] Jul 08 02:41:02.687 INFO O| Jul 08 02:41:02.687 INFO STEP 137 (remove_files) COMPLETE
57132026-07-08T02:41:03.731Z[ recovery-image] Jul 08 02:41:02.687 INFO O| Jul 08 02:41:02.687 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-08T02:41:03.736Z[ recovery-image] Jul 08 02:41:02.695 INFO O| Jul 08 02:41:02.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57152026-07-08T02:41:03.736Z[ recovery-image] Jul 08 02:41:02.695 INFO O| Jul 08 02:41:02.695 INFO STEP 138 (remove_files) COMPLETE
57162026-07-08T02:41:03.736Z[ recovery-image] Jul 08 02:41:02.695 INFO O| Jul 08 02:41:02.695 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-08T02:41:03.749Z[ recovery-image] Jul 08 02:41:02.703 INFO O| Jul 08 02:41:02.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57182026-07-08T02:41:03.749Z[ recovery-image] Jul 08 02:41:02.703 INFO O| Jul 08 02:41:02.703 INFO STEP 139 (remove_files) COMPLETE
57192026-07-08T02:41:03.749Z[ recovery-image] Jul 08 02:41:02.703 INFO O| Jul 08 02:41:02.703 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-08T02:41:03.755Z[ recovery-image] Jul 08 02:41:02.712 INFO O| Jul 08 02:41:02.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57212026-07-08T02:41:03.755Z[ recovery-image] Jul 08 02:41:02.712 INFO O| Jul 08 02:41:02.712 INFO STEP 140 (remove_files) COMPLETE
57222026-07-08T02:41:03.755Z[ recovery-image] Jul 08 02:41:02.712 INFO O| Jul 08 02:41:02.712 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-08T02:41:03.767Z[ recovery-image] Jul 08 02:41:02.721 INFO O| Jul 08 02:41:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57242026-07-08T02:41:03.767Z[ recovery-image] Jul 08 02:41:02.721 INFO O| Jul 08 02:41:02.721 INFO STEP 141 (remove_files) COMPLETE
57252026-07-08T02:41:03.780Z[ recovery-image] Jul 08 02:41:02.721 INFO O| Jul 08 02:41:02.721 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-08T02:41:03.780Z[ recovery-image] Jul 08 02:41:02.729 INFO O| Jul 08 02:41:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57272026-07-08T02:41:03.780Z[ recovery-image] Jul 08 02:41:02.729 INFO O| Jul 08 02:41:02.729 INFO STEP 142 (remove_files) COMPLETE
57282026-07-08T02:41:03.780Z[ recovery-image] Jul 08 02:41:02.729 INFO O| Jul 08 02:41:02.729 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.736 INFO O| Jul 08 02:41:02.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57302026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.736 INFO O| Jul 08 02:41:02.736 INFO STEP 143 (remove_files) COMPLETE
57312026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.736 INFO O| Jul 08 02:41:02.736 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.744 INFO O| Jul 08 02:41:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57332026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.744 INFO O| Jul 08 02:41:02.744 INFO STEP 144 (remove_files) COMPLETE
57342026-07-08T02:41:03.785Z[ recovery-image] Jul 08 02:41:02.744 INFO O| Jul 08 02:41:02.744 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-08T02:41:03.792Z[ recovery-image] Jul 08 02:41:02.753 INFO O| Jul 08 02:41:02.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57362026-07-08T02:41:03.792Z[ recovery-image] Jul 08 02:41:02.753 INFO O| Jul 08 02:41:02.753 INFO STEP 145 (remove_files) COMPLETE
57372026-07-08T02:41:03.792Z[ recovery-image] Jul 08 02:41:02.753 INFO O| Jul 08 02:41:02.753 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-08T02:41:03.802Z[ recovery-image] Jul 08 02:41:02.760 INFO O| Jul 08 02:41:02.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57392026-07-08T02:41:03.803Z[ recovery-image] Jul 08 02:41:02.760 INFO O| Jul 08 02:41:02.760 INFO STEP 146 (remove_files) COMPLETE
57402026-07-08T02:41:03.806Z[ recovery-image] Jul 08 02:41:02.760 INFO O| Jul 08 02:41:02.760 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-08T02:41:03.815Z[ recovery-image] Jul 08 02:41:02.770 INFO O| Jul 08 02:41:02.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57422026-07-08T02:41:03.815Z[ recovery-image] Jul 08 02:41:02.770 INFO O| Jul 08 02:41:02.770 INFO STEP 147 (remove_files) COMPLETE
57432026-07-08T02:41:03.815Z[ recovery-image] Jul 08 02:41:02.770 INFO O| Jul 08 02:41:02.770 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-08T02:41:03.824Z[ recovery-image] Jul 08 02:41:02.779 INFO O| Jul 08 02:41:02.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57452026-07-08T02:41:03.824Z[ recovery-image] Jul 08 02:41:02.779 INFO O| Jul 08 02:41:02.779 INFO STEP 148 (remove_files) COMPLETE
57462026-07-08T02:41:03.824Z[ recovery-image] Jul 08 02:41:02.779 INFO O| Jul 08 02:41:02.779 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-08T02:41:03.828Z[ recovery-image] Jul 08 02:41:02.787 INFO O| Jul 08 02:41:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57482026-07-08T02:41:03.828Z[ recovery-image] Jul 08 02:41:02.787 INFO O| Jul 08 02:41:02.787 INFO STEP 149 (remove_files) COMPLETE
57492026-07-08T02:41:03.828Z[ recovery-image] Jul 08 02:41:02.787 INFO O| Jul 08 02:41:02.787 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-08T02:41:03.838Z[ recovery-image] Jul 08 02:41:02.795 INFO O| Jul 08 02:41:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57512026-07-08T02:41:03.838Z[ recovery-image] Jul 08 02:41:02.795 INFO O| Jul 08 02:41:02.795 INFO STEP 150 (remove_files) COMPLETE
57522026-07-08T02:41:03.844Z[ recovery-image] Jul 08 02:41:02.795 INFO O| Jul 08 02:41:02.795 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-08T02:41:03.844Z[ recovery-image] Jul 08 02:41:02.803 INFO O| Jul 08 02:41:02.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57542026-07-08T02:41:03.844Z[ recovery-image] Jul 08 02:41:02.803 INFO O| Jul 08 02:41:02.803 INFO STEP 151 (remove_files) COMPLETE
57552026-07-08T02:41:03.844Z[ recovery-image] Jul 08 02:41:02.803 INFO O| Jul 08 02:41:02.803 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-08T02:41:03.859Z[ recovery-image] Jul 08 02:41:02.812 INFO O| Jul 08 02:41:02.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57572026-07-08T02:41:03.859Z[ recovery-image] Jul 08 02:41:02.812 INFO O| Jul 08 02:41:02.812 INFO STEP 152 (remove_files) COMPLETE
57582026-07-08T02:41:03.859Z[ recovery-image] Jul 08 02:41:02.812 INFO O| Jul 08 02:41:02.812 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-08T02:41:03.872Z[ host-image] Jul 08 02:41:02.816 INFO O| Jul 08 02:41:02.816 INFO O| Planning: Solver setup ... Done
57602026-07-08T02:41:03.872Z[ host-image] Jul 08 02:41:02.821 INFO O| Jul 08 02:41:02.821 INFO O| Planning: Running solver ... Done
57612026-07-08T02:41:03.872Z[ recovery-image] Jul 08 02:41:02.821 INFO O| Jul 08 02:41:02.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57622026-07-08T02:41:03.874Z[ recovery-image] Jul 08 02:41:02.821 INFO O| Jul 08 02:41:02.821 INFO STEP 153 (remove_files) COMPLETE
57632026-07-08T02:41:03.875Z[ recovery-image] Jul 08 02:41:02.821 INFO O| Jul 08 02:41:02.821 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-08T02:41:03.877Z[ host-image] Jul 08 02:41:02.825 INFO O| Jul 08 02:41:02.825 INFO O| Planning: Finding local manifests ... Done
57652026-07-08T02:41:03.886Z[ recovery-image] Jul 08 02:41:02.829 INFO O| Jul 08 02:41:02.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57662026-07-08T02:41:03.886Z[ recovery-image] Jul 08 02:41:02.829 INFO O| Jul 08 02:41:02.829 INFO STEP 154 (remove_files) COMPLETE
57672026-07-08T02:41:03.886Z[ recovery-image] Jul 08 02:41:02.829 INFO O| Jul 08 02:41:02.829 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-08T02:41:03.886Z[ host-image] Jul 08 02:41:02.837 INFO O| Jul 08 02:41:02.837 INFO O| Planning: Fetching manifests: 0/1 0% complete
57692026-07-08T02:41:03.886Z[ recovery-image] Jul 08 02:41:02.839 INFO O| Jul 08 02:41:02.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57702026-07-08T02:41:03.886Z[ recovery-image] Jul 08 02:41:02.839 INFO O| Jul 08 02:41:02.839 INFO STEP 155 (remove_files) COMPLETE
57712026-07-08T02:41:03.887Z[ recovery-image] Jul 08 02:41:02.839 INFO O| Jul 08 02:41:02.839 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-07-08T02:41:03.887Z[ host-image] Jul 08 02:41:02.841 INFO O| Jul 08 02:41:02.841 INFO O| Planning: Fetching manifests: 1/1 100% complete
57732026-07-08T02:41:03.901Z[ recovery-image] Jul 08 02:41:02.847 INFO O| Jul 08 02:41:02.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57742026-07-08T02:41:03.901Z[ recovery-image] Jul 08 02:41:02.847 INFO O| Jul 08 02:41:02.847 INFO STEP 156 (remove_files) COMPLETE
57752026-07-08T02:41:03.901Z[ recovery-image] Jul 08 02:41:02.847 INFO O| Jul 08 02:41:02.847 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-08T02:41:03.909Z[ recovery-image] Jul 08 02:41:02.856 INFO O| Jul 08 02:41:02.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57772026-07-08T02:41:03.910Z[ recovery-image] Jul 08 02:41:02.856 INFO O| Jul 08 02:41:02.856 INFO STEP 157 (remove_files) COMPLETE
57782026-07-08T02:41:03.913Z[ recovery-image] Jul 08 02:41:02.856 INFO O| Jul 08 02:41:02.856 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-08T02:41:03.913Z[ host-image] Jul 08 02:41:02.856 INFO O| Jul 08 02:41:02.856 INFO O| Planning: Package planning ... Done
57802026-07-08T02:41:03.913Z[ host-image] Jul 08 02:41:02.856 INFO O| Jul 08 02:41:02.856 INFO O| Planning: Merging actions ... Done
57812026-07-08T02:41:03.913Z[ recovery-image] Jul 08 02:41:02.864 INFO O| Jul 08 02:41:02.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57822026-07-08T02:41:03.913Z[ recovery-image] Jul 08 02:41:02.864 INFO O| Jul 08 02:41:02.864 INFO STEP 158 (remove_files) COMPLETE
57832026-07-08T02:41:03.914Z[ recovery-image] Jul 08 02:41:02.864 INFO O| Jul 08 02:41:02.864 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.872 INFO O| Jul 08 02:41:02.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57852026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.872 INFO O| Jul 08 02:41:02.872 INFO STEP 159 (remove_files) COMPLETE
57862026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.872 INFO O| Jul 08 02:41:02.872 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.880 INFO O| Jul 08 02:41:02.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57882026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.880 INFO O| Jul 08 02:41:02.880 INFO STEP 160 (remove_files) COMPLETE
57892026-07-08T02:41:03.925Z[ recovery-image] Jul 08 02:41:02.880 INFO O| Jul 08 02:41:02.880 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-07-08T02:41:03.932Z[ recovery-image] Jul 08 02:41:02.888 INFO O| Jul 08 02:41:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57912026-07-08T02:41:03.932Z[ recovery-image] Jul 08 02:41:02.888 INFO O| Jul 08 02:41:02.888 INFO STEP 161 (remove_files) COMPLETE
57922026-07-08T02:41:03.932Z[ recovery-image] Jul 08 02:41:02.888 INFO O| Jul 08 02:41:02.888 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-07-08T02:41:03.936Z[ recovery-image] Jul 08 02:41:02.896 INFO O| Jul 08 02:41:02.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57942026-07-08T02:41:03.937Z[ recovery-image] Jul 08 02:41:02.897 INFO O| Jul 08 02:41:02.897 INFO STEP 162 (remove_files) COMPLETE
57952026-07-08T02:41:03.937Z[ recovery-image] Jul 08 02:41:02.897 INFO O| Jul 08 02:41:02.897 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-07-08T02:41:03.954Z[ recovery-image] Jul 08 02:41:02.906 INFO O| Jul 08 02:41:02.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57972026-07-08T02:41:03.955Z[ recovery-image] Jul 08 02:41:02.906 INFO O| Jul 08 02:41:02.906 INFO STEP 163 (remove_files) COMPLETE
57982026-07-08T02:41:03.955Z[ recovery-image] Jul 08 02:41:02.906 INFO O| Jul 08 02:41:02.906 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-07-08T02:41:03.964Z[ recovery-image] Jul 08 02:41:02.915 INFO O| Jul 08 02:41:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58002026-07-08T02:41:03.964Z[ recovery-image] Jul 08 02:41:02.915 INFO O| Jul 08 02:41:02.915 INFO STEP 164 (remove_files) COMPLETE
58012026-07-08T02:41:03.964Z[ recovery-image] Jul 08 02:41:02.915 INFO O| Jul 08 02:41:02.915 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-07-08T02:41:03.969Z[ recovery-image] Jul 08 02:41:02.924 INFO O| Jul 08 02:41:02.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58032026-07-08T02:41:03.970Z[ recovery-image] Jul 08 02:41:02.924 INFO O| Jul 08 02:41:02.924 INFO STEP 165 (remove_files) COMPLETE
58042026-07-08T02:41:03.970Z[ recovery-image] Jul 08 02:41:02.924 INFO O| Jul 08 02:41:02.924 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-07-08T02:41:03.981Z[ recovery-image] Jul 08 02:41:02.932 INFO O| Jul 08 02:41:02.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58062026-07-08T02:41:03.981Z[ recovery-image] Jul 08 02:41:02.932 INFO O| Jul 08 02:41:02.932 INFO STEP 166 (remove_files) COMPLETE
58072026-07-08T02:41:03.981Z[ recovery-image] Jul 08 02:41:02.932 INFO O| Jul 08 02:41:02.932 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-07-08T02:41:03.986Z[ recovery-image] Jul 08 02:41:02.942 INFO O| Jul 08 02:41:02.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58092026-07-08T02:41:03.986Z[ recovery-image] Jul 08 02:41:02.942 INFO O| Jul 08 02:41:02.942 INFO STEP 167 (remove_files) COMPLETE
58102026-07-08T02:41:03.986Z[ host-image] Jul 08 02:41:02.942 INFO O| Jul 08 02:41:02.942 INFO O| Planning: Checking for conflicting actions ... Done
58112026-07-08T02:41:03.986Z[ recovery-image] Jul 08 02:41:02.942 INFO O| Jul 08 02:41:02.942 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-08T02:41:03.986Z[ host-image] Jul 08 02:41:02.942 INFO O| Jul 08 02:41:02.942 INFO O| Planning: Consolidating action changes ... Done
58132026-07-08T02:41:03.992Z[ recovery-image] Jul 08 02:41:02.950 INFO O| Jul 08 02:41:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58142026-07-08T02:41:03.992Z[ recovery-image] Jul 08 02:41:02.950 INFO O| Jul 08 02:41:02.950 INFO STEP 168 (remove_files) COMPLETE
58152026-07-08T02:41:03.992Z[ recovery-image] Jul 08 02:41:02.950 INFO O| Jul 08 02:41:02.950 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-08T02:41:04.001Z[ recovery-image] Jul 08 02:41:02.959 INFO O| Jul 08 02:41:02.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58172026-07-08T02:41:04.002Z[ recovery-image] Jul 08 02:41:02.959 INFO O| Jul 08 02:41:02.959 INFO STEP 169 (remove_files) COMPLETE
58182026-07-08T02:41:04.007Z[ recovery-image] Jul 08 02:41:02.959 INFO O| Jul 08 02:41:02.959 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-08T02:41:04.007Z[ recovery-image] Jul 08 02:41:02.967 INFO O| Jul 08 02:41:02.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58202026-07-08T02:41:04.007Z[ recovery-image] Jul 08 02:41:02.967 INFO O| Jul 08 02:41:02.967 INFO STEP 170 (remove_files) COMPLETE
58212026-07-08T02:41:04.007Z[ recovery-image] Jul 08 02:41:02.967 INFO O| Jul 08 02:41:02.967 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-08T02:41:04.017Z[ recovery-image] Jul 08 02:41:02.977 INFO O| Jul 08 02:41:02.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58232026-07-08T02:41:04.017Z[ recovery-image] Jul 08 02:41:02.977 INFO O| Jul 08 02:41:02.977 INFO STEP 171 (remove_files) COMPLETE
58242026-07-08T02:41:04.021Z[ recovery-image] Jul 08 02:41:02.977 INFO O| Jul 08 02:41:02.977 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-08T02:41:04.025Z[ recovery-image] Jul 08 02:41:02.986 INFO O| Jul 08 02:41:02.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58262026-07-08T02:41:04.025Z[ recovery-image] Jul 08 02:41:02.986 INFO O| Jul 08 02:41:02.986 INFO STEP 172 (remove_files) COMPLETE
58272026-07-08T02:41:04.030Z[ recovery-image] Jul 08 02:41:02.986 INFO O| Jul 08 02:41:02.986 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-08T02:41:04.035Z[ recovery-image] Jul 08 02:41:02.995 INFO O| Jul 08 02:41:02.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58292026-07-08T02:41:04.035Z[ recovery-image] Jul 08 02:41:02.995 INFO O| Jul 08 02:41:02.995 INFO STEP 173 (remove_files) COMPLETE
58302026-07-08T02:41:04.035Z[ recovery-image] Jul 08 02:41:02.995 INFO O| Jul 08 02:41:02.995 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-08T02:41:04.043Z[ recovery-image] Jul 08 02:41:03.004 INFO O| Jul 08 02:41:03.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58322026-07-08T02:41:04.047Z[ recovery-image] Jul 08 02:41:03.004 INFO O| Jul 08 02:41:03.004 INFO STEP 174 (remove_files) COMPLETE
58332026-07-08T02:41:04.047Z[ recovery-image] Jul 08 02:41:03.004 INFO O| Jul 08 02:41:03.004 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-08T02:41:04.052Z[ recovery-image] Jul 08 02:41:03.013 INFO O| Jul 08 02:41:03.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58352026-07-08T02:41:04.052Z[ recovery-image] Jul 08 02:41:03.013 INFO O| Jul 08 02:41:03.013 INFO STEP 175 (remove_files) COMPLETE
58362026-07-08T02:41:04.055Z[ recovery-image] Jul 08 02:41:03.013 INFO O| Jul 08 02:41:03.013 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-08T02:41:04.061Z[ recovery-image] Jul 08 02:41:03.022 INFO O| Jul 08 02:41:03.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58382026-07-08T02:41:04.061Z[ recovery-image] Jul 08 02:41:03.022 INFO O| Jul 08 02:41:03.022 INFO STEP 176 (remove_files) COMPLETE
58392026-07-08T02:41:04.066Z[ recovery-image] Jul 08 02:41:03.022 INFO O| Jul 08 02:41:03.022 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-08T02:41:04.079Z[ recovery-image] Jul 08 02:41:03.030 INFO O| Jul 08 02:41:03.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58412026-07-08T02:41:04.079Z[ recovery-image] Jul 08 02:41:03.030 INFO O| Jul 08 02:41:03.030 INFO STEP 177 (remove_files) COMPLETE
58422026-07-08T02:41:04.079Z[ recovery-image] Jul 08 02:41:03.030 INFO O| Jul 08 02:41:03.030 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-08T02:41:04.083Z[ recovery-image] Jul 08 02:41:03.040 INFO O| Jul 08 02:41:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58442026-07-08T02:41:04.083Z[ recovery-image] Jul 08 02:41:03.040 INFO O| Jul 08 02:41:03.040 INFO STEP 178 (remove_files) COMPLETE
58452026-07-08T02:41:04.083Z[ recovery-image] Jul 08 02:41:03.040 INFO O| Jul 08 02:41:03.040 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-08T02:41:04.090Z[ recovery-image] Jul 08 02:41:03.048 INFO O| Jul 08 02:41:03.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58472026-07-08T02:41:04.090Z[ recovery-image] Jul 08 02:41:03.048 INFO O| Jul 08 02:41:03.048 INFO STEP 179 (remove_files) COMPLETE
58482026-07-08T02:41:04.090Z[ recovery-image] Jul 08 02:41:03.048 INFO O| Jul 08 02:41:03.048 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-08T02:41:04.100Z[ recovery-image] Jul 08 02:41:03.057 INFO O| Jul 08 02:41:03.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58502026-07-08T02:41:04.100Z[ recovery-image] Jul 08 02:41:03.057 INFO O| Jul 08 02:41:03.057 INFO STEP 180 (remove_files) COMPLETE
58512026-07-08T02:41:04.105Z[ recovery-image] Jul 08 02:41:03.057 INFO O| Jul 08 02:41:03.057 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-08T02:41:04.105Z[ recovery-image] Jul 08 02:41:03.064 INFO O| Jul 08 02:41:03.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58532026-07-08T02:41:04.105Z[ recovery-image] Jul 08 02:41:03.064 INFO O| Jul 08 02:41:03.064 INFO STEP 181 (remove_files) COMPLETE
58542026-07-08T02:41:04.105Z[ recovery-image] Jul 08 02:41:03.064 INFO O| Jul 08 02:41:03.064 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-08T02:41:04.117Z[ host-image] Jul 08 02:41:03.070 INFO O| Jul 08 02:41:03.070 INFO O| Planning: Evaluating mediators ... Done
58562026-07-08T02:41:04.117Z[ host-image] Jul 08 02:41:03.071 INFO O| Jul 08 02:41:03.071 INFO O| Planning: Planning completed in 0.42 seconds
58572026-07-08T02:41:04.117Z[ host-image] Jul 08 02:41:03.071 INFO O| Jul 08 02:41:03.071 INFO O| Packages to install: 1
58582026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.072 INFO O| Jul 08 02:41:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58592026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.072 INFO O| Jul 08 02:41:03.072 INFO STEP 182 (remove_files) COMPLETE
58602026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.072 INFO O| Jul 08 02:41:03.072 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.080 INFO O| Jul 08 02:41:03.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58622026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.080 INFO O| Jul 08 02:41:03.080 INFO STEP 183 (remove_files) COMPLETE
58632026-07-08T02:41:04.127Z[ recovery-image] Jul 08 02:41:03.080 INFO O| Jul 08 02:41:03.080 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-08T02:41:04.127Z[ host-image] Jul 08 02:41:03.081 INFO O| Jul 08 02:41:03.081 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
58652026-07-08T02:41:04.159Z[ recovery-image] Jul 08 02:41:03.090 INFO O| Jul 08 02:41:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58662026-07-08T02:41:04.159Z[ recovery-image] Jul 08 02:41:03.090 INFO O| Jul 08 02:41:03.090 INFO STEP 184 (remove_files) COMPLETE
58672026-07-08T02:41:04.159Z[ recovery-image] Jul 08 02:41:03.090 INFO O| Jul 08 02:41:03.090 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-07-08T02:41:04.160Z[ recovery-image] Jul 08 02:41:03.099 INFO O| Jul 08 02:41:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58692026-07-08T02:41:04.160Z[ recovery-image] Jul 08 02:41:03.099 INFO O| Jul 08 02:41:03.099 INFO STEP 185 (remove_files) COMPLETE
58702026-07-08T02:41:04.160Z[ recovery-image] Jul 08 02:41:03.099 INFO O| Jul 08 02:41:03.099 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-07-08T02:41:04.183Z[ recovery-image] Jul 08 02:41:03.107 INFO O| Jul 08 02:41:03.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58722026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.107 INFO O| Jul 08 02:41:03.107 INFO STEP 186 (remove_files) COMPLETE
58732026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.107 INFO O| Jul 08 02:41:03.107 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.115 INFO O| Jul 08 02:41:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58752026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.115 INFO O| Jul 08 02:41:03.115 INFO STEP 187 (remove_files) COMPLETE
58762026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.115 INFO O| Jul 08 02:41:03.115 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.124 INFO O| Jul 08 02:41:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58782026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.124 INFO O| Jul 08 02:41:03.124 INFO STEP 188 (remove_files) COMPLETE
58792026-07-08T02:41:04.184Z[ recovery-image] Jul 08 02:41:03.124 INFO O| Jul 08 02:41:03.124 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-07-08T02:41:04.185Z[ recovery-image] Jul 08 02:41:03.134 INFO O| Jul 08 02:41:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58812026-07-08T02:41:04.185Z[ recovery-image] Jul 08 02:41:03.134 INFO O| Jul 08 02:41:03.134 INFO STEP 189 (remove_files) COMPLETE
58822026-07-08T02:41:04.185Z[ recovery-image] Jul 08 02:41:03.134 INFO O| Jul 08 02:41:03.134 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-07-08T02:41:04.195Z[ recovery-image] Jul 08 02:41:03.144 INFO O| Jul 08 02:41:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58842026-07-08T02:41:04.195Z[ recovery-image] Jul 08 02:41:03.144 INFO O| Jul 08 02:41:03.144 INFO STEP 190 (remove_files) COMPLETE
58852026-07-08T02:41:04.195Z[ recovery-image] Jul 08 02:41:03.144 INFO O| Jul 08 02:41:03.144 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-07-08T02:41:04.195Z[ recovery-image] Jul 08 02:41:03.154 INFO O| Jul 08 02:41:03.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58872026-07-08T02:41:04.196Z[ recovery-image] Jul 08 02:41:03.154 INFO O| Jul 08 02:41:03.154 INFO STEP 191 (remove_files) COMPLETE
58882026-07-08T02:41:04.196Z[ recovery-image] Jul 08 02:41:03.154 INFO O| Jul 08 02:41:03.154 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-07-08T02:41:04.202Z[ recovery-image] Jul 08 02:41:03.163 INFO O| Jul 08 02:41:03.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58902026-07-08T02:41:04.202Z[ recovery-image] Jul 08 02:41:03.163 INFO O| Jul 08 02:41:03.163 INFO STEP 192 (remove_files) COMPLETE
58912026-07-08T02:41:04.202Z[ recovery-image] Jul 08 02:41:03.163 INFO O| Jul 08 02:41:03.163 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-07-08T02:41:04.210Z[ recovery-image] Jul 08 02:41:03.170 INFO O| Jul 08 02:41:03.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58932026-07-08T02:41:04.215Z[ recovery-image] Jul 08 02:41:03.170 INFO O| Jul 08 02:41:03.170 INFO STEP 193 (remove_files) COMPLETE
58942026-07-08T02:41:04.215Z[ recovery-image] Jul 08 02:41:03.170 INFO O| Jul 08 02:41:03.170 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-07-08T02:41:04.215Z[ host-image] Jul 08 02:41:03.173 INFO O| Jul 08 02:41:03.173 INFO O| Download: Completed 13.06 MB in 0.09 seconds (141M/s)
58962026-07-08T02:41:04.227Z[ recovery-image] Jul 08 02:41:03.178 INFO O| Jul 08 02:41:03.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58972026-07-08T02:41:04.227Z[ recovery-image] Jul 08 02:41:03.178 INFO O| Jul 08 02:41:03.178 INFO STEP 194 (remove_files) COMPLETE
58982026-07-08T02:41:04.227Z[ recovery-image] Jul 08 02:41:03.178 INFO O| Jul 08 02:41:03.178 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-08T02:41:04.231Z[ recovery-image] Jul 08 02:41:03.187 INFO O| Jul 08 02:41:03.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59002026-07-08T02:41:04.231Z[ recovery-image] Jul 08 02:41:03.187 INFO O| Jul 08 02:41:03.187 INFO STEP 195 (remove_files) COMPLETE
59012026-07-08T02:41:04.231Z[ recovery-image] Jul 08 02:41:03.187 INFO O| Jul 08 02:41:03.187 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-08T02:41:04.231Z[ host-image] Jul 08 02:41:03.191 INFO O| Jul 08 02:41:03.191 INFO O| Actions: 1/22 actions (Installing new actions)
59032026-07-08T02:41:04.238Z[ recovery-image] Jul 08 02:41:03.194 INFO O| Jul 08 02:41:03.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59042026-07-08T02:41:04.238Z[ recovery-image] Jul 08 02:41:03.194 INFO O| Jul 08 02:41:03.194 INFO STEP 196 (remove_files) COMPLETE
59052026-07-08T02:41:04.238Z[ recovery-image] Jul 08 02:41:03.194 INFO O| Jul 08 02:41:03.194 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-08T02:41:04.244Z[ recovery-image] Jul 08 02:41:03.202 INFO O| Jul 08 02:41:03.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59072026-07-08T02:41:04.245Z[ recovery-image] Jul 08 02:41:03.202 INFO O| Jul 08 02:41:03.202 INFO STEP 197 (remove_files) COMPLETE
59082026-07-08T02:41:04.245Z[ recovery-image] Jul 08 02:41:03.202 INFO O| Jul 08 02:41:03.202 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-08T02:41:04.253Z[ recovery-image] Jul 08 02:41:03.210 INFO O| Jul 08 02:41:03.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59102026-07-08T02:41:04.253Z[ recovery-image] Jul 08 02:41:03.210 INFO O| Jul 08 02:41:03.210 INFO STEP 198 (remove_files) COMPLETE
59112026-07-08T02:41:04.253Z[ recovery-image] Jul 08 02:41:03.210 INFO O| Jul 08 02:41:03.210 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-08T02:41:04.259Z[ recovery-image] Jul 08 02:41:03.219 INFO O| Jul 08 02:41:03.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59132026-07-08T02:41:04.259Z[ recovery-image] Jul 08 02:41:03.219 INFO O| Jul 08 02:41:03.219 INFO STEP 199 (remove_files) COMPLETE
59142026-07-08T02:41:04.259Z[ recovery-image] Jul 08 02:41:03.219 INFO O| Jul 08 02:41:03.219 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-08T02:41:04.267Z[ recovery-image] Jul 08 02:41:03.227 INFO O| Jul 08 02:41:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59162026-07-08T02:41:04.267Z[ recovery-image] Jul 08 02:41:03.227 INFO O| Jul 08 02:41:03.227 INFO STEP 200 (remove_files) COMPLETE
59172026-07-08T02:41:04.267Z[ recovery-image] Jul 08 02:41:03.227 INFO O| Jul 08 02:41:03.227 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-08T02:41:04.275Z[ recovery-image] Jul 08 02:41:03.236 INFO O| Jul 08 02:41:03.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59192026-07-08T02:41:04.279Z[ recovery-image] Jul 08 02:41:03.237 INFO O| Jul 08 02:41:03.237 INFO STEP 201 (remove_files) COMPLETE
59202026-07-08T02:41:04.279Z[ recovery-image] Jul 08 02:41:03.237 INFO O| Jul 08 02:41:03.237 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-08T02:41:04.289Z[ recovery-image] Jul 08 02:41:03.246 INFO O| Jul 08 02:41:03.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59222026-07-08T02:41:04.289Z[ recovery-image] Jul 08 02:41:03.247 INFO O| Jul 08 02:41:03.247 INFO STEP 202 (remove_files) COMPLETE
59232026-07-08T02:41:04.313Z[ recovery-image] Jul 08 02:41:03.247 INFO O| Jul 08 02:41:03.247 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-08T02:41:04.313Z[ recovery-image] Jul 08 02:41:03.258 INFO O| Jul 08 02:41:03.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59252026-07-08T02:41:04.313Z[ recovery-image] Jul 08 02:41:03.258 INFO O| Jul 08 02:41:03.258 INFO STEP 203 (remove_files) COMPLETE
59262026-07-08T02:41:04.313Z[ recovery-image] Jul 08 02:41:03.258 INFO O| Jul 08 02:41:03.258 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-08T02:41:04.325Z[ recovery-image] Jul 08 02:41:03.269 INFO O| Jul 08 02:41:03.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59282026-07-08T02:41:04.325Z[ recovery-image] Jul 08 02:41:03.269 INFO O| Jul 08 02:41:03.269 INFO STEP 204 (remove_files) COMPLETE
59292026-07-08T02:41:04.325Z[ recovery-image] Jul 08 02:41:03.269 INFO O| Jul 08 02:41:03.269 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-08T02:41:04.326Z[ recovery-image] Jul 08 02:41:03.279 INFO O| Jul 08 02:41:03.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59312026-07-08T02:41:04.326Z[ recovery-image] Jul 08 02:41:03.279 INFO O| Jul 08 02:41:03.279 INFO STEP 205 (remove_files) COMPLETE
59322026-07-08T02:41:04.326Z[ recovery-image] Jul 08 02:41:03.279 INFO O| Jul 08 02:41:03.279 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-08T02:41:04.334Z[ recovery-image] Jul 08 02:41:03.286 INFO O| Jul 08 02:41:03.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59342026-07-08T02:41:04.335Z[ recovery-image] Jul 08 02:41:03.286 INFO O| Jul 08 02:41:03.286 INFO STEP 206 (remove_files) COMPLETE
59352026-07-08T02:41:04.335Z[ recovery-image] Jul 08 02:41:03.286 INFO O| Jul 08 02:41:03.286 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-08T02:41:04.347Z[ recovery-image] Jul 08 02:41:03.294 INFO O| Jul 08 02:41:03.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59372026-07-08T02:41:04.347Z[ recovery-image] Jul 08 02:41:03.294 INFO O| Jul 08 02:41:03.294 INFO STEP 207 (remove_files) COMPLETE
59382026-07-08T02:41:04.347Z[ recovery-image] Jul 08 02:41:03.294 INFO O| Jul 08 02:41:03.294 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-08T02:41:04.362Z[ recovery-image] Jul 08 02:41:03.304 INFO O| Jul 08 02:41:03.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59402026-07-08T02:41:04.362Z[ recovery-image] Jul 08 02:41:03.304 INFO O| Jul 08 02:41:03.304 INFO STEP 208 (remove_files) COMPLETE
59412026-07-08T02:41:04.362Z[ recovery-image] Jul 08 02:41:03.304 INFO O| Jul 08 02:41:03.304 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.313 INFO O| Jul 08 02:41:03.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59432026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.313 INFO O| Jul 08 02:41:03.313 INFO STEP 209 (remove_files) COMPLETE
59442026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.313 INFO O| Jul 08 02:41:03.313 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.322 INFO O| Jul 08 02:41:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59462026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.322 INFO O| Jul 08 02:41:03.322 INFO STEP 210 (remove_files) COMPLETE
59472026-07-08T02:41:04.368Z[ recovery-image] Jul 08 02:41:03.322 INFO O| Jul 08 02:41:03.322 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-08T02:41:04.387Z[ recovery-image] Jul 08 02:41:03.332 INFO O| Jul 08 02:41:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59492026-07-08T02:41:04.387Z[ recovery-image] Jul 08 02:41:03.332 INFO O| Jul 08 02:41:03.332 INFO STEP 211 (remove_files) COMPLETE
59502026-07-08T02:41:04.387Z[ recovery-image] Jul 08 02:41:03.332 INFO O| Jul 08 02:41:03.332 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-08T02:41:04.404Z[ recovery-image] Jul 08 02:41:03.341 INFO O| Jul 08 02:41:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59522026-07-08T02:41:04.405Z[ recovery-image] Jul 08 02:41:03.341 INFO O| Jul 08 02:41:03.341 INFO STEP 212 (remove_files) COMPLETE
59532026-07-08T02:41:04.405Z[ recovery-image] Jul 08 02:41:03.341 INFO O| Jul 08 02:41:03.341 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-08T02:41:04.405Z[ recovery-image] Jul 08 02:41:03.351 INFO O| Jul 08 02:41:03.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59552026-07-08T02:41:04.405Z[ recovery-image] Jul 08 02:41:03.351 INFO O| Jul 08 02:41:03.351 INFO STEP 213 (remove_files) COMPLETE
59562026-07-08T02:41:04.405Z[ recovery-image] Jul 08 02:41:03.351 INFO O| Jul 08 02:41:03.351 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.360 INFO O| Jul 08 02:41:03.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59582026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.360 INFO O| Jul 08 02:41:03.360 INFO STEP 214 (remove_files) COMPLETE
59592026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.360 INFO O| Jul 08 02:41:03.360 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.368 INFO O| Jul 08 02:41:03.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59612026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.368 INFO O| Jul 08 02:41:03.368 INFO STEP 215 (remove_files) COMPLETE
59622026-07-08T02:41:04.416Z[ recovery-image] Jul 08 02:41:03.368 INFO O| Jul 08 02:41:03.368 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-08T02:41:04.424Z[ recovery-image] Jul 08 02:41:03.378 INFO O| Jul 08 02:41:03.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59642026-07-08T02:41:04.424Z[ recovery-image] Jul 08 02:41:03.378 INFO O| Jul 08 02:41:03.378 INFO STEP 216 (remove_files) COMPLETE
59652026-07-08T02:41:04.424Z[ recovery-image] Jul 08 02:41:03.378 INFO O| Jul 08 02:41:03.378 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-08T02:41:04.437Z[ recovery-image] Jul 08 02:41:03.386 INFO O| Jul 08 02:41:03.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59672026-07-08T02:41:04.437Z[ recovery-image] Jul 08 02:41:03.387 INFO O| Jul 08 02:41:03.387 INFO STEP 217 (remove_files) COMPLETE
59682026-07-08T02:41:04.437Z[ recovery-image] Jul 08 02:41:03.387 INFO O| Jul 08 02:41:03.387 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-08T02:41:04.444Z[ recovery-image] Jul 08 02:41:03.396 INFO O| Jul 08 02:41:03.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59702026-07-08T02:41:04.445Z[ recovery-image] Jul 08 02:41:03.396 INFO O| Jul 08 02:41:03.396 INFO STEP 218 (remove_files) COMPLETE
59712026-07-08T02:41:04.445Z[ recovery-image] Jul 08 02:41:03.396 INFO O| Jul 08 02:41:03.396 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-08T02:41:04.451Z[ recovery-image] Jul 08 02:41:03.406 INFO O| Jul 08 02:41:03.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59732026-07-08T02:41:04.451Z[ recovery-image] Jul 08 02:41:03.406 INFO O| Jul 08 02:41:03.406 INFO STEP 219 (remove_files) COMPLETE
59742026-07-08T02:41:04.451Z[ recovery-image] Jul 08 02:41:03.406 INFO O| Jul 08 02:41:03.406 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-08T02:41:04.457Z[ recovery-image] Jul 08 02:41:03.415 INFO O| Jul 08 02:41:03.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59762026-07-08T02:41:04.457Z[ recovery-image] Jul 08 02:41:03.415 INFO O| Jul 08 02:41:03.415 INFO STEP 220 (remove_files) COMPLETE
59772026-07-08T02:41:04.457Z[ recovery-image] Jul 08 02:41:03.415 INFO O| Jul 08 02:41:03.415 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-08T02:41:04.469Z[ host-image] Jul 08 02:41:03.417 INFO O| Jul 08 02:41:03.417 INFO O| Actions: Completed 22 actions in 0.23 seconds.
59792026-07-08T02:41:04.469Z[ recovery-image] Jul 08 02:41:03.423 INFO O| Jul 08 02:41:03.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59802026-07-08T02:41:04.469Z[ recovery-image] Jul 08 02:41:03.423 INFO O| Jul 08 02:41:03.423 INFO STEP 221 (remove_files) COMPLETE
59812026-07-08T02:41:04.469Z[ recovery-image] Jul 08 02:41:03.423 INFO O| Jul 08 02:41:03.423 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-07-08T02:41:04.469Z[ host-image] Jul 08 02:41:03.427 INFO O| Jul 08 02:41:03.427 INFO O| Finalize: Updating package state database ... Done
59832026-07-08T02:41:04.470Z[ host-image] Jul 08 02:41:03.428 INFO O| Jul 08 02:41:03.428 INFO O| Finalize: Updating package cache ... Done
59842026-07-08T02:41:04.473Z[ recovery-image] Jul 08 02:41:03.431 INFO O| Jul 08 02:41:03.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59852026-07-08T02:41:04.473Z[ recovery-image] Jul 08 02:41:03.431 INFO O| Jul 08 02:41:03.431 INFO STEP 222 (remove_files) COMPLETE
59862026-07-08T02:41:04.473Z[ recovery-image] Jul 08 02:41:03.431 INFO O| Jul 08 02:41:03.431 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-08T02:41:04.478Z[ recovery-image] Jul 08 02:41:03.439 INFO O| Jul 08 02:41:03.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59882026-07-08T02:41:04.478Z[ recovery-image] Jul 08 02:41:03.439 INFO O| Jul 08 02:41:03.439 INFO STEP 223 (remove_files) COMPLETE
59892026-07-08T02:41:04.478Z[ recovery-image] Jul 08 02:41:03.439 INFO O| Jul 08 02:41:03.439 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-08T02:41:04.488Z[ recovery-image] Jul 08 02:41:03.447 INFO O| Jul 08 02:41:03.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59912026-07-08T02:41:04.493Z[ recovery-image] Jul 08 02:41:03.447 INFO O| Jul 08 02:41:03.447 INFO STEP 224 (remove_files) COMPLETE
59922026-07-08T02:41:04.493Z[ recovery-image] Jul 08 02:41:03.447 INFO O| Jul 08 02:41:03.447 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-08T02:41:04.505Z[ recovery-image] Jul 08 02:41:03.456 INFO O| Jul 08 02:41:03.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59942026-07-08T02:41:04.505Z[ recovery-image] Jul 08 02:41:03.456 INFO O| Jul 08 02:41:03.456 INFO STEP 225 (remove_files) COMPLETE
59952026-07-08T02:41:04.505Z[ recovery-image] Jul 08 02:41:03.456 INFO O| Jul 08 02:41:03.456 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-08T02:41:04.510Z[ host-image] Jul 08 02:41:03.464 INFO O| Jul 08 02:41:03.464 INFO O| Finalize: Updating image state ... Done
59972026-07-08T02:41:04.510Z[ recovery-image] Jul 08 02:41:03.467 INFO O| Jul 08 02:41:03.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59982026-07-08T02:41:04.510Z[ recovery-image] Jul 08 02:41:03.467 INFO O| Jul 08 02:41:03.467 INFO STEP 226 (remove_files) COMPLETE
59992026-07-08T02:41:04.511Z[ recovery-image] Jul 08 02:41:03.467 INFO O| Jul 08 02:41:03.467 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-07-08T02:41:04.518Z[ recovery-image] Jul 08 02:41:03.478 INFO O| Jul 08 02:41:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60012026-07-08T02:41:04.518Z[ recovery-image] Jul 08 02:41:03.478 INFO O| Jul 08 02:41:03.478 INFO STEP 227 (remove_files) COMPLETE
60022026-07-08T02:41:04.518Z[ recovery-image] Jul 08 02:41:03.478 INFO O| Jul 08 02:41:03.478 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-07-08T02:41:04.527Z[ recovery-image] Jul 08 02:41:03.487 INFO O| Jul 08 02:41:03.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60042026-07-08T02:41:04.527Z[ recovery-image] Jul 08 02:41:03.488 INFO O| Jul 08 02:41:03.487 INFO STEP 228 (remove_files) COMPLETE
60052026-07-08T02:41:04.527Z[ recovery-image] Jul 08 02:41:03.488 INFO O| Jul 08 02:41:03.488 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-07-08T02:41:04.536Z[ recovery-image] Jul 08 02:41:03.497 INFO O| Jul 08 02:41:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60072026-07-08T02:41:04.536Z[ recovery-image] Jul 08 02:41:03.497 INFO O| Jul 08 02:41:03.497 INFO STEP 229 (remove_files) COMPLETE
60082026-07-08T02:41:04.537Z[ recovery-image] Jul 08 02:41:03.497 INFO O| Jul 08 02:41:03.497 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-07-08T02:41:04.549Z[ recovery-image] Jul 08 02:41:03.506 INFO O| Jul 08 02:41:03.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60102026-07-08T02:41:04.549Z[ recovery-image] Jul 08 02:41:03.506 INFO O| Jul 08 02:41:03.506 INFO STEP 230 (remove_files) COMPLETE
60112026-07-08T02:41:04.563Z[ recovery-image] Jul 08 02:41:03.506 INFO O| Jul 08 02:41:03.506 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-08T02:41:04.579Z[ recovery-image] Jul 08 02:41:03.517 INFO O| Jul 08 02:41:03.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60132026-07-08T02:41:04.580Z[ recovery-image] Jul 08 02:41:03.517 INFO O| Jul 08 02:41:03.517 INFO STEP 231 (remove_files) COMPLETE
60142026-07-08T02:41:04.580Z[ recovery-image] Jul 08 02:41:03.517 INFO O| Jul 08 02:41:03.517 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-08T02:41:04.580Z[ recovery-image] Jul 08 02:41:03.527 INFO O| Jul 08 02:41:03.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60162026-07-08T02:41:04.580Z[ recovery-image] Jul 08 02:41:03.527 INFO O| Jul 08 02:41:03.527 INFO STEP 232 (remove_files) COMPLETE
60172026-07-08T02:41:04.580Z[ recovery-image] Jul 08 02:41:03.527 INFO O| Jul 08 02:41:03.527 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.536 INFO O| Jul 08 02:41:03.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60192026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.537 INFO O| Jul 08 02:41:03.537 INFO STEP 233 (remove_files) COMPLETE
60202026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.537 INFO O| Jul 08 02:41:03.537 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.546 INFO O| Jul 08 02:41:03.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60222026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.546 INFO O| Jul 08 02:41:03.546 INFO STEP 234 (remove_files) COMPLETE
60232026-07-08T02:41:04.600Z[ recovery-image] Jul 08 02:41:03.546 INFO O| Jul 08 02:41:03.546 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.556 INFO O| Jul 08 02:41:03.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60252026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.556 INFO O| Jul 08 02:41:03.556 INFO STEP 235 (remove_files) COMPLETE
60262026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.556 INFO O| Jul 08 02:41:03.556 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.565 INFO O| Jul 08 02:41:03.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60282026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.565 INFO O| Jul 08 02:41:03.565 INFO STEP 236 (remove_files) COMPLETE
60292026-07-08T02:41:04.612Z[ recovery-image] Jul 08 02:41:03.566 INFO O| Jul 08 02:41:03.565 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-07-08T02:41:04.631Z[ recovery-image] Jul 08 02:41:03.576 INFO O| Jul 08 02:41:03.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60312026-07-08T02:41:04.631Z[ recovery-image] Jul 08 02:41:03.576 INFO O| Jul 08 02:41:03.576 INFO STEP 237 (remove_files) COMPLETE
60322026-07-08T02:41:04.631Z[ recovery-image] Jul 08 02:41:03.576 INFO O| Jul 08 02:41:03.576 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.585 INFO O| Jul 08 02:41:03.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60342026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.585 INFO O| Jul 08 02:41:03.585 INFO STEP 238 (remove_files) COMPLETE
60352026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.585 INFO O| Jul 08 02:41:03.585 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.595 INFO O| Jul 08 02:41:03.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60372026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.596 INFO O| Jul 08 02:41:03.596 INFO STEP 239 (remove_files) COMPLETE
60382026-07-08T02:41:04.655Z[ recovery-image] Jul 08 02:41:03.596 INFO O| Jul 08 02:41:03.596 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-07-08T02:41:04.662Z[ recovery-image] Jul 08 02:41:03.606 INFO O| Jul 08 02:41:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60402026-07-08T02:41:04.662Z[ recovery-image] Jul 08 02:41:03.606 INFO O| Jul 08 02:41:03.606 INFO STEP 240 (remove_files) COMPLETE
60412026-07-08T02:41:04.662Z[ recovery-image] Jul 08 02:41:03.606 INFO O| Jul 08 02:41:03.606 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-07-08T02:41:04.662Z[ recovery-image] Jul 08 02:41:03.616 INFO O| Jul 08 02:41:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60432026-07-08T02:41:04.662Z[ recovery-image] Jul 08 02:41:03.616 INFO O| Jul 08 02:41:03.616 INFO STEP 241 (remove_files) COMPLETE
60442026-07-08T02:41:04.663Z[ recovery-image] Jul 08 02:41:03.616 INFO O| Jul 08 02:41:03.616 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-07-08T02:41:04.673Z[ recovery-image] Jul 08 02:41:03.626 INFO O| Jul 08 02:41:03.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60462026-07-08T02:41:04.674Z[ recovery-image] Jul 08 02:41:03.626 INFO O| Jul 08 02:41:03.626 INFO STEP 242 (remove_files) COMPLETE
60472026-07-08T02:41:04.674Z[ recovery-image] Jul 08 02:41:03.626 INFO O| Jul 08 02:41:03.626 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-07-08T02:41:04.684Z[ recovery-image] Jul 08 02:41:03.636 INFO O| Jul 08 02:41:03.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60492026-07-08T02:41:04.684Z[ recovery-image] Jul 08 02:41:03.636 INFO O| Jul 08 02:41:03.636 INFO STEP 243 (remove_files) COMPLETE
60502026-07-08T02:41:04.684Z[ recovery-image] Jul 08 02:41:03.636 INFO O| Jul 08 02:41:03.636 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-07-08T02:41:04.692Z[ recovery-image] Jul 08 02:41:03.646 INFO O| Jul 08 02:41:03.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60522026-07-08T02:41:04.692Z[ recovery-image] Jul 08 02:41:03.646 INFO O| Jul 08 02:41:03.646 INFO STEP 244 (remove_files) COMPLETE
60532026-07-08T02:41:04.692Z[ recovery-image] Jul 08 02:41:03.646 INFO O| Jul 08 02:41:03.646 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-07-08T02:41:04.700Z[ recovery-image] Jul 08 02:41:03.655 INFO O| Jul 08 02:41:03.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60552026-07-08T02:41:04.700Z[ recovery-image] Jul 08 02:41:03.655 INFO O| Jul 08 02:41:03.655 INFO STEP 245 (remove_files) COMPLETE
60562026-07-08T02:41:04.700Z[ recovery-image] Jul 08 02:41:03.655 INFO O| Jul 08 02:41:03.655 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-07-08T02:41:04.706Z[ recovery-image] Jul 08 02:41:03.663 INFO O| Jul 08 02:41:03.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60582026-07-08T02:41:04.706Z[ recovery-image] Jul 08 02:41:03.663 INFO O| Jul 08 02:41:03.663 INFO STEP 246 (remove_files) COMPLETE
60592026-07-08T02:41:04.706Z[ recovery-image] Jul 08 02:41:03.663 INFO O| Jul 08 02:41:03.663 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-07-08T02:41:04.720Z[ recovery-image] Jul 08 02:41:03.673 INFO O| Jul 08 02:41:03.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60612026-07-08T02:41:04.720Z[ recovery-image] Jul 08 02:41:03.673 INFO O| Jul 08 02:41:03.673 INFO STEP 247 (remove_files) COMPLETE
60622026-07-08T02:41:04.721Z[ recovery-image] Jul 08 02:41:03.673 INFO O| Jul 08 02:41:03.673 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-07-08T02:41:04.729Z[ recovery-image] Jul 08 02:41:03.683 INFO O| Jul 08 02:41:03.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60642026-07-08T02:41:04.729Z[ recovery-image] Jul 08 02:41:03.683 INFO O| Jul 08 02:41:03.683 INFO STEP 248 (remove_files) COMPLETE
60652026-07-08T02:41:04.729Z[ recovery-image] Jul 08 02:41:03.683 INFO O| Jul 08 02:41:03.683 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-07-08T02:41:04.733Z[ recovery-image] Jul 08 02:41:03.693 INFO O| Jul 08 02:41:03.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60672026-07-08T02:41:04.733Z[ recovery-image] Jul 08 02:41:03.693 INFO O| Jul 08 02:41:03.693 INFO STEP 249 (remove_files) COMPLETE
60682026-07-08T02:41:04.733Z[ recovery-image] Jul 08 02:41:03.693 INFO O| Jul 08 02:41:03.693 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-07-08T02:41:04.741Z[ recovery-image] Jul 08 02:41:03.702 INFO O| Jul 08 02:41:03.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60702026-07-08T02:41:04.741Z[ recovery-image] Jul 08 02:41:03.703 INFO O| Jul 08 02:41:03.703 INFO STEP 250 (remove_files) COMPLETE
60712026-07-08T02:41:04.741Z[ recovery-image] Jul 08 02:41:03.703 INFO O| Jul 08 02:41:03.703 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-07-08T02:41:04.752Z[ recovery-image] Jul 08 02:41:03.713 INFO O| Jul 08 02:41:03.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60732026-07-08T02:41:04.752Z[ recovery-image] Jul 08 02:41:03.713 INFO O| Jul 08 02:41:03.713 INFO STEP 251 (remove_files) COMPLETE
60742026-07-08T02:41:04.756Z[ recovery-image] Jul 08 02:41:03.713 INFO O| Jul 08 02:41:03.713 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-07-08T02:41:04.765Z[ recovery-image] Jul 08 02:41:03.723 INFO O| Jul 08 02:41:03.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60762026-07-08T02:41:04.768Z[ recovery-image] Jul 08 02:41:03.723 INFO O| Jul 08 02:41:03.723 INFO STEP 252 (remove_files) COMPLETE
60772026-07-08T02:41:04.768Z[ recovery-image] Jul 08 02:41:03.723 INFO O| Jul 08 02:41:03.723 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-07-08T02:41:04.777Z[ recovery-image] Jul 08 02:41:03.733 INFO O| Jul 08 02:41:03.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60792026-07-08T02:41:04.777Z[ recovery-image] Jul 08 02:41:03.733 INFO O| Jul 08 02:41:03.733 INFO STEP 253 (remove_files) COMPLETE
60802026-07-08T02:41:04.777Z[ recovery-image] Jul 08 02:41:03.733 INFO O| Jul 08 02:41:03.733 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-07-08T02:41:04.784Z[ recovery-image] Jul 08 02:41:03.743 INFO O| Jul 08 02:41:03.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60822026-07-08T02:41:04.784Z[ recovery-image] Jul 08 02:41:03.744 INFO O| Jul 08 02:41:03.744 INFO STEP 254 (remove_files) COMPLETE
60832026-07-08T02:41:04.785Z[ recovery-image] Jul 08 02:41:03.744 INFO O| Jul 08 02:41:03.744 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-07-08T02:41:04.793Z[ recovery-image] Jul 08 02:41:03.753 INFO O| Jul 08 02:41:03.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60852026-07-08T02:41:04.793Z[ recovery-image] Jul 08 02:41:03.753 INFO O| Jul 08 02:41:03.753 INFO STEP 255 (remove_files) COMPLETE
60862026-07-08T02:41:04.793Z[ recovery-image] Jul 08 02:41:03.753 INFO O| Jul 08 02:41:03.753 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-07-08T02:41:04.809Z[ recovery-image] Jul 08 02:41:03.764 INFO O| Jul 08 02:41:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60882026-07-08T02:41:04.809Z[ recovery-image] Jul 08 02:41:03.764 INFO O| Jul 08 02:41:03.764 INFO STEP 256 (remove_files) COMPLETE
60892026-07-08T02:41:04.809Z[ recovery-image] Jul 08 02:41:03.764 INFO O| Jul 08 02:41:03.764 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-07-08T02:41:04.817Z[ recovery-image] Jul 08 02:41:03.775 INFO O| Jul 08 02:41:03.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60912026-07-08T02:41:04.817Z[ recovery-image] Jul 08 02:41:03.775 INFO O| Jul 08 02:41:03.775 INFO STEP 257 (remove_files) COMPLETE
60922026-07-08T02:41:04.831Z[ recovery-image] Jul 08 02:41:03.775 INFO O| Jul 08 02:41:03.775 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-07-08T02:41:04.831Z[ recovery-image] Jul 08 02:41:03.784 INFO O| Jul 08 02:41:03.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60942026-07-08T02:41:04.831Z[ recovery-image] Jul 08 02:41:03.784 INFO O| Jul 08 02:41:03.784 INFO STEP 258 (remove_files) COMPLETE
60952026-07-08T02:41:04.832Z[ recovery-image] Jul 08 02:41:03.784 INFO O| Jul 08 02:41:03.784 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-07-08T02:41:04.836Z[ recovery-image] Jul 08 02:41:03.792 INFO O| Jul 08 02:41:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60972026-07-08T02:41:04.836Z[ recovery-image] Jul 08 02:41:03.792 INFO O| Jul 08 02:41:03.792 INFO STEP 259 (remove_files) COMPLETE
60982026-07-08T02:41:04.836Z[ recovery-image] Jul 08 02:41:03.792 INFO O| Jul 08 02:41:03.792 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-07-08T02:41:04.846Z[ recovery-image] Jul 08 02:41:03.801 INFO O| Jul 08 02:41:03.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61002026-07-08T02:41:04.846Z[ recovery-image] Jul 08 02:41:03.801 INFO O| Jul 08 02:41:03.801 INFO STEP 260 (remove_files) COMPLETE
61012026-07-08T02:41:04.846Z[ recovery-image] Jul 08 02:41:03.801 INFO O| Jul 08 02:41:03.801 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-07-08T02:41:04.849Z[ recovery-image] Jul 08 02:41:03.809 INFO O| Jul 08 02:41:03.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61032026-07-08T02:41:04.849Z[ recovery-image] Jul 08 02:41:03.809 INFO O| Jul 08 02:41:03.809 INFO STEP 261 (remove_files) COMPLETE
61042026-07-08T02:41:04.849Z[ recovery-image] Jul 08 02:41:03.809 INFO O| Jul 08 02:41:03.809 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-07-08T02:41:04.860Z[ recovery-image] Jul 08 02:41:03.820 INFO O| Jul 08 02:41:03.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61062026-07-08T02:41:04.860Z[ recovery-image] Jul 08 02:41:03.820 INFO O| Jul 08 02:41:03.820 INFO STEP 262 (remove_files) COMPLETE
61072026-07-08T02:41:04.865Z[ recovery-image] Jul 08 02:41:03.820 INFO O| Jul 08 02:41:03.820 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-07-08T02:41:04.881Z[ recovery-image] Jul 08 02:41:03.831 INFO O| Jul 08 02:41:03.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61092026-07-08T02:41:04.881Z[ recovery-image] Jul 08 02:41:03.832 INFO O| Jul 08 02:41:03.832 INFO STEP 263 (remove_files) COMPLETE
61102026-07-08T02:41:04.881Z[ recovery-image] Jul 08 02:41:03.832 INFO O| Jul 08 02:41:03.832 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-07-08T02:41:04.895Z[ recovery-image] Jul 08 02:41:03.843 INFO O| Jul 08 02:41:03.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61122026-07-08T02:41:04.895Z[ recovery-image] Jul 08 02:41:03.843 INFO O| Jul 08 02:41:03.843 INFO STEP 264 (remove_files) COMPLETE
61132026-07-08T02:41:04.895Z[ recovery-image] Jul 08 02:41:03.843 INFO O| Jul 08 02:41:03.843 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.855 INFO O| Jul 08 02:41:03.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61152026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.855 INFO O| Jul 08 02:41:03.855 INFO STEP 265 (remove_files) COMPLETE
61162026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.855 INFO O| Jul 08 02:41:03.855 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.866 INFO O| Jul 08 02:41:03.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61182026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.866 INFO O| Jul 08 02:41:03.866 INFO STEP 266 (remove_files) COMPLETE
61192026-07-08T02:41:04.907Z[ recovery-image] Jul 08 02:41:03.866 INFO O| Jul 08 02:41:03.866 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-07-08T02:41:04.914Z[ recovery-image] Jul 08 02:41:03.875 INFO O| Jul 08 02:41:03.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61212026-07-08T02:41:04.914Z[ recovery-image] Jul 08 02:41:03.875 INFO O| Jul 08 02:41:03.875 INFO STEP 267 (remove_files) COMPLETE
61222026-07-08T02:41:04.914Z[ recovery-image] Jul 08 02:41:03.875 INFO O| Jul 08 02:41:03.875 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-07-08T02:41:04.930Z[ recovery-image] Jul 08 02:41:03.885 INFO O| Jul 08 02:41:03.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61242026-07-08T02:41:04.930Z[ recovery-image] Jul 08 02:41:03.885 INFO O| Jul 08 02:41:03.885 INFO STEP 268 (remove_files) COMPLETE
61252026-07-08T02:41:04.930Z[ recovery-image] Jul 08 02:41:03.885 INFO O| Jul 08 02:41:03.885 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-07-08T02:41:04.936Z[ recovery-image] Jul 08 02:41:03.895 INFO O| Jul 08 02:41:03.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61272026-07-08T02:41:04.936Z[ recovery-image] Jul 08 02:41:03.895 INFO O| Jul 08 02:41:03.895 INFO STEP 269 (remove_files) COMPLETE
61282026-07-08T02:41:04.936Z[ recovery-image] Jul 08 02:41:03.895 INFO O| Jul 08 02:41:03.895 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-07-08T02:41:04.948Z[ recovery-image] Jul 08 02:41:03.905 INFO O| Jul 08 02:41:03.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61302026-07-08T02:41:04.949Z[ recovery-image] Jul 08 02:41:03.905 INFO O| Jul 08 02:41:03.905 INFO STEP 270 (remove_files) COMPLETE
61312026-07-08T02:41:04.949Z[ recovery-image] Jul 08 02:41:03.905 INFO O| Jul 08 02:41:03.905 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-07-08T02:41:04.954Z[ recovery-image] Jul 08 02:41:03.915 INFO O| Jul 08 02:41:03.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61332026-07-08T02:41:04.954Z[ recovery-image] Jul 08 02:41:03.915 INFO O| Jul 08 02:41:03.915 INFO STEP 271 (remove_files) COMPLETE
61342026-07-08T02:41:04.968Z[ recovery-image] Jul 08 02:41:03.915 INFO O| Jul 08 02:41:03.915 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-07-08T02:41:04.972Z[ recovery-image] Jul 08 02:41:03.925 INFO O| Jul 08 02:41:03.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61362026-07-08T02:41:04.972Z[ recovery-image] Jul 08 02:41:03.925 INFO O| Jul 08 02:41:03.925 INFO STEP 272 (remove_files) COMPLETE
61372026-07-08T02:41:04.972Z[ recovery-image] Jul 08 02:41:03.925 INFO O| Jul 08 02:41:03.925 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-07-08T02:41:04.983Z[ recovery-image] Jul 08 02:41:03.935 INFO O| Jul 08 02:41:03.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61392026-07-08T02:41:04.983Z[ recovery-image] Jul 08 02:41:03.935 INFO O| Jul 08 02:41:03.935 INFO STEP 273 (remove_files) COMPLETE
61402026-07-08T02:41:04.983Z[ recovery-image] Jul 08 02:41:03.935 INFO O| Jul 08 02:41:03.935 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-07-08T02:41:04.991Z[ recovery-image] Jul 08 02:41:03.943 INFO O| Jul 08 02:41:03.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61422026-07-08T02:41:04.991Z[ recovery-image] Jul 08 02:41:03.943 INFO O| Jul 08 02:41:03.943 INFO STEP 274 (remove_files) COMPLETE
61432026-07-08T02:41:04.991Z[ recovery-image] Jul 08 02:41:03.943 INFO O| Jul 08 02:41:03.943 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-07-08T02:41:04.995Z[ recovery-image] Jul 08 02:41:03.954 INFO O| Jul 08 02:41:03.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61452026-07-08T02:41:04.995Z[ recovery-image] Jul 08 02:41:03.954 INFO O| Jul 08 02:41:03.954 INFO STEP 275 (remove_files) COMPLETE
61462026-07-08T02:41:04.995Z[ recovery-image] Jul 08 02:41:03.954 INFO O| Jul 08 02:41:03.954 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-07-08T02:41:05.003Z[ recovery-image] Jul 08 02:41:03.964 INFO O| Jul 08 02:41:03.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61482026-07-08T02:41:05.003Z[ recovery-image] Jul 08 02:41:03.964 INFO O| Jul 08 02:41:03.964 INFO STEP 276 (remove_files) COMPLETE
61492026-07-08T02:41:05.003Z[ recovery-image] Jul 08 02:41:03.964 INFO O| Jul 08 02:41:03.964 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-07-08T02:41:05.020Z[ recovery-image] Jul 08 02:41:03.974 INFO O| Jul 08 02:41:03.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61512026-07-08T02:41:05.021Z[ recovery-image] Jul 08 02:41:03.974 INFO O| Jul 08 02:41:03.974 INFO STEP 277 (remove_files) COMPLETE
61522026-07-08T02:41:05.021Z[ recovery-image] Jul 08 02:41:03.974 INFO O| Jul 08 02:41:03.974 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-07-08T02:41:05.026Z[ recovery-image] Jul 08 02:41:03.984 INFO O| Jul 08 02:41:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61542026-07-08T02:41:05.026Z[ recovery-image] Jul 08 02:41:03.984 INFO O| Jul 08 02:41:03.984 INFO STEP 278 (remove_files) COMPLETE
61552026-07-08T02:41:05.026Z[ recovery-image] Jul 08 02:41:03.984 INFO O| Jul 08 02:41:03.984 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-07-08T02:41:05.041Z[ recovery-image] Jul 08 02:41:03.993 INFO O| Jul 08 02:41:03.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61572026-07-08T02:41:05.041Z[ recovery-image] Jul 08 02:41:03.993 INFO O| Jul 08 02:41:03.993 INFO STEP 279 (remove_files) COMPLETE
61582026-07-08T02:41:05.041Z[ recovery-image] Jul 08 02:41:03.993 INFO O| Jul 08 02:41:03.993 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-07-08T02:41:05.049Z[ recovery-image] Jul 08 02:41:04.002 INFO O| Jul 08 02:41:04.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61602026-07-08T02:41:05.049Z[ recovery-image] Jul 08 02:41:04.002 INFO O| Jul 08 02:41:04.002 INFO STEP 280 (remove_files) COMPLETE
61612026-07-08T02:41:05.049Z[ recovery-image] Jul 08 02:41:04.002 INFO O| Jul 08 02:41:04.002 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-07-08T02:41:05.054Z[ recovery-image] Jul 08 02:41:04.011 INFO O| Jul 08 02:41:04.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61632026-07-08T02:41:05.054Z[ recovery-image] Jul 08 02:41:04.011 INFO O| Jul 08 02:41:04.011 INFO STEP 281 (remove_files) COMPLETE
61642026-07-08T02:41:05.054Z[ recovery-image] Jul 08 02:41:04.011 INFO O| Jul 08 02:41:04.011 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-07-08T02:41:05.061Z[ recovery-image] Jul 08 02:41:04.022 INFO O| Jul 08 02:41:04.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61662026-07-08T02:41:05.061Z[ recovery-image] Jul 08 02:41:04.022 INFO O| Jul 08 02:41:04.022 INFO STEP 282 (remove_files) COMPLETE
61672026-07-08T02:41:05.061Z[ recovery-image] Jul 08 02:41:04.022 INFO O| Jul 08 02:41:04.022 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-07-08T02:41:05.071Z[ recovery-image] Jul 08 02:41:04.032 INFO O| Jul 08 02:41:04.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61692026-07-08T02:41:05.071Z[ recovery-image] Jul 08 02:41:04.032 INFO O| Jul 08 02:41:04.032 INFO STEP 283 (remove_files) COMPLETE
61702026-07-08T02:41:05.071Z[ recovery-image] Jul 08 02:41:04.032 INFO O| Jul 08 02:41:04.032 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-07-08T02:41:05.081Z[ recovery-image] Jul 08 02:41:04.042 INFO O| Jul 08 02:41:04.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61722026-07-08T02:41:05.081Z[ recovery-image] Jul 08 02:41:04.042 INFO O| Jul 08 02:41:04.042 INFO STEP 284 (remove_files) COMPLETE
61732026-07-08T02:41:05.081Z[ recovery-image] Jul 08 02:41:04.042 INFO O| Jul 08 02:41:04.042 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-07-08T02:41:05.090Z[ recovery-image] Jul 08 02:41:04.051 INFO O| Jul 08 02:41:04.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61752026-07-08T02:41:05.090Z[ recovery-image] Jul 08 02:41:04.051 INFO O| Jul 08 02:41:04.051 INFO STEP 285 (remove_files) COMPLETE
61762026-07-08T02:41:05.102Z[ recovery-image] Jul 08 02:41:04.051 INFO O| Jul 08 02:41:04.051 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-07-08T02:41:05.107Z[ recovery-image] Jul 08 02:41:04.060 INFO O| Jul 08 02:41:04.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61782026-07-08T02:41:05.107Z[ recovery-image] Jul 08 02:41:04.060 INFO O| Jul 08 02:41:04.060 INFO STEP 286 (remove_files) COMPLETE
61792026-07-08T02:41:05.107Z[ recovery-image] Jul 08 02:41:04.060 INFO O| Jul 08 02:41:04.060 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-07-08T02:41:05.110Z[ recovery-image] Jul 08 02:41:04.068 INFO O| Jul 08 02:41:04.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61812026-07-08T02:41:05.111Z[ recovery-image] Jul 08 02:41:04.068 INFO O| Jul 08 02:41:04.068 INFO STEP 287 (remove_files) COMPLETE
61822026-07-08T02:41:05.111Z[ recovery-image] Jul 08 02:41:04.068 INFO O| Jul 08 02:41:04.068 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-07-08T02:41:05.116Z[ recovery-image] Jul 08 02:41:04.077 INFO O| Jul 08 02:41:04.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61842026-07-08T02:41:05.116Z[ recovery-image] Jul 08 02:41:04.077 INFO O| Jul 08 02:41:04.077 INFO STEP 288 (remove_files) COMPLETE
61852026-07-08T02:41:05.122Z[ recovery-image] Jul 08 02:41:04.077 INFO O| Jul 08 02:41:04.077 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-07-08T02:41:05.131Z[ recovery-image] Jul 08 02:41:04.085 INFO O| Jul 08 02:41:04.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61872026-07-08T02:41:05.131Z[ recovery-image] Jul 08 02:41:04.086 INFO O| Jul 08 02:41:04.085 INFO STEP 289 (remove_files) COMPLETE
61882026-07-08T02:41:05.131Z[ recovery-image] Jul 08 02:41:04.086 INFO O| Jul 08 02:41:04.085 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-07-08T02:41:05.136Z[ recovery-image] Jul 08 02:41:04.093 INFO O| Jul 08 02:41:04.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61902026-07-08T02:41:05.136Z[ recovery-image] Jul 08 02:41:04.093 INFO O| Jul 08 02:41:04.093 INFO STEP 290 (remove_files) COMPLETE
61912026-07-08T02:41:05.136Z[ recovery-image] Jul 08 02:41:04.093 INFO O| Jul 08 02:41:04.093 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-07-08T02:41:05.142Z[ recovery-image] Jul 08 02:41:04.101 INFO O| Jul 08 02:41:04.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61932026-07-08T02:41:05.142Z[ recovery-image] Jul 08 02:41:04.101 INFO O| Jul 08 02:41:04.101 INFO STEP 291 (remove_files) COMPLETE
61942026-07-08T02:41:05.142Z[ recovery-image] Jul 08 02:41:04.101 INFO O| Jul 08 02:41:04.101 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-07-08T02:41:05.152Z[ recovery-image] Jul 08 02:41:04.111 INFO O| Jul 08 02:41:04.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61962026-07-08T02:41:05.156Z[ recovery-image] Jul 08 02:41:04.111 INFO O| Jul 08 02:41:04.111 INFO STEP 292 (remove_files) COMPLETE
61972026-07-08T02:41:05.156Z[ recovery-image] Jul 08 02:41:04.111 INFO O| Jul 08 02:41:04.111 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-07-08T02:41:05.165Z[ recovery-image] Jul 08 02:41:04.119 INFO O| Jul 08 02:41:04.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61992026-07-08T02:41:05.165Z[ recovery-image] Jul 08 02:41:04.119 INFO O| Jul 08 02:41:04.119 INFO STEP 293 (remove_files) COMPLETE
62002026-07-08T02:41:05.165Z[ recovery-image] Jul 08 02:41:04.119 INFO O| Jul 08 02:41:04.119 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-07-08T02:41:05.181Z[ recovery-image] Jul 08 02:41:04.128 INFO O| Jul 08 02:41:04.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62022026-07-08T02:41:05.181Z[ recovery-image] Jul 08 02:41:04.129 INFO O| Jul 08 02:41:04.128 INFO STEP 294 (remove_files) COMPLETE
62032026-07-08T02:41:05.181Z[ recovery-image] Jul 08 02:41:04.129 INFO O| Jul 08 02:41:04.129 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.137 INFO O| Jul 08 02:41:04.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62052026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.137 INFO O| Jul 08 02:41:04.137 INFO STEP 295 (remove_files) COMPLETE
62062026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.137 INFO O| Jul 08 02:41:04.137 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.146 INFO O| Jul 08 02:41:04.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62082026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.146 INFO O| Jul 08 02:41:04.146 INFO STEP 296 (remove_files) COMPLETE
62092026-07-08T02:41:05.200Z[ recovery-image] Jul 08 02:41:04.146 INFO O| Jul 08 02:41:04.146 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-07-08T02:41:05.205Z[ recovery-image] Jul 08 02:41:04.154 INFO O| Jul 08 02:41:04.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62112026-07-08T02:41:05.205Z[ recovery-image] Jul 08 02:41:04.154 INFO O| Jul 08 02:41:04.154 INFO STEP 297 (remove_files) COMPLETE
62122026-07-08T02:41:05.206Z[ recovery-image] Jul 08 02:41:04.154 INFO O| Jul 08 02:41:04.154 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-07-08T02:41:05.206Z[ recovery-image] Jul 08 02:41:04.163 INFO O| Jul 08 02:41:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62142026-07-08T02:41:05.206Z[ recovery-image] Jul 08 02:41:04.163 INFO O| Jul 08 02:41:04.163 INFO STEP 298 (remove_files) COMPLETE
62152026-07-08T02:41:05.206Z[ recovery-image] Jul 08 02:41:04.163 INFO O| Jul 08 02:41:04.163 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-07-08T02:41:05.210Z[ recovery-image] Jul 08 02:41:04.171 INFO O| Jul 08 02:41:04.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62172026-07-08T02:41:05.210Z[ recovery-image] Jul 08 02:41:04.171 INFO O| Jul 08 02:41:04.171 INFO STEP 299 (remove_files) COMPLETE
62182026-07-08T02:41:05.210Z[ recovery-image] Jul 08 02:41:04.171 INFO O| Jul 08 02:41:04.171 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-07-08T02:41:05.231Z[ recovery-image] Jul 08 02:41:04.179 INFO O| Jul 08 02:41:04.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62202026-07-08T02:41:05.231Z[ recovery-image] Jul 08 02:41:04.179 INFO O| Jul 08 02:41:04.179 INFO STEP 300 (remove_files) COMPLETE
62212026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.179 INFO O| Jul 08 02:41:04.179 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.188 INFO O| Jul 08 02:41:04.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62232026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.188 INFO O| Jul 08 02:41:04.188 INFO STEP 301 (remove_files) COMPLETE
62242026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.188 INFO O| Jul 08 02:41:04.188 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.196 INFO O| Jul 08 02:41:04.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62262026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.196 INFO O| Jul 08 02:41:04.196 INFO STEP 302 (remove_files) COMPLETE
62272026-07-08T02:41:05.236Z[ recovery-image] Jul 08 02:41:04.196 INFO O| Jul 08 02:41:04.196 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-07-08T02:41:05.245Z[ recovery-image] Jul 08 02:41:04.203 INFO O| Jul 08 02:41:04.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62292026-07-08T02:41:05.245Z[ recovery-image] Jul 08 02:41:04.203 INFO O| Jul 08 02:41:04.203 INFO STEP 303 (remove_files) COMPLETE
62302026-07-08T02:41:05.245Z[ recovery-image] Jul 08 02:41:04.203 INFO O| Jul 08 02:41:04.203 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-07-08T02:41:05.251Z[ recovery-image] Jul 08 02:41:04.212 INFO O| Jul 08 02:41:04.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62322026-07-08T02:41:05.251Z[ recovery-image] Jul 08 02:41:04.212 INFO O| Jul 08 02:41:04.212 INFO STEP 304 (remove_files) COMPLETE
62332026-07-08T02:41:05.251Z[ recovery-image] Jul 08 02:41:04.212 INFO O| Jul 08 02:41:04.212 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-07-08T02:41:05.260Z[ recovery-image] Jul 08 02:41:04.220 INFO O| Jul 08 02:41:04.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62352026-07-08T02:41:05.260Z[ recovery-image] Jul 08 02:41:04.220 INFO O| Jul 08 02:41:04.220 INFO STEP 305 (remove_files) COMPLETE
62362026-07-08T02:41:05.260Z[ recovery-image] Jul 08 02:41:04.220 INFO O| Jul 08 02:41:04.220 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-07-08T02:41:05.275Z[ recovery-image] Jul 08 02:41:04.229 INFO O| Jul 08 02:41:04.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62382026-07-08T02:41:05.283Z[ recovery-image] Jul 08 02:41:04.229 INFO O| Jul 08 02:41:04.229 INFO STEP 306 (remove_files) COMPLETE
62392026-07-08T02:41:05.283Z[ recovery-image] Jul 08 02:41:04.229 INFO O| Jul 08 02:41:04.229 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-07-08T02:41:05.283Z[ recovery-image] Jul 08 02:41:04.238 INFO O| Jul 08 02:41:04.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62412026-07-08T02:41:05.283Z[ recovery-image] Jul 08 02:41:04.238 INFO O| Jul 08 02:41:04.238 INFO STEP 307 (remove_files) COMPLETE
62422026-07-08T02:41:05.283Z[ recovery-image] Jul 08 02:41:04.238 INFO O| Jul 08 02:41:04.238 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-07-08T02:41:05.290Z[ recovery-image] Jul 08 02:41:04.247 INFO O| Jul 08 02:41:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62442026-07-08T02:41:05.290Z[ recovery-image] Jul 08 02:41:04.247 INFO O| Jul 08 02:41:04.247 INFO STEP 308 (remove_files) COMPLETE
62452026-07-08T02:41:05.290Z[ recovery-image] Jul 08 02:41:04.247 INFO O| Jul 08 02:41:04.247 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-07-08T02:41:05.295Z[ recovery-image] Jul 08 02:41:04.255 INFO O| Jul 08 02:41:04.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62472026-07-08T02:41:05.295Z[ recovery-image] Jul 08 02:41:04.255 INFO O| Jul 08 02:41:04.255 INFO STEP 309 (remove_files) COMPLETE
62482026-07-08T02:41:05.295Z[ recovery-image] Jul 08 02:41:04.255 INFO O| Jul 08 02:41:04.255 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-07-08T02:41:05.303Z[ recovery-image] Jul 08 02:41:04.264 INFO O| Jul 08 02:41:04.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62502026-07-08T02:41:05.303Z[ recovery-image] Jul 08 02:41:04.264 INFO O| Jul 08 02:41:04.264 INFO STEP 310 (remove_files) COMPLETE
62512026-07-08T02:41:05.303Z[ recovery-image] Jul 08 02:41:04.264 INFO O| Jul 08 02:41:04.264 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-07-08T02:41:05.311Z[ recovery-image] Jul 08 02:41:04.273 INFO O| Jul 08 02:41:04.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62532026-07-08T02:41:05.312Z[ recovery-image] Jul 08 02:41:04.273 INFO O| Jul 08 02:41:04.273 INFO STEP 311 (remove_files) COMPLETE
62542026-07-08T02:41:05.316Z[ recovery-image] Jul 08 02:41:04.273 INFO O| Jul 08 02:41:04.273 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-07-08T02:41:05.320Z[ recovery-image] Jul 08 02:41:04.282 INFO O| Jul 08 02:41:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62562026-07-08T02:41:05.320Z[ recovery-image] Jul 08 02:41:04.282 INFO O| Jul 08 02:41:04.282 INFO STEP 312 (remove_files) COMPLETE
62572026-07-08T02:41:05.324Z[ recovery-image] Jul 08 02:41:04.282 INFO O| Jul 08 02:41:04.282 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-07-08T02:41:05.330Z[ recovery-image] Jul 08 02:41:04.291 INFO O| Jul 08 02:41:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62592026-07-08T02:41:05.333Z[ recovery-image] Jul 08 02:41:04.292 INFO O| Jul 08 02:41:04.292 INFO STEP 313 (remove_files) COMPLETE
62602026-07-08T02:41:05.333Z[ recovery-image] Jul 08 02:41:04.292 INFO O| Jul 08 02:41:04.292 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-07-08T02:41:05.341Z[ recovery-image] Jul 08 02:41:04.300 INFO O| Jul 08 02:41:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62622026-07-08T02:41:05.341Z[ recovery-image] Jul 08 02:41:04.300 INFO O| Jul 08 02:41:04.300 INFO STEP 314 (remove_files) COMPLETE
62632026-07-08T02:41:05.341Z[ recovery-image] Jul 08 02:41:04.300 INFO O| Jul 08 02:41:04.300 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-07-08T02:41:05.346Z[ recovery-image] Jul 08 02:41:04.308 INFO O| Jul 08 02:41:04.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62652026-07-08T02:41:05.346Z[ recovery-image] Jul 08 02:41:04.308 INFO O| Jul 08 02:41:04.308 INFO STEP 315 (remove_files) COMPLETE
62662026-07-08T02:41:05.346Z[ recovery-image] Jul 08 02:41:04.308 INFO O| Jul 08 02:41:04.308 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-07-08T02:41:05.353Z[ host-image] Jul 08 02:41:04.314 INFO O| Jul 08 02:41:04.314 INFO O| Finalize: Creating fast lookup database ... Done
62682026-07-08T02:41:05.359Z[ recovery-image] Jul 08 02:41:04.315 INFO O| Jul 08 02:41:04.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62692026-07-08T02:41:05.359Z[ recovery-image] Jul 08 02:41:04.315 INFO O| Jul 08 02:41:04.315 INFO STEP 316 (remove_files) COMPLETE
62702026-07-08T02:41:05.359Z[ recovery-image] Jul 08 02:41:04.315 INFO O| Jul 08 02:41:04.315 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-08T02:41:05.367Z[ recovery-image] Jul 08 02:41:04.322 INFO O| Jul 08 02:41:04.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62722026-07-08T02:41:05.367Z[ recovery-image] Jul 08 02:41:04.322 INFO O| Jul 08 02:41:04.322 INFO STEP 317 (remove_files) COMPLETE
62732026-07-08T02:41:05.367Z[ recovery-image] Jul 08 02:41:04.322 INFO O| Jul 08 02:41:04.322 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-08T02:41:05.371Z[ recovery-image] Jul 08 02:41:04.329 INFO O| Jul 08 02:41:04.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62752026-07-08T02:41:05.371Z[ recovery-image] Jul 08 02:41:04.329 INFO O| Jul 08 02:41:04.329 INFO STEP 318 (remove_files) COMPLETE
62762026-07-08T02:41:05.371Z[ recovery-image] Jul 08 02:41:04.329 INFO O| Jul 08 02:41:04.329 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-08T02:41:05.375Z[ recovery-image] Jul 08 02:41:04.336 INFO O| Jul 08 02:41:04.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62782026-07-08T02:41:05.376Z[ recovery-image] Jul 08 02:41:04.336 INFO O| Jul 08 02:41:04.336 INFO STEP 319 (remove_files) COMPLETE
62792026-07-08T02:41:05.376Z[ recovery-image] Jul 08 02:41:04.336 INFO O| Jul 08 02:41:04.336 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-08T02:41:05.379Z[ host-image] Jul 08 02:41:04.340 INFO O| Jul 08 02:41:04.340 INFO O| Finalize: Reading search index ... Done
62812026-07-08T02:41:05.379Z[ host-image] Jul 08 02:41:04.340 INFO O| Jul 08 02:41:04.340 INFO O| Finalize: Updating search index ... Done
62822026-07-08T02:41:05.382Z[ recovery-image] Jul 08 02:41:04.343 INFO O| Jul 08 02:41:04.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62832026-07-08T02:41:05.382Z[ recovery-image] Jul 08 02:41:04.343 INFO O| Jul 08 02:41:04.343 INFO STEP 320 (remove_files) COMPLETE
62842026-07-08T02:41:05.382Z[ recovery-image] Jul 08 02:41:04.343 INFO O| Jul 08 02:41:04.343 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-07-08T02:41:05.389Z[ host-image] Jul 08 02:41:04.350 INFO O| Jul 08 02:41:04.350 INFO O| Finalize: Updating package cache ... Done
62862026-07-08T02:41:05.397Z[ recovery-image] Jul 08 02:41:04.351 INFO O| Jul 08 02:41:04.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62872026-07-08T02:41:05.397Z[ recovery-image] Jul 08 02:41:04.351 INFO O| Jul 08 02:41:04.351 INFO STEP 321 (remove_files) COMPLETE
62882026-07-08T02:41:05.397Z[ recovery-image] Jul 08 02:41:04.351 INFO O| Jul 08 02:41:04.351 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-08T02:41:05.417Z[ recovery-image] Jul 08 02:41:04.361 INFO O| Jul 08 02:41:04.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62902026-07-08T02:41:05.417Z[ recovery-image] Jul 08 02:41:04.361 INFO O| Jul 08 02:41:04.361 INFO STEP 322 (remove_files) COMPLETE
62912026-07-08T02:41:05.417Z[ recovery-image] Jul 08 02:41:04.361 INFO O| Jul 08 02:41:04.361 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-08T02:41:05.422Z[ recovery-image] Jul 08 02:41:04.370 INFO O| Jul 08 02:41:04.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62932026-07-08T02:41:05.422Z[ recovery-image] Jul 08 02:41:04.371 INFO O| Jul 08 02:41:04.371 INFO STEP 323 (remove_files) COMPLETE
62942026-07-08T02:41:05.422Z[ recovery-image] Jul 08 02:41:04.371 INFO O| Jul 08 02:41:04.371 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-08T02:41:05.422Z[ recovery-image] Jul 08 02:41:04.378 INFO O| Jul 08 02:41:04.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62962026-07-08T02:41:05.423Z[ recovery-image] Jul 08 02:41:04.379 INFO O| Jul 08 02:41:04.379 INFO STEP 324 (remove_files) COMPLETE
62972026-07-08T02:41:05.423Z[ recovery-image] Jul 08 02:41:04.379 INFO O| Jul 08 02:41:04.379 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-08T02:41:05.427Z[ recovery-image] Jul 08 02:41:04.389 INFO O| Jul 08 02:41:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62992026-07-08T02:41:05.427Z[ recovery-image] Jul 08 02:41:04.389 INFO O| Jul 08 02:41:04.389 INFO STEP 325 (remove_files) COMPLETE
63002026-07-08T02:41:05.433Z[ recovery-image] Jul 08 02:41:04.389 INFO O| Jul 08 02:41:04.389 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-08T02:41:05.437Z[ recovery-image] Jul 08 02:41:04.397 INFO O| Jul 08 02:41:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63022026-07-08T02:41:05.437Z[ recovery-image] Jul 08 02:41:04.397 INFO O| Jul 08 02:41:04.397 INFO STEP 326 (remove_files) COMPLETE
63032026-07-08T02:41:05.438Z[ recovery-image] Jul 08 02:41:04.397 INFO O| Jul 08 02:41:04.397 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-08T02:41:05.450Z[ recovery-image] Jul 08 02:41:04.405 INFO O| Jul 08 02:41:04.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63052026-07-08T02:41:05.450Z[ recovery-image] Jul 08 02:41:04.405 INFO O| Jul 08 02:41:04.405 INFO STEP 327 (remove_files) COMPLETE
63062026-07-08T02:41:05.450Z[ recovery-image] Jul 08 02:41:04.405 INFO O| Jul 08 02:41:04.405 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-08T02:41:05.462Z[ recovery-image] Jul 08 02:41:04.413 INFO O| Jul 08 02:41:04.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63082026-07-08T02:41:05.462Z[ recovery-image] Jul 08 02:41:04.413 INFO O| Jul 08 02:41:04.413 INFO STEP 328 (remove_files) COMPLETE
63092026-07-08T02:41:05.462Z[ recovery-image] Jul 08 02:41:04.413 INFO O| Jul 08 02:41:04.413 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-08T02:41:05.466Z[ recovery-image] Jul 08 02:41:04.421 INFO O| Jul 08 02:41:04.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63112026-07-08T02:41:05.466Z[ recovery-image] Jul 08 02:41:04.421 INFO O| Jul 08 02:41:04.421 INFO STEP 329 (remove_files) COMPLETE
63122026-07-08T02:41:05.466Z[ recovery-image] Jul 08 02:41:04.421 INFO O| Jul 08 02:41:04.421 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-08T02:41:05.482Z[ recovery-image] Jul 08 02:41:04.428 INFO O| Jul 08 02:41:04.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63142026-07-08T02:41:05.482Z[ recovery-image] Jul 08 02:41:04.428 INFO O| Jul 08 02:41:04.428 INFO STEP 330 (remove_files) COMPLETE
63152026-07-08T02:41:05.482Z[ recovery-image] Jul 08 02:41:04.429 INFO O| Jul 08 02:41:04.428 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-08T02:41:05.486Z[ recovery-image] Jul 08 02:41:04.439 INFO O| Jul 08 02:41:04.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63172026-07-08T02:41:05.486Z[ recovery-image] Jul 08 02:41:04.439 INFO O| Jul 08 02:41:04.439 INFO STEP 331 (remove_files) COMPLETE
63182026-07-08T02:41:05.486Z[ recovery-image] Jul 08 02:41:04.439 INFO O| Jul 08 02:41:04.439 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.448 INFO O| Jul 08 02:41:04.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63202026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.448 INFO O| Jul 08 02:41:04.448 INFO STEP 332 (remove_files) COMPLETE
63212026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.448 INFO O| Jul 08 02:41:04.448 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.457 INFO O| Jul 08 02:41:04.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63232026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.457 INFO O| Jul 08 02:41:04.457 INFO STEP 333 (remove_files) COMPLETE
63242026-07-08T02:41:05.498Z[ recovery-image] Jul 08 02:41:04.457 INFO O| Jul 08 02:41:04.457 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-08T02:41:05.503Z[ recovery-image] Jul 08 02:41:04.464 INFO O| Jul 08 02:41:04.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63262026-07-08T02:41:05.507Z[ recovery-image] Jul 08 02:41:04.464 INFO O| Jul 08 02:41:04.464 INFO STEP 334 (remove_files) COMPLETE
63272026-07-08T02:41:05.507Z[ recovery-image] Jul 08 02:41:04.464 INFO O| Jul 08 02:41:04.464 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-08T02:41:05.518Z[ recovery-image] Jul 08 02:41:04.472 INFO O| Jul 08 02:41:04.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63292026-07-08T02:41:05.518Z[ recovery-image] Jul 08 02:41:04.472 INFO O| Jul 08 02:41:04.472 INFO STEP 335 (remove_files) COMPLETE
63302026-07-08T02:41:05.518Z[ recovery-image] Jul 08 02:41:04.472 INFO O| Jul 08 02:41:04.472 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-08T02:41:05.530Z[ recovery-image] Jul 08 02:41:04.480 INFO O| Jul 08 02:41:04.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63322026-07-08T02:41:05.530Z[ recovery-image] Jul 08 02:41:04.480 INFO O| Jul 08 02:41:04.480 INFO STEP 336 (remove_files) COMPLETE
63332026-07-08T02:41:05.530Z[ recovery-image] Jul 08 02:41:04.480 INFO O| Jul 08 02:41:04.480 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-08T02:41:05.534Z[ recovery-image] Jul 08 02:41:04.488 INFO O| Jul 08 02:41:04.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63352026-07-08T02:41:05.534Z[ recovery-image] Jul 08 02:41:04.488 INFO O| Jul 08 02:41:04.488 INFO STEP 337 (remove_files) COMPLETE
63362026-07-08T02:41:05.534Z[ recovery-image] Jul 08 02:41:04.488 INFO O| Jul 08 02:41:04.488 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 14 (pkg_install) COMPLETE
63382026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63392026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO skip step because feature "mfg" is not enabled
63402026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63412026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO skip step because feature "compliance" is not enabled
63422026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63432026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO skip step because feature "stress" is not enabled
63442026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63452026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO skip step because feature "compliance" is not enabled
63462026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
63472026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO skip step because feature "nfs" is not enabled
63482026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
63492026-07-08T02:41:05.535Z[ host-image] Jul 08 02:41:04.494 INFO O| Jul 08 02:41:04.494 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
63502026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.496 INFO O| Jul 08 02:41:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63512026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.496 INFO O| Jul 08 02:41:04.496 INFO STEP 338 (remove_files) COMPLETE
63522026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.496 INFO O| Jul 08 02:41:04.496 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.504 INFO O| Jul 08 02:41:04.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63542026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.504 INFO O| Jul 08 02:41:04.504 INFO STEP 339 (remove_files) COMPLETE
63552026-07-08T02:41:05.547Z[ recovery-image] Jul 08 02:41:04.504 INFO O| Jul 08 02:41:04.504 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-08T02:41:05.553Z[ recovery-image] Jul 08 02:41:04.513 INFO O| Jul 08 02:41:04.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63572026-07-08T02:41:05.558Z[ recovery-image] Jul 08 02:41:04.514 INFO O| Jul 08 02:41:04.514 INFO STEP 340 (remove_files) COMPLETE
63582026-07-08T02:41:05.558Z[ recovery-image] Jul 08 02:41:04.514 INFO O| Jul 08 02:41:04.514 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-08T02:41:05.570Z[ recovery-image] Jul 08 02:41:04.531 INFO O| Jul 08 02:41:04.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63602026-07-08T02:41:05.598Z[ recovery-image] Jul 08 02:41:04.550 INFO O| Jul 08 02:41:04.550 INFO STEP 341 (remove_files) COMPLETE
63612026-07-08T02:41:05.598Z[ recovery-image] Jul 08 02:41:04.550 INFO O| Jul 08 02:41:04.550 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-08T02:41:05.606Z[ recovery-image] Jul 08 02:41:04.561 INFO O| Jul 08 02:41:04.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63632026-07-08T02:41:05.606Z[ recovery-image] Jul 08 02:41:04.561 INFO O| Jul 08 02:41:04.561 INFO STEP 342 (remove_files) COMPLETE
63642026-07-08T02:41:05.606Z[ recovery-image] Jul 08 02:41:04.561 INFO O| Jul 08 02:41:04.561 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-08T02:41:05.616Z[ recovery-image] Jul 08 02:41:04.572 INFO O| Jul 08 02:41:04.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63662026-07-08T02:41:05.640Z[ recovery-image] Jul 08 02:41:04.572 INFO O| Jul 08 02:41:04.572 INFO STEP 343 (remove_files) COMPLETE
63672026-07-08T02:41:05.640Z[ recovery-image] Jul 08 02:41:04.572 INFO O| Jul 08 02:41:04.572 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.586 INFO O| Jul 08 02:41:04.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63692026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.586 INFO O| Jul 08 02:41:04.586 INFO STEP 344 (remove_files) COMPLETE
63702026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.586 INFO O| Jul 08 02:41:04.586 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.597 INFO O| Jul 08 02:41:04.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63722026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.597 INFO O| Jul 08 02:41:04.597 INFO STEP 345 (remove_files) COMPLETE
63732026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.597 INFO O| Jul 08 02:41:04.597 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.606 INFO O| Jul 08 02:41:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63752026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.606 INFO O| Jul 08 02:41:04.606 INFO STEP 346 (remove_files) COMPLETE
63762026-07-08T02:41:05.651Z[ recovery-image] Jul 08 02:41:04.606 INFO O| Jul 08 02:41:04.606 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-08T02:41:05.657Z[ recovery-image] Jul 08 02:41:04.617 INFO O| Jul 08 02:41:04.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63782026-07-08T02:41:05.657Z[ recovery-image] Jul 08 02:41:04.617 INFO O| Jul 08 02:41:04.617 INFO STEP 347 (remove_files) COMPLETE
63792026-07-08T02:41:05.668Z[ recovery-image] Jul 08 02:41:04.617 INFO O| Jul 08 02:41:04.617 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-08T02:41:05.689Z[ recovery-image] Jul 08 02:41:04.626 INFO O| Jul 08 02:41:04.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63812026-07-08T02:41:05.689Z[ recovery-image] Jul 08 02:41:04.626 INFO O| Jul 08 02:41:04.626 INFO STEP 348 (remove_files) COMPLETE
63822026-07-08T02:41:05.690Z[ recovery-image] Jul 08 02:41:04.627 INFO O| Jul 08 02:41:04.626 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-08T02:41:05.690Z[ recovery-image] Jul 08 02:41:04.635 INFO O| Jul 08 02:41:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63842026-07-08T02:41:05.690Z[ recovery-image] Jul 08 02:41:04.635 INFO O| Jul 08 02:41:04.635 INFO STEP 349 (remove_files) COMPLETE
63852026-07-08T02:41:05.690Z[ recovery-image] Jul 08 02:41:04.635 INFO O| Jul 08 02:41:04.635 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-08T02:41:05.695Z[ recovery-image] Jul 08 02:41:04.644 INFO O| Jul 08 02:41:04.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63872026-07-08T02:41:05.695Z[ recovery-image] Jul 08 02:41:04.644 INFO O| Jul 08 02:41:04.644 INFO STEP 350 (remove_files) COMPLETE
63882026-07-08T02:41:05.695Z[ recovery-image] Jul 08 02:41:04.644 INFO O| Jul 08 02:41:04.644 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-08T02:41:05.695Z[ recovery-image] Jul 08 02:41:04.654 INFO O| Jul 08 02:41:04.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63902026-07-08T02:41:05.701Z[ recovery-image] Jul 08 02:41:04.657 INFO O| Jul 08 02:41:04.657 INFO STEP 351 (remove_files) COMPLETE
63912026-07-08T02:41:05.701Z[ recovery-image] Jul 08 02:41:04.657 INFO O| Jul 08 02:41:04.657 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-08T02:41:05.710Z[ recovery-image] Jul 08 02:41:04.668 INFO O| Jul 08 02:41:04.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63932026-07-08T02:41:05.710Z[ recovery-image] Jul 08 02:41:04.668 INFO O| Jul 08 02:41:04.668 INFO STEP 352 (remove_files) COMPLETE
63942026-07-08T02:41:05.714Z[ recovery-image] Jul 08 02:41:04.668 INFO O| Jul 08 02:41:04.668 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-08T02:41:05.720Z[ recovery-image] Jul 08 02:41:04.679 INFO O| Jul 08 02:41:04.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63962026-07-08T02:41:05.724Z[ recovery-image] Jul 08 02:41:04.680 INFO O| Jul 08 02:41:04.679 INFO STEP 353 (remove_files) COMPLETE
63972026-07-08T02:41:05.724Z[ recovery-image] Jul 08 02:41:04.680 INFO O| Jul 08 02:41:04.679 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-08T02:41:05.728Z[ recovery-image] Jul 08 02:41:04.689 INFO O| Jul 08 02:41:04.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63992026-07-08T02:41:05.728Z[ recovery-image] Jul 08 02:41:04.689 INFO O| Jul 08 02:41:04.689 INFO STEP 354 (remove_files) COMPLETE
64002026-07-08T02:41:05.733Z[ recovery-image] Jul 08 02:41:04.689 INFO O| Jul 08 02:41:04.689 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-08T02:41:05.738Z[ recovery-image] Jul 08 02:41:04.700 INFO O| Jul 08 02:41:04.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64022026-07-08T02:41:05.738Z[ recovery-image] Jul 08 02:41:04.700 INFO O| Jul 08 02:41:04.700 INFO STEP 355 (remove_files) COMPLETE
64032026-07-08T02:41:05.738Z[ recovery-image] Jul 08 02:41:04.700 INFO O| Jul 08 02:41:04.700 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-08T02:41:05.747Z[ recovery-image] Jul 08 02:41:04.709 INFO O| Jul 08 02:41:04.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64052026-07-08T02:41:05.753Z[ recovery-image] Jul 08 02:41:04.709 INFO O| Jul 08 02:41:04.709 INFO STEP 356 (remove_files) COMPLETE
64062026-07-08T02:41:05.753Z[ recovery-image] Jul 08 02:41:04.709 INFO O| Jul 08 02:41:04.709 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-08T02:41:05.758Z[ recovery-image] Jul 08 02:41:04.719 INFO O| Jul 08 02:41:04.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64082026-07-08T02:41:05.765Z[ recovery-image] Jul 08 02:41:04.719 INFO O| Jul 08 02:41:04.719 INFO STEP 357 (remove_files) COMPLETE
64092026-07-08T02:41:05.765Z[ recovery-image] Jul 08 02:41:04.719 INFO O| Jul 08 02:41:04.719 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-08T02:41:05.770Z[ recovery-image] Jul 08 02:41:04.727 INFO O| Jul 08 02:41:04.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64112026-07-08T02:41:05.770Z[ recovery-image] Jul 08 02:41:04.727 INFO O| Jul 08 02:41:04.727 INFO STEP 358 (remove_files) COMPLETE
64122026-07-08T02:41:05.770Z[ recovery-image] Jul 08 02:41:04.727 INFO O| Jul 08 02:41:04.727 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-08T02:41:05.778Z[ recovery-image] Jul 08 02:41:04.737 INFO O| Jul 08 02:41:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64142026-07-08T02:41:05.778Z[ recovery-image] Jul 08 02:41:04.738 INFO O| Jul 08 02:41:04.738 INFO STEP 359 (remove_files) COMPLETE
64152026-07-08T02:41:05.778Z[ recovery-image] Jul 08 02:41:04.738 INFO O| Jul 08 02:41:04.738 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-08T02:41:05.798Z[ recovery-image] Jul 08 02:41:04.748 INFO O| Jul 08 02:41:04.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64172026-07-08T02:41:05.807Z[ recovery-image] Jul 08 02:41:04.753 INFO O| Jul 08 02:41:04.753 INFO STEP 360 (remove_files) COMPLETE
64182026-07-08T02:41:05.807Z[ recovery-image] Jul 08 02:41:04.753 INFO O| Jul 08 02:41:04.753 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-08T02:41:05.807Z[ recovery-image] Jul 08 02:41:04.763 INFO O| Jul 08 02:41:04.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64202026-07-08T02:41:05.807Z[ recovery-image] Jul 08 02:41:04.763 INFO O| Jul 08 02:41:04.763 INFO STEP 361 (remove_files) COMPLETE
64212026-07-08T02:41:05.807Z[ recovery-image] Jul 08 02:41:04.763 INFO O| Jul 08 02:41:04.763 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-08T02:41:05.811Z[ recovery-image] Jul 08 02:41:04.772 INFO O| Jul 08 02:41:04.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64232026-07-08T02:41:05.811Z[ recovery-image] Jul 08 02:41:04.772 INFO O| Jul 08 02:41:04.772 INFO STEP 362 (remove_files) COMPLETE
64242026-07-08T02:41:05.815Z[ recovery-image] Jul 08 02:41:04.772 INFO O| Jul 08 02:41:04.772 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-08T02:41:05.820Z[ recovery-image] Jul 08 02:41:04.781 INFO O| Jul 08 02:41:04.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64262026-07-08T02:41:05.821Z[ recovery-image] Jul 08 02:41:04.782 INFO O| Jul 08 02:41:04.781 INFO STEP 363 (remove_files) COMPLETE
64272026-07-08T02:41:05.821Z[ recovery-image] Jul 08 02:41:04.782 INFO O| Jul 08 02:41:04.782 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-08T02:41:05.831Z[ recovery-image] Jul 08 02:41:04.792 INFO O| Jul 08 02:41:04.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64292026-07-08T02:41:05.831Z[ recovery-image] Jul 08 02:41:04.792 INFO O| Jul 08 02:41:04.792 INFO STEP 364 (remove_files) COMPLETE
64302026-07-08T02:41:05.831Z[ recovery-image] Jul 08 02:41:04.792 INFO O| Jul 08 02:41:04.792 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-08T02:41:05.850Z[ recovery-image] Jul 08 02:41:04.804 INFO O| Jul 08 02:41:04.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64322026-07-08T02:41:05.850Z[ recovery-image] Jul 08 02:41:04.804 INFO O| Jul 08 02:41:04.804 INFO STEP 365 (remove_files) COMPLETE
64332026-07-08T02:41:05.850Z[ recovery-image] Jul 08 02:41:04.804 INFO O| Jul 08 02:41:04.804 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-08T02:41:05.858Z[ recovery-image] Jul 08 02:41:04.815 INFO O| Jul 08 02:41:04.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64352026-07-08T02:41:05.858Z[ recovery-image] Jul 08 02:41:04.815 INFO O| Jul 08 02:41:04.815 INFO STEP 366 (remove_files) COMPLETE
64362026-07-08T02:41:05.858Z[ recovery-image] Jul 08 02:41:04.815 INFO O| Jul 08 02:41:04.815 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-08T02:41:05.866Z[ recovery-image] Jul 08 02:41:04.825 INFO O| Jul 08 02:41:04.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64382026-07-08T02:41:05.866Z[ recovery-image] Jul 08 02:41:04.825 INFO O| Jul 08 02:41:04.825 INFO STEP 367 (remove_files) COMPLETE
64392026-07-08T02:41:05.866Z[ recovery-image] Jul 08 02:41:04.825 INFO O| Jul 08 02:41:04.825 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-08T02:41:05.878Z[ recovery-image] Jul 08 02:41:04.836 INFO O| Jul 08 02:41:04.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64412026-07-08T02:41:05.878Z[ recovery-image] Jul 08 02:41:04.836 INFO O| Jul 08 02:41:04.836 INFO STEP 368 (remove_files) COMPLETE
64422026-07-08T02:41:05.878Z[ recovery-image] Jul 08 02:41:04.836 INFO O| Jul 08 02:41:04.836 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-08T02:41:05.892Z[ recovery-image] Jul 08 02:41:04.845 INFO O| Jul 08 02:41:04.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64442026-07-08T02:41:05.893Z[ recovery-image] Jul 08 02:41:04.845 INFO O| Jul 08 02:41:04.845 INFO STEP 369 (remove_files) COMPLETE
64452026-07-08T02:41:05.898Z[ recovery-image] Jul 08 02:41:04.845 INFO O| Jul 08 02:41:04.845 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-08T02:41:05.898Z[ recovery-image] Jul 08 02:41:04.856 INFO O| Jul 08 02:41:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64472026-07-08T02:41:05.898Z[ recovery-image] Jul 08 02:41:04.857 INFO O| Jul 08 02:41:04.857 INFO STEP 370 (remove_files) COMPLETE
64482026-07-08T02:41:05.898Z[ recovery-image] Jul 08 02:41:04.857 INFO O| Jul 08 02:41:04.857 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-08T02:41:05.907Z[ recovery-image] Jul 08 02:41:04.867 INFO O| Jul 08 02:41:04.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64502026-07-08T02:41:05.907Z[ recovery-image] Jul 08 02:41:04.867 INFO O| Jul 08 02:41:04.867 INFO STEP 371 (remove_files) COMPLETE
64512026-07-08T02:41:05.907Z[ recovery-image] Jul 08 02:41:04.867 INFO O| Jul 08 02:41:04.867 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-08T02:41:05.917Z[ recovery-image] Jul 08 02:41:04.878 INFO O| Jul 08 02:41:04.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64532026-07-08T02:41:05.924Z[ recovery-image] Jul 08 02:41:04.878 INFO O| Jul 08 02:41:04.878 INFO STEP 372 (remove_files) COMPLETE
64542026-07-08T02:41:05.924Z[ recovery-image] Jul 08 02:41:04.879 INFO O| Jul 08 02:41:04.878 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-08T02:41:05.928Z[ recovery-image] Jul 08 02:41:04.889 INFO O| Jul 08 02:41:04.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64562026-07-08T02:41:05.935Z[ recovery-image] Jul 08 02:41:04.889 INFO O| Jul 08 02:41:04.889 INFO STEP 373 (remove_files) COMPLETE
64572026-07-08T02:41:05.935Z[ recovery-image] Jul 08 02:41:04.889 INFO O| Jul 08 02:41:04.889 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-08T02:41:05.938Z[ recovery-image] Jul 08 02:41:04.899 INFO O| Jul 08 02:41:04.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64592026-07-08T02:41:05.938Z[ recovery-image] Jul 08 02:41:04.899 INFO O| Jul 08 02:41:04.899 INFO STEP 374 (remove_files) COMPLETE
64602026-07-08T02:41:05.938Z[ recovery-image] Jul 08 02:41:04.899 INFO O| Jul 08 02:41:04.899 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-08T02:41:05.948Z[ recovery-image] Jul 08 02:41:04.909 INFO O| Jul 08 02:41:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64622026-07-08T02:41:05.948Z[ recovery-image] Jul 08 02:41:04.909 INFO O| Jul 08 02:41:04.909 INFO STEP 375 (remove_files) COMPLETE
64632026-07-08T02:41:05.952Z[ recovery-image] Jul 08 02:41:04.909 INFO O| Jul 08 02:41:04.909 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-08T02:41:05.958Z[ recovery-image] Jul 08 02:41:04.919 INFO O| Jul 08 02:41:04.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64652026-07-08T02:41:05.958Z[ recovery-image] Jul 08 02:41:04.919 INFO O| Jul 08 02:41:04.919 INFO STEP 376 (remove_files) COMPLETE
64662026-07-08T02:41:05.958Z[ recovery-image] Jul 08 02:41:04.919 INFO O| Jul 08 02:41:04.919 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-08T02:41:05.973Z[ recovery-image] Jul 08 02:41:04.927 INFO O| Jul 08 02:41:04.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64682026-07-08T02:41:05.973Z[ recovery-image] Jul 08 02:41:04.927 INFO O| Jul 08 02:41:04.927 INFO STEP 377 (remove_files) COMPLETE
64692026-07-08T02:41:05.973Z[ recovery-image] Jul 08 02:41:04.927 INFO O| Jul 08 02:41:04.927 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-08T02:41:05.977Z[ recovery-image] Jul 08 02:41:04.937 INFO O| Jul 08 02:41:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64712026-07-08T02:41:05.978Z[ recovery-image] Jul 08 02:41:04.937 INFO O| Jul 08 02:41:04.937 INFO STEP 378 (remove_files) COMPLETE
64722026-07-08T02:41:05.978Z[ recovery-image] Jul 08 02:41:04.937 INFO O| Jul 08 02:41:04.937 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-08T02:41:05.985Z[ recovery-image] Jul 08 02:41:04.946 INFO O| Jul 08 02:41:04.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64742026-07-08T02:41:05.985Z[ recovery-image] Jul 08 02:41:04.946 INFO O| Jul 08 02:41:04.946 INFO STEP 379 (remove_files) COMPLETE
64752026-07-08T02:41:05.989Z[ recovery-image] Jul 08 02:41:04.946 INFO O| Jul 08 02:41:04.946 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-08T02:41:05.998Z[ recovery-image] Jul 08 02:41:04.954 INFO O| Jul 08 02:41:04.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64772026-07-08T02:41:05.999Z[ recovery-image] Jul 08 02:41:04.954 INFO O| Jul 08 02:41:04.954 INFO STEP 380 (remove_files) COMPLETE
64782026-07-08T02:41:05.999Z[ recovery-image] Jul 08 02:41:04.954 INFO O| Jul 08 02:41:04.954 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-08T02:41:06.003Z[ recovery-image] Jul 08 02:41:04.964 INFO O| Jul 08 02:41:04.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64802026-07-08T02:41:06.003Z[ recovery-image] Jul 08 02:41:04.964 INFO O| Jul 08 02:41:04.964 INFO STEP 381 (remove_files) COMPLETE
64812026-07-08T02:41:06.003Z[ recovery-image] Jul 08 02:41:04.964 INFO O| Jul 08 02:41:04.964 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-08T02:41:06.018Z[ recovery-image] Jul 08 02:41:04.972 INFO O| Jul 08 02:41:04.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64832026-07-08T02:41:06.035Z[ recovery-image] Jul 08 02:41:04.972 INFO O| Jul 08 02:41:04.972 INFO STEP 382 (remove_files) COMPLETE
64842026-07-08T02:41:06.035Z[ recovery-image] Jul 08 02:41:04.972 INFO O| Jul 08 02:41:04.972 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-08T02:41:06.035Z[ recovery-image] Jul 08 02:41:04.981 INFO O| Jul 08 02:41:04.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64862026-07-08T02:41:06.035Z[ recovery-image] Jul 08 02:41:04.981 INFO O| Jul 08 02:41:04.981 INFO STEP 383 (remove_files) COMPLETE
64872026-07-08T02:41:06.035Z[ recovery-image] Jul 08 02:41:04.981 INFO O| Jul 08 02:41:04.981 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-08T02:41:06.059Z[ host-image] Jul 08 02:41:04.989 INFO O| Jul 08 02:41:04.989 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
64892026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:04.991 INFO O| Jul 08 02:41:04.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64902026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:04.991 INFO O| Jul 08 02:41:04.991 INFO STEP 384 (remove_files) COMPLETE
64912026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:04.991 INFO O| Jul 08 02:41:04.991 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:05.000 INFO O| Jul 08 02:41:05.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64932026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:05.001 INFO O| Jul 08 02:41:05.001 INFO STEP 385 (remove_files) COMPLETE
64942026-07-08T02:41:06.060Z[ recovery-image] Jul 08 02:41:05.001 INFO O| Jul 08 02:41:05.001 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-07-08T02:41:06.067Z[ recovery-image] Jul 08 02:41:05.010 INFO O| Jul 08 02:41:05.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64962026-07-08T02:41:06.067Z[ recovery-image] Jul 08 02:41:05.010 INFO O| Jul 08 02:41:05.010 INFO STEP 386 (remove_files) COMPLETE
64972026-07-08T02:41:06.069Z[ recovery-image] Jul 08 02:41:05.010 INFO O| Jul 08 02:41:05.010 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-07-08T02:41:06.070Z[ recovery-image] Jul 08 02:41:05.021 INFO O| Jul 08 02:41:05.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64992026-07-08T02:41:06.070Z[ recovery-image] Jul 08 02:41:05.021 INFO O| Jul 08 02:41:05.021 INFO STEP 387 (remove_files) COMPLETE
65002026-07-08T02:41:06.070Z[ recovery-image] Jul 08 02:41:05.021 INFO O| Jul 08 02:41:05.021 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-07-08T02:41:06.085Z[ recovery-image] Jul 08 02:41:05.030 INFO O| Jul 08 02:41:05.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65022026-07-08T02:41:06.085Z[ recovery-image] Jul 08 02:41:05.030 INFO O| Jul 08 02:41:05.030 INFO STEP 388 (remove_files) COMPLETE
65032026-07-08T02:41:06.085Z[ recovery-image] Jul 08 02:41:05.030 INFO O| Jul 08 02:41:05.030 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-07-08T02:41:06.085Z[ recovery-image] Jul 08 02:41:05.040 INFO O| Jul 08 02:41:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65052026-07-08T02:41:06.086Z[ recovery-image] Jul 08 02:41:05.040 INFO O| Jul 08 02:41:05.040 INFO STEP 389 (remove_files) COMPLETE
65062026-07-08T02:41:06.086Z[ recovery-image] Jul 08 02:41:05.040 INFO O| Jul 08 02:41:05.040 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-07-08T02:41:06.092Z[ recovery-image] Jul 08 02:41:05.050 INFO O| Jul 08 02:41:05.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65082026-07-08T02:41:06.092Z[ recovery-image] Jul 08 02:41:05.050 INFO O| Jul 08 02:41:05.050 INFO STEP 390 (remove_files) COMPLETE
65092026-07-08T02:41:06.092Z[ recovery-image] Jul 08 02:41:05.050 INFO O| Jul 08 02:41:05.050 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-07-08T02:41:06.098Z[ recovery-image] Jul 08 02:41:05.060 INFO O| Jul 08 02:41:05.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65112026-07-08T02:41:06.098Z[ recovery-image] Jul 08 02:41:05.060 INFO O| Jul 08 02:41:05.060 INFO STEP 391 (remove_files) COMPLETE
65122026-07-08T02:41:06.099Z[ recovery-image] Jul 08 02:41:05.060 INFO O| Jul 08 02:41:05.060 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-07-08T02:41:06.110Z[ recovery-image] Jul 08 02:41:05.070 INFO O| Jul 08 02:41:05.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65142026-07-08T02:41:06.110Z[ recovery-image] Jul 08 02:41:05.070 INFO O| Jul 08 02:41:05.070 INFO STEP 392 (remove_files) COMPLETE
65152026-07-08T02:41:06.110Z[ recovery-image] Jul 08 02:41:05.070 INFO O| Jul 08 02:41:05.070 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-07-08T02:41:06.133Z[ recovery-image] Jul 08 02:41:05.080 INFO O| Jul 08 02:41:05.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65172026-07-08T02:41:06.133Z[ recovery-image] Jul 08 02:41:05.080 INFO O| Jul 08 02:41:05.080 INFO STEP 393 (remove_files) COMPLETE
65182026-07-08T02:41:06.133Z[ recovery-image] Jul 08 02:41:05.080 INFO O| Jul 08 02:41:05.080 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-07-08T02:41:06.173Z[ recovery-image] Jul 08 02:41:05.091 INFO O| Jul 08 02:41:05.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65202026-07-08T02:41:06.174Z[ recovery-image] Jul 08 02:41:05.091 INFO O| Jul 08 02:41:05.091 INFO STEP 394 (remove_files) COMPLETE
65212026-07-08T02:41:06.174Z[ recovery-image] Jul 08 02:41:05.091 INFO O| Jul 08 02:41:05.091 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-07-08T02:41:06.174Z[ recovery-image] Jul 08 02:41:05.100 INFO O| Jul 08 02:41:05.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65232026-07-08T02:41:06.174Z[ recovery-image] Jul 08 02:41:05.101 INFO O| Jul 08 02:41:05.101 INFO STEP 395 (remove_files) COMPLETE
65242026-07-08T02:41:06.174Z[ recovery-image] Jul 08 02:41:05.101 INFO O| Jul 08 02:41:05.101 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.110 INFO O| Jul 08 02:41:05.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65262026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.110 INFO O| Jul 08 02:41:05.110 INFO STEP 396 (remove_files) COMPLETE
65272026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.110 INFO O| Jul 08 02:41:05.110 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.120 INFO O| Jul 08 02:41:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65292026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.120 INFO O| Jul 08 02:41:05.120 INFO STEP 397 (remove_files) COMPLETE
65302026-07-08T02:41:06.235Z[ recovery-image] Jul 08 02:41:05.120 INFO O| Jul 08 02:41:05.120 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.130 INFO O| Jul 08 02:41:05.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65322026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.130 INFO O| Jul 08 02:41:05.130 INFO STEP 398 (remove_files) COMPLETE
65332026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.130 INFO O| Jul 08 02:41:05.130 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.141 INFO O| Jul 08 02:41:05.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65352026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.141 INFO O| Jul 08 02:41:05.141 INFO STEP 399 (remove_files) COMPLETE
65362026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.141 INFO O| Jul 08 02:41:05.141 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.151 INFO O| Jul 08 02:41:05.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65382026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.151 INFO O| Jul 08 02:41:05.151 INFO STEP 400 (remove_files) COMPLETE
65392026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.151 INFO O| Jul 08 02:41:05.151 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.162 INFO O| Jul 08 02:41:05.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65412026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.162 INFO O| Jul 08 02:41:05.162 INFO STEP 401 (remove_files) COMPLETE
65422026-07-08T02:41:06.236Z[ recovery-image] Jul 08 02:41:05.162 INFO O| Jul 08 02:41:05.162 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-07-08T02:41:06.237Z[ host-image] Jul 08 02:41:05.163 INFO O| Jul 08 02:41:05.163 INFO completed processing sled/ramdisk-01-os
65442026-07-08T02:41:06.237Z[ host-image] Jul 08 02:41:05.165 INFO omicron1 baseline generation...
65452026-07-08T02:41:06.237Z[ host-image] Jul 08 02:41:05.165 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
65462026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.173 INFO O| Jul 08 02:41:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65472026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.173 INFO O| Jul 08 02:41:05.173 INFO STEP 402 (remove_files) COMPLETE
65482026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.173 INFO O| Jul 08 02:41:05.173 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.183 INFO O| Jul 08 02:41:05.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65502026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.183 INFO O| Jul 08 02:41:05.183 INFO STEP 403 (remove_files) COMPLETE
65512026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.183 INFO O| Jul 08 02:41:05.183 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.192 INFO O| Jul 08 02:41:05.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65532026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.192 INFO O| Jul 08 02:41:05.192 INFO STEP 404 (remove_files) COMPLETE
65542026-07-08T02:41:06.237Z[ recovery-image] Jul 08 02:41:05.192 INFO O| Jul 08 02:41:05.192 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-07-08T02:41:06.246Z[ recovery-image] Jul 08 02:41:05.203 INFO O| Jul 08 02:41:05.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65562026-07-08T02:41:06.247Z[ recovery-image] Jul 08 02:41:05.203 INFO O| Jul 08 02:41:05.203 INFO STEP 405 (remove_files) COMPLETE
65572026-07-08T02:41:06.247Z[ recovery-image] Jul 08 02:41:05.203 INFO O| Jul 08 02:41:05.203 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-07-08T02:41:06.251Z[ recovery-image] Jul 08 02:41:05.212 INFO O| Jul 08 02:41:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65592026-07-08T02:41:06.257Z[ recovery-image] Jul 08 02:41:05.212 INFO O| Jul 08 02:41:05.212 INFO STEP 406 (remove_files) COMPLETE
65602026-07-08T02:41:06.258Z[ recovery-image] Jul 08 02:41:05.212 INFO O| Jul 08 02:41:05.212 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-07-08T02:41:06.268Z[ recovery-image] Jul 08 02:41:05.221 INFO O| Jul 08 02:41:05.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65622026-07-08T02:41:06.268Z[ recovery-image] Jul 08 02:41:05.221 INFO O| Jul 08 02:41:05.221 INFO STEP 407 (remove_files) COMPLETE
65632026-07-08T02:41:06.269Z[ recovery-image] Jul 08 02:41:05.221 INFO O| Jul 08 02:41:05.221 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-07-08T02:41:06.277Z[ recovery-image] Jul 08 02:41:05.231 INFO O| Jul 08 02:41:05.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65652026-07-08T02:41:06.277Z[ recovery-image] Jul 08 02:41:05.231 INFO O| Jul 08 02:41:05.231 INFO STEP 408 (remove_files) COMPLETE
65662026-07-08T02:41:06.277Z[ recovery-image] Jul 08 02:41:05.231 INFO O| Jul 08 02:41:05.231 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-07-08T02:41:06.281Z[ recovery-image] Jul 08 02:41:05.241 INFO O| Jul 08 02:41:05.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65682026-07-08T02:41:06.281Z[ recovery-image] Jul 08 02:41:05.241 INFO O| Jul 08 02:41:05.241 INFO STEP 409 (remove_files) COMPLETE
65692026-07-08T02:41:06.282Z[ recovery-image] Jul 08 02:41:05.241 INFO O| Jul 08 02:41:05.241 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-07-08T02:41:06.291Z[ recovery-image] Jul 08 02:41:05.251 INFO O| Jul 08 02:41:05.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65712026-07-08T02:41:06.291Z[ recovery-image] Jul 08 02:41:05.251 INFO O| Jul 08 02:41:05.251 INFO STEP 410 (remove_files) COMPLETE
65722026-07-08T02:41:06.295Z[ recovery-image] Jul 08 02:41:05.251 INFO O| Jul 08 02:41:05.251 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-07-08T02:41:06.300Z[ recovery-image] Jul 08 02:41:05.261 INFO O| Jul 08 02:41:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65742026-07-08T02:41:06.300Z[ recovery-image] Jul 08 02:41:05.261 INFO O| Jul 08 02:41:05.261 INFO STEP 411 (remove_files) COMPLETE
65752026-07-08T02:41:06.300Z[ recovery-image] Jul 08 02:41:05.261 INFO O| Jul 08 02:41:05.261 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-07-08T02:41:06.317Z[ recovery-image] Jul 08 02:41:05.273 INFO O| Jul 08 02:41:05.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65772026-07-08T02:41:06.318Z[ recovery-image] Jul 08 02:41:05.273 INFO O| Jul 08 02:41:05.273 INFO STEP 412 (remove_files) COMPLETE
65782026-07-08T02:41:06.318Z[ recovery-image] Jul 08 02:41:05.273 INFO O| Jul 08 02:41:05.273 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-07-08T02:41:06.325Z[ recovery-image] Jul 08 02:41:05.282 INFO O| Jul 08 02:41:05.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65802026-07-08T02:41:06.325Z[ recovery-image] Jul 08 02:41:05.282 INFO O| Jul 08 02:41:05.282 INFO STEP 413 (remove_files) COMPLETE
65812026-07-08T02:41:06.325Z[ recovery-image] Jul 08 02:41:05.282 INFO O| Jul 08 02:41:05.282 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-07-08T02:41:06.338Z[ recovery-image] Jul 08 02:41:05.293 INFO O| Jul 08 02:41:05.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65832026-07-08T02:41:06.338Z[ recovery-image] Jul 08 02:41:05.293 INFO O| Jul 08 02:41:05.293 INFO STEP 414 (remove_files) COMPLETE
65842026-07-08T02:41:06.338Z[ recovery-image] Jul 08 02:41:05.293 INFO O| Jul 08 02:41:05.293 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-07-08T02:41:06.352Z[ recovery-image] Jul 08 02:41:05.302 INFO O| Jul 08 02:41:05.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65862026-07-08T02:41:06.352Z[ recovery-image] Jul 08 02:41:05.302 INFO O| Jul 08 02:41:05.302 INFO STEP 415 (remove_files) COMPLETE
65872026-07-08T02:41:06.352Z[ recovery-image] Jul 08 02:41:05.302 INFO O| Jul 08 02:41:05.302 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-07-08T02:41:06.357Z[ recovery-image] Jul 08 02:41:05.312 INFO O| Jul 08 02:41:05.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65892026-07-08T02:41:06.357Z[ recovery-image] Jul 08 02:41:05.312 INFO O| Jul 08 02:41:05.312 INFO STEP 416 (remove_files) COMPLETE
65902026-07-08T02:41:06.357Z[ recovery-image] Jul 08 02:41:05.312 INFO O| Jul 08 02:41:05.312 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-07-08T02:41:06.361Z[ recovery-image] Jul 08 02:41:05.321 INFO O| Jul 08 02:41:05.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65922026-07-08T02:41:06.361Z[ recovery-image] Jul 08 02:41:05.321 INFO O| Jul 08 02:41:05.321 INFO STEP 417 (remove_files) COMPLETE
65932026-07-08T02:41:06.361Z[ recovery-image] Jul 08 02:41:05.321 INFO O| Jul 08 02:41:05.321 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-07-08T02:41:06.370Z[ recovery-image] Jul 08 02:41:05.330 INFO O| Jul 08 02:41:05.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65952026-07-08T02:41:06.370Z[ recovery-image] Jul 08 02:41:05.330 INFO O| Jul 08 02:41:05.330 INFO STEP 418 (remove_files) COMPLETE
65962026-07-08T02:41:06.377Z[ recovery-image] Jul 08 02:41:05.331 INFO O| Jul 08 02:41:05.330 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-07-08T02:41:06.381Z[ recovery-image] Jul 08 02:41:05.341 INFO O| Jul 08 02:41:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65982026-07-08T02:41:06.382Z[ recovery-image] Jul 08 02:41:05.341 INFO O| Jul 08 02:41:05.341 INFO STEP 419 (remove_files) COMPLETE
65992026-07-08T02:41:06.382Z[ recovery-image] Jul 08 02:41:05.341 INFO O| Jul 08 02:41:05.341 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-07-08T02:41:06.390Z[ recovery-image] Jul 08 02:41:05.351 INFO O| Jul 08 02:41:05.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66012026-07-08T02:41:06.390Z[ recovery-image] Jul 08 02:41:05.351 INFO O| Jul 08 02:41:05.351 INFO STEP 420 (remove_files) COMPLETE
66022026-07-08T02:41:06.390Z[ recovery-image] Jul 08 02:41:05.351 INFO O| Jul 08 02:41:05.351 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-07-08T02:41:06.400Z[ recovery-image] Jul 08 02:41:05.361 INFO O| Jul 08 02:41:05.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66042026-07-08T02:41:06.404Z[ recovery-image] Jul 08 02:41:05.362 INFO O| Jul 08 02:41:05.362 INFO STEP 421 (remove_files) COMPLETE
66052026-07-08T02:41:06.404Z[ recovery-image] Jul 08 02:41:05.362 INFO O| Jul 08 02:41:05.362 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-07-08T02:41:06.412Z[ recovery-image] Jul 08 02:41:05.373 INFO O| Jul 08 02:41:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66072026-07-08T02:41:06.412Z[ recovery-image] Jul 08 02:41:05.373 INFO O| Jul 08 02:41:05.373 INFO STEP 422 (remove_files) COMPLETE
66082026-07-08T02:41:06.412Z[ recovery-image] Jul 08 02:41:05.373 INFO O| Jul 08 02:41:05.373 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-07-08T02:41:06.432Z[ recovery-image] Jul 08 02:41:05.383 INFO O| Jul 08 02:41:05.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66102026-07-08T02:41:06.432Z[ recovery-image] Jul 08 02:41:05.383 INFO O| Jul 08 02:41:05.383 INFO STEP 423 (remove_files) COMPLETE
66112026-07-08T02:41:06.441Z[ recovery-image] Jul 08 02:41:05.384 INFO O| Jul 08 02:41:05.383 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-07-08T02:41:06.441Z[ recovery-image] Jul 08 02:41:05.394 INFO O| Jul 08 02:41:05.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66132026-07-08T02:41:06.441Z[ recovery-image] Jul 08 02:41:05.394 INFO O| Jul 08 02:41:05.394 INFO STEP 424 (remove_files) COMPLETE
66142026-07-08T02:41:06.441Z[ recovery-image] Jul 08 02:41:05.394 INFO O| Jul 08 02:41:05.394 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-07-08T02:41:06.454Z[ recovery-image] Jul 08 02:41:05.405 INFO O| Jul 08 02:41:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66162026-07-08T02:41:06.454Z[ recovery-image] Jul 08 02:41:05.405 INFO O| Jul 08 02:41:05.405 INFO STEP 425 (remove_files) COMPLETE
66172026-07-08T02:41:06.454Z[ recovery-image] Jul 08 02:41:05.405 INFO O| Jul 08 02:41:05.405 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-07-08T02:41:06.461Z[ recovery-image] Jul 08 02:41:05.416 INFO O| Jul 08 02:41:05.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66192026-07-08T02:41:06.461Z[ recovery-image] Jul 08 02:41:05.416 INFO O| Jul 08 02:41:05.416 INFO STEP 426 (remove_files) COMPLETE
66202026-07-08T02:41:06.461Z[ recovery-image] Jul 08 02:41:05.416 INFO O| Jul 08 02:41:05.416 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-07-08T02:41:06.466Z[ recovery-image] Jul 08 02:41:05.427 INFO O| Jul 08 02:41:05.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66222026-07-08T02:41:06.466Z[ recovery-image] Jul 08 02:41:05.427 INFO O| Jul 08 02:41:05.427 INFO STEP 427 (remove_files) COMPLETE
66232026-07-08T02:41:06.466Z[ recovery-image] Jul 08 02:41:05.427 INFO O| Jul 08 02:41:05.427 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-07-08T02:41:06.479Z[ recovery-image] Jul 08 02:41:05.438 INFO O| Jul 08 02:41:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66252026-07-08T02:41:06.479Z[ recovery-image] Jul 08 02:41:05.439 INFO O| Jul 08 02:41:05.439 INFO STEP 428 (remove_files) COMPLETE
66262026-07-08T02:41:06.479Z[ recovery-image] Jul 08 02:41:05.439 INFO O| Jul 08 02:41:05.439 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-07-08T02:41:06.490Z[ recovery-image] Jul 08 02:41:05.450 INFO O| Jul 08 02:41:05.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66282026-07-08T02:41:06.490Z[ recovery-image] Jul 08 02:41:05.450 INFO O| Jul 08 02:41:05.450 INFO STEP 429 (remove_files) COMPLETE
66292026-07-08T02:41:06.509Z[ recovery-image] Jul 08 02:41:05.450 INFO O| Jul 08 02:41:05.450 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.460 INFO O| Jul 08 02:41:05.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66312026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.460 INFO O| Jul 08 02:41:05.460 INFO STEP 430 (remove_files) COMPLETE
66322026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.460 INFO O| Jul 08 02:41:05.460 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.471 INFO O| Jul 08 02:41:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66342026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.471 INFO O| Jul 08 02:41:05.471 INFO STEP 431 (remove_files) COMPLETE
66352026-07-08T02:41:06.519Z[ recovery-image] Jul 08 02:41:05.471 INFO O| Jul 08 02:41:05.471 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-07-08T02:41:06.528Z[ recovery-image] Jul 08 02:41:05.482 INFO O| Jul 08 02:41:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66372026-07-08T02:41:06.528Z[ recovery-image] Jul 08 02:41:05.482 INFO O| Jul 08 02:41:05.482 INFO STEP 432 (remove_files) COMPLETE
66382026-07-08T02:41:06.528Z[ recovery-image] Jul 08 02:41:05.482 INFO O| Jul 08 02:41:05.482 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-07-08T02:41:06.534Z[ recovery-image] Jul 08 02:41:05.493 INFO O| Jul 08 02:41:05.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66402026-07-08T02:41:06.534Z[ recovery-image] Jul 08 02:41:05.493 INFO O| Jul 08 02:41:05.493 INFO STEP 433 (remove_files) COMPLETE
66412026-07-08T02:41:06.534Z[ recovery-image] Jul 08 02:41:05.493 INFO O| Jul 08 02:41:05.493 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-07-08T02:41:06.540Z[ recovery-image] Jul 08 02:41:05.501 INFO O| Jul 08 02:41:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66432026-07-08T02:41:06.540Z[ recovery-image] Jul 08 02:41:05.501 INFO O| Jul 08 02:41:05.501 INFO STEP 434 (remove_files) COMPLETE
66442026-07-08T02:41:06.540Z[ recovery-image] Jul 08 02:41:05.501 INFO O| Jul 08 02:41:05.501 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-07-08T02:41:06.550Z[ recovery-image] Jul 08 02:41:05.511 INFO O| Jul 08 02:41:05.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66462026-07-08T02:41:06.550Z[ recovery-image] Jul 08 02:41:05.511 INFO O| Jul 08 02:41:05.511 INFO STEP 435 (remove_files) COMPLETE
66472026-07-08T02:41:06.556Z[ recovery-image] Jul 08 02:41:05.511 INFO O| Jul 08 02:41:05.511 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-07-08T02:41:06.564Z[ recovery-image] Jul 08 02:41:05.520 INFO O| Jul 08 02:41:05.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66492026-07-08T02:41:06.564Z[ recovery-image] Jul 08 02:41:05.520 INFO O| Jul 08 02:41:05.520 INFO STEP 436 (remove_files) COMPLETE
66502026-07-08T02:41:06.564Z[ recovery-image] Jul 08 02:41:05.520 INFO O| Jul 08 02:41:05.520 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-07-08T02:41:06.572Z[ host-image] Jul 08 02:41:05.526 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
66522026-07-08T02:41:06.572Z[ recovery-image] Jul 08 02:41:05.531 INFO O| Jul 08 02:41:05.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66532026-07-08T02:41:06.572Z[ recovery-image] Jul 08 02:41:05.531 INFO O| Jul 08 02:41:05.531 INFO STEP 437 (remove_files) COMPLETE
66542026-07-08T02:41:06.572Z[ recovery-image] Jul 08 02:41:05.531 INFO O| Jul 08 02:41:05.531 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-08T02:41:06.584Z[ recovery-image] Jul 08 02:41:05.541 INFO O| Jul 08 02:41:05.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66562026-07-08T02:41:06.584Z[ recovery-image] Jul 08 02:41:05.541 INFO O| Jul 08 02:41:05.541 INFO STEP 438 (remove_files) COMPLETE
66572026-07-08T02:41:06.584Z[ recovery-image] Jul 08 02:41:05.541 INFO O| Jul 08 02:41:05.541 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-08T02:41:06.590Z[ recovery-image] Jul 08 02:41:05.551 INFO O| Jul 08 02:41:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66592026-07-08T02:41:06.590Z[ recovery-image] Jul 08 02:41:05.551 INFO O| Jul 08 02:41:05.551 INFO STEP 439 (remove_files) COMPLETE
66602026-07-08T02:41:06.620Z[ recovery-image] Jul 08 02:41:05.551 INFO O| Jul 08 02:41:05.551 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-08T02:41:06.620Z[ recovery-image] Jul 08 02:41:05.560 INFO O| Jul 08 02:41:05.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66622026-07-08T02:41:06.620Z[ recovery-image] Jul 08 02:41:05.560 INFO O| Jul 08 02:41:05.560 INFO STEP 440 (remove_files) COMPLETE
66632026-07-08T02:41:06.621Z[ recovery-image] Jul 08 02:41:05.560 INFO O| Jul 08 02:41:05.560 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-08T02:41:06.621Z[ recovery-image] Jul 08 02:41:05.568 INFO O| Jul 08 02:41:05.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66652026-07-08T02:41:06.621Z[ recovery-image] Jul 08 02:41:05.568 INFO O| Jul 08 02:41:05.568 INFO STEP 441 (remove_files) COMPLETE
66662026-07-08T02:41:06.621Z[ recovery-image] Jul 08 02:41:05.568 INFO O| Jul 08 02:41:05.568 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.577 INFO O| Jul 08 02:41:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66682026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.577 INFO O| Jul 08 02:41:05.577 INFO STEP 442 (remove_files) COMPLETE
66692026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.577 INFO O| Jul 08 02:41:05.577 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.588 INFO O| Jul 08 02:41:05.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66712026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.588 INFO O| Jul 08 02:41:05.588 INFO STEP 443 (remove_files) COMPLETE
66722026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.588 INFO O| Jul 08 02:41:05.588 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.597 INFO O| Jul 08 02:41:05.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66742026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.597 INFO O| Jul 08 02:41:05.597 INFO STEP 444 (remove_files) COMPLETE
66752026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.597 INFO O| Jul 08 02:41:05.597 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.605 INFO O| Jul 08 02:41:05.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66772026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.605 INFO O| Jul 08 02:41:05.605 INFO STEP 445 (remove_files) COMPLETE
66782026-07-08T02:41:06.652Z[ recovery-image] Jul 08 02:41:05.605 INFO O| Jul 08 02:41:05.605 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-08T02:41:06.659Z[ recovery-image] Jul 08 02:41:05.614 INFO O| Jul 08 02:41:05.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66802026-07-08T02:41:06.660Z[ recovery-image] Jul 08 02:41:05.614 INFO O| Jul 08 02:41:05.614 INFO STEP 446 (remove_files) COMPLETE
66812026-07-08T02:41:06.660Z[ recovery-image] Jul 08 02:41:05.614 INFO O| Jul 08 02:41:05.614 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-08T02:41:06.667Z[ recovery-image] Jul 08 02:41:05.625 INFO O| Jul 08 02:41:05.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66832026-07-08T02:41:06.667Z[ recovery-image] Jul 08 02:41:05.625 INFO O| Jul 08 02:41:05.625 INFO STEP 447 (remove_files) COMPLETE
66842026-07-08T02:41:06.667Z[ recovery-image] Jul 08 02:41:05.625 INFO O| Jul 08 02:41:05.625 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-08T02:41:06.677Z[ recovery-image] Jul 08 02:41:05.635 INFO O| Jul 08 02:41:05.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66862026-07-08T02:41:06.677Z[ recovery-image] Jul 08 02:41:05.635 INFO O| Jul 08 02:41:05.635 INFO STEP 448 (remove_files) COMPLETE
66872026-07-08T02:41:06.684Z[ recovery-image] Jul 08 02:41:05.635 INFO O| Jul 08 02:41:05.635 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.646 INFO O| Jul 08 02:41:05.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66892026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.646 INFO O| Jul 08 02:41:05.646 INFO STEP 449 (remove_files) COMPLETE
66902026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.646 INFO O| Jul 08 02:41:05.646 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.657 INFO O| Jul 08 02:41:05.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66922026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.657 INFO O| Jul 08 02:41:05.657 INFO STEP 450 (remove_files) COMPLETE
66932026-07-08T02:41:06.712Z[ recovery-image] Jul 08 02:41:05.657 INFO O| Jul 08 02:41:05.657 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-08T02:41:06.720Z[ recovery-image] Jul 08 02:41:05.666 INFO O| Jul 08 02:41:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66952026-07-08T02:41:06.720Z[ recovery-image] Jul 08 02:41:05.666 INFO O| Jul 08 02:41:05.666 INFO STEP 451 (remove_files) COMPLETE
66962026-07-08T02:41:06.720Z[ recovery-image] Jul 08 02:41:05.666 INFO O| Jul 08 02:41:05.666 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-08T02:41:06.728Z[ recovery-image] Jul 08 02:41:05.678 INFO O| Jul 08 02:41:05.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66982026-07-08T02:41:06.728Z[ recovery-image] Jul 08 02:41:05.678 INFO O| Jul 08 02:41:05.678 INFO STEP 452 (remove_files) COMPLETE
66992026-07-08T02:41:06.728Z[ recovery-image] Jul 08 02:41:05.678 INFO O| Jul 08 02:41:05.678 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-08T02:41:06.739Z[ recovery-image] Jul 08 02:41:05.689 INFO O| Jul 08 02:41:05.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67012026-07-08T02:41:06.740Z[ recovery-image] Jul 08 02:41:05.689 INFO O| Jul 08 02:41:05.689 INFO STEP 453 (remove_files) COMPLETE
67022026-07-08T02:41:06.740Z[ recovery-image] Jul 08 02:41:05.689 INFO O| Jul 08 02:41:05.689 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-08T02:41:06.756Z[ recovery-image] Jul 08 02:41:05.698 INFO O| Jul 08 02:41:05.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67042026-07-08T02:41:06.757Z[ recovery-image] Jul 08 02:41:05.698 INFO O| Jul 08 02:41:05.698 INFO STEP 454 (remove_files) COMPLETE
67052026-07-08T02:41:06.757Z[ recovery-image] Jul 08 02:41:05.698 INFO O| Jul 08 02:41:05.698 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-08T02:41:06.757Z[ recovery-image] Jul 08 02:41:05.708 INFO O| Jul 08 02:41:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67072026-07-08T02:41:06.757Z[ recovery-image] Jul 08 02:41:05.708 INFO O| Jul 08 02:41:05.708 INFO STEP 455 (remove_files) COMPLETE
67082026-07-08T02:41:06.757Z[ recovery-image] Jul 08 02:41:05.708 INFO O| Jul 08 02:41:05.708 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-08T02:41:06.760Z[ recovery-image] Jul 08 02:41:05.720 INFO O| Jul 08 02:41:05.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67102026-07-08T02:41:06.760Z[ recovery-image] Jul 08 02:41:05.720 INFO O| Jul 08 02:41:05.720 INFO STEP 456 (remove_files) COMPLETE
67112026-07-08T02:41:06.760Z[ recovery-image] Jul 08 02:41:05.720 INFO O| Jul 08 02:41:05.720 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-08T02:41:06.771Z[ recovery-image] Jul 08 02:41:05.732 INFO O| Jul 08 02:41:05.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67132026-07-08T02:41:06.771Z[ recovery-image] Jul 08 02:41:05.732 INFO O| Jul 08 02:41:05.732 INFO STEP 457 (remove_files) COMPLETE
67142026-07-08T02:41:06.771Z[ recovery-image] Jul 08 02:41:05.732 INFO O| Jul 08 02:41:05.732 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-08T02:41:06.789Z[ recovery-image] Jul 08 02:41:05.743 INFO O| Jul 08 02:41:05.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67162026-07-08T02:41:06.789Z[ recovery-image] Jul 08 02:41:05.743 INFO O| Jul 08 02:41:05.743 INFO STEP 458 (remove_files) COMPLETE
67172026-07-08T02:41:06.816Z[ recovery-image] Jul 08 02:41:05.743 INFO O| Jul 08 02:41:05.743 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-08T02:41:06.816Z[ recovery-image] Jul 08 02:41:05.752 INFO O| Jul 08 02:41:05.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67192026-07-08T02:41:06.816Z[ recovery-image] Jul 08 02:41:05.752 INFO O| Jul 08 02:41:05.752 INFO STEP 459 (remove_files) COMPLETE
67202026-07-08T02:41:06.816Z[ recovery-image] Jul 08 02:41:05.752 INFO O| Jul 08 02:41:05.752 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-08T02:41:06.823Z[ recovery-image] Jul 08 02:41:05.761 INFO O| Jul 08 02:41:05.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67222026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.761 INFO O| Jul 08 02:41:05.761 INFO STEP 460 (remove_files) COMPLETE
67232026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.761 INFO O| Jul 08 02:41:05.761 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.770 INFO O| Jul 08 02:41:05.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67252026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.770 INFO O| Jul 08 02:41:05.770 INFO STEP 461 (remove_files) COMPLETE
67262026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.770 INFO O| Jul 08 02:41:05.770 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.781 INFO O| Jul 08 02:41:05.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67282026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.781 INFO O| Jul 08 02:41:05.781 INFO STEP 462 (remove_files) COMPLETE
67292026-07-08T02:41:06.824Z[ recovery-image] Jul 08 02:41:05.781 INFO O| Jul 08 02:41:05.781 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-08T02:41:06.834Z[ recovery-image] Jul 08 02:41:05.790 INFO O| Jul 08 02:41:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67312026-07-08T02:41:06.839Z[ recovery-image] Jul 08 02:41:05.790 INFO O| Jul 08 02:41:05.790 INFO STEP 463 (remove_files) COMPLETE
67322026-07-08T02:41:06.839Z[ recovery-image] Jul 08 02:41:05.790 INFO O| Jul 08 02:41:05.790 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-08T02:41:06.849Z[ recovery-image] Jul 08 02:41:05.801 INFO O| Jul 08 02:41:05.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67342026-07-08T02:41:06.849Z[ recovery-image] Jul 08 02:41:05.801 INFO O| Jul 08 02:41:05.801 INFO STEP 464 (remove_files) COMPLETE
67352026-07-08T02:41:06.849Z[ recovery-image] Jul 08 02:41:05.801 INFO O| Jul 08 02:41:05.801 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-08T02:41:06.860Z[ recovery-image] Jul 08 02:41:05.813 INFO O| Jul 08 02:41:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67372026-07-08T02:41:06.860Z[ recovery-image] Jul 08 02:41:05.813 INFO O| Jul 08 02:41:05.813 INFO STEP 465 (remove_files) COMPLETE
67382026-07-08T02:41:06.860Z[ recovery-image] Jul 08 02:41:05.813 INFO O| Jul 08 02:41:05.813 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-08T02:41:06.871Z[ recovery-image] Jul 08 02:41:05.822 INFO O| Jul 08 02:41:05.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67402026-07-08T02:41:06.871Z[ recovery-image] Jul 08 02:41:05.822 INFO O| Jul 08 02:41:05.822 INFO STEP 466 (remove_files) COMPLETE
67412026-07-08T02:41:06.871Z[ recovery-image] Jul 08 02:41:05.822 INFO O| Jul 08 02:41:05.822 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-08T02:41:06.877Z[ recovery-image] Jul 08 02:41:05.831 INFO O| Jul 08 02:41:05.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67432026-07-08T02:41:06.877Z[ recovery-image] Jul 08 02:41:05.831 INFO O| Jul 08 02:41:05.831 INFO STEP 467 (remove_files) COMPLETE
67442026-07-08T02:41:06.877Z[ recovery-image] Jul 08 02:41:05.831 INFO O| Jul 08 02:41:05.831 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-08T02:41:06.883Z[ recovery-image] Jul 08 02:41:05.841 INFO O| Jul 08 02:41:05.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67462026-07-08T02:41:06.884Z[ recovery-image] Jul 08 02:41:05.841 INFO O| Jul 08 02:41:05.841 INFO STEP 468 (remove_files) COMPLETE
67472026-07-08T02:41:06.884Z[ recovery-image] Jul 08 02:41:05.841 INFO O| Jul 08 02:41:05.841 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-08T02:41:06.895Z[ recovery-image] Jul 08 02:41:05.852 INFO O| Jul 08 02:41:05.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67492026-07-08T02:41:06.895Z[ recovery-image] Jul 08 02:41:05.852 INFO O| Jul 08 02:41:05.852 INFO STEP 469 (remove_files) COMPLETE
67502026-07-08T02:41:06.895Z[ recovery-image] Jul 08 02:41:05.852 INFO O| Jul 08 02:41:05.852 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-08T02:41:06.904Z[ recovery-image] Jul 08 02:41:05.862 INFO O| Jul 08 02:41:05.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67522026-07-08T02:41:06.904Z[ recovery-image] Jul 08 02:41:05.862 INFO O| Jul 08 02:41:05.862 INFO STEP 470 (remove_files) COMPLETE
67532026-07-08T02:41:06.904Z[ recovery-image] Jul 08 02:41:05.862 INFO O| Jul 08 02:41:05.862 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-08T02:41:06.920Z[ recovery-image] Jul 08 02:41:05.873 INFO O| Jul 08 02:41:05.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67552026-07-08T02:41:06.920Z[ recovery-image] Jul 08 02:41:05.873 INFO O| Jul 08 02:41:05.873 INFO STEP 471 (remove_files) COMPLETE
67562026-07-08T02:41:06.920Z[ recovery-image] Jul 08 02:41:05.873 INFO O| Jul 08 02:41:05.873 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-08T02:41:06.927Z[ recovery-image] Jul 08 02:41:05.884 INFO O| Jul 08 02:41:05.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67582026-07-08T02:41:06.927Z[ recovery-image] Jul 08 02:41:05.885 INFO O| Jul 08 02:41:05.885 INFO STEP 472 (remove_files) COMPLETE
67592026-07-08T02:41:06.927Z[ recovery-image] Jul 08 02:41:05.885 INFO O| Jul 08 02:41:05.885 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-08T02:41:06.939Z[ recovery-image] Jul 08 02:41:05.895 INFO O| Jul 08 02:41:05.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67612026-07-08T02:41:06.939Z[ recovery-image] Jul 08 02:41:05.895 INFO O| Jul 08 02:41:05.895 INFO STEP 473 (remove_files) COMPLETE
67622026-07-08T02:41:06.939Z[ recovery-image] Jul 08 02:41:05.896 INFO O| Jul 08 02:41:05.895 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-08T02:41:06.948Z[ recovery-image] Jul 08 02:41:05.906 INFO O| Jul 08 02:41:05.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67642026-07-08T02:41:06.956Z[ recovery-image] Jul 08 02:41:05.910 INFO O| Jul 08 02:41:05.910 INFO STEP 474 (remove_files) COMPLETE
67652026-07-08T02:41:06.956Z[ recovery-image] Jul 08 02:41:05.910 INFO O| Jul 08 02:41:05.910 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-08T02:41:06.960Z[ recovery-image] Jul 08 02:41:05.921 INFO O| Jul 08 02:41:05.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67672026-07-08T02:41:06.960Z[ recovery-image] Jul 08 02:41:05.921 INFO O| Jul 08 02:41:05.921 INFO STEP 475 (remove_files) COMPLETE
67682026-07-08T02:41:06.966Z[ recovery-image] Jul 08 02:41:05.921 INFO O| Jul 08 02:41:05.921 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-08T02:41:06.973Z[ recovery-image] Jul 08 02:41:05.930 INFO O| Jul 08 02:41:05.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67702026-07-08T02:41:06.973Z[ recovery-image] Jul 08 02:41:05.930 INFO O| Jul 08 02:41:05.930 INFO STEP 476 (remove_files) COMPLETE
67712026-07-08T02:41:06.973Z[ recovery-image] Jul 08 02:41:05.930 INFO O| Jul 08 02:41:05.930 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-08T02:41:06.979Z[ recovery-image] Jul 08 02:41:05.939 INFO O| Jul 08 02:41:05.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67732026-07-08T02:41:06.984Z[ recovery-image] Jul 08 02:41:05.939 INFO O| Jul 08 02:41:05.939 INFO STEP 477 (remove_files) COMPLETE
67742026-07-08T02:41:06.984Z[ recovery-image] Jul 08 02:41:05.939 INFO O| Jul 08 02:41:05.939 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-08T02:41:06.996Z[ recovery-image] Jul 08 02:41:05.948 INFO O| Jul 08 02:41:05.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67762026-07-08T02:41:06.996Z[ recovery-image] Jul 08 02:41:05.948 INFO O| Jul 08 02:41:05.948 INFO STEP 478 (remove_files) COMPLETE
67772026-07-08T02:41:06.996Z[ recovery-image] Jul 08 02:41:05.948 INFO O| Jul 08 02:41:05.948 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.957 INFO O| Jul 08 02:41:05.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67792026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.958 INFO O| Jul 08 02:41:05.958 INFO STEP 479 (remove_files) COMPLETE
67802026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.958 INFO O| Jul 08 02:41:05.958 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.967 INFO O| Jul 08 02:41:05.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67822026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.967 INFO O| Jul 08 02:41:05.967 INFO STEP 480 (remove_files) COMPLETE
67832026-07-08T02:41:07.010Z[ recovery-image] Jul 08 02:41:05.967 INFO O| Jul 08 02:41:05.967 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-08T02:41:07.022Z[ recovery-image] Jul 08 02:41:05.975 INFO O| Jul 08 02:41:05.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67852026-07-08T02:41:07.023Z[ recovery-image] Jul 08 02:41:05.975 INFO O| Jul 08 02:41:05.975 INFO STEP 481 (remove_files) COMPLETE
67862026-07-08T02:41:07.023Z[ recovery-image] Jul 08 02:41:05.975 INFO O| Jul 08 02:41:05.975 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-08T02:41:07.031Z[ recovery-image] Jul 08 02:41:05.986 INFO O| Jul 08 02:41:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67882026-07-08T02:41:07.031Z[ recovery-image] Jul 08 02:41:05.986 INFO O| Jul 08 02:41:05.986 INFO STEP 482 (remove_files) COMPLETE
67892026-07-08T02:41:07.031Z[ recovery-image] Jul 08 02:41:05.986 INFO O| Jul 08 02:41:05.986 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-08T02:41:07.037Z[ recovery-image] Jul 08 02:41:05.996 INFO O| Jul 08 02:41:05.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67912026-07-08T02:41:07.037Z[ recovery-image] Jul 08 02:41:05.996 INFO O| Jul 08 02:41:05.996 INFO STEP 483 (remove_files) COMPLETE
67922026-07-08T02:41:07.037Z[ recovery-image] Jul 08 02:41:05.996 INFO O| Jul 08 02:41:05.996 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-08T02:41:07.044Z[ recovery-image] Jul 08 02:41:06.005 INFO O| Jul 08 02:41:06.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67942026-07-08T02:41:07.045Z[ recovery-image] Jul 08 02:41:06.005 INFO O| Jul 08 02:41:06.005 INFO STEP 484 (remove_files) COMPLETE
67952026-07-08T02:41:07.045Z[ recovery-image] Jul 08 02:41:06.005 INFO O| Jul 08 02:41:06.005 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-08T02:41:07.056Z[ recovery-image] Jul 08 02:41:06.017 INFO O| Jul 08 02:41:06.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67972026-07-08T02:41:07.056Z[ recovery-image] Jul 08 02:41:06.017 INFO O| Jul 08 02:41:06.017 INFO STEP 485 (remove_files) COMPLETE
67982026-07-08T02:41:07.067Z[ recovery-image] Jul 08 02:41:06.017 INFO O| Jul 08 02:41:06.017 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-08T02:41:07.079Z[ recovery-image] Jul 08 02:41:06.027 INFO O| Jul 08 02:41:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68002026-07-08T02:41:07.079Z[ recovery-image] Jul 08 02:41:06.027 INFO O| Jul 08 02:41:06.027 INFO STEP 486 (remove_files) COMPLETE
68012026-07-08T02:41:07.080Z[ recovery-image] Jul 08 02:41:06.027 INFO O| Jul 08 02:41:06.027 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-08T02:41:07.093Z[ recovery-image] Jul 08 02:41:06.039 INFO O| Jul 08 02:41:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68032026-07-08T02:41:07.093Z[ recovery-image] Jul 08 02:41:06.039 INFO O| Jul 08 02:41:06.039 INFO STEP 487 (remove_files) COMPLETE
68042026-07-08T02:41:07.093Z[ recovery-image] Jul 08 02:41:06.039 INFO O| Jul 08 02:41:06.039 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-08T02:41:07.102Z[ recovery-image] Jul 08 02:41:06.050 INFO O| Jul 08 02:41:06.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68062026-07-08T02:41:07.102Z[ recovery-image] Jul 08 02:41:06.050 INFO O| Jul 08 02:41:06.050 INFO STEP 488 (remove_files) COMPLETE
68072026-07-08T02:41:07.102Z[ recovery-image] Jul 08 02:41:06.050 INFO O| Jul 08 02:41:06.050 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-08T02:41:07.119Z[ recovery-image] Jul 08 02:41:06.059 INFO O| Jul 08 02:41:06.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68092026-07-08T02:41:07.119Z[ recovery-image] Jul 08 02:41:06.059 INFO O| Jul 08 02:41:06.058 INFO STEP 489 (remove_files) COMPLETE
68102026-07-08T02:41:07.119Z[ recovery-image] Jul 08 02:41:06.059 INFO O| Jul 08 02:41:06.058 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.068 INFO O| Jul 08 02:41:06.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68122026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.068 INFO O| Jul 08 02:41:06.068 INFO STEP 490 (remove_files) COMPLETE
68132026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.068 INFO O| Jul 08 02:41:06.068 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.079 INFO O| Jul 08 02:41:06.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68152026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.079 INFO O| Jul 08 02:41:06.079 INFO STEP 491 (remove_files) COMPLETE
68162026-07-08T02:41:07.126Z[ recovery-image] Jul 08 02:41:06.079 INFO O| Jul 08 02:41:06.079 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-08T02:41:07.140Z[ recovery-image] Jul 08 02:41:06.089 INFO O| Jul 08 02:41:06.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68182026-07-08T02:41:07.140Z[ recovery-image] Jul 08 02:41:06.089 INFO O| Jul 08 02:41:06.089 INFO STEP 492 (remove_files) COMPLETE
68192026-07-08T02:41:07.141Z[ recovery-image] Jul 08 02:41:06.089 INFO O| Jul 08 02:41:06.089 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-08T02:41:07.158Z[ recovery-image] Jul 08 02:41:06.099 INFO O| Jul 08 02:41:06.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68212026-07-08T02:41:07.159Z[ recovery-image] Jul 08 02:41:06.099 INFO O| Jul 08 02:41:06.099 INFO STEP 493 (remove_files) COMPLETE
68222026-07-08T02:41:07.159Z[ recovery-image] Jul 08 02:41:06.099 INFO O| Jul 08 02:41:06.099 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-08T02:41:07.159Z[ recovery-image] Jul 08 02:41:06.109 INFO O| Jul 08 02:41:06.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68242026-07-08T02:41:07.159Z[ recovery-image] Jul 08 02:41:06.109 INFO O| Jul 08 02:41:06.109 INFO STEP 494 (remove_files) COMPLETE
68252026-07-08T02:41:07.159Z[ recovery-image] Jul 08 02:41:06.109 INFO O| Jul 08 02:41:06.109 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-08T02:41:07.183Z[ recovery-image] Jul 08 02:41:06.118 INFO O| Jul 08 02:41:06.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68272026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.118 INFO O| Jul 08 02:41:06.118 INFO STEP 495 (remove_files) COMPLETE
68282026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.118 INFO O| Jul 08 02:41:06.118 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.128 INFO O| Jul 08 02:41:06.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68302026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.128 INFO O| Jul 08 02:41:06.128 INFO STEP 496 (remove_files) COMPLETE
68312026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.128 INFO O| Jul 08 02:41:06.128 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.139 INFO O| Jul 08 02:41:06.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68332026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.139 INFO O| Jul 08 02:41:06.139 INFO STEP 497 (remove_files) COMPLETE
68342026-07-08T02:41:07.184Z[ recovery-image] Jul 08 02:41:06.139 INFO O| Jul 08 02:41:06.139 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.148 INFO O| Jul 08 02:41:06.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68362026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.148 INFO O| Jul 08 02:41:06.148 INFO STEP 498 (remove_files) COMPLETE
68372026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.148 INFO O| Jul 08 02:41:06.148 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.162 INFO O| Jul 08 02:41:06.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68392026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.162 INFO O| Jul 08 02:41:06.162 INFO STEP 499 (remove_files) COMPLETE
68402026-07-08T02:41:07.205Z[ recovery-image] Jul 08 02:41:06.162 INFO O| Jul 08 02:41:06.162 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-08T02:41:07.212Z[ recovery-image] Jul 08 02:41:06.173 INFO O| Jul 08 02:41:06.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68422026-07-08T02:41:07.212Z[ recovery-image] Jul 08 02:41:06.173 INFO O| Jul 08 02:41:06.173 INFO STEP 500 (remove_files) COMPLETE
68432026-07-08T02:41:07.217Z[ recovery-image] Jul 08 02:41:06.173 INFO O| Jul 08 02:41:06.173 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-08T02:41:07.222Z[ recovery-image] Jul 08 02:41:06.183 INFO O| Jul 08 02:41:06.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68452026-07-08T02:41:07.222Z[ recovery-image] Jul 08 02:41:06.183 INFO O| Jul 08 02:41:06.183 INFO STEP 501 (remove_files) COMPLETE
68462026-07-08T02:41:07.222Z[ recovery-image] Jul 08 02:41:06.183 INFO O| Jul 08 02:41:06.183 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-08T02:41:07.231Z[ recovery-image] Jul 08 02:41:06.193 INFO O| Jul 08 02:41:06.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68482026-07-08T02:41:07.232Z[ recovery-image] Jul 08 02:41:06.193 INFO O| Jul 08 02:41:06.193 INFO STEP 502 (remove_files) COMPLETE
68492026-07-08T02:41:07.232Z[ recovery-image] Jul 08 02:41:06.193 INFO O| Jul 08 02:41:06.193 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-08T02:41:07.242Z[ recovery-image] Jul 08 02:41:06.202 INFO O| Jul 08 02:41:06.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68512026-07-08T02:41:07.242Z[ recovery-image] Jul 08 02:41:06.202 INFO O| Jul 08 02:41:06.202 INFO STEP 503 (remove_files) COMPLETE
68522026-07-08T02:41:07.247Z[ recovery-image] Jul 08 02:41:06.202 INFO O| Jul 08 02:41:06.202 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-08T02:41:07.259Z[ recovery-image] Jul 08 02:41:06.212 INFO O| Jul 08 02:41:06.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68542026-07-08T02:41:07.259Z[ recovery-image] Jul 08 02:41:06.212 INFO O| Jul 08 02:41:06.212 INFO STEP 504 (remove_files) COMPLETE
68552026-07-08T02:41:07.259Z[ recovery-image] Jul 08 02:41:06.212 INFO O| Jul 08 02:41:06.212 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-08T02:41:07.265Z[ recovery-image] Jul 08 02:41:06.221 INFO O| Jul 08 02:41:06.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68572026-07-08T02:41:07.265Z[ recovery-image] Jul 08 02:41:06.221 INFO O| Jul 08 02:41:06.221 INFO STEP 505 (remove_files) COMPLETE
68582026-07-08T02:41:07.266Z[ recovery-image] Jul 08 02:41:06.221 INFO O| Jul 08 02:41:06.221 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-08T02:41:07.274Z[ recovery-image] Jul 08 02:41:06.230 INFO O| Jul 08 02:41:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68602026-07-08T02:41:07.274Z[ recovery-image] Jul 08 02:41:06.230 INFO O| Jul 08 02:41:06.230 INFO STEP 506 (remove_files) COMPLETE
68612026-07-08T02:41:07.274Z[ recovery-image] Jul 08 02:41:06.230 INFO O| Jul 08 02:41:06.230 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-08T02:41:07.282Z[ recovery-image] Jul 08 02:41:06.238 INFO O| Jul 08 02:41:06.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68632026-07-08T02:41:07.282Z[ recovery-image] Jul 08 02:41:06.239 INFO O| Jul 08 02:41:06.238 INFO STEP 507 (remove_files) COMPLETE
68642026-07-08T02:41:07.282Z[ recovery-image] Jul 08 02:41:06.239 INFO O| Jul 08 02:41:06.238 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-08T02:41:07.303Z[ recovery-image] Jul 08 02:41:06.248 INFO O| Jul 08 02:41:06.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68662026-07-08T02:41:07.303Z[ recovery-image] Jul 08 02:41:06.248 INFO O| Jul 08 02:41:06.248 INFO STEP 508 (remove_files) COMPLETE
68672026-07-08T02:41:07.303Z[ recovery-image] Jul 08 02:41:06.248 INFO O| Jul 08 02:41:06.248 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.258 INFO O| Jul 08 02:41:06.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68692026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.258 INFO O| Jul 08 02:41:06.258 INFO STEP 509 (remove_files) COMPLETE
68702026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.258 INFO O| Jul 08 02:41:06.258 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.268 INFO O| Jul 08 02:41:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68722026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.268 INFO O| Jul 08 02:41:06.268 INFO STEP 510 (remove_files) COMPLETE
68732026-07-08T02:41:07.308Z[ recovery-image] Jul 08 02:41:06.268 INFO O| Jul 08 02:41:06.268 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-08T02:41:07.318Z[ recovery-image] Jul 08 02:41:06.279 INFO O| Jul 08 02:41:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68752026-07-08T02:41:07.318Z[ recovery-image] Jul 08 02:41:06.279 INFO O| Jul 08 02:41:06.279 INFO STEP 511 (remove_files) COMPLETE
68762026-07-08T02:41:07.322Z[ recovery-image] Jul 08 02:41:06.279 INFO O| Jul 08 02:41:06.279 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-08T02:41:07.328Z[ recovery-image] Jul 08 02:41:06.289 INFO O| Jul 08 02:41:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68782026-07-08T02:41:07.332Z[ recovery-image] Jul 08 02:41:06.290 INFO O| Jul 08 02:41:06.290 INFO STEP 512 (remove_files) COMPLETE
68792026-07-08T02:41:07.333Z[ recovery-image] Jul 08 02:41:06.290 INFO O| Jul 08 02:41:06.290 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-08T02:41:07.351Z[ recovery-image] Jul 08 02:41:06.302 INFO O| Jul 08 02:41:06.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68812026-07-08T02:41:07.357Z[ recovery-image] Jul 08 02:41:06.302 INFO O| Jul 08 02:41:06.302 INFO STEP 513 (remove_files) COMPLETE
68822026-07-08T02:41:07.358Z[ recovery-image] Jul 08 02:41:06.302 INFO O| Jul 08 02:41:06.302 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-08T02:41:07.358Z[ recovery-image] Jul 08 02:41:06.314 INFO O| Jul 08 02:41:06.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68842026-07-08T02:41:07.358Z[ recovery-image] Jul 08 02:41:06.314 INFO O| Jul 08 02:41:06.314 INFO STEP 514 (remove_files) COMPLETE
68852026-07-08T02:41:07.358Z[ recovery-image] Jul 08 02:41:06.314 INFO O| Jul 08 02:41:06.314 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-08T02:41:07.363Z[ recovery-image] Jul 08 02:41:06.324 INFO O| Jul 08 02:41:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68872026-07-08T02:41:07.368Z[ recovery-image] Jul 08 02:41:06.324 INFO O| Jul 08 02:41:06.324 INFO STEP 515 (remove_files) COMPLETE
68882026-07-08T02:41:07.368Z[ recovery-image] Jul 08 02:41:06.324 INFO O| Jul 08 02:41:06.324 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-08T02:41:07.373Z[ recovery-image] Jul 08 02:41:06.334 INFO O| Jul 08 02:41:06.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68902026-07-08T02:41:07.373Z[ recovery-image] Jul 08 02:41:06.334 INFO O| Jul 08 02:41:06.334 INFO STEP 516 (remove_files) COMPLETE
68912026-07-08T02:41:07.373Z[ recovery-image] Jul 08 02:41:06.334 INFO O| Jul 08 02:41:06.334 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-08T02:41:07.386Z[ recovery-image] Jul 08 02:41:06.344 INFO O| Jul 08 02:41:06.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68932026-07-08T02:41:07.386Z[ recovery-image] Jul 08 02:41:06.345 INFO O| Jul 08 02:41:06.345 INFO STEP 517 (remove_files) COMPLETE
68942026-07-08T02:41:07.397Z[ recovery-image] Jul 08 02:41:06.345 INFO O| Jul 08 02:41:06.345 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-08T02:41:07.403Z[ recovery-image] Jul 08 02:41:06.355 INFO O| Jul 08 02:41:06.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68962026-07-08T02:41:07.403Z[ recovery-image] Jul 08 02:41:06.355 INFO O| Jul 08 02:41:06.355 INFO STEP 518 (remove_files) COMPLETE
68972026-07-08T02:41:07.403Z[ recovery-image] Jul 08 02:41:06.355 INFO O| Jul 08 02:41:06.355 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-08T02:41:07.425Z[ recovery-image] Jul 08 02:41:06.364 INFO O| Jul 08 02:41:06.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68992026-07-08T02:41:07.425Z[ recovery-image] Jul 08 02:41:06.364 INFO O| Jul 08 02:41:06.364 INFO STEP 519 (remove_files) COMPLETE
69002026-07-08T02:41:07.425Z[ recovery-image] Jul 08 02:41:06.364 INFO O| Jul 08 02:41:06.364 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-08T02:41:07.426Z[ recovery-image] Jul 08 02:41:06.373 INFO O| Jul 08 02:41:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69022026-07-08T02:41:07.426Z[ recovery-image] Jul 08 02:41:06.374 INFO O| Jul 08 02:41:06.374 INFO STEP 520 (remove_files) COMPLETE
69032026-07-08T02:41:07.426Z[ recovery-image] Jul 08 02:41:06.374 INFO O| Jul 08 02:41:06.374 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.385 INFO O| Jul 08 02:41:06.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69052026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.396 INFO O| Jul 08 02:41:06.396 INFO STEP 521 (remove_files) COMPLETE
69062026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.396 INFO O| Jul 08 02:41:06.396 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.406 INFO O| Jul 08 02:41:06.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69082026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.406 INFO O| Jul 08 02:41:06.406 INFO STEP 522 (remove_files) COMPLETE
69092026-07-08T02:41:07.475Z[ recovery-image] Jul 08 02:41:06.406 INFO O| Jul 08 02:41:06.406 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-08T02:41:07.476Z[ recovery-image] Jul 08 02:41:06.416 INFO O| Jul 08 02:41:06.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69112026-07-08T02:41:07.476Z[ recovery-image] Jul 08 02:41:06.417 INFO O| Jul 08 02:41:06.417 INFO STEP 523 (remove_files) COMPLETE
69122026-07-08T02:41:07.476Z[ recovery-image] Jul 08 02:41:06.417 INFO O| Jul 08 02:41:06.417 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-08T02:41:07.493Z[ recovery-image] Jul 08 02:41:06.428 INFO O| Jul 08 02:41:06.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69142026-07-08T02:41:07.493Z[ recovery-image] Jul 08 02:41:06.428 INFO O| Jul 08 02:41:06.428 INFO STEP 524 (remove_files) COMPLETE
69152026-07-08T02:41:07.493Z[ recovery-image] Jul 08 02:41:06.428 INFO O| Jul 08 02:41:06.428 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-08T02:41:07.493Z[ recovery-image] Jul 08 02:41:06.439 INFO O| Jul 08 02:41:06.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69172026-07-08T02:41:07.494Z[ recovery-image] Jul 08 02:41:06.439 INFO O| Jul 08 02:41:06.439 INFO STEP 525 (remove_files) COMPLETE
69182026-07-08T02:41:07.494Z[ recovery-image] Jul 08 02:41:06.439 INFO O| Jul 08 02:41:06.439 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-08T02:41:07.503Z[ recovery-image] Jul 08 02:41:06.450 INFO O| Jul 08 02:41:06.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69202026-07-08T02:41:07.503Z[ recovery-image] Jul 08 02:41:06.450 INFO O| Jul 08 02:41:06.450 INFO STEP 526 (remove_files) COMPLETE
69212026-07-08T02:41:07.503Z[ recovery-image] Jul 08 02:41:06.450 INFO O| Jul 08 02:41:06.450 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-08T02:41:07.508Z[ recovery-image] Jul 08 02:41:06.462 INFO O| Jul 08 02:41:06.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69232026-07-08T02:41:07.508Z[ recovery-image] Jul 08 02:41:06.462 INFO O| Jul 08 02:41:06.462 INFO STEP 527 (remove_files) COMPLETE
69242026-07-08T02:41:07.508Z[ recovery-image] Jul 08 02:41:06.462 INFO O| Jul 08 02:41:06.462 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-08T02:41:07.513Z[ recovery-image] Jul 08 02:41:06.473 INFO O| Jul 08 02:41:06.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69262026-07-08T02:41:07.513Z[ recovery-image] Jul 08 02:41:06.473 INFO O| Jul 08 02:41:06.473 INFO STEP 528 (remove_files) COMPLETE
69272026-07-08T02:41:07.513Z[ recovery-image] Jul 08 02:41:06.473 INFO O| Jul 08 02:41:06.473 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-08T02:41:07.523Z[ recovery-image] Jul 08 02:41:06.483 INFO O| Jul 08 02:41:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69292026-07-08T02:41:07.523Z[ recovery-image] Jul 08 02:41:06.484 INFO O| Jul 08 02:41:06.484 INFO STEP 529 (remove_files) COMPLETE
69302026-07-08T02:41:07.523Z[ recovery-image] Jul 08 02:41:06.484 INFO O| Jul 08 02:41:06.484 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-08T02:41:07.536Z[ recovery-image] Jul 08 02:41:06.494 INFO O| Jul 08 02:41:06.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69322026-07-08T02:41:07.536Z[ recovery-image] Jul 08 02:41:06.494 INFO O| Jul 08 02:41:06.494 INFO STEP 530 (remove_files) COMPLETE
69332026-07-08T02:41:07.542Z[ recovery-image] Jul 08 02:41:06.494 INFO O| Jul 08 02:41:06.494 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-08T02:41:07.551Z[ recovery-image] Jul 08 02:41:06.505 INFO O| Jul 08 02:41:06.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69352026-07-08T02:41:07.551Z[ recovery-image] Jul 08 02:41:06.505 INFO O| Jul 08 02:41:06.505 INFO STEP 531 (remove_files) COMPLETE
69362026-07-08T02:41:07.551Z[ recovery-image] Jul 08 02:41:06.505 INFO O| Jul 08 02:41:06.505 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-08T02:41:07.556Z[ recovery-image] Jul 08 02:41:06.517 INFO O| Jul 08 02:41:06.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69382026-07-08T02:41:07.556Z[ recovery-image] Jul 08 02:41:06.517 INFO O| Jul 08 02:41:06.517 INFO STEP 532 (remove_files) COMPLETE
69392026-07-08T02:41:07.556Z[ recovery-image] Jul 08 02:41:06.517 INFO O| Jul 08 02:41:06.517 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-08T02:41:07.576Z[ recovery-image] Jul 08 02:41:06.527 INFO O| Jul 08 02:41:06.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69412026-07-08T02:41:07.576Z[ recovery-image] Jul 08 02:41:06.527 INFO O| Jul 08 02:41:06.527 INFO STEP 533 (remove_files) COMPLETE
69422026-07-08T02:41:07.576Z[ recovery-image] Jul 08 02:41:06.527 INFO O| Jul 08 02:41:06.527 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-08T02:41:07.582Z[ recovery-image] Jul 08 02:41:06.538 INFO O| Jul 08 02:41:06.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69442026-07-08T02:41:07.582Z[ recovery-image] Jul 08 02:41:06.538 INFO O| Jul 08 02:41:06.538 INFO STEP 534 (remove_files) COMPLETE
69452026-07-08T02:41:07.582Z[ recovery-image] Jul 08 02:41:06.538 INFO O| Jul 08 02:41:06.538 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-08T02:41:07.590Z[ recovery-image] Jul 08 02:41:06.547 INFO O| Jul 08 02:41:06.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69472026-07-08T02:41:07.590Z[ recovery-image] Jul 08 02:41:06.547 INFO O| Jul 08 02:41:06.547 INFO STEP 535 (remove_files) COMPLETE
69482026-07-08T02:41:07.590Z[ recovery-image] Jul 08 02:41:06.547 INFO O| Jul 08 02:41:06.547 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-08T02:41:07.616Z[ recovery-image] Jul 08 02:41:06.555 INFO O| Jul 08 02:41:06.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69502026-07-08T02:41:07.616Z[ recovery-image] Jul 08 02:41:06.555 INFO O| Jul 08 02:41:06.555 INFO STEP 536 (remove_files) COMPLETE
69512026-07-08T02:41:07.616Z[ recovery-image] Jul 08 02:41:06.555 INFO O| Jul 08 02:41:06.555 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.563 INFO O| Jul 08 02:41:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69532026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.563 INFO O| Jul 08 02:41:06.563 INFO STEP 537 (remove_files) COMPLETE
69542026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.563 INFO O| Jul 08 02:41:06.563 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.571 INFO O| Jul 08 02:41:06.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69562026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.571 INFO O| Jul 08 02:41:06.571 INFO STEP 538 (remove_files) COMPLETE
69572026-07-08T02:41:07.617Z[ recovery-image] Jul 08 02:41:06.571 INFO O| Jul 08 02:41:06.571 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-08T02:41:07.636Z[ recovery-image] Jul 08 02:41:06.582 INFO O| Jul 08 02:41:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69592026-07-08T02:41:07.636Z[ recovery-image] Jul 08 02:41:06.582 INFO O| Jul 08 02:41:06.582 INFO STEP 539 (remove_files) COMPLETE
69602026-07-08T02:41:07.636Z[ recovery-image] Jul 08 02:41:06.582 INFO O| Jul 08 02:41:06.582 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.591 INFO O| Jul 08 02:41:06.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69622026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.591 INFO O| Jul 08 02:41:06.591 INFO STEP 540 (remove_files) COMPLETE
69632026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.591 INFO O| Jul 08 02:41:06.591 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.601 INFO O| Jul 08 02:41:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69652026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.601 INFO O| Jul 08 02:41:06.601 INFO STEP 541 (remove_files) COMPLETE
69662026-07-08T02:41:07.641Z[ recovery-image] Jul 08 02:41:06.601 INFO O| Jul 08 02:41:06.601 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-08T02:41:07.653Z[ recovery-image] Jul 08 02:41:06.611 INFO O| Jul 08 02:41:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69682026-07-08T02:41:07.653Z[ recovery-image] Jul 08 02:41:06.611 INFO O| Jul 08 02:41:06.611 INFO STEP 542 (remove_files) COMPLETE
69692026-07-08T02:41:07.653Z[ recovery-image] Jul 08 02:41:06.611 INFO O| Jul 08 02:41:06.611 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-08T02:41:07.671Z[ recovery-image] Jul 08 02:41:06.622 INFO O| Jul 08 02:41:06.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69712026-07-08T02:41:07.671Z[ recovery-image] Jul 08 02:41:06.622 INFO O| Jul 08 02:41:06.622 INFO STEP 543 (remove_files) COMPLETE
69722026-07-08T02:41:07.679Z[ recovery-image] Jul 08 02:41:06.622 INFO O| Jul 08 02:41:06.622 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-08T02:41:07.679Z[ recovery-image] Jul 08 02:41:06.632 INFO O| Jul 08 02:41:06.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69742026-07-08T02:41:07.679Z[ recovery-image] Jul 08 02:41:06.632 INFO O| Jul 08 02:41:06.632 INFO STEP 544 (remove_files) COMPLETE
69752026-07-08T02:41:07.685Z[ recovery-image] Jul 08 02:41:06.632 INFO O| Jul 08 02:41:06.632 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-08T02:41:07.693Z[ recovery-image] Jul 08 02:41:06.642 INFO O| Jul 08 02:41:06.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69772026-07-08T02:41:07.694Z[ recovery-image] Jul 08 02:41:06.642 INFO O| Jul 08 02:41:06.642 INFO STEP 545 (remove_files) COMPLETE
69782026-07-08T02:41:07.694Z[ recovery-image] Jul 08 02:41:06.642 INFO O| Jul 08 02:41:06.642 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-08T02:41:07.704Z[ recovery-image] Jul 08 02:41:06.654 INFO O| Jul 08 02:41:06.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69802026-07-08T02:41:07.704Z[ recovery-image] Jul 08 02:41:06.655 INFO O| Jul 08 02:41:06.655 INFO STEP 546 (remove_files) COMPLETE
69812026-07-08T02:41:07.704Z[ recovery-image] Jul 08 02:41:06.655 INFO O| Jul 08 02:41:06.655 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-08T02:41:07.709Z[ recovery-image] Jul 08 02:41:06.664 INFO O| Jul 08 02:41:06.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69832026-07-08T02:41:07.709Z[ recovery-image] Jul 08 02:41:06.664 INFO O| Jul 08 02:41:06.664 INFO STEP 547 (remove_files) COMPLETE
69842026-07-08T02:41:07.709Z[ recovery-image] Jul 08 02:41:06.664 INFO O| Jul 08 02:41:06.664 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-08T02:41:07.716Z[ recovery-image] Jul 08 02:41:06.673 INFO O| Jul 08 02:41:06.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69862026-07-08T02:41:07.716Z[ recovery-image] Jul 08 02:41:06.674 INFO O| Jul 08 02:41:06.674 INFO STEP 548 (remove_files) COMPLETE
69872026-07-08T02:41:07.716Z[ recovery-image] Jul 08 02:41:06.674 INFO O| Jul 08 02:41:06.674 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-08T02:41:07.722Z[ recovery-image] Jul 08 02:41:06.682 INFO O| Jul 08 02:41:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69892026-07-08T02:41:07.722Z[ recovery-image] Jul 08 02:41:06.682 INFO O| Jul 08 02:41:06.682 INFO STEP 549 (remove_files) COMPLETE
69902026-07-08T02:41:07.722Z[ recovery-image] Jul 08 02:41:06.682 INFO O| Jul 08 02:41:06.682 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-08T02:41:07.733Z[ recovery-image] Jul 08 02:41:06.693 INFO O| Jul 08 02:41:06.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69922026-07-08T02:41:07.733Z[ recovery-image] Jul 08 02:41:06.693 INFO O| Jul 08 02:41:06.693 INFO STEP 550 (remove_files) COMPLETE
69932026-07-08T02:41:07.733Z[ recovery-image] Jul 08 02:41:06.693 INFO O| Jul 08 02:41:06.693 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-08T02:41:07.746Z[ recovery-image] Jul 08 02:41:06.704 INFO O| Jul 08 02:41:06.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69952026-07-08T02:41:07.746Z[ recovery-image] Jul 08 02:41:06.704 INFO O| Jul 08 02:41:06.704 INFO STEP 551 (remove_files) COMPLETE
69962026-07-08T02:41:07.746Z[ recovery-image] Jul 08 02:41:06.704 INFO O| Jul 08 02:41:06.704 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-08T02:41:07.757Z[ recovery-image] Jul 08 02:41:06.716 INFO O| Jul 08 02:41:06.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69982026-07-08T02:41:07.757Z[ recovery-image] Jul 08 02:41:06.716 INFO O| Jul 08 02:41:06.716 INFO STEP 552 (remove_files) COMPLETE
69992026-07-08T02:41:07.761Z[ recovery-image] Jul 08 02:41:06.716 INFO O| Jul 08 02:41:06.716 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-08T02:41:07.766Z[ recovery-image] Jul 08 02:41:06.726 INFO O| Jul 08 02:41:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70012026-07-08T02:41:07.766Z[ recovery-image] Jul 08 02:41:06.726 INFO O| Jul 08 02:41:06.726 INFO STEP 553 (remove_files) COMPLETE
70022026-07-08T02:41:07.770Z[ recovery-image] Jul 08 02:41:06.726 INFO O| Jul 08 02:41:06.726 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-08T02:41:07.777Z[ recovery-image] Jul 08 02:41:06.737 INFO O| Jul 08 02:41:06.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70042026-07-08T02:41:07.777Z[ recovery-image] Jul 08 02:41:06.737 INFO O| Jul 08 02:41:06.737 INFO STEP 554 (remove_files) COMPLETE
70052026-07-08T02:41:07.777Z[ recovery-image] Jul 08 02:41:06.737 INFO O| Jul 08 02:41:06.737 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-08T02:41:07.796Z[ recovery-image] Jul 08 02:41:06.747 INFO O| Jul 08 02:41:06.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70072026-07-08T02:41:07.796Z[ recovery-image] Jul 08 02:41:06.747 INFO O| Jul 08 02:41:06.747 INFO STEP 555 (remove_files) COMPLETE
70082026-07-08T02:41:07.796Z[ recovery-image] Jul 08 02:41:06.747 INFO O| Jul 08 02:41:06.747 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-08T02:41:07.806Z[ recovery-image] Jul 08 02:41:06.756 INFO O| Jul 08 02:41:06.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70102026-07-08T02:41:07.806Z[ recovery-image] Jul 08 02:41:06.756 INFO O| Jul 08 02:41:06.756 INFO STEP 556 (remove_files) COMPLETE
70112026-07-08T02:41:07.806Z[ recovery-image] Jul 08 02:41:06.756 INFO O| Jul 08 02:41:06.756 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-08T02:41:07.812Z[ recovery-image] Jul 08 02:41:06.765 INFO O| Jul 08 02:41:06.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70132026-07-08T02:41:07.812Z[ recovery-image] Jul 08 02:41:06.765 INFO O| Jul 08 02:41:06.765 INFO STEP 557 (remove_files) COMPLETE
70142026-07-08T02:41:07.812Z[ recovery-image] Jul 08 02:41:06.765 INFO O| Jul 08 02:41:06.765 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-08T02:41:07.820Z[ recovery-image] Jul 08 02:41:06.781 INFO O| Jul 08 02:41:06.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70162026-07-08T02:41:07.820Z[ recovery-image] Jul 08 02:41:06.781 INFO O| Jul 08 02:41:06.781 INFO STEP 558 (remove_files) COMPLETE
70172026-07-08T02:41:07.821Z[ recovery-image] Jul 08 02:41:06.781 INFO O| Jul 08 02:41:06.781 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-08T02:41:07.831Z[ recovery-image] Jul 08 02:41:06.791 INFO O| Jul 08 02:41:06.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70192026-07-08T02:41:07.831Z[ recovery-image] Jul 08 02:41:06.791 INFO O| Jul 08 02:41:06.791 INFO STEP 559 (remove_files) COMPLETE
70202026-07-08T02:41:07.836Z[ recovery-image] Jul 08 02:41:06.791 INFO O| Jul 08 02:41:06.791 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-08T02:41:07.844Z[ recovery-image] Jul 08 02:41:06.802 INFO O| Jul 08 02:41:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70222026-07-08T02:41:07.844Z[ recovery-image] Jul 08 02:41:06.802 INFO O| Jul 08 02:41:06.802 INFO STEP 560 (remove_files) COMPLETE
70232026-07-08T02:41:07.844Z[ recovery-image] Jul 08 02:41:06.802 INFO O| Jul 08 02:41:06.802 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-08T02:41:07.856Z[ recovery-image] Jul 08 02:41:06.812 INFO O| Jul 08 02:41:06.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70252026-07-08T02:41:07.856Z[ recovery-image] Jul 08 02:41:06.812 INFO O| Jul 08 02:41:06.812 INFO STEP 561 (remove_files) COMPLETE
70262026-07-08T02:41:07.861Z[ recovery-image] Jul 08 02:41:06.812 INFO O| Jul 08 02:41:06.812 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-08T02:41:07.866Z[ recovery-image] Jul 08 02:41:06.823 INFO O| Jul 08 02:41:06.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70282026-07-08T02:41:07.866Z[ recovery-image] Jul 08 02:41:06.823 INFO O| Jul 08 02:41:06.823 INFO STEP 562 (remove_files) COMPLETE
70292026-07-08T02:41:07.866Z[ recovery-image] Jul 08 02:41:06.823 INFO O| Jul 08 02:41:06.823 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-08T02:41:07.872Z[ recovery-image] Jul 08 02:41:06.832 INFO O| Jul 08 02:41:06.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70312026-07-08T02:41:07.872Z[ recovery-image] Jul 08 02:41:06.832 INFO O| Jul 08 02:41:06.832 INFO STEP 563 (remove_files) COMPLETE
70322026-07-08T02:41:07.872Z[ recovery-image] Jul 08 02:41:06.832 INFO O| Jul 08 02:41:06.832 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-08T02:41:07.881Z[ recovery-image] Jul 08 02:41:06.842 INFO O| Jul 08 02:41:06.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70342026-07-08T02:41:07.881Z[ recovery-image] Jul 08 02:41:06.842 INFO O| Jul 08 02:41:06.842 INFO STEP 564 (remove_files) COMPLETE
70352026-07-08T02:41:07.881Z[ recovery-image] Jul 08 02:41:06.842 INFO O| Jul 08 02:41:06.842 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.851 INFO O| Jul 08 02:41:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70372026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.851 INFO O| Jul 08 02:41:06.851 INFO STEP 565 (remove_files) COMPLETE
70382026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.851 INFO O| Jul 08 02:41:06.851 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.860 INFO O| Jul 08 02:41:06.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70402026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.860 INFO O| Jul 08 02:41:06.860 INFO STEP 566 (remove_files) COMPLETE
70412026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.860 INFO O| Jul 08 02:41:06.860 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.870 INFO O| Jul 08 02:41:06.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70432026-07-08T02:41:07.945Z[ recovery-image] Jul 08 02:41:06.870 INFO O| Jul 08 02:41:06.870 INFO STEP 567 (remove_files) COMPLETE
70442026-07-08T02:41:07.946Z[ recovery-image] Jul 08 02:41:06.870 INFO O| Jul 08 02:41:06.870 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-08T02:41:07.946Z[ recovery-image] Jul 08 02:41:06.880 INFO O| Jul 08 02:41:06.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70462026-07-08T02:41:07.946Z[ recovery-image] Jul 08 02:41:06.880 INFO O| Jul 08 02:41:06.880 INFO STEP 568 (remove_files) COMPLETE
70472026-07-08T02:41:07.946Z[ recovery-image] Jul 08 02:41:06.880 INFO O| Jul 08 02:41:06.880 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-08T02:41:07.947Z[ recovery-image] Jul 08 02:41:06.889 INFO O| Jul 08 02:41:06.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70492026-07-08T02:41:07.947Z[ recovery-image] Jul 08 02:41:06.889 INFO O| Jul 08 02:41:06.889 INFO STEP 569 (remove_files) COMPLETE
70502026-07-08T02:41:07.947Z[ recovery-image] Jul 08 02:41:06.889 INFO O| Jul 08 02:41:06.889 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.901 INFO O| Jul 08 02:41:06.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70522026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.901 INFO O| Jul 08 02:41:06.901 INFO STEP 570 (remove_files) COMPLETE
70532026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.901 INFO O| Jul 08 02:41:06.901 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.912 INFO O| Jul 08 02:41:06.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70552026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.912 INFO O| Jul 08 02:41:06.912 INFO STEP 571 (remove_files) COMPLETE
70562026-07-08T02:41:07.957Z[ recovery-image] Jul 08 02:41:06.912 INFO O| Jul 08 02:41:06.912 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-08T02:41:07.963Z[ recovery-image] Jul 08 02:41:06.924 INFO O| Jul 08 02:41:06.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70582026-07-08T02:41:07.963Z[ recovery-image] Jul 08 02:41:06.924 INFO O| Jul 08 02:41:06.924 INFO STEP 572 (remove_files) COMPLETE
70592026-07-08T02:41:07.963Z[ recovery-image] Jul 08 02:41:06.924 INFO O| Jul 08 02:41:06.924 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-08T02:41:07.973Z[ recovery-image] Jul 08 02:41:06.934 INFO O| Jul 08 02:41:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70612026-07-08T02:41:07.973Z[ recovery-image] Jul 08 02:41:06.934 INFO O| Jul 08 02:41:06.934 INFO STEP 573 (remove_files) COMPLETE
70622026-07-08T02:41:07.976Z[ recovery-image] Jul 08 02:41:06.934 INFO O| Jul 08 02:41:06.934 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-08T02:41:07.982Z[ recovery-image] Jul 08 02:41:06.944 INFO O| Jul 08 02:41:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70642026-07-08T02:41:07.982Z[ recovery-image] Jul 08 02:41:06.944 INFO O| Jul 08 02:41:06.944 INFO STEP 574 (remove_files) COMPLETE
70652026-07-08T02:41:07.986Z[ recovery-image] Jul 08 02:41:06.944 INFO O| Jul 08 02:41:06.944 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-08T02:41:07.996Z[ recovery-image] Jul 08 02:41:06.954 INFO O| Jul 08 02:41:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70672026-07-08T02:41:07.996Z[ recovery-image] Jul 08 02:41:06.954 INFO O| Jul 08 02:41:06.954 INFO STEP 575 (remove_files) COMPLETE
70682026-07-08T02:41:08.004Z[ recovery-image] Jul 08 02:41:06.954 INFO O| Jul 08 02:41:06.954 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-08T02:41:08.008Z[ recovery-image] Jul 08 02:41:06.964 INFO O| Jul 08 02:41:06.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70702026-07-08T02:41:08.008Z[ recovery-image] Jul 08 02:41:06.964 INFO O| Jul 08 02:41:06.964 INFO STEP 576 (remove_files) COMPLETE
70712026-07-08T02:41:08.008Z[ recovery-image] Jul 08 02:41:06.964 INFO O| Jul 08 02:41:06.964 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-08T02:41:08.014Z[ recovery-image] Jul 08 02:41:06.975 INFO O| Jul 08 02:41:06.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70732026-07-08T02:41:08.014Z[ recovery-image] Jul 08 02:41:06.975 INFO O| Jul 08 02:41:06.975 INFO STEP 577 (remove_files) COMPLETE
70742026-07-08T02:41:08.014Z[ recovery-image] Jul 08 02:41:06.975 INFO O| Jul 08 02:41:06.975 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-08T02:41:08.024Z[ recovery-image] Jul 08 02:41:06.985 INFO O| Jul 08 02:41:06.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70762026-07-08T02:41:08.024Z[ recovery-image] Jul 08 02:41:06.985 INFO O| Jul 08 02:41:06.985 INFO STEP 578 (remove_files) COMPLETE
70772026-07-08T02:41:08.028Z[ recovery-image] Jul 08 02:41:06.985 INFO O| Jul 08 02:41:06.985 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-08T02:41:08.035Z[ recovery-image] Jul 08 02:41:06.996 INFO O| Jul 08 02:41:06.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70792026-07-08T02:41:08.035Z[ recovery-image] Jul 08 02:41:06.996 INFO O| Jul 08 02:41:06.996 INFO STEP 579 (remove_files) COMPLETE
70802026-07-08T02:41:08.035Z[ recovery-image] Jul 08 02:41:06.996 INFO O| Jul 08 02:41:06.996 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-08T02:41:08.046Z[ recovery-image] Jul 08 02:41:07.007 INFO O| Jul 08 02:41:07.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70822026-07-08T02:41:08.046Z[ recovery-image] Jul 08 02:41:07.007 INFO O| Jul 08 02:41:07.007 INFO STEP 580 (remove_files) COMPLETE
70832026-07-08T02:41:08.046Z[ recovery-image] Jul 08 02:41:07.007 INFO O| Jul 08 02:41:07.007 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-08T02:41:08.057Z[ recovery-image] Jul 08 02:41:07.018 INFO O| Jul 08 02:41:07.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70852026-07-08T02:41:08.057Z[ recovery-image] Jul 08 02:41:07.018 INFO O| Jul 08 02:41:07.018 INFO STEP 581 (remove_files) COMPLETE
70862026-07-08T02:41:08.057Z[ recovery-image] Jul 08 02:41:07.018 INFO O| Jul 08 02:41:07.018 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-08T02:41:08.068Z[ recovery-image] Jul 08 02:41:07.029 INFO O| Jul 08 02:41:07.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70882026-07-08T02:41:08.068Z[ recovery-image] Jul 08 02:41:07.029 INFO O| Jul 08 02:41:07.029 INFO STEP 582 (remove_files) COMPLETE
70892026-07-08T02:41:08.068Z[ recovery-image] Jul 08 02:41:07.029 INFO O| Jul 08 02:41:07.029 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-08T02:41:08.079Z[ recovery-image] Jul 08 02:41:07.040 INFO O| Jul 08 02:41:07.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70912026-07-08T02:41:08.079Z[ recovery-image] Jul 08 02:41:07.040 INFO O| Jul 08 02:41:07.040 INFO STEP 583 (remove_files) COMPLETE
70922026-07-08T02:41:08.079Z[ recovery-image] Jul 08 02:41:07.040 INFO O| Jul 08 02:41:07.040 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-08T02:41:08.088Z[ recovery-image] Jul 08 02:41:07.049 INFO O| Jul 08 02:41:07.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70942026-07-08T02:41:08.089Z[ recovery-image] Jul 08 02:41:07.049 INFO O| Jul 08 02:41:07.049 INFO STEP 584 (remove_files) COMPLETE
70952026-07-08T02:41:08.092Z[ recovery-image] Jul 08 02:41:07.049 INFO O| Jul 08 02:41:07.049 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-08T02:41:08.101Z[ recovery-image] Jul 08 02:41:07.062 INFO O| Jul 08 02:41:07.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70972026-07-08T02:41:08.101Z[ recovery-image] Jul 08 02:41:07.062 INFO O| Jul 08 02:41:07.062 INFO STEP 585 (remove_files) COMPLETE
70982026-07-08T02:41:08.101Z[ recovery-image] Jul 08 02:41:07.062 INFO O| Jul 08 02:41:07.062 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-08T02:41:08.111Z[ recovery-image] Jul 08 02:41:07.072 INFO O| Jul 08 02:41:07.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71002026-07-08T02:41:08.111Z[ recovery-image] Jul 08 02:41:07.072 INFO O| Jul 08 02:41:07.072 INFO STEP 586 (remove_files) COMPLETE
71012026-07-08T02:41:08.111Z[ recovery-image] Jul 08 02:41:07.072 INFO O| Jul 08 02:41:07.072 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-08T02:41:08.121Z[ recovery-image] Jul 08 02:41:07.082 INFO O| Jul 08 02:41:07.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71032026-07-08T02:41:08.125Z[ recovery-image] Jul 08 02:41:07.083 INFO O| Jul 08 02:41:07.083 INFO STEP 587 (remove_files) COMPLETE
71042026-07-08T02:41:08.125Z[ recovery-image] Jul 08 02:41:07.083 INFO O| Jul 08 02:41:07.083 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-08T02:41:08.131Z[ recovery-image] Jul 08 02:41:07.092 INFO O| Jul 08 02:41:07.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71062026-07-08T02:41:08.131Z[ recovery-image] Jul 08 02:41:07.092 INFO O| Jul 08 02:41:07.092 INFO STEP 588 (remove_files) COMPLETE
71072026-07-08T02:41:08.135Z[ recovery-image] Jul 08 02:41:07.092 INFO O| Jul 08 02:41:07.092 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-08T02:41:08.142Z[ recovery-image] Jul 08 02:41:07.103 INFO O| Jul 08 02:41:07.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71092026-07-08T02:41:08.145Z[ recovery-image] Jul 08 02:41:07.103 INFO O| Jul 08 02:41:07.103 INFO STEP 589 (remove_files) COMPLETE
71102026-07-08T02:41:08.146Z[ recovery-image] Jul 08 02:41:07.103 INFO O| Jul 08 02:41:07.103 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-08T02:41:08.152Z[ recovery-image] Jul 08 02:41:07.113 INFO O| Jul 08 02:41:07.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71122026-07-08T02:41:08.152Z[ recovery-image] Jul 08 02:41:07.113 INFO O| Jul 08 02:41:07.113 INFO STEP 590 (remove_files) COMPLETE
71132026-07-08T02:41:08.152Z[ recovery-image] Jul 08 02:41:07.113 INFO O| Jul 08 02:41:07.113 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-08T02:41:08.163Z[ recovery-image] Jul 08 02:41:07.124 INFO O| Jul 08 02:41:07.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71152026-07-08T02:41:08.163Z[ recovery-image] Jul 08 02:41:07.124 INFO O| Jul 08 02:41:07.124 INFO STEP 591 (remove_files) COMPLETE
71162026-07-08T02:41:08.163Z[ recovery-image] Jul 08 02:41:07.124 INFO O| Jul 08 02:41:07.124 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-08T02:41:08.173Z[ recovery-image] Jul 08 02:41:07.134 INFO O| Jul 08 02:41:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71182026-07-08T02:41:08.173Z[ recovery-image] Jul 08 02:41:07.134 INFO O| Jul 08 02:41:07.134 INFO STEP 592 (remove_files) COMPLETE
71192026-07-08T02:41:08.173Z[ recovery-image] Jul 08 02:41:07.134 INFO O| Jul 08 02:41:07.134 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-08T02:41:08.182Z[ recovery-image] Jul 08 02:41:07.143 INFO O| Jul 08 02:41:07.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71212026-07-08T02:41:08.182Z[ recovery-image] Jul 08 02:41:07.143 INFO O| Jul 08 02:41:07.143 INFO STEP 593 (remove_files) COMPLETE
71222026-07-08T02:41:08.182Z[ recovery-image] Jul 08 02:41:07.143 INFO O| Jul 08 02:41:07.143 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-08T02:41:08.192Z[ recovery-image] Jul 08 02:41:07.153 INFO O| Jul 08 02:41:07.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71242026-07-08T02:41:08.192Z[ recovery-image] Jul 08 02:41:07.153 INFO O| Jul 08 02:41:07.153 INFO STEP 594 (remove_files) COMPLETE
71252026-07-08T02:41:08.192Z[ recovery-image] Jul 08 02:41:07.153 INFO O| Jul 08 02:41:07.153 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-08T02:41:08.203Z[ recovery-image] Jul 08 02:41:07.163 INFO O| Jul 08 02:41:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71272026-07-08T02:41:08.208Z[ recovery-image] Jul 08 02:41:07.164 INFO O| Jul 08 02:41:07.164 INFO STEP 595 (remove_files) COMPLETE
71282026-07-08T02:41:08.208Z[ recovery-image] Jul 08 02:41:07.164 INFO O| Jul 08 02:41:07.164 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-08T02:41:08.213Z[ recovery-image] Jul 08 02:41:07.173 INFO O| Jul 08 02:41:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71302026-07-08T02:41:08.217Z[ recovery-image] Jul 08 02:41:07.174 INFO O| Jul 08 02:41:07.174 INFO STEP 596 (remove_files) COMPLETE
71312026-07-08T02:41:08.217Z[ recovery-image] Jul 08 02:41:07.174 INFO O| Jul 08 02:41:07.174 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-08T02:41:08.222Z[ recovery-image] Jul 08 02:41:07.183 INFO O| Jul 08 02:41:07.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71332026-07-08T02:41:08.222Z[ recovery-image] Jul 08 02:41:07.183 INFO O| Jul 08 02:41:07.183 INFO STEP 597 (remove_files) COMPLETE
71342026-07-08T02:41:08.222Z[ recovery-image] Jul 08 02:41:07.183 INFO O| Jul 08 02:41:07.183 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-08T02:41:08.232Z[ recovery-image] Jul 08 02:41:07.193 INFO O| Jul 08 02:41:07.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71362026-07-08T02:41:08.232Z[ recovery-image] Jul 08 02:41:07.193 INFO O| Jul 08 02:41:07.193 INFO STEP 598 (remove_files) COMPLETE
71372026-07-08T02:41:08.236Z[ recovery-image] Jul 08 02:41:07.193 INFO O| Jul 08 02:41:07.193 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-08T02:41:08.241Z[ recovery-image] Jul 08 02:41:07.202 INFO O| Jul 08 02:41:07.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71392026-07-08T02:41:08.241Z[ recovery-image] Jul 08 02:41:07.202 INFO O| Jul 08 02:41:07.202 INFO STEP 599 (remove_files) COMPLETE
71402026-07-08T02:41:08.245Z[ recovery-image] Jul 08 02:41:07.202 INFO O| Jul 08 02:41:07.202 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-08T02:41:08.250Z[ recovery-image] Jul 08 02:41:07.212 INFO O| Jul 08 02:41:07.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71422026-07-08T02:41:08.250Z[ recovery-image] Jul 08 02:41:07.212 INFO O| Jul 08 02:41:07.212 INFO STEP 600 (remove_files) COMPLETE
71432026-07-08T02:41:08.254Z[ recovery-image] Jul 08 02:41:07.212 INFO O| Jul 08 02:41:07.212 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-08T02:41:08.262Z[ recovery-image] Jul 08 02:41:07.222 INFO O| Jul 08 02:41:07.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71452026-07-08T02:41:08.262Z[ recovery-image] Jul 08 02:41:07.222 INFO O| Jul 08 02:41:07.222 INFO STEP 601 (remove_files) COMPLETE
71462026-07-08T02:41:08.266Z[ recovery-image] Jul 08 02:41:07.222 INFO O| Jul 08 02:41:07.222 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-08T02:41:08.270Z[ recovery-image] Jul 08 02:41:07.231 INFO O| Jul 08 02:41:07.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71482026-07-08T02:41:08.270Z[ recovery-image] Jul 08 02:41:07.231 INFO O| Jul 08 02:41:07.231 INFO STEP 602 (remove_files) COMPLETE
71492026-07-08T02:41:08.274Z[ recovery-image] Jul 08 02:41:07.231 INFO O| Jul 08 02:41:07.231 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-08T02:41:08.279Z[ recovery-image] Jul 08 02:41:07.240 INFO O| Jul 08 02:41:07.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71512026-07-08T02:41:08.280Z[ recovery-image] Jul 08 02:41:07.240 INFO O| Jul 08 02:41:07.240 INFO STEP 603 (remove_files) COMPLETE
71522026-07-08T02:41:08.283Z[ recovery-image] Jul 08 02:41:07.240 INFO O| Jul 08 02:41:07.240 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-08T02:41:08.289Z[ recovery-image] Jul 08 02:41:07.250 INFO O| Jul 08 02:41:07.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71542026-07-08T02:41:08.289Z[ recovery-image] Jul 08 02:41:07.250 INFO O| Jul 08 02:41:07.250 INFO STEP 604 (remove_files) COMPLETE
71552026-07-08T02:41:08.292Z[ recovery-image] Jul 08 02:41:07.250 INFO O| Jul 08 02:41:07.250 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-08T02:41:08.298Z[ recovery-image] Jul 08 02:41:07.260 INFO O| Jul 08 02:41:07.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71572026-07-08T02:41:08.299Z[ recovery-image] Jul 08 02:41:07.260 INFO O| Jul 08 02:41:07.260 INFO STEP 605 (remove_files) COMPLETE
71582026-07-08T02:41:08.299Z[ recovery-image] Jul 08 02:41:07.260 INFO O| Jul 08 02:41:07.260 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-08T02:41:08.310Z[ recovery-image] Jul 08 02:41:07.271 INFO O| Jul 08 02:41:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71602026-07-08T02:41:08.310Z[ recovery-image] Jul 08 02:41:07.271 INFO O| Jul 08 02:41:07.271 INFO STEP 606 (remove_files) COMPLETE
71612026-07-08T02:41:08.310Z[ recovery-image] Jul 08 02:41:07.271 INFO O| Jul 08 02:41:07.271 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-08T02:41:08.320Z[ recovery-image] Jul 08 02:41:07.281 INFO O| Jul 08 02:41:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71632026-07-08T02:41:08.320Z[ recovery-image] Jul 08 02:41:07.281 INFO O| Jul 08 02:41:07.281 INFO STEP 607 (remove_files) COMPLETE
71642026-07-08T02:41:08.320Z[ recovery-image] Jul 08 02:41:07.281 INFO O| Jul 08 02:41:07.281 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-08T02:41:08.330Z[ recovery-image] Jul 08 02:41:07.291 INFO O| Jul 08 02:41:07.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71662026-07-08T02:41:08.330Z[ recovery-image] Jul 08 02:41:07.291 INFO O| Jul 08 02:41:07.291 INFO STEP 608 (remove_files) COMPLETE
71672026-07-08T02:41:08.331Z[ recovery-image] Jul 08 02:41:07.291 INFO O| Jul 08 02:41:07.291 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-08T02:41:08.340Z[ recovery-image] Jul 08 02:41:07.301 INFO O| Jul 08 02:41:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71692026-07-08T02:41:08.340Z[ recovery-image] Jul 08 02:41:07.301 INFO O| Jul 08 02:41:07.301 INFO STEP 609 (remove_files) COMPLETE
71702026-07-08T02:41:08.340Z[ recovery-image] Jul 08 02:41:07.301 INFO O| Jul 08 02:41:07.301 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-08T02:41:08.350Z[ recovery-image] Jul 08 02:41:07.311 INFO O| Jul 08 02:41:07.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71722026-07-08T02:41:08.350Z[ recovery-image] Jul 08 02:41:07.311 INFO O| Jul 08 02:41:07.311 INFO STEP 610 (remove_files) COMPLETE
71732026-07-08T02:41:08.350Z[ recovery-image] Jul 08 02:41:07.311 INFO O| Jul 08 02:41:07.311 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-08T02:41:08.362Z[ recovery-image] Jul 08 02:41:07.323 INFO O| Jul 08 02:41:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71752026-07-08T02:41:08.362Z[ recovery-image] Jul 08 02:41:07.323 INFO O| Jul 08 02:41:07.323 INFO STEP 611 (remove_files) COMPLETE
71762026-07-08T02:41:08.366Z[ recovery-image] Jul 08 02:41:07.323 INFO O| Jul 08 02:41:07.323 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-08T02:41:08.373Z[ recovery-image] Jul 08 02:41:07.334 INFO O| Jul 08 02:41:07.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71782026-07-08T02:41:08.373Z[ recovery-image] Jul 08 02:41:07.334 INFO O| Jul 08 02:41:07.334 INFO STEP 612 (remove_files) COMPLETE
71792026-07-08T02:41:08.373Z[ recovery-image] Jul 08 02:41:07.334 INFO O| Jul 08 02:41:07.334 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-08T02:41:08.382Z[ recovery-image] Jul 08 02:41:07.343 INFO O| Jul 08 02:41:07.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71812026-07-08T02:41:08.382Z[ recovery-image] Jul 08 02:41:07.343 INFO O| Jul 08 02:41:07.343 INFO STEP 613 (remove_files) COMPLETE
71822026-07-08T02:41:08.386Z[ recovery-image] Jul 08 02:41:07.343 INFO O| Jul 08 02:41:07.343 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-08T02:41:08.396Z[ recovery-image] Jul 08 02:41:07.357 INFO O| Jul 08 02:41:07.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71842026-07-08T02:41:08.397Z[ recovery-image] Jul 08 02:41:07.357 INFO O| Jul 08 02:41:07.354 INFO STEP 614 (remove_files) COMPLETE
71852026-07-08T02:41:08.397Z[ recovery-image] Jul 08 02:41:07.357 INFO O| Jul 08 02:41:07.354 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-08T02:41:08.403Z[ recovery-image] Jul 08 02:41:07.364 INFO O| Jul 08 02:41:07.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71872026-07-08T02:41:08.403Z[ recovery-image] Jul 08 02:41:07.364 INFO O| Jul 08 02:41:07.364 INFO STEP 615 (remove_files) COMPLETE
71882026-07-08T02:41:08.404Z[ recovery-image] Jul 08 02:41:07.364 INFO O| Jul 08 02:41:07.364 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-08T02:41:08.412Z[ recovery-image] Jul 08 02:41:07.373 INFO O| Jul 08 02:41:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71902026-07-08T02:41:08.412Z[ recovery-image] Jul 08 02:41:07.373 INFO O| Jul 08 02:41:07.373 INFO STEP 616 (remove_files) COMPLETE
71912026-07-08T02:41:08.412Z[ recovery-image] Jul 08 02:41:07.373 INFO O| Jul 08 02:41:07.373 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-08T02:41:08.421Z[ recovery-image] Jul 08 02:41:07.382 INFO O| Jul 08 02:41:07.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71932026-07-08T02:41:08.421Z[ recovery-image] Jul 08 02:41:07.383 INFO O| Jul 08 02:41:07.383 INFO STEP 617 (remove_files) COMPLETE
71942026-07-08T02:41:08.425Z[ recovery-image] Jul 08 02:41:07.383 INFO O| Jul 08 02:41:07.383 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-08T02:41:08.431Z[ recovery-image] Jul 08 02:41:07.392 INFO O| Jul 08 02:41:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71962026-07-08T02:41:08.431Z[ recovery-image] Jul 08 02:41:07.392 INFO O| Jul 08 02:41:07.392 INFO STEP 618 (remove_files) COMPLETE
71972026-07-08T02:41:08.431Z[ recovery-image] Jul 08 02:41:07.392 INFO O| Jul 08 02:41:07.392 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-08T02:41:08.441Z[ recovery-image] Jul 08 02:41:07.402 INFO O| Jul 08 02:41:07.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71992026-07-08T02:41:08.444Z[ recovery-image] Jul 08 02:41:07.402 INFO O| Jul 08 02:41:07.402 INFO STEP 619 (remove_files) COMPLETE
72002026-07-08T02:41:08.444Z[ recovery-image] Jul 08 02:41:07.402 INFO O| Jul 08 02:41:07.402 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-08T02:41:08.451Z[ recovery-image] Jul 08 02:41:07.412 INFO O| Jul 08 02:41:07.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72022026-07-08T02:41:08.451Z[ recovery-image] Jul 08 02:41:07.412 INFO O| Jul 08 02:41:07.412 INFO STEP 620 (remove_files) COMPLETE
72032026-07-08T02:41:08.455Z[ recovery-image] Jul 08 02:41:07.412 INFO O| Jul 08 02:41:07.412 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-08T02:41:08.462Z[ recovery-image] Jul 08 02:41:07.423 INFO O| Jul 08 02:41:07.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72052026-07-08T02:41:08.462Z[ recovery-image] Jul 08 02:41:07.423 INFO O| Jul 08 02:41:07.423 INFO STEP 621 (remove_files) COMPLETE
72062026-07-08T02:41:08.462Z[ recovery-image] Jul 08 02:41:07.423 INFO O| Jul 08 02:41:07.423 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-08T02:41:08.472Z[ recovery-image] Jul 08 02:41:07.433 INFO O| Jul 08 02:41:07.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72082026-07-08T02:41:08.472Z[ recovery-image] Jul 08 02:41:07.433 INFO O| Jul 08 02:41:07.433 INFO STEP 622 (remove_files) COMPLETE
72092026-07-08T02:41:08.476Z[ recovery-image] Jul 08 02:41:07.433 INFO O| Jul 08 02:41:07.433 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-08T02:41:08.483Z[ recovery-image] Jul 08 02:41:07.444 INFO O| Jul 08 02:41:07.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72112026-07-08T02:41:08.483Z[ recovery-image] Jul 08 02:41:07.444 INFO O| Jul 08 02:41:07.444 INFO STEP 623 (remove_files) COMPLETE
72122026-07-08T02:41:08.483Z[ recovery-image] Jul 08 02:41:07.444 INFO O| Jul 08 02:41:07.444 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-08T02:41:08.492Z[ recovery-image] Jul 08 02:41:07.453 INFO O| Jul 08 02:41:07.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72142026-07-08T02:41:08.492Z[ recovery-image] Jul 08 02:41:07.453 INFO O| Jul 08 02:41:07.453 INFO STEP 624 (remove_files) COMPLETE
72152026-07-08T02:41:08.496Z[ recovery-image] Jul 08 02:41:07.453 INFO O| Jul 08 02:41:07.453 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-08T02:41:08.501Z[ recovery-image] Jul 08 02:41:07.462 INFO O| Jul 08 02:41:07.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72172026-07-08T02:41:08.501Z[ recovery-image] Jul 08 02:41:07.462 INFO O| Jul 08 02:41:07.462 INFO STEP 625 (remove_files) COMPLETE
72182026-07-08T02:41:08.505Z[ recovery-image] Jul 08 02:41:07.462 INFO O| Jul 08 02:41:07.462 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-08T02:41:08.512Z[ recovery-image] Jul 08 02:41:07.473 INFO O| Jul 08 02:41:07.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72202026-07-08T02:41:08.516Z[ recovery-image] Jul 08 02:41:07.473 INFO O| Jul 08 02:41:07.473 INFO STEP 626 (remove_files) COMPLETE
72212026-07-08T02:41:08.516Z[ recovery-image] Jul 08 02:41:07.473 INFO O| Jul 08 02:41:07.473 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-08T02:41:08.523Z[ recovery-image] Jul 08 02:41:07.483 INFO O| Jul 08 02:41:07.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72232026-07-08T02:41:08.523Z[ recovery-image] Jul 08 02:41:07.483 INFO O| Jul 08 02:41:07.483 INFO STEP 627 (remove_files) COMPLETE
72242026-07-08T02:41:08.523Z[ recovery-image] Jul 08 02:41:07.483 INFO O| Jul 08 02:41:07.483 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-08T02:41:08.530Z[ recovery-image] Jul 08 02:41:07.492 INFO O| Jul 08 02:41:07.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72262026-07-08T02:41:08.530Z[ recovery-image] Jul 08 02:41:07.492 INFO O| Jul 08 02:41:07.492 INFO STEP 628 (remove_files) COMPLETE
72272026-07-08T02:41:08.531Z[ recovery-image] Jul 08 02:41:07.492 INFO O| Jul 08 02:41:07.492 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-08T02:41:08.540Z[ recovery-image] Jul 08 02:41:07.501 INFO O| Jul 08 02:41:07.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72292026-07-08T02:41:08.540Z[ recovery-image] Jul 08 02:41:07.501 INFO O| Jul 08 02:41:07.501 INFO STEP 629 (remove_files) COMPLETE
72302026-07-08T02:41:08.540Z[ recovery-image] Jul 08 02:41:07.501 INFO O| Jul 08 02:41:07.501 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-08T02:41:08.549Z[ recovery-image] Jul 08 02:41:07.510 INFO O| Jul 08 02:41:07.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72322026-07-08T02:41:08.549Z[ recovery-image] Jul 08 02:41:07.510 INFO O| Jul 08 02:41:07.510 INFO STEP 630 (remove_files) COMPLETE
72332026-07-08T02:41:08.549Z[ recovery-image] Jul 08 02:41:07.510 INFO O| Jul 08 02:41:07.510 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-08T02:41:08.560Z[ recovery-image] Jul 08 02:41:07.521 INFO O| Jul 08 02:41:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72352026-07-08T02:41:08.564Z[ recovery-image] Jul 08 02:41:07.522 INFO O| Jul 08 02:41:07.522 INFO STEP 631 (remove_files) COMPLETE
72362026-07-08T02:41:08.564Z[ recovery-image] Jul 08 02:41:07.522 INFO O| Jul 08 02:41:07.522 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-08T02:41:08.570Z[ recovery-image] Jul 08 02:41:07.532 INFO O| Jul 08 02:41:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72382026-07-08T02:41:08.571Z[ recovery-image] Jul 08 02:41:07.532 INFO O| Jul 08 02:41:07.532 INFO STEP 632 (remove_files) COMPLETE
72392026-07-08T02:41:08.574Z[ recovery-image] Jul 08 02:41:07.532 INFO O| Jul 08 02:41:07.532 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-08T02:41:08.580Z[ recovery-image] Jul 08 02:41:07.542 INFO O| Jul 08 02:41:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72412026-07-08T02:41:08.581Z[ recovery-image] Jul 08 02:41:07.542 INFO O| Jul 08 02:41:07.542 INFO STEP 633 (remove_files) COMPLETE
72422026-07-08T02:41:08.581Z[ recovery-image] Jul 08 02:41:07.542 INFO O| Jul 08 02:41:07.542 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-08T02:41:08.593Z[ recovery-image] Jul 08 02:41:07.552 INFO O| Jul 08 02:41:07.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72442026-07-08T02:41:08.593Z[ recovery-image] Jul 08 02:41:07.553 INFO O| Jul 08 02:41:07.553 INFO STEP 634 (remove_files) COMPLETE
72452026-07-08T02:41:08.593Z[ recovery-image] Jul 08 02:41:07.553 INFO O| Jul 08 02:41:07.553 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-08T02:41:08.602Z[ recovery-image] Jul 08 02:41:07.563 INFO O| Jul 08 02:41:07.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72472026-07-08T02:41:08.603Z[ recovery-image] Jul 08 02:41:07.563 INFO O| Jul 08 02:41:07.563 INFO STEP 635 (remove_files) COMPLETE
72482026-07-08T02:41:08.603Z[ recovery-image] Jul 08 02:41:07.563 INFO O| Jul 08 02:41:07.563 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-08T02:41:08.612Z[ recovery-image] Jul 08 02:41:07.573 INFO O| Jul 08 02:41:07.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72502026-07-08T02:41:08.612Z[ recovery-image] Jul 08 02:41:07.573 INFO O| Jul 08 02:41:07.573 INFO STEP 636 (remove_files) COMPLETE
72512026-07-08T02:41:08.615Z[ recovery-image] Jul 08 02:41:07.573 INFO O| Jul 08 02:41:07.573 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-08T02:41:08.619Z[ recovery-image] Jul 08 02:41:07.581 INFO O| Jul 08 02:41:07.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72532026-07-08T02:41:08.619Z[ recovery-image] Jul 08 02:41:07.581 INFO O| Jul 08 02:41:07.581 INFO STEP 637 (remove_files) COMPLETE
72542026-07-08T02:41:08.619Z[ recovery-image] Jul 08 02:41:07.581 INFO O| Jul 08 02:41:07.581 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-08T02:41:08.630Z[ recovery-image] Jul 08 02:41:07.591 INFO O| Jul 08 02:41:07.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72562026-07-08T02:41:08.630Z[ recovery-image] Jul 08 02:41:07.591 INFO O| Jul 08 02:41:07.591 INFO STEP 638 (remove_files) COMPLETE
72572026-07-08T02:41:08.630Z[ recovery-image] Jul 08 02:41:07.591 INFO O| Jul 08 02:41:07.591 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-08T02:41:08.639Z[ recovery-image] Jul 08 02:41:07.601 INFO O| Jul 08 02:41:07.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72592026-07-08T02:41:08.639Z[ recovery-image] Jul 08 02:41:07.601 INFO O| Jul 08 02:41:07.601 INFO STEP 639 (remove_files) COMPLETE
72602026-07-08T02:41:08.643Z[ recovery-image] Jul 08 02:41:07.601 INFO O| Jul 08 02:41:07.601 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-08T02:41:08.650Z[ recovery-image] Jul 08 02:41:07.610 INFO O| Jul 08 02:41:07.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72622026-07-08T02:41:08.650Z[ recovery-image] Jul 08 02:41:07.610 INFO O| Jul 08 02:41:07.610 INFO STEP 640 (remove_files) COMPLETE
72632026-07-08T02:41:08.650Z[ recovery-image] Jul 08 02:41:07.610 INFO O| Jul 08 02:41:07.610 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-08T02:41:08.659Z[ recovery-image] Jul 08 02:41:07.621 INFO O| Jul 08 02:41:07.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72652026-07-08T02:41:08.659Z[ recovery-image] Jul 08 02:41:07.621 INFO O| Jul 08 02:41:07.621 INFO STEP 641 (remove_files) COMPLETE
72662026-07-08T02:41:08.659Z[ recovery-image] Jul 08 02:41:07.621 INFO O| Jul 08 02:41:07.621 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-08T02:41:08.670Z[ recovery-image] Jul 08 02:41:07.632 INFO O| Jul 08 02:41:07.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72682026-07-08T02:41:08.670Z[ recovery-image] Jul 08 02:41:07.632 INFO O| Jul 08 02:41:07.632 INFO STEP 642 (remove_files) COMPLETE
72692026-07-08T02:41:08.670Z[ recovery-image] Jul 08 02:41:07.632 INFO O| Jul 08 02:41:07.632 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-08T02:41:08.680Z[ recovery-image] Jul 08 02:41:07.641 INFO O| Jul 08 02:41:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72712026-07-08T02:41:08.680Z[ recovery-image] Jul 08 02:41:07.641 INFO O| Jul 08 02:41:07.641 INFO STEP 643 (remove_files) COMPLETE
72722026-07-08T02:41:08.683Z[ recovery-image] Jul 08 02:41:07.641 INFO O| Jul 08 02:41:07.641 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-08T02:41:08.688Z[ recovery-image] Jul 08 02:41:07.649 INFO O| Jul 08 02:41:07.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72742026-07-08T02:41:08.688Z[ recovery-image] Jul 08 02:41:07.649 INFO O| Jul 08 02:41:07.649 INFO STEP 644 (remove_files) COMPLETE
72752026-07-08T02:41:08.691Z[ recovery-image] Jul 08 02:41:07.649 INFO O| Jul 08 02:41:07.649 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-08T02:41:08.699Z[ recovery-image] Jul 08 02:41:07.661 INFO O| Jul 08 02:41:07.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72772026-07-08T02:41:08.700Z[ recovery-image] Jul 08 02:41:07.661 INFO O| Jul 08 02:41:07.661 INFO STEP 645 (remove_files) COMPLETE
72782026-07-08T02:41:08.700Z[ recovery-image] Jul 08 02:41:07.661 INFO O| Jul 08 02:41:07.661 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-08T02:41:08.710Z[ recovery-image] Jul 08 02:41:07.671 INFO O| Jul 08 02:41:07.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72802026-07-08T02:41:08.710Z[ recovery-image] Jul 08 02:41:07.671 INFO O| Jul 08 02:41:07.671 INFO STEP 646 (remove_files) COMPLETE
72812026-07-08T02:41:08.710Z[ recovery-image] Jul 08 02:41:07.671 INFO O| Jul 08 02:41:07.671 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-08T02:41:08.723Z[ recovery-image] Jul 08 02:41:07.684 INFO O| Jul 08 02:41:07.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72832026-07-08T02:41:08.723Z[ recovery-image] Jul 08 02:41:07.684 INFO O| Jul 08 02:41:07.684 INFO STEP 647 (remove_files) COMPLETE
72842026-07-08T02:41:08.723Z[ recovery-image] Jul 08 02:41:07.684 INFO O| Jul 08 02:41:07.684 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-08T02:41:08.732Z[ recovery-image] Jul 08 02:41:07.693 INFO O| Jul 08 02:41:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72862026-07-08T02:41:08.732Z[ recovery-image] Jul 08 02:41:07.693 INFO O| Jul 08 02:41:07.693 INFO STEP 648 (remove_files) COMPLETE
72872026-07-08T02:41:08.736Z[ recovery-image] Jul 08 02:41:07.693 INFO O| Jul 08 02:41:07.693 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-08T02:41:08.742Z[ recovery-image] Jul 08 02:41:07.703 INFO O| Jul 08 02:41:07.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72892026-07-08T02:41:08.742Z[ recovery-image] Jul 08 02:41:07.703 INFO O| Jul 08 02:41:07.703 INFO STEP 649 (remove_files) COMPLETE
72902026-07-08T02:41:08.745Z[ recovery-image] Jul 08 02:41:07.703 INFO O| Jul 08 02:41:07.703 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-08T02:41:08.752Z[ recovery-image] Jul 08 02:41:07.713 INFO O| Jul 08 02:41:07.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72922026-07-08T02:41:08.752Z[ recovery-image] Jul 08 02:41:07.713 INFO O| Jul 08 02:41:07.713 INFO STEP 650 (remove_files) COMPLETE
72932026-07-08T02:41:08.752Z[ recovery-image] Jul 08 02:41:07.713 INFO O| Jul 08 02:41:07.713 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-08T02:41:08.761Z[ recovery-image] Jul 08 02:41:07.722 INFO O| Jul 08 02:41:07.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72952026-07-08T02:41:08.761Z[ recovery-image] Jul 08 02:41:07.722 INFO O| Jul 08 02:41:07.722 INFO STEP 651 (remove_files) COMPLETE
72962026-07-08T02:41:08.761Z[ recovery-image] Jul 08 02:41:07.722 INFO O| Jul 08 02:41:07.722 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-08T02:41:08.771Z[ recovery-image] Jul 08 02:41:07.732 INFO O| Jul 08 02:41:07.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72982026-07-08T02:41:08.771Z[ recovery-image] Jul 08 02:41:07.733 INFO O| Jul 08 02:41:07.733 INFO STEP 652 (remove_files) COMPLETE
72992026-07-08T02:41:08.775Z[ recovery-image] Jul 08 02:41:07.733 INFO O| Jul 08 02:41:07.733 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-08T02:41:08.781Z[ recovery-image] Jul 08 02:41:07.742 INFO O| Jul 08 02:41:07.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73012026-07-08T02:41:08.781Z[ recovery-image] Jul 08 02:41:07.743 INFO O| Jul 08 02:41:07.743 INFO STEP 653 (remove_files) COMPLETE
73022026-07-08T02:41:08.781Z[ recovery-image] Jul 08 02:41:07.743 INFO O| Jul 08 02:41:07.743 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-08T02:41:08.790Z[ recovery-image] Jul 08 02:41:07.751 INFO O| Jul 08 02:41:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73042026-07-08T02:41:08.790Z[ recovery-image] Jul 08 02:41:07.751 INFO O| Jul 08 02:41:07.751 INFO STEP 654 (remove_files) COMPLETE
73052026-07-08T02:41:08.790Z[ recovery-image] Jul 08 02:41:07.751 INFO O| Jul 08 02:41:07.751 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-08T02:41:08.800Z[ recovery-image] Jul 08 02:41:07.761 INFO O| Jul 08 02:41:07.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73072026-07-08T02:41:08.800Z[ recovery-image] Jul 08 02:41:07.761 INFO O| Jul 08 02:41:07.761 INFO STEP 655 (remove_files) COMPLETE
73082026-07-08T02:41:08.800Z[ recovery-image] Jul 08 02:41:07.761 INFO O| Jul 08 02:41:07.761 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-08T02:41:08.809Z[ recovery-image] Jul 08 02:41:07.770 INFO O| Jul 08 02:41:07.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73102026-07-08T02:41:08.813Z[ recovery-image] Jul 08 02:41:07.771 INFO O| Jul 08 02:41:07.771 INFO STEP 656 (remove_files) COMPLETE
73112026-07-08T02:41:08.813Z[ recovery-image] Jul 08 02:41:07.771 INFO O| Jul 08 02:41:07.771 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-08T02:41:08.818Z[ recovery-image] Jul 08 02:41:07.780 INFO O| Jul 08 02:41:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73132026-07-08T02:41:08.821Z[ recovery-image] Jul 08 02:41:07.780 INFO O| Jul 08 02:41:07.780 INFO STEP 657 (remove_files) COMPLETE
73142026-07-08T02:41:08.822Z[ recovery-image] Jul 08 02:41:07.780 INFO O| Jul 08 02:41:07.780 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-08T02:41:08.828Z[ recovery-image] Jul 08 02:41:07.789 INFO O| Jul 08 02:41:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73162026-07-08T02:41:08.831Z[ recovery-image] Jul 08 02:41:07.790 INFO O| Jul 08 02:41:07.790 INFO STEP 658 (remove_files) COMPLETE
73172026-07-08T02:41:08.831Z[ recovery-image] Jul 08 02:41:07.790 INFO O| Jul 08 02:41:07.790 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-08T02:41:08.837Z[ recovery-image] Jul 08 02:41:07.798 INFO O| Jul 08 02:41:07.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73192026-07-08T02:41:08.837Z[ recovery-image] Jul 08 02:41:07.798 INFO O| Jul 08 02:41:07.798 INFO STEP 659 (remove_files) COMPLETE
73202026-07-08T02:41:08.840Z[ recovery-image] Jul 08 02:41:07.798 INFO O| Jul 08 02:41:07.798 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-08T02:41:08.848Z[ recovery-image] Jul 08 02:41:07.808 INFO O| Jul 08 02:41:07.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73222026-07-08T02:41:08.852Z[ recovery-image] Jul 08 02:41:07.808 INFO O| Jul 08 02:41:07.808 INFO STEP 660 (remove_files) COMPLETE
73232026-07-08T02:41:08.852Z[ recovery-image] Jul 08 02:41:07.808 INFO O| Jul 08 02:41:07.808 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-08T02:41:08.855Z[ recovery-image] Jul 08 02:41:07.817 INFO O| Jul 08 02:41:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73252026-07-08T02:41:08.858Z[ recovery-image] Jul 08 02:41:07.817 INFO O| Jul 08 02:41:07.817 INFO STEP 661 (remove_files) COMPLETE
73262026-07-08T02:41:08.858Z[ recovery-image] Jul 08 02:41:07.817 INFO O| Jul 08 02:41:07.817 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-08T02:41:08.864Z[ recovery-image] Jul 08 02:41:07.826 INFO O| Jul 08 02:41:07.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73282026-07-08T02:41:08.868Z[ recovery-image] Jul 08 02:41:07.826 INFO O| Jul 08 02:41:07.826 INFO STEP 662 (remove_files) COMPLETE
73292026-07-08T02:41:08.868Z[ recovery-image] Jul 08 02:41:07.826 INFO O| Jul 08 02:41:07.826 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-08T02:41:08.873Z[ recovery-image] Jul 08 02:41:07.835 INFO O| Jul 08 02:41:07.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73312026-07-08T02:41:08.873Z[ recovery-image] Jul 08 02:41:07.835 INFO O| Jul 08 02:41:07.835 INFO STEP 663 (remove_files) COMPLETE
73322026-07-08T02:41:08.876Z[ recovery-image] Jul 08 02:41:07.835 INFO O| Jul 08 02:41:07.835 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-08T02:41:08.881Z[ recovery-image] Jul 08 02:41:07.843 INFO O| Jul 08 02:41:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73342026-07-08T02:41:08.884Z[ recovery-image] Jul 08 02:41:07.843 INFO O| Jul 08 02:41:07.843 INFO STEP 664 (remove_files) COMPLETE
73352026-07-08T02:41:08.885Z[ recovery-image] Jul 08 02:41:07.843 INFO O| Jul 08 02:41:07.843 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-08T02:41:08.891Z[ recovery-image] Jul 08 02:41:07.853 INFO O| Jul 08 02:41:07.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73372026-07-08T02:41:08.894Z[ recovery-image] Jul 08 02:41:07.853 INFO O| Jul 08 02:41:07.853 INFO STEP 665 (remove_files) COMPLETE
73382026-07-08T02:41:08.894Z[ recovery-image] Jul 08 02:41:07.853 INFO O| Jul 08 02:41:07.853 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-08T02:41:08.899Z[ recovery-image] Jul 08 02:41:07.861 INFO O| Jul 08 02:41:07.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73402026-07-08T02:41:08.902Z[ recovery-image] Jul 08 02:41:07.861 INFO O| Jul 08 02:41:07.861 INFO STEP 666 (remove_files) COMPLETE
73412026-07-08T02:41:08.902Z[ recovery-image] Jul 08 02:41:07.861 INFO O| Jul 08 02:41:07.861 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-08T02:41:08.907Z[ recovery-image] Jul 08 02:41:07.869 INFO O| Jul 08 02:41:07.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73432026-07-08T02:41:08.910Z[ recovery-image] Jul 08 02:41:07.869 INFO O| Jul 08 02:41:07.869 INFO STEP 667 (remove_files) COMPLETE
73442026-07-08T02:41:08.910Z[ recovery-image] Jul 08 02:41:07.869 INFO O| Jul 08 02:41:07.869 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-08T02:41:08.916Z[ recovery-image] Jul 08 02:41:07.878 INFO O| Jul 08 02:41:07.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73462026-07-08T02:41:08.916Z[ recovery-image] Jul 08 02:41:07.878 INFO O| Jul 08 02:41:07.878 INFO STEP 668 (remove_files) COMPLETE
73472026-07-08T02:41:08.921Z[ recovery-image] Jul 08 02:41:07.878 INFO O| Jul 08 02:41:07.878 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-08T02:41:08.925Z[ recovery-image] Jul 08 02:41:07.886 INFO O| Jul 08 02:41:07.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73492026-07-08T02:41:08.925Z[ recovery-image] Jul 08 02:41:07.886 INFO O| Jul 08 02:41:07.886 INFO STEP 669 (remove_files) COMPLETE
73502026-07-08T02:41:08.929Z[ recovery-image] Jul 08 02:41:07.886 INFO O| Jul 08 02:41:07.886 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-08T02:41:08.933Z[ recovery-image] Jul 08 02:41:07.895 INFO O| Jul 08 02:41:07.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73522026-07-08T02:41:08.936Z[ recovery-image] Jul 08 02:41:07.895 INFO O| Jul 08 02:41:07.895 INFO STEP 670 (remove_files) COMPLETE
73532026-07-08T02:41:08.936Z[ recovery-image] Jul 08 02:41:07.895 INFO O| Jul 08 02:41:07.895 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-08T02:41:08.941Z[ recovery-image] Jul 08 02:41:07.902 INFO O| Jul 08 02:41:07.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73552026-07-08T02:41:08.941Z[ recovery-image] Jul 08 02:41:07.903 INFO O| Jul 08 02:41:07.903 INFO STEP 671 (remove_files) COMPLETE
73562026-07-08T02:41:08.944Z[ recovery-image] Jul 08 02:41:07.903 INFO O| Jul 08 02:41:07.903 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-08T02:41:08.950Z[ recovery-image] Jul 08 02:41:07.911 INFO O| Jul 08 02:41:07.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73582026-07-08T02:41:08.950Z[ recovery-image] Jul 08 02:41:07.911 INFO O| Jul 08 02:41:07.911 INFO STEP 672 (remove_files) COMPLETE
73592026-07-08T02:41:08.950Z[ recovery-image] Jul 08 02:41:07.911 INFO O| Jul 08 02:41:07.911 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-08T02:41:08.958Z[ recovery-image] Jul 08 02:41:07.919 INFO O| Jul 08 02:41:07.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73612026-07-08T02:41:08.958Z[ recovery-image] Jul 08 02:41:07.919 INFO O| Jul 08 02:41:07.919 INFO STEP 673 (remove_files) COMPLETE
73622026-07-08T02:41:08.958Z[ recovery-image] Jul 08 02:41:07.919 INFO O| Jul 08 02:41:07.919 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-08T02:41:08.966Z[ recovery-image] Jul 08 02:41:07.927 INFO O| Jul 08 02:41:07.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73642026-07-08T02:41:08.966Z[ recovery-image] Jul 08 02:41:07.927 INFO O| Jul 08 02:41:07.927 INFO STEP 674 (remove_files) COMPLETE
73652026-07-08T02:41:08.969Z[ recovery-image] Jul 08 02:41:07.927 INFO O| Jul 08 02:41:07.927 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-08T02:41:08.975Z[ recovery-image] Jul 08 02:41:07.937 INFO O| Jul 08 02:41:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73672026-07-08T02:41:08.975Z[ recovery-image] Jul 08 02:41:07.937 INFO O| Jul 08 02:41:07.937 INFO STEP 675 (remove_files) COMPLETE
73682026-07-08T02:41:08.978Z[ recovery-image] Jul 08 02:41:07.937 INFO O| Jul 08 02:41:07.937 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-08T02:41:08.985Z[ recovery-image] Jul 08 02:41:07.946 INFO O| Jul 08 02:41:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73702026-07-08T02:41:08.988Z[ recovery-image] Jul 08 02:41:07.947 INFO O| Jul 08 02:41:07.947 INFO STEP 676 (remove_files) COMPLETE
73712026-07-08T02:41:08.988Z[ recovery-image] Jul 08 02:41:07.947 INFO O| Jul 08 02:41:07.947 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-08T02:41:08.995Z[ recovery-image] Jul 08 02:41:07.956 INFO O| Jul 08 02:41:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73732026-07-08T02:41:08.995Z[ recovery-image] Jul 08 02:41:07.956 INFO O| Jul 08 02:41:07.956 INFO STEP 677 (remove_files) COMPLETE
73742026-07-08T02:41:08.995Z[ recovery-image] Jul 08 02:41:07.956 INFO O| Jul 08 02:41:07.956 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-08T02:41:09.005Z[ recovery-image] Jul 08 02:41:07.967 INFO O| Jul 08 02:41:07.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73762026-07-08T02:41:09.005Z[ recovery-image] Jul 08 02:41:07.967 INFO O| Jul 08 02:41:07.967 INFO STEP 678 (remove_files) COMPLETE
73772026-07-08T02:41:09.010Z[ recovery-image] Jul 08 02:41:07.967 INFO O| Jul 08 02:41:07.967 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-08T02:41:09.015Z[ recovery-image] Jul 08 02:41:07.977 INFO O| Jul 08 02:41:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73792026-07-08T02:41:09.015Z[ recovery-image] Jul 08 02:41:07.977 INFO O| Jul 08 02:41:07.977 INFO STEP 679 (remove_files) COMPLETE
73802026-07-08T02:41:09.016Z[ recovery-image] Jul 08 02:41:07.977 INFO O| Jul 08 02:41:07.977 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-08T02:41:09.026Z[ recovery-image] Jul 08 02:41:07.988 INFO O| Jul 08 02:41:07.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73822026-07-08T02:41:09.026Z[ recovery-image] Jul 08 02:41:07.988 INFO O| Jul 08 02:41:07.988 INFO STEP 680 (remove_files) COMPLETE
73832026-07-08T02:41:09.029Z[ recovery-image] Jul 08 02:41:07.988 INFO O| Jul 08 02:41:07.988 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-08T02:41:09.035Z[ recovery-image] Jul 08 02:41:07.997 INFO O| Jul 08 02:41:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73852026-07-08T02:41:09.035Z[ recovery-image] Jul 08 02:41:07.997 INFO O| Jul 08 02:41:07.997 INFO STEP 681 (remove_files) COMPLETE
73862026-07-08T02:41:09.040Z[ recovery-image] Jul 08 02:41:07.997 INFO O| Jul 08 02:41:07.997 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-08T02:41:09.043Z[ recovery-image] Jul 08 02:41:08.005 INFO O| Jul 08 02:41:08.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73882026-07-08T02:41:09.044Z[ recovery-image] Jul 08 02:41:08.005 INFO O| Jul 08 02:41:08.005 INFO STEP 682 (remove_files) COMPLETE
73892026-07-08T02:41:09.044Z[ recovery-image] Jul 08 02:41:08.005 INFO O| Jul 08 02:41:08.005 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-08T02:41:09.052Z[ recovery-image] Jul 08 02:41:08.013 INFO O| Jul 08 02:41:08.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73912026-07-08T02:41:09.052Z[ recovery-image] Jul 08 02:41:08.013 INFO O| Jul 08 02:41:08.013 INFO STEP 683 (remove_files) COMPLETE
73922026-07-08T02:41:09.055Z[ recovery-image] Jul 08 02:41:08.013 INFO O| Jul 08 02:41:08.013 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-08T02:41:09.059Z[ recovery-image] Jul 08 02:41:08.021 INFO O| Jul 08 02:41:08.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73942026-07-08T02:41:09.059Z[ recovery-image] Jul 08 02:41:08.021 INFO O| Jul 08 02:41:08.021 INFO STEP 684 (remove_files) COMPLETE
73952026-07-08T02:41:09.062Z[ recovery-image] Jul 08 02:41:08.021 INFO O| Jul 08 02:41:08.021 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-08T02:41:09.066Z[ recovery-image] Jul 08 02:41:08.028 INFO O| Jul 08 02:41:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73972026-07-08T02:41:09.066Z[ recovery-image] Jul 08 02:41:08.028 INFO O| Jul 08 02:41:08.028 INFO STEP 685 (remove_files) COMPLETE
73982026-07-08T02:41:09.069Z[ recovery-image] Jul 08 02:41:08.028 INFO O| Jul 08 02:41:08.028 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-08T02:41:09.077Z[ recovery-image] Jul 08 02:41:08.038 INFO O| Jul 08 02:41:08.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74002026-07-08T02:41:09.077Z[ recovery-image] Jul 08 02:41:08.039 INFO O| Jul 08 02:41:08.039 INFO STEP 686 (remove_files) COMPLETE
74012026-07-08T02:41:09.080Z[ recovery-image] Jul 08 02:41:08.039 INFO O| Jul 08 02:41:08.039 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-08T02:41:09.087Z[ recovery-image] Jul 08 02:41:08.048 INFO O| Jul 08 02:41:08.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74032026-07-08T02:41:09.087Z[ recovery-image] Jul 08 02:41:08.048 INFO O| Jul 08 02:41:08.048 INFO STEP 687 (remove_files) COMPLETE
74042026-07-08T02:41:09.090Z[ recovery-image] Jul 08 02:41:08.048 INFO O| Jul 08 02:41:08.048 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-08T02:41:09.096Z[ recovery-image] Jul 08 02:41:08.057 INFO O| Jul 08 02:41:08.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74062026-07-08T02:41:09.096Z[ recovery-image] Jul 08 02:41:08.058 INFO O| Jul 08 02:41:08.058 INFO STEP 688 (remove_files) COMPLETE
74072026-07-08T02:41:09.099Z[ recovery-image] Jul 08 02:41:08.058 INFO O| Jul 08 02:41:08.058 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-08T02:41:09.105Z[ recovery-image] Jul 08 02:41:08.066 INFO O| Jul 08 02:41:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74092026-07-08T02:41:09.108Z[ recovery-image] Jul 08 02:41:08.067 INFO O| Jul 08 02:41:08.066 INFO STEP 689 (remove_files) COMPLETE
74102026-07-08T02:41:09.108Z[ recovery-image] Jul 08 02:41:08.067 INFO O| Jul 08 02:41:08.066 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-08T02:41:09.115Z[ recovery-image] Jul 08 02:41:08.076 INFO O| Jul 08 02:41:08.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74122026-07-08T02:41:09.118Z[ recovery-image] Jul 08 02:41:08.076 INFO O| Jul 08 02:41:08.076 INFO STEP 690 (remove_files) COMPLETE
74132026-07-08T02:41:09.118Z[ recovery-image] Jul 08 02:41:08.076 INFO O| Jul 08 02:41:08.076 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-08T02:41:09.125Z[ recovery-image] Jul 08 02:41:08.086 INFO O| Jul 08 02:41:08.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74152026-07-08T02:41:09.125Z[ recovery-image] Jul 08 02:41:08.086 INFO O| Jul 08 02:41:08.086 INFO STEP 691 (remove_files) COMPLETE
74162026-07-08T02:41:09.130Z[ recovery-image] Jul 08 02:41:08.086 INFO O| Jul 08 02:41:08.086 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-08T02:41:09.133Z[ recovery-image] Jul 08 02:41:08.095 INFO O| Jul 08 02:41:08.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74182026-07-08T02:41:09.134Z[ recovery-image] Jul 08 02:41:08.095 INFO O| Jul 08 02:41:08.095 INFO STEP 692 (remove_files) COMPLETE
74192026-07-08T02:41:09.138Z[ recovery-image] Jul 08 02:41:08.095 INFO O| Jul 08 02:41:08.095 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-08T02:41:09.143Z[ recovery-image] Jul 08 02:41:08.104 INFO O| Jul 08 02:41:08.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74212026-07-08T02:41:09.146Z[ recovery-image] Jul 08 02:41:08.104 INFO O| Jul 08 02:41:08.104 INFO STEP 693 (remove_files) COMPLETE
74222026-07-08T02:41:09.146Z[ recovery-image] Jul 08 02:41:08.104 INFO O| Jul 08 02:41:08.104 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-08T02:41:09.158Z[ recovery-image] Jul 08 02:41:08.113 INFO O| Jul 08 02:41:08.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74242026-07-08T02:41:09.158Z[ recovery-image] Jul 08 02:41:08.113 INFO O| Jul 08 02:41:08.113 INFO STEP 694 (remove_files) COMPLETE
74252026-07-08T02:41:09.161Z[ recovery-image] Jul 08 02:41:08.113 INFO O| Jul 08 02:41:08.113 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-08T02:41:09.161Z[ recovery-image] Jul 08 02:41:08.122 INFO O| Jul 08 02:41:08.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74272026-07-08T02:41:09.161Z[ recovery-image] Jul 08 02:41:08.122 INFO O| Jul 08 02:41:08.122 INFO STEP 695 (remove_files) COMPLETE
74282026-07-08T02:41:09.161Z[ recovery-image] Jul 08 02:41:08.122 INFO O| Jul 08 02:41:08.122 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-08T02:41:09.169Z[ recovery-image] Jul 08 02:41:08.130 INFO O| Jul 08 02:41:08.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74302026-07-08T02:41:09.169Z[ recovery-image] Jul 08 02:41:08.130 INFO O| Jul 08 02:41:08.130 INFO STEP 696 (remove_files) COMPLETE
74312026-07-08T02:41:09.172Z[ recovery-image] Jul 08 02:41:08.130 INFO O| Jul 08 02:41:08.130 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-08T02:41:09.178Z[ recovery-image] Jul 08 02:41:08.139 INFO O| Jul 08 02:41:08.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74332026-07-08T02:41:09.178Z[ recovery-image] Jul 08 02:41:08.139 INFO O| Jul 08 02:41:08.139 INFO STEP 697 (remove_files) COMPLETE
74342026-07-08T02:41:09.183Z[ recovery-image] Jul 08 02:41:08.139 INFO O| Jul 08 02:41:08.139 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-08T02:41:09.186Z[ recovery-image] Jul 08 02:41:08.147 INFO O| Jul 08 02:41:08.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74362026-07-08T02:41:09.186Z[ recovery-image] Jul 08 02:41:08.147 INFO O| Jul 08 02:41:08.147 INFO STEP 698 (remove_files) COMPLETE
74372026-07-08T02:41:09.186Z[ recovery-image] Jul 08 02:41:08.147 INFO O| Jul 08 02:41:08.147 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-08T02:41:09.196Z[ recovery-image] Jul 08 02:41:08.156 INFO O| Jul 08 02:41:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74392026-07-08T02:41:09.196Z[ recovery-image] Jul 08 02:41:08.156 INFO O| Jul 08 02:41:08.156 INFO STEP 699 (remove_files) COMPLETE
74402026-07-08T02:41:09.199Z[ recovery-image] Jul 08 02:41:08.156 INFO O| Jul 08 02:41:08.156 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-08T02:41:09.204Z[ recovery-image] Jul 08 02:41:08.166 INFO O| Jul 08 02:41:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74422026-07-08T02:41:09.204Z[ recovery-image] Jul 08 02:41:08.166 INFO O| Jul 08 02:41:08.166 INFO STEP 700 (remove_files) COMPLETE
74432026-07-08T02:41:09.204Z[ recovery-image] Jul 08 02:41:08.166 INFO O| Jul 08 02:41:08.166 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-08T02:41:09.215Z[ recovery-image] Jul 08 02:41:08.177 INFO O| Jul 08 02:41:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74452026-07-08T02:41:09.215Z[ recovery-image] Jul 08 02:41:08.177 INFO O| Jul 08 02:41:08.177 INFO STEP 701 (remove_files) COMPLETE
74462026-07-08T02:41:09.219Z[ recovery-image] Jul 08 02:41:08.177 INFO O| Jul 08 02:41:08.177 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-08T02:41:09.225Z[ recovery-image] Jul 08 02:41:08.186 INFO O| Jul 08 02:41:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74482026-07-08T02:41:09.225Z[ recovery-image] Jul 08 02:41:08.186 INFO O| Jul 08 02:41:08.186 INFO STEP 702 (remove_files) COMPLETE
74492026-07-08T02:41:09.228Z[ recovery-image] Jul 08 02:41:08.186 INFO O| Jul 08 02:41:08.186 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-08T02:41:09.235Z[ recovery-image] Jul 08 02:41:08.195 INFO O| Jul 08 02:41:08.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74512026-07-08T02:41:09.235Z[ recovery-image] Jul 08 02:41:08.195 INFO O| Jul 08 02:41:08.195 INFO STEP 703 (remove_files) COMPLETE
74522026-07-08T02:41:09.238Z[ recovery-image] Jul 08 02:41:08.195 INFO O| Jul 08 02:41:08.195 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-08T02:41:09.242Z[ recovery-image] Jul 08 02:41:08.204 INFO O| Jul 08 02:41:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74542026-07-08T02:41:09.243Z[ recovery-image] Jul 08 02:41:08.204 INFO O| Jul 08 02:41:08.204 INFO STEP 704 (remove_files) COMPLETE
74552026-07-08T02:41:09.243Z[ recovery-image] Jul 08 02:41:08.204 INFO O| Jul 08 02:41:08.204 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-08T02:41:09.253Z[ recovery-image] Jul 08 02:41:08.214 INFO O| Jul 08 02:41:08.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74572026-07-08T02:41:09.253Z[ recovery-image] Jul 08 02:41:08.214 INFO O| Jul 08 02:41:08.214 INFO STEP 705 (remove_files) COMPLETE
74582026-07-08T02:41:09.253Z[ recovery-image] Jul 08 02:41:08.214 INFO O| Jul 08 02:41:08.214 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-08T02:41:09.262Z[ recovery-image] Jul 08 02:41:08.223 INFO O| Jul 08 02:41:08.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74602026-07-08T02:41:09.265Z[ recovery-image] Jul 08 02:41:08.223 INFO O| Jul 08 02:41:08.223 INFO STEP 706 (remove_files) COMPLETE
74612026-07-08T02:41:09.265Z[ recovery-image] Jul 08 02:41:08.224 INFO O| Jul 08 02:41:08.223 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-08T02:41:09.271Z[ recovery-image] Jul 08 02:41:08.233 INFO O| Jul 08 02:41:08.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74632026-07-08T02:41:09.274Z[ recovery-image] Jul 08 02:41:08.233 INFO O| Jul 08 02:41:08.233 INFO STEP 707 (remove_files) COMPLETE
74642026-07-08T02:41:09.274Z[ recovery-image] Jul 08 02:41:08.233 INFO O| Jul 08 02:41:08.233 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-08T02:41:09.280Z[ recovery-image] Jul 08 02:41:08.242 INFO O| Jul 08 02:41:08.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74662026-07-08T02:41:09.281Z[ recovery-image] Jul 08 02:41:08.242 INFO O| Jul 08 02:41:08.242 INFO STEP 708 (remove_files) COMPLETE
74672026-07-08T02:41:09.284Z[ recovery-image] Jul 08 02:41:08.242 INFO O| Jul 08 02:41:08.242 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-08T02:41:09.289Z[ recovery-image] Jul 08 02:41:08.251 INFO O| Jul 08 02:41:08.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74692026-07-08T02:41:09.289Z[ recovery-image] Jul 08 02:41:08.251 INFO O| Jul 08 02:41:08.251 INFO STEP 709 (remove_files) COMPLETE
74702026-07-08T02:41:09.289Z[ recovery-image] Jul 08 02:41:08.251 INFO O| Jul 08 02:41:08.251 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-08T02:41:09.300Z[ recovery-image] Jul 08 02:41:08.261 INFO O| Jul 08 02:41:08.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74722026-07-08T02:41:09.300Z[ recovery-image] Jul 08 02:41:08.261 INFO O| Jul 08 02:41:08.261 INFO STEP 710 (remove_files) COMPLETE
74732026-07-08T02:41:09.305Z[ recovery-image] Jul 08 02:41:08.261 INFO O| Jul 08 02:41:08.261 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-08T02:41:09.309Z[ recovery-image] Jul 08 02:41:08.271 INFO O| Jul 08 02:41:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74752026-07-08T02:41:09.309Z[ recovery-image] Jul 08 02:41:08.271 INFO O| Jul 08 02:41:08.271 INFO STEP 711 (remove_files) COMPLETE
74762026-07-08T02:41:09.315Z[ recovery-image] Jul 08 02:41:08.271 INFO O| Jul 08 02:41:08.271 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.283 INFO O| Jul 08 02:41:08.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74782026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.283 INFO O| Jul 08 02:41:08.283 INFO STEP 712 (remove_files) COMPLETE
74792026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.283 INFO O| Jul 08 02:41:08.283 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74812026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.298 INFO STEP 713 (remove_files) COMPLETE
74822026-07-08T02:41:09.373Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.298 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-08T02:41:09.377Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74842026-07-08T02:41:09.378Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.313 INFO STEP 714 (remove_files) COMPLETE
74852026-07-08T02:41:09.378Z[ recovery-image] Jul 08 02:41:08.319 INFO O| Jul 08 02:41:08.313 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-08T02:41:09.378Z[ recovery-image] Jul 08 02:41:08.328 INFO O| Jul 08 02:41:08.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74872026-07-08T02:41:09.378Z[ recovery-image] Jul 08 02:41:08.328 INFO O| Jul 08 02:41:08.326 INFO STEP 715 (remove_files) COMPLETE
74882026-07-08T02:41:09.378Z[ recovery-image] Jul 08 02:41:08.328 INFO O| Jul 08 02:41:08.326 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-08T02:41:09.382Z[ recovery-image] Jul 08 02:41:08.341 INFO O| Jul 08 02:41:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74902026-07-08T02:41:09.382Z[ recovery-image] Jul 08 02:41:08.341 INFO O| Jul 08 02:41:08.340 INFO STEP 716 (remove_files) COMPLETE
74912026-07-08T02:41:09.382Z[ recovery-image] Jul 08 02:41:08.341 INFO O| Jul 08 02:41:08.340 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-08T02:41:09.392Z[ recovery-image] Jul 08 02:41:08.353 INFO O| Jul 08 02:41:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74932026-07-08T02:41:09.392Z[ recovery-image] Jul 08 02:41:08.353 INFO O| Jul 08 02:41:08.352 INFO STEP 717 (remove_files) COMPLETE
74942026-07-08T02:41:09.392Z[ recovery-image] Jul 08 02:41:08.353 INFO O| Jul 08 02:41:08.352 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-08T02:41:09.407Z[ recovery-image] Jul 08 02:41:08.364 INFO O| Jul 08 02:41:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74962026-07-08T02:41:09.407Z[ recovery-image] Jul 08 02:41:08.364 INFO O| Jul 08 02:41:08.363 INFO STEP 718 (remove_files) COMPLETE
74972026-07-08T02:41:09.407Z[ recovery-image] Jul 08 02:41:08.364 INFO O| Jul 08 02:41:08.363 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-08T02:41:09.419Z[ recovery-image] Jul 08 02:41:08.374 INFO O| Jul 08 02:41:08.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74992026-07-08T02:41:09.422Z[ recovery-image] Jul 08 02:41:08.374 INFO O| Jul 08 02:41:08.372 INFO STEP 719 (remove_files) COMPLETE
75002026-07-08T02:41:09.422Z[ recovery-image] Jul 08 02:41:08.374 INFO O| Jul 08 02:41:08.372 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-08T02:41:09.422Z[ recovery-image] Jul 08 02:41:08.380 INFO O| Jul 08 02:41:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75022026-07-08T02:41:09.422Z[ recovery-image] Jul 08 02:41:08.380 INFO O| Jul 08 02:41:08.380 INFO STEP 720 (remove_files) COMPLETE
75032026-07-08T02:41:09.422Z[ recovery-image] Jul 08 02:41:08.380 INFO O| Jul 08 02:41:08.380 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-08T02:41:09.429Z[ recovery-image] Jul 08 02:41:08.390 INFO O| Jul 08 02:41:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75052026-07-08T02:41:09.429Z[ recovery-image] Jul 08 02:41:08.391 INFO O| Jul 08 02:41:08.391 INFO STEP 721 (remove_files) COMPLETE
75062026-07-08T02:41:09.429Z[ recovery-image] Jul 08 02:41:08.391 INFO O| Jul 08 02:41:08.391 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-08T02:41:09.440Z[ recovery-image] Jul 08 02:41:08.401 INFO O| Jul 08 02:41:08.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75082026-07-08T02:41:09.440Z[ recovery-image] Jul 08 02:41:08.401 INFO O| Jul 08 02:41:08.401 INFO STEP 722 (remove_files) COMPLETE
75092026-07-08T02:41:09.444Z[ recovery-image] Jul 08 02:41:08.401 INFO O| Jul 08 02:41:08.401 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-08T02:41:09.450Z[ recovery-image] Jul 08 02:41:08.412 INFO O| Jul 08 02:41:08.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75112026-07-08T02:41:09.450Z[ recovery-image] Jul 08 02:41:08.412 INFO O| Jul 08 02:41:08.412 INFO STEP 723 (remove_files) COMPLETE
75122026-07-08T02:41:09.453Z[ recovery-image] Jul 08 02:41:08.412 INFO O| Jul 08 02:41:08.412 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-08T02:41:09.459Z[ recovery-image] Jul 08 02:41:08.421 INFO O| Jul 08 02:41:08.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75142026-07-08T02:41:09.462Z[ recovery-image] Jul 08 02:41:08.422 INFO O| Jul 08 02:41:08.421 INFO STEP 724 (remove_files) COMPLETE
75152026-07-08T02:41:09.463Z[ recovery-image] Jul 08 02:41:08.422 INFO O| Jul 08 02:41:08.422 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-08T02:41:09.470Z[ recovery-image] Jul 08 02:41:08.432 INFO O| Jul 08 02:41:08.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75172026-07-08T02:41:09.470Z[ recovery-image] Jul 08 02:41:08.432 INFO O| Jul 08 02:41:08.432 INFO STEP 725 (remove_files) COMPLETE
75182026-07-08T02:41:09.473Z[ recovery-image] Jul 08 02:41:08.432 INFO O| Jul 08 02:41:08.432 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-08T02:41:09.478Z[ recovery-image] Jul 08 02:41:08.440 INFO O| Jul 08 02:41:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75202026-07-08T02:41:09.481Z[ recovery-image] Jul 08 02:41:08.440 INFO O| Jul 08 02:41:08.440 INFO STEP 726 (remove_files) COMPLETE
75212026-07-08T02:41:09.482Z[ recovery-image] Jul 08 02:41:08.440 INFO O| Jul 08 02:41:08.440 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-08T02:41:09.489Z[ recovery-image] Jul 08 02:41:08.451 INFO O| Jul 08 02:41:08.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75232026-07-08T02:41:09.492Z[ recovery-image] Jul 08 02:41:08.451 INFO O| Jul 08 02:41:08.451 INFO STEP 727 (remove_files) COMPLETE
75242026-07-08T02:41:09.492Z[ recovery-image] Jul 08 02:41:08.451 INFO O| Jul 08 02:41:08.451 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-08T02:41:09.500Z[ recovery-image] Jul 08 02:41:08.461 INFO O| Jul 08 02:41:08.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75262026-07-08T02:41:09.503Z[ recovery-image] Jul 08 02:41:08.461 INFO O| Jul 08 02:41:08.461 INFO STEP 728 (remove_files) COMPLETE
75272026-07-08T02:41:09.503Z[ recovery-image] Jul 08 02:41:08.461 INFO O| Jul 08 02:41:08.461 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-08T02:41:09.510Z[ recovery-image] Jul 08 02:41:08.472 INFO O| Jul 08 02:41:08.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75292026-07-08T02:41:09.513Z[ recovery-image] Jul 08 02:41:08.472 INFO O| Jul 08 02:41:08.472 INFO STEP 729 (remove_files) COMPLETE
75302026-07-08T02:41:09.513Z[ recovery-image] Jul 08 02:41:08.472 INFO O| Jul 08 02:41:08.472 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-08T02:41:09.521Z[ recovery-image] Jul 08 02:41:08.482 INFO O| Jul 08 02:41:08.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75322026-07-08T02:41:09.521Z[ recovery-image] Jul 08 02:41:08.482 INFO O| Jul 08 02:41:08.482 INFO STEP 730 (remove_files) COMPLETE
75332026-07-08T02:41:09.521Z[ recovery-image] Jul 08 02:41:08.482 INFO O| Jul 08 02:41:08.482 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-08T02:41:09.532Z[ recovery-image] Jul 08 02:41:08.493 INFO O| Jul 08 02:41:08.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75352026-07-08T02:41:09.532Z[ recovery-image] Jul 08 02:41:08.493 INFO O| Jul 08 02:41:08.493 INFO STEP 731 (remove_files) COMPLETE
75362026-07-08T02:41:09.532Z[ recovery-image] Jul 08 02:41:08.493 INFO O| Jul 08 02:41:08.493 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-08T02:41:09.542Z[ recovery-image] Jul 08 02:41:08.504 INFO O| Jul 08 02:41:08.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75382026-07-08T02:41:09.542Z[ recovery-image] Jul 08 02:41:08.504 INFO O| Jul 08 02:41:08.504 INFO STEP 732 (remove_files) COMPLETE
75392026-07-08T02:41:09.545Z[ recovery-image] Jul 08 02:41:08.504 INFO O| Jul 08 02:41:08.504 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-08T02:41:09.553Z[ recovery-image] Jul 08 02:41:08.515 INFO O| Jul 08 02:41:08.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75412026-07-08T02:41:09.553Z[ recovery-image] Jul 08 02:41:08.515 INFO O| Jul 08 02:41:08.515 INFO STEP 733 (remove_files) COMPLETE
75422026-07-08T02:41:09.556Z[ recovery-image] Jul 08 02:41:08.515 INFO O| Jul 08 02:41:08.515 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-08T02:41:09.562Z[ recovery-image] Jul 08 02:41:08.523 INFO O| Jul 08 02:41:08.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75442026-07-08T02:41:09.562Z[ recovery-image] Jul 08 02:41:08.523 INFO O| Jul 08 02:41:08.523 INFO STEP 734 (remove_files) COMPLETE
75452026-07-08T02:41:09.562Z[ recovery-image] Jul 08 02:41:08.523 INFO O| Jul 08 02:41:08.523 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-08T02:41:09.572Z[ recovery-image] Jul 08 02:41:08.533 INFO O| Jul 08 02:41:08.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75472026-07-08T02:41:09.572Z[ recovery-image] Jul 08 02:41:08.533 INFO O| Jul 08 02:41:08.533 INFO STEP 735 (remove_files) COMPLETE
75482026-07-08T02:41:09.572Z[ recovery-image] Jul 08 02:41:08.533 INFO O| Jul 08 02:41:08.533 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-08T02:41:09.580Z[ recovery-image] Jul 08 02:41:08.542 INFO O| Jul 08 02:41:08.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75502026-07-08T02:41:09.580Z[ recovery-image] Jul 08 02:41:08.542 INFO O| Jul 08 02:41:08.542 INFO STEP 736 (remove_files) COMPLETE
75512026-07-08T02:41:09.580Z[ recovery-image] Jul 08 02:41:08.542 INFO O| Jul 08 02:41:08.542 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-08T02:41:09.590Z[ recovery-image] Jul 08 02:41:08.551 INFO O| Jul 08 02:41:08.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75532026-07-08T02:41:09.593Z[ recovery-image] Jul 08 02:41:08.552 INFO O| Jul 08 02:41:08.551 INFO STEP 737 (remove_files) COMPLETE
75542026-07-08T02:41:09.593Z[ recovery-image] Jul 08 02:41:08.552 INFO O| Jul 08 02:41:08.551 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-08T02:41:09.600Z[ recovery-image] Jul 08 02:41:08.561 INFO O| Jul 08 02:41:08.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75562026-07-08T02:41:09.600Z[ recovery-image] Jul 08 02:41:08.561 INFO O| Jul 08 02:41:08.561 INFO STEP 738 (remove_files) COMPLETE
75572026-07-08T02:41:09.603Z[ recovery-image] Jul 08 02:41:08.561 INFO O| Jul 08 02:41:08.561 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-08T02:41:09.611Z[ recovery-image] Jul 08 02:41:08.572 INFO O| Jul 08 02:41:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75592026-07-08T02:41:09.611Z[ recovery-image] Jul 08 02:41:08.572 INFO O| Jul 08 02:41:08.572 INFO STEP 739 (remove_files) COMPLETE
75602026-07-08T02:41:09.611Z[ recovery-image] Jul 08 02:41:08.572 INFO O| Jul 08 02:41:08.572 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-08T02:41:09.620Z[ recovery-image] Jul 08 02:41:08.581 INFO O| Jul 08 02:41:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75622026-07-08T02:41:09.620Z[ recovery-image] Jul 08 02:41:08.581 INFO O| Jul 08 02:41:08.581 INFO STEP 740 (remove_files) COMPLETE
75632026-07-08T02:41:09.624Z[ recovery-image] Jul 08 02:41:08.581 INFO O| Jul 08 02:41:08.581 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-08T02:41:09.631Z[ recovery-image] Jul 08 02:41:08.592 INFO O| Jul 08 02:41:08.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75652026-07-08T02:41:09.631Z[ recovery-image] Jul 08 02:41:08.593 INFO O| Jul 08 02:41:08.593 INFO STEP 741 (remove_files) COMPLETE
75662026-07-08T02:41:09.635Z[ recovery-image] Jul 08 02:41:08.593 INFO O| Jul 08 02:41:08.593 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-08T02:41:09.642Z[ recovery-image] Jul 08 02:41:08.603 INFO O| Jul 08 02:41:08.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75682026-07-08T02:41:09.642Z[ recovery-image] Jul 08 02:41:08.603 INFO O| Jul 08 02:41:08.603 INFO STEP 742 (remove_files) COMPLETE
75692026-07-08T02:41:09.645Z[ recovery-image] Jul 08 02:41:08.603 INFO O| Jul 08 02:41:08.603 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-08T02:41:09.652Z[ recovery-image] Jul 08 02:41:08.613 INFO O| Jul 08 02:41:08.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75712026-07-08T02:41:09.652Z[ recovery-image] Jul 08 02:41:08.613 INFO O| Jul 08 02:41:08.613 INFO STEP 743 (remove_files) COMPLETE
75722026-07-08T02:41:09.655Z[ recovery-image] Jul 08 02:41:08.613 INFO O| Jul 08 02:41:08.613 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-08T02:41:09.661Z[ recovery-image] Jul 08 02:41:08.623 INFO O| Jul 08 02:41:08.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75742026-07-08T02:41:09.661Z[ recovery-image] Jul 08 02:41:08.623 INFO O| Jul 08 02:41:08.623 INFO STEP 744 (remove_files) COMPLETE
75752026-07-08T02:41:09.665Z[ recovery-image] Jul 08 02:41:08.623 INFO O| Jul 08 02:41:08.623 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-08T02:41:09.673Z[ recovery-image] Jul 08 02:41:08.635 INFO O| Jul 08 02:41:08.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75772026-07-08T02:41:09.673Z[ recovery-image] Jul 08 02:41:08.635 INFO O| Jul 08 02:41:08.635 INFO STEP 745 (remove_files) COMPLETE
75782026-07-08T02:41:09.677Z[ recovery-image] Jul 08 02:41:08.635 INFO O| Jul 08 02:41:08.635 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-08T02:41:09.684Z[ recovery-image] Jul 08 02:41:08.645 INFO O| Jul 08 02:41:08.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75802026-07-08T02:41:09.684Z[ recovery-image] Jul 08 02:41:08.645 INFO O| Jul 08 02:41:08.645 INFO STEP 746 (remove_files) COMPLETE
75812026-07-08T02:41:09.687Z[ recovery-image] Jul 08 02:41:08.646 INFO O| Jul 08 02:41:08.645 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-08T02:41:09.694Z[ recovery-image] Jul 08 02:41:08.656 INFO O| Jul 08 02:41:08.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75832026-07-08T02:41:09.698Z[ recovery-image] Jul 08 02:41:08.656 INFO O| Jul 08 02:41:08.656 INFO STEP 747 (remove_files) COMPLETE
75842026-07-08T02:41:09.698Z[ recovery-image] Jul 08 02:41:08.656 INFO O| Jul 08 02:41:08.656 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-08T02:41:09.706Z[ recovery-image] Jul 08 02:41:08.667 INFO O| Jul 08 02:41:08.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75862026-07-08T02:41:09.709Z[ recovery-image] Jul 08 02:41:08.667 INFO O| Jul 08 02:41:08.667 INFO STEP 748 (remove_files) COMPLETE
75872026-07-08T02:41:09.709Z[ recovery-image] Jul 08 02:41:08.667 INFO O| Jul 08 02:41:08.667 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-08T02:41:09.718Z[ recovery-image] Jul 08 02:41:08.679 INFO O| Jul 08 02:41:08.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75892026-07-08T02:41:09.718Z[ recovery-image] Jul 08 02:41:08.679 INFO O| Jul 08 02:41:08.679 INFO STEP 749 (remove_files) COMPLETE
75902026-07-08T02:41:09.721Z[ recovery-image] Jul 08 02:41:08.679 INFO O| Jul 08 02:41:08.679 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-08T02:41:09.730Z[ recovery-image] Jul 08 02:41:08.691 INFO O| Jul 08 02:41:08.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75922026-07-08T02:41:09.730Z[ recovery-image] Jul 08 02:41:08.691 INFO O| Jul 08 02:41:08.691 INFO STEP 750 (remove_files) COMPLETE
75932026-07-08T02:41:09.734Z[ recovery-image] Jul 08 02:41:08.691 INFO O| Jul 08 02:41:08.691 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-08T02:41:09.740Z[ recovery-image] Jul 08 02:41:08.701 INFO O| Jul 08 02:41:08.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75952026-07-08T02:41:09.740Z[ recovery-image] Jul 08 02:41:08.701 INFO O| Jul 08 02:41:08.701 INFO STEP 751 (remove_files) COMPLETE
75962026-07-08T02:41:09.740Z[ recovery-image] Jul 08 02:41:08.701 INFO O| Jul 08 02:41:08.701 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-08T02:41:09.751Z[ recovery-image] Jul 08 02:41:08.712 INFO O| Jul 08 02:41:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75982026-07-08T02:41:09.751Z[ recovery-image] Jul 08 02:41:08.712 INFO O| Jul 08 02:41:08.712 INFO STEP 752 (remove_files) COMPLETE
75992026-07-08T02:41:09.754Z[ recovery-image] Jul 08 02:41:08.712 INFO O| Jul 08 02:41:08.712 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-08T02:41:09.761Z[ recovery-image] Jul 08 02:41:08.722 INFO O| Jul 08 02:41:08.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76012026-07-08T02:41:09.764Z[ recovery-image] Jul 08 02:41:08.723 INFO O| Jul 08 02:41:08.723 INFO STEP 753 (remove_files) COMPLETE
76022026-07-08T02:41:09.764Z[ recovery-image] Jul 08 02:41:08.723 INFO O| Jul 08 02:41:08.723 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-08T02:41:09.772Z[ recovery-image] Jul 08 02:41:08.733 INFO O| Jul 08 02:41:08.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76042026-07-08T02:41:09.772Z[ recovery-image] Jul 08 02:41:08.733 INFO O| Jul 08 02:41:08.733 INFO STEP 754 (remove_files) COMPLETE
76052026-07-08T02:41:09.775Z[ recovery-image] Jul 08 02:41:08.733 INFO O| Jul 08 02:41:08.733 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.741 INFO O| Jul 08 02:41:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76072026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.741 INFO O| Jul 08 02:41:08.741 INFO STEP 755 (remove_files) COMPLETE
76082026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.741 INFO O| Jul 08 02:41:08.741 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.749 INFO O| Jul 08 02:41:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76102026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.749 INFO O| Jul 08 02:41:08.749 INFO STEP 756 (remove_files) COMPLETE
76112026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.749 INFO O| Jul 08 02:41:08.749 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.760 INFO O| Jul 08 02:41:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76132026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.760 INFO O| Jul 08 02:41:08.760 INFO STEP 757 (remove_files) COMPLETE
76142026-07-08T02:41:09.803Z[ recovery-image] Jul 08 02:41:08.760 INFO O| Jul 08 02:41:08.760 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-08T02:41:09.807Z[ recovery-image] Jul 08 02:41:08.768 INFO O| Jul 08 02:41:08.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76162026-07-08T02:41:09.810Z[ recovery-image] Jul 08 02:41:08.769 INFO O| Jul 08 02:41:08.769 INFO STEP 758 (remove_files) COMPLETE
76172026-07-08T02:41:09.810Z[ recovery-image] Jul 08 02:41:08.769 INFO O| Jul 08 02:41:08.769 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-08T02:41:09.815Z[ recovery-image] Jul 08 02:41:08.776 INFO O| Jul 08 02:41:08.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76192026-07-08T02:41:09.818Z[ recovery-image] Jul 08 02:41:08.776 INFO O| Jul 08 02:41:08.776 INFO STEP 759 (remove_files) COMPLETE
76202026-07-08T02:41:09.818Z[ recovery-image] Jul 08 02:41:08.776 INFO O| Jul 08 02:41:08.776 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-08T02:41:09.823Z[ recovery-image] Jul 08 02:41:08.784 INFO O| Jul 08 02:41:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76222026-07-08T02:41:09.826Z[ recovery-image] Jul 08 02:41:08.784 INFO O| Jul 08 02:41:08.784 INFO STEP 760 (remove_files) COMPLETE
76232026-07-08T02:41:09.826Z[ recovery-image] Jul 08 02:41:08.784 INFO O| Jul 08 02:41:08.784 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-08T02:41:09.831Z[ recovery-image] Jul 08 02:41:08.793 INFO O| Jul 08 02:41:08.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76252026-07-08T02:41:09.834Z[ recovery-image] Jul 08 02:41:08.793 INFO O| Jul 08 02:41:08.793 INFO STEP 761 (remove_files) COMPLETE
76262026-07-08T02:41:09.834Z[ recovery-image] Jul 08 02:41:08.793 INFO O| Jul 08 02:41:08.793 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-08T02:41:09.845Z[ recovery-image] Jul 08 02:41:08.804 INFO O| Jul 08 02:41:08.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76282026-07-08T02:41:09.845Z[ recovery-image] Jul 08 02:41:08.804 INFO O| Jul 08 02:41:08.804 INFO STEP 762 (remove_files) COMPLETE
76292026-07-08T02:41:09.846Z[ recovery-image] Jul 08 02:41:08.804 INFO O| Jul 08 02:41:08.804 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-08T02:41:09.852Z[ recovery-image] Jul 08 02:41:08.813 INFO O| Jul 08 02:41:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76312026-07-08T02:41:09.852Z[ recovery-image] Jul 08 02:41:08.813 INFO O| Jul 08 02:41:08.813 INFO STEP 763 (remove_files) COMPLETE
76322026-07-08T02:41:09.856Z[ recovery-image] Jul 08 02:41:08.813 INFO O| Jul 08 02:41:08.813 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-08T02:41:09.860Z[ recovery-image] Jul 08 02:41:08.821 INFO O| Jul 08 02:41:08.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76342026-07-08T02:41:09.863Z[ recovery-image] Jul 08 02:41:08.821 INFO O| Jul 08 02:41:08.821 INFO STEP 764 (remove_files) COMPLETE
76352026-07-08T02:41:09.863Z[ recovery-image] Jul 08 02:41:08.821 INFO O| Jul 08 02:41:08.821 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-08T02:41:09.868Z[ recovery-image] Jul 08 02:41:08.829 INFO O| Jul 08 02:41:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76372026-07-08T02:41:09.871Z[ recovery-image] Jul 08 02:41:08.829 INFO O| Jul 08 02:41:08.829 INFO STEP 765 (remove_files) COMPLETE
76382026-07-08T02:41:09.871Z[ recovery-image] Jul 08 02:41:08.829 INFO O| Jul 08 02:41:08.829 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-08T02:41:09.879Z[ recovery-image] Jul 08 02:41:08.840 INFO O| Jul 08 02:41:08.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76402026-07-08T02:41:09.879Z[ recovery-image] Jul 08 02:41:08.840 INFO O| Jul 08 02:41:08.840 INFO STEP 766 (remove_files) COMPLETE
76412026-07-08T02:41:09.879Z[ recovery-image] Jul 08 02:41:08.840 INFO O| Jul 08 02:41:08.840 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-08T02:41:09.888Z[ recovery-image] Jul 08 02:41:08.850 INFO O| Jul 08 02:41:08.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76432026-07-08T02:41:09.891Z[ recovery-image] Jul 08 02:41:08.850 INFO O| Jul 08 02:41:08.850 INFO STEP 767 (remove_files) COMPLETE
76442026-07-08T02:41:09.891Z[ recovery-image] Jul 08 02:41:08.850 INFO O| Jul 08 02:41:08.850 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-08T02:41:09.898Z[ recovery-image] Jul 08 02:41:08.859 INFO O| Jul 08 02:41:08.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76462026-07-08T02:41:09.898Z[ recovery-image] Jul 08 02:41:08.859 INFO O| Jul 08 02:41:08.859 INFO STEP 768 (remove_files) COMPLETE
76472026-07-08T02:41:09.901Z[ recovery-image] Jul 08 02:41:08.859 INFO O| Jul 08 02:41:08.859 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-08T02:41:09.906Z[ recovery-image] Jul 08 02:41:08.867 INFO O| Jul 08 02:41:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76492026-07-08T02:41:09.910Z[ recovery-image] Jul 08 02:41:08.867 INFO O| Jul 08 02:41:08.867 INFO STEP 769 (remove_files) COMPLETE
76502026-07-08T02:41:09.910Z[ recovery-image] Jul 08 02:41:08.867 INFO O| Jul 08 02:41:08.867 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-08T02:41:09.914Z[ recovery-image] Jul 08 02:41:08.876 INFO O| Jul 08 02:41:08.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76522026-07-08T02:41:09.917Z[ recovery-image] Jul 08 02:41:08.876 INFO O| Jul 08 02:41:08.876 INFO STEP 770 (remove_files) COMPLETE
76532026-07-08T02:41:09.917Z[ recovery-image] Jul 08 02:41:08.876 INFO O| Jul 08 02:41:08.876 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-08T02:41:09.923Z[ recovery-image] Jul 08 02:41:08.884 INFO O| Jul 08 02:41:08.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76552026-07-08T02:41:09.923Z[ recovery-image] Jul 08 02:41:08.884 INFO O| Jul 08 02:41:08.884 INFO STEP 771 (remove_files) COMPLETE
76562026-07-08T02:41:09.926Z[ recovery-image] Jul 08 02:41:08.884 INFO O| Jul 08 02:41:08.884 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-08T02:41:09.932Z[ recovery-image] Jul 08 02:41:08.893 INFO O| Jul 08 02:41:08.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76582026-07-08T02:41:09.932Z[ recovery-image] Jul 08 02:41:08.893 INFO O| Jul 08 02:41:08.893 INFO STEP 772 (remove_files) COMPLETE
76592026-07-08T02:41:09.932Z[ recovery-image] Jul 08 02:41:08.893 INFO O| Jul 08 02:41:08.893 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-08T02:41:09.940Z[ recovery-image] Jul 08 02:41:08.902 INFO O| Jul 08 02:41:08.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76612026-07-08T02:41:09.940Z[ recovery-image] Jul 08 02:41:08.902 INFO O| Jul 08 02:41:08.902 INFO STEP 773 (remove_files) COMPLETE
76622026-07-08T02:41:09.943Z[ recovery-image] Jul 08 02:41:08.902 INFO O| Jul 08 02:41:08.902 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-08T02:41:09.950Z[ recovery-image] Jul 08 02:41:08.912 INFO O| Jul 08 02:41:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76642026-07-08T02:41:09.950Z[ recovery-image] Jul 08 02:41:08.912 INFO O| Jul 08 02:41:08.912 INFO STEP 774 (remove_files) COMPLETE
76652026-07-08T02:41:09.950Z[ recovery-image] Jul 08 02:41:08.912 INFO O| Jul 08 02:41:08.912 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-08T02:41:09.958Z[ recovery-image] Jul 08 02:41:08.920 INFO O| Jul 08 02:41:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76672026-07-08T02:41:09.962Z[ recovery-image] Jul 08 02:41:08.920 INFO O| Jul 08 02:41:08.920 INFO STEP 775 (remove_files) COMPLETE
76682026-07-08T02:41:09.962Z[ recovery-image] Jul 08 02:41:08.920 INFO O| Jul 08 02:41:08.920 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-08T02:41:09.968Z[ recovery-image] Jul 08 02:41:08.929 INFO O| Jul 08 02:41:08.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76702026-07-08T02:41:09.968Z[ recovery-image] Jul 08 02:41:08.929 INFO O| Jul 08 02:41:08.929 INFO STEP 776 (remove_files) COMPLETE
76712026-07-08T02:41:09.971Z[ recovery-image] Jul 08 02:41:08.929 INFO O| Jul 08 02:41:08.929 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-08T02:41:09.977Z[ recovery-image] Jul 08 02:41:08.938 INFO O| Jul 08 02:41:08.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76732026-07-08T02:41:09.980Z[ recovery-image] Jul 08 02:41:08.938 INFO O| Jul 08 02:41:08.938 INFO STEP 777 (remove_files) COMPLETE
76742026-07-08T02:41:09.980Z[ recovery-image] Jul 08 02:41:08.938 INFO O| Jul 08 02:41:08.938 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-08T02:41:09.986Z[ recovery-image] Jul 08 02:41:08.948 INFO O| Jul 08 02:41:08.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76762026-07-08T02:41:09.986Z[ recovery-image] Jul 08 02:41:08.948 INFO O| Jul 08 02:41:08.948 INFO STEP 778 (remove_files) COMPLETE
76772026-07-08T02:41:09.989Z[ recovery-image] Jul 08 02:41:08.948 INFO O| Jul 08 02:41:08.948 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-08T02:41:09.994Z[ recovery-image] Jul 08 02:41:08.956 INFO O| Jul 08 02:41:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76792026-07-08T02:41:09.994Z[ recovery-image] Jul 08 02:41:08.956 INFO O| Jul 08 02:41:08.956 INFO STEP 779 (remove_files) COMPLETE
76802026-07-08T02:41:09.994Z[ recovery-image] Jul 08 02:41:08.956 INFO O| Jul 08 02:41:08.956 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-08T02:41:10.004Z[ recovery-image] Jul 08 02:41:08.966 INFO O| Jul 08 02:41:08.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76822026-07-08T02:41:10.004Z[ recovery-image] Jul 08 02:41:08.966 INFO O| Jul 08 02:41:08.966 INFO STEP 780 (remove_files) COMPLETE
76832026-07-08T02:41:10.007Z[ recovery-image] Jul 08 02:41:08.966 INFO O| Jul 08 02:41:08.966 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-08T02:41:10.013Z[ recovery-image] Jul 08 02:41:08.975 INFO O| Jul 08 02:41:08.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76852026-07-08T02:41:10.018Z[ recovery-image] Jul 08 02:41:08.975 INFO O| Jul 08 02:41:08.975 INFO STEP 781 (remove_files) COMPLETE
76862026-07-08T02:41:10.018Z[ recovery-image] Jul 08 02:41:08.975 INFO O| Jul 08 02:41:08.975 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-08T02:41:10.023Z[ recovery-image] Jul 08 02:41:08.985 INFO O| Jul 08 02:41:08.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76882026-07-08T02:41:10.024Z[ recovery-image] Jul 08 02:41:08.985 INFO O| Jul 08 02:41:08.985 INFO STEP 782 (remove_files) COMPLETE
76892026-07-08T02:41:10.027Z[ recovery-image] Jul 08 02:41:08.985 INFO O| Jul 08 02:41:08.985 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-08T02:41:10.032Z[ recovery-image] Jul 08 02:41:08.993 INFO O| Jul 08 02:41:08.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76912026-07-08T02:41:10.032Z[ recovery-image] Jul 08 02:41:08.993 INFO O| Jul 08 02:41:08.993 INFO STEP 783 (remove_files) COMPLETE
76922026-07-08T02:41:10.036Z[ recovery-image] Jul 08 02:41:08.993 INFO O| Jul 08 02:41:08.993 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-08T02:41:10.040Z[ recovery-image] Jul 08 02:41:09.001 INFO O| Jul 08 02:41:09.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76942026-07-08T02:41:10.040Z[ recovery-image] Jul 08 02:41:09.001 INFO O| Jul 08 02:41:09.001 INFO STEP 784 (remove_files) COMPLETE
76952026-07-08T02:41:10.043Z[ recovery-image] Jul 08 02:41:09.001 INFO O| Jul 08 02:41:09.001 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-08T02:41:10.049Z[ recovery-image] Jul 08 02:41:09.011 INFO O| Jul 08 02:41:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76972026-07-08T02:41:10.049Z[ recovery-image] Jul 08 02:41:09.011 INFO O| Jul 08 02:41:09.011 INFO STEP 785 (remove_files) COMPLETE
76982026-07-08T02:41:10.052Z[ recovery-image] Jul 08 02:41:09.011 INFO O| Jul 08 02:41:09.011 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-08T02:41:10.057Z[ recovery-image] Jul 08 02:41:09.018 INFO O| Jul 08 02:41:09.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77002026-07-08T02:41:10.057Z[ recovery-image] Jul 08 02:41:09.018 INFO O| Jul 08 02:41:09.018 INFO STEP 786 (remove_files) COMPLETE
77012026-07-08T02:41:10.060Z[ recovery-image] Jul 08 02:41:09.018 INFO O| Jul 08 02:41:09.018 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-08T02:41:10.065Z[ recovery-image] Jul 08 02:41:09.026 INFO O| Jul 08 02:41:09.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77032026-07-08T02:41:10.068Z[ recovery-image] Jul 08 02:41:09.027 INFO O| Jul 08 02:41:09.026 INFO STEP 787 (remove_files) COMPLETE
77042026-07-08T02:41:10.068Z[ recovery-image] Jul 08 02:41:09.027 INFO O| Jul 08 02:41:09.027 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-08T02:41:10.074Z[ recovery-image] Jul 08 02:41:09.036 INFO O| Jul 08 02:41:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77062026-07-08T02:41:10.079Z[ recovery-image] Jul 08 02:41:09.036 INFO O| Jul 08 02:41:09.036 INFO STEP 788 (remove_files) COMPLETE
77072026-07-08T02:41:10.079Z[ recovery-image] Jul 08 02:41:09.036 INFO O| Jul 08 02:41:09.036 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-08T02:41:10.083Z[ recovery-image] Jul 08 02:41:09.044 INFO O| Jul 08 02:41:09.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77092026-07-08T02:41:10.086Z[ recovery-image] Jul 08 02:41:09.044 INFO O| Jul 08 02:41:09.044 INFO STEP 789 (remove_files) COMPLETE
77102026-07-08T02:41:10.086Z[ recovery-image] Jul 08 02:41:09.044 INFO O| Jul 08 02:41:09.044 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-08T02:41:10.093Z[ recovery-image] Jul 08 02:41:09.054 INFO O| Jul 08 02:41:09.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77122026-07-08T02:41:10.096Z[ recovery-image] Jul 08 02:41:09.054 INFO O| Jul 08 02:41:09.054 INFO STEP 790 (remove_files) COMPLETE
77132026-07-08T02:41:10.096Z[ recovery-image] Jul 08 02:41:09.054 INFO O| Jul 08 02:41:09.054 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-08T02:41:10.101Z[ recovery-image] Jul 08 02:41:09.062 INFO O| Jul 08 02:41:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77152026-07-08T02:41:10.101Z[ recovery-image] Jul 08 02:41:09.062 INFO O| Jul 08 02:41:09.062 INFO STEP 791 (remove_files) COMPLETE
77162026-07-08T02:41:10.104Z[ recovery-image] Jul 08 02:41:09.062 INFO O| Jul 08 02:41:09.062 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-08T02:41:10.111Z[ recovery-image] Jul 08 02:41:09.073 INFO O| Jul 08 02:41:09.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77182026-07-08T02:41:10.111Z[ recovery-image] Jul 08 02:41:09.073 INFO O| Jul 08 02:41:09.073 INFO STEP 792 (remove_files) COMPLETE
77192026-07-08T02:41:10.114Z[ recovery-image] Jul 08 02:41:09.073 INFO O| Jul 08 02:41:09.073 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-08T02:41:10.119Z[ recovery-image] Jul 08 02:41:09.081 INFO O| Jul 08 02:41:09.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77212026-07-08T02:41:10.119Z[ recovery-image] Jul 08 02:41:09.081 INFO O| Jul 08 02:41:09.081 INFO STEP 793 (remove_files) COMPLETE
77222026-07-08T02:41:10.119Z[ recovery-image] Jul 08 02:41:09.081 INFO O| Jul 08 02:41:09.081 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-08T02:41:10.127Z[ recovery-image] Jul 08 02:41:09.088 INFO O| Jul 08 02:41:09.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77242026-07-08T02:41:10.127Z[ recovery-image] Jul 08 02:41:09.088 INFO O| Jul 08 02:41:09.088 INFO STEP 794 (remove_files) COMPLETE
77252026-07-08T02:41:10.130Z[ recovery-image] Jul 08 02:41:09.088 INFO O| Jul 08 02:41:09.088 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-08T02:41:10.136Z[ recovery-image] Jul 08 02:41:09.098 INFO O| Jul 08 02:41:09.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77272026-07-08T02:41:10.140Z[ recovery-image] Jul 08 02:41:09.098 INFO O| Jul 08 02:41:09.098 INFO STEP 795 (remove_files) COMPLETE
77282026-07-08T02:41:10.140Z[ recovery-image] Jul 08 02:41:09.098 INFO O| Jul 08 02:41:09.098 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-08T02:41:10.144Z[ recovery-image] Jul 08 02:41:09.106 INFO O| Jul 08 02:41:09.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77302026-07-08T02:41:10.144Z[ recovery-image] Jul 08 02:41:09.106 INFO O| Jul 08 02:41:09.106 INFO STEP 796 (remove_files) COMPLETE
77312026-07-08T02:41:10.147Z[ recovery-image] Jul 08 02:41:09.106 INFO O| Jul 08 02:41:09.106 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-08T02:41:10.154Z[ recovery-image] Jul 08 02:41:09.115 INFO O| Jul 08 02:41:09.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77332026-07-08T02:41:10.154Z[ recovery-image] Jul 08 02:41:09.115 INFO O| Jul 08 02:41:09.115 INFO STEP 797 (remove_files) COMPLETE
77342026-07-08T02:41:10.159Z[ recovery-image] Jul 08 02:41:09.115 INFO O| Jul 08 02:41:09.115 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-08T02:41:10.163Z[ recovery-image] Jul 08 02:41:09.125 INFO O| Jul 08 02:41:09.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77362026-07-08T02:41:10.163Z[ recovery-image] Jul 08 02:41:09.125 INFO O| Jul 08 02:41:09.125 INFO STEP 798 (remove_files) COMPLETE
77372026-07-08T02:41:10.163Z[ recovery-image] Jul 08 02:41:09.125 INFO O| Jul 08 02:41:09.125 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-08T02:41:10.172Z[ recovery-image] Jul 08 02:41:09.133 INFO O| Jul 08 02:41:09.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77392026-07-08T02:41:10.175Z[ recovery-image] Jul 08 02:41:09.133 INFO O| Jul 08 02:41:09.133 INFO STEP 799 (remove_files) COMPLETE
77402026-07-08T02:41:10.175Z[ recovery-image] Jul 08 02:41:09.133 INFO O| Jul 08 02:41:09.133 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-08T02:41:10.182Z[ recovery-image] Jul 08 02:41:09.143 INFO O| Jul 08 02:41:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77422026-07-08T02:41:10.185Z[ recovery-image] Jul 08 02:41:09.143 INFO O| Jul 08 02:41:09.143 INFO STEP 800 (remove_files) COMPLETE
77432026-07-08T02:41:10.185Z[ recovery-image] Jul 08 02:41:09.143 INFO O| Jul 08 02:41:09.143 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-08T02:41:10.190Z[ recovery-image] Jul 08 02:41:09.152 INFO O| Jul 08 02:41:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77452026-07-08T02:41:10.194Z[ recovery-image] Jul 08 02:41:09.152 INFO O| Jul 08 02:41:09.152 INFO STEP 801 (remove_files) COMPLETE
77462026-07-08T02:41:10.194Z[ recovery-image] Jul 08 02:41:09.152 INFO O| Jul 08 02:41:09.152 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-08T02:41:10.198Z[ recovery-image] Jul 08 02:41:09.159 INFO O| Jul 08 02:41:09.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77482026-07-08T02:41:10.198Z[ recovery-image] Jul 08 02:41:09.159 INFO O| Jul 08 02:41:09.159 INFO STEP 802 (remove_files) COMPLETE
77492026-07-08T02:41:10.198Z[ recovery-image] Jul 08 02:41:09.159 INFO O| Jul 08 02:41:09.159 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-08T02:41:10.207Z[ recovery-image] Jul 08 02:41:09.169 INFO O| Jul 08 02:41:09.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77512026-07-08T02:41:10.211Z[ recovery-image] Jul 08 02:41:09.169 INFO O| Jul 08 02:41:09.169 INFO STEP 803 (remove_files) COMPLETE
77522026-07-08T02:41:10.211Z[ recovery-image] Jul 08 02:41:09.169 INFO O| Jul 08 02:41:09.169 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-08T02:41:10.216Z[ recovery-image] Jul 08 02:41:09.177 INFO O| Jul 08 02:41:09.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77542026-07-08T02:41:10.216Z[ recovery-image] Jul 08 02:41:09.178 INFO O| Jul 08 02:41:09.177 INFO STEP 804 (remove_files) COMPLETE
77552026-07-08T02:41:10.220Z[ recovery-image] Jul 08 02:41:09.178 INFO O| Jul 08 02:41:09.178 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-08T02:41:10.224Z[ recovery-image] Jul 08 02:41:09.186 INFO O| Jul 08 02:41:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77572026-07-08T02:41:10.228Z[ recovery-image] Jul 08 02:41:09.186 INFO O| Jul 08 02:41:09.186 INFO STEP 805 (remove_files) COMPLETE
77582026-07-08T02:41:10.228Z[ recovery-image] Jul 08 02:41:09.186 INFO O| Jul 08 02:41:09.186 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-08T02:41:10.232Z[ recovery-image] Jul 08 02:41:09.194 INFO O| Jul 08 02:41:09.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77602026-07-08T02:41:10.232Z[ recovery-image] Jul 08 02:41:09.194 INFO O| Jul 08 02:41:09.194 INFO STEP 806 (remove_files) COMPLETE
77612026-07-08T02:41:10.233Z[ recovery-image] Jul 08 02:41:09.194 INFO O| Jul 08 02:41:09.194 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-08T02:41:10.241Z[ recovery-image] Jul 08 02:41:09.202 INFO O| Jul 08 02:41:09.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77632026-07-08T02:41:10.241Z[ recovery-image] Jul 08 02:41:09.202 INFO O| Jul 08 02:41:09.202 INFO STEP 807 (remove_files) COMPLETE
77642026-07-08T02:41:10.244Z[ recovery-image] Jul 08 02:41:09.202 INFO O| Jul 08 02:41:09.202 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-08T02:41:10.250Z[ recovery-image] Jul 08 02:41:09.212 INFO O| Jul 08 02:41:09.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77662026-07-08T02:41:10.254Z[ recovery-image] Jul 08 02:41:09.212 INFO O| Jul 08 02:41:09.212 INFO STEP 808 (remove_files) COMPLETE
77672026-07-08T02:41:10.254Z[ recovery-image] Jul 08 02:41:09.212 INFO O| Jul 08 02:41:09.212 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-08T02:41:10.259Z[ recovery-image] Jul 08 02:41:09.221 INFO O| Jul 08 02:41:09.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77692026-07-08T02:41:10.262Z[ recovery-image] Jul 08 02:41:09.221 INFO O| Jul 08 02:41:09.221 INFO STEP 809 (remove_files) COMPLETE
77702026-07-08T02:41:10.263Z[ recovery-image] Jul 08 02:41:09.221 INFO O| Jul 08 02:41:09.221 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-08T02:41:10.269Z[ recovery-image] Jul 08 02:41:09.230 INFO O| Jul 08 02:41:09.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77722026-07-08T02:41:10.269Z[ recovery-image] Jul 08 02:41:09.230 INFO O| Jul 08 02:41:09.230 INFO STEP 810 (remove_files) COMPLETE
77732026-07-08T02:41:10.272Z[ recovery-image] Jul 08 02:41:09.230 INFO O| Jul 08 02:41:09.230 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-08T02:41:10.278Z[ recovery-image] Jul 08 02:41:09.239 INFO O| Jul 08 02:41:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77752026-07-08T02:41:10.278Z[ recovery-image] Jul 08 02:41:09.239 INFO O| Jul 08 02:41:09.239 INFO STEP 811 (remove_files) COMPLETE
77762026-07-08T02:41:10.278Z[ recovery-image] Jul 08 02:41:09.239 INFO O| Jul 08 02:41:09.239 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-08T02:41:10.287Z[ recovery-image] Jul 08 02:41:09.248 INFO O| Jul 08 02:41:09.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77782026-07-08T02:41:10.290Z[ recovery-image] Jul 08 02:41:09.249 INFO O| Jul 08 02:41:09.249 INFO STEP 812 (remove_files) COMPLETE
77792026-07-08T02:41:10.290Z[ recovery-image] Jul 08 02:41:09.249 INFO O| Jul 08 02:41:09.249 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-08T02:41:10.296Z[ recovery-image] Jul 08 02:41:09.257 INFO O| Jul 08 02:41:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77812026-07-08T02:41:10.296Z[ recovery-image] Jul 08 02:41:09.257 INFO O| Jul 08 02:41:09.257 INFO STEP 813 (remove_files) COMPLETE
77822026-07-08T02:41:10.299Z[ recovery-image] Jul 08 02:41:09.257 INFO O| Jul 08 02:41:09.257 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-08T02:41:10.305Z[ recovery-image] Jul 08 02:41:09.266 INFO O| Jul 08 02:41:09.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77842026-07-08T02:41:10.305Z[ recovery-image] Jul 08 02:41:09.266 INFO O| Jul 08 02:41:09.266 INFO STEP 814 (remove_files) COMPLETE
77852026-07-08T02:41:10.305Z[ recovery-image] Jul 08 02:41:09.266 INFO O| Jul 08 02:41:09.266 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-08T02:41:10.313Z[ recovery-image] Jul 08 02:41:09.274 INFO O| Jul 08 02:41:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77872026-07-08T02:41:10.313Z[ recovery-image] Jul 08 02:41:09.275 INFO O| Jul 08 02:41:09.275 INFO STEP 815 (remove_files) COMPLETE
77882026-07-08T02:41:10.313Z[ recovery-image] Jul 08 02:41:09.275 INFO O| Jul 08 02:41:09.275 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-08T02:41:10.322Z[ recovery-image] Jul 08 02:41:09.284 INFO O| Jul 08 02:41:09.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77902026-07-08T02:41:10.322Z[ recovery-image] Jul 08 02:41:09.284 INFO O| Jul 08 02:41:09.284 INFO STEP 816 (remove_files) COMPLETE
77912026-07-08T02:41:10.322Z[ recovery-image] Jul 08 02:41:09.284 INFO O| Jul 08 02:41:09.284 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-08T02:41:10.333Z[ recovery-image] Jul 08 02:41:09.294 INFO O| Jul 08 02:41:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77932026-07-08T02:41:10.336Z[ recovery-image] Jul 08 02:41:09.294 INFO O| Jul 08 02:41:09.294 INFO STEP 817 (remove_files) COMPLETE
77942026-07-08T02:41:10.336Z[ recovery-image] Jul 08 02:41:09.294 INFO O| Jul 08 02:41:09.294 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-08T02:41:10.342Z[ recovery-image] Jul 08 02:41:09.303 INFO O| Jul 08 02:41:09.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77962026-07-08T02:41:10.342Z[ recovery-image] Jul 08 02:41:09.303 INFO O| Jul 08 02:41:09.303 INFO STEP 818 (remove_files) COMPLETE
77972026-07-08T02:41:10.345Z[ recovery-image] Jul 08 02:41:09.303 INFO O| Jul 08 02:41:09.303 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-08T02:41:10.350Z[ recovery-image] Jul 08 02:41:09.311 INFO O| Jul 08 02:41:09.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77992026-07-08T02:41:10.350Z[ recovery-image] Jul 08 02:41:09.311 INFO O| Jul 08 02:41:09.311 INFO STEP 819 (remove_files) COMPLETE
78002026-07-08T02:41:10.350Z[ recovery-image] Jul 08 02:41:09.311 INFO O| Jul 08 02:41:09.311 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-08T02:41:10.360Z[ recovery-image] Jul 08 02:41:09.320 INFO O| Jul 08 02:41:09.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78022026-07-08T02:41:10.360Z[ recovery-image] Jul 08 02:41:09.320 INFO O| Jul 08 02:41:09.320 INFO STEP 820 (remove_files) COMPLETE
78032026-07-08T02:41:10.364Z[ recovery-image] Jul 08 02:41:09.320 INFO O| Jul 08 02:41:09.320 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-08T02:41:10.368Z[ recovery-image] Jul 08 02:41:09.329 INFO O| Jul 08 02:41:09.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78052026-07-08T02:41:10.368Z[ recovery-image] Jul 08 02:41:09.329 INFO O| Jul 08 02:41:09.329 INFO STEP 821 (remove_files) COMPLETE
78062026-07-08T02:41:10.368Z[ recovery-image] Jul 08 02:41:09.329 INFO O| Jul 08 02:41:09.329 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-08T02:41:10.377Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
78082026-07-08T02:41:10.380Z[ recovery-image] Jul 08 02:41:09.339 INFO O| Jul 08 02:41:09.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78092026-07-08T02:41:10.380Z[ recovery-image] Jul 08 02:41:09.339 INFO O| Jul 08 02:41:09.339 INFO STEP 822 (remove_files) COMPLETE
78102026-07-08T02:41:10.380Z[ recovery-image] Jul 08 02:41:09.339 INFO O| Jul 08 02:41:09.339 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-08T02:41:10.386Z[ recovery-image] Jul 08 02:41:09.347 INFO O| Jul 08 02:41:09.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78122026-07-08T02:41:10.386Z[ recovery-image] Jul 08 02:41:09.347 INFO O| Jul 08 02:41:09.347 INFO STEP 823 (remove_files) COMPLETE
78132026-07-08T02:41:10.386Z[ recovery-image] Jul 08 02:41:09.347 INFO O| Jul 08 02:41:09.347 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-08T02:41:10.395Z[ recovery-image] Jul 08 02:41:09.357 INFO O| Jul 08 02:41:09.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78152026-07-08T02:41:10.395Z[ recovery-image] Jul 08 02:41:09.357 INFO O| Jul 08 02:41:09.357 INFO STEP 824 (remove_files) COMPLETE
78162026-07-08T02:41:10.398Z[ recovery-image] Jul 08 02:41:09.357 INFO O| Jul 08 02:41:09.357 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-08T02:41:10.403Z[ recovery-image] Jul 08 02:41:09.365 INFO O| Jul 08 02:41:09.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78182026-07-08T02:41:10.407Z[ recovery-image] Jul 08 02:41:09.365 INFO O| Jul 08 02:41:09.365 INFO STEP 825 (remove_files) COMPLETE
78192026-07-08T02:41:10.407Z[ recovery-image] Jul 08 02:41:09.365 INFO O| Jul 08 02:41:09.365 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-08T02:41:10.412Z[ recovery-image] Jul 08 02:41:09.373 INFO O| Jul 08 02:41:09.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78212026-07-08T02:41:10.412Z[ recovery-image] Jul 08 02:41:09.373 INFO O| Jul 08 02:41:09.373 INFO STEP 826 (remove_files) COMPLETE
78222026-07-08T02:41:10.412Z[ recovery-image] Jul 08 02:41:09.373 INFO O| Jul 08 02:41:09.373 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-07-08T02:41:10.419Z[ recovery-image] Jul 08 02:41:09.380 INFO O| Jul 08 02:41:09.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78242026-07-08T02:41:10.419Z[ recovery-image] Jul 08 02:41:09.380 INFO O| Jul 08 02:41:09.380 INFO STEP 827 (remove_files) COMPLETE
78252026-07-08T02:41:10.422Z[ recovery-image] Jul 08 02:41:09.380 INFO O| Jul 08 02:41:09.380 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-07-08T02:41:10.426Z[ recovery-image] Jul 08 02:41:09.387 INFO O| Jul 08 02:41:09.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78272026-07-08T02:41:10.426Z[ recovery-image] Jul 08 02:41:09.387 INFO O| Jul 08 02:41:09.387 INFO STEP 828 (remove_files) COMPLETE
78282026-07-08T02:41:10.429Z[ recovery-image] Jul 08 02:41:09.387 INFO O| Jul 08 02:41:09.387 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-07-08T02:41:10.436Z[ recovery-image] Jul 08 02:41:09.397 INFO O| Jul 08 02:41:09.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78302026-07-08T02:41:10.439Z[ recovery-image] Jul 08 02:41:09.398 INFO O| Jul 08 02:41:09.398 INFO STEP 829 (remove_files) COMPLETE
78312026-07-08T02:41:10.439Z[ recovery-image] Jul 08 02:41:09.398 INFO O| Jul 08 02:41:09.398 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-07-08T02:41:10.445Z[ recovery-image] Jul 08 02:41:09.406 INFO O| Jul 08 02:41:09.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78332026-07-08T02:41:10.445Z[ recovery-image] Jul 08 02:41:09.406 INFO O| Jul 08 02:41:09.406 INFO STEP 830 (remove_files) COMPLETE
78342026-07-08T02:41:10.445Z[ recovery-image] Jul 08 02:41:09.406 INFO O| Jul 08 02:41:09.406 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-07-08T02:41:10.453Z[ recovery-image] Jul 08 02:41:09.414 INFO O| Jul 08 02:41:09.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78362026-07-08T02:41:10.453Z[ recovery-image] Jul 08 02:41:09.414 INFO O| Jul 08 02:41:09.414 INFO STEP 831 (remove_files) COMPLETE
78372026-07-08T02:41:10.453Z[ recovery-image] Jul 08 02:41:09.414 INFO O| Jul 08 02:41:09.414 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-07-08T02:41:10.463Z[ recovery-image] Jul 08 02:41:09.424 INFO O| Jul 08 02:41:09.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78392026-07-08T02:41:10.463Z[ recovery-image] Jul 08 02:41:09.424 INFO O| Jul 08 02:41:09.424 INFO STEP 832 (remove_files) COMPLETE
78402026-07-08T02:41:10.463Z[ recovery-image] Jul 08 02:41:09.424 INFO O| Jul 08 02:41:09.424 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-07-08T02:41:10.472Z[ recovery-image] Jul 08 02:41:09.433 INFO O| Jul 08 02:41:09.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78422026-07-08T02:41:10.472Z[ recovery-image] Jul 08 02:41:09.433 INFO O| Jul 08 02:41:09.433 INFO STEP 833 (remove_files) COMPLETE
78432026-07-08T02:41:10.472Z[ recovery-image] Jul 08 02:41:09.433 INFO O| Jul 08 02:41:09.433 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-07-08T02:41:10.481Z[ recovery-image] Jul 08 02:41:09.442 INFO O| Jul 08 02:41:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78452026-07-08T02:41:10.481Z[ recovery-image] Jul 08 02:41:09.442 INFO O| Jul 08 02:41:09.442 INFO STEP 834 (remove_files) COMPLETE
78462026-07-08T02:41:10.484Z[ recovery-image] Jul 08 02:41:09.442 INFO O| Jul 08 02:41:09.442 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-08T02:41:10.490Z[ recovery-image] Jul 08 02:41:09.451 INFO O| Jul 08 02:41:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78482026-07-08T02:41:10.490Z[ recovery-image] Jul 08 02:41:09.451 INFO O| Jul 08 02:41:09.451 INFO STEP 835 (remove_files) COMPLETE
78492026-07-08T02:41:10.493Z[ recovery-image] Jul 08 02:41:09.451 INFO O| Jul 08 02:41:09.451 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-08T02:41:10.498Z[ recovery-image] Jul 08 02:41:09.459 INFO O| Jul 08 02:41:09.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78512026-07-08T02:41:10.501Z[ recovery-image] Jul 08 02:41:09.459 INFO O| Jul 08 02:41:09.459 INFO STEP 836 (remove_files) COMPLETE
78522026-07-08T02:41:10.501Z[ recovery-image] Jul 08 02:41:09.459 INFO O| Jul 08 02:41:09.459 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-08T02:41:10.507Z[ recovery-image] Jul 08 02:41:09.469 INFO O| Jul 08 02:41:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78542026-07-08T02:41:10.507Z[ recovery-image] Jul 08 02:41:09.469 INFO O| Jul 08 02:41:09.469 INFO STEP 837 (remove_files) COMPLETE
78552026-07-08T02:41:10.507Z[ recovery-image] Jul 08 02:41:09.469 INFO O| Jul 08 02:41:09.469 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-08T02:41:10.517Z[ recovery-image] Jul 08 02:41:09.478 INFO O| Jul 08 02:41:09.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78572026-07-08T02:41:10.517Z[ recovery-image] Jul 08 02:41:09.478 INFO O| Jul 08 02:41:09.478 INFO STEP 838 (remove_files) COMPLETE
78582026-07-08T02:41:10.517Z[ recovery-image] Jul 08 02:41:09.479 INFO O| Jul 08 02:41:09.478 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-08T02:41:10.528Z[ recovery-image] Jul 08 02:41:09.489 INFO O| Jul 08 02:41:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78602026-07-08T02:41:10.532Z[ recovery-image] Jul 08 02:41:09.489 INFO O| Jul 08 02:41:09.489 INFO STEP 839 (remove_files) COMPLETE
78612026-07-08T02:41:10.533Z[ recovery-image] Jul 08 02:41:09.489 INFO O| Jul 08 02:41:09.489 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-08T02:41:10.537Z[ recovery-image] Jul 08 02:41:09.498 INFO O| Jul 08 02:41:09.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78632026-07-08T02:41:10.537Z[ recovery-image] Jul 08 02:41:09.498 INFO O| Jul 08 02:41:09.498 INFO STEP 840 (remove_files) COMPLETE
78642026-07-08T02:41:10.540Z[ recovery-image] Jul 08 02:41:09.498 INFO O| Jul 08 02:41:09.498 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-08T02:41:10.548Z[ recovery-image] Jul 08 02:41:09.509 INFO O| Jul 08 02:41:09.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78662026-07-08T02:41:10.548Z[ recovery-image] Jul 08 02:41:09.509 INFO O| Jul 08 02:41:09.509 INFO STEP 841 (remove_files) COMPLETE
78672026-07-08T02:41:10.548Z[ recovery-image] Jul 08 02:41:09.509 INFO O| Jul 08 02:41:09.509 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-08T02:41:10.557Z[ recovery-image] Jul 08 02:41:09.518 INFO O| Jul 08 02:41:09.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78692026-07-08T02:41:10.561Z[ recovery-image] Jul 08 02:41:09.518 INFO O| Jul 08 02:41:09.518 INFO STEP 842 (remove_files) COMPLETE
78702026-07-08T02:41:10.561Z[ recovery-image] Jul 08 02:41:09.518 INFO O| Jul 08 02:41:09.518 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-08T02:41:10.568Z[ recovery-image] Jul 08 02:41:09.529 INFO O| Jul 08 02:41:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78722026-07-08T02:41:10.568Z[ recovery-image] Jul 08 02:41:09.529 INFO O| Jul 08 02:41:09.529 INFO STEP 843 (remove_files) COMPLETE
78732026-07-08T02:41:10.568Z[ recovery-image] Jul 08 02:41:09.529 INFO O| Jul 08 02:41:09.529 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-08T02:41:10.577Z[ recovery-image] Jul 08 02:41:09.538 INFO O| Jul 08 02:41:09.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78752026-07-08T02:41:10.577Z[ recovery-image] Jul 08 02:41:09.538 INFO O| Jul 08 02:41:09.538 INFO STEP 844 (remove_files) COMPLETE
78762026-07-08T02:41:10.577Z[ recovery-image] Jul 08 02:41:09.538 INFO O| Jul 08 02:41:09.538 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-08T02:41:10.585Z[ recovery-image] Jul 08 02:41:09.547 INFO O| Jul 08 02:41:09.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78782026-07-08T02:41:10.585Z[ recovery-image] Jul 08 02:41:09.547 INFO O| Jul 08 02:41:09.547 INFO STEP 845 (remove_files) COMPLETE
78792026-07-08T02:41:10.585Z[ recovery-image] Jul 08 02:41:09.547 INFO O| Jul 08 02:41:09.547 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-08T02:41:10.596Z[ recovery-image] Jul 08 02:41:09.557 INFO O| Jul 08 02:41:09.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78812026-07-08T02:41:10.596Z[ recovery-image] Jul 08 02:41:09.558 INFO O| Jul 08 02:41:09.558 INFO STEP 846 (remove_files) COMPLETE
78822026-07-08T02:41:10.596Z[ recovery-image] Jul 08 02:41:09.558 INFO O| Jul 08 02:41:09.558 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-08T02:41:10.607Z[ recovery-image] Jul 08 02:41:09.568 INFO O| Jul 08 02:41:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78842026-07-08T02:41:10.607Z[ recovery-image] Jul 08 02:41:09.568 INFO O| Jul 08 02:41:09.568 INFO STEP 847 (remove_files) COMPLETE
78852026-07-08T02:41:10.607Z[ recovery-image] Jul 08 02:41:09.568 INFO O| Jul 08 02:41:09.568 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-08T02:41:10.617Z[ recovery-image] Jul 08 02:41:09.578 INFO O| Jul 08 02:41:09.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78872026-07-08T02:41:10.617Z[ recovery-image] Jul 08 02:41:09.578 INFO O| Jul 08 02:41:09.578 INFO STEP 848 (remove_files) COMPLETE
78882026-07-08T02:41:10.621Z[ recovery-image] Jul 08 02:41:09.578 INFO O| Jul 08 02:41:09.578 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-08T02:41:10.628Z[ recovery-image] Jul 08 02:41:09.587 INFO O| Jul 08 02:41:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78902026-07-08T02:41:10.628Z[ recovery-image] Jul 08 02:41:09.587 INFO O| Jul 08 02:41:09.587 INFO STEP 849 (remove_files) COMPLETE
78912026-07-08T02:41:10.628Z[ recovery-image] Jul 08 02:41:09.587 INFO O| Jul 08 02:41:09.587 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-08T02:41:10.636Z[ recovery-image] Jul 08 02:41:09.597 INFO O| Jul 08 02:41:09.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78932026-07-08T02:41:10.636Z[ recovery-image] Jul 08 02:41:09.597 INFO O| Jul 08 02:41:09.597 INFO STEP 850 (remove_files) COMPLETE
78942026-07-08T02:41:10.639Z[ recovery-image] Jul 08 02:41:09.597 INFO O| Jul 08 02:41:09.597 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-08T02:41:10.645Z[ recovery-image] Jul 08 02:41:09.606 INFO O| Jul 08 02:41:09.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78962026-07-08T02:41:10.645Z[ recovery-image] Jul 08 02:41:09.606 INFO O| Jul 08 02:41:09.606 INFO STEP 851 (remove_files) COMPLETE
78972026-07-08T02:41:10.645Z[ recovery-image] Jul 08 02:41:09.606 INFO O| Jul 08 02:41:09.606 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-08T02:41:10.655Z[ recovery-image] Jul 08 02:41:09.616 INFO O| Jul 08 02:41:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78992026-07-08T02:41:10.655Z[ recovery-image] Jul 08 02:41:09.616 INFO O| Jul 08 02:41:09.616 INFO STEP 852 (remove_files) COMPLETE
79002026-07-08T02:41:10.655Z[ recovery-image] Jul 08 02:41:09.616 INFO O| Jul 08 02:41:09.616 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-08T02:41:10.665Z[ recovery-image] Jul 08 02:41:09.626 INFO O| Jul 08 02:41:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79022026-07-08T02:41:10.665Z[ recovery-image] Jul 08 02:41:09.626 INFO O| Jul 08 02:41:09.626 INFO STEP 853 (remove_files) COMPLETE
79032026-07-08T02:41:10.668Z[ recovery-image] Jul 08 02:41:09.626 INFO O| Jul 08 02:41:09.626 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-08T02:41:10.674Z[ recovery-image] Jul 08 02:41:09.635 INFO O| Jul 08 02:41:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79052026-07-08T02:41:10.674Z[ recovery-image] Jul 08 02:41:09.635 INFO O| Jul 08 02:41:09.635 INFO STEP 854 (remove_files) COMPLETE
79062026-07-08T02:41:10.674Z[ recovery-image] Jul 08 02:41:09.635 INFO O| Jul 08 02:41:09.635 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-08T02:41:10.683Z[ recovery-image] Jul 08 02:41:09.644 INFO O| Jul 08 02:41:09.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79082026-07-08T02:41:10.683Z[ recovery-image] Jul 08 02:41:09.644 INFO O| Jul 08 02:41:09.644 INFO STEP 855 (remove_files) COMPLETE
79092026-07-08T02:41:10.683Z[ recovery-image] Jul 08 02:41:09.644 INFO O| Jul 08 02:41:09.644 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-07-08T02:41:10.692Z[ recovery-image] Jul 08 02:41:09.652 INFO O| Jul 08 02:41:09.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79112026-07-08T02:41:10.692Z[ recovery-image] Jul 08 02:41:09.652 INFO O| Jul 08 02:41:09.652 INFO STEP 856 (remove_files) COMPLETE
79122026-07-08T02:41:10.692Z[ recovery-image] Jul 08 02:41:09.652 INFO O| Jul 08 02:41:09.652 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-07-08T02:41:10.701Z[ recovery-image] Jul 08 02:41:09.662 INFO O| Jul 08 02:41:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79142026-07-08T02:41:10.701Z[ recovery-image] Jul 08 02:41:09.662 INFO O| Jul 08 02:41:09.662 INFO STEP 857 (remove_files) COMPLETE
79152026-07-08T02:41:10.701Z[ recovery-image] Jul 08 02:41:09.662 INFO O| Jul 08 02:41:09.662 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-07-08T02:41:10.711Z[ recovery-image] Jul 08 02:41:09.672 INFO O| Jul 08 02:41:09.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79172026-07-08T02:41:10.711Z[ recovery-image] Jul 08 02:41:09.672 INFO O| Jul 08 02:41:09.672 INFO STEP 858 (remove_files) COMPLETE
79182026-07-08T02:41:10.711Z[ recovery-image] Jul 08 02:41:09.672 INFO O| Jul 08 02:41:09.672 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-07-08T02:41:10.721Z[ recovery-image] Jul 08 02:41:09.682 INFO O| Jul 08 02:41:09.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79202026-07-08T02:41:10.721Z[ recovery-image] Jul 08 02:41:09.682 INFO O| Jul 08 02:41:09.682 INFO STEP 859 (remove_files) COMPLETE
79212026-07-08T02:41:10.724Z[ recovery-image] Jul 08 02:41:09.682 INFO O| Jul 08 02:41:09.682 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-07-08T02:41:10.731Z[ recovery-image] Jul 08 02:41:09.692 INFO O| Jul 08 02:41:09.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79232026-07-08T02:41:10.731Z[ recovery-image] Jul 08 02:41:09.693 INFO O| Jul 08 02:41:09.693 INFO STEP 860 (remove_files) COMPLETE
79242026-07-08T02:41:10.731Z[ recovery-image] Jul 08 02:41:09.693 INFO O| Jul 08 02:41:09.693 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-07-08T02:41:10.741Z[ recovery-image] Jul 08 02:41:09.702 INFO O| Jul 08 02:41:09.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79262026-07-08T02:41:10.741Z[ recovery-image] Jul 08 02:41:09.702 INFO O| Jul 08 02:41:09.702 INFO STEP 861 (remove_files) COMPLETE
79272026-07-08T02:41:10.741Z[ recovery-image] Jul 08 02:41:09.702 INFO O| Jul 08 02:41:09.702 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-07-08T02:41:10.750Z[ recovery-image] Jul 08 02:41:09.711 INFO O| Jul 08 02:41:09.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79292026-07-08T02:41:10.750Z[ recovery-image] Jul 08 02:41:09.711 INFO O| Jul 08 02:41:09.711 INFO STEP 862 (remove_files) COMPLETE
79302026-07-08T02:41:10.750Z[ recovery-image] Jul 08 02:41:09.711 INFO O| Jul 08 02:41:09.711 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-07-08T02:41:10.759Z[ recovery-image] Jul 08 02:41:09.721 INFO O| Jul 08 02:41:09.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79322026-07-08T02:41:10.759Z[ recovery-image] Jul 08 02:41:09.721 INFO O| Jul 08 02:41:09.721 INFO STEP 863 (remove_files) COMPLETE
79332026-07-08T02:41:10.763Z[ recovery-image] Jul 08 02:41:09.721 INFO O| Jul 08 02:41:09.721 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-07-08T02:41:10.770Z[ recovery-image] Jul 08 02:41:09.731 INFO O| Jul 08 02:41:09.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79352026-07-08T02:41:10.770Z[ recovery-image] Jul 08 02:41:09.731 INFO O| Jul 08 02:41:09.731 INFO STEP 864 (remove_files) COMPLETE
79362026-07-08T02:41:10.770Z[ recovery-image] Jul 08 02:41:09.731 INFO O| Jul 08 02:41:09.731 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-07-08T02:41:10.780Z[ recovery-image] Jul 08 02:41:09.741 INFO O| Jul 08 02:41:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79382026-07-08T02:41:10.780Z[ recovery-image] Jul 08 02:41:09.741 INFO O| Jul 08 02:41:09.741 INFO STEP 865 (remove_files) COMPLETE
79392026-07-08T02:41:10.780Z[ recovery-image] Jul 08 02:41:09.741 INFO O| Jul 08 02:41:09.741 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-07-08T02:41:10.790Z[ recovery-image] Jul 08 02:41:09.751 INFO O| Jul 08 02:41:09.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79412026-07-08T02:41:10.790Z[ recovery-image] Jul 08 02:41:09.751 INFO O| Jul 08 02:41:09.751 INFO STEP 866 (remove_files) COMPLETE
79422026-07-08T02:41:10.793Z[ recovery-image] Jul 08 02:41:09.751 INFO O| Jul 08 02:41:09.751 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-07-08T02:41:10.799Z[ recovery-image] Jul 08 02:41:09.761 INFO O| Jul 08 02:41:09.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79442026-07-08T02:41:10.799Z[ recovery-image] Jul 08 02:41:09.761 INFO O| Jul 08 02:41:09.761 INFO STEP 867 (remove_files) COMPLETE
79452026-07-08T02:41:10.802Z[ recovery-image] Jul 08 02:41:09.761 INFO O| Jul 08 02:41:09.761 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-07-08T02:41:10.809Z[ recovery-image] Jul 08 02:41:09.770 INFO O| Jul 08 02:41:09.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79472026-07-08T02:41:10.809Z[ recovery-image] Jul 08 02:41:09.770 INFO O| Jul 08 02:41:09.770 INFO STEP 868 (remove_files) COMPLETE
79482026-07-08T02:41:10.809Z[ recovery-image] Jul 08 02:41:09.770 INFO O| Jul 08 02:41:09.770 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-07-08T02:41:10.820Z[ recovery-image] Jul 08 02:41:09.781 INFO O| Jul 08 02:41:09.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79502026-07-08T02:41:10.820Z[ recovery-image] Jul 08 02:41:09.781 INFO O| Jul 08 02:41:09.781 INFO STEP 869 (remove_files) COMPLETE
79512026-07-08T02:41:10.823Z[ recovery-image] Jul 08 02:41:09.781 INFO O| Jul 08 02:41:09.781 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-08T02:41:10.831Z[ recovery-image] Jul 08 02:41:09.792 INFO O| Jul 08 02:41:09.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79532026-07-08T02:41:10.831Z[ recovery-image] Jul 08 02:41:09.792 INFO O| Jul 08 02:41:09.792 INFO STEP 870 (remove_files) COMPLETE
79542026-07-08T02:41:10.831Z[ recovery-image] Jul 08 02:41:09.792 INFO O| Jul 08 02:41:09.792 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-08T02:41:10.842Z[ recovery-image] Jul 08 02:41:09.802 INFO O| Jul 08 02:41:09.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79562026-07-08T02:41:10.842Z[ recovery-image] Jul 08 02:41:09.802 INFO O| Jul 08 02:41:09.802 INFO STEP 871 (remove_files) COMPLETE
79572026-07-08T02:41:10.842Z[ recovery-image] Jul 08 02:41:09.802 INFO O| Jul 08 02:41:09.802 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-08T02:41:10.850Z[ recovery-image] Jul 08 02:41:09.811 INFO O| Jul 08 02:41:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79592026-07-08T02:41:10.853Z[ recovery-image] Jul 08 02:41:09.811 INFO O| Jul 08 02:41:09.811 INFO STEP 872 (remove_files) COMPLETE
79602026-07-08T02:41:10.853Z[ recovery-image] Jul 08 02:41:09.811 INFO O| Jul 08 02:41:09.811 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-08T02:41:10.861Z[ recovery-image] Jul 08 02:41:09.822 INFO O| Jul 08 02:41:09.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79622026-07-08T02:41:10.861Z[ recovery-image] Jul 08 02:41:09.822 INFO O| Jul 08 02:41:09.822 INFO STEP 873 (remove_files) COMPLETE
79632026-07-08T02:41:10.864Z[ recovery-image] Jul 08 02:41:09.822 INFO O| Jul 08 02:41:09.822 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-08T02:41:10.870Z[ recovery-image] Jul 08 02:41:09.832 INFO O| Jul 08 02:41:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79652026-07-08T02:41:10.870Z[ recovery-image] Jul 08 02:41:09.832 INFO O| Jul 08 02:41:09.832 INFO STEP 874 (remove_files) COMPLETE
79662026-07-08T02:41:10.870Z[ recovery-image] Jul 08 02:41:09.832 INFO O| Jul 08 02:41:09.832 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-08T02:41:10.878Z[ recovery-image] Jul 08 02:41:09.840 INFO O| Jul 08 02:41:09.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79682026-07-08T02:41:10.878Z[ recovery-image] Jul 08 02:41:09.840 INFO O| Jul 08 02:41:09.840 INFO STEP 875 (remove_files) COMPLETE
79692026-07-08T02:41:10.882Z[ recovery-image] Jul 08 02:41:09.840 INFO O| Jul 08 02:41:09.840 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-08T02:41:10.885Z[ recovery-image] Jul 08 02:41:09.847 INFO O| Jul 08 02:41:09.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79712026-07-08T02:41:10.885Z[ recovery-image] Jul 08 02:41:09.847 INFO O| Jul 08 02:41:09.847 INFO STEP 876 (remove_files) COMPLETE
79722026-07-08T02:41:10.885Z[ recovery-image] Jul 08 02:41:09.847 INFO O| Jul 08 02:41:09.847 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-08T02:41:10.894Z[ recovery-image] Jul 08 02:41:09.855 INFO O| Jul 08 02:41:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79742026-07-08T02:41:10.897Z[ recovery-image] Jul 08 02:41:09.856 INFO O| Jul 08 02:41:09.856 INFO STEP 877 (remove_files) COMPLETE
79752026-07-08T02:41:10.897Z[ recovery-image] Jul 08 02:41:09.856 INFO O| Jul 08 02:41:09.856 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-08T02:41:10.903Z[ recovery-image] Jul 08 02:41:09.865 INFO O| Jul 08 02:41:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79772026-07-08T02:41:10.903Z[ recovery-image] Jul 08 02:41:09.865 INFO O| Jul 08 02:41:09.865 INFO STEP 878 (remove_files) COMPLETE
79782026-07-08T02:41:10.907Z[ recovery-image] Jul 08 02:41:09.865 INFO O| Jul 08 02:41:09.865 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-08T02:41:10.912Z[ recovery-image] Jul 08 02:41:09.874 INFO O| Jul 08 02:41:09.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79802026-07-08T02:41:10.916Z[ recovery-image] Jul 08 02:41:09.874 INFO O| Jul 08 02:41:09.874 INFO STEP 879 (remove_files) COMPLETE
79812026-07-08T02:41:10.916Z[ recovery-image] Jul 08 02:41:09.874 INFO O| Jul 08 02:41:09.874 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-08T02:41:10.921Z[ recovery-image] Jul 08 02:41:09.882 INFO O| Jul 08 02:41:09.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79832026-07-08T02:41:10.924Z[ recovery-image] Jul 08 02:41:09.882 INFO O| Jul 08 02:41:09.882 INFO STEP 880 (remove_files) COMPLETE
79842026-07-08T02:41:10.924Z[ recovery-image] Jul 08 02:41:09.882 INFO O| Jul 08 02:41:09.882 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-08T02:41:10.929Z[ recovery-image] Jul 08 02:41:09.891 INFO O| Jul 08 02:41:09.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79862026-07-08T02:41:10.932Z[ recovery-image] Jul 08 02:41:09.891 INFO O| Jul 08 02:41:09.891 INFO STEP 881 (remove_files) COMPLETE
79872026-07-08T02:41:10.932Z[ recovery-image] Jul 08 02:41:09.891 INFO O| Jul 08 02:41:09.891 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-08T02:41:10.939Z[ recovery-image] Jul 08 02:41:09.900 INFO O| Jul 08 02:41:09.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79892026-07-08T02:41:10.942Z[ recovery-image] Jul 08 02:41:09.900 INFO O| Jul 08 02:41:09.900 INFO STEP 882 (remove_files) COMPLETE
79902026-07-08T02:41:10.942Z[ recovery-image] Jul 08 02:41:09.900 INFO O| Jul 08 02:41:09.900 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-08T02:41:10.948Z[ recovery-image] Jul 08 02:41:09.909 INFO O| Jul 08 02:41:09.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79922026-07-08T02:41:10.948Z[ recovery-image] Jul 08 02:41:09.909 INFO O| Jul 08 02:41:09.909 INFO STEP 883 (remove_files) COMPLETE
79932026-07-08T02:41:10.948Z[ recovery-image] Jul 08 02:41:09.909 INFO O| Jul 08 02:41:09.909 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-08T02:41:10.956Z[ recovery-image] Jul 08 02:41:09.917 INFO O| Jul 08 02:41:09.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79952026-07-08T02:41:10.956Z[ recovery-image] Jul 08 02:41:09.917 INFO O| Jul 08 02:41:09.917 INFO STEP 884 (remove_files) COMPLETE
79962026-07-08T02:41:10.959Z[ recovery-image] Jul 08 02:41:09.917 INFO O| Jul 08 02:41:09.917 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-08T02:41:10.965Z[ recovery-image] Jul 08 02:41:09.926 INFO O| Jul 08 02:41:09.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79982026-07-08T02:41:10.965Z[ recovery-image] Jul 08 02:41:09.926 INFO O| Jul 08 02:41:09.926 INFO STEP 885 (remove_files) COMPLETE
79992026-07-08T02:41:10.965Z[ recovery-image] Jul 08 02:41:09.927 INFO O| Jul 08 02:41:09.926 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-08T02:41:10.975Z[ recovery-image] Jul 08 02:41:09.936 INFO O| Jul 08 02:41:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80012026-07-08T02:41:10.975Z[ recovery-image] Jul 08 02:41:09.936 INFO O| Jul 08 02:41:09.936 INFO STEP 886 (remove_files) COMPLETE
80022026-07-08T02:41:10.975Z[ recovery-image] Jul 08 02:41:09.936 INFO O| Jul 08 02:41:09.936 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-08T02:41:10.984Z[ recovery-image] Jul 08 02:41:09.946 INFO O| Jul 08 02:41:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80042026-07-08T02:41:10.984Z[ recovery-image] Jul 08 02:41:09.946 INFO O| Jul 08 02:41:09.946 INFO STEP 887 (remove_files) COMPLETE
80052026-07-08T02:41:10.984Z[ recovery-image] Jul 08 02:41:09.946 INFO O| Jul 08 02:41:09.946 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-08T02:41:10.994Z[ recovery-image] Jul 08 02:41:09.955 INFO O| Jul 08 02:41:09.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80072026-07-08T02:41:10.994Z[ recovery-image] Jul 08 02:41:09.955 INFO O| Jul 08 02:41:09.955 INFO STEP 888 (remove_files) COMPLETE
80082026-07-08T02:41:10.997Z[ recovery-image] Jul 08 02:41:09.955 INFO O| Jul 08 02:41:09.955 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-08T02:41:11.003Z[ recovery-image] Jul 08 02:41:09.964 INFO O| Jul 08 02:41:09.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80102026-07-08T02:41:11.003Z[ recovery-image] Jul 08 02:41:09.964 INFO O| Jul 08 02:41:09.964 INFO STEP 889 (remove_files) COMPLETE
80112026-07-08T02:41:11.006Z[ recovery-image] Jul 08 02:41:09.964 INFO O| Jul 08 02:41:09.964 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-08T02:41:11.011Z[ recovery-image] Jul 08 02:41:09.972 INFO O| Jul 08 02:41:09.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80132026-07-08T02:41:11.014Z[ recovery-image] Jul 08 02:41:09.972 INFO O| Jul 08 02:41:09.972 INFO STEP 890 (remove_files) COMPLETE
80142026-07-08T02:41:11.014Z[ recovery-image] Jul 08 02:41:09.972 INFO O| Jul 08 02:41:09.972 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-08T02:41:11.021Z[ recovery-image] Jul 08 02:41:09.983 INFO O| Jul 08 02:41:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80162026-07-08T02:41:11.024Z[ recovery-image] Jul 08 02:41:09.983 INFO O| Jul 08 02:41:09.983 INFO STEP 891 (remove_files) COMPLETE
80172026-07-08T02:41:11.024Z[ recovery-image] Jul 08 02:41:09.983 INFO O| Jul 08 02:41:09.983 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-08T02:41:11.030Z[ recovery-image] Jul 08 02:41:09.991 INFO O| Jul 08 02:41:09.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80192026-07-08T02:41:11.030Z[ recovery-image] Jul 08 02:41:09.991 INFO O| Jul 08 02:41:09.991 INFO STEP 892 (remove_files) COMPLETE
80202026-07-08T02:41:11.030Z[ recovery-image] Jul 08 02:41:09.991 INFO O| Jul 08 02:41:09.991 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-08T02:41:11.039Z[ recovery-image] Jul 08 02:41:10.000 INFO O| Jul 08 02:41:10.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80222026-07-08T02:41:11.039Z[ recovery-image] Jul 08 02:41:10.000 INFO O| Jul 08 02:41:10.000 INFO STEP 893 (remove_files) COMPLETE
80232026-07-08T02:41:11.039Z[ recovery-image] Jul 08 02:41:10.000 INFO O| Jul 08 02:41:10.000 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-08T02:41:11.047Z[ recovery-image] Jul 08 02:41:10.009 INFO O| Jul 08 02:41:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80252026-07-08T02:41:11.047Z[ recovery-image] Jul 08 02:41:10.009 INFO O| Jul 08 02:41:10.009 INFO STEP 894 (remove_files) COMPLETE
80262026-07-08T02:41:11.052Z[ recovery-image] Jul 08 02:41:10.009 INFO O| Jul 08 02:41:10.009 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-08T02:41:11.057Z[ recovery-image] Jul 08 02:41:10.018 INFO O| Jul 08 02:41:10.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80282026-07-08T02:41:11.062Z[ recovery-image] Jul 08 02:41:10.018 INFO O| Jul 08 02:41:10.018 INFO STEP 895 (remove_files) COMPLETE
80292026-07-08T02:41:11.062Z[ recovery-image] Jul 08 02:41:10.018 INFO O| Jul 08 02:41:10.018 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-08T02:41:11.067Z[ recovery-image] Jul 08 02:41:10.029 INFO O| Jul 08 02:41:10.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80312026-07-08T02:41:11.067Z[ recovery-image] Jul 08 02:41:10.029 INFO O| Jul 08 02:41:10.029 INFO STEP 896 (remove_files) COMPLETE
80322026-07-08T02:41:11.070Z[ recovery-image] Jul 08 02:41:10.029 INFO O| Jul 08 02:41:10.029 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-08T02:41:11.075Z[ recovery-image] Jul 08 02:41:10.037 INFO O| Jul 08 02:41:10.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80342026-07-08T02:41:11.078Z[ recovery-image] Jul 08 02:41:10.037 INFO O| Jul 08 02:41:10.037 INFO STEP 897 (remove_files) COMPLETE
80352026-07-08T02:41:11.078Z[ recovery-image] Jul 08 02:41:10.037 INFO O| Jul 08 02:41:10.037 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-08T02:41:11.084Z[ recovery-image] Jul 08 02:41:10.045 INFO O| Jul 08 02:41:10.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80372026-07-08T02:41:11.087Z[ recovery-image] Jul 08 02:41:10.046 INFO O| Jul 08 02:41:10.046 INFO STEP 898 (remove_files) COMPLETE
80382026-07-08T02:41:11.087Z[ recovery-image] Jul 08 02:41:10.046 INFO O| Jul 08 02:41:10.046 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-08T02:41:11.092Z[ recovery-image] Jul 08 02:41:10.054 INFO O| Jul 08 02:41:10.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80402026-07-08T02:41:11.095Z[ recovery-image] Jul 08 02:41:10.054 INFO O| Jul 08 02:41:10.054 INFO STEP 899 (remove_files) COMPLETE
80412026-07-08T02:41:11.095Z[ recovery-image] Jul 08 02:41:10.054 INFO O| Jul 08 02:41:10.054 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-08T02:41:11.101Z[ recovery-image] Jul 08 02:41:10.062 INFO O| Jul 08 02:41:10.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80432026-07-08T02:41:11.104Z[ recovery-image] Jul 08 02:41:10.062 INFO O| Jul 08 02:41:10.062 INFO STEP 900 (remove_files) COMPLETE
80442026-07-08T02:41:11.104Z[ recovery-image] Jul 08 02:41:10.062 INFO O| Jul 08 02:41:10.062 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-08T02:41:11.110Z[ recovery-image] Jul 08 02:41:10.070 INFO O| Jul 08 02:41:10.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80462026-07-08T02:41:11.110Z[ recovery-image] Jul 08 02:41:10.070 INFO O| Jul 08 02:41:10.070 INFO STEP 901 (remove_files) COMPLETE
80472026-07-08T02:41:11.110Z[ recovery-image] Jul 08 02:41:10.070 INFO O| Jul 08 02:41:10.070 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-08T02:41:11.117Z[ recovery-image] Jul 08 02:41:10.078 INFO O| Jul 08 02:41:10.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80492026-07-08T02:41:11.120Z[ recovery-image] Jul 08 02:41:10.078 INFO O| Jul 08 02:41:10.078 INFO STEP 902 (remove_files) COMPLETE
80502026-07-08T02:41:11.120Z[ recovery-image] Jul 08 02:41:10.078 INFO O| Jul 08 02:41:10.078 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-08T02:41:11.125Z[ recovery-image] Jul 08 02:41:10.086 INFO O| Jul 08 02:41:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80522026-07-08T02:41:11.128Z[ recovery-image] Jul 08 02:41:10.086 INFO O| Jul 08 02:41:10.086 INFO STEP 903 (remove_files) COMPLETE
80532026-07-08T02:41:11.128Z[ recovery-image] Jul 08 02:41:10.086 INFO O| Jul 08 02:41:10.086 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-08T02:41:11.133Z[ recovery-image] Jul 08 02:41:10.094 INFO O| Jul 08 02:41:10.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80552026-07-08T02:41:11.133Z[ recovery-image] Jul 08 02:41:10.094 INFO O| Jul 08 02:41:10.094 INFO STEP 904 (remove_files) COMPLETE
80562026-07-08T02:41:11.136Z[ recovery-image] Jul 08 02:41:10.094 INFO O| Jul 08 02:41:10.094 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-08T02:41:11.140Z[ recovery-image] Jul 08 02:41:10.102 INFO O| Jul 08 02:41:10.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80582026-07-08T02:41:11.140Z[ recovery-image] Jul 08 02:41:10.102 INFO O| Jul 08 02:41:10.102 INFO STEP 905 (remove_files) COMPLETE
80592026-07-08T02:41:11.144Z[ recovery-image] Jul 08 02:41:10.102 INFO O| Jul 08 02:41:10.102 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-08T02:41:11.150Z[ recovery-image] Jul 08 02:41:10.110 INFO O| Jul 08 02:41:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80612026-07-08T02:41:11.150Z[ recovery-image] Jul 08 02:41:10.110 INFO O| Jul 08 02:41:10.110 INFO STEP 906 (remove_files) COMPLETE
80622026-07-08T02:41:11.153Z[ recovery-image] Jul 08 02:41:10.110 INFO O| Jul 08 02:41:10.110 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-08T02:41:11.156Z[ recovery-image] Jul 08 02:41:10.117 INFO O| Jul 08 02:41:10.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80642026-07-08T02:41:11.156Z[ recovery-image] Jul 08 02:41:10.117 INFO O| Jul 08 02:41:10.117 INFO STEP 907 (remove_files) COMPLETE
80652026-07-08T02:41:11.156Z[ recovery-image] Jul 08 02:41:10.117 INFO O| Jul 08 02:41:10.117 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-08T02:41:11.165Z[ recovery-image] Jul 08 02:41:10.126 INFO O| Jul 08 02:41:10.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80672026-07-08T02:41:11.165Z[ recovery-image] Jul 08 02:41:10.126 INFO O| Jul 08 02:41:10.126 INFO STEP 908 (remove_files) COMPLETE
80682026-07-08T02:41:11.165Z[ recovery-image] Jul 08 02:41:10.126 INFO O| Jul 08 02:41:10.126 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-07-08T02:41:11.172Z[ recovery-image] Jul 08 02:41:10.133 INFO O| Jul 08 02:41:10.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80702026-07-08T02:41:11.172Z[ recovery-image] Jul 08 02:41:10.133 INFO O| Jul 08 02:41:10.133 INFO STEP 909 (remove_files) COMPLETE
80712026-07-08T02:41:11.175Z[ recovery-image] Jul 08 02:41:10.133 INFO O| Jul 08 02:41:10.133 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-07-08T02:41:11.179Z[ recovery-image] Jul 08 02:41:10.141 INFO O| Jul 08 02:41:10.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80732026-07-08T02:41:11.179Z[ recovery-image] Jul 08 02:41:10.141 INFO O| Jul 08 02:41:10.141 INFO STEP 910 (remove_files) COMPLETE
80742026-07-08T02:41:11.183Z[ recovery-image] Jul 08 02:41:10.141 INFO O| Jul 08 02:41:10.141 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-07-08T02:41:11.188Z[ recovery-image] Jul 08 02:41:10.149 INFO O| Jul 08 02:41:10.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80762026-07-08T02:41:11.191Z[ recovery-image] Jul 08 02:41:10.150 INFO O| Jul 08 02:41:10.150 INFO STEP 911 (remove_files) COMPLETE
80772026-07-08T02:41:11.191Z[ recovery-image] Jul 08 02:41:10.150 INFO O| Jul 08 02:41:10.150 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-07-08T02:41:11.197Z[ recovery-image] Jul 08 02:41:10.159 INFO O| Jul 08 02:41:10.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80792026-07-08T02:41:11.200Z[ recovery-image] Jul 08 02:41:10.159 INFO O| Jul 08 02:41:10.159 INFO STEP 912 (remove_files) COMPLETE
80802026-07-08T02:41:11.200Z[ recovery-image] Jul 08 02:41:10.159 INFO O| Jul 08 02:41:10.159 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-07-08T02:41:11.208Z[ recovery-image] Jul 08 02:41:10.169 INFO O| Jul 08 02:41:10.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80822026-07-08T02:41:11.208Z[ recovery-image] Jul 08 02:41:10.169 INFO O| Jul 08 02:41:10.169 INFO STEP 913 (remove_files) COMPLETE
80832026-07-08T02:41:11.212Z[ recovery-image] Jul 08 02:41:10.169 INFO O| Jul 08 02:41:10.169 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-08T02:41:11.217Z[ recovery-image] Jul 08 02:41:10.178 INFO O| Jul 08 02:41:10.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80852026-07-08T02:41:11.220Z[ recovery-image] Jul 08 02:41:10.178 INFO O| Jul 08 02:41:10.178 INFO STEP 914 (remove_files) COMPLETE
80862026-07-08T02:41:11.220Z[ recovery-image] Jul 08 02:41:10.179 INFO O| Jul 08 02:41:10.178 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-08T02:41:11.227Z[ recovery-image] Jul 08 02:41:10.188 INFO O| Jul 08 02:41:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80882026-07-08T02:41:11.227Z[ recovery-image] Jul 08 02:41:10.188 INFO O| Jul 08 02:41:10.188 INFO STEP 915 (remove_files) COMPLETE
80892026-07-08T02:41:11.227Z[ recovery-image] Jul 08 02:41:10.188 INFO O| Jul 08 02:41:10.188 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-08T02:41:11.235Z[ recovery-image] Jul 08 02:41:10.196 INFO O| Jul 08 02:41:10.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80912026-07-08T02:41:11.238Z[ recovery-image] Jul 08 02:41:10.196 INFO O| Jul 08 02:41:10.196 INFO STEP 916 (remove_files) COMPLETE
80922026-07-08T02:41:11.238Z[ recovery-image] Jul 08 02:41:10.196 INFO O| Jul 08 02:41:10.196 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-08T02:41:11.244Z[ recovery-image] Jul 08 02:41:10.206 INFO O| Jul 08 02:41:10.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80942026-07-08T02:41:11.244Z[ recovery-image] Jul 08 02:41:10.206 INFO O| Jul 08 02:41:10.206 INFO STEP 917 (remove_files) COMPLETE
80952026-07-08T02:41:11.248Z[ recovery-image] Jul 08 02:41:10.206 INFO O| Jul 08 02:41:10.206 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-08T02:41:11.253Z[ recovery-image] Jul 08 02:41:10.214 INFO O| Jul 08 02:41:10.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80972026-07-08T02:41:11.256Z[ recovery-image] Jul 08 02:41:10.215 INFO O| Jul 08 02:41:10.215 INFO STEP 918 (remove_files) COMPLETE
80982026-07-08T02:41:11.256Z[ recovery-image] Jul 08 02:41:10.215 INFO O| Jul 08 02:41:10.215 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-08T02:41:11.262Z[ recovery-image] Jul 08 02:41:10.223 INFO O| Jul 08 02:41:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81002026-07-08T02:41:11.269Z[ recovery-image] Jul 08 02:41:10.223 INFO O| Jul 08 02:41:10.223 INFO STEP 919 (remove_files) COMPLETE
81012026-07-08T02:41:11.269Z[ recovery-image] Jul 08 02:41:10.223 INFO O| Jul 08 02:41:10.223 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-08T02:41:11.297Z[ recovery-image] Jul 08 02:41:10.240 INFO O| Jul 08 02:41:10.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81032026-07-08T02:41:11.298Z[ recovery-image] Jul 08 02:41:10.240 INFO O| Jul 08 02:41:10.240 INFO STEP 920 (remove_files) COMPLETE
81042026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.240 INFO O| Jul 08 02:41:10.240 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.249 INFO O| Jul 08 02:41:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81062026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.249 INFO O| Jul 08 02:41:10.249 INFO STEP 921 (remove_files) COMPLETE
81072026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.249 INFO O| Jul 08 02:41:10.249 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.259 INFO O| Jul 08 02:41:10.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81092026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.259 INFO O| Jul 08 02:41:10.259 INFO STEP 922 (remove_files) COMPLETE
81102026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.259 INFO O| Jul 08 02:41:10.259 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.269 INFO O| Jul 08 02:41:10.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81122026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.269 INFO O| Jul 08 02:41:10.269 INFO STEP 923 (remove_files) COMPLETE
81132026-07-08T02:41:11.337Z[ recovery-image] Jul 08 02:41:10.269 INFO O| Jul 08 02:41:10.269 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-08T02:41:11.348Z[ recovery-image] Jul 08 02:41:10.299 INFO O| Jul 08 02:41:10.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81152026-07-08T02:41:11.348Z[ recovery-image] Jul 08 02:41:10.299 INFO O| Jul 08 02:41:10.299 INFO STEP 924 (remove_files) COMPLETE
81162026-07-08T02:41:11.348Z[ recovery-image] Jul 08 02:41:10.299 INFO O| Jul 08 02:41:10.299 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-08T02:41:11.365Z[ recovery-image] Jul 08 02:41:10.325 INFO O| Jul 08 02:41:10.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81182026-07-08T02:41:11.369Z[ recovery-image] Jul 08 02:41:10.325 INFO O| Jul 08 02:41:10.325 INFO STEP 925 (remove_files) COMPLETE
81192026-07-08T02:41:11.369Z[ recovery-image] Jul 08 02:41:10.325 INFO O| Jul 08 02:41:10.325 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-08T02:41:11.375Z[ recovery-image] Jul 08 02:41:10.336 INFO O| Jul 08 02:41:10.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81212026-07-08T02:41:11.375Z[ recovery-image] Jul 08 02:41:10.336 INFO O| Jul 08 02:41:10.336 INFO STEP 926 (remove_files) COMPLETE
81222026-07-08T02:41:11.375Z[ recovery-image] Jul 08 02:41:10.336 INFO O| Jul 08 02:41:10.336 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-08T02:41:11.384Z[ recovery-image] Jul 08 02:41:10.345 INFO O| Jul 08 02:41:10.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81242026-07-08T02:41:11.387Z[ recovery-image] Jul 08 02:41:10.345 INFO O| Jul 08 02:41:10.345 INFO STEP 927 (remove_files) COMPLETE
81252026-07-08T02:41:11.387Z[ recovery-image] Jul 08 02:41:10.345 INFO O| Jul 08 02:41:10.345 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-08T02:41:11.393Z[ recovery-image] Jul 08 02:41:10.354 INFO O| Jul 08 02:41:10.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81272026-07-08T02:41:11.396Z[ recovery-image] Jul 08 02:41:10.354 INFO O| Jul 08 02:41:10.354 INFO STEP 928 (remove_files) COMPLETE
81282026-07-08T02:41:11.396Z[ recovery-image] Jul 08 02:41:10.354 INFO O| Jul 08 02:41:10.354 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-08T02:41:11.402Z[ recovery-image] Jul 08 02:41:10.363 INFO O| Jul 08 02:41:10.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81302026-07-08T02:41:11.402Z[ recovery-image] Jul 08 02:41:10.363 INFO O| Jul 08 02:41:10.363 INFO STEP 929 (remove_files) COMPLETE
81312026-07-08T02:41:11.402Z[ recovery-image] Jul 08 02:41:10.363 INFO O| Jul 08 02:41:10.363 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-08T02:41:11.411Z[ recovery-image] Jul 08 02:41:10.372 INFO O| Jul 08 02:41:10.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81332026-07-08T02:41:11.411Z[ recovery-image] Jul 08 02:41:10.372 INFO O| Jul 08 02:41:10.372 INFO STEP 930 (remove_files) COMPLETE
81342026-07-08T02:41:11.411Z[ recovery-image] Jul 08 02:41:10.372 INFO O| Jul 08 02:41:10.372 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-08T02:41:11.421Z[ recovery-image] Jul 08 02:41:10.382 INFO O| Jul 08 02:41:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81362026-07-08T02:41:11.424Z[ recovery-image] Jul 08 02:41:10.382 INFO O| Jul 08 02:41:10.382 INFO STEP 931 (remove_files) COMPLETE
81372026-07-08T02:41:11.424Z[ recovery-image] Jul 08 02:41:10.382 INFO O| Jul 08 02:41:10.382 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-08T02:41:11.430Z[ recovery-image] Jul 08 02:41:10.392 INFO O| Jul 08 02:41:10.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81392026-07-08T02:41:11.430Z[ recovery-image] Jul 08 02:41:10.392 INFO O| Jul 08 02:41:10.392 INFO STEP 932 (remove_files) COMPLETE
81402026-07-08T02:41:11.433Z[ recovery-image] Jul 08 02:41:10.392 INFO O| Jul 08 02:41:10.392 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-08T02:41:11.439Z[ recovery-image] Jul 08 02:41:10.401 INFO O| Jul 08 02:41:10.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81422026-07-08T02:41:11.439Z[ recovery-image] Jul 08 02:41:10.401 INFO O| Jul 08 02:41:10.401 INFO STEP 933 (remove_files) COMPLETE
81432026-07-08T02:41:11.442Z[ recovery-image] Jul 08 02:41:10.401 INFO O| Jul 08 02:41:10.401 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-08T02:41:11.450Z[ recovery-image] Jul 08 02:41:10.410 INFO O| Jul 08 02:41:10.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81452026-07-08T02:41:11.450Z[ recovery-image] Jul 08 02:41:10.410 INFO O| Jul 08 02:41:10.410 INFO STEP 934 (remove_files) COMPLETE
81462026-07-08T02:41:11.450Z[ recovery-image] Jul 08 02:41:10.410 INFO O| Jul 08 02:41:10.410 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-08T02:41:11.459Z[ recovery-image] Jul 08 02:41:10.420 INFO O| Jul 08 02:41:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81482026-07-08T02:41:11.462Z[ recovery-image] Jul 08 02:41:10.420 INFO O| Jul 08 02:41:10.420 INFO STEP 935 (remove_files) COMPLETE
81492026-07-08T02:41:11.462Z[ recovery-image] Jul 08 02:41:10.420 INFO O| Jul 08 02:41:10.420 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-07-08T02:41:11.468Z[ recovery-image] Jul 08 02:41:10.429 INFO O| Jul 08 02:41:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81512026-07-08T02:41:11.471Z[ recovery-image] Jul 08 02:41:10.429 INFO O| Jul 08 02:41:10.429 INFO STEP 936 (remove_files) COMPLETE
81522026-07-08T02:41:11.471Z[ recovery-image] Jul 08 02:41:10.429 INFO O| Jul 08 02:41:10.429 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-07-08T02:41:11.478Z[ recovery-image] Jul 08 02:41:10.440 INFO O| Jul 08 02:41:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81542026-07-08T02:41:11.482Z[ recovery-image] Jul 08 02:41:10.440 INFO O| Jul 08 02:41:10.440 INFO STEP 937 (remove_files) COMPLETE
81552026-07-08T02:41:11.482Z[ recovery-image] Jul 08 02:41:10.440 INFO O| Jul 08 02:41:10.440 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-07-08T02:41:11.488Z[ recovery-image] Jul 08 02:41:10.449 INFO O| Jul 08 02:41:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81572026-07-08T02:41:11.491Z[ recovery-image] Jul 08 02:41:10.450 INFO O| Jul 08 02:41:10.450 INFO STEP 938 (remove_files) COMPLETE
81582026-07-08T02:41:11.491Z[ recovery-image] Jul 08 02:41:10.450 INFO O| Jul 08 02:41:10.450 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-07-08T02:41:11.495Z[ recovery-image] Jul 08 02:41:10.457 INFO O| Jul 08 02:41:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81602026-07-08T02:41:11.499Z[ recovery-image] Jul 08 02:41:10.457 INFO O| Jul 08 02:41:10.457 INFO STEP 939 (remove_files) COMPLETE
81612026-07-08T02:41:11.499Z[ recovery-image] Jul 08 02:41:10.457 INFO O| Jul 08 02:41:10.457 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-07-08T02:41:11.507Z[ recovery-image] Jul 08 02:41:10.469 INFO O| Jul 08 02:41:10.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81632026-07-08T02:41:11.507Z[ recovery-image] Jul 08 02:41:10.469 INFO O| Jul 08 02:41:10.469 INFO STEP 940 (remove_files) COMPLETE
81642026-07-08T02:41:11.507Z[ recovery-image] Jul 08 02:41:10.469 INFO O| Jul 08 02:41:10.469 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-07-08T02:41:11.518Z[ recovery-image] Jul 08 02:41:10.478 INFO O| Jul 08 02:41:10.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81662026-07-08T02:41:11.519Z[ recovery-image] Jul 08 02:41:10.478 INFO O| Jul 08 02:41:10.478 INFO STEP 941 (remove_files) COMPLETE
81672026-07-08T02:41:11.519Z[ recovery-image] Jul 08 02:41:10.478 INFO O| Jul 08 02:41:10.478 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-07-08T02:41:11.527Z[ recovery-image] Jul 08 02:41:10.488 INFO O| Jul 08 02:41:10.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81692026-07-08T02:41:11.530Z[ recovery-image] Jul 08 02:41:10.488 INFO O| Jul 08 02:41:10.488 INFO STEP 942 (remove_files) COMPLETE
81702026-07-08T02:41:11.530Z[ recovery-image] Jul 08 02:41:10.488 INFO O| Jul 08 02:41:10.488 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-07-08T02:41:11.536Z[ recovery-image] Jul 08 02:41:10.497 INFO O| Jul 08 02:41:10.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81722026-07-08T02:41:11.536Z[ recovery-image] Jul 08 02:41:10.497 INFO O| Jul 08 02:41:10.497 INFO STEP 943 (remove_files) COMPLETE
81732026-07-08T02:41:11.536Z[ recovery-image] Jul 08 02:41:10.497 INFO O| Jul 08 02:41:10.497 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-07-08T02:41:11.543Z[ recovery-image] Jul 08 02:41:10.504 INFO O| Jul 08 02:41:10.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81752026-07-08T02:41:11.547Z[ recovery-image] Jul 08 02:41:10.504 INFO O| Jul 08 02:41:10.504 INFO STEP 944 (remove_files) COMPLETE
81762026-07-08T02:41:11.547Z[ recovery-image] Jul 08 02:41:10.504 INFO O| Jul 08 02:41:10.504 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-07-08T02:41:11.550Z[ recovery-image] Jul 08 02:41:10.511 INFO O| Jul 08 02:41:10.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81782026-07-08T02:41:11.551Z[ recovery-image] Jul 08 02:41:10.512 INFO O| Jul 08 02:41:10.512 INFO STEP 945 (remove_files) COMPLETE
81792026-07-08T02:41:11.551Z[ recovery-image] Jul 08 02:41:10.512 INFO O| Jul 08 02:41:10.512 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-07-08T02:41:11.565Z[ recovery-image] Jul 08 02:41:10.519 INFO O| Jul 08 02:41:10.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81812026-07-08T02:41:11.565Z[ recovery-image] Jul 08 02:41:10.519 INFO O| Jul 08 02:41:10.519 INFO STEP 946 (remove_files) COMPLETE
81822026-07-08T02:41:11.565Z[ recovery-image] Jul 08 02:41:10.519 INFO O| Jul 08 02:41:10.519 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-07-08T02:41:11.569Z[ recovery-image] Jul 08 02:41:10.527 INFO O| Jul 08 02:41:10.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81842026-07-08T02:41:11.569Z[ recovery-image] Jul 08 02:41:10.527 INFO O| Jul 08 02:41:10.527 INFO STEP 947 (remove_files) COMPLETE
81852026-07-08T02:41:11.569Z[ recovery-image] Jul 08 02:41:10.527 INFO O| Jul 08 02:41:10.527 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-07-08T02:41:11.574Z[ recovery-image] Jul 08 02:41:10.535 INFO O| Jul 08 02:41:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81872026-07-08T02:41:11.574Z[ recovery-image] Jul 08 02:41:10.535 INFO O| Jul 08 02:41:10.535 INFO STEP 948 (remove_files) COMPLETE
81882026-07-08T02:41:11.577Z[ recovery-image] Jul 08 02:41:10.535 INFO O| Jul 08 02:41:10.535 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-07-08T02:41:11.582Z[ recovery-image] Jul 08 02:41:10.543 INFO O| Jul 08 02:41:10.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81902026-07-08T02:41:11.582Z[ recovery-image] Jul 08 02:41:10.543 INFO O| Jul 08 02:41:10.543 INFO STEP 949 (remove_files) COMPLETE
81912026-07-08T02:41:11.585Z[ recovery-image] Jul 08 02:41:10.543 INFO O| Jul 08 02:41:10.543 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-07-08T02:41:11.590Z[ recovery-image] Jul 08 02:41:10.552 INFO O| Jul 08 02:41:10.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81932026-07-08T02:41:11.591Z[ recovery-image] Jul 08 02:41:10.552 INFO O| Jul 08 02:41:10.552 INFO STEP 950 (remove_files) COMPLETE
81942026-07-08T02:41:11.591Z[ recovery-image] Jul 08 02:41:10.552 INFO O| Jul 08 02:41:10.552 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-07-08T02:41:11.598Z[ recovery-image] Jul 08 02:41:10.559 INFO O| Jul 08 02:41:10.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81962026-07-08T02:41:11.601Z[ recovery-image] Jul 08 02:41:10.559 INFO O| Jul 08 02:41:10.559 INFO STEP 951 (remove_files) COMPLETE
81972026-07-08T02:41:11.601Z[ recovery-image] Jul 08 02:41:10.559 INFO O| Jul 08 02:41:10.559 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-07-08T02:41:11.604Z[ recovery-image] Jul 08 02:41:10.566 INFO O| Jul 08 02:41:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81992026-07-08T02:41:11.605Z[ recovery-image] Jul 08 02:41:10.566 INFO O| Jul 08 02:41:10.566 INFO STEP 952 (remove_files) COMPLETE
82002026-07-08T02:41:11.605Z[ recovery-image] Jul 08 02:41:10.566 INFO O| Jul 08 02:41:10.566 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-07-08T02:41:11.611Z[ recovery-image] Jul 08 02:41:10.572 INFO O| Jul 08 02:41:10.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82022026-07-08T02:41:11.611Z[ recovery-image] Jul 08 02:41:10.572 INFO O| Jul 08 02:41:10.572 INFO STEP 953 (remove_files) COMPLETE
82032026-07-08T02:41:11.611Z[ recovery-image] Jul 08 02:41:10.572 INFO O| Jul 08 02:41:10.572 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-07-08T02:41:11.618Z[ recovery-image] Jul 08 02:41:10.579 INFO O| Jul 08 02:41:10.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82052026-07-08T02:41:11.626Z[ recovery-image] Jul 08 02:41:10.579 INFO O| Jul 08 02:41:10.579 INFO STEP 954 (remove_files) COMPLETE
82062026-07-08T02:41:11.626Z[ recovery-image] Jul 08 02:41:10.579 INFO O| Jul 08 02:41:10.579 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-08T02:41:11.629Z[ recovery-image] Jul 08 02:41:10.586 INFO O| Jul 08 02:41:10.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82082026-07-08T02:41:11.629Z[ recovery-image] Jul 08 02:41:10.586 INFO O| Jul 08 02:41:10.586 INFO STEP 955 (remove_files) COMPLETE
82092026-07-08T02:41:11.629Z[ recovery-image] Jul 08 02:41:10.586 INFO O| Jul 08 02:41:10.586 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-08T02:41:11.634Z[ recovery-image] Jul 08 02:41:10.595 INFO O| Jul 08 02:41:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82112026-07-08T02:41:11.636Z[ recovery-image] Jul 08 02:41:10.595 INFO O| Jul 08 02:41:10.595 INFO STEP 956 (remove_files) COMPLETE
82122026-07-08T02:41:11.636Z[ recovery-image] Jul 08 02:41:10.595 INFO O| Jul 08 02:41:10.595 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-08T02:41:11.641Z[ recovery-image] Jul 08 02:41:10.603 INFO O| Jul 08 02:41:10.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82142026-07-08T02:41:11.644Z[ recovery-image] Jul 08 02:41:10.603 INFO O| Jul 08 02:41:10.603 INFO STEP 957 (remove_files) COMPLETE
82152026-07-08T02:41:11.644Z[ recovery-image] Jul 08 02:41:10.603 INFO O| Jul 08 02:41:10.603 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-08T02:41:11.651Z[ recovery-image] Jul 08 02:41:10.612 INFO O| Jul 08 02:41:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82172026-07-08T02:41:11.651Z[ recovery-image] Jul 08 02:41:10.612 INFO O| Jul 08 02:41:10.612 INFO STEP 958 (remove_files) COMPLETE
82182026-07-08T02:41:11.654Z[ recovery-image] Jul 08 02:41:10.612 INFO O| Jul 08 02:41:10.612 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-08T02:41:11.660Z[ recovery-image] Jul 08 02:41:10.621 INFO O| Jul 08 02:41:10.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82202026-07-08T02:41:11.663Z[ recovery-image] Jul 08 02:41:10.621 INFO O| Jul 08 02:41:10.621 INFO STEP 959 (remove_files) COMPLETE
82212026-07-08T02:41:11.663Z[ recovery-image] Jul 08 02:41:10.621 INFO O| Jul 08 02:41:10.621 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-08T02:41:11.669Z[ recovery-image] Jul 08 02:41:10.631 INFO O| Jul 08 02:41:10.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82232026-07-08T02:41:11.669Z[ recovery-image] Jul 08 02:41:10.631 INFO O| Jul 08 02:41:10.631 INFO STEP 960 (remove_files) COMPLETE
82242026-07-08T02:41:11.673Z[ recovery-image] Jul 08 02:41:10.631 INFO O| Jul 08 02:41:10.631 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-08T02:41:11.678Z[ recovery-image] Jul 08 02:41:10.640 INFO O| Jul 08 02:41:10.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82262026-07-08T02:41:11.681Z[ recovery-image] Jul 08 02:41:10.640 INFO O| Jul 08 02:41:10.640 INFO STEP 961 (remove_files) COMPLETE
82272026-07-08T02:41:11.681Z[ recovery-image] Jul 08 02:41:10.640 INFO O| Jul 08 02:41:10.640 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-08T02:41:11.686Z[ recovery-image] Jul 08 02:41:10.647 INFO O| Jul 08 02:41:10.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82292026-07-08T02:41:11.690Z[ recovery-image] Jul 08 02:41:10.647 INFO O| Jul 08 02:41:10.647 INFO STEP 962 (remove_files) COMPLETE
82302026-07-08T02:41:11.690Z[ recovery-image] Jul 08 02:41:10.647 INFO O| Jul 08 02:41:10.647 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-08T02:41:11.694Z[ recovery-image] Jul 08 02:41:10.655 INFO O| Jul 08 02:41:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82322026-07-08T02:41:11.697Z[ recovery-image] Jul 08 02:41:10.656 INFO O| Jul 08 02:41:10.656 INFO STEP 963 (remove_files) COMPLETE
82332026-07-08T02:41:11.697Z[ recovery-image] Jul 08 02:41:10.656 INFO O| Jul 08 02:41:10.656 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-08T02:41:11.702Z[ recovery-image] Jul 08 02:41:10.663 INFO O| Jul 08 02:41:10.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82352026-07-08T02:41:11.705Z[ recovery-image] Jul 08 02:41:10.663 INFO O| Jul 08 02:41:10.663 INFO STEP 964 (remove_files) COMPLETE
82362026-07-08T02:41:11.705Z[ recovery-image] Jul 08 02:41:10.663 INFO O| Jul 08 02:41:10.663 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-08T02:41:11.711Z[ recovery-image] Jul 08 02:41:10.672 INFO O| Jul 08 02:41:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82382026-07-08T02:41:11.713Z[ recovery-image] Jul 08 02:41:10.672 INFO O| Jul 08 02:41:10.672 INFO STEP 965 (remove_files) COMPLETE
82392026-07-08T02:41:11.713Z[ recovery-image] Jul 08 02:41:10.672 INFO O| Jul 08 02:41:10.672 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-08T02:41:11.720Z[ recovery-image] Jul 08 02:41:10.681 INFO O| Jul 08 02:41:10.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82412026-07-08T02:41:11.720Z[ recovery-image] Jul 08 02:41:10.681 INFO O| Jul 08 02:41:10.681 INFO STEP 966 (remove_files) COMPLETE
82422026-07-08T02:41:11.724Z[ recovery-image] Jul 08 02:41:10.681 INFO O| Jul 08 02:41:10.681 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-08T02:41:11.728Z[ recovery-image] Jul 08 02:41:10.689 INFO O| Jul 08 02:41:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82442026-07-08T02:41:11.731Z[ recovery-image] Jul 08 02:41:10.689 INFO O| Jul 08 02:41:10.689 INFO STEP 967 (remove_files) COMPLETE
82452026-07-08T02:41:11.731Z[ recovery-image] Jul 08 02:41:10.689 INFO O| Jul 08 02:41:10.689 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-08T02:41:11.736Z[ recovery-image] Jul 08 02:41:10.698 INFO O| Jul 08 02:41:10.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82472026-07-08T02:41:11.739Z[ recovery-image] Jul 08 02:41:10.698 INFO O| Jul 08 02:41:10.698 INFO STEP 968 (remove_files) COMPLETE
82482026-07-08T02:41:11.739Z[ recovery-image] Jul 08 02:41:10.698 INFO O| Jul 08 02:41:10.698 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-08T02:41:11.746Z[ recovery-image] Jul 08 02:41:10.707 INFO O| Jul 08 02:41:10.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82502026-07-08T02:41:11.747Z[ recovery-image] Jul 08 02:41:10.707 INFO O| Jul 08 02:41:10.707 INFO STEP 969 (remove_files) COMPLETE
82512026-07-08T02:41:11.752Z[ recovery-image] Jul 08 02:41:10.707 INFO O| Jul 08 02:41:10.707 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-08T02:41:11.758Z[ recovery-image] Jul 08 02:41:10.716 INFO O| Jul 08 02:41:10.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82532026-07-08T02:41:11.758Z[ recovery-image] Jul 08 02:41:10.716 INFO O| Jul 08 02:41:10.716 INFO STEP 970 (remove_files) COMPLETE
82542026-07-08T02:41:11.758Z[ recovery-image] Jul 08 02:41:10.716 INFO O| Jul 08 02:41:10.716 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-08T02:41:11.763Z[ recovery-image] Jul 08 02:41:10.723 INFO O| Jul 08 02:41:10.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82562026-07-08T02:41:11.763Z[ recovery-image] Jul 08 02:41:10.723 INFO O| Jul 08 02:41:10.723 INFO STEP 971 (remove_files) COMPLETE
82572026-07-08T02:41:11.767Z[ recovery-image] Jul 08 02:41:10.723 INFO O| Jul 08 02:41:10.723 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-08T02:41:11.770Z[ recovery-image] Jul 08 02:41:10.730 INFO O| Jul 08 02:41:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82592026-07-08T02:41:11.770Z[ recovery-image] Jul 08 02:41:10.730 INFO O| Jul 08 02:41:10.730 INFO STEP 972 (remove_files) COMPLETE
82602026-07-08T02:41:11.770Z[ recovery-image] Jul 08 02:41:10.730 INFO O| Jul 08 02:41:10.730 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-08T02:41:11.778Z[ recovery-image] Jul 08 02:41:10.740 INFO O| Jul 08 02:41:10.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82622026-07-08T02:41:11.778Z[ recovery-image] Jul 08 02:41:10.740 INFO O| Jul 08 02:41:10.740 INFO STEP 973 (remove_files) COMPLETE
82632026-07-08T02:41:11.778Z[ recovery-image] Jul 08 02:41:10.740 INFO O| Jul 08 02:41:10.740 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-08T02:41:11.787Z[ recovery-image] Jul 08 02:41:10.748 INFO O| Jul 08 02:41:10.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82652026-07-08T02:41:11.787Z[ recovery-image] Jul 08 02:41:10.748 INFO O| Jul 08 02:41:10.748 INFO STEP 974 (remove_files) COMPLETE
82662026-07-08T02:41:11.787Z[ recovery-image] Jul 08 02:41:10.748 INFO O| Jul 08 02:41:10.748 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-08T02:41:11.793Z[ recovery-image] Jul 08 02:41:10.755 INFO O| Jul 08 02:41:10.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82682026-07-08T02:41:11.793Z[ recovery-image] Jul 08 02:41:10.755 INFO O| Jul 08 02:41:10.755 INFO STEP 975 (remove_files) COMPLETE
82692026-07-08T02:41:11.794Z[ recovery-image] Jul 08 02:41:10.755 INFO O| Jul 08 02:41:10.755 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-08T02:41:11.803Z[ recovery-image] Jul 08 02:41:10.764 INFO O| Jul 08 02:41:10.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82712026-07-08T02:41:11.803Z[ recovery-image] Jul 08 02:41:10.764 INFO O| Jul 08 02:41:10.764 INFO STEP 976 (remove_files) COMPLETE
82722026-07-08T02:41:11.803Z[ recovery-image] Jul 08 02:41:10.764 INFO O| Jul 08 02:41:10.764 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-08T02:41:11.813Z[ recovery-image] Jul 08 02:41:10.770 INFO O| Jul 08 02:41:10.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82742026-07-08T02:41:11.813Z[ recovery-image] Jul 08 02:41:10.771 INFO O| Jul 08 02:41:10.770 INFO STEP 977 (remove_files) COMPLETE
82752026-07-08T02:41:11.815Z[ recovery-image] Jul 08 02:41:10.771 INFO O| Jul 08 02:41:10.770 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-08T02:41:11.818Z[ recovery-image] Jul 08 02:41:10.778 INFO O| Jul 08 02:41:10.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82772026-07-08T02:41:11.818Z[ recovery-image] Jul 08 02:41:10.778 INFO O| Jul 08 02:41:10.778 INFO STEP 978 (remove_files) COMPLETE
82782026-07-08T02:41:11.818Z[ recovery-image] Jul 08 02:41:10.778 INFO O| Jul 08 02:41:10.778 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-08T02:41:11.824Z[ recovery-image] Jul 08 02:41:10.785 INFO O| Jul 08 02:41:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82802026-07-08T02:41:11.824Z[ recovery-image] Jul 08 02:41:10.785 INFO O| Jul 08 02:41:10.785 INFO STEP 979 (remove_files) COMPLETE
82812026-07-08T02:41:11.824Z[ recovery-image] Jul 08 02:41:10.785 INFO O| Jul 08 02:41:10.785 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-08T02:41:11.831Z[ recovery-image] Jul 08 02:41:10.792 INFO O| Jul 08 02:41:10.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82832026-07-08T02:41:11.831Z[ recovery-image] Jul 08 02:41:10.792 INFO O| Jul 08 02:41:10.792 INFO STEP 980 (remove_files) COMPLETE
82842026-07-08T02:41:11.831Z[ recovery-image] Jul 08 02:41:10.792 INFO O| Jul 08 02:41:10.792 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-08T02:41:11.840Z[ recovery-image] Jul 08 02:41:10.801 INFO O| Jul 08 02:41:10.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82862026-07-08T02:41:11.840Z[ recovery-image] Jul 08 02:41:10.801 INFO O| Jul 08 02:41:10.801 INFO STEP 981 (remove_files) COMPLETE
82872026-07-08T02:41:11.840Z[ recovery-image] Jul 08 02:41:10.801 INFO O| Jul 08 02:41:10.801 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-08T02:41:11.849Z[ recovery-image] Jul 08 02:41:10.810 INFO O| Jul 08 02:41:10.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82892026-07-08T02:41:11.849Z[ recovery-image] Jul 08 02:41:10.810 INFO O| Jul 08 02:41:10.810 INFO STEP 982 (remove_files) COMPLETE
82902026-07-08T02:41:11.849Z[ recovery-image] Jul 08 02:41:10.810 INFO O| Jul 08 02:41:10.810 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-07-08T02:41:11.856Z[ recovery-image] Jul 08 02:41:10.818 INFO O| Jul 08 02:41:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82922026-07-08T02:41:11.856Z[ recovery-image] Jul 08 02:41:10.818 INFO O| Jul 08 02:41:10.818 INFO STEP 983 (remove_files) COMPLETE
82932026-07-08T02:41:11.860Z[ recovery-image] Jul 08 02:41:10.818 INFO O| Jul 08 02:41:10.818 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-07-08T02:41:11.864Z[ recovery-image] Jul 08 02:41:10.825 INFO O| Jul 08 02:41:10.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82952026-07-08T02:41:11.867Z[ recovery-image] Jul 08 02:41:10.825 INFO O| Jul 08 02:41:10.825 INFO STEP 984 (remove_files) COMPLETE
82962026-07-08T02:41:11.867Z[ recovery-image] Jul 08 02:41:10.825 INFO O| Jul 08 02:41:10.825 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-07-08T02:41:11.873Z[ recovery-image] Jul 08 02:41:10.834 INFO O| Jul 08 02:41:10.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82982026-07-08T02:41:11.879Z[ recovery-image] Jul 08 02:41:10.834 INFO O| Jul 08 02:41:10.834 INFO STEP 985 (remove_files) COMPLETE
82992026-07-08T02:41:11.879Z[ recovery-image] Jul 08 02:41:10.834 INFO O| Jul 08 02:41:10.834 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-07-08T02:41:11.883Z[ recovery-image] Jul 08 02:41:10.844 INFO O| Jul 08 02:41:10.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83012026-07-08T02:41:11.886Z[ recovery-image] Jul 08 02:41:10.844 INFO O| Jul 08 02:41:10.844 INFO STEP 986 (remove_files) COMPLETE
83022026-07-08T02:41:11.886Z[ recovery-image] Jul 08 02:41:10.844 INFO O| Jul 08 02:41:10.844 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-07-08T02:41:11.891Z[ recovery-image] Jul 08 02:41:10.853 INFO O| Jul 08 02:41:10.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83042026-07-08T02:41:11.891Z[ recovery-image] Jul 08 02:41:10.853 INFO O| Jul 08 02:41:10.853 INFO STEP 987 (remove_files) COMPLETE
83052026-07-08T02:41:11.891Z[ recovery-image] Jul 08 02:41:10.853 INFO O| Jul 08 02:41:10.853 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-07-08T02:41:11.901Z[ recovery-image] Jul 08 02:41:10.862 INFO O| Jul 08 02:41:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83072026-07-08T02:41:11.904Z[ recovery-image] Jul 08 02:41:10.863 INFO O| Jul 08 02:41:10.863 INFO STEP 988 (remove_files) COMPLETE
83082026-07-08T02:41:11.904Z[ recovery-image] Jul 08 02:41:10.863 INFO O| Jul 08 02:41:10.863 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-08T02:41:11.911Z[ recovery-image] Jul 08 02:41:10.872 INFO O| Jul 08 02:41:10.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83102026-07-08T02:41:11.911Z[ recovery-image] Jul 08 02:41:10.872 INFO O| Jul 08 02:41:10.872 INFO STEP 989 (remove_files) COMPLETE
83112026-07-08T02:41:11.911Z[ recovery-image] Jul 08 02:41:10.872 INFO O| Jul 08 02:41:10.872 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-08T02:41:11.920Z[ recovery-image] Jul 08 02:41:10.881 INFO O| Jul 08 02:41:10.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83132026-07-08T02:41:11.920Z[ recovery-image] Jul 08 02:41:10.881 INFO O| Jul 08 02:41:10.881 INFO STEP 990 (remove_files) COMPLETE
83142026-07-08T02:41:11.923Z[ recovery-image] Jul 08 02:41:10.881 INFO O| Jul 08 02:41:10.881 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-08T02:41:11.928Z[ recovery-image] Jul 08 02:41:10.889 INFO O| Jul 08 02:41:10.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83162026-07-08T02:41:11.928Z[ recovery-image] Jul 08 02:41:10.889 INFO O| Jul 08 02:41:10.889 INFO STEP 991 (remove_files) COMPLETE
83172026-07-08T02:41:11.928Z[ recovery-image] Jul 08 02:41:10.889 INFO O| Jul 08 02:41:10.889 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-08T02:41:11.938Z[ recovery-image] Jul 08 02:41:10.899 INFO O| Jul 08 02:41:10.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83192026-07-08T02:41:11.938Z[ recovery-image] Jul 08 02:41:10.899 INFO O| Jul 08 02:41:10.899 INFO STEP 992 (remove_files) COMPLETE
83202026-07-08T02:41:11.938Z[ recovery-image] Jul 08 02:41:10.899 INFO O| Jul 08 02:41:10.899 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-08T02:41:11.946Z[ recovery-image] Jul 08 02:41:10.908 INFO O| Jul 08 02:41:10.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83222026-07-08T02:41:11.946Z[ recovery-image] Jul 08 02:41:10.908 INFO O| Jul 08 02:41:10.908 INFO STEP 993 (remove_files) COMPLETE
83232026-07-08T02:41:11.950Z[ recovery-image] Jul 08 02:41:10.908 INFO O| Jul 08 02:41:10.908 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-08T02:41:11.954Z[ recovery-image] Jul 08 02:41:10.915 INFO O| Jul 08 02:41:10.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83252026-07-08T02:41:11.957Z[ recovery-image] Jul 08 02:41:10.915 INFO O| Jul 08 02:41:10.915 INFO STEP 994 (remove_files) COMPLETE
83262026-07-08T02:41:11.957Z[ recovery-image] Jul 08 02:41:10.916 INFO O| Jul 08 02:41:10.915 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-08T02:41:11.964Z[ recovery-image] Jul 08 02:41:10.925 INFO O| Jul 08 02:41:10.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83282026-07-08T02:41:11.964Z[ recovery-image] Jul 08 02:41:10.925 INFO O| Jul 08 02:41:10.925 INFO STEP 995 (remove_files) COMPLETE
83292026-07-08T02:41:11.967Z[ recovery-image] Jul 08 02:41:10.925 INFO O| Jul 08 02:41:10.925 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-08T02:41:11.974Z[ recovery-image] Jul 08 02:41:10.935 INFO O| Jul 08 02:41:10.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83312026-07-08T02:41:11.977Z[ recovery-image] Jul 08 02:41:10.935 INFO O| Jul 08 02:41:10.935 INFO STEP 996 (remove_files) COMPLETE
83322026-07-08T02:41:11.978Z[ recovery-image] Jul 08 02:41:10.935 INFO O| Jul 08 02:41:10.935 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-08T02:41:11.982Z[ recovery-image] Jul 08 02:41:10.944 INFO O| Jul 08 02:41:10.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83342026-07-08T02:41:11.988Z[ recovery-image] Jul 08 02:41:10.944 INFO O| Jul 08 02:41:10.944 INFO STEP 997 (remove_files) COMPLETE
83352026-07-08T02:41:11.988Z[ recovery-image] Jul 08 02:41:10.944 INFO O| Jul 08 02:41:10.944 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-08T02:41:11.992Z[ recovery-image] Jul 08 02:41:10.952 INFO O| Jul 08 02:41:10.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83372026-07-08T02:41:11.992Z[ recovery-image] Jul 08 02:41:10.952 INFO O| Jul 08 02:41:10.952 INFO STEP 998 (remove_files) COMPLETE
83382026-07-08T02:41:11.992Z[ recovery-image] Jul 08 02:41:10.952 INFO O| Jul 08 02:41:10.952 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-07-08T02:41:12.002Z[ recovery-image] Jul 08 02:41:10.962 INFO O| Jul 08 02:41:10.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83402026-07-08T02:41:12.002Z[ recovery-image] Jul 08 02:41:10.962 INFO O| Jul 08 02:41:10.962 INFO STEP 999 (remove_files) COMPLETE
83412026-07-08T02:41:12.002Z[ recovery-image] Jul 08 02:41:10.962 INFO O| Jul 08 02:41:10.962 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-07-08T02:41:12.010Z[ recovery-image] Jul 08 02:41:10.971 INFO O| Jul 08 02:41:10.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83432026-07-08T02:41:12.010Z[ recovery-image] Jul 08 02:41:10.971 INFO O| Jul 08 02:41:10.971 INFO STEP 1000 (remove_files) COMPLETE
83442026-07-08T02:41:12.010Z[ recovery-image] Jul 08 02:41:10.971 INFO O| Jul 08 02:41:10.971 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-07-08T02:41:12.018Z[ recovery-image] Jul 08 02:41:10.979 INFO O| Jul 08 02:41:10.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83462026-07-08T02:41:12.018Z[ recovery-image] Jul 08 02:41:10.979 INFO O| Jul 08 02:41:10.979 INFO STEP 1001 (remove_files) COMPLETE
83472026-07-08T02:41:12.022Z[ recovery-image] Jul 08 02:41:10.979 INFO O| Jul 08 02:41:10.979 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-07-08T02:41:12.028Z[ recovery-image] Jul 08 02:41:10.989 INFO O| Jul 08 02:41:10.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83492026-07-08T02:41:12.028Z[ recovery-image] Jul 08 02:41:10.989 INFO O| Jul 08 02:41:10.989 INFO STEP 1002 (remove_files) COMPLETE
83502026-07-08T02:41:12.031Z[ recovery-image] Jul 08 02:41:10.989 INFO O| Jul 08 02:41:10.989 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-07-08T02:41:12.036Z[ recovery-image] Jul 08 02:41:10.998 INFO O| Jul 08 02:41:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83522026-07-08T02:41:12.040Z[ recovery-image] Jul 08 02:41:10.998 INFO O| Jul 08 02:41:10.998 INFO STEP 1003 (remove_files) COMPLETE
83532026-07-08T02:41:12.040Z[ recovery-image] Jul 08 02:41:10.998 INFO O| Jul 08 02:41:10.998 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-07-08T02:41:12.048Z[ recovery-image] Jul 08 02:41:11.008 INFO O| Jul 08 02:41:11.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83552026-07-08T02:41:12.048Z[ recovery-image] Jul 08 02:41:11.008 INFO O| Jul 08 02:41:11.008 INFO STEP 1004 (remove_files) COMPLETE
83562026-07-08T02:41:12.048Z[ recovery-image] Jul 08 02:41:11.008 INFO O| Jul 08 02:41:11.008 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-07-08T02:41:12.056Z[ recovery-image] Jul 08 02:41:11.017 INFO O| Jul 08 02:41:11.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83582026-07-08T02:41:12.058Z[ recovery-image] Jul 08 02:41:11.017 INFO O| Jul 08 02:41:11.017 INFO STEP 1005 (remove_files) COMPLETE
83592026-07-08T02:41:12.058Z[ recovery-image] Jul 08 02:41:11.017 INFO O| Jul 08 02:41:11.017 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-07-08T02:41:12.066Z[ recovery-image] Jul 08 02:41:11.028 INFO O| Jul 08 02:41:11.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83612026-07-08T02:41:12.067Z[ recovery-image] Jul 08 02:41:11.028 INFO O| Jul 08 02:41:11.028 INFO STEP 1006 (remove_files) COMPLETE
83622026-07-08T02:41:12.067Z[ recovery-image] Jul 08 02:41:11.028 INFO O| Jul 08 02:41:11.028 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-07-08T02:41:12.076Z[ recovery-image] Jul 08 02:41:11.037 INFO O| Jul 08 02:41:11.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83642026-07-08T02:41:12.076Z[ recovery-image] Jul 08 02:41:11.037 INFO O| Jul 08 02:41:11.037 INFO STEP 1007 (remove_files) COMPLETE
83652026-07-08T02:41:12.079Z[ recovery-image] Jul 08 02:41:11.037 INFO O| Jul 08 02:41:11.037 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-07-08T02:41:12.085Z[ recovery-image] Jul 08 02:41:11.046 INFO O| Jul 08 02:41:11.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83672026-07-08T02:41:12.085Z[ recovery-image] Jul 08 02:41:11.046 INFO O| Jul 08 02:41:11.046 INFO STEP 1008 (remove_files) COMPLETE
83682026-07-08T02:41:12.085Z[ recovery-image] Jul 08 02:41:11.046 INFO O| Jul 08 02:41:11.046 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-07-08T02:41:12.096Z[ recovery-image] Jul 08 02:41:11.056 INFO O| Jul 08 02:41:11.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83702026-07-08T02:41:12.096Z[ recovery-image] Jul 08 02:41:11.056 INFO O| Jul 08 02:41:11.056 INFO STEP 1009 (remove_files) COMPLETE
83712026-07-08T02:41:12.099Z[ recovery-image] Jul 08 02:41:11.056 INFO O| Jul 08 02:41:11.056 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-07-08T02:41:12.105Z[ recovery-image] Jul 08 02:41:11.066 INFO O| Jul 08 02:41:11.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83732026-07-08T02:41:12.109Z[ recovery-image] Jul 08 02:41:11.066 INFO O| Jul 08 02:41:11.066 INFO STEP 1010 (remove_files) COMPLETE
83742026-07-08T02:41:12.109Z[ recovery-image] Jul 08 02:41:11.066 INFO O| Jul 08 02:41:11.066 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-07-08T02:41:12.113Z[ recovery-image] Jul 08 02:41:11.074 INFO O| Jul 08 02:41:11.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83762026-07-08T02:41:12.116Z[ recovery-image] Jul 08 02:41:11.074 INFO O| Jul 08 02:41:11.074 INFO STEP 1011 (remove_files) COMPLETE
83772026-07-08T02:41:12.116Z[ recovery-image] Jul 08 02:41:11.074 INFO O| Jul 08 02:41:11.074 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-07-08T02:41:12.121Z[ recovery-image] Jul 08 02:41:11.082 INFO O| Jul 08 02:41:11.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83792026-07-08T02:41:12.121Z[ recovery-image] Jul 08 02:41:11.082 INFO O| Jul 08 02:41:11.082 INFO STEP 1012 (remove_files) COMPLETE
83802026-07-08T02:41:12.121Z[ recovery-image] Jul 08 02:41:11.082 INFO O| Jul 08 02:41:11.082 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-07-08T02:41:12.128Z[ recovery-image] Jul 08 02:41:11.090 INFO O| Jul 08 02:41:11.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83822026-07-08T02:41:12.128Z[ recovery-image] Jul 08 02:41:11.090 INFO O| Jul 08 02:41:11.090 INFO STEP 1013 (remove_files) COMPLETE
83832026-07-08T02:41:12.132Z[ recovery-image] Jul 08 02:41:11.090 INFO O| Jul 08 02:41:11.090 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-07-08T02:41:12.138Z[ recovery-image] Jul 08 02:41:11.099 INFO O| Jul 08 02:41:11.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83852026-07-08T02:41:12.142Z[ recovery-image] Jul 08 02:41:11.099 INFO O| Jul 08 02:41:11.099 INFO STEP 1014 (remove_files) COMPLETE
83862026-07-08T02:41:12.142Z[ recovery-image] Jul 08 02:41:11.099 INFO O| Jul 08 02:41:11.099 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-07-08T02:41:12.145Z[ recovery-image] Jul 08 02:41:11.107 INFO O| Jul 08 02:41:11.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83882026-07-08T02:41:12.148Z[ recovery-image] Jul 08 02:41:11.107 INFO O| Jul 08 02:41:11.107 INFO STEP 1015 (remove_files) COMPLETE
83892026-07-08T02:41:12.148Z[ recovery-image] Jul 08 02:41:11.107 INFO O| Jul 08 02:41:11.107 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-07-08T02:41:12.155Z[ recovery-image] Jul 08 02:41:11.116 INFO O| Jul 08 02:41:11.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83912026-07-08T02:41:12.158Z[ recovery-image] Jul 08 02:41:11.116 INFO O| Jul 08 02:41:11.116 INFO STEP 1016 (remove_files) COMPLETE
83922026-07-08T02:41:12.158Z[ recovery-image] Jul 08 02:41:11.116 INFO O| Jul 08 02:41:11.116 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-07-08T02:41:12.163Z[ recovery-image] Jul 08 02:41:11.125 INFO O| Jul 08 02:41:11.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83942026-07-08T02:41:12.163Z[ recovery-image] Jul 08 02:41:11.125 INFO O| Jul 08 02:41:11.125 INFO STEP 1017 (remove_files) COMPLETE
83952026-07-08T02:41:12.163Z[ recovery-image] Jul 08 02:41:11.125 INFO O| Jul 08 02:41:11.125 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-07-08T02:41:12.172Z[ recovery-image] Jul 08 02:41:11.134 INFO O| Jul 08 02:41:11.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83972026-07-08T02:41:12.172Z[ recovery-image] Jul 08 02:41:11.134 INFO O| Jul 08 02:41:11.134 INFO STEP 1018 (remove_files) COMPLETE
83982026-07-08T02:41:12.176Z[ recovery-image] Jul 08 02:41:11.134 INFO O| Jul 08 02:41:11.134 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-07-08T02:41:12.180Z[ recovery-image] Jul 08 02:41:11.141 INFO O| Jul 08 02:41:11.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84002026-07-08T02:41:12.180Z[ recovery-image] Jul 08 02:41:11.141 INFO O| Jul 08 02:41:11.141 INFO STEP 1019 (remove_files) COMPLETE
84012026-07-08T02:41:12.183Z[ recovery-image] Jul 08 02:41:11.141 INFO O| Jul 08 02:41:11.141 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-07-08T02:41:12.187Z[ recovery-image] Jul 08 02:41:11.149 INFO O| Jul 08 02:41:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84032026-07-08T02:41:12.187Z[ recovery-image] Jul 08 02:41:11.149 INFO O| Jul 08 02:41:11.149 INFO STEP 1020 (remove_files) COMPLETE
84042026-07-08T02:41:12.190Z[ recovery-image] Jul 08 02:41:11.149 INFO O| Jul 08 02:41:11.149 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-08T02:41:12.198Z[ recovery-image] Jul 08 02:41:11.159 INFO O| Jul 08 02:41:11.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84062026-07-08T02:41:12.198Z[ recovery-image] Jul 08 02:41:11.159 INFO O| Jul 08 02:41:11.159 INFO STEP 1021 (remove_files) COMPLETE
84072026-07-08T02:41:12.203Z[ recovery-image] Jul 08 02:41:11.159 INFO O| Jul 08 02:41:11.159 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-08T02:41:12.207Z[ recovery-image] Jul 08 02:41:11.168 INFO O| Jul 08 02:41:11.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84092026-07-08T02:41:12.211Z[ recovery-image] Jul 08 02:41:11.168 INFO O| Jul 08 02:41:11.168 INFO STEP 1022 (remove_files) COMPLETE
84102026-07-08T02:41:12.211Z[ recovery-image] Jul 08 02:41:11.168 INFO O| Jul 08 02:41:11.168 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-08T02:41:12.216Z[ recovery-image] Jul 08 02:41:11.178 INFO O| Jul 08 02:41:11.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84122026-07-08T02:41:12.216Z[ recovery-image] Jul 08 02:41:11.178 INFO O| Jul 08 02:41:11.178 INFO STEP 1023 (remove_files) COMPLETE
84132026-07-08T02:41:12.219Z[ recovery-image] Jul 08 02:41:11.178 INFO O| Jul 08 02:41:11.178 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-08T02:41:12.224Z[ recovery-image] Jul 08 02:41:11.185 INFO O| Jul 08 02:41:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84152026-07-08T02:41:12.224Z[ recovery-image] Jul 08 02:41:11.185 INFO O| Jul 08 02:41:11.185 INFO STEP 1024 (remove_files) COMPLETE
84162026-07-08T02:41:12.227Z[ recovery-image] Jul 08 02:41:11.185 INFO O| Jul 08 02:41:11.185 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-08T02:41:12.234Z[ recovery-image] Jul 08 02:41:11.196 INFO O| Jul 08 02:41:11.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84182026-07-08T02:41:12.234Z[ recovery-image] Jul 08 02:41:11.196 INFO O| Jul 08 02:41:11.196 INFO STEP 1025 (remove_files) COMPLETE
84192026-07-08T02:41:12.237Z[ recovery-image] Jul 08 02:41:11.196 INFO O| Jul 08 02:41:11.196 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-08T02:41:12.244Z[ recovery-image] Jul 08 02:41:11.205 INFO O| Jul 08 02:41:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84212026-07-08T02:41:12.249Z[ recovery-image] Jul 08 02:41:11.205 INFO O| Jul 08 02:41:11.205 INFO STEP 1026 (remove_files) COMPLETE
84222026-07-08T02:41:12.249Z[ recovery-image] Jul 08 02:41:11.205 INFO O| Jul 08 02:41:11.205 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-08T02:41:12.254Z[ recovery-image] Jul 08 02:41:11.216 INFO O| Jul 08 02:41:11.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84242026-07-08T02:41:12.258Z[ recovery-image] Jul 08 02:41:11.216 INFO O| Jul 08 02:41:11.216 INFO STEP 1027 (remove_files) COMPLETE
84252026-07-08T02:41:12.259Z[ recovery-image] Jul 08 02:41:11.216 INFO O| Jul 08 02:41:11.216 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-08T02:41:12.262Z[ recovery-image] Jul 08 02:41:11.224 INFO O| Jul 08 02:41:11.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84272026-07-08T02:41:12.263Z[ recovery-image] Jul 08 02:41:11.224 INFO O| Jul 08 02:41:11.224 INFO STEP 1028 (remove_files) COMPLETE
84282026-07-08T02:41:12.266Z[ recovery-image] Jul 08 02:41:11.224 INFO O| Jul 08 02:41:11.224 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-08T02:41:12.270Z[ recovery-image] Jul 08 02:41:11.231 INFO O| Jul 08 02:41:11.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84302026-07-08T02:41:12.273Z[ recovery-image] Jul 08 02:41:11.232 INFO O| Jul 08 02:41:11.232 INFO STEP 1029 (remove_files) COMPLETE
84312026-07-08T02:41:12.273Z[ recovery-image] Jul 08 02:41:11.232 INFO O| Jul 08 02:41:11.232 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-08T02:41:12.278Z[ recovery-image] Jul 08 02:41:11.239 INFO O| Jul 08 02:41:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84332026-07-08T02:41:12.281Z[ recovery-image] Jul 08 02:41:11.240 INFO O| Jul 08 02:41:11.239 INFO STEP 1030 (remove_files) COMPLETE
84342026-07-08T02:41:12.281Z[ recovery-image] Jul 08 02:41:11.240 INFO O| Jul 08 02:41:11.240 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-08T02:41:12.285Z[ recovery-image] Jul 08 02:41:11.247 INFO O| Jul 08 02:41:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84362026-07-08T02:41:12.288Z[ recovery-image] Jul 08 02:41:11.247 INFO O| Jul 08 02:41:11.247 INFO STEP 1031 (remove_files) COMPLETE
84372026-07-08T02:41:12.288Z[ recovery-image] Jul 08 02:41:11.247 INFO O| Jul 08 02:41:11.247 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-08T02:41:12.292Z[ recovery-image] Jul 08 02:41:11.254 INFO O| Jul 08 02:41:11.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84392026-07-08T02:41:12.292Z[ recovery-image] Jul 08 02:41:11.254 INFO O| Jul 08 02:41:11.254 INFO STEP 1032 (remove_files) COMPLETE
84402026-07-08T02:41:12.296Z[ recovery-image] Jul 08 02:41:11.254 INFO O| Jul 08 02:41:11.254 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-08T02:41:12.299Z[ recovery-image] Jul 08 02:41:11.261 INFO O| Jul 08 02:41:11.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84422026-07-08T02:41:12.299Z[ recovery-image] Jul 08 02:41:11.261 INFO O| Jul 08 02:41:11.261 INFO STEP 1033 (remove_files) COMPLETE
84432026-07-08T02:41:12.299Z[ recovery-image] Jul 08 02:41:11.261 INFO O| Jul 08 02:41:11.261 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-08T02:41:12.307Z[ recovery-image] Jul 08 02:41:11.268 INFO O| Jul 08 02:41:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84452026-07-08T02:41:12.311Z[ recovery-image] Jul 08 02:41:11.268 INFO O| Jul 08 02:41:11.268 INFO STEP 1034 (remove_files) COMPLETE
84462026-07-08T02:41:12.311Z[ recovery-image] Jul 08 02:41:11.268 INFO O| Jul 08 02:41:11.268 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-08T02:41:12.316Z[ recovery-image] Jul 08 02:41:11.277 INFO O| Jul 08 02:41:11.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84482026-07-08T02:41:12.319Z[ recovery-image] Jul 08 02:41:11.277 INFO O| Jul 08 02:41:11.277 INFO STEP 1035 (remove_files) COMPLETE
84492026-07-08T02:41:12.319Z[ recovery-image] Jul 08 02:41:11.277 INFO O| Jul 08 02:41:11.277 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-08T02:41:12.324Z[ recovery-image] Jul 08 02:41:11.286 INFO O| Jul 08 02:41:11.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84512026-07-08T02:41:12.324Z[ recovery-image] Jul 08 02:41:11.286 INFO O| Jul 08 02:41:11.286 INFO STEP 1036 (remove_files) COMPLETE
84522026-07-08T02:41:12.327Z[ recovery-image] Jul 08 02:41:11.286 INFO O| Jul 08 02:41:11.286 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-08T02:41:12.333Z[ recovery-image] Jul 08 02:41:11.294 INFO O| Jul 08 02:41:11.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84542026-07-08T02:41:12.337Z[ recovery-image] Jul 08 02:41:11.294 INFO O| Jul 08 02:41:11.294 INFO STEP 1037 (remove_files) COMPLETE
84552026-07-08T02:41:12.337Z[ recovery-image] Jul 08 02:41:11.294 INFO O| Jul 08 02:41:11.294 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-07-08T02:41:12.341Z[ recovery-image] Jul 08 02:41:11.302 INFO O| Jul 08 02:41:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84572026-07-08T02:41:12.341Z[ recovery-image] Jul 08 02:41:11.302 INFO O| Jul 08 02:41:11.302 INFO STEP 1038 (remove_files) COMPLETE
84582026-07-08T02:41:12.341Z[ recovery-image] Jul 08 02:41:11.302 INFO O| Jul 08 02:41:11.302 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-08T02:41:12.348Z[ recovery-image] Jul 08 02:41:11.309 INFO O| Jul 08 02:41:11.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84602026-07-08T02:41:12.348Z[ recovery-image] Jul 08 02:41:11.309 INFO O| Jul 08 02:41:11.309 INFO STEP 1039 (remove_files) COMPLETE
84612026-07-08T02:41:12.352Z[ recovery-image] Jul 08 02:41:11.309 INFO O| Jul 08 02:41:11.309 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-08T02:41:12.356Z[ recovery-image] Jul 08 02:41:11.317 INFO O| Jul 08 02:41:11.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84632026-07-08T02:41:12.356Z[ recovery-image] Jul 08 02:41:11.317 INFO O| Jul 08 02:41:11.317 INFO STEP 1040 (remove_files) COMPLETE
84642026-07-08T02:41:12.356Z[ recovery-image] Jul 08 02:41:11.317 INFO O| Jul 08 02:41:11.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-08T02:41:12.362Z[ recovery-image] Jul 08 02:41:11.323 INFO O| Jul 08 02:41:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84662026-07-08T02:41:12.362Z[ recovery-image] Jul 08 02:41:11.324 INFO O| Jul 08 02:41:11.323 INFO STEP 1041 (remove_files) COMPLETE
84672026-07-08T02:41:12.362Z[ recovery-image] Jul 08 02:41:11.324 INFO O| Jul 08 02:41:11.324 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-07-08T02:41:12.372Z[ recovery-image] Jul 08 02:41:11.333 INFO O| Jul 08 02:41:11.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84692026-07-08T02:41:12.372Z[ recovery-image] Jul 08 02:41:11.334 INFO O| Jul 08 02:41:11.334 INFO STEP 1042 (remove_files) COMPLETE
84702026-07-08T02:41:12.376Z[ recovery-image] Jul 08 02:41:11.334 INFO O| Jul 08 02:41:11.334 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-07-08T02:41:12.380Z[ recovery-image] Jul 08 02:41:11.341 INFO O| Jul 08 02:41:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84722026-07-08T02:41:12.383Z[ recovery-image] Jul 08 02:41:11.341 INFO O| Jul 08 02:41:11.341 INFO STEP 1043 (remove_files) COMPLETE
84732026-07-08T02:41:12.383Z[ recovery-image] Jul 08 02:41:11.341 INFO O| Jul 08 02:41:11.341 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-07-08T02:41:12.387Z[ recovery-image] Jul 08 02:41:11.349 INFO O| Jul 08 02:41:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84752026-07-08T02:41:12.387Z[ recovery-image] Jul 08 02:41:11.349 INFO O| Jul 08 02:41:11.349 INFO STEP 1044 (remove_files) COMPLETE
84762026-07-08T02:41:12.391Z[ recovery-image] Jul 08 02:41:11.349 INFO O| Jul 08 02:41:11.349 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-07-08T02:41:12.396Z[ recovery-image] Jul 08 02:41:11.358 INFO O| Jul 08 02:41:11.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84782026-07-08T02:41:12.396Z[ recovery-image] Jul 08 02:41:11.358 INFO O| Jul 08 02:41:11.358 INFO STEP 1045 (remove_files) COMPLETE
84792026-07-08T02:41:12.400Z[ recovery-image] Jul 08 02:41:11.358 INFO O| Jul 08 02:41:11.358 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-07-08T02:41:12.405Z[ recovery-image] Jul 08 02:41:11.367 INFO O| Jul 08 02:41:11.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84812026-07-08T02:41:12.408Z[ recovery-image] Jul 08 02:41:11.367 INFO O| Jul 08 02:41:11.367 INFO STEP 1046 (remove_files) COMPLETE
84822026-07-08T02:41:12.408Z[ recovery-image] Jul 08 02:41:11.367 INFO O| Jul 08 02:41:11.367 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-07-08T02:41:12.413Z[ recovery-image] Jul 08 02:41:11.375 INFO O| Jul 08 02:41:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84842026-07-08T02:41:12.413Z[ recovery-image] Jul 08 02:41:11.375 INFO O| Jul 08 02:41:11.375 INFO STEP 1047 (remove_files) COMPLETE
84852026-07-08T02:41:12.413Z[ recovery-image] Jul 08 02:41:11.375 INFO O| Jul 08 02:41:11.375 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-07-08T02:41:12.421Z[ recovery-image] Jul 08 02:41:11.382 INFO O| Jul 08 02:41:11.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84872026-07-08T02:41:12.421Z[ recovery-image] Jul 08 02:41:11.382 INFO O| Jul 08 02:41:11.382 INFO STEP 1048 (remove_files) COMPLETE
84882026-07-08T02:41:12.424Z[ recovery-image] Jul 08 02:41:11.382 INFO O| Jul 08 02:41:11.382 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-07-08T02:41:12.431Z[ recovery-image] Jul 08 02:41:11.392 INFO O| Jul 08 02:41:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84902026-07-08T02:41:12.435Z[ recovery-image] Jul 08 02:41:11.392 INFO O| Jul 08 02:41:11.392 INFO STEP 1049 (remove_files) COMPLETE
84912026-07-08T02:41:12.435Z[ recovery-image] Jul 08 02:41:11.392 INFO O| Jul 08 02:41:11.392 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-07-08T02:41:12.441Z[ recovery-image] Jul 08 02:41:11.402 INFO O| Jul 08 02:41:11.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84932026-07-08T02:41:12.446Z[ recovery-image] Jul 08 02:41:11.402 INFO O| Jul 08 02:41:11.402 INFO STEP 1050 (remove_files) COMPLETE
84942026-07-08T02:41:12.446Z[ recovery-image] Jul 08 02:41:11.402 INFO O| Jul 08 02:41:11.402 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-07-08T02:41:12.450Z[ recovery-image] Jul 08 02:41:11.411 INFO O| Jul 08 02:41:11.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84962026-07-08T02:41:12.450Z[ recovery-image] Jul 08 02:41:11.411 INFO O| Jul 08 02:41:11.411 INFO STEP 1051 (remove_files) COMPLETE
84972026-07-08T02:41:12.451Z[ recovery-image] Jul 08 02:41:11.411 INFO O| Jul 08 02:41:11.411 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-07-08T02:41:12.458Z[ recovery-image] Jul 08 02:41:11.418 INFO O| Jul 08 02:41:11.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84992026-07-08T02:41:12.458Z[ recovery-image] Jul 08 02:41:11.418 INFO O| Jul 08 02:41:11.418 INFO STEP 1052 (remove_files) COMPLETE
85002026-07-08T02:41:12.458Z[ recovery-image] Jul 08 02:41:11.418 INFO O| Jul 08 02:41:11.418 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-08T02:41:12.467Z[ recovery-image] Jul 08 02:41:11.427 INFO O| Jul 08 02:41:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85022026-07-08T02:41:12.471Z[ recovery-image] Jul 08 02:41:11.428 INFO O| Jul 08 02:41:11.428 INFO STEP 1053 (remove_files) COMPLETE
85032026-07-08T02:41:12.471Z[ recovery-image] Jul 08 02:41:11.428 INFO O| Jul 08 02:41:11.428 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-08T02:41:12.474Z[ recovery-image] Jul 08 02:41:11.435 INFO O| Jul 08 02:41:11.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85052026-07-08T02:41:12.474Z[ recovery-image] Jul 08 02:41:11.435 INFO O| Jul 08 02:41:11.435 INFO STEP 1054 (remove_files) COMPLETE
85062026-07-08T02:41:12.474Z[ recovery-image] Jul 08 02:41:11.435 INFO O| Jul 08 02:41:11.435 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-08T02:41:12.481Z[ recovery-image] Jul 08 02:41:11.443 INFO O| Jul 08 02:41:11.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85082026-07-08T02:41:12.481Z[ recovery-image] Jul 08 02:41:11.443 INFO O| Jul 08 02:41:11.443 INFO STEP 1055 (remove_files) COMPLETE
85092026-07-08T02:41:12.481Z[ recovery-image] Jul 08 02:41:11.443 INFO O| Jul 08 02:41:11.443 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-08T02:41:12.490Z[ recovery-image] Jul 08 02:41:11.452 INFO O| Jul 08 02:41:11.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85112026-07-08T02:41:12.490Z[ recovery-image] Jul 08 02:41:11.452 INFO O| Jul 08 02:41:11.452 INFO STEP 1056 (remove_files) COMPLETE
85122026-07-08T02:41:12.494Z[ recovery-image] Jul 08 02:41:11.452 INFO O| Jul 08 02:41:11.452 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-08T02:41:12.500Z[ recovery-image] Jul 08 02:41:11.461 INFO O| Jul 08 02:41:11.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85142026-07-08T02:41:12.500Z[ recovery-image] Jul 08 02:41:11.461 INFO O| Jul 08 02:41:11.461 INFO STEP 1057 (remove_files) COMPLETE
85152026-07-08T02:41:12.503Z[ recovery-image] Jul 08 02:41:11.461 INFO O| Jul 08 02:41:11.461 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-08T02:41:12.507Z[ recovery-image] Jul 08 02:41:11.469 INFO O| Jul 08 02:41:11.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85172026-07-08T02:41:12.510Z[ recovery-image] Jul 08 02:41:11.469 INFO O| Jul 08 02:41:11.469 INFO STEP 1058 (remove_files) COMPLETE
85182026-07-08T02:41:12.510Z[ recovery-image] Jul 08 02:41:11.469 INFO O| Jul 08 02:41:11.469 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-08T02:41:12.515Z[ recovery-image] Jul 08 02:41:11.476 INFO O| Jul 08 02:41:11.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85202026-07-08T02:41:12.515Z[ recovery-image] Jul 08 02:41:11.476 INFO O| Jul 08 02:41:11.476 INFO STEP 1059 (remove_files) COMPLETE
85212026-07-08T02:41:12.518Z[ recovery-image] Jul 08 02:41:11.476 INFO O| Jul 08 02:41:11.476 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-08T02:41:12.523Z[ recovery-image] Jul 08 02:41:11.484 INFO O| Jul 08 02:41:11.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85232026-07-08T02:41:12.523Z[ recovery-image] Jul 08 02:41:11.484 INFO O| Jul 08 02:41:11.484 INFO STEP 1060 (remove_files) COMPLETE
85242026-07-08T02:41:12.526Z[ recovery-image] Jul 08 02:41:11.484 INFO O| Jul 08 02:41:11.484 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-08T02:41:12.529Z[ recovery-image] Jul 08 02:41:11.491 INFO O| Jul 08 02:41:11.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85262026-07-08T02:41:12.532Z[ recovery-image] Jul 08 02:41:11.491 INFO O| Jul 08 02:41:11.491 INFO STEP 1061 (remove_files) COMPLETE
85272026-07-08T02:41:12.532Z[ recovery-image] Jul 08 02:41:11.491 INFO O| Jul 08 02:41:11.491 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-08T02:41:12.539Z[ recovery-image] Jul 08 02:41:11.500 INFO O| Jul 08 02:41:11.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85292026-07-08T02:41:12.539Z[ recovery-image] Jul 08 02:41:11.500 INFO O| Jul 08 02:41:11.500 INFO STEP 1062 (remove_files) COMPLETE
85302026-07-08T02:41:12.539Z[ recovery-image] Jul 08 02:41:11.500 INFO O| Jul 08 02:41:11.500 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-08T02:41:12.548Z[ recovery-image] Jul 08 02:41:11.510 INFO O| Jul 08 02:41:11.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85322026-07-08T02:41:12.548Z[ recovery-image] Jul 08 02:41:11.510 INFO O| Jul 08 02:41:11.510 INFO STEP 1063 (remove_files) COMPLETE
85332026-07-08T02:41:12.552Z[ recovery-image] Jul 08 02:41:11.510 INFO O| Jul 08 02:41:11.510 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-08T02:41:12.557Z[ recovery-image] Jul 08 02:41:11.519 INFO O| Jul 08 02:41:11.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85352026-07-08T02:41:12.558Z[ recovery-image] Jul 08 02:41:11.519 INFO O| Jul 08 02:41:11.519 INFO STEP 1064 (remove_files) COMPLETE
85362026-07-08T02:41:12.558Z[ recovery-image] Jul 08 02:41:11.519 INFO O| Jul 08 02:41:11.519 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-08T02:41:12.566Z[ recovery-image] Jul 08 02:41:11.527 INFO O| Jul 08 02:41:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85382026-07-08T02:41:12.569Z[ recovery-image] Jul 08 02:41:11.527 INFO O| Jul 08 02:41:11.527 INFO STEP 1065 (remove_files) COMPLETE
85392026-07-08T02:41:12.569Z[ recovery-image] Jul 08 02:41:11.527 INFO O| Jul 08 02:41:11.527 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-08T02:41:12.573Z[ recovery-image] Jul 08 02:41:11.534 INFO O| Jul 08 02:41:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85412026-07-08T02:41:12.576Z[ recovery-image] Jul 08 02:41:11.534 INFO O| Jul 08 02:41:11.534 INFO STEP 1066 (remove_files) COMPLETE
85422026-07-08T02:41:12.576Z[ recovery-image] Jul 08 02:41:11.534 INFO O| Jul 08 02:41:11.534 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-08T02:41:12.582Z[ recovery-image] Jul 08 02:41:11.543 INFO O| Jul 08 02:41:11.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85442026-07-08T02:41:12.585Z[ recovery-image] Jul 08 02:41:11.543 INFO O| Jul 08 02:41:11.543 INFO STEP 1067 (remove_files) COMPLETE
85452026-07-08T02:41:12.585Z[ recovery-image] Jul 08 02:41:11.543 INFO O| Jul 08 02:41:11.543 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-08T02:41:12.591Z[ recovery-image] Jul 08 02:41:11.551 INFO O| Jul 08 02:41:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85472026-07-08T02:41:12.595Z[ recovery-image] Jul 08 02:41:11.551 INFO O| Jul 08 02:41:11.551 INFO STEP 1068 (remove_files) COMPLETE
85482026-07-08T02:41:12.595Z[ recovery-image] Jul 08 02:41:11.552 INFO O| Jul 08 02:41:11.551 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-08T02:41:12.599Z[ recovery-image] Jul 08 02:41:11.559 INFO O| Jul 08 02:41:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85502026-07-08T02:41:12.599Z[ recovery-image] Jul 08 02:41:11.560 INFO O| Jul 08 02:41:11.560 INFO STEP 1069 (remove_files) COMPLETE
85512026-07-08T02:41:12.599Z[ recovery-image] Jul 08 02:41:11.560 INFO O| Jul 08 02:41:11.560 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-08T02:41:12.608Z[ recovery-image] Jul 08 02:41:11.570 INFO O| Jul 08 02:41:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85532026-07-08T02:41:12.608Z[ recovery-image] Jul 08 02:41:11.570 INFO O| Jul 08 02:41:11.570 INFO STEP 1070 (remove_files) COMPLETE
85542026-07-08T02:41:12.612Z[ recovery-image] Jul 08 02:41:11.570 INFO O| Jul 08 02:41:11.570 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-08T02:41:12.617Z[ recovery-image] Jul 08 02:41:11.578 INFO O| Jul 08 02:41:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85562026-07-08T02:41:12.617Z[ recovery-image] Jul 08 02:41:11.578 INFO O| Jul 08 02:41:11.578 INFO STEP 1071 (remove_files) COMPLETE
85572026-07-08T02:41:12.620Z[ recovery-image] Jul 08 02:41:11.578 INFO O| Jul 08 02:41:11.578 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-08T02:41:12.625Z[ recovery-image] Jul 08 02:41:11.587 INFO O| Jul 08 02:41:11.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85592026-07-08T02:41:12.625Z[ recovery-image] Jul 08 02:41:11.587 INFO O| Jul 08 02:41:11.587 INFO STEP 1072 (remove_files) COMPLETE
85602026-07-08T02:41:12.625Z[ recovery-image] Jul 08 02:41:11.587 INFO O| Jul 08 02:41:11.587 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-08T02:41:12.633Z[ recovery-image] Jul 08 02:41:11.595 INFO O| Jul 08 02:41:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85622026-07-08T02:41:12.633Z[ recovery-image] Jul 08 02:41:11.595 INFO O| Jul 08 02:41:11.595 INFO STEP 1073 (remove_files) COMPLETE
85632026-07-08T02:41:12.638Z[ recovery-image] Jul 08 02:41:11.595 INFO O| Jul 08 02:41:11.595 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-08T02:41:12.642Z[ recovery-image] Jul 08 02:41:11.604 INFO O| Jul 08 02:41:11.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85652026-07-08T02:41:12.642Z[ recovery-image] Jul 08 02:41:11.604 INFO O| Jul 08 02:41:11.604 INFO STEP 1074 (remove_files) COMPLETE
85662026-07-08T02:41:12.642Z[ recovery-image] Jul 08 02:41:11.604 INFO O| Jul 08 02:41:11.604 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-08T02:41:12.650Z[ recovery-image] Jul 08 02:41:11.611 INFO O| Jul 08 02:41:11.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85682026-07-08T02:41:12.650Z[ recovery-image] Jul 08 02:41:11.611 INFO O| Jul 08 02:41:11.611 INFO STEP 1075 (remove_files) COMPLETE
85692026-07-08T02:41:12.653Z[ recovery-image] Jul 08 02:41:11.611 INFO O| Jul 08 02:41:11.611 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-08T02:41:12.658Z[ recovery-image] Jul 08 02:41:11.619 INFO O| Jul 08 02:41:11.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85712026-07-08T02:41:12.658Z[ recovery-image] Jul 08 02:41:11.619 INFO O| Jul 08 02:41:11.619 INFO STEP 1076 (remove_files) COMPLETE
85722026-07-08T02:41:12.661Z[ recovery-image] Jul 08 02:41:11.619 INFO O| Jul 08 02:41:11.619 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-08T02:41:12.665Z[ recovery-image] Jul 08 02:41:11.627 INFO O| Jul 08 02:41:11.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85742026-07-08T02:41:12.665Z[ recovery-image] Jul 08 02:41:11.627 INFO O| Jul 08 02:41:11.627 INFO STEP 1077 (remove_files) COMPLETE
85752026-07-08T02:41:12.669Z[ recovery-image] Jul 08 02:41:11.627 INFO O| Jul 08 02:41:11.627 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-08T02:41:12.673Z[ recovery-image] Jul 08 02:41:11.634 INFO O| Jul 08 02:41:11.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85772026-07-08T02:41:12.676Z[ recovery-image] Jul 08 02:41:11.634 INFO O| Jul 08 02:41:11.634 INFO STEP 1078 (remove_files) COMPLETE
85782026-07-08T02:41:12.676Z[ recovery-image] Jul 08 02:41:11.634 INFO O| Jul 08 02:41:11.634 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-08T02:41:12.680Z[ recovery-image] Jul 08 02:41:11.642 INFO O| Jul 08 02:41:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85802026-07-08T02:41:12.680Z[ recovery-image] Jul 08 02:41:11.642 INFO O| Jul 08 02:41:11.642 INFO STEP 1079 (remove_files) COMPLETE
85812026-07-08T02:41:12.680Z[ recovery-image] Jul 08 02:41:11.642 INFO O| Jul 08 02:41:11.642 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-08T02:41:12.688Z[ recovery-image] Jul 08 02:41:11.649 INFO O| Jul 08 02:41:11.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85832026-07-08T02:41:12.688Z[ recovery-image] Jul 08 02:41:11.649 INFO O| Jul 08 02:41:11.649 INFO STEP 1080 (remove_files) COMPLETE
85842026-07-08T02:41:12.688Z[ recovery-image] Jul 08 02:41:11.649 INFO O| Jul 08 02:41:11.649 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-08T02:41:12.695Z[ recovery-image] Jul 08 02:41:11.656 INFO O| Jul 08 02:41:11.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85862026-07-08T02:41:12.695Z[ recovery-image] Jul 08 02:41:11.656 INFO O| Jul 08 02:41:11.656 INFO STEP 1081 (remove_files) COMPLETE
85872026-07-08T02:41:12.698Z[ recovery-image] Jul 08 02:41:11.656 INFO O| Jul 08 02:41:11.656 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-08T02:41:12.701Z[ recovery-image] Jul 08 02:41:11.662 INFO O| Jul 08 02:41:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85892026-07-08T02:41:12.701Z[ recovery-image] Jul 08 02:41:11.663 INFO O| Jul 08 02:41:11.663 INFO STEP 1082 (remove_files) COMPLETE
85902026-07-08T02:41:12.704Z[ recovery-image] Jul 08 02:41:11.663 INFO O| Jul 08 02:41:11.663 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-08T02:41:12.708Z[ recovery-image] Jul 08 02:41:11.669 INFO O| Jul 08 02:41:11.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85922026-07-08T02:41:12.708Z[ recovery-image] Jul 08 02:41:11.669 INFO O| Jul 08 02:41:11.669 INFO STEP 1083 (remove_files) COMPLETE
85932026-07-08T02:41:12.708Z[ recovery-image] Jul 08 02:41:11.669 INFO O| Jul 08 02:41:11.669 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-08T02:41:12.714Z[ recovery-image] Jul 08 02:41:11.676 INFO O| Jul 08 02:41:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85952026-07-08T02:41:12.715Z[ recovery-image] Jul 08 02:41:11.676 INFO O| Jul 08 02:41:11.676 INFO STEP 1084 (remove_files) COMPLETE
85962026-07-08T02:41:12.715Z[ recovery-image] Jul 08 02:41:11.676 INFO O| Jul 08 02:41:11.676 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-07-08T02:41:12.721Z[ recovery-image] Jul 08 02:41:11.683 INFO O| Jul 08 02:41:11.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85982026-07-08T02:41:12.725Z[ recovery-image] Jul 08 02:41:11.683 INFO O| Jul 08 02:41:11.683 INFO STEP 1085 (remove_files) COMPLETE
85992026-07-08T02:41:12.725Z[ recovery-image] Jul 08 02:41:11.683 INFO O| Jul 08 02:41:11.683 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-07-08T02:41:12.729Z[ recovery-image] Jul 08 02:41:11.691 INFO O| Jul 08 02:41:11.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86012026-07-08T02:41:12.729Z[ recovery-image] Jul 08 02:41:11.691 INFO O| Jul 08 02:41:11.691 INFO STEP 1086 (remove_files) COMPLETE
86022026-07-08T02:41:12.734Z[ recovery-image] Jul 08 02:41:11.691 INFO O| Jul 08 02:41:11.691 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-07-08T02:41:12.737Z[ recovery-image] Jul 08 02:41:11.698 INFO O| Jul 08 02:41:11.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86042026-07-08T02:41:12.737Z[ recovery-image] Jul 08 02:41:11.698 INFO O| Jul 08 02:41:11.698 INFO STEP 1087 (remove_files) COMPLETE
86052026-07-08T02:41:12.737Z[ recovery-image] Jul 08 02:41:11.698 INFO O| Jul 08 02:41:11.698 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-07-08T02:41:12.744Z[ recovery-image] Jul 08 02:41:11.706 INFO O| Jul 08 02:41:11.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86072026-07-08T02:41:12.744Z[ recovery-image] Jul 08 02:41:11.706 INFO O| Jul 08 02:41:11.706 INFO STEP 1088 (remove_files) COMPLETE
86082026-07-08T02:41:12.748Z[ recovery-image] Jul 08 02:41:11.706 INFO O| Jul 08 02:41:11.706 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-07-08T02:41:12.752Z[ recovery-image] Jul 08 02:41:11.713 INFO O| Jul 08 02:41:11.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86102026-07-08T02:41:12.752Z[ recovery-image] Jul 08 02:41:11.713 INFO O| Jul 08 02:41:11.713 INFO STEP 1089 (remove_files) COMPLETE
86112026-07-08T02:41:12.755Z[ recovery-image] Jul 08 02:41:11.713 INFO O| Jul 08 02:41:11.713 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-07-08T02:41:12.758Z[ recovery-image] Jul 08 02:41:11.720 INFO O| Jul 08 02:41:11.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86132026-07-08T02:41:12.758Z[ recovery-image] Jul 08 02:41:11.720 INFO O| Jul 08 02:41:11.720 INFO STEP 1090 (remove_files) COMPLETE
86142026-07-08T02:41:12.761Z[ recovery-image] Jul 08 02:41:11.720 INFO O| Jul 08 02:41:11.720 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-07-08T02:41:12.768Z[ recovery-image] Jul 08 02:41:11.729 INFO O| Jul 08 02:41:11.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86162026-07-08T02:41:12.768Z[ recovery-image] Jul 08 02:41:11.730 INFO O| Jul 08 02:41:11.730 INFO STEP 1091 (remove_files) COMPLETE
86172026-07-08T02:41:12.772Z[ recovery-image] Jul 08 02:41:11.730 INFO O| Jul 08 02:41:11.730 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-07-08T02:41:12.775Z[ recovery-image] Jul 08 02:41:11.736 INFO O| Jul 08 02:41:11.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86192026-07-08T02:41:12.775Z[ recovery-image] Jul 08 02:41:11.736 INFO O| Jul 08 02:41:11.736 INFO STEP 1092 (remove_files) COMPLETE
86202026-07-08T02:41:12.780Z[ recovery-image] Jul 08 02:41:11.736 INFO O| Jul 08 02:41:11.736 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-07-08T02:41:12.784Z[ recovery-image] Jul 08 02:41:11.745 INFO O| Jul 08 02:41:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86222026-07-08T02:41:12.784Z[ recovery-image] Jul 08 02:41:11.745 INFO O| Jul 08 02:41:11.745 INFO STEP 1093 (remove_files) COMPLETE
86232026-07-08T02:41:12.787Z[ recovery-image] Jul 08 02:41:11.745 INFO O| Jul 08 02:41:11.745 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-07-08T02:41:12.792Z[ recovery-image] Jul 08 02:41:11.753 INFO O| Jul 08 02:41:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86252026-07-08T02:41:12.795Z[ recovery-image] Jul 08 02:41:11.753 INFO O| Jul 08 02:41:11.753 INFO STEP 1094 (remove_files) COMPLETE
86262026-07-08T02:41:12.795Z[ recovery-image] Jul 08 02:41:11.753 INFO O| Jul 08 02:41:11.753 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-08T02:41:12.800Z[ recovery-image] Jul 08 02:41:11.761 INFO O| Jul 08 02:41:11.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86282026-07-08T02:41:12.800Z[ recovery-image] Jul 08 02:41:11.761 INFO O| Jul 08 02:41:11.761 INFO STEP 1095 (remove_files) COMPLETE
86292026-07-08T02:41:12.803Z[ recovery-image] Jul 08 02:41:11.761 INFO O| Jul 08 02:41:11.761 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-08T02:41:12.807Z[ recovery-image] Jul 08 02:41:11.769 INFO O| Jul 08 02:41:11.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86312026-07-08T02:41:12.811Z[ recovery-image] Jul 08 02:41:11.769 INFO O| Jul 08 02:41:11.769 INFO STEP 1096 (remove_files) COMPLETE
86322026-07-08T02:41:12.811Z[ recovery-image] Jul 08 02:41:11.769 INFO O| Jul 08 02:41:11.769 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-08T02:41:12.817Z[ recovery-image] Jul 08 02:41:11.778 INFO O| Jul 08 02:41:11.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86342026-07-08T02:41:12.820Z[ recovery-image] Jul 08 02:41:11.778 INFO O| Jul 08 02:41:11.778 INFO STEP 1097 (remove_files) COMPLETE
86352026-07-08T02:41:12.820Z[ recovery-image] Jul 08 02:41:11.778 INFO O| Jul 08 02:41:11.778 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-08T02:41:12.826Z[ recovery-image] Jul 08 02:41:11.787 INFO O| Jul 08 02:41:11.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86372026-07-08T02:41:12.826Z[ recovery-image] Jul 08 02:41:11.788 INFO O| Jul 08 02:41:11.787 INFO STEP 1098 (remove_files) COMPLETE
86382026-07-08T02:41:12.831Z[ recovery-image] Jul 08 02:41:11.788 INFO O| Jul 08 02:41:11.788 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-08T02:41:12.836Z[ recovery-image] Jul 08 02:41:11.797 INFO O| Jul 08 02:41:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86402026-07-08T02:41:12.836Z[ recovery-image] Jul 08 02:41:11.797 INFO O| Jul 08 02:41:11.797 INFO STEP 1099 (remove_files) COMPLETE
86412026-07-08T02:41:12.836Z[ recovery-image] Jul 08 02:41:11.797 INFO O| Jul 08 02:41:11.797 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-08T02:41:12.845Z[ recovery-image] Jul 08 02:41:11.806 INFO O| Jul 08 02:41:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86432026-07-08T02:41:12.845Z[ recovery-image] Jul 08 02:41:11.806 INFO O| Jul 08 02:41:11.806 INFO STEP 1100 (remove_files) COMPLETE
86442026-07-08T02:41:12.845Z[ recovery-image] Jul 08 02:41:11.806 INFO O| Jul 08 02:41:11.806 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-07-08T02:41:12.853Z[ recovery-image] Jul 08 02:41:11.814 INFO O| Jul 08 02:41:11.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86462026-07-08T02:41:12.853Z[ recovery-image] Jul 08 02:41:11.814 INFO O| Jul 08 02:41:11.814 INFO STEP 1101 (remove_files) COMPLETE
86472026-07-08T02:41:12.853Z[ recovery-image] Jul 08 02:41:11.814 INFO O| Jul 08 02:41:11.814 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-07-08T02:41:12.861Z[ recovery-image] Jul 08 02:41:11.823 INFO O| Jul 08 02:41:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86492026-07-08T02:41:12.862Z[ recovery-image] Jul 08 02:41:11.823 INFO O| Jul 08 02:41:11.823 INFO STEP 1102 (remove_files) COMPLETE
86502026-07-08T02:41:12.865Z[ recovery-image] Jul 08 02:41:11.823 INFO O| Jul 08 02:41:11.823 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-07-08T02:41:12.870Z[ recovery-image] Jul 08 02:41:11.832 INFO O| Jul 08 02:41:11.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86522026-07-08T02:41:12.870Z[ recovery-image] Jul 08 02:41:11.832 INFO O| Jul 08 02:41:11.832 INFO STEP 1103 (remove_files) COMPLETE
86532026-07-08T02:41:12.874Z[ recovery-image] Jul 08 02:41:11.832 INFO O| Jul 08 02:41:11.832 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-07-08T02:41:12.878Z[ recovery-image] Jul 08 02:41:11.839 INFO O| Jul 08 02:41:11.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86552026-07-08T02:41:12.881Z[ recovery-image] Jul 08 02:41:11.839 INFO O| Jul 08 02:41:11.839 INFO STEP 1104 (remove_files) COMPLETE
86562026-07-08T02:41:12.881Z[ recovery-image] Jul 08 02:41:11.839 INFO O| Jul 08 02:41:11.839 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-07-08T02:41:12.886Z[ recovery-image] Jul 08 02:41:11.847 INFO O| Jul 08 02:41:11.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86582026-07-08T02:41:12.886Z[ recovery-image] Jul 08 02:41:11.847 INFO O| Jul 08 02:41:11.847 INFO STEP 1105 (remove_files) COMPLETE
86592026-07-08T02:41:12.886Z[ recovery-image] Jul 08 02:41:11.847 INFO O| Jul 08 02:41:11.847 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-07-08T02:41:12.895Z[ recovery-image] Jul 08 02:41:11.857 INFO O| Jul 08 02:41:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86612026-07-08T02:41:12.895Z[ recovery-image] Jul 08 02:41:11.857 INFO O| Jul 08 02:41:11.857 INFO STEP 1106 (remove_files) COMPLETE
86622026-07-08T02:41:12.899Z[ recovery-image] Jul 08 02:41:11.857 INFO O| Jul 08 02:41:11.857 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-07-08T02:41:12.903Z[ recovery-image] Jul 08 02:41:11.865 INFO O| Jul 08 02:41:11.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86642026-07-08T02:41:12.903Z[ recovery-image] Jul 08 02:41:11.865 INFO O| Jul 08 02:41:11.865 INFO STEP 1107 (remove_files) COMPLETE
86652026-07-08T02:41:12.907Z[ recovery-image] Jul 08 02:41:11.865 INFO O| Jul 08 02:41:11.865 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-07-08T02:41:12.911Z[ recovery-image] Jul 08 02:41:11.873 INFO O| Jul 08 02:41:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86672026-07-08T02:41:12.915Z[ recovery-image] Jul 08 02:41:11.873 INFO O| Jul 08 02:41:11.873 INFO STEP 1108 (remove_files) COMPLETE
86682026-07-08T02:41:12.915Z[ recovery-image] Jul 08 02:41:11.873 INFO O| Jul 08 02:41:11.873 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-07-08T02:41:12.921Z[ recovery-image] Jul 08 02:41:11.882 INFO O| Jul 08 02:41:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86702026-07-08T02:41:12.921Z[ recovery-image] Jul 08 02:41:11.882 INFO O| Jul 08 02:41:11.882 INFO STEP 1109 (remove_files) COMPLETE
86712026-07-08T02:41:12.924Z[ recovery-image] Jul 08 02:41:11.882 INFO O| Jul 08 02:41:11.882 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-07-08T02:41:12.930Z[ recovery-image] Jul 08 02:41:11.891 INFO O| Jul 08 02:41:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86732026-07-08T02:41:12.930Z[ recovery-image] Jul 08 02:41:11.891 INFO O| Jul 08 02:41:11.891 INFO STEP 1110 (remove_files) COMPLETE
86742026-07-08T02:41:12.933Z[ recovery-image] Jul 08 02:41:11.891 INFO O| Jul 08 02:41:11.891 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-07-08T02:41:12.938Z[ recovery-image] Jul 08 02:41:11.899 INFO O| Jul 08 02:41:11.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86762026-07-08T02:41:12.938Z[ recovery-image] Jul 08 02:41:11.899 INFO O| Jul 08 02:41:11.899 INFO STEP 1111 (remove_files) COMPLETE
86772026-07-08T02:41:12.938Z[ recovery-image] Jul 08 02:41:11.899 INFO O| Jul 08 02:41:11.899 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-07-08T02:41:12.946Z[ recovery-image] Jul 08 02:41:11.907 INFO O| Jul 08 02:41:11.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86792026-07-08T02:41:12.949Z[ recovery-image] Jul 08 02:41:11.908 INFO O| Jul 08 02:41:11.908 INFO STEP 1112 (remove_files) COMPLETE
86802026-07-08T02:41:12.949Z[ recovery-image] Jul 08 02:41:11.908 INFO O| Jul 08 02:41:11.908 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-07-08T02:41:12.955Z[ recovery-image] Jul 08 02:41:11.915 INFO O| Jul 08 02:41:11.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86822026-07-08T02:41:12.955Z[ recovery-image] Jul 08 02:41:11.915 INFO O| Jul 08 02:41:11.915 INFO STEP 1113 (remove_files) COMPLETE
86832026-07-08T02:41:12.958Z[ recovery-image] Jul 08 02:41:11.915 INFO O| Jul 08 02:41:11.915 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-07-08T02:41:12.962Z[ recovery-image] Jul 08 02:41:11.922 INFO O| Jul 08 02:41:11.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86852026-07-08T02:41:12.962Z[ recovery-image] Jul 08 02:41:11.922 INFO O| Jul 08 02:41:11.922 INFO STEP 1114 (remove_files) COMPLETE
86862026-07-08T02:41:12.962Z[ recovery-image] Jul 08 02:41:11.922 INFO O| Jul 08 02:41:11.922 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-07-08T02:41:12.969Z[ recovery-image] Jul 08 02:41:11.930 INFO O| Jul 08 02:41:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86882026-07-08T02:41:12.972Z[ recovery-image] Jul 08 02:41:11.930 INFO O| Jul 08 02:41:11.930 INFO STEP 1115 (remove_files) COMPLETE
86892026-07-08T02:41:12.972Z[ recovery-image] Jul 08 02:41:11.930 INFO O| Jul 08 02:41:11.930 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-07-08T02:41:12.976Z[ recovery-image] Jul 08 02:41:11.938 INFO O| Jul 08 02:41:11.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86912026-07-08T02:41:12.980Z[ recovery-image] Jul 08 02:41:11.938 INFO O| Jul 08 02:41:11.938 INFO STEP 1116 (remove_files) COMPLETE
86922026-07-08T02:41:12.980Z[ recovery-image] Jul 08 02:41:11.938 INFO O| Jul 08 02:41:11.938 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-07-08T02:41:12.984Z[ recovery-image] Jul 08 02:41:11.945 INFO O| Jul 08 02:41:11.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86942026-07-08T02:41:12.984Z[ recovery-image] Jul 08 02:41:11.945 INFO O| Jul 08 02:41:11.945 INFO STEP 1117 (remove_files) COMPLETE
86952026-07-08T02:41:12.984Z[ recovery-image] Jul 08 02:41:11.945 INFO O| Jul 08 02:41:11.945 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-07-08T02:41:12.991Z[ recovery-image] Jul 08 02:41:11.953 INFO O| Jul 08 02:41:11.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86972026-07-08T02:41:12.991Z[ recovery-image] Jul 08 02:41:11.953 INFO O| Jul 08 02:41:11.953 INFO STEP 1118 (remove_files) COMPLETE
86982026-07-08T02:41:12.994Z[ recovery-image] Jul 08 02:41:11.953 INFO O| Jul 08 02:41:11.953 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-07-08T02:41:13.000Z[ recovery-image] Jul 08 02:41:11.962 INFO O| Jul 08 02:41:11.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87002026-07-08T02:41:13.004Z[ recovery-image] Jul 08 02:41:11.962 INFO O| Jul 08 02:41:11.962 INFO STEP 1119 (remove_files) COMPLETE
87012026-07-08T02:41:13.004Z[ recovery-image] Jul 08 02:41:11.962 INFO O| Jul 08 02:41:11.962 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-07-08T02:41:13.008Z[ recovery-image] Jul 08 02:41:11.969 INFO O| Jul 08 02:41:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87032026-07-08T02:41:13.008Z[ recovery-image] Jul 08 02:41:11.969 INFO O| Jul 08 02:41:11.969 INFO STEP 1120 (remove_files) COMPLETE
87042026-07-08T02:41:13.011Z[ recovery-image] Jul 08 02:41:11.969 INFO O| Jul 08 02:41:11.969 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-07-08T02:41:13.015Z[ recovery-image] Jul 08 02:41:11.977 INFO O| Jul 08 02:41:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87062026-07-08T02:41:13.015Z[ recovery-image] Jul 08 02:41:11.977 INFO O| Jul 08 02:41:11.977 INFO STEP 1121 (remove_files) COMPLETE
87072026-07-08T02:41:13.018Z[ recovery-image] Jul 08 02:41:11.977 INFO O| Jul 08 02:41:11.977 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-07-08T02:41:13.024Z[ recovery-image] Jul 08 02:41:11.986 INFO O| Jul 08 02:41:11.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87092026-07-08T02:41:13.024Z[ recovery-image] Jul 08 02:41:11.986 INFO O| Jul 08 02:41:11.986 INFO STEP 1122 (remove_files) COMPLETE
87102026-07-08T02:41:13.027Z[ recovery-image] Jul 08 02:41:11.986 INFO O| Jul 08 02:41:11.986 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-07-08T02:41:13.031Z[ recovery-image] Jul 08 02:41:11.993 INFO O| Jul 08 02:41:11.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87122026-07-08T02:41:13.034Z[ recovery-image] Jul 08 02:41:11.993 INFO O| Jul 08 02:41:11.993 INFO STEP 1123 (remove_files) COMPLETE
87132026-07-08T02:41:13.034Z[ recovery-image] Jul 08 02:41:11.993 INFO O| Jul 08 02:41:11.993 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-07-08T02:41:13.041Z[ recovery-image] Jul 08 02:41:12.003 INFO O| Jul 08 02:41:12.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87152026-07-08T02:41:13.041Z[ recovery-image] Jul 08 02:41:12.003 INFO O| Jul 08 02:41:12.003 INFO STEP 1124 (remove_files) COMPLETE
87162026-07-08T02:41:13.044Z[ recovery-image] Jul 08 02:41:12.003 INFO O| Jul 08 02:41:12.003 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87172026-07-08T02:41:13.055Z[ recovery-image] Jul 08 02:41:12.016 INFO O| Jul 08 02:41:12.016 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87182026-07-08T02:41:13.055Z[ recovery-image] Jul 08 02:41:12.016 INFO O| Jul 08 02:41:12.016 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87192026-07-08T02:41:13.609Z[ recovery-image] Jul 08 02:41:12.570 INFO O| Jul 08 02:41:12.570 INFO STEP 1125 (pack_tar) COMPLETE
87202026-07-08T02:41:13.609Z[ recovery-image] Jul 08 02:41:12.570 INFO O| Jul 08 02:41:12.570 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87212026-07-08T02:41:13.609Z[ recovery-image] Jul 08 02:41:12.570 INFO O| Jul 08 02:41:12.570 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87222026-07-08T02:41:14.335Z[ recovery-image] Jul 08 02:41:13.296 INFO O| Jul 08 02:41:13.296 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87232026-07-08T02:41:14.473Z[ recovery-image] Jul 08 02:41:13.434 INFO O| Jul 08 02:41:13.434 INFO completed processing sled/ramdisk-03-recovery-trim
87242026-07-08T02:41:14.477Z[ recovery-image] Jul 08 02:41:13.438 INFO image builder template: zfs-recovery...
87252026-07-08T02:41:14.480Z[ recovery-image] Jul 08 02:41:13.438 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/.tmp6vb1lF/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
87262026-07-08T02:41:14.503Z[ recovery-image] Jul 08 02:41:13.464 INFO O| Jul 08 02:41:13.464 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87272026-07-08T02:41:14.507Z[ recovery-image] Jul 08 02:41:13.468 INFO O| Jul 08 02:41:13.468 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87282026-07-08T02:41:14.687Z[ recovery-image] Jul 08 02:41:13.648 INFO O| Jul 08 02:41:13.648 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87292026-07-08T02:41:14.793Z[ recovery-image] Jul 08 02:41:13.754 INFO O| Jul 08 02:41:13.754 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87302026-07-08T02:41:14.793Z[ recovery-image] Jul 08 02:41:13.754 INFO O| Jul 08 02:41:13.754 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87312026-07-08T02:41:14.797Z[ recovery-image] Jul 08 02:41:13.758 INFO O| Jul 08 02:41:13.758 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87322026-07-08T02:41:14.959Z[ recovery-image] Jul 08 02:41:13.920 INFO O| Jul 08 02:41:13.920 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87332026-07-08T02:41:15.053Z[ recovery-image] Jul 08 02:41:14.014 INFO O| Jul 08 02:41:14.014 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87342026-07-08T02:41:15.060Z[ recovery-image] Jul 08 02:41:14.021 INFO O| Jul 08 02:41:14.021 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87352026-07-08T02:41:15.065Z[ recovery-image] Jul 08 02:41:14.026 INFO O| Jul 08 02:41:14.026 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87362026-07-08T02:41:15.068Z[ recovery-image] Jul 08 02:41:14.028 INFO O| Jul 08 02:41:14.028 INFO no lofi found
87372026-07-08T02:41:15.068Z[ recovery-image] Jul 08 02:41:14.028 INFO O| Jul 08 02:41:14.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87382026-07-08T02:41:15.068Z[ recovery-image] Jul 08 02:41:14.028 INFO O| Jul 08 02:41:14.028 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87392026-07-08T02:41:17.040Z[ recovery-image] Jul 08 02:41:16.001 INFO O| Jul 08 02:41:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
87402026-07-08T02:41:17.040Z[ recovery-image] Jul 08 02:41:16.001 INFO O| Jul 08 02:41:16.001 INFO pool device = /dev/dsk/c2t1d0p0
87412026-07-08T02:41:17.044Z[ recovery-image] Jul 08 02:41:16.001 INFO O| Jul 08 02:41:16.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87422026-07-08T02:41:17.105Z[ recovery-image] Jul 08 02:41:16.065 INFO O| Jul 08 02:41:16.065 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87432026-07-08T02:41:17.105Z[ recovery-image] Jul 08 02:41:16.065 INFO O| Jul 08 02:41:16.065 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87442026-07-08T02:41:17.122Z[ recovery-image] Jul 08 02:41:16.083 INFO O| Jul 08 02:41:16.083 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87452026-07-08T02:41:17.172Z[ recovery-image] Jul 08 02:41:16.133 INFO O| Jul 08 02:41:16.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87462026-07-08T02:41:17.201Z[ recovery-image] Jul 08 02:41:16.160 INFO O| Jul 08 02:41:16.160 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87472026-07-08T02:41:17.213Z[ recovery-image] Jul 08 02:41:16.174 INFO O| Jul 08 02:41:16.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87482026-07-08T02:41:17.224Z[ recovery-image] Jul 08 02:41:16.185 INFO O| Jul 08 02:41:16.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87492026-07-08T02:41:17.258Z[ recovery-image] Jul 08 02:41:16.219 INFO O| Jul 08 02:41:16.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87502026-07-08T02:41:17.259Z[ recovery-image] Jul 08 02:41:16.219 INFO O| Jul 08 02:41:16.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87512026-07-08T02:41:17.263Z[ recovery-image] Jul 08 02:41:16.219 INFO O| Jul 08 02:41:16.219 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87522026-07-08T02:41:17.269Z[ recovery-image] Jul 08 02:41:16.230 INFO O| Jul 08 02:41:16.230 INFO boot environment UUID: 88edbb39-65c4-43db-b89f-28c82231a4a0
87532026-07-08T02:41:17.269Z[ recovery-image] Jul 08 02:41:16.230 INFO O| Jul 08 02:41:16.230 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 88edbb39-65c4-43db-b89f-28c82231a4a0
87542026-07-08T02:41:17.279Z[ recovery-image] Jul 08 02:41:16.240 INFO O| Jul 08 02:41:16.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87552026-07-08T02:41:17.290Z[ recovery-image] Jul 08 02:41:16.251 INFO O| Jul 08 02:41:16.251 INFO STEP 0 (create_be) COMPLETE
87562026-07-08T02:41:17.290Z[ recovery-image] Jul 08 02:41:16.251 INFO O| Jul 08 02:41:16.251 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87572026-07-08T02:41:17.303Z[ recovery-image] Jul 08 02:41:16.264 INFO O| Jul 08 02:41:16.264 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"]
87582026-07-08T02:41:20.438Z[ recovery-image] Jul 08 02:41:19.399 INFO O| Jul 08 02:41:19.399 INFO STEP 1 (unpack_tar) COMPLETE
87592026-07-08T02:41:20.438Z[ recovery-image] Jul 08 02:41:19.399 INFO O| Jul 08 02:41:19.399 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-07-08T02:41:20.448Z[ recovery-image] Jul 08 02:41:19.409 INFO O| Jul 08 02:41:19.409 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87612026-07-08T02:41:20.839Z[ recovery-image] Jul 08 02:41:19.800 INFO O| Jul 08 02:41:19.799 INFO STEP 2 (devfsadm) COMPLETE
87622026-07-08T02:41:20.839Z[ recovery-image] Jul 08 02:41:19.800 INFO O| Jul 08 02:41:19.799 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-07-08T02:41:20.848Z[ recovery-image] Jul 08 02:41:19.809 INFO O| Jul 08 02:41:19.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87642026-07-08T02:41:20.848Z[ recovery-image] Jul 08 02:41:19.809 INFO O| Jul 08 02:41:19.809 INFO STEP 3 (ensure_dir) COMPLETE
87652026-07-08T02:41:20.851Z[ recovery-image] Jul 08 02:41:19.809 INFO O| Jul 08 02:41:19.809 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-07-08T02:41:20.855Z[ recovery-image] Jul 08 02:41:19.816 INFO O| Jul 08 02:41:19.816 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87672026-07-08T02:41:20.855Z[ recovery-image] Jul 08 02:41:19.817 INFO O| Jul 08 02:41:19.816 INFO STEP 4 (ensure_dir) COMPLETE
87682026-07-08T02:41:20.859Z[ recovery-image] Jul 08 02:41:19.817 INFO O| Jul 08 02:41:19.816 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692026-07-08T02:41:20.863Z[ recovery-image] Jul 08 02:41:19.823 INFO O| Jul 08 02:41:19.823 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87702026-07-08T02:41:20.863Z[ recovery-image] Jul 08 02:41:19.823 INFO O| Jul 08 02:41:19.823 INFO STEP 5 (ensure_dir) COMPLETE
87712026-07-08T02:41:20.863Z[ recovery-image] Jul 08 02:41:19.823 INFO O| Jul 08 02:41:19.823 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-07-08T02:41:20.870Z[ recovery-image] Jul 08 02:41:19.831 INFO O| Jul 08 02:41:19.831 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87732026-07-08T02:41:20.870Z[ recovery-image] Jul 08 02:41:19.831 INFO O| Jul 08 02:41:19.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87742026-07-08T02:41:20.874Z[ recovery-image] Jul 08 02:41:19.831 INFO O| Jul 08 02:41:19.831 INFO STEP 6 (ensure_dir) COMPLETE
87752026-07-08T02:41:20.874Z[ recovery-image] Jul 08 02:41:19.831 INFO O| Jul 08 02:41:19.831 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-07-08T02:41:20.878Z[ recovery-image] Jul 08 02:41:19.837 INFO O| Jul 08 02:41:19.837 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87772026-07-08T02:41:20.878Z[ recovery-image] Jul 08 02:41:19.837 INFO O| Jul 08 02:41:19.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87782026-07-08T02:41:20.878Z[ recovery-image] Jul 08 02:41:19.837 INFO O| Jul 08 02:41:19.837 INFO STEP 7 (ensure_dir) COMPLETE
87792026-07-08T02:41:20.878Z[ recovery-image] Jul 08 02:41:19.837 INFO O| Jul 08 02:41:19.837 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-07-08T02:41:20.882Z[ recovery-image] Jul 08 02:41:19.844 INFO O| Jul 08 02:41:19.844 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87812026-07-08T02:41:20.885Z[ recovery-image] Jul 08 02:41:19.844 INFO O| Jul 08 02:41:19.844 INFO STEP 8 (remove_files) COMPLETE
87822026-07-08T02:41:20.885Z[ recovery-image] Jul 08 02:41:19.844 INFO O| Jul 08 02:41:19.844 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-07-08T02:41:20.890Z[ recovery-image] Jul 08 02:41:19.852 INFO O| Jul 08 02:41:19.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87842026-07-08T02:41:20.893Z[ recovery-image] Jul 08 02:41:19.852 INFO O| Jul 08 02:41:19.852 INFO STEP 9 (remove_files) COMPLETE
87852026-07-08T02:41:20.894Z[ recovery-image] Jul 08 02:41:19.852 INFO O| Jul 08 02:41:19.852 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-07-08T02:41:20.898Z[ recovery-image] Jul 08 02:41:19.860 INFO O| Jul 08 02:41:19.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87872026-07-08T02:41:20.901Z[ recovery-image] Jul 08 02:41:19.860 INFO O| Jul 08 02:41:19.860 INFO STEP 10 (remove_files) COMPLETE
87882026-07-08T02:41:20.901Z[ recovery-image] Jul 08 02:41:19.860 INFO O| Jul 08 02:41:19.860 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-07-08T02:41:20.906Z[ recovery-image] Jul 08 02:41:19.867 INFO O| Jul 08 02:41:19.867 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87902026-07-08T02:41:20.906Z[ recovery-image] Jul 08 02:41:19.867 INFO O| Jul 08 02:41:19.867 INFO STEP 11 (remove_files) COMPLETE
87912026-07-08T02:41:20.909Z[ recovery-image] Jul 08 02:41:19.867 INFO O| Jul 08 02:41:19.867 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-07-08T02:41:20.912Z[ recovery-image] Jul 08 02:41:19.874 INFO O| Jul 08 02:41:19.873 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87932026-07-08T02:41:20.915Z[ recovery-image] Jul 08 02:41:19.874 INFO O| Jul 08 02:41:19.874 INFO STEP 12 (remove_files) COMPLETE
87942026-07-08T02:41:20.915Z[ recovery-image] Jul 08 02:41:19.874 INFO O| Jul 08 02:41:19.874 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-07-08T02:41:20.920Z[ recovery-image] Jul 08 02:41:19.881 INFO O| Jul 08 02:41:19.881 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87962026-07-08T02:41:20.920Z[ recovery-image] Jul 08 02:41:19.881 INFO O| Jul 08 02:41:19.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87972026-07-08T02:41:20.923Z[ recovery-image] Jul 08 02:41:19.881 INFO O| Jul 08 02:41:19.881 INFO STEP 13 (ensure_dir) COMPLETE
87982026-07-08T02:41:20.923Z[ recovery-image] Jul 08 02:41:19.882 INFO O| Jul 08 02:41:19.881 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-07-08T02:41:20.927Z[ recovery-image] Jul 08 02:41:19.888 INFO O| Jul 08 02:41:19.888 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88002026-07-08T02:41:20.927Z[ recovery-image] Jul 08 02:41:19.888 INFO O| Jul 08 02:41:19.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88012026-07-08T02:41:20.927Z[ recovery-image] Jul 08 02:41:19.888 INFO O| Jul 08 02:41:19.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88022026-07-08T02:41:20.927Z[ recovery-image] Jul 08 02:41:19.888 INFO O| Jul 08 02:41:19.888 INFO STEP 14 (ensure_dir) COMPLETE
88032026-07-08T02:41:20.930Z[ recovery-image] Jul 08 02:41:19.888 INFO O| Jul 08 02:41:19.888 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-08T02:41:20.933Z[ recovery-image] Jul 08 02:41:19.894 INFO O| Jul 08 02:41:19.894 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88052026-07-08T02:41:20.933Z[ recovery-image] Jul 08 02:41:19.894 INFO O| Jul 08 02:41:19.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88062026-07-08T02:41:20.933Z[ recovery-image] Jul 08 02:41:19.894 INFO O| Jul 08 02:41:19.894 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88072026-07-08T02:41:20.933Z[ recovery-image] Jul 08 02:41:19.894 INFO O| Jul 08 02:41:19.894 INFO STEP 15 (ensure_dir) COMPLETE
88082026-07-08T02:41:20.933Z[ recovery-image] Jul 08 02:41:19.894 INFO O| Jul 08 02:41:19.894 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-07-08T02:41:20.939Z[ recovery-image] Jul 08 02:41:19.900 INFO O| Jul 08 02:41:19.900 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88102026-07-08T02:41:20.939Z[ recovery-image] Jul 08 02:41:19.900 INFO O| Jul 08 02:41:19.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88112026-07-08T02:41:20.939Z[ recovery-image] Jul 08 02:41:19.900 INFO O| Jul 08 02:41:19.900 INFO STEP 16 (ensure_dir) COMPLETE
88122026-07-08T02:41:20.939Z[ recovery-image] Jul 08 02:41:19.900 INFO O| Jul 08 02:41:19.900 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-07-08T02:41:20.947Z[ recovery-image] Jul 08 02:41:19.906 INFO O| Jul 08 02:41:19.906 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88142026-07-08T02:41:20.947Z[ recovery-image] Jul 08 02:41:19.906 INFO O| Jul 08 02:41:19.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88152026-07-08T02:41:20.950Z[ recovery-image] Jul 08 02:41:19.906 INFO O| Jul 08 02:41:19.906 INFO STEP 17 (ensure_dir) COMPLETE
88162026-07-08T02:41:20.950Z[ recovery-image] Jul 08 02:41:19.906 INFO O| Jul 08 02:41:19.906 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-08T02:41:20.953Z[ recovery-image] Jul 08 02:41:19.915 INFO O| Jul 08 02:41:19.915 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88182026-07-08T02:41:20.953Z[ recovery-image] Jul 08 02:41:19.915 INFO O| Jul 08 02:41:19.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88192026-07-08T02:41:20.953Z[ recovery-image] Jul 08 02:41:19.915 INFO O| Jul 08 02:41:19.915 INFO ok!
88202026-07-08T02:41:20.953Z[ recovery-image] Jul 08 02:41:19.915 INFO O| Jul 08 02:41:19.915 INFO STEP 18 (ensure_symlink) COMPLETE
88212026-07-08T02:41:20.957Z[ recovery-image] Jul 08 02:41:19.915 INFO O| Jul 08 02:41:19.915 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-08T02:41:20.960Z[ recovery-image] Jul 08 02:41:19.921 INFO O| Jul 08 02:41:19.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88232026-07-08T02:41:20.960Z[ recovery-image] Jul 08 02:41:19.921 INFO O| Jul 08 02:41:19.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88242026-07-08T02:41:20.960Z[ recovery-image] Jul 08 02:41:19.921 INFO O| Jul 08 02:41:19.921 INFO ok!
88252026-07-08T02:41:20.960Z[ recovery-image] Jul 08 02:41:19.921 INFO O| Jul 08 02:41:19.921 INFO STEP 19 (ensure_file) COMPLETE
88262026-07-08T02:41:20.960Z[ recovery-image] Jul 08 02:41:19.921 INFO O| Jul 08 02:41:19.921 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-07-08T02:41:20.966Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88282026-07-08T02:41:20.966Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88292026-07-08T02:41:20.970Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88302026-07-08T02:41:20.970Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO ok!
88312026-07-08T02:41:20.970Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO STEP 20 (ensure_symlink) COMPLETE
88322026-07-08T02:41:20.970Z[ recovery-image] Jul 08 02:41:19.928 INFO O| Jul 08 02:41:19.928 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-07-08T02:41:20.973Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88342026-07-08T02:41:20.973Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88352026-07-08T02:41:20.976Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88362026-07-08T02:41:20.976Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO ok!
88372026-07-08T02:41:20.976Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO STEP 21 (ensure_symlink) COMPLETE
88382026-07-08T02:41:20.976Z[ recovery-image] Jul 08 02:41:19.935 INFO O| Jul 08 02:41:19.935 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-07-08T02:41:20.980Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88402026-07-08T02:41:20.980Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88412026-07-08T02:41:20.980Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88422026-07-08T02:41:20.983Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO ok!
88432026-07-08T02:41:20.983Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO STEP 22 (ensure_symlink) COMPLETE
88442026-07-08T02:41:20.983Z[ recovery-image] Jul 08 02:41:19.942 INFO O| Jul 08 02:41:19.942 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-07-08T02:41:20.987Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88462026-07-08T02:41:20.987Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88472026-07-08T02:41:20.992Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88482026-07-08T02:41:20.992Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO ok!
88492026-07-08T02:41:20.992Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO STEP 23 (ensure_symlink) COMPLETE
88502026-07-08T02:41:20.992Z[ recovery-image] Jul 08 02:41:19.949 INFO O| Jul 08 02:41:19.949 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88522026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 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 ...
88532026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88542026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 INFO ok!
88552026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 INFO STEP 24 (ensure_file) COMPLETE
88562026-07-08T02:41:20.996Z[ recovery-image] Jul 08 02:41:19.955 INFO O| Jul 08 02:41:19.955 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-07-08T02:41:21.003Z[ recovery-image] Jul 08 02:41:19.962 INFO O| Jul 08 02:41:19.962 INFO updating shadow file
88582026-07-08T02:41:21.003Z[ recovery-image] Jul 08 02:41:19.962 INFO O| Jul 08 02:41:19.962 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88592026-07-08T02:41:21.007Z[ recovery-image] Jul 08 02:41:19.962 INFO O| Jul 08 02:41:19.962 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88602026-07-08T02:41:21.007Z[ recovery-image] Jul 08 02:41:19.962 INFO O| Jul 08 02:41:19.962 INFO STEP 25 (shadow) COMPLETE
88612026-07-08T02:41:21.007Z[ recovery-image] Jul 08 02:41:19.962 INFO O| Jul 08 02:41:19.962 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88632026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88642026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88652026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 INFO ok!
88662026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 INFO STEP 26 (ensure_file) COMPLETE
88672026-07-08T02:41:21.010Z[ recovery-image] Jul 08 02:41:19.969 INFO O| Jul 08 02:41:19.969 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-07-08T02:41:21.015Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88692026-07-08T02:41:21.015Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88702026-07-08T02:41:21.015Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88712026-07-08T02:41:21.015Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO ok!
88722026-07-08T02:41:21.018Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO STEP 27 (ensure_file) COMPLETE
88732026-07-08T02:41:21.018Z[ recovery-image] Jul 08 02:41:19.976 INFO O| Jul 08 02:41:19.976 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-07-08T02:41:21.023Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88752026-07-08T02:41:21.023Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88762026-07-08T02:41:21.023Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88772026-07-08T02:41:21.023Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88782026-07-08T02:41:21.026Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO ok!
88792026-07-08T02:41:21.026Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO STEP 28 (ensure_file) COMPLETE
88802026-07-08T02:41:21.026Z[ recovery-image] Jul 08 02:41:19.984 INFO O| Jul 08 02:41:19.984 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-07-08T02:41:21.031Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88822026-07-08T02:41:21.031Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88832026-07-08T02:41:21.031Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88842026-07-08T02:41:21.031Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO ok!
88852026-07-08T02:41:21.034Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO STEP 29 (ensure_file) COMPLETE
88862026-07-08T02:41:21.034Z[ recovery-image] Jul 08 02:41:19.992 INFO O| Jul 08 02:41:19.992 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-07-08T02:41:21.038Z[ recovery-image] Jul 08 02:41:19.999 INFO O| Jul 08 02:41:19.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88882026-07-08T02:41:21.038Z[ recovery-image] Jul 08 02:41:19.999 INFO O| Jul 08 02:41:19.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88892026-07-08T02:41:21.038Z[ recovery-image] Jul 08 02:41:19.999 INFO O| Jul 08 02:41:19.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88902026-07-08T02:41:21.038Z[ recovery-image] Jul 08 02:41:19.999 INFO O| Jul 08 02:41:19.999 INFO STEP 30 (ensure_dir) COMPLETE
88912026-07-08T02:41:21.038Z[ recovery-image] Jul 08 02:41:19.999 INFO O| Jul 08 02:41:19.999 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-07-08T02:41:21.045Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88932026-07-08T02:41:21.045Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 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 ...
88942026-07-08T02:41:21.045Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 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
88952026-07-08T02:41:21.045Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88962026-07-08T02:41:21.048Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 INFO ok!
88972026-07-08T02:41:21.048Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 INFO STEP 31 (ensure_file) COMPLETE
88982026-07-08T02:41:21.048Z[ recovery-image] Jul 08 02:41:20.006 INFO O| Jul 08 02:41:20.006 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-07-08T02:41:21.052Z[ recovery-image] Jul 08 02:41:20.013 INFO O| Jul 08 02:41:20.013 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89002026-07-08T02:41:21.052Z[ recovery-image] Jul 08 02:41:20.014 INFO O| Jul 08 02:41:20.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89012026-07-08T02:41:21.056Z[ recovery-image] Jul 08 02:41:20.014 INFO O| Jul 08 02:41:20.014 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89022026-07-08T02:41:21.056Z[ recovery-image] Jul 08 02:41:20.014 INFO O| Jul 08 02:41:20.014 INFO STEP 32 (ensure_dir) COMPLETE
89032026-07-08T02:41:21.056Z[ recovery-image] Jul 08 02:41:20.014 INFO O| Jul 08 02:41:20.014 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.020 INFO O| Jul 08 02:41:20.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89052026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.020 INFO O| Jul 08 02:41:20.020 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 ...
89062026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.021 INFO O| Jul 08 02:41:20.020 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
89072026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.021 INFO O| Jul 08 02:41:20.020 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89082026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.021 INFO O| Jul 08 02:41:20.020 INFO ok!
89092026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.021 INFO O| Jul 08 02:41:20.020 INFO STEP 33 (ensure_file) COMPLETE
89102026-07-08T02:41:21.060Z[ recovery-image] Jul 08 02:41:20.021 INFO O| Jul 08 02:41:20.021 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89112026-07-08T02:41:21.066Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89122026-07-08T02:41:21.066Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89132026-07-08T02:41:21.070Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89142026-07-08T02:41:21.070Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO ok!
89152026-07-08T02:41:21.070Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO STEP 34 (ensure_file) COMPLETE
89162026-07-08T02:41:21.070Z[ recovery-image] Jul 08 02:41:20.028 INFO O| Jul 08 02:41:20.028 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-07-08T02:41:21.076Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89182026-07-08T02:41:21.076Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89192026-07-08T02:41:21.079Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89202026-07-08T02:41:21.079Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89212026-07-08T02:41:21.080Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO ok!
89222026-07-08T02:41:21.080Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO STEP 35 (ensure_file) COMPLETE
89232026-07-08T02:41:21.080Z[ recovery-image] Jul 08 02:41:20.035 INFO O| Jul 08 02:41:20.035 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-07-08T02:41:21.083Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89252026-07-08T02:41:21.084Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89262026-07-08T02:41:21.087Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89272026-07-08T02:41:21.087Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 INFO ok!
89282026-07-08T02:41:21.087Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 INFO STEP 36 (ensure_file) COMPLETE
89292026-07-08T02:41:21.087Z[ recovery-image] Jul 08 02:41:20.045 INFO O| Jul 08 02:41:20.045 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-07-08T02:41:21.092Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89312026-07-08T02:41:21.092Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89322026-07-08T02:41:21.095Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89332026-07-08T02:41:21.095Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 INFO ok!
89342026-07-08T02:41:21.095Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 INFO STEP 37 (ensure_file) COMPLETE
89352026-07-08T02:41:21.095Z[ recovery-image] Jul 08 02:41:20.053 INFO O| Jul 08 02:41:20.053 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-07-08T02:41:21.100Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89372026-07-08T02:41:21.100Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89382026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89392026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89402026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89412026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89422026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO ok!
89432026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO STEP 38 (ensure_file) COMPLETE
89442026-07-08T02:41:21.106Z[ recovery-image] Jul 08 02:41:20.061 INFO O| Jul 08 02:41:20.061 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89452026-07-08T02:41:21.109Z[ recovery-image] Jul 08 02:41:20.068 INFO O| Jul 08 02:41:20.068 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89462026-07-08T02:41:21.109Z[ recovery-image] Jul 08 02:41:20.068 INFO O| Jul 08 02:41:20.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89472026-07-08T02:41:21.109Z[ recovery-image] Jul 08 02:41:20.068 INFO O| Jul 08 02:41:20.068 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89482026-07-08T02:41:21.109Z[ recovery-image] Jul 08 02:41:20.068 INFO O| Jul 08 02:41:20.068 INFO STEP 39 (ensure_dir) COMPLETE
89492026-07-08T02:41:21.110Z[ recovery-image] Jul 08 02:41:20.068 INFO O| Jul 08 02:41:20.068 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89502026-07-08T02:41:21.115Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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
89512026-07-08T02:41:21.115Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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 ...
89522026-07-08T02:41:21.115Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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
89532026-07-08T02:41:21.115Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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
89542026-07-08T02:41:21.115Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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
89552026-07-08T02:41:21.121Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 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
89562026-07-08T02:41:21.121Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 INFO ok!
89572026-07-08T02:41:21.121Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 INFO STEP 40 (ensure_file) COMPLETE
89582026-07-08T02:41:21.121Z[ recovery-image] Jul 08 02:41:20.076 INFO O| Jul 08 02:41:20.076 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89592026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89602026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 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 ...
89612026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89622026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 INFO ok!
89632026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 INFO STEP 41 (ensure_symlink) COMPLETE
89642026-07-08T02:41:21.126Z[ recovery-image] Jul 08 02:41:20.082 INFO O| Jul 08 02:41:20.082 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.087 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89662026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.087 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89672026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89682026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.088 INFO ok!
89692026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.088 INFO STEP 42 (ensure_symlink) COMPLETE
89702026-07-08T02:41:21.130Z[ recovery-image] Jul 08 02:41:20.088 INFO O| Jul 08 02:41:20.088 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89712026-07-08T02:41:21.134Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89722026-07-08T02:41:21.134Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89732026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89742026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89752026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89762026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89772026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO ok!
89782026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO STEP 43 (ensure_file) COMPLETE
89792026-07-08T02:41:21.137Z[ recovery-image] Jul 08 02:41:20.095 INFO O| Jul 08 02:41:20.095 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89812026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 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 ...
89822026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 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
89832026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89842026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 INFO ok!
89852026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 INFO STEP 44 (ensure_file) COMPLETE
89862026-07-08T02:41:21.145Z[ recovery-image] Jul 08 02:41:20.103 INFO O| Jul 08 02:41:20.103 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-07-08T02:41:21.148Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89882026-07-08T02:41:21.148Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89892026-07-08T02:41:21.152Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89902026-07-08T02:41:21.152Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO ok!
89912026-07-08T02:41:21.152Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO STEP 45 (ensure_file) COMPLETE
89922026-07-08T02:41:21.152Z[ recovery-image] Jul 08 02:41:20.110 INFO O| Jul 08 02:41:20.110 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89932026-07-08T02:41:21.156Z[ recovery-image] Jul 08 02:41:20.116 INFO O| Jul 08 02:41:20.116 INFO updating shadow file
89942026-07-08T02:41:21.156Z[ recovery-image] Jul 08 02:41:20.116 INFO O| Jul 08 02:41:20.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89952026-07-08T02:41:21.156Z[ recovery-image] Jul 08 02:41:20.116 INFO O| Jul 08 02:41:20.116 INFO STEP 46 (shadow) COMPLETE
89962026-07-08T02:41:21.156Z[ recovery-image] Jul 08 02:41:20.116 INFO O| Jul 08 02:41:20.116 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89972026-07-08T02:41:21.162Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89982026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89992026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90002026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90012026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO ok!
90022026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO STEP 47 (ensure_file) COMPLETE
90032026-07-08T02:41:21.165Z[ recovery-image] Jul 08 02:41:20.122 INFO O| Jul 08 02:41:20.122 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-07-08T02:41:21.169Z[ recovery-image] Jul 08 02:41:20.128 INFO O| Jul 08 02:41:20.128 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90052026-07-08T02:41:21.169Z[ recovery-image] Jul 08 02:41:20.128 INFO O| Jul 08 02:41:20.128 INFO STEP 48 (ensure_dir) COMPLETE
90062026-07-08T02:41:21.169Z[ recovery-image] Jul 08 02:41:20.128 INFO O| Jul 08 02:41:20.128 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-07-08T02:41:21.174Z[ recovery-image] Jul 08 02:41:20.136 INFO O| Jul 08 02:41:20.136 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90082026-07-08T02:41:21.174Z[ recovery-image] Jul 08 02:41:20.136 INFO O| Jul 08 02:41:20.136 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90092026-07-08T02:41:21.178Z[ recovery-image] Jul 08 02:41:20.136 INFO O| Jul 08 02:41:20.136 INFO STEP 49 (ensure_dir) COMPLETE
90102026-07-08T02:41:21.178Z[ recovery-image] Jul 08 02:41:20.136 INFO O| Jul 08 02:41:20.136 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-07-08T02:41:21.182Z[ recovery-image] Jul 08 02:41:20.141 INFO O| Jul 08 02:41:20.141 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90122026-07-08T02:41:21.182Z[ recovery-image] Jul 08 02:41:20.141 INFO O| Jul 08 02:41:20.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90132026-07-08T02:41:21.182Z[ recovery-image] Jul 08 02:41:20.141 INFO O| Jul 08 02:41:20.141 INFO STEP 50 (ensure_dir) COMPLETE
90142026-07-08T02:41:21.182Z[ recovery-image] Jul 08 02:41:20.141 INFO O| Jul 08 02:41:20.141 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-07-08T02:41:21.187Z[ recovery-image] Jul 08 02:41:20.149 INFO O| Jul 08 02:41:20.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90162026-07-08T02:41:21.187Z[ recovery-image] Jul 08 02:41:20.149 INFO O| Jul 08 02:41:20.149 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90172026-07-08T02:41:21.231Z[ recovery-image] Jul 08 02:41:20.192 INFO O| Jul 08 02:41:20.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90182026-07-08T02:41:21.231Z[ recovery-image] Jul 08 02:41:20.192 INFO O| Jul 08 02:41:20.192 INFO ok!
90192026-07-08T02:41:21.231Z[ recovery-image] Jul 08 02:41:20.192 INFO O| Jul 08 02:41:20.192 INFO STEP 51 (ensure_file) COMPLETE
90202026-07-08T02:41:21.235Z[ recovery-image] Jul 08 02:41:20.192 INFO O| Jul 08 02:41:20.192 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-07-08T02:41:21.240Z[ recovery-image] Jul 08 02:41:20.201 INFO O| Jul 08 02:41:20.201 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90222026-07-08T02:41:21.246Z[ recovery-image] Jul 08 02:41:20.201 INFO O| Jul 08 02:41:20.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90232026-07-08T02:41:21.246Z[ recovery-image] Jul 08 02:41:20.201 INFO O| Jul 08 02:41:20.201 INFO STEP 52 (ensure_dir) COMPLETE
90242026-07-08T02:41:21.246Z[ recovery-image] Jul 08 02:41:20.201 INFO O| Jul 08 02:41:20.201 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-07-08T02:41:21.249Z[ recovery-image] Jul 08 02:41:20.207 INFO O| Jul 08 02:41:20.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90262026-07-08T02:41:21.249Z[ recovery-image] Jul 08 02:41:20.207 INFO O| Jul 08 02:41:20.207 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90272026-07-08T02:41:21.249Z[ recovery-image] Jul 08 02:41:20.208 INFO O| Jul 08 02:41:20.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90282026-07-08T02:41:21.249Z[ recovery-image] Jul 08 02:41:20.208 INFO O| Jul 08 02:41:20.208 INFO ok!
90292026-07-08T02:41:21.250Z[ recovery-image] Jul 08 02:41:20.208 INFO O| Jul 08 02:41:20.208 INFO STEP 53 (ensure_file) COMPLETE
90302026-07-08T02:41:21.250Z[ recovery-image] Jul 08 02:41:20.208 INFO O| Jul 08 02:41:20.208 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-07-08T02:41:21.254Z[ recovery-image] Jul 08 02:41:20.216 INFO O| Jul 08 02:41:20.215 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90322026-07-08T02:41:21.254Z[ recovery-image] Jul 08 02:41:20.216 INFO O| Jul 08 02:41:20.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90332026-07-08T02:41:21.257Z[ recovery-image] Jul 08 02:41:20.216 INFO O| Jul 08 02:41:20.216 INFO STEP 54 (ensure_dir) COMPLETE
90342026-07-08T02:41:21.257Z[ recovery-image] Jul 08 02:41:20.216 INFO O| Jul 08 02:41:20.216 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-07-08T02:41:21.260Z[ recovery-image] Jul 08 02:41:20.222 INFO O| Jul 08 02:41:20.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90362026-07-08T02:41:21.260Z[ recovery-image] Jul 08 02:41:20.222 INFO O| Jul 08 02:41:20.222 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90372026-07-08T02:41:21.870Z[ recovery-image] Jul 08 02:41:20.831 INFO O| Jul 08 02:41:20.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90382026-07-08T02:41:21.870Z[ recovery-image] Jul 08 02:41:20.831 INFO O| Jul 08 02:41:20.831 INFO ok!
90392026-07-08T02:41:21.874Z[ recovery-image] Jul 08 02:41:20.831 INFO O| Jul 08 02:41:20.831 INFO STEP 55 (ensure_file) COMPLETE
90402026-07-08T02:41:21.874Z[ recovery-image] Jul 08 02:41:20.831 INFO O| Jul 08 02:41:20.831 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-07-08T02:41:21.879Z[ recovery-image] Jul 08 02:41:20.840 INFO O| Jul 08 02:41:20.840 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90422026-07-08T02:41:21.882Z[ recovery-image] Jul 08 02:41:20.840 INFO O| Jul 08 02:41:20.840 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90432026-07-08T02:41:22.513Z[ recovery-image] Jul 08 02:41:21.473 INFO O| Jul 08 02:41:21.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90442026-07-08T02:41:22.513Z[ recovery-image] Jul 08 02:41:21.473 INFO O| Jul 08 02:41:21.473 INFO ok!
90452026-07-08T02:41:22.513Z[ recovery-image] Jul 08 02:41:21.473 INFO O| Jul 08 02:41:21.473 INFO STEP 56 (ensure_file) COMPLETE
90462026-07-08T02:41:22.517Z[ recovery-image] Jul 08 02:41:21.473 INFO O| Jul 08 02:41:21.473 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-07-08T02:41:22.520Z[ recovery-image] Jul 08 02:41:21.482 INFO O| Jul 08 02:41:21.482 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90482026-07-08T02:41:22.524Z[ recovery-image] Jul 08 02:41:21.482 INFO O| Jul 08 02:41:21.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90492026-07-08T02:41:22.524Z[ recovery-image] Jul 08 02:41:21.482 INFO O| Jul 08 02:41:21.482 INFO STEP 57 (ensure_dir) COMPLETE
90502026-07-08T02:41:22.524Z[ recovery-image] Jul 08 02:41:21.482 INFO O| Jul 08 02:41:21.482 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-07-08T02:41:22.529Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90522026-07-08T02:41:22.529Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 INFO copying /tmp/.tmp6vb1lF/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 ...
90532026-07-08T02:41:22.529Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 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
90542026-07-08T02:41:22.532Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 INFO ok!
90552026-07-08T02:41:22.532Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 INFO STEP 58 (ensure_file) COMPLETE
90562026-07-08T02:41:22.532Z[ recovery-image] Jul 08 02:41:21.490 INFO O| Jul 08 02:41:21.490 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90582026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 INFO copying /tmp/.tmp6vb1lF/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 ...
90592026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 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
90602026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 INFO ok!
90612026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 INFO STEP 59 (ensure_file) COMPLETE
90622026-07-08T02:41:22.535Z[ recovery-image] Jul 08 02:41:21.496 INFO O| Jul 08 02:41:21.496 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-08T02:41:22.541Z[ recovery-image] Jul 08 02:41:21.502 INFO O| Jul 08 02:41:21.502 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90642026-07-08T02:41:22.544Z[ recovery-image] Jul 08 02:41:21.502 INFO O| Jul 08 02:41:21.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90652026-07-08T02:41:22.544Z[ recovery-image] Jul 08 02:41:21.502 INFO O| Jul 08 02:41:21.502 INFO STEP 60 (ensure_dir) COMPLETE
90662026-07-08T02:41:22.544Z[ recovery-image] Jul 08 02:41:21.502 INFO O| Jul 08 02:41:21.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90682026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO copying /tmp/.tmp6vb1lF/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 ...
90692026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90702026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO ok!
90712026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO STEP 61 (ensure_file) COMPLETE
90722026-07-08T02:41:22.548Z[ recovery-image] Jul 08 02:41:21.508 INFO O| Jul 08 02:41:21.508 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-07-08T02:41:22.552Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90742026-07-08T02:41:22.552Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.514 INFO copying /tmp/.tmp6vb1lF/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 ...
90752026-07-08T02:41:22.552Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.514 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
90762026-07-08T02:41:22.552Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.514 INFO ok!
90772026-07-08T02:41:22.552Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.514 INFO STEP 62 (ensure_file) COMPLETE
90782026-07-08T02:41:22.556Z[ recovery-image] Jul 08 02:41:21.514 INFO O| Jul 08 02:41:21.514 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-08T02:41:22.559Z[ recovery-image] Jul 08 02:41:21.521 INFO O| Jul 08 02:41:21.521 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90802026-07-08T02:41:22.563Z[ recovery-image] Jul 08 02:41:21.521 INFO O| Jul 08 02:41:21.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90812026-07-08T02:41:22.563Z[ recovery-image] Jul 08 02:41:21.521 INFO O| Jul 08 02:41:21.521 INFO STEP 63 (ensure_dir) COMPLETE
90822026-07-08T02:41:22.563Z[ recovery-image] Jul 08 02:41:21.521 INFO O| Jul 08 02:41:21.521 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-07-08T02:41:22.566Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90842026-07-08T02:41:22.566Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO copying /tmp/.tmp6vb1lF/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 ...
90852026-07-08T02:41:22.570Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90862026-07-08T02:41:22.570Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO ok!
90872026-07-08T02:41:22.570Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO STEP 64 (ensure_file) COMPLETE
90882026-07-08T02:41:22.570Z[ recovery-image] Jul 08 02:41:21.528 INFO O| Jul 08 02:41:21.528 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-07-08T02:41:22.573Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90902026-07-08T02:41:22.577Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90912026-07-08T02:41:22.577Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90922026-07-08T02:41:22.577Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO ok!
90932026-07-08T02:41:22.577Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO STEP 65 (ensure_file) COMPLETE
90942026-07-08T02:41:22.577Z[ recovery-image] Jul 08 02:41:21.535 INFO O| Jul 08 02:41:21.535 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-08T02:41:22.580Z[ recovery-image] Jul 08 02:41:21.540 INFO O| Jul 08 02:41:21.540 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90962026-07-08T02:41:22.580Z[ recovery-image] Jul 08 02:41:21.540 INFO O| Jul 08 02:41:21.540 INFO STEP 66 (ensure_dir) COMPLETE
90972026-07-08T02:41:22.580Z[ recovery-image] Jul 08 02:41:21.540 INFO O| Jul 08 02:41:21.540 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-07-08T02:41:22.585Z[ recovery-image] Jul 08 02:41:21.546 INFO O| Jul 08 02:41:21.546 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90992026-07-08T02:41:22.585Z[ recovery-image] Jul 08 02:41:21.546 INFO O| Jul 08 02:41:21.546 INFO STEP 67 (ensure_dir) COMPLETE
91002026-07-08T02:41:22.588Z[ recovery-image] Jul 08 02:41:21.546 INFO O| Jul 08 02:41:21.546 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-07-08T02:41:22.593Z[ recovery-image] Jul 08 02:41:21.552 INFO O| Jul 08 02:41:21.552 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91022026-07-08T02:41:22.593Z[ recovery-image] Jul 08 02:41:21.552 INFO O| Jul 08 02:41:21.552 INFO STEP 68 (ensure_dir) COMPLETE
91032026-07-08T02:41:22.593Z[ recovery-image] Jul 08 02:41:21.552 INFO O| Jul 08 02:41:21.552 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-07-08T02:41:22.596Z[ recovery-image] Jul 08 02:41:21.558 INFO O| Jul 08 02:41:21.558 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91052026-07-08T02:41:22.596Z[ recovery-image] Jul 08 02:41:21.558 INFO O| Jul 08 02:41:21.558 INFO STEP 69 (ensure_dir) COMPLETE
91062026-07-08T02:41:22.601Z[ recovery-image] Jul 08 02:41:21.558 INFO O| Jul 08 02:41:21.558 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-07-08T02:41:22.605Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91082026-07-08T02:41:22.605Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO copying /tmp/.tmp6vb1lF/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91092026-07-08T02:41:22.605Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91102026-07-08T02:41:22.608Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO ok!
91112026-07-08T02:41:22.608Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO STEP 70 (ensure_file) COMPLETE
91122026-07-08T02:41:22.608Z[ recovery-image] Jul 08 02:41:21.566 INFO O| Jul 08 02:41:21.566 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-07-08T02:41:22.612Z[ recovery-image] Jul 08 02:41:21.573 INFO O| Jul 08 02:41:21.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91142026-07-08T02:41:22.615Z[ recovery-image] Jul 08 02:41:21.573 INFO O| Jul 08 02:41:21.573 INFO STEP 71 (remove_files) COMPLETE
91152026-07-08T02:41:22.615Z[ recovery-image] Jul 08 02:41:21.573 INFO O| Jul 08 02:41:21.573 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-07-08T02:41:22.618Z[ recovery-image] Jul 08 02:41:21.580 INFO O| Jul 08 02:41:21.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91172026-07-08T02:41:22.621Z[ recovery-image] Jul 08 02:41:21.580 INFO O| Jul 08 02:41:21.580 INFO STEP 72 (remove_files) COMPLETE
91182026-07-08T02:41:22.621Z[ recovery-image] Jul 08 02:41:21.580 INFO O| Jul 08 02:41:21.580 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-07-08T02:41:22.625Z[ recovery-image] Jul 08 02:41:21.585 INFO O| Jul 08 02:41:21.585 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91202026-07-08T02:41:22.625Z[ recovery-image] Jul 08 02:41:21.586 INFO O| Jul 08 02:41:21.585 INFO STEP 73 (remove_files) COMPLETE
91212026-07-08T02:41:22.625Z[ recovery-image] Jul 08 02:41:21.586 INFO O| Jul 08 02:41:21.585 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-07-08T02:41:22.630Z[ recovery-image] Jul 08 02:41:21.591 INFO O| Jul 08 02:41:21.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91232026-07-08T02:41:22.630Z[ recovery-image] Jul 08 02:41:21.591 INFO O| Jul 08 02:41:21.591 INFO STEP 74 (remove_files) COMPLETE
91242026-07-08T02:41:22.635Z[ recovery-image] Jul 08 02:41:21.591 INFO O| Jul 08 02:41:21.591 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-07-08T02:41:22.638Z[ recovery-image] Jul 08 02:41:21.597 INFO O| Jul 08 02:41:21.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91262026-07-08T02:41:22.638Z[ recovery-image] Jul 08 02:41:21.597 INFO O| Jul 08 02:41:21.597 INFO STEP 75 (remove_files) COMPLETE
91272026-07-08T02:41:22.638Z[ recovery-image] Jul 08 02:41:21.597 INFO O| Jul 08 02:41:21.597 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-07-08T02:41:22.641Z[ recovery-image] Jul 08 02:41:21.603 INFO O| Jul 08 02:41:21.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91292026-07-08T02:41:22.641Z[ recovery-image] Jul 08 02:41:21.603 INFO O| Jul 08 02:41:21.603 INFO STEP 76 (remove_files) COMPLETE
91302026-07-08T02:41:22.641Z[ recovery-image] Jul 08 02:41:21.603 INFO O| Jul 08 02:41:21.603 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-07-08T02:41:22.647Z[ recovery-image] Jul 08 02:41:21.608 INFO O| Jul 08 02:41:21.608 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91322026-07-08T02:41:22.647Z[ recovery-image] Jul 08 02:41:21.608 INFO O| Jul 08 02:41:21.608 INFO STEP 77 (remove_files) COMPLETE
91332026-07-08T02:41:22.647Z[ recovery-image] Jul 08 02:41:21.608 INFO O| Jul 08 02:41:21.608 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-07-08T02:41:22.653Z[ recovery-image] Jul 08 02:41:21.614 INFO O| Jul 08 02:41:21.614 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91352026-07-08T02:41:22.653Z[ recovery-image] Jul 08 02:41:21.614 INFO O| Jul 08 02:41:21.614 INFO STEP 78 (remove_files) COMPLETE
91362026-07-08T02:41:22.653Z[ recovery-image] Jul 08 02:41:21.614 INFO O| Jul 08 02:41:21.614 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-07-08T02:41:22.659Z[ recovery-image] Jul 08 02:41:21.621 INFO O| Jul 08 02:41:21.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91382026-07-08T02:41:22.662Z[ recovery-image] Jul 08 02:41:21.621 INFO O| Jul 08 02:41:21.621 INFO STEP 79 (remove_files) COMPLETE
91392026-07-08T02:41:22.662Z[ recovery-image] Jul 08 02:41:21.621 INFO O| Jul 08 02:41:21.621 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-07-08T02:41:22.666Z[ recovery-image] Jul 08 02:41:21.627 INFO O| Jul 08 02:41:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91412026-07-08T02:41:22.666Z[ recovery-image] Jul 08 02:41:21.627 INFO O| Jul 08 02:41:21.627 INFO STEP 80 (remove_files) COMPLETE
91422026-07-08T02:41:22.666Z[ recovery-image] Jul 08 02:41:21.627 INFO O| Jul 08 02:41:21.627 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-07-08T02:41:22.673Z[ recovery-image] Jul 08 02:41:21.634 INFO O| Jul 08 02:41:21.634 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91442026-07-08T02:41:22.673Z[ recovery-image] Jul 08 02:41:21.635 INFO O| Jul 08 02:41:21.635 INFO STEP 81 (remove_files) COMPLETE
91452026-07-08T02:41:22.678Z[ recovery-image] Jul 08 02:41:21.635 INFO O| Jul 08 02:41:21.635 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-07-08T02:41:22.681Z[ recovery-image] Jul 08 02:41:21.640 INFO O| Jul 08 02:41:21.640 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91472026-07-08T02:41:22.681Z[ recovery-image] Jul 08 02:41:21.640 INFO O| Jul 08 02:41:21.640 INFO STEP 82 (remove_files) COMPLETE
91482026-07-08T02:41:22.681Z[ recovery-image] Jul 08 02:41:21.640 INFO O| Jul 08 02:41:21.640 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-07-08T02:41:22.684Z[ recovery-image] Jul 08 02:41:21.645 INFO O| Jul 08 02:41:21.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91502026-07-08T02:41:22.684Z[ recovery-image] Jul 08 02:41:21.645 INFO O| Jul 08 02:41:21.645 INFO STEP 83 (remove_files) COMPLETE
91512026-07-08T02:41:22.684Z[ recovery-image] Jul 08 02:41:21.645 INFO O| Jul 08 02:41:21.645 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-07-08T02:41:22.691Z[ recovery-image] Jul 08 02:41:21.652 INFO O| Jul 08 02:41:21.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91532026-07-08T02:41:22.691Z[ recovery-image] Jul 08 02:41:21.652 INFO O| Jul 08 02:41:21.652 INFO STEP 84 (remove_files) COMPLETE
91542026-07-08T02:41:22.694Z[ recovery-image] Jul 08 02:41:21.652 INFO O| Jul 08 02:41:21.652 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-07-08T02:41:22.698Z[ recovery-image] Jul 08 02:41:21.659 INFO O| Jul 08 02:41:21.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91562026-07-08T02:41:22.698Z[ recovery-image] Jul 08 02:41:21.659 INFO O| Jul 08 02:41:21.659 INFO STEP 85 (remove_files) COMPLETE
91572026-07-08T02:41:22.698Z[ recovery-image] Jul 08 02:41:21.659 INFO O| Jul 08 02:41:21.659 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-07-08T02:41:22.705Z[ recovery-image] Jul 08 02:41:21.667 INFO O| Jul 08 02:41:21.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91592026-07-08T02:41:22.709Z[ recovery-image] Jul 08 02:41:21.667 INFO O| Jul 08 02:41:21.667 INFO STEP 86 (remove_files) COMPLETE
91602026-07-08T02:41:22.709Z[ recovery-image] Jul 08 02:41:21.667 INFO O| Jul 08 02:41:21.667 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-07-08T02:41:22.712Z[ recovery-image] Jul 08 02:41:21.673 INFO O| Jul 08 02:41:21.673 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91622026-07-08T02:41:22.712Z[ recovery-image] Jul 08 02:41:21.673 INFO O| Jul 08 02:41:21.673 INFO STEP 87 (remove_files) COMPLETE
91632026-07-08T02:41:22.712Z[ recovery-image] Jul 08 02:41:21.673 INFO O| Jul 08 02:41:21.673 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-07-08T02:41:22.718Z[ recovery-image] Jul 08 02:41:21.679 INFO O| Jul 08 02:41:21.679 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91652026-07-08T02:41:22.718Z[ recovery-image] Jul 08 02:41:21.679 INFO O| Jul 08 02:41:21.679 INFO STEP 88 (remove_files) COMPLETE
91662026-07-08T02:41:22.723Z[ recovery-image] Jul 08 02:41:21.679 INFO O| Jul 08 02:41:21.679 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-07-08T02:41:22.727Z[ recovery-image] Jul 08 02:41:21.686 INFO O| Jul 08 02:41:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91682026-07-08T02:41:22.727Z[ recovery-image] Jul 08 02:41:21.686 INFO O| Jul 08 02:41:21.686 INFO STEP 89 (remove_files) COMPLETE
91692026-07-08T02:41:22.727Z[ recovery-image] Jul 08 02:41:21.686 INFO O| Jul 08 02:41:21.686 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-07-08T02:41:22.732Z[ recovery-image] Jul 08 02:41:21.693 INFO O| Jul 08 02:41:21.693 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91712026-07-08T02:41:22.732Z[ recovery-image] Jul 08 02:41:21.693 INFO O| Jul 08 02:41:21.693 INFO STEP 90 (remove_files) COMPLETE
91722026-07-08T02:41:22.736Z[ recovery-image] Jul 08 02:41:21.693 INFO O| Jul 08 02:41:21.693 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-07-08T02:41:22.739Z[ recovery-image] Jul 08 02:41:21.698 INFO O| Jul 08 02:41:21.698 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91742026-07-08T02:41:22.739Z[ recovery-image] Jul 08 02:41:21.698 INFO O| Jul 08 02:41:21.698 INFO STEP 91 (remove_files) COMPLETE
91752026-07-08T02:41:22.739Z[ recovery-image] Jul 08 02:41:21.698 INFO O| Jul 08 02:41:21.698 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-07-08T02:41:22.743Z[ recovery-image] Jul 08 02:41:21.704 INFO O| Jul 08 02:41:21.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91772026-07-08T02:41:22.743Z[ recovery-image] Jul 08 02:41:21.704 INFO O| Jul 08 02:41:21.704 INFO STEP 92 (remove_files) COMPLETE
91782026-07-08T02:41:22.743Z[ recovery-image] Jul 08 02:41:21.704 INFO O| Jul 08 02:41:21.704 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-07-08T02:41:22.748Z[ recovery-image] Jul 08 02:41:21.709 INFO O| Jul 08 02:41:21.709 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91802026-07-08T02:41:22.751Z[ recovery-image] Jul 08 02:41:21.709 INFO O| Jul 08 02:41:21.709 INFO STEP 93 (remove_files) COMPLETE
91812026-07-08T02:41:22.751Z[ recovery-image] Jul 08 02:41:21.710 INFO O| Jul 08 02:41:21.709 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-07-08T02:41:22.755Z[ recovery-image] Jul 08 02:41:21.715 INFO O| Jul 08 02:41:21.715 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91832026-07-08T02:41:22.755Z[ recovery-image] Jul 08 02:41:21.715 INFO O| Jul 08 02:41:21.715 INFO STEP 94 (remove_files) COMPLETE
91842026-07-08T02:41:22.755Z[ recovery-image] Jul 08 02:41:21.715 INFO O| Jul 08 02:41:21.715 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-07-08T02:41:22.760Z[ recovery-image] Jul 08 02:41:21.722 INFO O| Jul 08 02:41:21.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91862026-07-08T02:41:22.760Z[ recovery-image] Jul 08 02:41:21.722 INFO O| Jul 08 02:41:21.722 INFO STEP 95 (remove_files) COMPLETE
91872026-07-08T02:41:22.765Z[ recovery-image] Jul 08 02:41:21.722 INFO O| Jul 08 02:41:21.722 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-07-08T02:41:22.768Z[ recovery-image] Jul 08 02:41:21.728 INFO O| Jul 08 02:41:21.728 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91892026-07-08T02:41:22.768Z[ recovery-image] Jul 08 02:41:21.728 INFO O| Jul 08 02:41:21.728 INFO STEP 96 (remove_files) COMPLETE
91902026-07-08T02:41:22.768Z[ recovery-image] Jul 08 02:41:21.728 INFO O| Jul 08 02:41:21.728 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-07-08T02:41:22.772Z[ recovery-image] Jul 08 02:41:21.733 INFO O| Jul 08 02:41:21.733 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91922026-07-08T02:41:22.775Z[ recovery-image] Jul 08 02:41:21.733 INFO O| Jul 08 02:41:21.733 INFO STEP 97 (remove_files) COMPLETE
91932026-07-08T02:41:22.775Z[ recovery-image] Jul 08 02:41:21.733 INFO O| Jul 08 02:41:21.733 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-07-08T02:41:22.778Z[ recovery-image] Jul 08 02:41:21.739 INFO O| Jul 08 02:41:21.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91952026-07-08T02:41:22.778Z[ recovery-image] Jul 08 02:41:21.739 INFO O| Jul 08 02:41:21.739 INFO STEP 98 (remove_files) COMPLETE
91962026-07-08T02:41:22.778Z[ recovery-image] Jul 08 02:41:21.739 INFO O| Jul 08 02:41:21.739 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-07-08T02:41:22.796Z[ recovery-image] Jul 08 02:41:21.745 INFO O| Jul 08 02:41:21.745 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91982026-07-08T02:41:22.796Z[ recovery-image] Jul 08 02:41:21.745 INFO O| Jul 08 02:41:21.745 INFO STEP 99 (remove_files) COMPLETE
91992026-07-08T02:41:22.796Z[ recovery-image] Jul 08 02:41:21.745 INFO O| Jul 08 02:41:21.745 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92002026-07-08T02:41:22.796Z[ recovery-image] Jul 08 02:41:21.752 INFO O| Jul 08 02:41:21.752 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92012026-07-08T02:41:22.796Z[ recovery-image] Jul 08 02:41:21.752 INFO O| Jul 08 02:41:21.752 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92022026-07-08T02:41:27.972Z[ recovery-image] Jul 08 02:41:26.933 INFO O| Jul 08 02:41:26.933 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
92032026-07-08T02:41:27.972Z[ recovery-image] Jul 08 02:41:26.933 INFO O| Jul 08 02:41:26.933 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92042026-07-08T02:41:27.983Z[ recovery-image] Jul 08 02:41:26.943 INFO O| Jul 08 02:41:26.943 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92052026-07-08T02:41:28.072Z[ recovery-image] Jul 08 02:41:27.033 INFO O| Jul 08 02:41:27.033 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92062026-07-08T02:41:28.121Z[ recovery-image] Jul 08 02:41:27.082 INFO O| Jul 08 02:41:27.082 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92072026-07-08T02:41:28.174Z[ recovery-image] Jul 08 02:41:27.135 INFO O| Jul 08 02:41:27.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92082026-07-08T02:41:28.174Z[ recovery-image] Jul 08 02:41:27.135 INFO O| Jul 08 02:41:27.135 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 ...
92092026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92102026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO ok!
92112026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92122026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO STEP 100 (seed_smf) COMPLETE
92132026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO steps complete; finalising image!
92142026-07-08T02:41:28.178Z[ recovery-image] Jul 08 02:41:27.136 INFO O| Jul 08 02:41:27.136 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92152026-07-08T02:41:28.203Z[ recovery-image] Jul 08 02:41:27.163 INFO O| Jul 08 02:41:27.163 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Jul 8 02:41:27 2026)
92162026-07-08T02:41:28.409Z[ recovery-image] Jul 08 02:41:27.368 INFO O| Jul 08 02:41:27.368 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 8 02:41:27 2026)
92172026-07-08T02:41:28.611Z[ recovery-image] Jul 08 02:41:27.572 INFO O| Jul 08 02:41:27.572 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 8 02:41:27 2026)
92182026-07-08T02:41:28.817Z[ recovery-image] Jul 08 02:41:27.778 INFO O| Jul 08 02:41:27.778 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Jul 8 02:41:27 2026)
92192026-07-08T02:41:29.031Z[ recovery-image] Jul 08 02:41:27.991 INFO O| Jul 08 02:41:27.991 INFO temporary pool has 492M used, 1.27G avail, 1.00x compressratio
92202026-07-08T02:41:29.031Z[ recovery-image] Jul 08 02:41:27.992 INFO O| Jul 08 02:41:27.991 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92212026-07-08T02:41:29.291Z[ recovery-image] Jul 08 02:41:28.251 INFO O| Jul 08 02:41:28.251 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
92222026-07-08T02:41:29.291Z[ recovery-image] Jul 08 02:41:28.251 INFO O| Jul 08 02:41:28.251 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92232026-07-08T02:41:31.290Z[ recovery-image] Jul 08 02:41:30.250 INFO O| Jul 08 02:41:30.250 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92242026-07-08T02:41:31.290Z[ recovery-image] Jul 08 02:41:30.250 INFO O| Jul 08 02:41:30.250 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92252026-07-08T02:41:31.290Z[ recovery-image] Jul 08 02:41:30.250 INFO O| Jul 08 02:41:30.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92262026-07-08T02:41:31.293Z[ recovery-image] Jul 08 02:41:30.250 INFO O| Jul 08 02:41:30.250 INFO completed processing sled/zfs-recovery
92272026-07-08T02:41:31.294Z[ recovery-image] Jul 08 02:41:30.250 INFO O| Jul 08 02:41:30.250 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92282026-07-08T02:41:33.291Z[ recovery-image] Jul 08 02:41:32.251 INFO O| Jul 08 02:41:32.250 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92292026-07-08T02:41:33.379Z[ recovery-image] Jul 08 02:41:32.339 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92302026-07-08T02:41:33.379Z[ recovery-image] Jul 08 02:41:32.339 INFO expanded image name: "recovery c69cc2c/${os_short_commit} 2026-07-08 02:27" -> "recovery c69cc2c/9b09742 2026-07-08 02:27"
92312026-07-08T02:41:33.382Z[ recovery-image] Jul 08 02:41:32.340 INFO output artefacts stored in: "/work/os-recovery"
92322026-07-08T02:41:33.382Z[ recovery-image] Jul 08 02:41:32.340 INFO collecting git info from project "dmar-report"...
92332026-07-08T02:41:33.388Z[ recovery-image] Jul 08 02:41:32.349 INFO collecting git info from project "pinprick"...
92342026-07-08T02:41:33.392Z[ recovery-image] Jul 08 02:41:32.354 INFO collecting git info from project "chelsio-t6-roms"...
92352026-07-08T02:41:33.407Z[ recovery-image] Jul 08 02:41:32.368 INFO collecting git info from project "bootserver"...
92362026-07-08T02:41:33.411Z[ recovery-image] Jul 08 02:41:32.372 INFO collecting git info from project "amd-host-image-builder"...
92372026-07-08T02:41:33.449Z[ recovery-image] Jul 08 02:41:32.410 INFO collecting git info from project "image-builder"...
92382026-07-08T02:41:33.454Z[ recovery-image] Jul 08 02:41:32.415 INFO collecting git info from project "phbl"...
92392026-07-08T02:41:33.458Z[ recovery-image] Jul 08 02:41:32.419 INFO collecting git info from project "pilot"...
92402026-07-08T02:41:33.465Z[ recovery-image] Jul 08 02:41:32.426 INFO collecting git info from project "amd-firmware"...
92412026-07-08T02:41:33.773Z[ recovery-image] Jul 08 02:41:32.733 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92422026-07-08T02:41:34.062Z[ recovery-image] Jul 08 02:41:33.023 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92432026-07-08T02:41:34.350Z[ recovery-image] Jul 08 02:41:33.310 INFO creating Oxide boot image...
92442026-07-08T02:41:34.350Z[ recovery-image] Jul 08 02:41:33.311 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c69cc2c/9b09742 2026-07-08 02:27", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92452026-07-08T02:41:47.425Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92462026-07-08T02:41:47.425Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92472026-07-08T02:41:47.425Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92482026-07-08T02:41:47.438Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92492026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92502026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.384 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92512026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92522026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92532026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260708T022708Z
92542026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92552026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92562026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.385 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92572026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.386 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92582026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.386 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92592026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.386 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92602026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.386 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92612026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.386 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92622026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92632026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92642026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92652026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92662026-07-08T02:41:47.439Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92672026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92682026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92692026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92702026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92712026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92722026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92732026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92742026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92752026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92762026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92772026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92782026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92792026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92802026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.387 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92812026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.388 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92822026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.388 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92832026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92842026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92852026-07-08T02:41:47.440Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92862026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92872026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92882026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92892026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92902026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92912026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92922026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92932026-07-08T02:41:47.441Z[ host-image] Jul 08 02:41:46.391 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92942026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92952026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92962026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92972026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92982026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92992026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.395 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93002026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.407 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93012026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.407 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93022026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.407 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93032026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.407 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93042026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93052026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93062026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93072026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93082026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93092026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93102026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93112026-07-08T02:41:47.454Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93122026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.408 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93132026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.409 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93142026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.409 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93152026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.409 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93162026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.409 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93172026-07-08T02:41:47.455Z[ host-image] Jul 08 02:41:46.409 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93182026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.413 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93192026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.413 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93202026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93212026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93222026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93232026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93242026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93252026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93262026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.414 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93272026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.415 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93282026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.415 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93292026-07-08T02:41:47.459Z[ host-image] Jul 08 02:41:46.415 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93302026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.416 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93312026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.416 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93322026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.416 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93332026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.416 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93342026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.416 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93352026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.418 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93362026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.418 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93372026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.418 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93382026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93392026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93402026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93412026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93422026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93432026-07-08T02:41:47.460Z[ host-image] Jul 08 02:41:46.419 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93442026-07-08T02:41:47.487Z[ host-image] Jul 08 02:41:46.422 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93452026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.422 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93462026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.422 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93472026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.423 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93482026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.423 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93492026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.429 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93502026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.429 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93512026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.429 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93522026-07-08T02:41:47.488Z[ host-image] Jul 08 02:41:46.429 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93532026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.429 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93542026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.437 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93552026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93562026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93572026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93582026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93592026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93602026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93612026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93622026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93632026-07-08T02:41:47.489Z[ host-image] Jul 08 02:41:46.438 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93642026-07-08T02:41:47.490Z[ host-image] Jul 08 02:41:46.439 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93652026-07-08T02:41:47.490Z[ host-image] Jul 08 02:41:46.439 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93662026-07-08T02:41:47.490Z[ host-image] Jul 08 02:41:46.439 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93672026-07-08T02:41:47.490Z[ host-image] Jul 08 02:41:46.439 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93682026-07-08T02:41:47.490Z[ host-image] Jul 08 02:41:46.439 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93692026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93702026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93712026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93722026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93732026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93742026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93752026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93762026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93772026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93782026-07-08T02:41:47.491Z[ host-image] Jul 08 02:41:46.440 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93792026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.441 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93802026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.441 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93812026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.441 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93822026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.441 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93832026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.441 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93842026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.442 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93852026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.442 INFO O| tempdir @ "/tmp/.tmpOfyNe3/tmp"
93862026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.442 INFO O| image root @ "/tmp/.tmpOfyNe3/tmp/root"
93872026-07-08T02:41:47.492Z[ host-image] Jul 08 02:41:46.442 INFO O| creating image...
93882026-07-08T02:41:47.787Z[ host-image] Jul 08 02:41:46.746 INFO O| copying publishers...
93892026-07-08T02:41:48.622Z[ host-image] Jul 08 02:41:47.583 INFO O| adding properties...
93902026-07-08T02:41:49.393Z[ host-image] Jul 08 02:41:48.326 INFO O| installing packages...
93912026-07-08T02:42:02.372Z[ host-image] Jul 08 02:42:01.327 INFO O| seeding SMF database...
93922026-07-08T02:42:06.788Z[ host-image] Jul 08 02:42:05.624 INFO O| configuring SMF profile...
93932026-07-08T02:42:06.788Z[ host-image] Jul 08 02:42:05.624 INFO O| modifying shadow(5)...
93942026-07-08T02:42:06.813Z[ host-image] Jul 08 02:42:05.624 INFO O| loading user and group database...
93952026-07-08T02:42:06.813Z[ host-image] Jul 08 02:42:05.624 INFO O| loading facet selections...
93962026-07-08T02:42:06.949Z[ host-image] Jul 08 02:42:05.910 INFO O| devel -> true
93972026-07-08T02:42:06.949Z[ host-image] Jul 08 02:42:05.910 INFO O| doc.man -> true
93982026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.shell/ksh93 -> true
93992026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.system/data/hardware-registry -> true
94002026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.system/data/zoneinfo -> true
94012026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.system/microcode/amd -> true
94022026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.system/microcode/intel -> true
94032026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| version-lock.system/microcode/oxide -> true
94042026-07-08T02:42:06.958Z[ host-image] Jul 08 02:42:05.910 INFO O| assessing packaged files...
94052026-07-08T02:42:08.366Z[ host-image] Jul 08 02:42:07.315 INFO O| creating archive...
94062026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.335 INFO O| missing from packaging:
94072026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.335 INFO O| "etc/.pwd.lock"
94082026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.335 INFO O| "etc/bash"
94092026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.338 INFO O| "etc/svc/profile/generic.xml"
94102026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.338 INFO O| "etc/svc/profile/inetd_services.xml"
94112026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.338 INFO O| "etc/svc/profile/name_service.xml"
94122026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.338 INFO O| "etc/svc/profile/platform.xml"
94132026-07-08T02:42:08.398Z[ host-image] Jul 08 02:42:07.338 INFO O| "etc/svc/profile/platform_omicron1.xml"
94142026-07-08T02:42:08.399Z[ host-image] Jul 08 02:42:07.339 INFO O| "etc/svc/repository.db"
94152026-07-08T02:42:08.399Z[ host-image] Jul 08 02:42:07.344 INFO O| "opt/ooce/share"
94162026-07-08T02:42:08.399Z[ host-image] Jul 08 02:42:07.344 INFO O| "opt/ooce/share/man"
94172026-07-08T02:42:08.399Z[ host-image] Jul 08 02:42:07.344 INFO O| "opt/ooce/share/man/man1"
94182026-07-08T02:42:08.399Z[ host-image] Jul 08 02:42:07.353 INFO O| finishing archive...
94192026-07-08T02:42:10.748Z[ host-image] Jul 08 02:42:09.705 INFO O| creating gzonly manifest...
94202026-07-08T02:42:10.761Z[ host-image] Jul 08 02:42:09.711 INFO O| ok
94212026-07-08T02:42:10.832Z[ host-image] Jul 08 02:42:09.792 INFO image builder template: ramdisk-02-trim...
94222026-07-08T02:42:10.832Z[ host-image] Jul 08 02:42:09.792 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/.tmp6vb1lF/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.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94232026-07-08T02:42:10.848Z[ host-image] Jul 08 02:42:09.809 INFO O| Jul 08 02:42:09.809 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94242026-07-08T02:42:10.855Z[ host-image] Jul 08 02:42:09.811 INFO O| Jul 08 02:42:09.811 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94252026-07-08T02:42:11.105Z[ host-image] Jul 08 02:42:10.065 INFO O| Jul 08 02:42:10.065 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94262026-07-08T02:42:11.180Z[ host-image] Jul 08 02:42:10.141 INFO O| Jul 08 02:42:10.141 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94272026-07-08T02:42:11.180Z[ host-image] Jul 08 02:42:10.141 INFO O| Jul 08 02:42:10.141 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94282026-07-08T02:42:11.188Z[ host-image] Jul 08 02:42:10.145 INFO O| Jul 08 02:42:10.145 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94292026-07-08T02:42:11.188Z[ host-image] Jul 08 02:42:10.147 INFO O| Jul 08 02:42:10.147 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94302026-07-08T02:42:11.197Z[ host-image] Jul 08 02:42:10.150 INFO O| Jul 08 02:42:10.150 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94312026-07-08T02:42:11.597Z[ host-image] Jul 08 02:42:10.557 INFO O| Jul 08 02:42:10.557 INFO rolled back to input snapshot; work may begin
94322026-07-08T02:42:11.597Z[ host-image] Jul 08 02:42:10.557 INFO O| Jul 08 02:42:10.557 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94332026-07-08T02:42:11.614Z[ host-image] Jul 08 02:42:10.562 INFO O| Jul 08 02:42:10.562 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-07-08T02:42:11.628Z[ host-image] Jul 08 02:42:10.569 INFO O| Jul 08 02:42:10.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94352026-07-08T02:42:11.650Z[ host-image] Jul 08 02:42:10.605 INFO O| Jul 08 02:42:10.605 INFO STEP 0 (remove_files) COMPLETE
94362026-07-08T02:42:11.651Z[ host-image] Jul 08 02:42:10.605 INFO O| Jul 08 02:42:10.605 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-07-08T02:42:11.662Z[ host-image] Jul 08 02:42:10.613 INFO O| Jul 08 02:42:10.612 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94382026-07-08T02:42:11.662Z[ host-image] Jul 08 02:42:10.614 INFO O| Jul 08 02:42:10.614 INFO STEP 1 (remove_files) COMPLETE
94392026-07-08T02:42:11.662Z[ host-image] Jul 08 02:42:10.614 INFO O| Jul 08 02:42:10.614 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-07-08T02:42:11.677Z[ host-image] Jul 08 02:42:10.621 INFO O| Jul 08 02:42:10.620 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94412026-07-08T02:42:11.677Z[ host-image] Jul 08 02:42:10.632 INFO O| Jul 08 02:42:10.632 INFO STEP 2 (remove_files) COMPLETE
94422026-07-08T02:42:11.677Z[ host-image] Jul 08 02:42:10.632 INFO O| Jul 08 02:42:10.632 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-07-08T02:42:11.689Z[ host-image] Jul 08 02:42:10.638 INFO O| Jul 08 02:42:10.638 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94442026-07-08T02:42:11.689Z[ host-image] Jul 08 02:42:10.639 INFO O| Jul 08 02:42:10.639 INFO STEP 3 (remove_files) COMPLETE
94452026-07-08T02:42:11.689Z[ host-image] Jul 08 02:42:10.639 INFO O| Jul 08 02:42:10.639 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-07-08T02:42:11.689Z[ host-image] Jul 08 02:42:10.645 INFO O| Jul 08 02:42:10.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94472026-07-08T02:42:11.717Z[ host-image] Jul 08 02:42:10.648 INFO O| Jul 08 02:42:10.648 INFO STEP 4 (remove_files) COMPLETE
94482026-07-08T02:42:11.717Z[ host-image] Jul 08 02:42:10.648 INFO O| Jul 08 02:42:10.648 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-07-08T02:42:11.717Z[ host-image] Jul 08 02:42:10.654 INFO O| Jul 08 02:42:10.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94502026-07-08T02:42:11.717Z[ host-image] Jul 08 02:42:10.656 INFO O| Jul 08 02:42:10.656 INFO STEP 5 (remove_files) COMPLETE
94512026-07-08T02:42:11.717Z[ host-image] Jul 08 02:42:10.656 INFO O| Jul 08 02:42:10.656 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-07-08T02:42:11.730Z[ host-image] Jul 08 02:42:10.662 INFO O| Jul 08 02:42:10.662 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94532026-07-08T02:42:11.731Z[ host-image] Jul 08 02:42:10.672 INFO O| Jul 08 02:42:10.672 INFO STEP 6 (remove_files) COMPLETE
94542026-07-08T02:42:11.731Z[ host-image] Jul 08 02:42:10.672 INFO O| Jul 08 02:42:10.672 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-07-08T02:42:11.731Z[ host-image] Jul 08 02:42:10.672 INFO O| Jul 08 02:42:10.672 INFO skip step because feature "heliosv2" is not enabled
94562026-07-08T02:42:11.731Z[ host-image] Jul 08 02:42:10.672 INFO O| Jul 08 02:42:10.672 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-08T02:42:11.731Z[ host-image] Jul 08 02:42:10.678 INFO O| Jul 08 02:42:10.678 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94582026-07-08T02:42:11.739Z[ host-image] Jul 08 02:42:10.688 INFO O| Jul 08 02:42:10.688 INFO STEP 8 (remove_files) COMPLETE
94592026-07-08T02:42:11.739Z[ host-image] Jul 08 02:42:10.688 INFO O| Jul 08 02:42:10.688 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-08T02:42:11.739Z[ host-image] Jul 08 02:42:10.694 INFO O| Jul 08 02:42:10.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94612026-07-08T02:42:11.801Z[ host-image] Jul 08 02:42:10.755 INFO O| Jul 08 02:42:10.755 INFO STEP 9 (remove_files) COMPLETE
94622026-07-08T02:42:11.801Z[ host-image] Jul 08 02:42:10.755 INFO O| Jul 08 02:42:10.755 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-08T02:42:11.810Z[ host-image] Jul 08 02:42:10.762 INFO O| Jul 08 02:42:10.762 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94642026-07-08T02:42:11.883Z[ host-image] Jul 08 02:42:10.844 INFO O| Jul 08 02:42:10.843 INFO STEP 10 (remove_files) COMPLETE
94652026-07-08T02:42:11.883Z[ host-image] Jul 08 02:42:10.844 INFO O| Jul 08 02:42:10.844 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-08T02:42:11.892Z[ host-image] Jul 08 02:42:10.851 INFO O| Jul 08 02:42:10.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94672026-07-08T02:42:11.901Z[ host-image] Jul 08 02:42:10.853 INFO O| Jul 08 02:42:10.853 INFO STEP 11 (remove_files) COMPLETE
94682026-07-08T02:42:11.901Z[ host-image] Jul 08 02:42:10.853 INFO O| Jul 08 02:42:10.853 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-08T02:42:11.901Z[ host-image] Jul 08 02:42:10.861 INFO O| Jul 08 02:42:10.861 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94702026-07-08T02:42:11.901Z[ host-image] Jul 08 02:42:10.861 INFO O| Jul 08 02:42:10.861 INFO STEP 12 (remove_files) COMPLETE
94712026-07-08T02:42:11.901Z[ host-image] Jul 08 02:42:10.861 INFO O| Jul 08 02:42:10.861 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-07-08T02:42:16.121Z[ host-image] Jul 08 02:42:10.866 INFO O| Jul 08 02:42:10.866 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94732026-07-08T02:42:16.121Z[ host-image] Jul 08 02:42:10.867 INFO O| Jul 08 02:42:10.867 INFO STEP 13 (remove_files) COMPLETE
94742026-07-08T02:42:16.121Z[ host-image] Jul 08 02:42:10.867 INFO O| Jul 08 02:42:10.867 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-07-08T02:42:16.121Z[ host-image] Jul 08 02:42:11.058 INFO O| Jul 08 02:42:11.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94762026-07-08T02:42:16.121Z[ host-image] Jul 08 02:42:11.067 INFO O| Jul 08 02:42:11.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94772026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.081 INFO O| Jul 08 02:42:11.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94782026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94792026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94802026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94812026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94822026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94832026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94842026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94852026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.082 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94862026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.082 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94872026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94882026-07-08T02:42:16.122Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94892026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94902026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94912026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94922026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94932026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94942026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.083 INFO O| Jul 08 02:42:11.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94952026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.089 INFO O| Jul 08 02:42:11.089 INFO STEP 14 (remove_files) COMPLETE
94962026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.089 INFO O| Jul 08 02:42:11.089 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.096 INFO O| Jul 08 02:42:11.096 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94982026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.097 INFO O| Jul 08 02:42:11.097 INFO STEP 15 (remove_files) COMPLETE
94992026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.097 INFO O| Jul 08 02:42:11.097 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.102 INFO O| Jul 08 02:42:11.102 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95012026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.107 INFO O| Jul 08 02:42:11.107 INFO STEP 16 (remove_files) COMPLETE
95022026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.107 INFO O| Jul 08 02:42:11.107 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.112 INFO O| Jul 08 02:42:11.112 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95042026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.112 INFO O| Jul 08 02:42:11.112 INFO STEP 17 (remove_files) COMPLETE
95052026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.112 INFO O| Jul 08 02:42:11.112 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.117 INFO O| Jul 08 02:42:11.117 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95072026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.118 INFO O| Jul 08 02:42:11.118 INFO STEP 18 (remove_files) COMPLETE
95082026-07-08T02:42:16.123Z[ host-image] Jul 08 02:42:11.118 INFO O| Jul 08 02:42:11.118 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.123 INFO O| Jul 08 02:42:11.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95102026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.123 INFO O| Jul 08 02:42:11.123 INFO STEP 19 (remove_files) COMPLETE
95112026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.123 INFO O| Jul 08 02:42:11.123 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.129 INFO O| Jul 08 02:42:11.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95132026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.129 INFO O| Jul 08 02:42:11.129 INFO STEP 20 (remove_files) COMPLETE
95142026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.129 INFO O| Jul 08 02:42:11.129 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-07-08T02:42:16.124Z[ host-image] Jul 08 02:42:11.134 INFO O| Jul 08 02:42:11.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95162026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.134 INFO O| Jul 08 02:42:11.134 INFO STEP 21 (remove_files) COMPLETE
95172026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.134 INFO O| Jul 08 02:42:11.134 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.139 INFO O| Jul 08 02:42:11.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95192026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.139 INFO O| Jul 08 02:42:11.139 INFO STEP 22 (remove_files) COMPLETE
95202026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.139 INFO O| Jul 08 02:42:11.139 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.144 INFO O| Jul 08 02:42:11.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95222026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.144 INFO O| Jul 08 02:42:11.144 INFO STEP 23 (remove_files) COMPLETE
95232026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.144 INFO O| Jul 08 02:42:11.144 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.149 INFO O| Jul 08 02:42:11.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95252026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.149 INFO O| Jul 08 02:42:11.149 INFO STEP 24 (remove_files) COMPLETE
95262026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.149 INFO O| Jul 08 02:42:11.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.154 INFO O| Jul 08 02:42:11.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95282026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.154 INFO O| Jul 08 02:42:11.154 INFO STEP 25 (remove_files) COMPLETE
95292026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.154 INFO O| Jul 08 02:42:11.154 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.159 INFO O| Jul 08 02:42:11.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95312026-07-08T02:42:16.125Z[ host-image] Jul 08 02:42:11.159 INFO O| Jul 08 02:42:11.159 INFO STEP 26 (remove_files) COMPLETE
95322026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.159 INFO O| Jul 08 02:42:11.159 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.164 INFO O| Jul 08 02:42:11.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95342026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.164 INFO O| Jul 08 02:42:11.164 INFO STEP 27 (remove_files) COMPLETE
95352026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.164 INFO O| Jul 08 02:42:11.164 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.169 INFO O| Jul 08 02:42:11.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95372026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.169 INFO O| Jul 08 02:42:11.169 INFO STEP 28 (remove_files) COMPLETE
95382026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.169 INFO O| Jul 08 02:42:11.169 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.174 INFO O| Jul 08 02:42:11.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95402026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.174 INFO O| Jul 08 02:42:11.174 INFO STEP 29 (remove_files) COMPLETE
95412026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.174 INFO O| Jul 08 02:42:11.174 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.179 INFO O| Jul 08 02:42:11.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95432026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.179 INFO O| Jul 08 02:42:11.179 INFO STEP 30 (remove_files) COMPLETE
95442026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.179 INFO O| Jul 08 02:42:11.179 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.184 INFO O| Jul 08 02:42:11.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95462026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.184 INFO O| Jul 08 02:42:11.184 INFO STEP 31 (remove_files) COMPLETE
95472026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.184 INFO O| Jul 08 02:42:11.184 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-07-08T02:42:16.126Z[ host-image] Jul 08 02:42:11.189 INFO O| Jul 08 02:42:11.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95492026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.189 INFO O| Jul 08 02:42:11.189 INFO STEP 32 (remove_files) COMPLETE
95502026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.189 INFO O| Jul 08 02:42:11.189 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.195 INFO O| Jul 08 02:42:11.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95522026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.195 INFO O| Jul 08 02:42:11.194 INFO STEP 33 (remove_files) COMPLETE
95532026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.195 INFO O| Jul 08 02:42:11.195 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.200 INFO O| Jul 08 02:42:11.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95552026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.200 INFO O| Jul 08 02:42:11.200 INFO STEP 34 (remove_files) COMPLETE
95562026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.200 INFO O| Jul 08 02:42:11.200 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.204 INFO O| Jul 08 02:42:11.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95582026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.204 INFO O| Jul 08 02:42:11.204 INFO STEP 35 (remove_files) COMPLETE
95592026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.204 INFO O| Jul 08 02:42:11.204 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-07-08T02:42:16.127Z[ host-image] Jul 08 02:42:11.209 INFO O| Jul 08 02:42:11.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95612026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.209 INFO O| Jul 08 02:42:11.209 INFO STEP 36 (remove_files) COMPLETE
95622026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.209 INFO O| Jul 08 02:42:11.209 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.214 INFO O| Jul 08 02:42:11.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95642026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.214 INFO O| Jul 08 02:42:11.214 INFO STEP 37 (remove_files) COMPLETE
95652026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.214 INFO O| Jul 08 02:42:11.214 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.219 INFO O| Jul 08 02:42:11.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95672026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.219 INFO O| Jul 08 02:42:11.219 INFO STEP 38 (remove_files) COMPLETE
95682026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.219 INFO O| Jul 08 02:42:11.219 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.224 INFO O| Jul 08 02:42:11.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95702026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.224 INFO O| Jul 08 02:42:11.224 INFO STEP 39 (remove_files) COMPLETE
95712026-07-08T02:42:16.128Z[ host-image] Jul 08 02:42:11.224 INFO O| Jul 08 02:42:11.224 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.229 INFO O| Jul 08 02:42:11.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95732026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.229 INFO O| Jul 08 02:42:11.229 INFO STEP 40 (remove_files) COMPLETE
95742026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.229 INFO O| Jul 08 02:42:11.229 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.234 INFO O| Jul 08 02:42:11.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95762026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.234 INFO O| Jul 08 02:42:11.234 INFO STEP 41 (remove_files) COMPLETE
95772026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.234 INFO O| Jul 08 02:42:11.234 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.239 INFO O| Jul 08 02:42:11.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95792026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.239 INFO O| Jul 08 02:42:11.239 INFO STEP 42 (remove_files) COMPLETE
95802026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.239 INFO O| Jul 08 02:42:11.239 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.244 INFO O| Jul 08 02:42:11.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95822026-07-08T02:42:16.197Z[ host-image] Jul 08 02:42:11.244 INFO O| Jul 08 02:42:11.244 INFO STEP 43 (remove_files) COMPLETE
95832026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.244 INFO O| Jul 08 02:42:11.244 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.249 INFO O| Jul 08 02:42:11.249 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95852026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.249 INFO O| Jul 08 02:42:11.249 INFO STEP 44 (remove_files) COMPLETE
95862026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.249 INFO O| Jul 08 02:42:11.249 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.257 INFO O| Jul 08 02:42:11.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95882026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.257 INFO O| Jul 08 02:42:11.257 INFO STEP 45 (remove_files) COMPLETE
95892026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.257 INFO O| Jul 08 02:42:11.257 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.263 INFO O| Jul 08 02:42:11.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95912026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.263 INFO O| Jul 08 02:42:11.263 INFO STEP 46 (remove_files) COMPLETE
95922026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.263 INFO O| Jul 08 02:42:11.263 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.269 INFO O| Jul 08 02:42:11.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95942026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.269 INFO O| Jul 08 02:42:11.269 INFO STEP 47 (remove_files) COMPLETE
95952026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.269 INFO O| Jul 08 02:42:11.269 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.275 INFO O| Jul 08 02:42:11.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95972026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.275 INFO O| Jul 08 02:42:11.275 INFO STEP 48 (remove_files) COMPLETE
95982026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.275 INFO O| Jul 08 02:42:11.275 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.280 INFO O| Jul 08 02:42:11.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96002026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.280 INFO O| Jul 08 02:42:11.280 INFO STEP 49 (remove_files) COMPLETE
96012026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.280 INFO O| Jul 08 02:42:11.280 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.285 INFO O| Jul 08 02:42:11.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96032026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.285 INFO O| Jul 08 02:42:11.285 INFO STEP 50 (remove_files) COMPLETE
96042026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.285 INFO O| Jul 08 02:42:11.285 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.290 INFO O| Jul 08 02:42:11.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96062026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.290 INFO O| Jul 08 02:42:11.290 INFO STEP 51 (remove_files) COMPLETE
96072026-07-08T02:42:16.198Z[ host-image] Jul 08 02:42:11.290 INFO O| Jul 08 02:42:11.290 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.295 INFO O| Jul 08 02:42:11.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96092026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.296 INFO O| Jul 08 02:42:11.295 INFO STEP 52 (remove_files) COMPLETE
96102026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.296 INFO O| Jul 08 02:42:11.296 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.301 INFO O| Jul 08 02:42:11.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96122026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.301 INFO O| Jul 08 02:42:11.301 INFO STEP 53 (remove_files) COMPLETE
96132026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.301 INFO O| Jul 08 02:42:11.301 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.306 INFO O| Jul 08 02:42:11.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96152026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.306 INFO O| Jul 08 02:42:11.306 INFO STEP 54 (remove_files) COMPLETE
96162026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.306 INFO O| Jul 08 02:42:11.306 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.312 INFO O| Jul 08 02:42:11.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96182026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.312 INFO O| Jul 08 02:42:11.312 INFO STEP 55 (remove_files) COMPLETE
96192026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.312 INFO O| Jul 08 02:42:11.312 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.318 INFO O| Jul 08 02:42:11.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96212026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.318 INFO O| Jul 08 02:42:11.318 INFO STEP 56 (remove_files) COMPLETE
96222026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.318 INFO O| Jul 08 02:42:11.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.324 INFO O| Jul 08 02:42:11.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96242026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.324 INFO O| Jul 08 02:42:11.324 INFO STEP 57 (remove_files) COMPLETE
96252026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.324 INFO O| Jul 08 02:42:11.324 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.330 INFO O| Jul 08 02:42:11.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96272026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.331 INFO O| Jul 08 02:42:11.330 INFO STEP 58 (remove_files) COMPLETE
96282026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.331 INFO O| Jul 08 02:42:11.331 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-07-08T02:42:16.199Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96302026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96312026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96322026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96332026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96342026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96352026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO ok!
96362026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO STEP 59 (ensure_file) COMPLETE
96372026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.337 INFO O| Jul 08 02:42:11.337 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96392026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96402026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96412026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96422026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96432026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96442026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO ok!
96452026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO STEP 60 (ensure_file) COMPLETE
96462026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.343 INFO O| Jul 08 02:42:11.343 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96482026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96492026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96502026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO ok!
96512026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO STEP 61 (ensure_file) COMPLETE
96522026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.350 INFO O| Jul 08 02:42:11.350 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96542026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96552026-07-08T02:42:16.200Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96562026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 INFO ok!
96572026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 INFO STEP 62 (ensure_file) COMPLETE
96582026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.356 INFO O| Jul 08 02:42:11.356 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96602026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96612026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96622026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96632026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO ok!
96642026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO STEP 63 (ensure_file) COMPLETE
96652026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.362 INFO O| Jul 08 02:42:11.362 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96672026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96682026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96692026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96702026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO ok!
96712026-07-08T02:42:16.201Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO STEP 64 (ensure_file) COMPLETE
96722026-07-08T02:42:16.210Z[ host-image] Jul 08 02:42:11.371 INFO O| Jul 08 02:42:11.371 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-07-08T02:42:16.210Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96742026-07-08T02:42:16.210Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96752026-07-08T02:42:16.210Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96762026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO ok!
96772026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO STEP 65 (assemble_files) COMPLETE
96782026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.377 INFO O| Jul 08 02:42:11.377 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96802026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96812026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96822026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96832026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO ok!
96842026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO STEP 66 (ensure_file) COMPLETE
96852026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.384 INFO O| Jul 08 02:42:11.384 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.390 INFO O| Jul 08 02:42:11.389 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96872026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.390 INFO O| Jul 08 02:42:11.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96882026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.390 INFO O| Jul 08 02:42:11.390 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96892026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.390 INFO O| Jul 08 02:42:11.390 INFO STEP 67 (ensure_dir) COMPLETE
96902026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.390 INFO O| Jul 08 02:42:11.390 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.395 INFO O| Jul 08 02:42:11.395 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96922026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.395 INFO O| Jul 08 02:42:11.395 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 ...
96932026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.401 INFO O| Jul 08 02:42:11.401 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
96942026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.401 INFO O| Jul 08 02:42:11.401 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96952026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.401 INFO O| Jul 08 02:42:11.401 INFO ok!
96962026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.401 INFO O| Jul 08 02:42:11.401 INFO STEP 68 (ensure_file) COMPLETE
96972026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.401 INFO O| Jul 08 02:42:11.401 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96992026-07-08T02:42:16.211Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 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 ...
97002026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 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
97012026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97022026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 INFO ok!
97032026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 INFO STEP 69 (ensure_file) COMPLETE
97042026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.406 INFO O| Jul 08 02:42:11.406 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.414 INFO O| Jul 08 02:42:11.414 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97062026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:11.414 INFO O| Jul 08 02:42:11.414 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97072026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.442 INFO O| ok, image written!
97082026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.442 INFO O| ok, boot_image_csum file written!
97092026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.444 INFO creating boot archive (CPIO)...
97102026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.444 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
97112026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.448 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97122026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.448 INFO E| + outfile=/work/os-recovery/cpio
97132026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.448 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97142026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.449 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97152026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.450 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97162026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.475 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97172026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.475 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97182026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.480 INFO creating compressed cpio/unix for dev loaders...
97192026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.480 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
97202026-07-08T02:42:16.212Z[ recovery-image] Jul 08 02:42:11.703 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97212026-07-08T02:42:16.212Z[ host-image] Jul 08 02:42:12.879 INFO O| Jul 08 02:42:12.879 INFO STEP 70 (pack_tar) COMPLETE
97222026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:12.879 INFO O| Jul 08 02:42:12.879 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97232026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:12.879 INFO O| Jul 08 02:42:12.879 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97242026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.546 INFO O| Jul 08 02:42:13.546 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97252026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.631 INFO O| Jul 08 02:42:13.631 INFO completed processing sled/ramdisk-02-trim
97262026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.633 INFO image builder template: zfs...
97272026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.633 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/.tmp6vb1lF/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.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
97282026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.644 INFO O| Jul 08 02:42:13.644 INFO skip include "stress" because feature "stress" is not enabled
97292026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.644 INFO O| Jul 08 02:42:13.644 INFO skip include "stress" because feature "compliance" is not enabled
97302026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.671 INFO O| Jul 08 02:42:13.671 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97312026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.674 INFO O| Jul 08 02:42:13.674 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97322026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.763 INFO O| Jul 08 02:42:13.763 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97332026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.830 INFO O| Jul 08 02:42:13.830 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97342026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.830 INFO O| Jul 08 02:42:13.830 INFO work dataset: rpool/images/build/host/work/sled/zfs
97352026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.834 INFO O| Jul 08 02:42:13.834 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97362026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.916 INFO O| Jul 08 02:42:13.916 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97372026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.992 INFO O| Jul 08 02:42:13.992 INFO DESTROY POOL: TEMPORARY-sled-zfs
97382026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.997 INFO O| Jul 08 02:42:13.997 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97392026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.999 INFO O| Jul 08 02:42:13.999 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97402026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.999 INFO O| Jul 08 02:42:13.999 INFO no lofi found
97412026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.999 INFO O| Jul 08 02:42:13.999 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97422026-07-08T02:42:16.213Z[ host-image] Jul 08 02:42:13.999 INFO O| Jul 08 02:42:13.999 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97432026-07-08T02:42:16.213Z[ recovery-image] Jul 08 02:42:15.027 INFO creating reset image...
97442026-07-08T02:42:16.213Z[ recovery-image] Jul 08 02:42:15.027 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")
97452026-07-08T02:42:16.269Z[ recovery-image] Jul 08 02:42:15.230 INFO E| Updating crates.io index
97462026-07-08T02:42:16.559Z[ recovery-image] Jul 08 02:42:15.519 INFO E| Downloading crates ...
97472026-07-08T02:42:16.612Z[ recovery-image] Jul 08 02:42:15.573 INFO E| Downloaded colorchoice v1.0.5
97482026-07-08T02:42:16.616Z[ recovery-image] Jul 08 02:42:15.575 INFO E| Downloaded shared_child v1.1.1
97492026-07-08T02:42:16.616Z[ recovery-image] Jul 08 02:42:15.576 INFO E| Downloaded shared_thread v0.2.0
97502026-07-08T02:42:16.620Z[ recovery-image] Jul 08 02:42:15.581 INFO E| Downloaded clap_lex v1.1.0
97512026-07-08T02:42:16.623Z[ recovery-image] Jul 08 02:42:15.584 INFO E| Downloaded duct v1.1.1
97522026-07-08T02:42:16.627Z[ recovery-image] Jul 08 02:42:15.585 INFO E| Downloaded os_pipe v1.2.3
97532026-07-08T02:42:16.630Z[ recovery-image] Jul 08 02:42:15.588 INFO E| Downloaded sigchld v0.2.4
97542026-07-08T02:42:16.656Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling libc v0.2.186
97552026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling proc-macro2 v1.0.106
97562026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling signal-hook v0.3.18
97572026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling quote v1.0.45
97582026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling unicode-ident v1.0.24
97592026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.617 INFO E| Compiling utf8parse v0.2.2
97602026-07-08T02:42:16.659Z[ recovery-image] Jul 08 02:42:15.618 INFO E| Compiling colorchoice v1.0.5
97612026-07-08T02:42:16.667Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling anstyle v1.0.14
97622026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling anstyle-query v1.1.5
97632026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling is_terminal_polyfill v1.70.2
97642026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling strsim v0.11.1
97652026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling heck v0.5.0
97662026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling clap_lex v1.1.0
97672026-07-08T02:42:16.670Z[ recovery-image] Jul 08 02:42:15.628 INFO E| Compiling shared_thread v0.2.0
97682026-07-08T02:42:16.772Z[ recovery-image] Jul 08 02:42:15.733 INFO E| Compiling anstyle-parse v1.0.0
97692026-07-08T02:42:16.911Z[ recovery-image] Jul 08 02:42:15.872 INFO E| Compiling anstream v1.0.0
97702026-07-08T02:42:17.041Z[ host-image] Jul 08 02:42:16.001 INFO O| Jul 08 02:42:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
97712026-07-08T02:42:17.044Z[ host-image] Jul 08 02:42:16.001 INFO O| Jul 08 02:42:16.001 INFO pool device = /dev/dsk/c2t1d0p0
97722026-07-08T02:42:17.044Z[ host-image] Jul 08 02:42:16.001 INFO O| Jul 08 02:42:16.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"]
97732026-07-08T02:42:17.099Z[ host-image] Jul 08 02:42:16.059 INFO O| Jul 08 02:42:16.059 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97742026-07-08T02:42:17.099Z[ host-image] Jul 08 02:42:16.059 INFO O| Jul 08 02:42:16.059 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97752026-07-08T02:42:17.110Z[ recovery-image] Jul 08 02:42:16.071 INFO E| Compiling clap_builder v4.6.0
97762026-07-08T02:42:17.113Z[ host-image] Jul 08 02:42:16.074 INFO O| Jul 08 02:42:16.074 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97772026-07-08T02:42:17.157Z[ host-image] Jul 08 02:42:16.117 INFO O| Jul 08 02:42:16.117 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97782026-07-08T02:42:17.182Z[ host-image] Jul 08 02:42:16.143 INFO O| Jul 08 02:42:16.143 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97792026-07-08T02:42:17.193Z[ host-image] Jul 08 02:42:16.154 INFO O| Jul 08 02:42:16.154 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97802026-07-08T02:42:17.201Z[ host-image] Jul 08 02:42:16.162 INFO O| Jul 08 02:42:16.162 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97812026-07-08T02:42:17.231Z[ host-image] Jul 08 02:42:16.192 INFO O| Jul 08 02:42:16.192 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97822026-07-08T02:42:17.234Z[ host-image] Jul 08 02:42:16.192 INFO O| Jul 08 02:42:16.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97832026-07-08T02:42:17.234Z[ host-image] Jul 08 02:42:16.192 INFO O| Jul 08 02:42:16.192 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97842026-07-08T02:42:17.240Z[ host-image] Jul 08 02:42:16.201 INFO O| Jul 08 02:42:16.201 INFO boot environment UUID: edf6f561-7651-47da-888b-404c2d4dfd17
97852026-07-08T02:42:17.244Z[ host-image] Jul 08 02:42:16.201 INFO O| Jul 08 02:42:16.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = edf6f561-7651-47da-888b-404c2d4dfd17
97862026-07-08T02:42:17.249Z[ host-image] Jul 08 02:42:16.209 INFO O| Jul 08 02:42:16.209 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97872026-07-08T02:42:17.254Z[ host-image] Jul 08 02:42:16.216 INFO O| Jul 08 02:42:16.215 INFO STEP 0 (create_be) COMPLETE
97882026-07-08T02:42:17.254Z[ host-image] Jul 08 02:42:16.216 INFO O| Jul 08 02:42:16.216 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97892026-07-08T02:42:17.266Z[ host-image] Jul 08 02:42:16.228 INFO O| Jul 08 02:42:16.227 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97902026-07-08T02:42:17.578Z[ recovery-image] Jul 08 02:42:16.536 INFO E| Compiling errno v0.3.14
97912026-07-08T02:42:17.583Z[ recovery-image] Jul 08 02:42:16.536 INFO E| Compiling os_pipe v1.2.3
97922026-07-08T02:42:17.695Z[ recovery-image] Jul 08 02:42:16.653 INFO E| Compiling signal-hook-registry v1.4.8
97932026-07-08T02:42:17.742Z[ recovery-image] Jul 08 02:42:16.703 INFO E| Compiling syn v2.0.117
97942026-07-08T02:42:17.975Z[ recovery-image] Jul 08 02:42:16.936 INFO E| Compiling sigchld v0.2.4
97952026-07-08T02:42:18.075Z[ recovery-image] Jul 08 02:42:17.033 INFO E| Compiling shared_child v1.1.1
97962026-07-08T02:42:18.189Z[ recovery-image] Jul 08 02:42:17.150 INFO E| Compiling duct v1.1.1
97972026-07-08T02:42:20.104Z[ recovery-image] Jul 08 02:42:19.064 INFO E| Compiling clap_derive v4.6.1
97982026-07-08T02:42:21.499Z[ recovery-image] Jul 08 02:42:20.460 INFO E| Compiling clap v4.6.1
97992026-07-08T02:42:21.557Z[ recovery-image] Jul 08 02:42:20.517 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
98002026-07-08T02:42:22.464Z[ recovery-image] Jul 08 02:42:21.424 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
98012026-07-08T02:42:22.469Z[ recovery-image] Jul 08 02:42:21.430 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
98022026-07-08T02:42:22.684Z[ recovery-image] Jul 08 02:42:21.643 INFO E| Downloading crates ...
98032026-07-08T02:42:22.737Z[ recovery-image] Jul 08 02:42:21.698 INFO E| Downloaded cpio_reader v0.1.2
98042026-07-08T02:42:22.744Z[ recovery-image] Jul 08 02:42:21.705 INFO E| Downloaded bit_field v0.10.3
98052026-07-08T02:42:22.758Z[ recovery-image] Jul 08 02:42:21.717 INFO E| Downloaded bitstruct v0.1.1
98062026-07-08T02:42:22.772Z[ recovery-image] Jul 08 02:42:21.733 INFO E| Downloaded bitflags v2.13.0
98072026-07-08T02:42:22.776Z[ recovery-image] Jul 08 02:42:21.736 INFO E| Downloaded bitstruct_derive v0.1.0
98082026-07-08T02:42:22.776Z[ recovery-image] Jul 08 02:42:21.736 INFO E| Downloaded log v0.4.32
98092026-07-08T02:42:22.788Z[ recovery-image] Jul 08 02:42:21.749 INFO E| Downloaded miniz_oxide v0.9.1
98102026-07-08T02:42:22.793Z[ recovery-image] Jul 08 02:42:21.751 INFO E| Downloaded raw-cpuid v10.7.0
98112026-07-08T02:42:22.804Z[ recovery-image] Jul 08 02:42:21.765 INFO E| Downloaded goblin v0.10.7
98122026-07-08T02:42:22.951Z[ recovery-image] Jul 08 02:42:21.910 INFO E| Downloaded x86 v0.52.0
98132026-07-08T02:42:22.986Z[ recovery-image] Jul 08 02:42:21.945 INFO E| Updating crates.io index
98142026-07-08T02:42:23.036Z[ recovery-image] Jul 08 02:42:21.997 INFO E| Downloading crates ...
98152026-07-08T02:42:23.056Z[ recovery-image] Jul 08 02:42:22.016 INFO E| Downloaded rustc-literal-escaper v0.0.7
98162026-07-08T02:42:23.063Z[ recovery-image] Jul 08 02:42:22.024 INFO E| Downloaded hashbrown v0.17.1
98172026-07-08T02:42:23.110Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
98182026-07-08T02:42:23.110Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
98192026-07-08T02:42:23.110Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling proc-macro2 v1.0.106
98202026-07-08T02:42:23.115Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling quote v1.0.45
98212026-07-08T02:42:23.115Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling unicode-ident v1.0.24
98222026-07-08T02:42:23.115Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling syn v1.0.109
98232026-07-08T02:42:23.115Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling x86 v0.52.0
98242026-07-08T02:42:23.115Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98252026-07-08T02:42:23.116Z[ recovery-image] Jul 08 02:42:22.070 INFO E| Compiling seq-macro v0.3.6
98262026-07-08T02:42:24.316Z[ recovery-image] Jul 08 02:42:23.271 INFO E| Compiling syn v2.0.117
98272026-07-08T02:42:25.480Z[ host-image] Jul 08 02:42:24.440 INFO O| Jul 08 02:42:24.440 INFO STEP 1 (unpack_tar) COMPLETE
98282026-07-08T02:42:25.480Z[ host-image] Jul 08 02:42:24.440 INFO O| Jul 08 02:42:24.440 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-07-08T02:42:25.488Z[ host-image] Jul 08 02:42:24.449 INFO O| Jul 08 02:42:24.449 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98302026-07-08T02:42:25.585Z[ host-image] Jul 08 02:42:24.546 INFO O| Jul 08 02:42:24.546 INFO STEP 2 (devfsadm) COMPLETE
98312026-07-08T02:42:25.585Z[ host-image] Jul 08 02:42:24.546 INFO O| Jul 08 02:42:24.546 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-08T02:42:25.594Z[ host-image] Jul 08 02:42:24.555 INFO O| Jul 08 02:42:24.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98332026-07-08T02:42:25.594Z[ host-image] Jul 08 02:42:24.555 INFO O| Jul 08 02:42:24.555 INFO STEP 3 (ensure_dir) COMPLETE
98342026-07-08T02:42:25.594Z[ host-image] Jul 08 02:42:24.555 INFO O| Jul 08 02:42:24.555 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-07-08T02:42:25.603Z[ host-image] Jul 08 02:42:24.564 INFO O| Jul 08 02:42:24.563 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98362026-07-08T02:42:25.603Z[ host-image] Jul 08 02:42:24.564 INFO O| Jul 08 02:42:24.564 INFO STEP 4 (ensure_dir) COMPLETE
98372026-07-08T02:42:25.607Z[ host-image] Jul 08 02:42:24.564 INFO O| Jul 08 02:42:24.564 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-07-08T02:42:25.611Z[ host-image] Jul 08 02:42:24.572 INFO O| Jul 08 02:42:24.572 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98392026-07-08T02:42:25.611Z[ host-image] Jul 08 02:42:24.572 INFO O| Jul 08 02:42:24.572 INFO STEP 5 (ensure_dir) COMPLETE
98402026-07-08T02:42:25.614Z[ host-image] Jul 08 02:42:24.572 INFO O| Jul 08 02:42:24.572 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-07-08T02:42:25.619Z[ host-image] Jul 08 02:42:24.580 INFO O| Jul 08 02:42:24.580 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98422026-07-08T02:42:25.623Z[ host-image] Jul 08 02:42:24.580 INFO O| Jul 08 02:42:24.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98432026-07-08T02:42:25.623Z[ host-image] Jul 08 02:42:24.580 INFO O| Jul 08 02:42:24.580 INFO STEP 6 (ensure_dir) COMPLETE
98442026-07-08T02:42:25.623Z[ host-image] Jul 08 02:42:24.580 INFO O| Jul 08 02:42:24.580 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-07-08T02:42:25.627Z[ host-image] Jul 08 02:42:24.588 INFO O| Jul 08 02:42:24.588 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98462026-07-08T02:42:25.631Z[ host-image] Jul 08 02:42:24.588 INFO O| Jul 08 02:42:24.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98472026-07-08T02:42:25.631Z[ host-image] Jul 08 02:42:24.588 INFO O| Jul 08 02:42:24.588 INFO STEP 7 (ensure_dir) COMPLETE
98482026-07-08T02:42:25.631Z[ host-image] Jul 08 02:42:24.588 INFO O| Jul 08 02:42:24.588 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-07-08T02:42:25.634Z[ host-image] Jul 08 02:42:24.595 INFO O| Jul 08 02:42:24.595 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98502026-07-08T02:42:25.638Z[ host-image] Jul 08 02:42:24.596 INFO O| Jul 08 02:42:24.596 INFO STEP 8 (remove_files) COMPLETE
98512026-07-08T02:42:25.638Z[ host-image] Jul 08 02:42:24.596 INFO O| Jul 08 02:42:24.596 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-07-08T02:42:25.644Z[ host-image] Jul 08 02:42:24.605 INFO O| Jul 08 02:42:24.605 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98532026-07-08T02:42:25.648Z[ host-image] Jul 08 02:42:24.606 INFO O| Jul 08 02:42:24.606 INFO STEP 9 (remove_files) COMPLETE
98542026-07-08T02:42:25.648Z[ host-image] Jul 08 02:42:24.606 INFO O| Jul 08 02:42:24.606 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-07-08T02:42:25.654Z[ host-image] Jul 08 02:42:24.615 INFO O| Jul 08 02:42:24.615 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98562026-07-08T02:42:25.657Z[ host-image] Jul 08 02:42:24.616 INFO O| Jul 08 02:42:24.616 INFO STEP 10 (remove_files) COMPLETE
98572026-07-08T02:42:25.657Z[ host-image] Jul 08 02:42:24.616 INFO O| Jul 08 02:42:24.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98582026-07-08T02:42:25.663Z[ host-image] Jul 08 02:42:24.624 INFO O| Jul 08 02:42:24.624 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98592026-07-08T02:42:25.663Z[ host-image] Jul 08 02:42:24.624 INFO O| Jul 08 02:42:24.624 INFO STEP 11 (remove_files) COMPLETE
98602026-07-08T02:42:25.666Z[ host-image] Jul 08 02:42:24.624 INFO O| Jul 08 02:42:24.624 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-07-08T02:42:25.674Z[ host-image] Jul 08 02:42:24.633 INFO O| Jul 08 02:42:24.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98622026-07-08T02:42:25.674Z[ host-image] Jul 08 02:42:24.633 INFO O| Jul 08 02:42:24.633 INFO STEP 12 (remove_files) COMPLETE
98632026-07-08T02:42:25.680Z[ host-image] Jul 08 02:42:24.633 INFO O| Jul 08 02:42:24.633 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-07-08T02:42:25.683Z[ host-image] Jul 08 02:42:24.641 INFO O| Jul 08 02:42:24.641 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98652026-07-08T02:42:25.683Z[ host-image] Jul 08 02:42:24.641 INFO O| Jul 08 02:42:24.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98662026-07-08T02:42:25.684Z[ host-image] Jul 08 02:42:24.641 INFO O| Jul 08 02:42:24.641 INFO STEP 13 (ensure_dir) COMPLETE
98672026-07-08T02:42:25.684Z[ host-image] Jul 08 02:42:24.641 INFO O| Jul 08 02:42:24.641 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-07-08T02:42:25.688Z[ host-image] Jul 08 02:42:24.647 INFO O| Jul 08 02:42:24.647 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98692026-07-08T02:42:25.688Z[ host-image] Jul 08 02:42:24.647 INFO O| Jul 08 02:42:24.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98702026-07-08T02:42:25.688Z[ host-image] Jul 08 02:42:24.647 INFO O| Jul 08 02:42:24.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98712026-07-08T02:42:25.688Z[ host-image] Jul 08 02:42:24.647 INFO O| Jul 08 02:42:24.647 INFO STEP 14 (ensure_dir) COMPLETE
98722026-07-08T02:42:25.689Z[ host-image] Jul 08 02:42:24.647 INFO O| Jul 08 02:42:24.647 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98732026-07-08T02:42:25.695Z[ host-image] Jul 08 02:42:24.656 INFO O| Jul 08 02:42:24.656 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98742026-07-08T02:42:25.695Z[ host-image] Jul 08 02:42:24.656 INFO O| Jul 08 02:42:24.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98752026-07-08T02:42:25.699Z[ host-image] Jul 08 02:42:24.656 INFO O| Jul 08 02:42:24.656 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98762026-07-08T02:42:25.699Z[ host-image] Jul 08 02:42:24.656 INFO O| Jul 08 02:42:24.656 INFO STEP 15 (ensure_dir) COMPLETE
98772026-07-08T02:42:25.699Z[ host-image] Jul 08 02:42:24.656 INFO O| Jul 08 02:42:24.656 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-07-08T02:42:25.702Z[ host-image] Jul 08 02:42:24.663 INFO O| Jul 08 02:42:24.663 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98792026-07-08T02:42:25.702Z[ host-image] Jul 08 02:42:24.663 INFO O| Jul 08 02:42:24.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98802026-07-08T02:42:25.702Z[ host-image] Jul 08 02:42:24.663 INFO O| Jul 08 02:42:24.663 INFO STEP 16 (ensure_dir) COMPLETE
98812026-07-08T02:42:25.702Z[ host-image] Jul 08 02:42:24.663 INFO O| Jul 08 02:42:24.663 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98822026-07-08T02:42:25.708Z[ host-image] Jul 08 02:42:24.669 INFO O| Jul 08 02:42:24.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98832026-07-08T02:42:25.708Z[ host-image] Jul 08 02:42:24.669 INFO O| Jul 08 02:42:24.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98842026-07-08T02:42:25.713Z[ host-image] Jul 08 02:42:24.669 INFO O| Jul 08 02:42:24.669 INFO STEP 17 (ensure_dir) COMPLETE
98852026-07-08T02:42:25.713Z[ host-image] Jul 08 02:42:24.669 INFO O| Jul 08 02:42:24.669 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98862026-07-08T02:42:25.717Z[ host-image] Jul 08 02:42:24.677 INFO O| Jul 08 02:42:24.677 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98872026-07-08T02:42:25.717Z[ host-image] Jul 08 02:42:24.678 INFO O| Jul 08 02:42:24.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98882026-07-08T02:42:25.717Z[ host-image] Jul 08 02:42:24.678 INFO O| Jul 08 02:42:24.678 INFO ok!
98892026-07-08T02:42:25.717Z[ host-image] Jul 08 02:42:24.678 INFO O| Jul 08 02:42:24.678 INFO STEP 18 (ensure_symlink) COMPLETE
98902026-07-08T02:42:25.717Z[ host-image] Jul 08 02:42:24.678 INFO O| Jul 08 02:42:24.678 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98912026-07-08T02:42:25.724Z[ host-image] Jul 08 02:42:24.685 INFO O| Jul 08 02:42:24.685 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98922026-07-08T02:42:25.724Z[ host-image] Jul 08 02:42:24.685 INFO O| Jul 08 02:42:24.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98932026-07-08T02:42:25.727Z[ host-image] Jul 08 02:42:24.685 INFO O| Jul 08 02:42:24.685 INFO ok!
98942026-07-08T02:42:25.727Z[ host-image] Jul 08 02:42:24.685 INFO O| Jul 08 02:42:24.685 INFO STEP 19 (ensure_file) COMPLETE
98952026-07-08T02:42:25.727Z[ host-image] Jul 08 02:42:24.685 INFO O| Jul 08 02:42:24.685 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-07-08T02:42:25.732Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98972026-07-08T02:42:25.732Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98982026-07-08T02:42:25.735Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98992026-07-08T02:42:25.735Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO ok!
99002026-07-08T02:42:25.735Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO STEP 20 (ensure_symlink) COMPLETE
99012026-07-08T02:42:25.736Z[ host-image] Jul 08 02:42:24.693 INFO O| Jul 08 02:42:24.693 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99032026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99042026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99052026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO ok!
99062026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO STEP 21 (ensure_symlink) COMPLETE
99072026-07-08T02:42:25.739Z[ host-image] Jul 08 02:42:24.699 INFO O| Jul 08 02:42:24.699 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-07-08T02:42:25.744Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99092026-07-08T02:42:25.744Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99102026-07-08T02:42:25.747Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99112026-07-08T02:42:25.748Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO ok!
99122026-07-08T02:42:25.748Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO STEP 22 (ensure_symlink) COMPLETE
99132026-07-08T02:42:25.748Z[ host-image] Jul 08 02:42:24.705 INFO O| Jul 08 02:42:24.705 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99152026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99162026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99172026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO ok!
99182026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO STEP 23 (ensure_symlink) COMPLETE
99192026-07-08T02:42:25.752Z[ host-image] Jul 08 02:42:24.711 INFO O| Jul 08 02:42:24.711 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-07-08T02:42:25.756Z[ recovery-image] Jul 08 02:42:24.713 INFO E| Compiling scroll_derive v0.13.1
99212026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99222026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99232026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99242026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 INFO ok!
99252026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 INFO STEP 24 (ensure_file) COMPLETE
99262026-07-08T02:42:25.760Z[ host-image] Jul 08 02:42:24.718 INFO O| Jul 08 02:42:24.718 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-07-08T02:42:25.763Z[ host-image] Jul 08 02:42:24.724 INFO O| Jul 08 02:42:24.724 INFO updating shadow file
99282026-07-08T02:42:25.767Z[ host-image] Jul 08 02:42:24.724 INFO O| Jul 08 02:42:24.724 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99292026-07-08T02:42:25.767Z[ host-image] Jul 08 02:42:24.724 INFO O| Jul 08 02:42:24.724 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99302026-07-08T02:42:25.767Z[ host-image] Jul 08 02:42:24.724 INFO O| Jul 08 02:42:24.724 INFO STEP 25 (shadow) COMPLETE
99312026-07-08T02:42:25.767Z[ host-image] Jul 08 02:42:24.724 INFO O| Jul 08 02:42:24.724 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99322026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99332026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99342026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99352026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 INFO ok!
99362026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 INFO STEP 26 (ensure_file) COMPLETE
99372026-07-08T02:42:25.771Z[ host-image] Jul 08 02:42:24.731 INFO O| Jul 08 02:42:24.731 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-07-08T02:42:25.779Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99392026-07-08T02:42:25.779Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99402026-07-08T02:42:25.782Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99412026-07-08T02:42:25.782Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO ok!
99422026-07-08T02:42:25.782Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO STEP 27 (ensure_file) COMPLETE
99432026-07-08T02:42:25.782Z[ host-image] Jul 08 02:42:24.740 INFO O| Jul 08 02:42:24.740 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-07-08T02:42:25.786Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99452026-07-08T02:42:25.786Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99462026-07-08T02:42:25.790Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99472026-07-08T02:42:25.790Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99482026-07-08T02:42:25.790Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO ok!
99492026-07-08T02:42:25.790Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO STEP 28 (ensure_file) COMPLETE
99502026-07-08T02:42:25.790Z[ host-image] Jul 08 02:42:24.747 INFO O| Jul 08 02:42:24.747 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99512026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99522026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99532026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99542026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO ok!
99552026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO STEP 29 (ensure_file) COMPLETE
99562026-07-08T02:42:25.794Z[ host-image] Jul 08 02:42:24.755 INFO O| Jul 08 02:42:24.755 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99572026-07-08T02:42:25.801Z[ host-image] Jul 08 02:42:24.761 INFO O| Jul 08 02:42:24.761 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99582026-07-08T02:42:25.806Z[ host-image] Jul 08 02:42:24.761 INFO O| Jul 08 02:42:24.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99592026-07-08T02:42:25.806Z[ host-image] Jul 08 02:42:24.761 INFO O| Jul 08 02:42:24.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99602026-07-08T02:42:25.806Z[ host-image] Jul 08 02:42:24.761 INFO O| Jul 08 02:42:24.761 INFO STEP 30 (ensure_dir) COMPLETE
99612026-07-08T02:42:25.807Z[ host-image] Jul 08 02:42:24.761 INFO O| Jul 08 02:42:24.761 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-07-08T02:42:25.812Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99632026-07-08T02:42:25.812Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99642026-07-08T02:42:25.812Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99652026-07-08T02:42:25.812Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99662026-07-08T02:42:25.812Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO ok!
99672026-07-08T02:42:25.813Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO STEP 31 (ensure_file) COMPLETE
99682026-07-08T02:42:25.813Z[ host-image] Jul 08 02:42:24.768 INFO O| Jul 08 02:42:24.768 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99692026-07-08T02:42:25.817Z[ host-image] Jul 08 02:42:24.775 INFO O| Jul 08 02:42:24.775 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99702026-07-08T02:42:25.817Z[ host-image] Jul 08 02:42:24.775 INFO O| Jul 08 02:42:24.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99712026-07-08T02:42:25.817Z[ host-image] Jul 08 02:42:24.775 INFO O| Jul 08 02:42:24.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99722026-07-08T02:42:25.817Z[ host-image] Jul 08 02:42:24.775 INFO O| Jul 08 02:42:24.775 INFO STEP 32 (ensure_dir) COMPLETE
99732026-07-08T02:42:25.817Z[ host-image] Jul 08 02:42:24.775 INFO O| Jul 08 02:42:24.775 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99742026-07-08T02:42:25.822Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99752026-07-08T02:42:25.822Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 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 ...
99762026-07-08T02:42:25.826Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 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
99772026-07-08T02:42:25.826Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99782026-07-08T02:42:25.826Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 INFO ok!
99792026-07-08T02:42:25.826Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 INFO STEP 33 (ensure_file) COMPLETE
99802026-07-08T02:42:25.826Z[ host-image] Jul 08 02:42:24.783 INFO O| Jul 08 02:42:24.783 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99822026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99832026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99842026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO ok!
99852026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO STEP 34 (ensure_file) COMPLETE
99862026-07-08T02:42:25.830Z[ host-image] Jul 08 02:42:24.790 INFO O| Jul 08 02:42:24.790 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99872026-07-08T02:42:25.835Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99882026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99892026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99902026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99912026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO ok!
99922026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO STEP 35 (ensure_file) COMPLETE
99932026-07-08T02:42:25.839Z[ host-image] Jul 08 02:42:24.796 INFO O| Jul 08 02:42:24.796 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99942026-07-08T02:42:25.843Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99952026-07-08T02:42:25.843Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99962026-07-08T02:42:25.843Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99972026-07-08T02:42:25.843Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 INFO ok!
99982026-07-08T02:42:25.843Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 INFO STEP 36 (ensure_file) COMPLETE
99992026-07-08T02:42:25.844Z[ host-image] Jul 08 02:42:24.802 INFO O| Jul 08 02:42:24.802 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100002026-07-08T02:42:25.848Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100012026-07-08T02:42:25.848Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100022026-07-08T02:42:25.851Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100032026-07-08T02:42:25.851Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 INFO ok!
100042026-07-08T02:42:25.851Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 INFO STEP 37 (ensure_file) COMPLETE
100052026-07-08T02:42:25.851Z[ host-image] Jul 08 02:42:24.809 INFO O| Jul 08 02:42:24.809 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100062026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100072026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100082026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100092026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100102026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100112026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100122026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO ok!
100132026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO STEP 38 (ensure_file) COMPLETE
100142026-07-08T02:42:25.855Z[ host-image] Jul 08 02:42:24.816 INFO O| Jul 08 02:42:24.816 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100152026-07-08T02:42:25.862Z[ host-image] Jul 08 02:42:24.824 INFO O| Jul 08 02:42:24.823 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100162026-07-08T02:42:25.865Z[ host-image] Jul 08 02:42:24.824 INFO O| Jul 08 02:42:24.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100172026-07-08T02:42:25.866Z[ host-image] Jul 08 02:42:24.824 INFO O| Jul 08 02:42:24.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100182026-07-08T02:42:25.866Z[ host-image] Jul 08 02:42:24.824 INFO O| Jul 08 02:42:24.824 INFO STEP 39 (ensure_dir) COMPLETE
100192026-07-08T02:42:25.866Z[ host-image] Jul 08 02:42:24.824 INFO O| Jul 08 02:42:24.824 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100202026-07-08T02:42:25.869Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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
100212026-07-08T02:42:25.869Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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 ...
100222026-07-08T02:42:25.869Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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
100232026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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
100242026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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
100252026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 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
100262026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 INFO ok!
100272026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 INFO STEP 40 (ensure_file) COMPLETE
100282026-07-08T02:42:25.870Z[ host-image] Jul 08 02:42:24.830 INFO O| Jul 08 02:42:24.830 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100292026-07-08T02:42:25.875Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100302026-07-08T02:42:25.876Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 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 ...
100312026-07-08T02:42:25.879Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100322026-07-08T02:42:25.879Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 INFO ok!
100332026-07-08T02:42:25.879Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 INFO STEP 41 (ensure_symlink) COMPLETE
100342026-07-08T02:42:25.879Z[ host-image] Jul 08 02:42:24.837 INFO O| Jul 08 02:42:24.837 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100352026-07-08T02:42:25.884Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100362026-07-08T02:42:25.884Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100372026-07-08T02:42:25.884Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100382026-07-08T02:42:25.884Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO ok!
100392026-07-08T02:42:25.888Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO STEP 42 (ensure_symlink) COMPLETE
100402026-07-08T02:42:25.888Z[ host-image] Jul 08 02:42:24.845 INFO O| Jul 08 02:42:24.845 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100422026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100432026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100442026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100452026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100462026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100472026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO ok!
100482026-07-08T02:42:25.891Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO STEP 43 (ensure_file) COMPLETE
100492026-07-08T02:42:25.892Z[ host-image] Jul 08 02:42:24.851 INFO O| Jul 08 02:42:24.851 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100502026-07-08T02:42:25.895Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100512026-07-08T02:42:25.898Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 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 ...
100522026-07-08T02:42:25.899Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 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
100532026-07-08T02:42:25.899Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100542026-07-08T02:42:25.899Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 INFO ok!
100552026-07-08T02:42:25.899Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 INFO STEP 44 (ensure_file) COMPLETE
100562026-07-08T02:42:25.899Z[ host-image] Jul 08 02:42:24.856 INFO O| Jul 08 02:42:24.856 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100572026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100582026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100592026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100602026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO ok!
100612026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO STEP 45 (ensure_file) COMPLETE
100622026-07-08T02:42:25.903Z[ host-image] Jul 08 02:42:24.862 INFO O| Jul 08 02:42:24.862 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100632026-07-08T02:42:25.907Z[ host-image] Jul 08 02:42:24.868 INFO O| Jul 08 02:42:24.868 INFO updating shadow file
100642026-07-08T02:42:25.911Z[ host-image] Jul 08 02:42:24.868 INFO O| Jul 08 02:42:24.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100652026-07-08T02:42:25.911Z[ host-image] Jul 08 02:42:24.869 INFO O| Jul 08 02:42:24.868 INFO STEP 46 (shadow) COMPLETE
100662026-07-08T02:42:25.911Z[ host-image] Jul 08 02:42:24.869 INFO O| Jul 08 02:42:24.869 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100672026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100682026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100692026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100702026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100712026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO ok!
100722026-07-08T02:42:25.914Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO STEP 47 (ensure_file) COMPLETE
100732026-07-08T02:42:25.915Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100742026-07-08T02:42:25.915Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO skip step because feature "mfg" is not enabled
100752026-07-08T02:42:25.915Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100762026-07-08T02:42:25.915Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO skip step because feature "mfg" is not enabled
100772026-07-08T02:42:25.915Z[ host-image] Jul 08 02:42:24.875 INFO O| Jul 08 02:42:24.875 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100782026-07-08T02:42:25.920Z[ host-image] Jul 08 02:42:24.881 INFO O| Jul 08 02:42:24.881 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100792026-07-08T02:42:25.920Z[ host-image] Jul 08 02:42:24.881 INFO O| Jul 08 02:42:24.881 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100802026-07-08T02:42:25.942Z[ host-image] Jul 08 02:42:24.901 INFO O| Jul 08 02:42:24.901 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100812026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.901 INFO O| Jul 08 02:42:24.901 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100822026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.901 INFO O| Jul 08 02:42:24.901 INFO ok!
100832026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.901 INFO O| Jul 08 02:42:24.901 INFO STEP 50 (ensure_file) COMPLETE
100842026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.901 INFO O| Jul 08 02:42:24.901 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.902 INFO O| Jul 08 02:42:24.901 INFO skip step because feature "compliance" is not enabled
100862026-07-08T02:42:25.947Z[ host-image] Jul 08 02:42:24.902 INFO O| Jul 08 02:42:24.902 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100882026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100892026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100902026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100912026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100922026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100932026-07-08T02:42:25.951Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO ok!
100942026-07-08T02:42:25.952Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO STEP 52 (ensure_file) COMPLETE
100952026-07-08T02:42:25.952Z[ host-image] Jul 08 02:42:24.909 INFO O| Jul 08 02:42:24.909 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-07-08T02:42:25.957Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100972026-07-08T02:42:25.957Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 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 ...
100982026-07-08T02:42:25.957Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 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
100992026-07-08T02:42:25.961Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101002026-07-08T02:42:25.961Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 INFO ok!
101012026-07-08T02:42:25.961Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 INFO STEP 53 (ensure_file) COMPLETE
101022026-07-08T02:42:25.961Z[ host-image] Jul 08 02:42:24.918 INFO O| Jul 08 02:42:24.918 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-07-08T02:42:25.964Z[ host-image] Jul 08 02:42:24.925 INFO O| Jul 08 02:42:24.925 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101042026-07-08T02:42:25.964Z[ host-image] Jul 08 02:42:24.925 INFO O| Jul 08 02:42:24.925 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 ...
101052026-07-08T02:42:25.968Z[ host-image] Jul 08 02:42:24.926 INFO O| Jul 08 02:42:24.925 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101062026-07-08T02:42:25.968Z[ host-image] Jul 08 02:42:24.926 INFO O| Jul 08 02:42:24.926 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101072026-07-08T02:42:25.968Z[ host-image] Jul 08 02:42:24.926 INFO O| Jul 08 02:42:24.926 INFO ok!
101082026-07-08T02:42:25.968Z[ host-image] Jul 08 02:42:24.926 INFO O| Jul 08 02:42:24.926 INFO STEP 54 (ensure_file) COMPLETE
101092026-07-08T02:42:25.968Z[ host-image] Jul 08 02:42:24.926 INFO O| Jul 08 02:42:24.926 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-07-08T02:42:25.973Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101112026-07-08T02:42:25.973Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 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 ...
101122026-07-08T02:42:25.973Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 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
101132026-07-08T02:42:25.974Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101142026-07-08T02:42:25.974Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 INFO ok!
101152026-07-08T02:42:25.974Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 INFO STEP 55 (ensure_file) COMPLETE
101162026-07-08T02:42:25.974Z[ host-image] Jul 08 02:42:24.934 INFO O| Jul 08 02:42:24.934 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-07-08T02:42:25.980Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101182026-07-08T02:42:25.980Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 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 ...
101192026-07-08T02:42:25.983Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101202026-07-08T02:42:25.983Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101212026-07-08T02:42:25.983Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO ok!
101222026-07-08T02:42:25.984Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO STEP 56 (ensure_file) COMPLETE
101232026-07-08T02:42:25.984Z[ host-image] Jul 08 02:42:24.941 INFO O| Jul 08 02:42:24.941 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101252026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 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 ...
101262026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 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
101272026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101282026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 INFO ok!
101292026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 INFO STEP 57 (ensure_file) COMPLETE
101302026-07-08T02:42:25.987Z[ host-image] Jul 08 02:42:24.947 INFO O| Jul 08 02:42:24.947 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-07-08T02:42:25.993Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101322026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 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 ...
101332026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101342026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101352026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101362026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101372026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO ok!
101382026-07-08T02:42:25.996Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO STEP 58 (ensure_file) COMPLETE
101392026-07-08T02:42:25.997Z[ host-image] Jul 08 02:42:24.954 INFO O| Jul 08 02:42:24.954 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101412026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 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 ...
101422026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 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
101432026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101442026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 INFO ok!
101452026-07-08T02:42:26.000Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 INFO STEP 59 (ensure_file) COMPLETE
101462026-07-08T02:42:26.001Z[ host-image] Jul 08 02:42:24.960 INFO O| Jul 08 02:42:24.960 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101472026-07-08T02:42:26.005Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101482026-07-08T02:42:26.005Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101492026-07-08T02:42:26.005Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101502026-07-08T02:42:26.005Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101512026-07-08T02:42:26.005Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO ok!
101522026-07-08T02:42:26.009Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO STEP 60 (ensure_file) COMPLETE
101532026-07-08T02:42:26.009Z[ host-image] Jul 08 02:42:24.966 INFO O| Jul 08 02:42:24.966 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101542026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101552026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 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 ...
101562026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 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
101572026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101582026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 INFO ok!
101592026-07-08T02:42:26.012Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 INFO STEP 61 (ensure_file) COMPLETE
101602026-07-08T02:42:26.013Z[ host-image] Jul 08 02:42:24.972 INFO O| Jul 08 02:42:24.972 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101612026-07-08T02:42:26.019Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101622026-07-08T02:42:26.019Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101632026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101642026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101652026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101662026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101672026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO ok!
101682026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO STEP 62 (ensure_file) COMPLETE
101692026-07-08T02:42:26.022Z[ host-image] Jul 08 02:42:24.978 INFO O| Jul 08 02:42:24.978 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101702026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101712026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 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 ...
101722026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 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
101732026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101742026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 INFO ok!
101752026-07-08T02:42:26.026Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 INFO STEP 63 (ensure_file) COMPLETE
101762026-07-08T02:42:26.027Z[ host-image] Jul 08 02:42:24.984 INFO O| Jul 08 02:42:24.984 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101772026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.989 INFO O| Jul 08 02:42:24.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101782026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.989 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 ...
101792026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.990 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
101802026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.990 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101812026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.990 INFO ok!
101822026-07-08T02:42:26.030Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.990 INFO STEP 64 (ensure_file) COMPLETE
101832026-07-08T02:42:26.031Z[ host-image] Jul 08 02:42:24.990 INFO O| Jul 08 02:42:24.990 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101842026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101852026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 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 ...
101862026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 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
101872026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101882026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO ok!
101892026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO STEP 65 (ensure_file) COMPLETE
101902026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101912026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO skip step because feature "mbist" is not enabled
101922026-07-08T02:42:26.035Z[ host-image] Jul 08 02:42:24.995 INFO O| Jul 08 02:42:24.995 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-07-08T02:42:26.041Z[ host-image] Jul 08 02:42:25.002 INFO O| Jul 08 02:42:25.002 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101942026-07-08T02:42:26.041Z[ host-image] Jul 08 02:42:25.002 INFO O| Jul 08 02:42:25.002 INFO STEP 67 (ensure_dir) COMPLETE
101952026-07-08T02:42:26.041Z[ host-image] Jul 08 02:42:25.002 INFO O| Jul 08 02:42:25.002 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-07-08T02:42:26.048Z[ host-image] Jul 08 02:42:25.009 INFO O| Jul 08 02:42:25.009 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101972026-07-08T02:42:26.048Z[ host-image] Jul 08 02:42:25.009 INFO O| Jul 08 02:42:25.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101982026-07-08T02:42:26.048Z[ host-image] Jul 08 02:42:25.009 INFO O| Jul 08 02:42:25.009 INFO STEP 68 (ensure_dir) COMPLETE
101992026-07-08T02:42:26.048Z[ host-image] Jul 08 02:42:25.009 INFO O| Jul 08 02:42:25.009 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-07-08T02:42:26.055Z[ host-image] Jul 08 02:42:25.016 INFO O| Jul 08 02:42:25.016 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102012026-07-08T02:42:26.055Z[ host-image] Jul 08 02:42:25.016 INFO O| Jul 08 02:42:25.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102022026-07-08T02:42:26.055Z[ host-image] Jul 08 02:42:25.016 INFO O| Jul 08 02:42:25.016 INFO STEP 69 (ensure_dir) COMPLETE
102032026-07-08T02:42:26.058Z[ host-image] Jul 08 02:42:25.016 INFO O| Jul 08 02:42:25.016 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-07-08T02:42:26.065Z[ host-image] Jul 08 02:42:25.025 INFO O| Jul 08 02:42:25.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102052026-07-08T02:42:26.065Z[ host-image] Jul 08 02:42:25.025 INFO O| Jul 08 02:42:25.025 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102062026-07-08T02:42:26.609Z[ host-image] Jul 08 02:42:25.570 INFO O| Jul 08 02:42:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102072026-07-08T02:42:26.610Z[ host-image] Jul 08 02:42:25.570 INFO O| Jul 08 02:42:25.570 INFO ok!
102082026-07-08T02:42:26.613Z[ host-image] Jul 08 02:42:25.570 INFO O| Jul 08 02:42:25.570 INFO STEP 70 (ensure_file) COMPLETE
102092026-07-08T02:42:26.613Z[ host-image] Jul 08 02:42:25.570 INFO O| Jul 08 02:42:25.570 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-07-08T02:42:26.618Z[ host-image] Jul 08 02:42:25.579 INFO O| Jul 08 02:42:25.579 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102112026-07-08T02:42:26.618Z[ host-image] Jul 08 02:42:25.579 INFO O| Jul 08 02:42:25.579 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102122026-07-08T02:42:27.109Z[ host-image] Jul 08 02:42:26.069 INFO O| Jul 08 02:42:26.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102132026-07-08T02:42:27.109Z[ host-image] Jul 08 02:42:26.069 INFO O| Jul 08 02:42:26.069 INFO ok!
102142026-07-08T02:42:27.109Z[ host-image] Jul 08 02:42:26.069 INFO O| Jul 08 02:42:26.069 INFO STEP 71 (ensure_file) COMPLETE
102152026-07-08T02:42:27.109Z[ host-image] Jul 08 02:42:26.069 INFO O| Jul 08 02:42:26.069 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-07-08T02:42:27.119Z[ host-image] Jul 08 02:42:26.079 INFO O| Jul 08 02:42:26.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102172026-07-08T02:42:27.123Z[ host-image] Jul 08 02:42:26.079 INFO O| Jul 08 02:42:26.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102182026-07-08T02:42:27.123Z[ host-image] Jul 08 02:42:26.079 INFO O| Jul 08 02:42:26.079 INFO STEP 72 (ensure_dir) COMPLETE
102192026-07-08T02:42:27.123Z[ host-image] Jul 08 02:42:26.079 INFO O| Jul 08 02:42:26.079 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-07-08T02:42:27.128Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102212026-07-08T02:42:27.128Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO copying /tmp/.tmp6vb1lF/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 ...
102222026-07-08T02:42:27.128Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102232026-07-08T02:42:27.128Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO ok!
102242026-07-08T02:42:27.129Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO STEP 73 (ensure_file) COMPLETE
102252026-07-08T02:42:27.129Z[ host-image] Jul 08 02:42:26.087 INFO O| Jul 08 02:42:26.087 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-07-08T02:42:27.133Z[ host-image] Jul 08 02:42:26.094 INFO O| Jul 08 02:42:26.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102272026-07-08T02:42:27.133Z[ host-image] Jul 08 02:42:26.094 INFO O| Jul 08 02:42:26.094 INFO copying /tmp/.tmp6vb1lF/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 ...
102282026-07-08T02:42:27.136Z[ host-image] Jul 08 02:42:26.095 INFO O| Jul 08 02:42:26.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102292026-07-08T02:42:27.137Z[ host-image] Jul 08 02:42:26.095 INFO O| Jul 08 02:42:26.095 INFO ok!
102302026-07-08T02:42:27.137Z[ host-image] Jul 08 02:42:26.095 INFO O| Jul 08 02:42:26.095 INFO STEP 74 (ensure_file) COMPLETE
102312026-07-08T02:42:27.137Z[ host-image] Jul 08 02:42:26.095 INFO O| Jul 08 02:42:26.095 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-07-08T02:42:27.141Z[ host-image] Jul 08 02:42:26.103 INFO O| Jul 08 02:42:26.103 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102332026-07-08T02:42:27.141Z[ host-image] Jul 08 02:42:26.103 INFO O| Jul 08 02:42:26.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102342026-07-08T02:42:27.141Z[ host-image] Jul 08 02:42:26.103 INFO O| Jul 08 02:42:26.103 INFO STEP 75 (ensure_dir) COMPLETE
102352026-07-08T02:42:27.145Z[ host-image] Jul 08 02:42:26.103 INFO O| Jul 08 02:42:26.103 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-07-08T02:42:27.149Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102372026-07-08T02:42:27.149Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO copying /tmp/.tmp6vb1lF/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 ...
102382026-07-08T02:42:27.154Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102392026-07-08T02:42:27.154Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO ok!
102402026-07-08T02:42:27.154Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO STEP 76 (ensure_file) COMPLETE
102412026-07-08T02:42:27.154Z[ host-image] Jul 08 02:42:26.110 INFO O| Jul 08 02:42:26.110 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102432026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO copying /tmp/.tmp6vb1lF/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 ...
102442026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102452026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO ok!
102462026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO STEP 77 (ensure_file) COMPLETE
102472026-07-08T02:42:27.158Z[ host-image] Jul 08 02:42:26.118 INFO O| Jul 08 02:42:26.118 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-07-08T02:42:27.163Z[ host-image] Jul 08 02:42:26.125 INFO O| Jul 08 02:42:26.125 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102492026-07-08T02:42:27.167Z[ host-image] Jul 08 02:42:26.125 INFO O| Jul 08 02:42:26.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102502026-07-08T02:42:27.167Z[ host-image] Jul 08 02:42:26.125 INFO O| Jul 08 02:42:26.125 INFO STEP 78 (ensure_dir) COMPLETE
102512026-07-08T02:42:27.167Z[ host-image] Jul 08 02:42:26.125 INFO O| Jul 08 02:42:26.125 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-07-08T02:42:27.171Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102532026-07-08T02:42:27.171Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO copying /tmp/.tmp6vb1lF/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 ...
102542026-07-08T02:42:27.174Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102552026-07-08T02:42:27.174Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO ok!
102562026-07-08T02:42:27.174Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO STEP 79 (ensure_file) COMPLETE
102572026-07-08T02:42:27.174Z[ host-image] Jul 08 02:42:26.132 INFO O| Jul 08 02:42:26.132 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-07-08T02:42:27.179Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102592026-07-08T02:42:27.182Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102602026-07-08T02:42:27.182Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102612026-07-08T02:42:27.182Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO ok!
102622026-07-08T02:42:27.182Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO STEP 80 (ensure_file) COMPLETE
102632026-07-08T02:42:27.182Z[ host-image] Jul 08 02:42:26.140 INFO O| Jul 08 02:42:26.140 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-07-08T02:42:27.186Z[ host-image] Jul 08 02:42:26.147 INFO O| Jul 08 02:42:26.147 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102652026-07-08T02:42:27.186Z[ host-image] Jul 08 02:42:26.147 INFO O| Jul 08 02:42:26.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102662026-07-08T02:42:27.186Z[ host-image] Jul 08 02:42:26.147 INFO O| Jul 08 02:42:26.147 INFO STEP 81 (ensure_dir) COMPLETE
102672026-07-08T02:42:27.186Z[ host-image] Jul 08 02:42:26.147 INFO O| Jul 08 02:42:26.147 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-07-08T02:42:27.192Z[ host-image] Jul 08 02:42:26.153 INFO O| Jul 08 02:42:26.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102692026-07-08T02:42:27.192Z[ host-image] Jul 08 02:42:26.153 INFO O| Jul 08 02:42:26.153 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102702026-07-08T02:42:27.205Z[ recovery-image] Jul 08 02:42:26.166 INFO E| Compiling bitstruct_derive v0.1.0
102712026-07-08T02:42:27.414Z[ host-image] Jul 08 02:42:26.374 INFO O| Jul 08 02:42:26.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102722026-07-08T02:42:27.414Z[ host-image] Jul 08 02:42:26.374 INFO O| Jul 08 02:42:26.374 INFO ok!
102732026-07-08T02:42:27.414Z[ host-image] Jul 08 02:42:26.374 INFO O| Jul 08 02:42:26.374 INFO STEP 82 (ensure_file) COMPLETE
102742026-07-08T02:42:27.417Z[ host-image] Jul 08 02:42:26.374 INFO O| Jul 08 02:42:26.374 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-07-08T02:42:27.421Z[ host-image] Jul 08 02:42:26.383 INFO O| Jul 08 02:42:26.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102762026-07-08T02:42:27.422Z[ host-image] Jul 08 02:42:26.383 INFO O| Jul 08 02:42:26.382 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102772026-07-08T02:42:27.868Z[ host-image] Jul 08 02:42:26.827 INFO O| Jul 08 02:42:26.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102782026-07-08T02:42:27.868Z[ host-image] Jul 08 02:42:26.827 INFO O| Jul 08 02:42:26.827 INFO ok!
102792026-07-08T02:42:27.872Z[ host-image] Jul 08 02:42:26.827 INFO O| Jul 08 02:42:26.827 INFO STEP 83 (ensure_file) COMPLETE
102802026-07-08T02:42:27.872Z[ host-image] Jul 08 02:42:26.827 INFO O| Jul 08 02:42:26.827 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-07-08T02:42:27.875Z[ host-image] Jul 08 02:42:26.836 INFO O| Jul 08 02:42:26.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102822026-07-08T02:42:27.875Z[ host-image] Jul 08 02:42:26.836 INFO O| Jul 08 02:42:26.836 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102832026-07-08T02:42:28.891Z[ host-image] Jul 08 02:42:27.851 INFO O| Jul 08 02:42:27.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102842026-07-08T02:42:28.891Z[ host-image] Jul 08 02:42:27.852 INFO O| Jul 08 02:42:27.851 INFO ok!
102852026-07-08T02:42:28.891Z[ host-image] Jul 08 02:42:27.852 INFO O| Jul 08 02:42:27.851 INFO STEP 84 (ensure_file) COMPLETE
102862026-07-08T02:42:28.896Z[ host-image] Jul 08 02:42:27.852 INFO O| Jul 08 02:42:27.851 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-07-08T02:42:28.900Z[ host-image] Jul 08 02:42:27.860 INFO O| Jul 08 02:42:27.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102882026-07-08T02:42:28.900Z[ host-image] Jul 08 02:42:27.860 INFO O| Jul 08 02:42:27.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102892026-07-08T02:42:28.900Z[ host-image] Jul 08 02:42:27.860 INFO O| Jul 08 02:42:27.860 INFO STEP 85 (ensure_dir) COMPLETE
102902026-07-08T02:42:28.900Z[ host-image] Jul 08 02:42:27.860 INFO O| Jul 08 02:42:27.860 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-07-08T02:42:28.907Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102922026-07-08T02:42:28.911Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.868 INFO copying /tmp/.tmp6vb1lF/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 ...
102932026-07-08T02:42:28.911Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102942026-07-08T02:42:28.912Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.869 INFO ok!
102952026-07-08T02:42:28.912Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.869 INFO STEP 86 (ensure_file) COMPLETE
102962026-07-08T02:42:28.912Z[ host-image] Jul 08 02:42:27.869 INFO O| Jul 08 02:42:27.869 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102982026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO copying /tmp/.tmp6vb1lF/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 ...
102992026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103002026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO ok!
103012026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO STEP 87 (ensure_file) COMPLETE
103022026-07-08T02:42:28.915Z[ host-image] Jul 08 02:42:27.875 INFO O| Jul 08 02:42:27.875 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-07-08T02:42:28.920Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103042026-07-08T02:42:28.920Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103052026-07-08T02:42:28.923Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103062026-07-08T02:42:28.924Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO ok!
103072026-07-08T02:42:28.924Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO STEP 88 (ensure_file) COMPLETE
103082026-07-08T02:42:28.924Z[ host-image] Jul 08 02:42:27.881 INFO O| Jul 08 02:42:27.881 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103102026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103112026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103122026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO ok!
103132026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO STEP 89 (ensure_file) COMPLETE
103142026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.887 INFO O| Jul 08 02:42:27.887 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-07-08T02:42:28.982Z[ host-image] Jul 08 02:42:27.893 INFO O| Jul 08 02:42:27.893 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103162026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.893 INFO O| Jul 08 02:42:27.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103172026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.893 INFO O| Jul 08 02:42:27.893 INFO STEP 90 (ensure_dir) COMPLETE
103182026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.893 INFO O| Jul 08 02:42:27.893 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.901 INFO O| Jul 08 02:42:27.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103202026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.901 INFO O| Jul 08 02:42:27.900 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103212026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.903 INFO O| Jul 08 02:42:27.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103222026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.903 INFO O| Jul 08 02:42:27.903 INFO ok!
103232026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.903 INFO O| Jul 08 02:42:27.903 INFO STEP 91 (ensure_file) COMPLETE
103242026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.903 INFO O| Jul 08 02:42:27.903 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103262026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103272026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103282026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO ok!
103292026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO STEP 92 (ensure_file) COMPLETE
103302026-07-08T02:42:28.983Z[ host-image] Jul 08 02:42:27.909 INFO O| Jul 08 02:42:27.909 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-07-08T02:42:28.984Z[ host-image] Jul 08 02:42:27.915 INFO O| Jul 08 02:42:27.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103322026-07-08T02:42:28.984Z[ host-image] Jul 08 02:42:27.915 INFO O| Jul 08 02:42:27.915 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103332026-07-08T02:42:29.370Z[ host-image] Jul 08 02:42:28.330 INFO O| Jul 08 02:42:28.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103342026-07-08T02:42:29.370Z[ host-image] Jul 08 02:42:28.330 INFO O| Jul 08 02:42:28.330 INFO ok!
103352026-07-08T02:42:29.370Z[ host-image] Jul 08 02:42:28.330 INFO O| Jul 08 02:42:28.330 INFO STEP 93 (ensure_file) COMPLETE
103362026-07-08T02:42:29.373Z[ host-image] Jul 08 02:42:28.330 INFO O| Jul 08 02:42:28.330 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-07-08T02:42:29.378Z[ host-image] Jul 08 02:42:28.337 INFO O| Jul 08 02:42:28.337 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103382026-07-08T02:42:29.378Z[ host-image] Jul 08 02:42:28.337 INFO O| Jul 08 02:42:28.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103392026-07-08T02:42:29.378Z[ host-image] Jul 08 02:42:28.337 INFO O| Jul 08 02:42:28.337 INFO STEP 94 (ensure_dir) COMPLETE
103402026-07-08T02:42:29.378Z[ host-image] Jul 08 02:42:28.337 INFO O| Jul 08 02:42:28.337 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-07-08T02:42:29.385Z[ host-image] Jul 08 02:42:28.345 INFO O| Jul 08 02:42:28.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103422026-07-08T02:42:29.389Z[ host-image] Jul 08 02:42:28.346 INFO O| Jul 08 02:42:28.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103432026-07-08T02:42:29.389Z[ host-image] Jul 08 02:42:28.346 INFO O| Jul 08 02:42:28.346 INFO STEP 95 (ensure_dir) COMPLETE
103442026-07-08T02:42:29.389Z[ host-image] Jul 08 02:42:28.346 INFO O| Jul 08 02:42:28.346 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-07-08T02:42:29.392Z[ host-image] Jul 08 02:42:28.352 INFO O| Jul 08 02:42:28.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103462026-07-08T02:42:29.393Z[ host-image] Jul 08 02:42:28.352 INFO O| Jul 08 02:42:28.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103472026-07-08T02:42:29.393Z[ host-image] Jul 08 02:42:28.352 INFO O| Jul 08 02:42:28.352 INFO STEP 96 (ensure_dir) COMPLETE
103482026-07-08T02:42:29.393Z[ host-image] Jul 08 02:42:28.352 INFO O| Jul 08 02:42:28.352 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-07-08T02:42:29.407Z[ host-image] Jul 08 02:42:28.358 INFO O| Jul 08 02:42:28.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103502026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.358 INFO O| Jul 08 02:42:28.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103512026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.358 INFO O| Jul 08 02:42:28.358 INFO STEP 97 (ensure_dir) COMPLETE
103522026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.358 INFO O| Jul 08 02:42:28.358 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.365 INFO O| Jul 08 02:42:28.365 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103542026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.365 INFO O| Jul 08 02:42:28.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103552026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.365 INFO O| Jul 08 02:42:28.365 INFO STEP 98 (ensure_dir) COMPLETE
103562026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.365 INFO O| Jul 08 02:42:28.365 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103582026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO copying /tmp/.tmp6vb1lF/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 ...
103592026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103602026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO ok!
103612026-07-08T02:42:29.411Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO STEP 99 (ensure_file) COMPLETE
103622026-07-08T02:42:29.415Z[ host-image] Jul 08 02:42:28.371 INFO O| Jul 08 02:42:28.371 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-07-08T02:42:29.418Z[ host-image] Jul 08 02:42:28.377 INFO O| Jul 08 02:42:28.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103642026-07-08T02:42:29.418Z[ host-image] Jul 08 02:42:28.377 INFO O| Jul 08 02:42:28.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103652026-07-08T02:42:29.418Z[ host-image] Jul 08 02:42:28.377 INFO O| Jul 08 02:42:28.377 INFO STEP 100 (ensure_dir) COMPLETE
103662026-07-08T02:42:29.418Z[ host-image] Jul 08 02:42:28.377 INFO O| Jul 08 02:42:28.377 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-07-08T02:42:29.422Z[ host-image] Jul 08 02:42:28.383 INFO O| Jul 08 02:42:28.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103682026-07-08T02:42:29.422Z[ host-image] Jul 08 02:42:28.383 INFO O| Jul 08 02:42:28.383 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103692026-07-08T02:42:29.435Z[ host-image] Jul 08 02:42:28.396 INFO O| Jul 08 02:42:28.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103702026-07-08T02:42:29.435Z[ host-image] Jul 08 02:42:28.397 INFO O| Jul 08 02:42:28.396 INFO ok!
103712026-07-08T02:42:29.439Z[ host-image] Jul 08 02:42:28.397 INFO O| Jul 08 02:42:28.396 INFO STEP 101 (ensure_file) COMPLETE
103722026-07-08T02:42:29.439Z[ host-image] Jul 08 02:42:28.397 INFO O| Jul 08 02:42:28.396 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103742026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103752026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103762026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO ok!
103772026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO STEP 102 (ensure_file) COMPLETE
103782026-07-08T02:42:29.442Z[ host-image] Jul 08 02:42:28.403 INFO O| Jul 08 02:42:28.403 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-07-08T02:42:29.447Z[ host-image] Jul 08 02:42:28.408 INFO O| Jul 08 02:42:28.408 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103802026-07-08T02:42:29.447Z[ host-image] Jul 08 02:42:28.408 INFO O| Jul 08 02:42:28.408 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103812026-07-08T02:42:29.665Z[ host-image] Jul 08 02:42:28.626 INFO O| Jul 08 02:42:28.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103822026-07-08T02:42:29.666Z[ host-image] Jul 08 02:42:28.626 INFO O| Jul 08 02:42:28.626 INFO ok!
103832026-07-08T02:42:29.666Z[ host-image] Jul 08 02:42:28.626 INFO O| Jul 08 02:42:28.626 INFO STEP 103 (ensure_file) COMPLETE
103842026-07-08T02:42:29.670Z[ host-image] Jul 08 02:42:28.626 INFO O| Jul 08 02:42:28.626 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-07-08T02:42:29.673Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103862026-07-08T02:42:29.673Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103872026-07-08T02:42:29.676Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103882026-07-08T02:42:29.676Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO ok!
103892026-07-08T02:42:29.676Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO STEP 104 (ensure_file) COMPLETE
103902026-07-08T02:42:29.677Z[ host-image] Jul 08 02:42:28.634 INFO O| Jul 08 02:42:28.634 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-07-08T02:42:29.680Z[ host-image] Jul 08 02:42:28.640 INFO O| Jul 08 02:42:28.640 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103922026-07-08T02:42:29.680Z[ host-image] Jul 08 02:42:28.640 INFO O| Jul 08 02:42:28.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103932026-07-08T02:42:29.680Z[ host-image] Jul 08 02:42:28.640 INFO O| Jul 08 02:42:28.640 INFO STEP 105 (ensure_dir) COMPLETE
103942026-07-08T02:42:29.680Z[ host-image] Jul 08 02:42:28.640 INFO O| Jul 08 02:42:28.640 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-07-08T02:42:29.685Z[ host-image] Jul 08 02:42:28.646 INFO O| Jul 08 02:42:28.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103962026-07-08T02:42:29.685Z[ host-image] Jul 08 02:42:28.646 INFO O| Jul 08 02:42:28.646 INFO copying /tmp/.tmp6vb1lF/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 ...
103972026-07-08T02:42:29.885Z[ host-image] Jul 08 02:42:28.846 INFO O| Jul 08 02:42:28.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103982026-07-08T02:42:29.885Z[ host-image] Jul 08 02:42:28.846 INFO O| Jul 08 02:42:28.846 INFO ok!
103992026-07-08T02:42:29.885Z[ host-image] Jul 08 02:42:28.846 INFO O| Jul 08 02:42:28.846 INFO STEP 106 (ensure_file) COMPLETE
104002026-07-08T02:42:29.889Z[ host-image] Jul 08 02:42:28.846 INFO O| Jul 08 02:42:28.846 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-07-08T02:42:29.892Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104022026-07-08T02:42:29.892Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.854 INFO copying /tmp/.tmp6vb1lF/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 ...
104032026-07-08T02:42:29.896Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104042026-07-08T02:42:29.896Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.854 INFO ok!
104052026-07-08T02:42:29.896Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.854 INFO STEP 107 (ensure_file) COMPLETE
104062026-07-08T02:42:29.896Z[ host-image] Jul 08 02:42:28.854 INFO O| Jul 08 02:42:28.854 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104082026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO copying /tmp/.tmp6vb1lF/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 ...
104092026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104102026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO ok!
104112026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO STEP 108 (ensure_file) COMPLETE
104122026-07-08T02:42:29.900Z[ host-image] Jul 08 02:42:28.860 INFO O| Jul 08 02:42:28.860 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-07-08T02:42:29.905Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104142026-07-08T02:42:29.908Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO copying /tmp/.tmp6vb1lF/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 ...
104152026-07-08T02:42:29.908Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104162026-07-08T02:42:29.908Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO ok!
104172026-07-08T02:42:29.908Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO STEP 109 (ensure_file) COMPLETE
104182026-07-08T02:42:29.909Z[ host-image] Jul 08 02:42:28.866 INFO O| Jul 08 02:42:28.866 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-07-08T02:42:29.914Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104202026-07-08T02:42:29.914Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO copying /tmp/.tmp6vb1lF/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 ...
104212026-07-08T02:42:29.917Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104222026-07-08T02:42:29.918Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO ok!
104232026-07-08T02:42:29.918Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO STEP 110 (ensure_file) COMPLETE
104242026-07-08T02:42:29.918Z[ host-image] Jul 08 02:42:28.874 INFO O| Jul 08 02:42:28.874 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104262026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO copying /tmp/.tmp6vb1lF/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 ...
104272026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104282026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO ok!
104292026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO STEP 111 (ensure_file) COMPLETE
104302026-07-08T02:42:29.922Z[ host-image] Jul 08 02:42:28.880 INFO O| Jul 08 02:42:28.880 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104322026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO copying /tmp/.tmp6vb1lF/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 ...
104332026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104342026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO ok!
104352026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO STEP 112 (ensure_file) COMPLETE
104362026-07-08T02:42:29.927Z[ host-image] Jul 08 02:42:28.886 INFO O| Jul 08 02:42:28.886 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-07-08T02:42:29.932Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104382026-07-08T02:42:29.932Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104392026-07-08T02:42:29.936Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104402026-07-08T02:42:29.936Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO ok!
104412026-07-08T02:42:29.936Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO STEP 113 (ensure_file) COMPLETE
104422026-07-08T02:42:29.936Z[ host-image] Jul 08 02:42:28.893 INFO O| Jul 08 02:42:28.893 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-07-08T02:42:29.939Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104442026-07-08T02:42:29.940Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO copying /tmp/.tmp6vb1lF/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 ...
104452026-07-08T02:42:29.940Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104462026-07-08T02:42:29.940Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO ok!
104472026-07-08T02:42:29.940Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO STEP 114 (ensure_file) COMPLETE
104482026-07-08T02:42:29.940Z[ host-image] Jul 08 02:42:28.899 INFO O| Jul 08 02:42:28.899 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-07-08T02:42:29.943Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104502026-07-08T02:42:29.944Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO copying /tmp/.tmp6vb1lF/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 ...
104512026-07-08T02:42:29.947Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104522026-07-08T02:42:29.947Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO ok!
104532026-07-08T02:42:29.947Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO STEP 115 (ensure_file) COMPLETE
104542026-07-08T02:42:29.947Z[ host-image] Jul 08 02:42:28.905 INFO O| Jul 08 02:42:28.905 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104562026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO copying /tmp/.tmp6vb1lF/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 ...
104572026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104582026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO ok!
104592026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO STEP 116 (ensure_file) COMPLETE
104602026-07-08T02:42:29.951Z[ host-image] Jul 08 02:42:28.911 INFO O| Jul 08 02:42:28.911 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-07-08T02:42:29.957Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104622026-07-08T02:42:29.957Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104632026-07-08T02:42:29.957Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104642026-07-08T02:42:29.960Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO ok!
104652026-07-08T02:42:29.960Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO STEP 117 (ensure_file) COMPLETE
104662026-07-08T02:42:29.960Z[ host-image] Jul 08 02:42:28.918 INFO O| Jul 08 02:42:28.918 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104682026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO copying /tmp/.tmp6vb1lF/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 ...
104692026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104702026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO ok!
104712026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO STEP 118 (ensure_file) COMPLETE
104722026-07-08T02:42:29.964Z[ host-image] Jul 08 02:42:28.923 INFO O| Jul 08 02:42:28.923 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-07-08T02:42:29.968Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104742026-07-08T02:42:29.968Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO copying /tmp/.tmp6vb1lF/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 ...
104752026-07-08T02:42:29.971Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104762026-07-08T02:42:29.971Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO ok!
104772026-07-08T02:42:29.971Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO STEP 119 (ensure_file) COMPLETE
104782026-07-08T02:42:29.971Z[ host-image] Jul 08 02:42:28.929 INFO O| Jul 08 02:42:28.929 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-07-08T02:42:29.974Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104802026-07-08T02:42:29.974Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO copying /tmp/.tmp6vb1lF/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 ...
104812026-07-08T02:42:29.974Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104822026-07-08T02:42:29.975Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO ok!
104832026-07-08T02:42:29.975Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO STEP 120 (ensure_file) COMPLETE
104842026-07-08T02:42:29.975Z[ host-image] Jul 08 02:42:28.935 INFO O| Jul 08 02:42:28.935 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-07-08T02:42:29.980Z[ host-image] Jul 08 02:42:28.941 INFO O| Jul 08 02:42:28.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104862026-07-08T02:42:29.980Z[ host-image] Jul 08 02:42:28.941 INFO O| Jul 08 02:42:28.941 INFO copying /tmp/.tmp6vb1lF/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 ...
104872026-07-08T02:42:29.983Z[ host-image] Jul 08 02:42:28.941 INFO O| Jul 08 02:42:28.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104882026-07-08T02:42:29.984Z[ host-image] Jul 08 02:42:28.941 INFO O| Jul 08 02:42:28.941 INFO ok!
104892026-07-08T02:42:29.984Z[ host-image] Jul 08 02:42:28.941 INFO O| Jul 08 02:42:28.941 INFO STEP 121 (ensure_file) COMPLETE
104902026-07-08T02:42:29.984Z[ host-image] Jul 08 02:42:28.942 INFO O| Jul 08 02:42:28.941 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-07-08T02:42:29.987Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104922026-07-08T02:42:29.987Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO copying /tmp/.tmp6vb1lF/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 ...
104932026-07-08T02:42:29.988Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104942026-07-08T02:42:29.988Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO ok!
104952026-07-08T02:42:29.988Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO STEP 122 (ensure_file) COMPLETE
104962026-07-08T02:42:29.988Z[ host-image] Jul 08 02:42:28.947 INFO O| Jul 08 02:42:28.947 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-07-08T02:42:29.993Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104982026-07-08T02:42:29.996Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO copying /tmp/.tmp6vb1lF/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 ...
104992026-07-08T02:42:29.996Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105002026-07-08T02:42:29.996Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO ok!
105012026-07-08T02:42:29.996Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO STEP 123 (ensure_file) COMPLETE
105022026-07-08T02:42:29.996Z[ host-image] Jul 08 02:42:28.954 INFO O| Jul 08 02:42:28.954 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105042026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO copying /tmp/.tmp6vb1lF/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 ...
105052026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105062026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO ok!
105072026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO STEP 124 (ensure_file) COMPLETE
105082026-07-08T02:42:30.000Z[ host-image] Jul 08 02:42:28.960 INFO O| Jul 08 02:42:28.960 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-07-08T02:42:30.005Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105102026-07-08T02:42:30.005Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO copying /tmp/.tmp6vb1lF/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 ...
105112026-07-08T02:42:30.005Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105122026-07-08T02:42:30.009Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO ok!
105132026-07-08T02:42:30.009Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO STEP 125 (ensure_file) COMPLETE
105142026-07-08T02:42:30.009Z[ host-image] Jul 08 02:42:28.966 INFO O| Jul 08 02:42:28.966 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-07-08T02:42:30.012Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105162026-07-08T02:42:30.012Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO copying /tmp/.tmp6vb1lF/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 ...
105172026-07-08T02:42:30.012Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105182026-07-08T02:42:30.013Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO ok!
105192026-07-08T02:42:30.013Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO STEP 126 (ensure_file) COMPLETE
105202026-07-08T02:42:30.013Z[ host-image] Jul 08 02:42:28.973 INFO O| Jul 08 02:42:28.973 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-07-08T02:42:30.018Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105222026-07-08T02:42:30.018Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO copying /tmp/.tmp6vb1lF/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 ...
105232026-07-08T02:42:30.021Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105242026-07-08T02:42:30.021Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO ok!
105252026-07-08T02:42:30.021Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO STEP 127 (ensure_file) COMPLETE
105262026-07-08T02:42:30.021Z[ host-image] Jul 08 02:42:28.979 INFO O| Jul 08 02:42:28.979 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-07-08T02:42:30.025Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105282026-07-08T02:42:30.025Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO copying /tmp/.tmp6vb1lF/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 ...
105292026-07-08T02:42:30.026Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105302026-07-08T02:42:30.026Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO ok!
105312026-07-08T02:42:30.026Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO STEP 128 (ensure_file) COMPLETE
105322026-07-08T02:42:30.026Z[ host-image] Jul 08 02:42:28.986 INFO O| Jul 08 02:42:28.986 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-07-08T02:42:30.030Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105342026-07-08T02:42:30.030Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO copying /tmp/.tmp6vb1lF/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 ...
105352026-07-08T02:42:30.031Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105362026-07-08T02:42:30.034Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO ok!
105372026-07-08T02:42:30.034Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO STEP 129 (ensure_file) COMPLETE
105382026-07-08T02:42:30.034Z[ host-image] Jul 08 02:42:28.991 INFO O| Jul 08 02:42:28.991 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105402026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO copying /tmp/.tmp6vb1lF/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 ...
105412026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105422026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO ok!
105432026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO STEP 130 (ensure_file) COMPLETE
105442026-07-08T02:42:30.039Z[ host-image] Jul 08 02:42:28.998 INFO O| Jul 08 02:42:28.998 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-07-08T02:42:30.044Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105462026-07-08T02:42:30.044Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO copying /tmp/.tmp6vb1lF/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 ...
105472026-07-08T02:42:30.044Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105482026-07-08T02:42:30.044Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO ok!
105492026-07-08T02:42:30.044Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO STEP 131 (ensure_file) COMPLETE
105502026-07-08T02:42:30.048Z[ host-image] Jul 08 02:42:29.004 INFO O| Jul 08 02:42:29.004 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-07-08T02:42:30.052Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105522026-07-08T02:42:30.052Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO copying /tmp/.tmp6vb1lF/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 ...
105532026-07-08T02:42:30.053Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105542026-07-08T02:42:30.053Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO ok!
105552026-07-08T02:42:30.053Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO STEP 132 (ensure_file) COMPLETE
105562026-07-08T02:42:30.053Z[ host-image] Jul 08 02:42:29.010 INFO O| Jul 08 02:42:29.010 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105582026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO copying /tmp/.tmp6vb1lF/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 ...
105592026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105602026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO ok!
105612026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO STEP 133 (ensure_file) COMPLETE
105622026-07-08T02:42:30.059Z[ host-image] Jul 08 02:42:29.015 INFO O| Jul 08 02:42:29.015 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105642026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO copying /tmp/.tmp6vb1lF/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 ...
105652026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105662026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO ok!
105672026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO STEP 134 (ensure_file) COMPLETE
105682026-07-08T02:42:30.063Z[ host-image] Jul 08 02:42:29.020 INFO O| Jul 08 02:42:29.020 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-07-08T02:42:30.067Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105702026-07-08T02:42:30.067Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO copying /tmp/.tmp6vb1lF/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 ...
105712026-07-08T02:42:30.071Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105722026-07-08T02:42:30.071Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO ok!
105732026-07-08T02:42:30.071Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO STEP 135 (ensure_file) COMPLETE
105742026-07-08T02:42:30.071Z[ host-image] Jul 08 02:42:29.028 INFO O| Jul 08 02:42:29.028 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105762026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105772026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105782026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO ok!
105792026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO STEP 136 (ensure_file) COMPLETE
105802026-07-08T02:42:30.075Z[ host-image] Jul 08 02:42:29.034 INFO O| Jul 08 02:42:29.034 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105822026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO copying /tmp/.tmp6vb1lF/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 ...
105832026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105842026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO ok!
105852026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO STEP 137 (ensure_file) COMPLETE
105862026-07-08T02:42:30.079Z[ host-image] Jul 08 02:42:29.039 INFO O| Jul 08 02:42:29.039 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105882026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105892026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105902026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO ok!
105912026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO STEP 138 (ensure_file) COMPLETE
105922026-07-08T02:42:30.085Z[ host-image] Jul 08 02:42:29.045 INFO O| Jul 08 02:42:29.045 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-07-08T02:42:30.089Z[ host-image] Jul 08 02:42:29.050 INFO O| Jul 08 02:42:29.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105942026-07-08T02:42:30.089Z[ host-image] Jul 08 02:42:29.050 INFO O| Jul 08 02:42:29.050 INFO copying /tmp/.tmp6vb1lF/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105952026-07-08T02:42:35.153Z[ host-image] Jul 08 02:42:34.113 INFO O| Jul 08 02:42:34.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105962026-07-08T02:42:35.153Z[ host-image] Jul 08 02:42:34.113 INFO O| Jul 08 02:42:34.113 INFO ok!
105972026-07-08T02:42:35.153Z[ host-image] Jul 08 02:42:34.113 INFO O| Jul 08 02:42:34.113 INFO STEP 139 (ensure_file) COMPLETE
105982026-07-08T02:42:35.157Z[ host-image] Jul 08 02:42:34.113 INFO O| Jul 08 02:42:34.113 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-07-08T02:42:35.160Z[ host-image] Jul 08 02:42:34.121 INFO O| Jul 08 02:42:34.121 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106002026-07-08T02:42:35.160Z[ host-image] Jul 08 02:42:34.121 INFO O| Jul 08 02:42:34.121 INFO STEP 140 (ensure_dir) COMPLETE
106012026-07-08T02:42:35.160Z[ host-image] Jul 08 02:42:34.121 INFO O| Jul 08 02:42:34.121 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-07-08T02:42:35.166Z[ host-image] Jul 08 02:42:34.127 INFO O| Jul 08 02:42:34.127 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106032026-07-08T02:42:35.166Z[ host-image] Jul 08 02:42:34.127 INFO O| Jul 08 02:42:34.127 INFO STEP 141 (ensure_dir) COMPLETE
106042026-07-08T02:42:35.170Z[ host-image] Jul 08 02:42:34.127 INFO O| Jul 08 02:42:34.127 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106052026-07-08T02:42:35.175Z[ host-image] Jul 08 02:42:34.136 INFO O| Jul 08 02:42:34.136 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106062026-07-08T02:42:35.175Z[ host-image] Jul 08 02:42:34.136 INFO O| Jul 08 02:42:34.136 INFO STEP 142 (ensure_dir) COMPLETE
106072026-07-08T02:42:35.175Z[ host-image] Jul 08 02:42:34.136 INFO O| Jul 08 02:42:34.136 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-07-08T02:42:35.182Z[ host-image] Jul 08 02:42:34.143 INFO O| Jul 08 02:42:34.143 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106092026-07-08T02:42:35.185Z[ host-image] Jul 08 02:42:34.143 INFO O| Jul 08 02:42:34.143 INFO STEP 143 (ensure_dir) COMPLETE
106102026-07-08T02:42:35.185Z[ host-image] Jul 08 02:42:34.143 INFO O| Jul 08 02:42:34.143 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-07-08T02:42:35.189Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106122026-07-08T02:42:35.189Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO copying /tmp/.tmp6vb1lF/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 ...
106132026-07-08T02:42:35.189Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106142026-07-08T02:42:35.189Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO ok!
106152026-07-08T02:42:35.190Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO STEP 144 (ensure_file) COMPLETE
106162026-07-08T02:42:35.190Z[ host-image] Jul 08 02:42:34.149 INFO O| Jul 08 02:42:34.149 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-07-08T02:42:35.195Z[ host-image] Jul 08 02:42:34.156 INFO O| Jul 08 02:42:34.156 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106182026-07-08T02:42:35.195Z[ host-image] Jul 08 02:42:34.156 INFO O| Jul 08 02:42:34.156 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106192026-07-08T02:42:35.198Z[ host-image] Jul 08 02:42:34.156 INFO O| Jul 08 02:42:34.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106202026-07-08T02:42:35.198Z[ host-image] Jul 08 02:42:34.156 INFO O| Jul 08 02:42:34.156 INFO STEP 145 (ensure_dir) COMPLETE
106212026-07-08T02:42:35.198Z[ host-image] Jul 08 02:42:34.156 INFO O| Jul 08 02:42:34.156 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-07-08T02:42:35.203Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.163 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106232026-07-08T02:42:35.203Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.163 INFO copying /tmp/.tmp6vb1lF/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106242026-07-08T02:42:35.204Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106252026-07-08T02:42:35.204Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.163 INFO ok!
106262026-07-08T02:42:35.204Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.163 INFO STEP 146 (ensure_file) COMPLETE
106272026-07-08T02:42:35.204Z[ host-image] Jul 08 02:42:34.164 INFO O| Jul 08 02:42:34.164 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-07-08T02:42:35.213Z[ host-image] Jul 08 02:42:34.174 INFO O| Jul 08 02:42:34.174 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106292026-07-08T02:42:35.216Z[ host-image] Jul 08 02:42:34.174 INFO O| Jul 08 02:42:34.174 INFO STEP 147 (remove_files) COMPLETE
106302026-07-08T02:42:35.216Z[ host-image] Jul 08 02:42:34.174 INFO O| Jul 08 02:42:34.174 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-07-08T02:42:35.222Z[ host-image] Jul 08 02:42:34.182 INFO O| Jul 08 02:42:34.182 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106322026-07-08T02:42:35.226Z[ host-image] Jul 08 02:42:34.182 INFO O| Jul 08 02:42:34.182 INFO STEP 148 (remove_files) COMPLETE
106332026-07-08T02:42:35.226Z[ host-image] Jul 08 02:42:34.182 INFO O| Jul 08 02:42:34.182 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-07-08T02:42:35.231Z[ host-image] Jul 08 02:42:34.189 INFO O| Jul 08 02:42:34.189 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106352026-07-08T02:42:35.231Z[ host-image] Jul 08 02:42:34.189 INFO O| Jul 08 02:42:34.189 INFO STEP 149 (remove_files) COMPLETE
106362026-07-08T02:42:35.231Z[ host-image] Jul 08 02:42:34.189 INFO O| Jul 08 02:42:34.189 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-07-08T02:42:35.235Z[ host-image] Jul 08 02:42:34.196 INFO O| Jul 08 02:42:34.196 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106382026-07-08T02:42:35.239Z[ host-image] Jul 08 02:42:34.196 INFO O| Jul 08 02:42:34.196 INFO STEP 150 (remove_files) COMPLETE
106392026-07-08T02:42:35.239Z[ host-image] Jul 08 02:42:34.196 INFO O| Jul 08 02:42:34.196 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-07-08T02:42:35.243Z[ host-image] Jul 08 02:42:34.202 INFO O| Jul 08 02:42:34.202 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106412026-07-08T02:42:35.243Z[ host-image] Jul 08 02:42:34.202 INFO O| Jul 08 02:42:34.202 INFO STEP 151 (remove_files) COMPLETE
106422026-07-08T02:42:35.243Z[ host-image] Jul 08 02:42:34.202 INFO O| Jul 08 02:42:34.202 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-07-08T02:42:35.247Z[ host-image] Jul 08 02:42:34.208 INFO O| Jul 08 02:42:34.208 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106442026-07-08T02:42:35.250Z[ host-image] Jul 08 02:42:34.208 INFO O| Jul 08 02:42:34.208 INFO STEP 152 (remove_files) COMPLETE
106452026-07-08T02:42:35.250Z[ host-image] Jul 08 02:42:34.208 INFO O| Jul 08 02:42:34.208 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-07-08T02:42:35.254Z[ host-image] Jul 08 02:42:34.213 INFO O| Jul 08 02:42:34.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106472026-07-08T02:42:35.254Z[ host-image] Jul 08 02:42:34.213 INFO O| Jul 08 02:42:34.213 INFO STEP 153 (remove_files) COMPLETE
106482026-07-08T02:42:35.254Z[ host-image] Jul 08 02:42:34.213 INFO O| Jul 08 02:42:34.213 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-07-08T02:42:35.258Z[ host-image] Jul 08 02:42:34.219 INFO O| Jul 08 02:42:34.218 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106502026-07-08T02:42:35.258Z[ host-image] Jul 08 02:42:34.219 INFO O| Jul 08 02:42:34.219 INFO STEP 154 (remove_files) COMPLETE
106512026-07-08T02:42:35.258Z[ host-image] Jul 08 02:42:34.219 INFO O| Jul 08 02:42:34.219 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-07-08T02:42:35.262Z[ host-image] Jul 08 02:42:34.224 INFO O| Jul 08 02:42:34.224 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106532026-07-08T02:42:35.262Z[ host-image] Jul 08 02:42:34.224 INFO O| Jul 08 02:42:34.224 INFO STEP 155 (remove_files) COMPLETE
106542026-07-08T02:42:35.262Z[ host-image] Jul 08 02:42:34.224 INFO O| Jul 08 02:42:34.224 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-07-08T02:42:35.268Z[ host-image] Jul 08 02:42:34.229 INFO O| Jul 08 02:42:34.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106562026-07-08T02:42:35.268Z[ host-image] Jul 08 02:42:34.229 INFO O| Jul 08 02:42:34.229 INFO STEP 156 (remove_files) COMPLETE
106572026-07-08T02:42:35.271Z[ host-image] Jul 08 02:42:34.229 INFO O| Jul 08 02:42:34.229 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-08T02:42:35.276Z[ host-image] Jul 08 02:42:34.234 INFO O| Jul 08 02:42:34.234 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106592026-07-08T02:42:35.276Z[ host-image] Jul 08 02:42:34.234 INFO O| Jul 08 02:42:34.234 INFO STEP 157 (remove_files) COMPLETE
106602026-07-08T02:42:35.276Z[ host-image] Jul 08 02:42:34.234 INFO O| Jul 08 02:42:34.234 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-08T02:42:35.279Z[ host-image] Jul 08 02:42:34.239 INFO O| Jul 08 02:42:34.239 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106622026-07-08T02:42:35.279Z[ host-image] Jul 08 02:42:34.239 INFO O| Jul 08 02:42:34.239 INFO STEP 158 (remove_files) COMPLETE
106632026-07-08T02:42:35.279Z[ host-image] Jul 08 02:42:34.239 INFO O| Jul 08 02:42:34.239 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-08T02:42:35.286Z[ host-image] Jul 08 02:42:34.247 INFO O| Jul 08 02:42:34.247 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106652026-07-08T02:42:35.286Z[ host-image] Jul 08 02:42:34.247 INFO O| Jul 08 02:42:34.247 INFO STEP 159 (remove_files) COMPLETE
106662026-07-08T02:42:35.286Z[ host-image] Jul 08 02:42:34.247 INFO O| Jul 08 02:42:34.247 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-08T02:42:35.292Z[ host-image] Jul 08 02:42:34.253 INFO O| Jul 08 02:42:34.253 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106682026-07-08T02:42:35.293Z[ host-image] Jul 08 02:42:34.253 INFO O| Jul 08 02:42:34.253 INFO STEP 160 (remove_files) COMPLETE
106692026-07-08T02:42:35.293Z[ host-image] Jul 08 02:42:34.253 INFO O| Jul 08 02:42:34.253 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-08T02:42:35.298Z[ host-image] Jul 08 02:42:34.259 INFO O| Jul 08 02:42:34.259 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106712026-07-08T02:42:35.298Z[ host-image] Jul 08 02:42:34.259 INFO O| Jul 08 02:42:34.259 INFO STEP 161 (remove_files) COMPLETE
106722026-07-08T02:42:35.302Z[ host-image] Jul 08 02:42:34.259 INFO O| Jul 08 02:42:34.259 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-08T02:42:35.305Z[ host-image] Jul 08 02:42:34.265 INFO O| Jul 08 02:42:34.265 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106742026-07-08T02:42:35.305Z[ host-image] Jul 08 02:42:34.265 INFO O| Jul 08 02:42:34.265 INFO STEP 162 (remove_files) COMPLETE
106752026-07-08T02:42:35.305Z[ host-image] Jul 08 02:42:34.265 INFO O| Jul 08 02:42:34.265 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-08T02:42:35.309Z[ host-image] Jul 08 02:42:34.270 INFO O| Jul 08 02:42:34.270 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106772026-07-08T02:42:35.312Z[ host-image] Jul 08 02:42:34.270 INFO O| Jul 08 02:42:34.270 INFO STEP 163 (remove_files) COMPLETE
106782026-07-08T02:42:35.312Z[ host-image] Jul 08 02:42:34.270 INFO O| Jul 08 02:42:34.270 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-08T02:42:35.315Z[ host-image] Jul 08 02:42:34.275 INFO O| Jul 08 02:42:34.275 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106802026-07-08T02:42:35.315Z[ host-image] Jul 08 02:42:34.275 INFO O| Jul 08 02:42:34.275 INFO STEP 164 (remove_files) COMPLETE
106812026-07-08T02:42:35.315Z[ host-image] Jul 08 02:42:34.275 INFO O| Jul 08 02:42:34.275 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-08T02:42:35.319Z[ host-image] Jul 08 02:42:34.280 INFO O| Jul 08 02:42:34.280 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106832026-07-08T02:42:35.319Z[ host-image] Jul 08 02:42:34.280 INFO O| Jul 08 02:42:34.280 INFO STEP 165 (remove_files) COMPLETE
106842026-07-08T02:42:35.322Z[ host-image] Jul 08 02:42:34.280 INFO O| Jul 08 02:42:34.280 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-08T02:42:35.326Z[ host-image] Jul 08 02:42:34.286 INFO O| Jul 08 02:42:34.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106862026-07-08T02:42:35.326Z[ host-image] Jul 08 02:42:34.286 INFO O| Jul 08 02:42:34.286 INFO STEP 166 (remove_files) COMPLETE
106872026-07-08T02:42:35.326Z[ host-image] Jul 08 02:42:34.286 INFO O| Jul 08 02:42:34.286 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-08T02:42:35.330Z[ host-image] Jul 08 02:42:34.292 INFO O| Jul 08 02:42:34.292 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106892026-07-08T02:42:35.331Z[ host-image] Jul 08 02:42:34.292 INFO O| Jul 08 02:42:34.292 INFO STEP 167 (remove_files) COMPLETE
106902026-07-08T02:42:35.331Z[ host-image] Jul 08 02:42:34.292 INFO O| Jul 08 02:42:34.292 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-08T02:42:35.336Z[ host-image] Jul 08 02:42:34.297 INFO O| Jul 08 02:42:34.297 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106922026-07-08T02:42:35.336Z[ host-image] Jul 08 02:42:34.297 INFO O| Jul 08 02:42:34.297 INFO STEP 168 (remove_files) COMPLETE
106932026-07-08T02:42:35.340Z[ host-image] Jul 08 02:42:34.297 INFO O| Jul 08 02:42:34.297 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-08T02:42:35.343Z[ host-image] Jul 08 02:42:34.303 INFO O| Jul 08 02:42:34.303 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106952026-07-08T02:42:35.343Z[ host-image] Jul 08 02:42:34.303 INFO O| Jul 08 02:42:34.303 INFO STEP 169 (remove_files) COMPLETE
106962026-07-08T02:42:35.343Z[ host-image] Jul 08 02:42:34.303 INFO O| Jul 08 02:42:34.303 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-07-08T02:42:35.348Z[ host-image] Jul 08 02:42:34.309 INFO O| Jul 08 02:42:34.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106982026-07-08T02:42:35.348Z[ host-image] Jul 08 02:42:34.309 INFO O| Jul 08 02:42:34.309 INFO STEP 170 (remove_files) COMPLETE
106992026-07-08T02:42:35.351Z[ host-image] Jul 08 02:42:34.309 INFO O| Jul 08 02:42:34.309 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-07-08T02:42:35.355Z[ host-image] Jul 08 02:42:34.314 INFO O| Jul 08 02:42:34.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107012026-07-08T02:42:35.355Z[ host-image] Jul 08 02:42:34.314 INFO O| Jul 08 02:42:34.314 INFO STEP 171 (remove_files) COMPLETE
107022026-07-08T02:42:35.355Z[ host-image] Jul 08 02:42:34.314 INFO O| Jul 08 02:42:34.314 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-07-08T02:42:35.358Z[ host-image] Jul 08 02:42:34.320 INFO O| Jul 08 02:42:34.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107042026-07-08T02:42:35.359Z[ host-image] Jul 08 02:42:34.320 INFO O| Jul 08 02:42:34.320 INFO STEP 172 (remove_files) COMPLETE
107052026-07-08T02:42:35.359Z[ host-image] Jul 08 02:42:34.320 INFO O| Jul 08 02:42:34.320 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-07-08T02:42:35.364Z[ host-image] Jul 08 02:42:34.325 INFO O| Jul 08 02:42:34.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107072026-07-08T02:42:35.364Z[ host-image] Jul 08 02:42:34.325 INFO O| Jul 08 02:42:34.325 INFO STEP 173 (remove_files) COMPLETE
107082026-07-08T02:42:35.368Z[ host-image] Jul 08 02:42:34.325 INFO O| Jul 08 02:42:34.325 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-07-08T02:42:35.373Z[ host-image] Jul 08 02:42:34.331 INFO O| Jul 08 02:42:34.331 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107102026-07-08T02:42:35.373Z[ host-image] Jul 08 02:42:34.331 INFO O| Jul 08 02:42:34.331 INFO STEP 174 (remove_files) COMPLETE
107112026-07-08T02:42:35.373Z[ host-image] Jul 08 02:42:34.331 INFO O| Jul 08 02:42:34.331 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-07-08T02:42:35.377Z[ host-image] Jul 08 02:42:34.336 INFO O| Jul 08 02:42:34.336 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107132026-07-08T02:42:35.377Z[ host-image] Jul 08 02:42:34.336 INFO O| Jul 08 02:42:34.336 INFO STEP 175 (remove_files) COMPLETE
107142026-07-08T02:42:35.377Z[ host-image] Jul 08 02:42:34.336 INFO O| Jul 08 02:42:34.336 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107152026-07-08T02:42:35.382Z[ host-image] Jul 08 02:42:34.344 INFO O| Jul 08 02:42:34.344 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107162026-07-08T02:42:35.386Z[ host-image] Jul 08 02:42:34.344 INFO O| Jul 08 02:42:34.344 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
107172026-07-08T02:42:37.692Z[ recovery-image] Jul 08 02:42:36.650 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107182026-07-08T02:42:39.740Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling bitflags v1.3.2
107192026-07-08T02:42:39.740Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling bitflags v2.13.0
107202026-07-08T02:42:39.744Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling bit_field v0.10.3
107212026-07-08T02:42:39.744Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling plain v0.2.3
107222026-07-08T02:42:39.744Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling scroll v0.13.0
107232026-07-08T02:42:39.744Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling adler2 v2.0.1
107242026-07-08T02:42:39.745Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling log v0.4.32
107252026-07-08T02:42:39.745Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling static_assertions v1.1.0
107262026-07-08T02:42:39.745Z[ recovery-image] Jul 08 02:42:38.700 INFO E| Compiling bitstruct v0.1.1
107272026-07-08T02:42:39.789Z[ recovery-image] Jul 08 02:42:38.750 INFO E| Compiling raw-cpuid v10.7.0
107282026-07-08T02:42:39.844Z[ recovery-image] Jul 08 02:42:38.795 INFO E| Compiling miniz_oxide v0.9.1
107292026-07-08T02:42:39.904Z[ recovery-image] Jul 08 02:42:38.864 INFO E| Compiling cpio_reader v0.1.2
107302026-07-08T02:42:39.962Z[ recovery-image] Jul 08 02:42:38.923 INFO E| Compiling goblin v0.10.7
107312026-07-08T02:42:41.082Z[ host-image] Jul 08 02:42:40.043 INFO O| Jul 08 02:42:40.043 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
107322026-07-08T02:42:41.082Z[ host-image] Jul 08 02:42:40.043 INFO O| Jul 08 02:42:40.043 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107332026-07-08T02:42:41.094Z[ host-image] Jul 08 02:42:40.055 INFO O| Jul 08 02:42:40.055 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
107342026-07-08T02:42:41.191Z[ host-image] Jul 08 02:42:40.151 INFO O| Jul 08 02:42:40.151 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107352026-07-08T02:42:41.242Z[ host-image] Jul 08 02:42:40.202 INFO O| Jul 08 02:42:40.202 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107362026-07-08T02:42:41.299Z[ host-image] Jul 08 02:42:40.260 INFO O| Jul 08 02:42:40.260 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107372026-07-08T02:42:41.299Z[ host-image] Jul 08 02:42:40.260 INFO O| Jul 08 02:42:40.260 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107382026-07-08T02:42:41.375Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107392026-07-08T02:42:41.375Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO ok!
107402026-07-08T02:42:41.375Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107412026-07-08T02:42:41.375Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO STEP 176 (seed_smf) COMPLETE
107422026-07-08T02:42:41.379Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO steps complete; finalising image!
107432026-07-08T02:42:41.379Z[ host-image] Jul 08 02:42:40.336 INFO O| Jul 08 02:42:40.336 INFO TRIM POOL: TEMPORARY-sled-zfs
107442026-07-08T02:42:41.402Z[ host-image] Jul 08 02:42:40.363 INFO O| Jul 08 02:42:40.363 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Jul 8 02:42:40 2026)
107452026-07-08T02:42:41.616Z[ host-image] Jul 08 02:42:40.577 INFO O| Jul 08 02:42:40.577 INFO temporary pool has 848M used, 48.4M avail, 1.82x compressratio
107462026-07-08T02:42:41.616Z[ host-image] Jul 08 02:42:40.577 INFO O| Jul 08 02:42:40.577 INFO EXPORT POOL: TEMPORARY-sled-zfs
107472026-07-08T02:42:41.961Z[ host-image] Jul 08 02:42:40.921 INFO O| Jul 08 02:42:40.921 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107482026-07-08T02:42:41.961Z[ host-image] Jul 08 02:42:40.921 INFO O| Jul 08 02:42:40.921 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107492026-07-08T02:42:42.613Z[ host-image] Jul 08 02:42:41.573 INFO O| Jul 08 02:42:41.573 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107502026-07-08T02:42:42.613Z[ host-image] Jul 08 02:42:41.573 INFO O| Jul 08 02:42:41.573 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107512026-07-08T02:42:42.616Z[ host-image] Jul 08 02:42:41.573 INFO O| Jul 08 02:42:41.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107522026-07-08T02:42:42.616Z[ host-image] Jul 08 02:42:41.573 INFO O| Jul 08 02:42:41.573 INFO completed processing sled/zfs
107532026-07-08T02:42:42.616Z[ host-image] Jul 08 02:42:41.573 INFO O| Jul 08 02:42:41.573 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107542026-07-08T02:42:42.793Z[ recovery-image] Jul 08 02:42:41.754 INFO E| Finished `release` profile [optimized] target(s) in 20.30s
107552026-07-08T02:42:42.852Z[ recovery-image] Jul 08 02:42:41.772 INFO building ROM for cosmo
107562026-07-08T02:42:42.852Z[ recovery-image] Jul 08 02:42:41.772 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107572026-07-08T02:42:42.885Z[ recovery-image] Jul 08 02:42:41.846 INFO E| Downloading crates ...
107582026-07-08T02:42:42.956Z[ recovery-image] Jul 08 02:42:41.914 INFO E| Downloaded os_pipe v1.2.1
107592026-07-08T02:42:42.961Z[ recovery-image] Jul 08 02:42:41.915 INFO E| Downloaded shared_child v1.0.1
107602026-07-08T02:42:42.961Z[ recovery-image] Jul 08 02:42:41.916 INFO E| Downloaded colorchoice v1.0.3
107612026-07-08T02:42:42.961Z[ recovery-image] Jul 08 02:42:41.919 INFO E| Downloaded is_terminal_polyfill v1.70.1
107622026-07-08T02:42:42.961Z[ recovery-image] Jul 08 02:42:41.920 INFO E| Downloaded toml_edit v0.22.26
107632026-07-08T02:42:42.978Z[ recovery-image] Jul 08 02:42:41.940 INFO E| Downloaded toml_write v0.1.1
107642026-07-08T02:42:42.982Z[ recovery-image] Jul 08 02:42:41.941 INFO E| Downloaded duct v0.13.7
107652026-07-08T02:42:42.982Z[ recovery-image] Jul 08 02:42:41.942 INFO E| Downloaded anstyle-parse v0.2.6
107662026-07-08T02:42:42.982Z[ recovery-image] Jul 08 02:42:41.943 INFO E| Downloaded anstyle v1.0.10
107672026-07-08T02:42:42.985Z[ recovery-image] Jul 08 02:42:41.944 INFO E| Downloaded anstream v0.6.18
107682026-07-08T02:42:42.985Z[ recovery-image] Jul 08 02:42:41.945 INFO E| Downloaded toml_datetime v0.6.9
107692026-07-08T02:42:42.985Z[ recovery-image] Jul 08 02:42:41.945 INFO E| Downloaded clap_lex v0.7.4
107702026-07-08T02:42:42.985Z[ recovery-image] Jul 08 02:42:41.946 INFO E| Downloaded anstyle-query v1.1.2
107712026-07-08T02:42:42.988Z[ recovery-image] Jul 08 02:42:41.947 INFO E| Downloaded serde_spanned v0.6.8
107722026-07-08T02:42:42.989Z[ recovery-image] Jul 08 02:42:41.948 INFO E| Downloaded clap_derive v4.5.32
107732026-07-08T02:42:42.989Z[ recovery-image] Jul 08 02:42:41.949 INFO E| Downloaded clap v4.5.37
107742026-07-08T02:42:42.996Z[ recovery-image] Jul 08 02:42:41.956 INFO E| Downloaded toml v0.8.22
107752026-07-08T02:42:43.012Z[ recovery-image] Jul 08 02:42:41.973 INFO E| Downloaded cc v1.2.20
107762026-07-08T02:42:43.016Z[ recovery-image] Jul 08 02:42:41.975 INFO E| Downloaded winnow v0.7.7
107772026-07-08T02:42:43.019Z[ recovery-image] Jul 08 02:42:41.980 INFO E| Downloaded clap_builder v4.5.37
107782026-07-08T02:42:43.032Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling libc v0.2.172
107792026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling utf8parse v0.2.2
107802026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling shlex v1.3.0
107812026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling is_terminal_polyfill v1.70.1
107822026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling anstyle-query v1.1.2
107832026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling hashbrown v0.15.2
107842026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling equivalent v1.0.2
107852026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling once_cell v1.21.3
107862026-07-08T02:42:43.035Z[ recovery-image] Jul 08 02:42:41.993 INFO E| Compiling anstyle v1.0.10
107872026-07-08T02:42:43.049Z[ recovery-image] Jul 08 02:42:42.010 INFO E| Compiling colorchoice v1.0.3
107882026-07-08T02:42:43.053Z[ recovery-image] Jul 08 02:42:42.010 INFO E| Compiling strsim v0.11.1
107892026-07-08T02:42:43.053Z[ recovery-image] Jul 08 02:42:42.011 INFO E| Compiling clap_lex v0.7.4
107902026-07-08T02:42:43.061Z[ recovery-image] Jul 08 02:42:42.022 INFO E| Compiling winnow v0.7.7
107912026-07-08T02:42:43.064Z[ recovery-image] Jul 08 02:42:42.024 INFO E| Compiling anyhow v1.0.98
107922026-07-08T02:42:43.068Z[ recovery-image] Jul 08 02:42:42.028 INFO E| Compiling toml_write v0.1.1
107932026-07-08T02:42:43.072Z[ recovery-image] Jul 08 02:42:42.032 INFO E| Compiling syn v2.0.101
107942026-07-08T02:42:43.152Z[ recovery-image] Jul 08 02:42:42.112 INFO E| Compiling anstyle-parse v0.2.6
107952026-07-08T02:42:43.188Z[ recovery-image] Jul 08 02:42:42.148 INFO E| Compiling cc v1.2.20
107962026-07-08T02:42:43.284Z[ recovery-image] Jul 08 02:42:42.245 INFO E| Compiling anstream v0.6.18
107972026-07-08T02:42:43.479Z[ recovery-image] Jul 08 02:42:42.439 INFO E| Compiling clap_builder v4.5.37
107982026-07-08T02:42:43.544Z[ recovery-image] Jul 08 02:42:42.505 INFO E| Compiling indexmap v2.9.0
107992026-07-08T02:42:43.671Z[ recovery-image] Jul 08 02:42:42.631 INFO E| Compiling os_pipe v1.2.1
108002026-07-08T02:42:43.671Z[ recovery-image] Jul 08 02:42:42.631 INFO E| Compiling shared_child v1.0.1
108012026-07-08T02:42:43.783Z[ recovery-image] Jul 08 02:42:42.743 INFO E| Compiling duct v0.13.7
108022026-07-08T02:42:44.213Z[ recovery-image] Jul 08 02:42:43.172 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108032026-07-08T02:42:45.039Z[ recovery-image] Jul 08 02:42:44.001 INFO E| Compiling serde_derive v1.0.219
108042026-07-08T02:42:45.040Z[ recovery-image] Jul 08 02:42:44.001 INFO E| Compiling clap_derive v4.5.32
108052026-07-08T02:42:46.259Z[ recovery-image] Jul 08 02:42:45.217 INFO E| Compiling clap v4.5.37
108062026-07-08T02:42:46.835Z[ recovery-image] Jul 08 02:42:45.796 INFO E| Compiling serde v1.0.219
108072026-07-08T02:42:48.494Z[ recovery-image] Jul 08 02:42:47.454 INFO E| Compiling serde_spanned v0.6.8
108082026-07-08T02:42:48.494Z[ recovery-image] Jul 08 02:42:47.454 INFO E| Compiling toml_datetime v0.6.9
108092026-07-08T02:42:48.636Z[ recovery-image] Jul 08 02:42:47.597 INFO E| Compiling toml_edit v0.22.26
108102026-07-08T02:42:49.784Z[ recovery-image] Jul 08 02:42:48.744 INFO E| Compiling toml v0.8.22
108112026-07-08T02:42:51.745Z[ recovery-image] Jul 08 02:42:50.706 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
108122026-07-08T02:42:51.757Z[ recovery-image] Jul 08 02:42:50.718 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`
108132026-07-08T02:42:51.770Z[ recovery-image] Jul 08 02:42:50.731 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108142026-07-08T02:42:51.847Z[ recovery-image] Jul 08 02:42:50.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108152026-07-08T02:42:51.850Z[ recovery-image] Jul 08 02:42:50.811 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`
108162026-07-08T02:42:52.057Z[ recovery-image] Jul 08 02:42:51.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108172026-07-08T02:42:52.058Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108182026-07-08T02:42:52.058Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108192026-07-08T02:42:52.058Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108202026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108212026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108222026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108232026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108242026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108252026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108262026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108272026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108282026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108292026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108302026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108312026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108322026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108332026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108342026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108352026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108362026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108372026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108382026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108392026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108402026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108412026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108422026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108432026-07-08T02:42:52.062Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108442026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108452026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108462026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108472026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108482026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108492026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108502026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108512026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108522026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108532026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108542026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108552026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108562026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108572026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108582026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108592026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108602026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108612026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108622026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108632026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108642026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108652026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108662026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108672026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108682026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108692026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO O| Info: ABL version: 0x100af010
108702026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108712026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108722026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108732026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108742026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108752026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108762026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108772026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108782026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108792026-07-08T02:42:52.063Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108802026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108812026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108822026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108832026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108842026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108852026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108862026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108872026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108882026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108892026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108902026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108912026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108922026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
108932026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
108942026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
108952026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
108962026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
108972026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
108982026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
108992026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109002026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109012026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109022026-07-08T02:42:52.064Z[ recovery-image] Jul 08 02:42:51.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109032026-07-08T02:42:52.095Z[ recovery-image] Jul 08 02:42:51.056 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109042026-07-08T02:42:52.095Z[ recovery-image] Jul 08 02:42:51.056 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109052026-07-08T02:42:52.099Z[ recovery-image] Jul 08 02:42:51.056 INFO building ROM for gimlet
109062026-07-08T02:42:52.099Z[ recovery-image] Jul 08 02:42:51.056 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109072026-07-08T02:42:52.179Z[ recovery-image] Jul 08 02:42:51.140 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109082026-07-08T02:42:52.182Z[ recovery-image] Jul 08 02:42:51.142 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
109092026-07-08T02:42:52.191Z[ recovery-image] Jul 08 02:42:51.153 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109102026-07-08T02:42:52.258Z[ recovery-image] Jul 08 02:42:51.219 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109112026-07-08T02:42:52.261Z[ recovery-image] Jul 08 02:42:51.222 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom`
109122026-07-08T02:42:52.374Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109132026-07-08T02:42:52.374Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109142026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109152026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109162026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109172026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109182026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109192026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109202026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109212026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109222026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109232026-07-08T02:42:52.377Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109242026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109252026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109262026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109272026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.335 INFO O| Info: ABL version: 0x100f5010
109282026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.335 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109292026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109302026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109312026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109322026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109332026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109342026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109352026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109362026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109372026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109382026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109392026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109402026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109412026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109422026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109432026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109442026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109452026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109462026-07-08T02:42:52.378Z[ recovery-image] Jul 08 02:42:51.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109472026-07-08T02:42:52.412Z[ recovery-image] Jul 08 02:42:51.373 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109482026-07-08T02:42:53.711Z[ recovery-image] Jul 08 02:42:52.672 INFO image complete! materials are in "/work/os-recovery"
109492026-07-08T02:42:53.714Z[ recovery-image]
109502026-07-08T02:42:53.714Z[ recovery-image] real 3:57.432477721
109512026-07-08T02:42:53.714Z[ recovery-image] user 2:28.575304779
109522026-07-08T02:42:53.714Z[ recovery-image] sys 36.005031078
109532026-07-08T02:42:53.714Z[ recovery-image] trap 0.070395668
109542026-07-08T02:42:53.714Z[ recovery-image] tflt 0.550411211
109552026-07-08T02:42:53.714Z[ recovery-image] dflt 0.751452318
109562026-07-08T02:42:53.714Z[ recovery-image] kflt 0.000033000
109572026-07-08T02:42:53.714Z[ recovery-image] lock 8:23.859478792
109582026-07-08T02:42:53.715Z[ recovery-image] slp 23:16.729022943
109592026-07-08T02:42:53.715Z[ recovery-image] lat 28.691263022
109602026-07-08T02:42:53.715Z[ recovery-image] stop 7.003596768
109612026-07-08T02:42:53.715ZJul 08 02:42:52.675 INFO [recovery-image] process exited with exit status: 0 (237.4373164s)
109622026-07-08T02:42:56.359Z[ host-image] Jul 08 02:42:55.320 INFO O| Jul 08 02:42:55.320 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109632026-07-08T02:42:56.450Z[ host-image] Jul 08 02:42:55.411 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
109642026-07-08T02:42:56.450Z[ host-image] Jul 08 02:42:55.411 INFO expanded image name: "ci c69cc2c/${os_short_commit} 2026-07-08 02:27" -> "ci c69cc2c/9b09742 2026-07-08 02:27"
109652026-07-08T02:42:56.454Z[ host-image] Jul 08 02:42:55.412 INFO output artefacts stored in: "/work/os-host"
109662026-07-08T02:42:56.454Z[ host-image] Jul 08 02:42:55.412 INFO collecting git info from project "dmar-report"...
109672026-07-08T02:42:56.457Z[ host-image] Jul 08 02:42:55.417 INFO collecting git info from project "pinprick"...
109682026-07-08T02:42:56.460Z[ host-image] Jul 08 02:42:55.420 INFO collecting git info from project "chelsio-t6-roms"...
109692026-07-08T02:42:56.463Z[ host-image] Jul 08 02:42:55.423 INFO collecting git info from project "bootserver"...
109702026-07-08T02:42:56.465Z[ host-image] Jul 08 02:42:55.427 INFO collecting git info from project "amd-host-image-builder"...
109712026-07-08T02:42:56.469Z[ host-image] Jul 08 02:42:55.430 INFO collecting git info from project "image-builder"...
109722026-07-08T02:42:56.472Z[ host-image] Jul 08 02:42:55.433 INFO collecting git info from project "phbl"...
109732026-07-08T02:42:56.475Z[ host-image] Jul 08 02:42:55.436 INFO collecting git info from project "pilot"...
109742026-07-08T02:42:56.478Z[ host-image] Jul 08 02:42:55.440 INFO collecting git info from project "amd-firmware"...
109752026-07-08T02:42:56.487Z[ host-image] Jul 08 02:42:55.449 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109762026-07-08T02:42:56.771Z[ host-image] Jul 08 02:42:55.732 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109772026-07-08T02:42:57.034Z[ host-image] Jul 08 02:42:55.995 INFO creating Oxide boot image...
109782026-07-08T02:42:57.034Z[ host-image] Jul 08 02:42:55.995 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c69cc2c/9b09742 2026-07-08 02:27", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109792026-07-08T02:42:57.712Z[ host-image] Jul 08 02:42:56.674 INFO O| ok, image written!
109802026-07-08T02:42:57.713Z[ host-image] Jul 08 02:42:56.674 INFO O| ok, boot_image_csum file written!
109812026-07-08T02:42:57.715Z[ host-image] Jul 08 02:42:56.676 INFO creating boot archive (CPIO)...
109822026-07-08T02:42:57.716Z[ host-image] Jul 08 02:42:56.676 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
109832026-07-08T02:42:57.718Z[ host-image] Jul 08 02:42:56.679 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109842026-07-08T02:42:57.718Z[ host-image] Jul 08 02:42:56.679 INFO E| + outfile=/work/os-host/cpio
109852026-07-08T02:42:57.718Z[ host-image] Jul 08 02:42:56.679 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109862026-07-08T02:42:57.721Z[ host-image] Jul 08 02:42:56.681 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109872026-07-08T02:42:57.721Z[ host-image] Jul 08 02:42:56.681 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109882026-07-08T02:42:57.746Z[ host-image] Jul 08 02:42:56.707 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109892026-07-08T02:42:57.746Z[ host-image] Jul 08 02:42:56.707 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109902026-07-08T02:42:57.751Z[ host-image] Jul 08 02:42:56.712 INFO creating compressed cpio/unix for dev loaders...
109912026-07-08T02:42:57.753Z[ host-image] Jul 08 02:42:56.712 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
109922026-07-08T02:42:57.974Z[ host-image] Jul 08 02:42:56.935 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109932026-07-08T02:43:01.210Z[ host-image] Jul 08 02:43:00.171 INFO creating reset image...
109942026-07-08T02:43:01.210Z[ host-image] Jul 08 02:43:00.171 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")
109952026-07-08T02:43:01.502Z[ host-image] Jul 08 02:43:00.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109962026-07-08T02:43:01.511Z[ host-image] Jul 08 02:43:00.238 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109972026-07-08T02:43:01.530Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
109982026-07-08T02:43:01.530Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
109992026-07-08T02:43:01.530Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling proc-macro2 v1.0.106
110002026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling unicode-ident v1.0.24
110012026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling quote v1.0.45
110022026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling syn v1.0.109
110032026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling x86 v0.52.0
110042026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110052026-07-08T02:43:01.533Z[ host-image] Jul 08 02:43:00.491 INFO E| Compiling seq-macro v0.3.6
110062026-07-08T02:43:02.439Z[ host-image] Jul 08 02:43:01.400 INFO E| Compiling syn v2.0.117
110072026-07-08T02:43:03.732Z[ host-image] Jul 08 02:43:02.693 INFO E| Compiling scroll_derive v0.13.1
110082026-07-08T02:43:04.676Z[ host-image] Jul 08 02:43:03.637 INFO E| Compiling bitstruct_derive v0.1.0
110092026-07-08T02:43:13.706Z[ host-image] Jul 08 02:43:12.667 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
110102026-07-08T02:43:15.792Z[ host-image] Jul 08 02:43:14.753 INFO E| Compiling bitflags v1.3.2
110112026-07-08T02:43:15.792Z[ host-image] Jul 08 02:43:14.753 INFO E| Compiling plain v0.2.3
110122026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.753 INFO E| Compiling scroll v0.13.0
110132026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.753 INFO E| Compiling adler2 v2.0.1
110142026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.753 INFO E| Compiling bit_field v0.10.3
110152026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.754 INFO E| Compiling bitflags v2.13.0
110162026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.754 INFO E| Compiling log v0.4.32
110172026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.754 INFO E| Compiling bitstruct v0.1.1
110182026-07-08T02:43:15.796Z[ host-image] Jul 08 02:43:14.754 INFO E| Compiling static_assertions v1.1.0
110192026-07-08T02:43:15.844Z[ host-image] Jul 08 02:43:14.805 INFO E| Compiling raw-cpuid v10.7.0
110202026-07-08T02:43:15.903Z[ host-image] Jul 08 02:43:14.861 INFO E| Compiling miniz_oxide v0.9.1
110212026-07-08T02:43:15.950Z[ host-image] Jul 08 02:43:14.911 INFO E| Compiling cpio_reader v0.1.2
110222026-07-08T02:43:16.018Z[ host-image] Jul 08 02:43:14.979 INFO E| Compiling goblin v0.10.7
110232026-07-08T02:43:18.776Z[ host-image] Jul 08 02:43:17.737 INFO E| Finished `release` profile [optimized] target(s) in 17.49s
110242026-07-08T02:43:18.788Z[ host-image] Jul 08 02:43:17.749 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110252026-07-08T02:43:18.788Z[ host-image] Jul 08 02:43:17.749 INFO building ROM for gimlet
110262026-07-08T02:43:18.791Z[ host-image] Jul 08 02:43:17.749 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110272026-07-08T02:43:18.876Z[ host-image] Jul 08 02:43:17.837 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110282026-07-08T02:43:18.879Z[ host-image] Jul 08 02:43:17.839 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110292026-07-08T02:43:18.890Z[ host-image] Jul 08 02:43:17.852 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110302026-07-08T02:43:18.955Z[ host-image] Jul 08 02:43:17.916 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110312026-07-08T02:43:18.957Z[ host-image] Jul 08 02:43:17.918 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom`
110322026-07-08T02:43:19.067Z[ host-image] Jul 08 02:43:18.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110332026-07-08T02:43:19.068Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110342026-07-08T02:43:19.068Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110352026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110362026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110372026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110382026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110392026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110402026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110412026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110422026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110432026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110442026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110452026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110462026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110472026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO O| Info: ABL version: 0x100f5010
110482026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110492026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110502026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110512026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110522026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110532026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110542026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110552026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110562026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110572026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110582026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110592026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110602026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110612026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110622026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110632026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110642026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110652026-07-08T02:43:19.071Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110662026-07-08T02:43:19.072Z[ host-image] Jul 08 02:43:18.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110672026-07-08T02:43:19.100Z[ host-image] Jul 08 02:43:18.061 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110682026-07-08T02:43:19.103Z[ host-image] Jul 08 02:43:18.061 INFO building ROM for cosmo
110692026-07-08T02:43:19.103Z[ host-image] Jul 08 02:43:18.061 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")
110702026-07-08T02:43:19.189Z[ host-image] Jul 08 02:43:18.150 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110712026-07-08T02:43:19.192Z[ host-image] Jul 08 02:43:18.153 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`
110722026-07-08T02:43:19.203Z[ host-image] Jul 08 02:43:18.164 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110732026-07-08T02:43:19.268Z[ host-image] Jul 08 02:43:18.229 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110742026-07-08T02:43:19.271Z[ host-image] Jul 08 02:43:18.233 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`
110752026-07-08T02:43:19.473Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110762026-07-08T02:43:19.473Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110772026-07-08T02:43:19.473Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110782026-07-08T02:43:19.473Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110792026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110802026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110812026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110822026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110832026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110842026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110852026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110862026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110872026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110882026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110892026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110902026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110912026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110922026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110932026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110942026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110952026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110962026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110972026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110982026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110992026-07-08T02:43:19.477Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111002026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111012026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111022026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111032026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111042026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111052026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111062026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111072026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111082026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111092026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111102026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111112026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111122026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111132026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111142026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111152026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111162026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111172026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111182026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111192026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111202026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111212026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111222026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111232026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111242026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111252026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111262026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111272026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111282026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO O| Info: ABL version: 0x100af010
111292026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111302026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111312026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111322026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111332026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111342026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111352026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111362026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111372026-07-08T02:43:19.478Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111382026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111392026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111402026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111412026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111422026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111432026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111442026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111452026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111462026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111472026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111482026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111492026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111502026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111512026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111522026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111532026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111542026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111552026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111562026-07-08T02:43:19.479Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111572026-07-08T02:43:19.482Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111582026-07-08T02:43:19.482Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111592026-07-08T02:43:19.482Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111602026-07-08T02:43:19.482Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111612026-07-08T02:43:19.482Z[ host-image] Jul 08 02:43:18.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111622026-07-08T02:43:19.506Z[ host-image] Jul 08 02:43:18.468 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111632026-07-08T02:43:28.824Z[ host-image] Jul 08 02:43:27.784 INFO image complete! materials are in "/work/os-host"
111642026-07-08T02:43:28.827Z[ host-image]
111652026-07-08T02:43:28.827Z[ host-image] real 5:01.535209232
111662026-07-08T02:43:28.827Z[ host-image] user 2:27.603063350
111672026-07-08T02:43:28.827Z[ host-image] sys 33.649759561
111682026-07-08T02:43:28.827Z[ host-image] trap 0.066057239
111692026-07-08T02:43:28.827Z[ host-image] tflt 0.307671225
111702026-07-08T02:43:28.827Z[ host-image] dflt 0.227278520
111712026-07-08T02:43:28.827Z[ host-image] kflt 0.000035290
111722026-07-08T02:43:28.827Z[ host-image] lock 6:06.018812461
111732026-07-08T02:43:28.827Z[ host-image] slp 29:10.159818694
111742026-07-08T02:43:28.827Z[ host-image] lat 20.926632978
111752026-07-08T02:43:28.828Z[ host-image] stop 1.584148431
111762026-07-08T02:43:28.828ZJul 08 02:43:27.788 INFO [host-image] process exited with exit status: 0 (301.540688862s)
111772026-07-08T02:43:28.828ZJul 08 02:43:27.788 INFO [tuf-repo] running task
111782026-07-08T02:43:47.405ZJul 08 02:43:46.366 INFO assembling repository in `/tmp/tufaceousbs8iZb`, component: OmicronRepoAssembler
111792026-07-08T02:43:52.287ZJul 08 02:43:51.248 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111802026-07-08T02:43:52.538ZJul 08 02:43:51.499 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111812026-07-08T02:44:02.159ZJul 08 02:44:01.120 INFO extracting uploaded archive to /tmp/.tmpfm2aRD
111822026-07-08T02:44:03.985ZJul 08 02:44:02.946 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.sJXtgn
111832026-07-08T02:44:04.038ZJul 08 02:44:02.999 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111842026-07-08T02:44:04.137ZJul 08 02:44:03.098 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111852026-07-08T02:44:04.222ZJul 08 02:44:03.183 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
111862026-07-08T02:44:04.295ZJul 08 02:44:03.256 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
111872026-07-08T02:44:04.379ZJul 08 02:44:03.340 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
111882026-07-08T02:44:04.458ZJul 08 02:44:03.419 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
111892026-07-08T02:44:04.545ZJul 08 02:44:03.506 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
111902026-07-08T02:44:04.624ZJul 08 02:44:03.585 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111912026-07-08T02:44:04.624ZJul 08 02:44:03.585 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111922026-07-08T02:44:04.670ZJul 08 02:44:03.631 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111932026-07-08T02:44:04.670ZJul 08 02:44:03.631 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111942026-07-08T02:44:04.713ZJul 08 02:44:03.674 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111952026-07-08T02:44:04.713ZJul 08 02:44:03.674 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111962026-07-08T02:44:04.761ZJul 08 02:44:03.722 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111972026-07-08T02:44:04.761ZJul 08 02:44:03.722 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
111982026-07-08T02:44:04.809ZJul 08 02:44:03.770 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111992026-07-08T02:44:04.813ZJul 08 02:44:03.770 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112002026-07-08T02:44:04.852ZJul 08 02:44:03.813 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112012026-07-08T02:44:04.855ZJul 08 02:44:03.813 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112022026-07-08T02:44:04.897ZJul 08 02:44:03.858 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112032026-07-08T02:44:04.900ZJul 08 02:44:03.858 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112042026-07-08T02:44:04.900ZJul 08 02:44:03.858 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112052026-07-08T02:44:04.900ZJul 08 02:44:03.859 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112062026-07-08T02:44:04.900ZJul 08 02:44:03.859 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112072026-07-08T02:44:04.900ZJul 08 02:44:03.860 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112082026-07-08T02:44:04.900ZJul 08 02:44:03.860 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112092026-07-08T02:44:10.220ZJul 08 02:44:09.181 INFO added artifact, length: 33554432, hash: 554d55d51c4cbd37d4006afe3c4eeddd8dad9af20e519f43448d765b9f9c4554, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: gimlet_host_phase_1, name: host
112102026-07-08T02:44:10.220ZJul 08 02:44:09.181 INFO added artifact, length: 33554432, hash: 84469d3b1d5cd6b1b17278cd048249fc0c007930bd471ebebda64c4c5a1bd3fd, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: cosmo_host_phase_1, name: host
112112026-07-08T02:44:10.223ZJul 08 02:44:09.181 INFO added artifact, length: 1101008896, hash: 2b80a3d6e4661ae4fc933240e4521a39fd9dcbf09387c457ea822d38eabfdf04, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: host_phase_2, name: host
112122026-07-08T02:44:11.148ZJul 08 02:44:10.109 INFO added artifact, length: 33554432, hash: a96646a27b3dc1d1789ec9f9e175986176a1f1ffb99d8cdc1ba6e5b2d6a29419, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: gimlet_trampoline_phase_1, name: trampoline
112132026-07-08T02:44:11.148ZJul 08 02:44:10.109 INFO added artifact, length: 33554432, hash: f657467bce080d8f5a40aa239d94f1bf0c402aa44680439f28cd0f9b68e70e47, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: cosmo_trampoline_phase_1, name: trampoline
112142026-07-08T02:44:11.148ZJul 08 02:44:10.109 INFO added artifact, length: 164681840, hash: 9a08c1b2a3e45f62f8fba20628407868912a61184f24f738fd9ceaf4e45b1995, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: trampoline_phase_2, name: trampoline
112152026-07-08T02:44:12.853ZJul 08 02:44:11.815 INFO added artifact, length: 304333079, hash: f32c1e551fcf3a934ac84c3e2e86fa147e3cef4fcfc18ffc1c6e1ae1395b6837, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: clickhouse_keeper
112162026-07-08T02:44:14.625ZJul 08 02:44:13.586 INFO added artifact, length: 318184088, hash: 13b81f6d319c20469ec3311bd482ad15eb36b3dcc7b43f25829521bb096eff9b, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: clickhouse_server
112172026-07-08T02:44:16.474ZJul 08 02:44:15.435 INFO added artifact, length: 318186967, hash: be39dbd7f75821a41b09f9a91717133c703cd09702659f291ece7f416f8e478d, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: clickhouse
112182026-07-08T02:44:17.437ZJul 08 02:44:16.398 INFO added artifact, length: 165619985, hash: 975d74d721b73b51560af035d6259e9f752db42c4f732a3dc85c6d7f5564d49c, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: cockroachdb
112192026-07-08T02:44:17.642ZJul 08 02:44:16.603 INFO added artifact, length: 40049551, hash: b1f94674b49983fd071d4cbb0962d6408dbe313b041cbb253564829bb5b48262, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: crucible-pantry-zone
112202026-07-08T02:44:17.951ZJul 08 02:44:16.911 INFO added artifact, length: 55097855, hash: b8ab9dfa98da4aa44b1389f4e408f1db8eefe767f38a198f21dedb7abaec2b15, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: crucible-zone
112212026-07-08T02:44:18.223ZJul 08 02:44:17.183 INFO added artifact, length: 47918185, hash: 003ebbb8384dd6a39963542741da82fe4ce28de123f235aa6f3c9e923ece60f0, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: external-dns
112222026-07-08T02:44:18.477ZJul 08 02:44:17.438 INFO added artifact, length: 47917782, hash: 103267b002b7dadc3070ca3dcbe4b7cdfbcf40378a39664f45312984b9e560ee, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: internal-dns
112232026-07-08T02:44:20.056ZJul 08 02:44:19.017 INFO added artifact, length: 281346113, hash: bc970a8a16ef33639c22644ab1ec34804f2ed5492fa2b81985ad2aba62b6dfd7, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: nexus
112242026-07-08T02:44:20.229ZJul 08 02:44:19.189 INFO added artifact, length: 30629682, hash: e5831ce1aa1f0c556ae1cc554992580caabb28c2bc16541ac7076c9f417ec089, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: ntp
112252026-07-08T02:44:20.588ZJul 08 02:44:19.549 INFO added artifact, length: 63631712, hash: e172e224c89c005a52115cc100d66dd7bd8e7001e5ce1d9f3c38198ed82e7676, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: oximeter
112262026-07-08T02:44:20.603ZJul 08 02:44:19.564 INFO added artifact, length: 3109592, hash: 2fb2a51abe9735318aa1214483e5c6489e178d86f9fdd68b40abd6942a36c120, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: zone, name: probe
112272026-07-08T02:44:20.606ZJul 08 02:44:19.564 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112282026-07-08T02:44:20.606ZJul 08 02:44:19.564 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112292026-07-08T02:44:20.606ZJul 08 02:44:19.564 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112302026-07-08T02:44:20.627ZJul 08 02:44:19.588 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112312026-07-08T02:44:20.653ZJul 08 02:44:19.613 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112322026-07-08T02:44:20.686ZJul 08 02:44:19.646 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112332026-07-08T02:44:20.736ZJul 08 02:44:19.697 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112342026-07-08T02:44:20.736ZJul 08 02:44:19.697 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112352026-07-08T02:44:20.786ZJul 08 02:44:19.747 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112362026-07-08T02:44:20.786ZJul 08 02:44:19.747 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112372026-07-08T02:44:20.836ZJul 08 02:44:19.797 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112382026-07-08T02:44:20.836ZJul 08 02:44:19.797 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112392026-07-08T02:44:20.887ZJul 08 02:44:19.849 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112402026-07-08T02:44:20.891ZJul 08 02:44:19.849 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112412026-07-08T02:44:20.891ZJul 08 02:44:19.850 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112422026-07-08T02:44:20.891ZJul 08 02:44:19.850 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112432026-07-08T02:44:20.891ZJul 08 02:44:19.851 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112442026-07-08T02:44:20.936ZJul 08 02:44:19.897 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112452026-07-08T02:44:21.034ZJul 08 02:44:19.995 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112462026-07-08T02:44:21.117ZJul 08 02:44:20.078 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112472026-07-08T02:44:21.195ZJul 08 02:44:20.156 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112482026-07-08T02:44:21.196ZJul 08 02:44:20.156 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112492026-07-08T02:44:21.250ZJul 08 02:44:20.211 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112502026-07-08T02:44:21.253ZJul 08 02:44:20.212 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112512026-07-08T02:44:21.299ZJul 08 02:44:20.260 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112522026-07-08T02:44:21.302ZJul 08 02:44:20.260 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112532026-07-08T02:44:21.348ZJul 08 02:44:20.308 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112542026-07-08T02:44:21.348ZJul 08 02:44:20.308 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112552026-07-08T02:44:21.351ZJul 08 02:44:20.309 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112562026-07-08T02:44:21.351ZJul 08 02:44:20.310 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112572026-07-08T02:44:21.351ZJul 08 02:44:20.310 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112582026-07-08T02:44:21.351ZJul 08 02:44:20.311 INFO added artifact, length: 924, hash: 03f65fe3fffd27367bb1ba45aa79e91c6dc5a0c79fbb02e939511bd992606325, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: installinator_document, name: installinator_document
112592026-07-08T02:44:21.858ZJul 08 02:44:20.819 INFO extracting uploaded archive to /tmp/.tmpizrlGN
112602026-07-08T02:44:23.665ZJul 08 02:44:22.626 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.rvIk9m
112612026-07-08T02:44:23.725ZJul 08 02:44:22.686 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112622026-07-08T02:44:23.810ZJul 08 02:44:22.770 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112632026-07-08T02:44:23.914ZJul 08 02:44:22.875 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112642026-07-08T02:44:23.991ZJul 08 02:44:22.952 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112652026-07-08T02:44:24.058ZJul 08 02:44:23.018 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112662026-07-08T02:44:24.139ZJul 08 02:44:23.100 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112672026-07-08T02:44:24.215ZJul 08 02:44:23.176 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112682026-07-08T02:44:24.303ZJul 08 02:44:23.263 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112692026-07-08T02:44:24.303ZJul 08 02:44:23.263 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112702026-07-08T02:44:24.341ZJul 08 02:44:23.302 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112712026-07-08T02:44:24.344ZJul 08 02:44:23.302 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112722026-07-08T02:44:24.385ZJul 08 02:44:23.346 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112732026-07-08T02:44:24.385ZJul 08 02:44:23.346 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112742026-07-08T02:44:24.434ZJul 08 02:44:23.395 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112752026-07-08T02:44:24.437ZJul 08 02:44:23.395 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112762026-07-08T02:44:24.483ZJul 08 02:44:23.444 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112772026-07-08T02:44:24.483ZJul 08 02:44:23.444 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112782026-07-08T02:44:24.530ZJul 08 02:44:23.491 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112792026-07-08T02:44:24.530ZJul 08 02:44:23.491 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112802026-07-08T02:44:24.580ZJul 08 02:44:23.542 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112812026-07-08T02:44:24.584ZJul 08 02:44:23.542 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112822026-07-08T02:44:24.584ZJul 08 02:44:23.542 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112832026-07-08T02:44:24.584ZJul 08 02:44:23.543 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112842026-07-08T02:44:24.584ZJul 08 02:44:23.544 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112852026-07-08T02:44:24.584ZJul 08 02:44:23.544 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112862026-07-08T02:44:24.587ZJul 08 02:44:23.545 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112872026-07-08T02:44:29.903ZJul 08 02:44:28.863 INFO added artifact, length: 33554432, hash: 554d55d51c4cbd37d4006afe3c4eeddd8dad9af20e519f43448d765b9f9c4554, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: gimlet_host_phase_1, name: host
112882026-07-08T02:44:29.903ZJul 08 02:44:28.863 INFO added artifact, length: 33554432, hash: 84469d3b1d5cd6b1b17278cd048249fc0c007930bd471ebebda64c4c5a1bd3fd, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: cosmo_host_phase_1, name: host
112892026-07-08T02:44:29.906ZJul 08 02:44:28.864 INFO added artifact, length: 1101008896, hash: 2b80a3d6e4661ae4fc933240e4521a39fd9dcbf09387c457ea822d38eabfdf04, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: host_phase_2, name: host
112902026-07-08T02:44:30.800ZJul 08 02:44:29.761 INFO added artifact, length: 33554432, hash: a96646a27b3dc1d1789ec9f9e175986176a1f1ffb99d8cdc1ba6e5b2d6a29419, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: gimlet_trampoline_phase_1, name: trampoline
112912026-07-08T02:44:30.800ZJul 08 02:44:29.761 INFO added artifact, length: 33554432, hash: f657467bce080d8f5a40aa239d94f1bf0c402aa44680439f28cd0f9b68e70e47, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: cosmo_trampoline_phase_1, name: trampoline
112922026-07-08T02:44:30.800ZJul 08 02:44:29.761 INFO added artifact, length: 164681840, hash: 9a08c1b2a3e45f62f8fba20628407868912a61184f24f738fd9ceaf4e45b1995, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: trampoline_phase_2, name: trampoline
112932026-07-08T02:44:36.337ZJul 08 02:44:35.297 INFO added artifact, length: 1734500825, hash: 26de45740d4d867b3bdddf413395a3a5d0e2551c65c6e381df0a334b44bfb59a, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: control_plane, name: control-plane
112942026-07-08T02:44:36.340ZJul 08 02:44:35.297 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112952026-07-08T02:44:36.340ZJul 08 02:44:35.297 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112962026-07-08T02:44:36.340ZJul 08 02:44:35.297 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112972026-07-08T02:44:36.361ZJul 08 02:44:35.322 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112982026-07-08T02:44:36.385ZJul 08 02:44:35.346 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112992026-07-08T02:44:36.410ZJul 08 02:44:35.371 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113002026-07-08T02:44:36.450ZJul 08 02:44:35.410 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113012026-07-08T02:44:36.450ZJul 08 02:44:35.411 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113022026-07-08T02:44:36.492ZJul 08 02:44:35.452 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113032026-07-08T02:44:36.497ZJul 08 02:44:35.452 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113042026-07-08T02:44:36.530ZJul 08 02:44:35.491 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113052026-07-08T02:44:36.530ZJul 08 02:44:35.491 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113062026-07-08T02:44:36.578ZJul 08 02:44:35.539 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113072026-07-08T02:44:36.578ZJul 08 02:44:35.539 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113082026-07-08T02:44:36.582ZJul 08 02:44:35.539 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113092026-07-08T02:44:36.582ZJul 08 02:44:35.540 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113102026-07-08T02:44:36.582ZJul 08 02:44:35.541 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113112026-07-08T02:44:36.627ZJul 08 02:44:35.587 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113122026-07-08T02:44:36.722ZJul 08 02:44:35.683 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113132026-07-08T02:44:36.809ZJul 08 02:44:35.769 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113142026-07-08T02:44:36.901ZJul 08 02:44:35.861 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113152026-07-08T02:44:36.901ZJul 08 02:44:35.861 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113162026-07-08T02:44:36.953ZJul 08 02:44:35.913 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113172026-07-08T02:44:36.953ZJul 08 02:44:35.913 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113182026-07-08T02:44:37.002ZJul 08 02:44:35.962 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113192026-07-08T02:44:37.002ZJul 08 02:44:35.962 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113202026-07-08T02:44:37.049ZJul 08 02:44:36.010 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113212026-07-08T02:44:37.049ZJul 08 02:44:36.010 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113222026-07-08T02:44:37.052ZJul 08 02:44:36.010 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113232026-07-08T02:44:37.052ZJul 08 02:44:36.011 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113242026-07-08T02:44:37.052ZJul 08 02:44:36.011 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113252026-07-08T02:44:37.052ZJul 08 02:44:36.012 INFO added artifact, length: 924, hash: 03f65fe3fffd27367bb1ba45aa79e91c6dc5a0c79fbb02e939511bd992606325, version: 21.0.0-0.ci+gitc69cc2c72a2, kind: installinator_document, name: installinator_document
113262026-07-08T02:44:37.696ZJul 08 02:44:36.657 INFO [tuf-repo] task succeeded (68.868659482s)
113272026-07-08T02:45:24.676Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s
113282026-07-08T02:45:26.449ZJul 08 02:45:25.410 INFO [verify-libraries] process exited with exit status: 0 (390.424669044s)
113292026-07-08T02:45:26.450ZJul 08 02:45:25.410 INFO all jobs completed in 1099.077287902s
113302026-07-08T02:45:27.453Zprocess exited: duration 1304330 ms, exit code 0
 
113312026-07-08T02:45:27.462Zfound 41 output files
113322026-07-08T02:45:27.463Zuploading: /work/manifest.toml (17334 bytes)
113332026-07-08T02:45:28.482Zuploaded: /work/manifest.toml
113342026-07-08T02:45:28.482Zuploading: /work/repo.zip (3037859409 bytes)
113352026-07-08T02:46:09.138Zuploaded: /work/repo.zip
113362026-07-08T02:46:09.138Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113372026-07-08T02:46:10.156Zuploaded: /work/repo.zip.sha256.txt
113382026-07-08T02:46:10.157Zuploading: /work/helios.json (647 bytes)
113392026-07-08T02:46:11.167Zuploaded: /work/helios.json
113402026-07-08T02:46:11.168Zuploading: /work/incorporation.p5m (113332 bytes)
113412026-07-08T02:46:12.184Zuploaded: /work/incorporation.p5m
113422026-07-08T02:46:12.184Zuploading: /work/incorporation.p5p (133120 bytes)
113432026-07-08T02:46:13.198Zuploaded: /work/incorporation.p5p
113442026-07-08T02:46:13.198Zuploading: /work/helios-incorp.log (522 bytes)
113452026-07-08T02:46:14.207Zuploaded: /work/helios-incorp.log
113462026-07-08T02:46:14.207Zuploading: /work/helios-setup.log (56828 bytes)
113472026-07-08T02:46:15.221Zuploaded: /work/helios-setup.log
113482026-07-08T02:46:15.221Zuploading: /work/host-image.log (235092 bytes)
113492026-07-08T02:46:16.235Zuploaded: /work/host-image.log
113502026-07-08T02:46:16.235Zuploading: /work/host-package.log (32820 bytes)
113512026-07-08T02:46:17.248Zuploaded: /work/host-package.log
113522026-07-08T02:46:17.248Zuploading: /work/host-target.log (101 bytes)
113532026-07-08T02:46:18.257Zuploaded: /work/host-target.log
113542026-07-08T02:46:18.258Zuploading: /work/incorp-create.log (0 bytes)
113552026-07-08T02:46:19.266Zuploaded: /work/incorp-create.log
113562026-07-08T02:46:19.266Zuploading: /work/incorp-fmt.log (0 bytes)
113572026-07-08T02:46:20.273Zuploaded: /work/incorp-fmt.log
113582026-07-08T02:46:20.273Zuploading: /work/incorp-pkgsend.log (108 bytes)
113592026-07-08T02:46:21.288Zuploaded: /work/incorp-pkgsend.log
113602026-07-08T02:46:21.288Zuploading: /work/incorp-publisher.log (0 bytes)
113612026-07-08T02:46:22.297Zuploaded: /work/incorp-publisher.log
113622026-07-08T02:46:22.297Zuploading: /work/omicron-package.log (7839 bytes)
113632026-07-08T02:46:23.308Zuploaded: /work/omicron-package.log
113642026-07-08T02:46:23.308Zuploading: /work/recovery-image.log (593380 bytes)
113652026-07-08T02:46:24.328Zuploaded: /work/recovery-image.log
113662026-07-08T02:46:24.328Zuploading: /work/recovery-package.log (2545 bytes)
113672026-07-08T02:46:25.341Zuploaded: /work/recovery-package.log
113682026-07-08T02:46:25.344Zuploading: /work/recovery-target.log (98 bytes)
113692026-07-08T02:46:26.353Zuploaded: /work/recovery-target.log
113702026-07-08T02:46:26.356Zuploading: /work/stamp-clickhouse.log (117 bytes)
113712026-07-08T02:46:27.363Zuploaded: /work/stamp-clickhouse.log
113722026-07-08T02:46:27.363Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113732026-07-08T02:46:28.372Zuploaded: /work/stamp-clickhouse_keeper.log
113742026-07-08T02:46:28.376Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113752026-07-08T02:46:29.384Zuploaded: /work/stamp-clickhouse_server.log
113762026-07-08T02:46:29.384Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113772026-07-08T02:46:30.394Zuploaded: /work/stamp-cockroachdb.log
113782026-07-08T02:46:30.394Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113792026-07-08T02:46:31.403Zuploaded: /work/stamp-crucible-pantry-zone.log
113802026-07-08T02:46:31.403Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113812026-07-08T02:46:32.413Zuploaded: /work/stamp-crucible-utils.log
113822026-07-08T02:46:32.416Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113832026-07-08T02:46:33.425Zuploaded: /work/stamp-crucible-zone.log
113842026-07-08T02:46:33.428Zuploading: /work/stamp-external-dns.log (119 bytes)
113852026-07-08T02:46:34.435Zuploaded: /work/stamp-external-dns.log
113862026-07-08T02:46:34.435Zuploading: /work/stamp-installinator.log (103 bytes)
113872026-07-08T02:46:35.446Zuploaded: /work/stamp-installinator.log
113882026-07-08T02:46:35.449Zuploading: /work/stamp-internal-dns.log (119 bytes)
113892026-07-08T02:46:36.458Zuploaded: /work/stamp-internal-dns.log
113902026-07-08T02:46:36.458Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113912026-07-08T02:46:37.468Zuploaded: /work/stamp-mg-ddm-gz.log
113922026-07-08T02:46:37.469Zuploading: /work/stamp-nexus.log (112 bytes)
113932026-07-08T02:46:38.483Zuploaded: /work/stamp-nexus.log
113942026-07-08T02:46:38.483Zuploading: /work/stamp-ntp.log (110 bytes)
113952026-07-08T02:46:39.493Zuploaded: /work/stamp-ntp.log
113962026-07-08T02:46:39.494Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113972026-07-08T02:46:40.504Zuploaded: /work/stamp-omicron-sled-agent.log
113982026-07-08T02:46:40.504Zuploading: /work/stamp-overlay.log (114 bytes)
113992026-07-08T02:46:41.514Zuploaded: /work/stamp-overlay.log
114002026-07-08T02:46:41.514Zuploading: /work/stamp-oximeter.log (115 bytes)
114012026-07-08T02:46:42.524Zuploaded: /work/stamp-oximeter.log
114022026-07-08T02:46:42.524Zuploading: /work/stamp-oxlog.log (109 bytes)
114032026-07-08T02:46:43.533Zuploaded: /work/stamp-oxlog.log
114042026-07-08T02:46:43.534Zuploading: /work/stamp-probe.log (112 bytes)
114052026-07-08T02:46:44.542Zuploaded: /work/stamp-probe.log
114062026-07-08T02:46:44.542Zuploading: /work/stamp-propolis-server.log (122 bytes)
114072026-07-08T02:46:45.552Zuploaded: /work/stamp-propolis-server.log
114082026-07-08T02:46:45.552Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114092026-07-08T02:46:46.562Zuploaded: /work/stamp-pumpkind-gz.log
114102026-07-08T02:46:46.562Zuploading: /work/stamp-switch-asic.log (118 bytes)
114112026-07-08T02:46:47.575Zuploaded: /work/stamp-switch-asic.log
114122026-07-08T02:46:47.575Zuploading: /work/verify-libraries.log (50323 bytes)
114132026-07-08T02:46:48.588Zuploaded: /work/verify-libraries.log