01KVKQ4P2S6ZTZJ610PNBW3GHJ: 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: 01KVKQ5CRGDMHR6WEWWV9VEBW0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T23:53:29.188Zjob assigned to worker 01KVKQ5WVAP5H5XJPY32M4SRHA [factory aws, i-0646613dd6aba77a9] (queued for 1 m 34 s)
 
22026-06-20T23:53:36.408Zstarting task 0: "setup"
32026-06-20T23:53:36.412Z++ uname -s
42026-06-20T23:53:36.412Z+ kern=SunOS
52026-06-20T23:53:36.412Z+ build_user=build
62026-06-20T23:53:36.412Z+ build_uid=12345
72026-06-20T23:53:36.412Z+ work_dir=/work
82026-06-20T23:53:36.412Z+ input_dir=/input
92026-06-20T23:53:36.412Z+ [[ 0 == 12345 ]]
102026-06-20T23:53:36.412Z+ case "$kern" in
112026-06-20T23:53:36.412Z+ groupadd -g 12345 build
122026-06-20T23:53:36.415Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T23:53:38.423Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T23:53:38.475Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T23:53:38.480Z+ home_fs=zfs
162026-06-20T23:53:38.480Z+ [[ zfs == autofs ]]
172026-06-20T23:53:38.480Z+ mkdir -p /home/build
182026-06-20T23:53:38.483Z+ chown build:build /home/build /work
192026-06-20T23:53:39.482Z+ chmod 0700 /home/build /work
202026-06-20T23:53:39.485Zprocess exited: duration 3081 ms, exit code 0
 
212026-06-20T23:53:39.494Zstarting task 1: "rust-toolchain"
222026-06-20T23:53:39.501Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T23:53:39.501Z * rust toolchain channel = "1.94.0"
242026-06-20T23:53:39.501Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-20T23:53:39.501Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-20T23:53:39.501Z * rust toolchain profile = "default"
272026-06-20T23:53:39.501Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T23:53:39.505Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T23:53:39.505Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T23:53:39.612Zinfo: downloading installer
312026-06-20T23:53:41.037Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T23:53:41.038Zwarn: /home/build/.rustup/settings.toml
332026-06-20T23:53:41.038Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T23:53:41.038Zwarn: instead of the one inferred from the default host triple.
352026-06-20T23:53:41.049Zinfo: profile set to default
362026-06-20T23:53:41.049Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T23:53:41.054Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T23:53:41.213Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T23:53:41.216Zinfo: downloading 6 components
402026-06-20T23:53:56.201Z
412026-06-20T23:53:56.201Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-20T23:53:56.234Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T23:53:56.234Z
442026-06-20T23:53:56.234Z
452026-06-20T23:53:56.235ZRust is installed now. Great!
462026-06-20T23:53:56.235Z
472026-06-20T23:53:56.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T23:53:56.235Zenvironment variable. This has not been done automatically.
492026-06-20T23:53:56.235Z
502026-06-20T23:53:56.235ZTo configure your current shell, you need to source
512026-06-20T23:53:56.235Zthe corresponding env file under $HOME/.cargo.
522026-06-20T23:53:56.235Z
532026-06-20T23:53:56.235ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T23:53:56.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T23:53:56.235Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T23:53:56.235Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T23:53:56.235Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T23:53:56.235Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T23:53:56.235Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T23:53:56.238Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T23:53:56.238Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T23:53:56.339Z+ rustup --version
632026-06-20T23:53:56.348Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T23:53:56.353Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T23:53:56.369Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T23:53:56.373Z+ cargo --version
672026-06-20T23:53:56.382Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T23:53:56.386Z+ rustc --version
692026-06-20T23:53:56.406Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T23:53:56.409Zprocess exited: duration 16911 ms, exit code 0
 
712026-06-20T23:53:56.415Zstarting task 2: "authentication"
722026-06-20T23:53:56.433Zprocess exited: duration 18 ms, exit code 0
 
732026-06-20T23:53:56.440Zstarting task 3: "clone repository"
742026-06-20T23:53:56.445Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T23:53:56.448Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T23:53:56.480ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T23:54:05.905Z+ cd /work/oxidecomputer/omicron
782026-06-20T23:54:05.906Z+ git fetch origin d561ec033125f9d209a4bba80eb6ece280ee3c69
792026-06-20T23:54:06.159ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T23:54:06.159Z * branch d561ec033125f9d209a4bba80eb6ece280ee3c69 -> FETCH_HEAD
812026-06-20T23:54:06.175Z+ [[ -n sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]]
822026-06-20T23:54:06.177Z++ git branch --show-current
832026-06-20T23:54:06.180Z+ current=main
842026-06-20T23:54:06.180Z+ [[ main != sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]]
852026-06-20T23:54:06.180Z+ git branch -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up d561ec033125f9d209a4bba80eb6ece280ee3c69
862026-06-20T23:54:06.183Z+ git checkout -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up
872026-06-20T23:54:06.424ZSwitched to branch 'sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up'
882026-06-20T23:54:06.430Z+ git reset --hard d561ec033125f9d209a4bba80eb6ece280ee3c69
892026-06-20T23:54:06.670ZHEAD is now at d561ec033 [spr] initial version
902026-06-20T23:54:06.673Zprocess exited: duration 10233 ms, exit code 0
 
912026-06-20T23:54:06.680Zstarting task 4: "build"
922026-06-20T23:54:06.685Z+ source .github/buildomat/ci-env.sh
932026-06-20T23:54:06.685Z++ export CARGO_TERM_COLOR=always
942026-06-20T23:54:06.685Z++ CARGO_TERM_COLOR=always
952026-06-20T23:54:06.685Z+ cargo --version
962026-06-20T23:54:06.696Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T23:54:06.698Z+ rustc --version
982026-06-20T23:54:06.719Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T23:54:06.723Z+ cargo tree --locked
1002026-06-20T23:54:06.892Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-20T23:54:07.160Z Updating crates.io index
1022026-06-20T23:54:07.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-20T23:54:07.439Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-20T23:54:08.739Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-20T23:54:09.155Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-20T23:54:10.393Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-20T23:54:10.843Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-20T23:54:12.371Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-20T23:54:13.157Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-20T23:54:13.513Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-20T23:54:14.644Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-20T23:54:14.860Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-20T23:54:15.292Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-20T23:54:15.728Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-20T23:54:16.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-20T23:54:16.574Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-20T23:54:16.822Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-20T23:54:17.145Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-20T23:54:17.595Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-20T23:54:18.005Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-20T23:54:18.204Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-20T23:54:18.424Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-20T23:54:18.643Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-20T23:54:18.984Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-20T23:54:19.520Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-20T23:54:19.928Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-20T23:54:20.392Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-20T23:54:20.782Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-20T23:54:21.063Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-20T23:54:22.185Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-20T23:54:22.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-20T23:54:23.293Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-06-20T23:54:23.641Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-06-20T23:54:23.978Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-06-20T23:54:24.286Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-06-20T23:54:24.590Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-06-20T23:54:24.967Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-06-20T23:54:25.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-20T23:54:25.701Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-06-20T23:54:25.927Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-06-20T23:54:26.205Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-06-20T23:55:26.104Z Downloading crates ...
1432026-06-20T23:55:26.332Z Downloaded anstyle-query v1.1.5
1442026-06-20T23:55:26.332Z Downloaded approx v0.5.1
1452026-06-20T23:55:26.332Z Downloaded convert_case v0.4.0
1462026-06-20T23:55:26.332Z Downloaded arrayref v0.3.9
1472026-06-20T23:55:26.332Z Downloaded cargo-platform v0.2.0
1482026-06-20T23:55:26.332Z Downloaded anstyle-parse v0.2.7
1492026-06-20T23:55:26.332Z Downloaded anstyle-parse v1.0.0
1502026-06-20T23:55:26.332Z Downloaded anyhow v1.0.102
1512026-06-20T23:55:26.332Z Downloaded cookie_store v0.22.1
1522026-06-20T23:55:26.332Z Downloaded debug-ignore v1.0.5
1532026-06-20T23:55:26.332Z Downloaded cast v0.3.0
1542026-06-20T23:55:26.332Z Downloaded autocfg v1.5.0
1552026-06-20T23:55:26.333Z Downloaded clap_derive v4.6.1
1562026-06-20T23:55:26.333Z Downloaded darling_macro v0.13.4
1572026-06-20T23:55:26.333Z Downloaded ar_archive_writer v0.5.1
1582026-06-20T23:55:26.333Z Downloaded compact_str v0.8.1
1592026-06-20T23:55:26.333Z Downloaded cargo_metadata v0.21.0
1602026-06-20T23:55:26.333Z Downloaded bitfield-struct v0.6.2
1612026-06-20T23:55:26.333Z Downloaded colorchoice v1.0.4
1622026-06-20T23:55:26.333Z Downloaded darling_macro v0.23.0
1632026-06-20T23:55:26.333Z Downloaded cobs v0.3.0
1642026-06-20T23:55:26.333Z Downloaded compression-codecs v0.4.37
1652026-06-20T23:55:26.333Z Downloaded defmt v0.3.100
1662026-06-20T23:55:26.333Z Downloaded bit-set v0.5.3
1672026-06-20T23:55:26.333Z Downloaded constant_time_eq v0.3.1
1682026-06-20T23:55:26.333Z Downloaded bindgen v0.71.1
1692026-06-20T23:55:26.333Z Downloaded ciborium-ll v0.2.2
1702026-06-20T23:55:26.333Z Downloaded bitfield-macros v0.19.4
1712026-06-20T23:55:26.333Z Downloaded bcs v0.1.6
1722026-06-20T23:55:26.333Z Downloaded cookie v0.18.1
1732026-06-20T23:55:26.333Z Downloaded arrayvec v0.7.6
1742026-06-20T23:55:26.333Z Downloaded colored v3.1.1
1752026-06-20T23:55:26.333Z Downloaded cmake v0.1.57
1762026-06-20T23:55:26.333Z Downloaded derive_builder_macro v0.20.2
1772026-06-20T23:55:26.333Z Downloaded defmt-parser v1.0.0
1782026-06-20T23:55:26.333Z Downloaded bit-vec v0.8.0
1792026-06-20T23:55:26.333Z Downloaded crunchy v0.2.4
1802026-06-20T23:55:26.334Z Downloaded crucible-workspace-hack v0.1.0
1812026-06-20T23:55:26.334Z Downloaded assert-json-diff v2.0.2
1822026-06-20T23:55:26.334Z Downloaded crc-catalog v2.4.0
1832026-06-20T23:55:26.334Z Downloaded darling v0.13.4
1842026-06-20T23:55:26.334Z Downloaded convert_case v0.10.0
1852026-06-20T23:55:26.334Z Downloaded cfg_aliases v0.1.1
1862026-06-20T23:55:26.334Z Downloaded atty v0.2.14
1872026-06-20T23:55:26.334Z Downloaded const_format_proc_macros v0.2.34
1882026-06-20T23:55:26.334Z Downloaded atomicwrites v0.4.4
1892026-06-20T23:55:26.334Z Downloaded daft v0.1.7
1902026-06-20T23:55:26.334Z Downloaded const-oid v0.9.6
1912026-06-20T23:55:26.334Z Downloaded crc32fast v1.5.0
1922026-06-20T23:55:26.334Z Downloaded cfg-if v1.0.4
1932026-06-20T23:55:26.334Z Downloaded block-buffer v0.10.4
1942026-06-20T23:55:26.334Z Downloaded difflib v0.4.0
1952026-06-20T23:55:26.334Z Downloaded clap_lex v1.0.0
1962026-06-20T23:55:26.334Z Downloaded block-padding v0.3.3
1972026-06-20T23:55:26.334Z Downloaded diesel_table_macro_syntax v0.3.0
1982026-06-20T23:55:26.334Z Downloaded bb8 v0.8.6
1992026-06-20T23:55:26.334Z Downloaded curve25519-dalek-derive v0.1.1
2002026-06-20T23:55:26.334Z Downloaded darling_macro v0.20.11
2012026-06-20T23:55:26.334Z Downloaded cassowary v0.3.0
2022026-06-20T23:55:26.334Z Downloaded cpufeatures v0.2.17
2032026-06-20T23:55:26.334Z Downloaded darling_macro v0.21.3
2042026-06-20T23:55:26.334Z Downloaded compression-core v0.4.31
2052026-06-20T23:55:26.334Z Downloaded cstr-argument v0.1.2
2062026-06-20T23:55:26.335Z Downloaded array-init v0.0.4
2072026-06-20T23:55:26.335Z Downloaded async-stream-impl v0.3.6
2082026-06-20T23:55:26.335Z Downloaded assert_matches v1.5.0
2092026-06-20T23:55:26.335Z Downloaded backtrace-ext v0.2.1
2102026-06-20T23:55:26.335Z Downloaded adler2 v2.0.1
2112026-06-20T23:55:26.335Z Downloaded crypto-common v0.1.7
2122026-06-20T23:55:26.335Z Downloaded async-recursion v1.1.1
2132026-06-20T23:55:26.335Z Downloaded cpufeatures v0.3.0
2142026-06-20T23:55:26.335Z Downloaded async-stream v0.3.6
2152026-06-20T23:55:26.335Z Downloaded crc v3.4.0
2162026-06-20T23:55:26.335Z Downloaded castaway v0.2.4
2172026-06-20T23:55:26.335Z Downloaded ascii-canvas v3.0.0
2182026-06-20T23:55:26.335Z Downloaded ciborium-io v0.2.2
2192026-06-20T23:55:26.335Z Downloaded bcrypt-pbkdf v0.10.0
2202026-06-20T23:55:26.335Z Downloaded cfg_aliases v0.2.1
2212026-06-20T23:55:26.335Z Downloaded base16ct v0.2.0
2222026-06-20T23:55:26.335Z Downloaded atomic-waker v1.1.2
2232026-06-20T23:55:26.335Z Downloaded constant_time_eq v0.4.2
2242026-06-20T23:55:26.335Z Downloaded console v0.16.2
2252026-06-20T23:55:26.335Z Downloaded async-object-pool v0.2.0
2262026-06-20T23:55:26.335Z Downloaded der v0.7.10
2272026-06-20T23:55:26.335Z Downloaded clang-sys v1.8.1
2282026-06-20T23:55:26.335Z Downloaded derive_builder v0.20.2
2292026-06-20T23:55:26.335Z Downloaded daft-derive v0.1.7
2302026-06-20T23:55:26.335Z Downloaded document-features v0.2.12
2312026-06-20T23:55:26.336Z Downloaded dtrace-parser v0.2.0
2322026-06-20T23:55:26.336Z Downloaded dtrace-parser v0.3.0
2332026-06-20T23:55:26.336Z Downloaded dsl_auto_type v0.2.0
2342026-06-20T23:55:26.336Z Downloaded dof v0.3.0
2352026-06-20T23:55:26.336Z Downloaded display-error-chain v0.2.2
2362026-06-20T23:55:26.336Z Downloaded dirs-next v2.0.0
2372026-06-20T23:55:26.336Z Downloaded dropshot-api-manager-types v0.7.2
2382026-06-20T23:55:26.336Z Downloaded embedded-io v0.6.1
2392026-06-20T23:55:26.336Z Downloaded der_derive v0.7.3
2402026-06-20T23:55:26.336Z Downloaded anes v0.1.6
2412026-06-20T23:55:26.336Z Downloaded data-encoding v2.10.0
2422026-06-20T23:55:26.336Z Downloaded argon2 v0.5.3
2432026-06-20T23:55:26.464Z Downloaded diesel-dtrace v0.5.0
2442026-06-20T23:55:26.464Z Downloaded cipher v0.4.4
2452026-06-20T23:55:26.464Z Downloaded camino-tempfile-ext v0.3.3
2462026-06-20T23:55:26.464Z Downloaded bytecount v0.6.9
2472026-06-20T23:55:26.464Z Downloaded equivalent v1.0.2
2482026-06-20T23:55:26.464Z Downloaded cargo-platform v0.3.2
2492026-06-20T23:55:26.464Z Downloaded enum-as-inner v0.6.1
2502026-06-20T23:55:26.464Z Downloaded camino v1.2.2
2512026-06-20T23:55:26.464Z Downloaded escape8259 v0.5.3
2522026-06-20T23:55:26.464Z Downloaded errno v0.3.14
2532026-06-20T23:55:26.465Z Downloaded dyn-clone v1.0.20
2542026-06-20T23:55:26.465Z Downloaded dirs-sys-next v0.1.2
2552026-06-20T23:55:26.465Z Downloaded fastrand v2.3.0
2562026-06-20T23:55:26.465Z Downloaded event-listener-strategy v0.5.4
2572026-06-20T23:55:26.465Z Downloaded csv-core v0.1.13
2582026-06-20T23:55:26.465Z Downloaded defmt v1.0.1
2592026-06-20T23:55:26.465Z Downloaded endian-type v0.1.2
2602026-06-20T23:55:26.465Z Downloaded embedded-io v0.4.0
2612026-06-20T23:55:26.465Z Downloaded dunce v1.0.5
2622026-06-20T23:55:26.465Z Downloaded dof v0.4.0
2632026-06-20T23:55:26.465Z Downloaded ctr v0.9.2
2642026-06-20T23:55:26.465Z Downloaded derive-ex v0.1.8
2652026-06-20T23:55:26.465Z Downloaded console v0.15.11
2662026-06-20T23:55:26.465Z Downloaded critical-section v1.2.0
2672026-06-20T23:55:26.465Z Downloaded fd-lock v4.0.4
2682026-06-20T23:55:26.465Z Downloaded crc8 v0.1.1
2692026-06-20T23:55:26.465Z Downloaded float-cmp v0.10.0
2702026-06-20T23:55:26.465Z Downloaded flagset v0.4.7
2712026-06-20T23:55:26.465Z Downloaded corncobs v0.1.4
2722026-06-20T23:55:26.465Z Downloaded defmt-macros v1.0.1
2732026-06-20T23:55:26.465Z Downloaded criterion-plot v0.6.0
2742026-06-20T23:55:26.465Z Downloaded cbc v0.1.2
2752026-06-20T23:55:26.465Z Downloaded base64ct v1.8.3
2762026-06-20T23:55:26.465Z Downloaded camino-tempfile v1.4.1
2772026-06-20T23:55:26.465Z Downloaded fixedbitset v0.4.2
2782026-06-20T23:55:26.465Z Downloaded aead v0.5.2
2792026-06-20T23:55:26.466Z Downloaded des v0.8.1
2802026-06-20T23:55:26.466Z Downloaded byteorder v1.5.0
2812026-06-20T23:55:26.466Z Downloaded bit-vec v0.6.3
2822026-06-20T23:55:26.466Z Downloaded concurrent-queue v2.5.0
2832026-06-20T23:55:26.466Z Downloaded float-ord v0.3.2
2842026-06-20T23:55:26.466Z Downloaded assert_cmd v2.1.2
2852026-06-20T23:55:26.466Z Downloaded foreign-types v0.3.2
2862026-06-20T23:55:26.466Z Downloaded fnv v1.0.7
2872026-06-20T23:55:26.466Z Downloaded byte-wrapper v0.1.0
2882026-06-20T23:55:26.466Z Downloaded colored v2.2.0
2892026-06-20T23:55:26.466Z Downloaded foreign-types v0.5.0
2902026-06-20T23:55:26.466Z Downloaded ed25519 v2.2.3
2912026-06-20T23:55:26.466Z Downloaded form_urlencoded v1.2.2
2922026-06-20T23:55:26.466Z Downloaded foreign-types-shared v0.3.1
2932026-06-20T23:55:26.466Z Downloaded foreign-types-shared v0.1.1
2942026-06-20T23:55:26.466Z Downloaded either v1.15.0
2952026-06-20T23:55:26.466Z Downloaded chacha20 v0.9.1
2962026-06-20T23:55:26.466Z Downloaded darling_core v0.21.3
2972026-06-20T23:55:26.466Z Downloaded darling v0.20.11
2982026-06-20T23:55:26.466Z Downloaded downcast-rs v2.0.2
2992026-06-20T23:55:26.466Z Downloaded cexpr v0.6.0
3002026-06-20T23:55:26.466Z Downloaded crossbeam-epoch v0.9.18
3012026-06-20T23:55:26.467Z Downloaded futures-macro v0.3.32
3022026-06-20T23:55:26.467Z Downloaded foreign-types-macros v0.2.3
3032026-06-20T23:55:26.467Z Downloaded blowfish v0.9.1
3042026-06-20T23:55:26.467Z Downloaded bitflags v2.11.0
3052026-06-20T23:55:26.467Z Downloaded bitflags v1.3.2
3062026-06-20T23:55:26.467Z Downloaded git-stub v1.0.0
3072026-06-20T23:55:26.467Z Downloaded clap v4.6.1
3082026-06-20T23:55:26.467Z Downloaded cargo-util-schemas v0.8.2
3092026-06-20T23:55:26.467Z Downloaded buf-list v1.1.2
3102026-06-20T23:55:26.467Z Downloaded funty v2.0.0
3112026-06-20T23:55:26.467Z Downloaded ciborium v0.2.2
3122026-06-20T23:55:26.467Z Downloaded backoff v0.4.0
3132026-06-20T23:55:26.467Z Downloaded futures-core v0.3.32
3142026-06-20T23:55:26.467Z Downloaded futures-sink v0.3.32
3152026-06-20T23:55:26.467Z Downloaded ahash v0.8.12
3162026-06-20T23:55:26.467Z Downloaded ghash v0.5.1
3172026-06-20T23:55:26.467Z Downloaded generic-array v0.14.7
3182026-06-20T23:55:26.467Z Downloaded fixedbitset v0.5.7
3192026-06-20T23:55:26.467Z Downloaded globwalk v0.9.1
3202026-06-20T23:55:26.467Z Downloaded find-msvc-tools v0.1.9
3212026-06-20T23:55:26.467Z Downloaded cargo_metadata v0.23.1
3222026-06-20T23:55:26.467Z Downloaded foldhash v0.1.5
3232026-06-20T23:55:26.467Z Downloaded fallible-iterator v0.2.0
3242026-06-20T23:55:26.467Z Downloaded ena v0.14.4
3252026-06-20T23:55:26.468Z Downloaded fxhash v0.2.1
3262026-06-20T23:55:26.468Z Downloaded futures-task v0.3.32
3272026-06-20T23:55:26.468Z Downloaded filetime v0.2.27
3282026-06-20T23:55:26.468Z Downloaded guppy-workspace-hack v0.1.0
3292026-06-20T23:55:26.468Z Downloaded ecdsa v0.16.9
3302026-06-20T23:55:26.469Z Downloaded displaydoc v0.2.5
3312026-06-20T23:55:26.469Z Downloaded chacha20poly1305 v0.10.1
3322026-06-20T23:55:26.469Z Downloaded darling_core v0.13.4
3332026-06-20T23:55:26.469Z Downloaded crossbeam-utils v0.8.21
3342026-06-20T23:55:26.469Z Downloaded heck v0.4.1
3352026-06-20T23:55:26.469Z Downloaded headers-core v0.3.0
3362026-06-20T23:55:26.469Z Downloaded hash32 v0.3.1
3372026-06-20T23:55:26.469Z Downloaded hash32 v0.2.1
3382026-06-20T23:55:26.469Z Downloaded crc-any v2.5.0
3392026-06-20T23:55:26.469Z Downloaded const_format v0.2.35
3402026-06-20T23:55:26.469Z Downloaded async-bb8-diesel v0.2.1
3412026-06-20T23:55:26.469Z Downloaded anstream v1.0.0
3422026-06-20T23:55:26.469Z Downloaded derive-where v1.6.0
3432026-06-20T23:55:26.613Z Downloaded cancel-safe-futures v0.1.5
3442026-06-20T23:55:26.613Z Downloaded diff v0.1.13
3452026-06-20T23:55:26.613Z Downloaded darling v0.21.3
3462026-06-20T23:55:26.613Z Downloaded datatest-stable v0.3.3
3472026-06-20T23:55:26.613Z Downloaded anstream v0.6.21
3482026-06-20T23:55:26.613Z Downloaded futures-io v0.3.32
3492026-06-20T23:55:26.613Z Downloaded erased-serde v0.4.9
3502026-06-20T23:55:26.613Z Downloaded env_logger v0.11.9
3512026-06-20T23:55:26.613Z Downloaded async-trait v0.1.89
3522026-06-20T23:55:26.613Z Downloaded hubpack_derive v0.1.1
3532026-06-20T23:55:26.613Z Downloaded hostname v0.4.2
3542026-06-20T23:55:26.613Z Downloaded http-range v0.1.5
3552026-06-20T23:55:26.613Z Downloaded http-body v1.0.1
3562026-06-20T23:55:26.613Z Downloaded foldhash v0.2.0
3572026-06-20T23:55:26.613Z Downloaded bzip2 v0.4.4
3582026-06-20T23:55:26.613Z Downloaded async-lock v3.4.2
3592026-06-20T23:55:26.613Z Downloaded fs_extra v1.3.0
3602026-06-20T23:55:26.613Z Downloaded derive_more v0.99.20
3612026-06-20T23:55:26.613Z Downloaded hex v0.4.3
3622026-06-20T23:55:26.613Z Downloaded heck v0.5.0
3632026-06-20T23:55:26.613Z Downloaded cfg-expr v0.20.6
3642026-06-20T23:55:26.613Z Downloaded home v0.5.12
3652026-06-20T23:55:26.613Z Downloaded darling v0.23.0
3662026-06-20T23:55:26.613Z Downloaded httpdate v1.0.3
3672026-06-20T23:55:26.613Z Downloaded ff v0.13.1
3682026-06-20T23:55:26.613Z Downloaded hubpack v0.1.2
3692026-06-20T23:55:26.613Z Downloaded git-stub-vcs v0.1.0
3702026-06-20T23:55:26.613Z Downloaded futures-executor v0.3.32
3712026-06-20T23:55:26.613Z Downloaded fs-err v3.3.0
3722026-06-20T23:55:26.613Z Downloaded indent_write v2.2.0
3732026-06-20T23:55:26.613Z Downloaded fs-err v2.11.0
3742026-06-20T23:55:26.613Z Downloaded ident_case v1.0.1
3752026-06-20T23:55:26.613Z Downloaded chacha20 v0.10.0
3762026-06-20T23:55:26.613Z Downloaded erased-serde v0.3.31
3772026-06-20T23:55:26.613Z Downloaded gethostname v0.5.0
3782026-06-20T23:55:26.613Z Downloaded futures-timer v3.0.3
3792026-06-20T23:55:26.613Z Downloaded addr2line v0.25.1
3802026-06-20T23:55:26.614Z Downloaded illumos-nvpair-sys v0.2.0
3812026-06-20T23:55:26.614Z Downloaded idna_adapter v1.2.1
3822026-06-20T23:55:26.614Z Downloaded deranged v0.5.8
3832026-06-20T23:55:26.614Z Downloaded bitfield v0.19.4
3842026-06-20T23:55:26.614Z Downloaded hyper-tls v0.6.0
3852026-06-20T23:55:26.614Z Downloaded anstyle v1.0.14
3862026-06-20T23:55:26.614Z Downloaded bit-set v0.8.0
3872026-06-20T23:55:26.614Z Downloaded env_filter v1.0.0
3882026-06-20T23:55:26.614Z Downloaded digest v0.10.7
3892026-06-20T23:55:26.614Z Downloaded illumos-nvpair v0.3.0
3902026-06-20T23:55:26.614Z Downloaded derive_builder_core v0.20.2
3912026-06-20T23:55:26.614Z Downloaded crossbeam-deque v0.8.6
3922026-06-20T23:55:26.614Z Downloaded futures-channel v0.3.32
3932026-06-20T23:55:26.614Z Downloaded internet-checksum v0.2.1
3942026-06-20T23:55:26.614Z Downloaded instant v0.1.13
3952026-06-20T23:55:26.614Z Downloaded group v0.13.0
3962026-06-20T23:55:26.615Z Downloaded glob v0.3.3
3972026-06-20T23:55:26.615Z Downloaded hex-literal v0.4.1
3982026-06-20T23:55:26.615Z Downloaded bzip2 v0.6.1
3992026-06-20T23:55:26.615Z Downloaded instability v0.3.11
4002026-06-20T23:55:26.615Z Downloaded allocator-api2 v0.2.21
4012026-06-20T23:55:26.615Z Downloaded is_terminal_polyfill v1.70.2
4022026-06-20T23:55:26.615Z Downloaded is_ci v1.2.0
4032026-06-20T23:55:26.615Z Downloaded is-terminal v0.4.17
4042026-06-20T23:55:26.615Z Downloaded inout v0.1.4
4052026-06-20T23:55:26.615Z Downloaded blake2b_simd v1.0.4
4062026-06-20T23:55:26.615Z Downloaded lazy_static v1.5.0
4072026-06-20T23:55:26.615Z Downloaded blake2 v0.10.6
4082026-06-20T23:55:26.615Z Downloaded highway v1.3.0
4092026-06-20T23:55:26.615Z Downloaded backon v1.6.0
4102026-06-20T23:55:26.615Z Downloaded event-listener v5.4.1
4112026-06-20T23:55:26.615Z Downloaded getrandom v0.2.17
4122026-06-20T23:55:26.615Z Downloaded itoa v1.0.17
4132026-06-20T23:55:26.615Z Downloaded http-body-util v0.1.3
4142026-06-20T23:55:26.615Z Downloaded keccak v0.1.6
4152026-06-20T23:55:26.615Z Downloaded lalrpop-util v0.19.12
4162026-06-20T23:55:26.615Z Downloaded libscf-sys v1.1.0
4172026-06-20T23:55:26.615Z Downloaded kstat-rs v0.2.4
4182026-06-20T23:55:26.615Z Downloaded humantime v2.3.0
4192026-06-20T23:55:26.615Z Downloaded arc-swap v1.8.2
4202026-06-20T23:55:26.615Z Downloaded linked-hash-map v0.5.6
4212026-06-20T23:55:26.615Z Downloaded hostname v0.3.1
4222026-06-20T23:55:26.615Z Downloaded drift v0.2.0
4232026-06-20T23:55:26.615Z Downloaded hyper-staticfile v0.10.1
4242026-06-20T23:55:26.615Z Downloaded globset v0.4.18
4252026-06-20T23:55:26.615Z Downloaded darling_core v0.23.0
4262026-06-20T23:55:26.615Z Downloaded linkme-impl v0.3.35
4272026-06-20T23:55:26.615Z Downloaded impl-trait-for-tuples v0.2.3
4282026-06-20T23:55:26.615Z Downloaded lru v0.12.5
4292026-06-20T23:55:26.615Z Downloaded maybe-uninit v2.0.0
4302026-06-20T23:55:26.615Z Downloaded match_cfg v0.1.0
4312026-06-20T23:55:26.615Z Downloaded lru-slab v0.1.2
4322026-06-20T23:55:26.615Z Downloaded ingot-types v0.1.2
4332026-06-20T23:55:26.615Z Downloaded elliptic-curve v0.13.8
4342026-06-20T23:55:26.615Z Downloaded md5 v0.7.0
4352026-06-20T23:55:26.616Z Downloaded macaddr v1.0.1
4362026-06-20T23:55:26.616Z Downloaded lzss v0.8.2
4372026-06-20T23:55:26.616Z Downloaded maplit v1.0.2
4382026-06-20T23:55:26.616Z Downloaded lru-cache v0.1.2
4392026-06-20T23:55:26.616Z Downloaded indoc v2.0.7
4402026-06-20T23:55:26.616Z Downloaded memmap v0.7.0
4412026-06-20T23:55:26.616Z Downloaded ingot v0.1.1
4422026-06-20T23:55:26.616Z Downloaded hickory-client v0.25.2
4432026-06-20T23:55:27.151Z Downloaded miette-derive v5.10.0
4442026-06-20T23:55:27.152Z Downloaded memoffset v0.9.1
4452026-06-20T23:55:27.152Z Downloaded half v1.8.3
4462026-06-20T23:55:27.152Z Downloaded newtype_derive v0.1.6
4472026-06-20T23:55:27.152Z Downloaded nibble_vec v0.1.0
4482026-06-20T23:55:27.152Z Downloaded chumsky v0.9.3
4492026-06-20T23:55:27.152Z Downloaded indoc v1.0.9
4502026-06-20T23:55:27.152Z Downloaded bytes v1.11.1
4512026-06-20T23:55:27.152Z Downloaded getrandom v0.3.4
4522026-06-20T23:55:27.152Z Downloaded fatfs v0.3.6
4532026-06-20T23:55:27.152Z Downloaded base64 v0.22.1
4542026-06-20T23:55:27.152Z Downloaded httparse v1.10.1
4552026-06-20T23:55:27.152Z Downloaded libtest-mimic v0.8.1
4562026-06-20T23:55:27.152Z Downloaded ipnetwork v0.21.1
4572026-06-20T23:55:27.152Z Downloaded libefi-sys v0.1.0
4582026-06-20T23:55:27.153Z Downloaded ipnet v2.11.0
4592026-06-20T23:55:27.153Z Downloaded mime v0.3.17
4602026-06-20T23:55:27.153Z Downloaded derive_more v2.1.1
4612026-06-20T23:55:27.153Z Downloaded new_debug_unreachable v1.0.6
4622026-06-20T23:55:27.153Z Downloaded jobserver v0.1.34
4632026-06-20T23:55:27.153Z Downloaded aes v0.8.4
4642026-06-20T23:55:27.153Z Downloaded hmac v0.12.1
4652026-06-20T23:55:27.153Z Downloaded knuffel-derive v3.2.0
4662026-06-20T23:55:27.153Z Downloaded num v0.4.3
4672026-06-20T23:55:27.153Z Downloaded normalize-line-endings v0.3.0
4682026-06-20T23:55:27.153Z Downloaded libsw-core v0.3.2
4692026-06-20T23:55:27.153Z Downloaded num-iter v0.1.45
4702026-06-20T23:55:27.153Z Downloaded num-derive v0.4.2
4712026-06-20T23:55:27.153Z Downloaded num-derive v0.3.3
4722026-06-20T23:55:27.153Z Downloaded num-conv v0.2.0
4732026-06-20T23:55:27.153Z Downloaded half v2.7.1
4742026-06-20T23:55:27.153Z Downloaded newtype-uuid-macros v0.1.0
4752026-06-20T23:55:27.153Z Downloaded newline-converter v0.3.0
4762026-06-20T23:55:27.153Z Downloaded nested v0.1.1
4772026-06-20T23:55:27.153Z Downloaded nonempty v0.12.0
4782026-06-20T23:55:27.153Z Downloaded libsw v3.5.0
4792026-06-20T23:55:27.153Z Downloaded httptest v0.16.4
4802026-06-20T23:55:27.153Z Downloaded multimap v0.10.1
4812026-06-20T23:55:27.153Z Downloaded iana-time-zone v0.1.65
4822026-06-20T23:55:27.153Z Downloaded md-5 v0.10.6
4832026-06-20T23:55:27.153Z Downloaded linkme v0.3.35
4842026-06-20T23:55:27.153Z Downloaded lock_api v0.4.14
4852026-06-20T23:55:27.153Z Downloaded nodrop v0.1.14
4862026-06-20T23:55:27.153Z Downloaded linear-map v1.2.0
4872026-06-20T23:55:27.153Z Downloaded darling_core v0.20.11
4882026-06-20T23:55:27.154Z Downloaded olpc-cjson v0.1.4
4892026-06-20T23:55:27.154Z Downloaded crypto-bigint v0.5.5
4902026-06-20T23:55:27.154Z Downloaded flume v0.11.1
4912026-06-20T23:55:27.154Z Downloaded ed25519-dalek v2.2.0
4922026-06-20T23:55:27.154Z Downloaded ingot-macros v0.1.1
4932026-06-20T23:55:27.154Z Downloaded dropshot_endpoint v0.17.0
4942026-06-20T23:55:27.154Z Downloaded multer v3.1.0
4952026-06-20T23:55:27.154Z Downloaded managed v0.8.0
4962026-06-20T23:55:27.154Z Downloaded mime_guess v2.0.5
4972026-06-20T23:55:27.154Z Downloaded opaque-debug v0.3.1
4982026-06-20T23:55:27.154Z Downloaded num_threads v0.1.7
4992026-06-20T23:55:27.154Z Downloaded native-tls v0.2.18
5002026-06-20T23:55:27.154Z Downloaded nanorand v0.7.0
5012026-06-20T23:55:27.154Z Downloaded crossbeam-channel v0.5.15
5022026-06-20T23:55:27.154Z Downloaded openssl-macros v0.1.1
5032026-06-20T23:55:27.154Z Downloaded hyper-rustls v0.27.7
5042026-06-20T23:55:27.154Z Downloaded libloading v0.8.9
5052026-06-20T23:55:27.154Z Downloaded openssl-probe v0.1.6
5062026-06-20T23:55:27.154Z Downloaded base64 v0.21.7
5072026-06-20T23:55:27.154Z Downloaded oso-derive v0.27.3
5082026-06-20T23:55:27.154Z Downloaded ordered-float v2.10.1
5092026-06-20T23:55:27.154Z Downloaded parking v2.2.1
5102026-06-20T23:55:27.154Z Downloaded openssl-probe v0.2.1
5112026-06-20T23:55:27.154Z Downloaded icu_provider v2.1.1
5122026-06-20T23:55:27.154Z Downloaded diesel_derives v2.3.7
5132026-06-20T23:55:27.154Z Downloaded num-integer v0.1.46
5142026-06-20T23:55:27.154Z Downloaded parse-size v1.1.0
5152026-06-20T23:55:27.154Z Downloaded newtype-uuid v1.3.2
5162026-06-20T23:55:27.154Z Downloaded parse-display v0.10.0
5172026-06-20T23:55:27.154Z Downloaded litemap v0.8.1
5182026-06-20T23:55:27.154Z Downloaded packed_struct_codegen v0.10.1
5192026-06-20T23:55:27.154Z Downloaded ignore v0.4.25
5202026-06-20T23:55:27.154Z Downloaded num_enum v0.7.6
5212026-06-20T23:55:27.154Z Downloaded futures v0.3.32
5222026-06-20T23:55:27.155Z Downloaded num_enum v0.5.11
5232026-06-20T23:55:27.155Z Downloaded num-rational v0.4.2
5242026-06-20T23:55:27.155Z Downloaded nu-ansi-term v0.50.3
5252026-06-20T23:55:27.155Z Downloaded memmap2 v0.9.10
5262026-06-20T23:55:27.155Z Downloaded path-slash v0.1.5
5272026-06-20T23:55:27.155Z Downloaded headers v0.4.1
5282026-06-20T23:55:27.155Z Downloaded peg-runtime v0.8.5
5292026-06-20T23:55:27.155Z Downloaded pbkdf2 v0.11.0
5302026-06-20T23:55:27.155Z Downloaded getrandom v0.4.1
5312026-06-20T23:55:27.155Z Downloaded derive_more-impl v2.1.1
5322026-06-20T23:55:27.155Z Downloaded flate2 v1.1.9
5332026-06-20T23:55:27.155Z Downloaded fancy-regex v0.14.0
5342026-06-20T23:55:27.155Z Downloaded num_enum_derive v0.5.11
5352026-06-20T23:55:27.155Z Downloaded pathdiff v0.2.3
5362026-06-20T23:55:27.155Z Downloaded oorandom v11.1.5
5372026-06-20T23:55:27.155Z Downloaded icu_normalizer v2.1.1
5382026-06-20T23:55:27.155Z Downloaded percent-encoding v2.3.2
5392026-06-20T23:55:27.155Z Downloaded pbkdf2 v0.12.2
5402026-06-20T23:55:27.155Z Downloaded owo-colors v3.5.0
5412026-06-20T23:55:27.155Z Downloaded phf_shared v0.13.1
5422026-06-20T23:55:27.155Z Downloaded phf_shared v0.12.1
5432026-06-20T23:55:27.359Z Downloaded phf_shared v0.11.3
5442026-06-20T23:55:27.359Z Downloaded owo-colors v4.3.0
5452026-06-20T23:55:27.360Z Downloaded libbz2-rs-sys v0.2.2
5462026-06-20T23:55:27.360Z Downloaded plain v0.2.3
5472026-06-20T23:55:27.360Z Downloaded oxide-tokio-rt v0.1.4
5482026-06-20T23:55:27.360Z Downloaded criterion v0.7.0
5492026-06-20T23:55:27.360Z Downloaded heapless v0.7.17
5502026-06-20T23:55:27.360Z Downloaded parse-display-derive v0.10.0
5512026-06-20T23:55:27.360Z Downloaded litrs v1.0.0
5522026-06-20T23:55:27.360Z Downloaded cc v1.2.56
5532026-06-20T23:55:27.360Z Downloaded bumpalo v3.20.2
5542026-06-20T23:55:27.360Z Downloaded backtrace v0.3.76
5552026-06-20T23:55:27.360Z Downloaded powerfmt v0.2.0
5562026-06-20T23:55:27.360Z Downloaded num_enum_derive v0.7.6
5572026-06-20T23:55:27.360Z Downloaded log v0.4.29
5582026-06-20T23:55:27.360Z Downloaded indicatif v0.18.4
5592026-06-20T23:55:27.360Z Downloaded plotters-backend v0.3.7
5602026-06-20T23:55:27.361Z Downloaded predicates-core v1.0.10
5612026-06-20T23:55:27.361Z Downloaded plotters-svg v0.3.7
5622026-06-20T23:55:27.361Z Downloaded precomputed-hash v0.1.1
5632026-06-20T23:55:27.361Z Downloaded proc-macro-crate v1.3.1
5642026-06-20T23:55:27.361Z Downloaded password-hash v0.5.0
5652026-06-20T23:55:27.361Z Downloaded password-hash v0.4.2
5662026-06-20T23:55:27.361Z Downloaded indexmap v1.9.3
5672026-06-20T23:55:27.361Z Downloaded async-compression v0.4.41
5682026-06-20T23:55:27.361Z Downloaded packed_struct v0.10.1
5692026-06-20T23:55:27.361Z Downloaded proc-macro-crate v3.4.0
5702026-06-20T23:55:27.361Z Downloaded pem-rfc7468 v0.7.0
5712026-06-20T23:55:27.361Z Downloaded pem v3.0.6
5722026-06-20T23:55:27.361Z Downloaded peg v0.8.5
5732026-06-20T23:55:27.361Z Downloaded path-tree v0.8.3
5742026-06-20T23:55:27.361Z Downloaded proc-macro-error-attr2 v2.0.0
5752026-06-20T23:55:27.361Z Downloaded proc-macro-error-attr v1.0.4
5762026-06-20T23:55:27.361Z Downloaded oxnet v0.1.6
5772026-06-20T23:55:27.361Z Downloaded phf v0.12.1
5782026-06-20T23:55:27.368Z Downloaded pretty-hex v0.4.1
5792026-06-20T23:55:27.368Z Downloaded predicates-tree v1.0.13
5802026-06-20T23:55:27.368Z Downloaded hickory-resolver v0.25.2
5812026-06-20T23:55:27.368Z Downloaded icu_properties v2.1.2
5822026-06-20T23:55:27.368Z Downloaded pin-project-lite v0.2.17
5832026-06-20T23:55:27.368Z Downloaded partial-io v0.5.4
5842026-06-20T23:55:27.368Z Downloaded num-complex v0.4.6
5852026-06-20T23:55:27.368Z Downloaded expectorate v1.2.0
5862026-06-20T23:55:27.368Z Downloaded progenitor-macro v0.13.0
5872026-06-20T23:55:27.368Z Downloaded icu_normalizer_data v2.1.1
5882026-06-20T23:55:27.368Z Downloaded progenitor-client v0.14.0
5892026-06-20T23:55:27.368Z Downloaded pin-project-internal v1.1.11
5902026-06-20T23:55:27.369Z Downloaded peg-macros v0.8.5
5912026-06-20T23:55:27.369Z Downloaded phf v0.13.1
5922026-06-20T23:55:27.369Z Downloaded poly1305 v0.8.0
5932026-06-20T23:55:27.369Z Downloaded potential_utf v0.1.4
5942026-06-20T23:55:27.369Z Downloaded postgres-protocol v0.6.10
5952026-06-20T23:55:27.369Z Downloaded once_cell v1.21.3
5962026-06-20T23:55:27.369Z Downloaded parking_lot v0.11.2
5972026-06-20T23:55:27.369Z Downloaded psl-types v2.0.11
5982026-06-20T23:55:27.369Z Downloaded predicates v3.1.4
5992026-06-20T23:55:27.369Z Downloaded quick-error v1.2.3
6002026-06-20T23:55:27.369Z Downloaded primeorder v0.13.6
6012026-06-20T23:55:27.369Z Downloaded clap_builder v4.6.0
6022026-06-20T23:55:27.369Z Downloaded pkg-config v0.3.32
6032026-06-20T23:55:27.369Z Downloaded progenitor-macro v0.14.0
6042026-06-20T23:55:27.369Z Downloaded proc-macro-error2 v2.0.1
6052026-06-20T23:55:27.369Z Downloaded recursive-proc-macro-impl v0.1.1
6062026-06-20T23:55:27.369Z Downloaded rand_xorshift v0.4.0
6072026-06-20T23:55:27.370Z Downloaded hickory-server v0.25.2
6082026-06-20T23:55:27.370Z Downloaded http v1.4.0
6092026-06-20T23:55:27.370Z Downloaded pkcs8 v0.10.2
6102026-06-20T23:55:27.370Z Downloaded hickory-resolver v0.24.4
6112026-06-20T23:55:27.370Z Downloaded oso v0.27.3
6122026-06-20T23:55:27.370Z Downloaded progenitor-client v0.13.0
6132026-06-20T23:55:27.370Z Downloaded pkcs1 v0.7.5
6142026-06-20T23:55:27.370Z Downloaded ref-cast-impl v1.0.25
6152026-06-20T23:55:27.370Z Downloaded pin-utils v0.1.0
6162026-06-20T23:55:27.371Z Downloaded knuffel v3.2.0
6172026-06-20T23:55:27.371Z Downloaded parking_lot_core v0.9.12
6182026-06-20T23:55:27.371Z Downloaded parking_lot v0.12.5
6192026-06-20T23:55:27.371Z Downloaded polyval v0.6.2
6202026-06-20T23:55:27.371Z Downloaded parking_lot_core v0.8.6
6212026-06-20T23:55:27.371Z Downloaded psm v0.1.30
6222026-06-20T23:55:27.371Z Downloaded ppv-lite86 v0.2.21
6232026-06-20T23:55:27.371Z Downloaded icu_locale_core v2.1.1
6242026-06-20T23:55:27.371Z Downloaded rtoolbox v0.0.3
6252026-06-20T23:55:27.371Z Downloaded paste v1.0.15
6262026-06-20T23:55:27.371Z Downloaded icu_collections v2.1.1
6272026-06-20T23:55:27.371Z Downloaded dropshot-api-manager v0.7.2
6282026-06-20T23:55:27.371Z Downloaded pest_generator v2.8.6
6292026-06-20T23:55:27.371Z Downloaded rand_chacha v0.3.1
6302026-06-20T23:55:27.371Z Downloaded russh-cryptovec v0.7.3
6312026-06-20T23:55:27.371Z Downloaded progenitor-extras v0.2.0
6322026-06-20T23:55:27.371Z Downloaded proc-macro-error v1.0.4
6332026-06-20T23:55:27.371Z Downloaded rustc_version v0.1.7
6342026-06-20T23:55:27.371Z Downloaded rustc-hash v2.1.1
6352026-06-20T23:55:27.371Z Downloaded quote v1.0.45
6362026-06-20T23:55:27.371Z Downloaded rfc6979 v0.4.0
6372026-06-20T23:55:27.371Z Downloaded progenitor v0.13.0
6382026-06-20T23:55:27.371Z Downloaded hashbrown v0.13.2
6392026-06-20T23:55:27.371Z Downloaded rand_core v0.9.5
6402026-06-20T23:55:27.372Z Downloaded progenitor v0.14.0
6412026-06-20T23:55:27.372Z Downloaded num-traits v0.2.19
6422026-06-20T23:55:27.372Z Downloaded rustc_version v0.4.1
6432026-06-20T23:55:27.923Z Downloaded rand_seeder v0.4.0
6442026-06-20T23:55:27.923Z Downloaded pin-project v1.1.11
6452026-06-20T23:55:27.923Z Downloaded pest_derive v2.8.6
6462026-06-20T23:55:27.923Z Downloaded miniz_oxide v0.8.9
6472026-06-20T23:55:27.923Z Downloaded radium v0.7.0
6482026-06-20T23:55:27.923Z Downloaded relative-path v1.9.3
6492026-06-20T23:55:27.923Z Downloaded ref-cast v1.0.25
6502026-06-20T23:55:27.923Z Downloaded resolv-conf v0.7.6
6512026-06-20T23:55:27.923Z Downloaded r2d2 v0.8.10
6522026-06-20T23:55:27.923Z Downloaded heapless v0.8.0
6532026-06-20T23:55:27.923Z Downloaded salsa20 v0.10.2
6542026-06-20T23:55:27.923Z Downloaded crossterm v0.29.0
6552026-06-20T23:55:27.923Z Downloaded rand_core v0.6.4
6562026-06-20T23:55:27.923Z Downloaded rand_chacha v0.9.0
6572026-06-20T23:55:27.923Z Downloaded jiff-static v0.2.21
6582026-06-20T23:55:27.923Z Downloaded postcard v1.1.3
6592026-06-20T23:55:27.923Z Downloaded recursive v0.1.1
6602026-06-20T23:55:27.923Z Downloaded postgres-types v0.2.12
6612026-06-20T23:55:27.923Z Downloaded rand_core v0.10.0
6622026-06-20T23:55:27.923Z Downloaded p256 v0.13.2
6632026-06-20T23:55:27.923Z Downloaded sapling-renderdag v0.1.0
6642026-06-20T23:55:27.923Z Downloaded scheduled-thread-pool v0.2.7
6652026-06-20T23:55:27.923Z Downloaded same-file v1.0.6
6662026-06-20T23:55:27.923Z Downloaded papergrid v0.17.0
6672026-06-20T23:55:27.923Z Downloaded prefix-trie v0.7.0
6682026-06-20T23:55:27.924Z Downloaded indexmap v2.14.0
6692026-06-20T23:55:27.924Z Downloaded scrypt v0.11.0
6702026-06-20T23:55:27.924Z Downloaded scroll_derive v0.13.1
6712026-06-20T23:55:27.924Z Downloaded scroll_derive v0.12.1
6722026-06-20T23:55:27.924Z Downloaded omicron-zone-package v0.12.2
6732026-06-20T23:55:27.924Z Downloaded proc-macro2 v1.0.106
6742026-06-20T23:55:27.924Z Downloaded memchr v2.8.0
6752026-06-20T23:55:27.924Z Downloaded semver v0.1.20
6762026-06-20T23:55:27.924Z Downloaded scopeguard v1.2.0
6772026-06-20T23:55:27.924Z Downloaded secrecy v0.8.0
6782026-06-20T23:55:27.924Z Downloaded rust-argon2 v2.1.0
6792026-06-20T23:55:27.924Z Downloaded openssl-sys v0.9.115
6802026-06-20T23:55:27.924Z Downloaded secrecy v0.10.3
6812026-06-20T23:55:27.924Z Downloaded progenitor-impl v0.14.0
6822026-06-20T23:55:27.924Z Downloaded progenitor-impl v0.13.0
6832026-06-20T23:55:27.925Z Downloaded hashbrown v0.12.3
6842026-06-20T23:55:27.925Z Downloaded pkcs5 v0.7.1
6852026-06-20T23:55:27.925Z Downloaded aes-gcm v0.10.3
6862026-06-20T23:55:27.925Z Downloaded rustversion v1.0.22
6872026-06-20T23:55:27.925Z Downloaded quinn-udp v0.5.14
6882026-06-20T23:55:27.925Z Downloaded serde_spanned v0.6.9
6892026-06-20T23:55:27.925Z Downloaded rustls-pemfile v2.2.0
6902026-06-20T23:55:27.925Z Downloaded serde_repr v0.1.20
6912026-06-20T23:55:27.925Z Downloaded seq-macro v0.3.6
6922026-06-20T23:55:27.925Z Downloaded serde_plain v1.0.2
6932026-06-20T23:55:27.925Z Downloaded crossterm v0.28.1
6942026-06-20T23:55:27.925Z Downloaded serde-value v0.7.0
6952026-06-20T23:55:27.925Z Downloaded minimal-lexical v0.2.1
6962026-06-20T23:55:27.925Z Downloaded rustls-pemfile v1.0.4
6972026-06-20T23:55:27.925Z Downloaded rustls-native-certs v0.8.3
6982026-06-20T23:55:27.925Z Downloaded serde-big-array v0.5.1
6992026-06-20T23:55:27.925Z Downloaded rusty-fork v0.3.1
7002026-06-20T23:55:27.925Z Downloaded serde_urlencoded v0.7.1
7012026-06-20T23:55:27.925Z Downloaded papergrid v0.11.0
7022026-06-20T23:55:27.925Z Downloaded serde_bytes v0.11.19
7032026-06-20T23:55:27.925Z Downloaded pretty_assertions v1.4.1
7042026-06-20T23:55:27.925Z Downloaded serde_regex v1.1.0
7052026-06-20T23:55:27.925Z Downloaded scroll v0.12.0
7062026-06-20T23:55:27.925Z Downloaded rustc-demangle v0.1.27
7072026-06-20T23:55:27.925Z Downloaded serde_spanned v1.0.4
7082026-06-20T23:55:27.925Z Downloaded scroll v0.13.0
7092026-06-20T23:55:27.925Z Downloaded hyper-util v0.1.20
7102026-06-20T23:55:27.925Z Downloaded shell-words v1.1.1
7112026-06-20T23:55:27.925Z Downloaded hashbrown v0.15.5
7122026-06-20T23:55:27.925Z Downloaded hashbrown v0.14.5
7132026-06-20T23:55:27.925Z Downloaded sigpipe v0.1.3
7142026-06-20T23:55:27.925Z Downloaded signal-hook-mio v0.2.5
7152026-06-20T23:55:27.925Z Downloaded slog-bunyan v2.5.0
7162026-06-20T23:55:27.925Z Downloaded sct v0.7.1
7172026-06-20T23:55:27.925Z Downloaded sec1 v0.7.3
7182026-06-20T23:55:27.925Z Downloaded schemars_derive v0.8.22
7192026-06-20T23:55:27.925Z Downloaded signal-hook-tokio v0.3.1
7202026-06-20T23:55:27.926Z Downloaded sha1 v0.10.6
7212026-06-20T23:55:27.926Z Downloaded similar-asserts v1.7.0
7222026-06-20T23:55:27.926Z Downloaded rustls-pki-types v1.14.0
7232026-06-20T23:55:27.926Z Downloaded siphasher v1.0.2
7242026-06-20T23:55:27.926Z Downloaded miette v5.10.0
7252026-06-20T23:55:27.926Z Downloaded slog-envlogger v2.2.0
7262026-06-20T23:55:27.926Z Downloaded pest_meta v2.8.6
7272026-06-20T23:55:27.926Z Downloaded serde-untagged v0.1.9
7282026-06-20T23:55:27.926Z Downloaded itertools v0.10.5
7292026-06-20T23:55:27.926Z Downloaded rstest v0.25.0
7302026-06-20T23:55:27.926Z Downloaded serde_path_to_error v0.1.20
7312026-06-20T23:55:27.926Z Downloaded serde-hex v0.1.0
7322026-06-20T23:55:27.926Z Downloaded ron v0.8.1
7332026-06-20T23:55:27.926Z Downloaded serde_derive_internals v0.29.1
7342026-06-20T23:55:27.926Z Downloaded sqlparser_derive v0.5.0
7352026-06-20T23:55:27.926Z Downloaded hashbrown v0.16.1
7362026-06-20T23:55:27.926Z Downloaded prettyplease v0.2.37
7372026-06-20T23:55:27.927Z Downloaded serde_with_macros v1.5.2
7382026-06-20T23:55:27.927Z Downloaded slab v0.4.12
7392026-06-20T23:55:27.927Z Downloaded ssh-cipher v0.2.0
7402026-06-20T23:55:27.927Z Downloaded strip-ansi-escapes v0.2.1
7412026-06-20T23:55:27.927Z Downloaded strsim v0.10.0
7422026-06-20T23:55:27.927Z Downloaded futures-util v0.3.32
7432026-06-20T23:55:27.988Z Downloaded hyper v1.8.1
7442026-06-20T23:55:27.988Z Downloaded signature v2.2.0
7452026-06-20T23:55:27.988Z Downloaded shlex v1.3.0
7462026-06-20T23:55:27.988Z Downloaded russh-keys v0.45.0
7472026-06-20T23:55:27.988Z Downloaded stable_deref_trait v1.2.1
7482026-06-20T23:55:27.988Z Downloaded signal-hook-registry v1.4.8
7492026-06-20T23:55:27.988Z Downloaded guppy v0.17.25
7502026-06-20T23:55:27.988Z Downloaded strsim v0.11.1
7512026-06-20T23:55:27.988Z Downloaded ryu v1.0.23
7522026-06-20T23:55:27.989Z Downloaded slog-scope v4.4.1
7532026-06-20T23:55:27.989Z Downloaded simd-adler32 v0.3.8
7542026-06-20T23:55:27.989Z Downloaded strum v0.27.2
7552026-06-20T23:55:27.989Z Downloaded structmeta-derive v0.3.0
7562026-06-20T23:55:27.989Z Downloaded slog-async v2.8.0
7572026-06-20T23:55:27.989Z Downloaded supports-color v2.1.0
7582026-06-20T23:55:27.989Z Downloaded subtle v2.6.1
7592026-06-20T23:55:27.989Z Downloaded aho-corasick v1.1.4
7602026-06-20T23:55:27.989Z Downloaded serde_cbor v0.11.2
7612026-06-20T23:55:27.989Z Downloaded publicsuffix v2.3.0
7622026-06-20T23:55:27.989Z Downloaded smallvec v0.6.14
7632026-06-20T23:55:27.989Z Downloaded slog-json v2.6.1
7642026-06-20T23:55:27.989Z Downloaded slog-dtrace v0.3.0
7652026-06-20T23:55:27.989Z Downloaded rstest_macros v0.25.0
7662026-06-20T23:55:27.989Z Downloaded supports-unicode v2.1.0
7672026-06-20T23:55:27.989Z Downloaded supports-hyperlinks v2.1.0
7682026-06-20T23:55:27.989Z Downloaded supports-color v3.0.2
7692026-06-20T23:55:27.989Z Downloaded strum v0.26.3
7702026-06-20T23:55:27.989Z Downloaded structmeta v0.3.0
7712026-06-20T23:55:27.989Z Downloaded serde_tokenstream v0.2.3
7722026-06-20T23:55:27.989Z Downloaded idna v1.1.0
7732026-06-20T23:55:27.989Z Downloaded semver v1.0.28
7742026-06-20T23:55:27.989Z Downloaded schemars v0.8.22
7752026-06-20T23:55:27.989Z Downloaded sha2 v0.10.9
7762026-06-20T23:55:27.989Z Downloaded sqlformat v0.3.5
7772026-06-20T23:55:27.989Z Downloaded ssh-encoding v0.2.0
7782026-06-20T23:55:27.989Z Downloaded slog-term v2.9.2
7792026-06-20T23:55:27.989Z Downloaded slog-stdlog v4.1.1
7802026-06-20T23:55:27.989Z Downloaded snafu-derive v0.8.9
7812026-06-20T23:55:27.989Z Downloaded tap v1.0.1
7822026-06-20T23:55:27.989Z Downloaded tagptr v0.2.0
7832026-06-20T23:55:27.989Z Downloaded sync-ptr v0.1.4
7842026-06-20T23:55:27.989Z Downloaded tabled_derive v0.11.0
7852026-06-20T23:55:27.989Z Downloaded smf v0.2.3
7862026-06-20T23:55:27.989Z Downloaded tabled_derive v0.7.0
7872026-06-20T23:55:27.989Z Downloaded swrite v0.1.0
7882026-06-20T23:55:27.989Z Downloaded smawk v0.3.2
7892026-06-20T23:55:27.990Z Downloaded rand_distr v0.5.1
7902026-06-20T23:55:27.990Z Downloaded libxml v0.3.3
7912026-06-20T23:55:27.990Z Downloaded string_cache v0.8.9
7922026-06-20T23:55:27.990Z Downloaded stacker v0.1.23
7932026-06-20T23:55:27.990Z Downloaded num-bigint v0.4.6
7942026-06-20T23:55:27.990Z Downloaded strum_macros v0.24.3
7952026-06-20T23:55:27.990Z Downloaded hkdf v0.12.4
7962026-06-20T23:55:27.990Z Downloaded spki v0.7.3
7972026-06-20T23:55:27.990Z Downloaded serde_with_macros v3.17.0
7982026-06-20T23:55:27.990Z Downloaded take_mut v0.2.2
7992026-06-20T23:55:27.990Z Downloaded tabwriter v1.4.1
8002026-06-20T23:55:27.990Z Downloaded rustls-platform-verifier v0.6.2
8012026-06-20T23:55:27.990Z Downloaded static_assertions v1.1.0
8022026-06-20T23:55:27.990Z Downloaded stringprep v0.1.5
8032026-06-20T23:55:27.990Z Downloaded stringmetrics v2.2.2
8042026-06-20T23:55:27.990Z Downloaded terminal_size v0.1.17
8052026-06-20T23:55:27.991Z Downloaded serde_core v1.0.228
8062026-06-20T23:55:27.991Z Downloaded smallvec v1.15.1
8072026-06-20T23:55:27.991Z Downloaded target-triple v1.0.0
8082026-06-20T23:55:27.991Z Downloaded support-bundle-viewer v0.1.2
8092026-06-20T23:55:27.991Z Downloaded icu_properties_data v2.1.2
8102026-06-20T23:55:27.991Z Downloaded termtree v0.5.1
8112026-06-20T23:55:27.991Z Downloaded strum_macros v0.27.2
8122026-06-20T23:55:27.991Z Downloaded rsa v0.9.10
8132026-06-20T23:55:27.991Z Downloaded qorb v0.4.1
8142026-06-20T23:55:27.991Z Downloaded schemars v0.9.0
8152026-06-20T23:55:27.991Z Downloaded time-core v0.1.8
8162026-06-20T23:55:27.991Z Downloaded thread-id v5.1.0
8172026-06-20T23:55:27.991Z Downloaded testing_table v0.3.0
8182026-06-20T23:55:27.991Z Downloaded thread-id v4.2.2
8192026-06-20T23:55:27.991Z Downloaded rand v0.8.6
8202026-06-20T23:55:27.991Z Downloaded hashbrown v0.17.0
8212026-06-20T23:55:27.991Z Downloaded rcgen v0.12.1
8222026-06-20T23:55:27.991Z Downloaded slog v2.8.2
8232026-06-20T23:55:27.991Z Downloaded signal-hook v0.3.18
8242026-06-20T23:55:27.991Z Downloaded target-spec v3.5.7
8252026-06-20T23:55:27.991Z Downloaded terminal_size v0.4.3
8262026-06-20T23:55:27.991Z Downloaded quinn v0.11.9
8272026-06-20T23:55:27.991Z Downloaded tinyvec_macros v0.1.1
8282026-06-20T23:55:27.991Z Downloaded tokio-macros v2.7.0
8292026-06-20T23:55:27.991Z Downloaded serde_derive v1.0.228
8302026-06-20T23:55:27.991Z Downloaded synstructure v0.13.2
8312026-06-20T23:55:27.991Z Downloaded sync_wrapper v1.0.2
8322026-06-20T23:55:27.991Z Downloaded itertools v0.13.0
8332026-06-20T23:55:27.991Z Downloaded tokio-test v0.4.5
8342026-06-20T23:55:27.991Z Downloaded h2 v0.4.13
8352026-06-20T23:55:27.991Z Downloaded goblin v0.8.2
8362026-06-20T23:55:27.991Z Downloaded thiserror-impl-no-std v2.0.2
8372026-06-20T23:55:27.991Z Downloaded rayon-core v1.13.0
8382026-06-20T23:55:27.991Z Downloaded num-bigint-dig v0.8.6
8392026-06-20T23:55:27.991Z Downloaded nom v7.1.3
8402026-06-20T23:55:27.992Z Downloaded aws-lc-rs v1.16.3
8412026-06-20T23:55:27.992Z Downloaded spin v0.9.8
8422026-06-20T23:55:27.992Z Downloaded iri-string v0.7.10
8432026-06-20T23:55:28.006Z Downloaded similar v2.7.0
8442026-06-20T23:55:28.006Z Downloaded socket2 v0.5.10
8452026-06-20T23:55:28.006Z Downloaded strum_macros v0.26.4
8462026-06-20T23:55:28.006Z Downloaded itertools v0.12.1
8472026-06-20T23:55:28.006Z Downloaded schemars v1.2.1
8482026-06-20T23:55:28.006Z Downloaded try-lock v0.2.5
8492026-06-20T23:55:28.007Z Downloaded tinytemplate v1.2.1
8502026-06-20T23:55:28.007Z Downloaded tiny-keccak v2.0.2
8512026-06-20T23:55:28.007Z Downloaded thread_local v1.1.9
8522026-06-20T23:55:28.007Z Downloaded thiserror-no-std v2.0.2
8532026-06-20T23:55:28.007Z Downloaded topological-sort v0.2.2
8542026-06-20T23:55:28.007Z Downloaded tower-service v0.3.3
8552026-06-20T23:55:28.007Z Downloaded tower-layer v0.3.3
8562026-06-20T23:55:28.007Z Downloaded trait-variant v0.1.2
8572026-06-20T23:55:28.007Z Downloaded tokio-dtrace v0.1.1
8582026-06-20T23:55:28.008Z Downloaded toml_datetime v0.6.11
8592026-06-20T23:55:28.008Z Downloaded tls_codec_derive v0.4.2
8602026-06-20T23:55:28.008Z Downloaded tokio-native-tls v0.3.1
8612026-06-20T23:55:28.008Z Downloaded termcolor v1.4.1
8622026-06-20T23:55:28.008Z Downloaded time-macros v0.2.27
8632026-06-20T23:55:28.008Z Downloaded unarray v0.1.4
8642026-06-20T23:55:28.008Z Downloaded target-lexicon v0.13.3
8652026-06-20T23:55:28.008Z Downloaded tinystr v0.8.2
8662026-06-20T23:55:28.008Z Downloaded thiserror-impl v2.0.18
8672026-06-20T23:55:28.008Z Downloaded thiserror-impl v1.0.69
8682026-06-20T23:55:28.008Z Downloaded thiserror v1.0.69
8692026-06-20T23:55:28.008Z Downloaded tempfile v3.25.0
8702026-06-20T23:55:28.008Z Downloaded universal-hash v0.5.1
8712026-06-20T23:55:28.008Z Downloaded chrono v0.4.44
8722026-06-20T23:55:28.008Z Downloaded typify-macro v0.6.2
8732026-06-20T23:55:28.008Z Downloaded tls_codec v0.4.2
8742026-06-20T23:55:28.008Z Downloaded unicode-xid v0.2.6
8752026-06-20T23:55:28.008Z Downloaded socket2 v0.6.3
8762026-06-20T23:55:28.008Z Downloaded samael v0.0.19
8772026-06-20T23:55:28.008Z Downloaded unit-prefix v0.5.2
8782026-06-20T23:55:28.008Z Downloaded nom v8.0.0
8792026-06-20T23:55:28.008Z Downloaded tokio-tungstenite v0.21.0
8802026-06-20T23:55:28.008Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8812026-06-20T23:55:28.008Z Downloaded serde_yaml v0.9.34+deprecated
8822026-06-20T23:55:28.008Z Downloaded pest v2.8.6
8832026-06-20T23:55:28.008Z Downloaded untrusted v0.9.0
8842026-06-20T23:55:28.008Z Downloaded untrusted v0.7.1
8852026-06-20T23:55:28.008Z Downloaded toml_writer v1.0.6+spec-1.1.0
8862026-06-20T23:55:28.008Z Downloaded tokio-rustls v0.25.0
8872026-06-20T23:55:28.008Z Downloaded russh v0.45.0
8882026-06-20T23:55:28.008Z Downloaded utf8_iter v1.0.4
8892026-06-20T23:55:28.008Z Downloaded usdt v0.5.0
8902026-06-20T23:55:28.008Z Downloaded unicode-linebreak v0.1.5
8912026-06-20T23:55:28.008Z Downloaded serde v1.0.228
8922026-06-20T23:55:28.008Z Downloaded usdt-attr-macro v0.5.0
8932026-06-20T23:55:28.008Z Downloaded itertools v0.14.0
8942026-06-20T23:55:28.009Z Downloaded rustls-webpki v0.103.9
8952026-06-20T23:55:28.009Z Downloaded rand v0.10.0
8962026-06-20T23:55:28.009Z Downloaded toml_write v0.1.2
8972026-06-20T23:55:28.009Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8982026-06-20T23:55:28.009Z Downloaded tokio-rustls v0.26.4
8992026-06-20T23:55:28.009Z Downloaded mio v1.2.0
9002026-06-20T23:55:28.009Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (download of `bitvec v1.0.1` failed to transfer more than 10 bytes in 30s)
9012026-06-20T23:55:28.009Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aws-lc-sys v0.40.0` within 30s)
9022026-06-20T23:55:28.009Z Downloaded termios v0.3.3
9032026-06-20T23:55:28.009Z Downloaded utf-8 v0.7.6
9042026-06-20T23:55:28.010Z Downloaded utf8parse v0.2.2
9052026-06-20T23:55:28.010Z Downloaded usdt-macro v0.5.0
9062026-06-20T23:55:28.010Z Downloaded rand v0.9.2
9072026-06-20T23:55:28.010Z Downloaded typeid v1.0.3
9082026-06-20T23:55:28.010Z Downloaded rustyline v14.0.0
9092026-06-20T23:55:28.010Z Downloaded snafu v0.8.9
9102026-06-20T23:55:28.010Z Downloaded term v0.7.0
9112026-06-20T23:55:28.010Z Downloaded tui-tree-widget v0.23.1
9122026-06-20T23:55:28.010Z Downloaded thiserror v2.0.18
9132026-06-20T23:55:28.010Z Downloaded subprocess v0.2.15
9142026-06-20T23:55:28.010Z Downloaded want v0.3.1
9152026-06-20T23:55:28.010Z Downloaded version_check v0.9.5
9162026-06-20T23:55:28.010Z Downloaded void v1.0.2
9172026-06-20T23:55:28.010Z Downloaded unicode-truncate v1.1.0
9182026-06-20T23:55:28.010Z Downloaded unicase v2.9.0
9192026-06-20T23:55:28.010Z Downloaded waitgroup v0.1.2
9202026-06-20T23:55:28.010Z Downloaded wait-timeout v0.2.1
9212026-06-20T23:55:28.010Z Downloaded test-strategy v0.4.5
9222026-06-20T23:55:28.010Z Downloaded tokio-tungstenite v0.23.1
9232026-06-20T23:55:28.010Z Downloaded usdt v0.6.0
9242026-06-20T23:55:28.010Z Downloaded iddqd v0.4.2
9252026-06-20T23:55:28.010Z Downloaded tokio-rustls v0.24.1
9262026-06-20T23:55:28.010Z Downloaded textwrap v0.15.2
9272026-06-20T23:55:28.010Z Downloaded usdt-impl v0.5.0
9282026-06-20T23:55:28.010Z Downloaded xshell-macros v0.2.7
9292026-06-20T23:55:28.010Z Downloaded usdt-attr-macro v0.6.0
9302026-06-20T23:55:28.010Z Downloaded tracing-attributes v0.1.31
9312026-06-20T23:55:28.010Z Downloaded yoke-derive v0.8.1
9322026-06-20T23:55:28.010Z Downloaded usdt-impl v0.6.0
9332026-06-20T23:55:28.010Z Downloaded tinyvec v1.10.0
9342026-06-20T23:55:28.010Z Downloaded term v1.2.1
9352026-06-20T23:55:28.010Z Downloaded toml v0.8.23
9362026-06-20T23:55:28.010Z Downloaded tokio-stream v0.1.18
9372026-06-20T23:55:28.010Z Downloaded twox-hash v2.1.2
9382026-06-20T23:55:28.010Z Downloaded toml_parser v1.0.9+spec-1.1.0
9392026-06-20T23:55:28.010Z Downloaded usdt-macro v0.6.0
9402026-06-20T23:55:28.010Z Downloaded ucd-trie v0.1.7
9412026-06-20T23:55:28.011Z Downloaded trybuild v1.0.116
9422026-06-20T23:55:28.011Z Downloaded zeroize_derive v1.4.3
9432026-06-20T23:55:28.079Z Downloaded blake3 v1.8.3
9442026-06-20T23:55:28.079Z Downloaded zone_cfg_derive v0.3.1
9452026-06-20T23:55:28.079Z Downloaded zone v0.3.1
9462026-06-20T23:55:28.079Z Downloaded zerofrom-derive v0.1.6
9472026-06-20T23:55:28.079Z Downloaded zerofrom v0.1.6
9482026-06-20T23:55:28.079Z Downloaded uzers v0.12.2
9492026-06-20T23:55:28.079Z Downloaded reedline v0.40.0
9502026-06-20T23:55:28.079Z Downloaded p521 v0.13.3
9512026-06-20T23:55:28.079Z Downloaded textwrap v0.16.2
9522026-06-20T23:55:28.079Z Downloaded libm v0.2.16
9532026-06-20T23:55:28.079Z Downloaded walkdir v2.5.0
9542026-06-20T23:55:28.079Z Downloaded vsss-rs v3.3.4
9552026-06-20T23:55:28.079Z Downloaded vergen-lib v9.1.0
9562026-06-20T23:55:28.079Z Downloaded vergen-lib v0.1.6
9572026-06-20T23:55:28.079Z Downloaded whoami v2.1.0
9582026-06-20T23:55:28.079Z Downloaded vergen-gitcl v1.0.8
9592026-06-20T23:55:28.079Z Downloaded whoami v1.6.1
9602026-06-20T23:55:28.079Z Downloaded toml v0.7.8
9612026-06-20T23:55:28.079Z Downloaded serde_with v1.14.0
9622026-06-20T23:55:28.079Z Downloaded writeable v0.6.2
9632026-06-20T23:55:28.079Z Downloaded steno v0.4.1
9642026-06-20T23:55:28.079Z Downloaded unicode-properties v0.1.4
9652026-06-20T23:55:28.079Z Downloaded vergen-git2 v9.1.0
9662026-06-20T23:55:28.079Z Downloaded tar v0.4.45
9672026-06-20T23:55:28.079Z Downloaded wyz v0.5.1
9682026-06-20T23:55:28.079Z Downloaded plotters v0.3.7
9692026-06-20T23:55:28.079Z Downloaded tungstenite v0.23.0
9702026-06-20T23:55:28.080Z Downloaded typify v0.6.2
9712026-06-20T23:55:28.080Z Downloaded tracing-core v0.1.36
9722026-06-20T23:55:28.080Z Downloaded zerovec-derive v0.11.2
9732026-06-20T23:55:28.080Z Downloaded unicode-ident v1.0.24
9742026-06-20T23:55:28.080Z Downloaded yoke v0.8.1
9752026-06-20T23:55:28.080Z Downloaded xshell v0.2.7
9762026-06-20T23:55:28.080Z Downloaded xattr v1.6.1
9772026-06-20T23:55:28.080Z Downloaded lalrpop v0.19.12
9782026-06-20T23:55:28.080Z Downloaded zeroize v1.8.2
9792026-06-20T23:55:28.080Z Downloaded reqwest v0.12.28
9802026-06-20T23:55:28.080Z Downloaded regex v1.12.3
9812026-06-20T23:55:28.080Z Downloaded tungstenite v0.21.0
9822026-06-20T23:55:28.080Z Downloaded rpassword v7.4.0
9832026-06-20T23:55:28.080Z Downloaded toml_edit v0.22.27
9842026-06-20T23:55:28.080Z Downloaded goblin v0.10.5
9852026-06-20T23:55:28.080Z Downloaded unicode-bidi v0.3.18
9862026-06-20T23:55:28.080Z Downloaded zstd-safe v7.2.4
9872026-06-20T23:55:28.080Z Downloaded zstd v0.13.3
9882026-06-20T23:55:28.080Z Downloaded zerocopy v0.6.6
9892026-06-20T23:55:28.080Z Downloaded git2 v0.20.4
9902026-06-20T23:55:28.080Z Downloaded unsafe-libyaml v0.2.11
9912026-06-20T23:55:28.080Z Downloaded ssh-key v0.6.7
9922026-06-20T23:55:28.080Z Downloaded toml v1.0.6+spec-1.1.0
9932026-06-20T23:55:28.080Z Downloaded zmij v1.0.21
9942026-06-20T23:55:28.080Z Downloaded yasna v0.5.2
9952026-06-20T23:55:28.080Z Downloaded zerocopy-derive v0.7.35
9962026-06-20T23:55:28.080Z Downloaded toml_edit v0.23.10+spec-1.0.0
9972026-06-20T23:55:28.080Z Downloaded portable-atomic v1.13.1
9982026-06-20T23:55:28.080Z Downloaded uuid v1.23.0
9992026-06-20T23:55:28.080Z Downloaded vergen v9.1.0
10002026-06-20T23:55:28.080Z Downloaded vte v0.14.1
10012026-06-20T23:55:28.080Z Downloaded reqwest v0.13.2
10022026-06-20T23:55:28.080Z Downloaded typenum v1.19.0
10032026-06-20T23:55:28.080Z Downloaded tokio-postgres v0.7.16
10042026-06-20T23:55:28.080Z Downloaded serde_json v1.0.149
10052026-06-20T23:55:28.080Z Downloaded rayon v1.11.0
10062026-06-20T23:55:28.080Z Downloaded p384 v0.13.1
10072026-06-20T23:55:28.080Z Downloaded gimli v0.32.3
10082026-06-20T23:55:28.081Z Downloaded zopfli v0.8.3
10092026-06-20T23:55:28.081Z Downloaded toml_edit v0.19.15
10102026-06-20T23:55:28.081Z Downloaded url v2.5.8
10112026-06-20T23:55:28.081Z Downloaded unicode_categories v0.1.1
10122026-06-20T23:55:28.081Z Downloaded zip v0.6.6
10132026-06-20T23:55:28.081Z Downloaded rustls-webpki v0.101.7
10142026-06-20T23:55:28.081Z Downloaded petname v2.0.2
10152026-06-20T23:55:28.081Z Downloaded moka v0.12.13
10162026-06-20T23:55:28.081Z Downloaded zerotrie v0.2.3
10172026-06-20T23:55:28.081Z Downloaded salty v0.3.0
10182026-06-20T23:55:28.081Z Downloaded tower v0.5.3
10192026-06-20T23:55:28.081Z Downloaded quick-xml v0.37.5
10202026-06-20T23:55:28.081Z Downloaded yansi v1.0.1
10212026-06-20T23:55:28.081Z Downloaded typed-path v0.9.3
10222026-06-20T23:55:28.081Z Downloaded curve25519-dalek v4.1.3
10232026-06-20T23:55:28.081Z Downloaded unicode-segmentation v1.12.0
10242026-06-20T23:55:28.081Z Downloaded object v0.30.4
10252026-06-20T23:55:28.081Z Downloaded proptest v1.10.0
10262026-06-20T23:55:28.081Z Downloaded rustls-webpki v0.102.8
10272026-06-20T23:55:28.081Z Downloaded zerocopy-derive v0.8.40
10282026-06-20T23:55:28.081Z Downloaded serde_with v3.17.0
10292026-06-20T23:55:28.081Z Downloaded tough v0.22.0
10302026-06-20T23:55:28.081Z Downloaded bstr v1.12.1
10312026-06-20T23:55:28.081Z Downloaded unicode-normalization v0.1.25
10322026-06-20T23:55:28.081Z Downloaded x509-cert v0.2.5
10332026-06-20T23:55:28.081Z Downloaded tower-http v0.6.8
10342026-06-20T23:55:28.082Z Downloaded tokio-util v0.7.18
10352026-06-20T23:55:28.082Z Downloaded radix_trie v0.2.1
10362026-06-20T23:55:28.082Z Downloaded openssl v0.10.79
10372026-06-20T23:55:28.082Z Downloaded nix v0.27.1
10382026-06-20T23:55:28.082Z Downloaded zerovec v0.11.5
10392026-06-20T23:55:28.082Z Downloaded dropshot v0.17.0
10402026-06-20T23:55:28.082Z Downloaded quinn-proto v0.11.13
10412026-06-20T23:55:28.082Z Downloaded winnow v0.5.40
10422026-06-20T23:55:28.082Z Downloaded zip v4.6.1
10432026-06-20T23:55:28.186Z Downloaded polar-core v0.27.3
10442026-06-20T23:55:28.186Z Downloaded diesel v2.3.7
10452026-06-20T23:55:28.186Z Downloaded zerocopy v0.7.35
10462026-06-20T23:55:28.186Z Downloaded nix v0.28.0
10472026-06-20T23:55:28.186Z Downloaded winnow v0.6.26
10482026-06-20T23:55:28.186Z Downloaded tabled v0.15.0
10492026-06-20T23:55:28.186Z Downloaded nix v0.31.2
10502026-06-20T23:55:28.186Z Downloaded tabled v0.20.0
10512026-06-20T23:55:28.187Z Downloaded regex-syntax v0.6.29
10522026-06-20T23:55:28.187Z Downloaded winnow v0.7.14
10532026-06-20T23:55:28.187Z Downloaded rustls v0.21.12
10542026-06-20T23:55:28.187Z Downloaded smoltcp v0.9.1
10552026-06-20T23:55:28.188Z Downloaded time v0.3.47
10562026-06-20T23:55:28.188Z Downloaded object v0.37.3
10572026-06-20T23:55:28.188Z Downloaded openapiv3 v2.2.0
10582026-06-20T23:55:28.188Z Downloaded syn v1.0.109
10592026-06-20T23:55:28.188Z Downloaded hickory-proto v0.25.2
10602026-06-20T23:55:28.188Z Downloaded vcpkg v0.2.15
10612026-06-20T23:55:28.188Z Downloaded zlib-rs v0.6.2
10622026-06-20T23:55:28.188Z Downloaded rustls v0.22.4
10632026-06-20T23:55:28.188Z Downloaded smoltcp v0.11.0
10642026-06-20T23:55:28.188Z Downloaded zerocopy v0.8.40
10652026-06-20T23:55:28.188Z Downloaded unicode-width v0.2.0
10662026-06-20T23:55:28.188Z Downloaded rustls v0.23.37
10672026-06-20T23:55:28.188Z Downloaded rustix v0.38.44
10682026-06-20T23:55:28.188Z Downloaded regress v0.11.1
10692026-06-20T23:55:28.188Z Downloaded regex-syntax v0.8.10
10702026-06-20T23:55:28.188Z Downloaded webpki-roots v1.0.6
10712026-06-20T23:55:28.188Z Downloaded unicode-width v0.1.14
10722026-06-20T23:55:28.188Z Downloaded syn v2.0.117
10732026-06-20T23:55:28.188Z Downloaded regress v0.10.5
10742026-06-20T23:55:28.188Z Downloaded rustix v1.1.3
10752026-06-20T23:55:28.188Z Downloaded hickory-proto v0.24.4
10762026-06-20T23:55:28.188Z Downloaded sqlparser v0.61.0
10772026-06-20T23:55:28.188Z Downloaded typify-impl v0.6.2
10782026-06-20T23:55:28.188Z Downloaded ratatui v0.29.0
10792026-06-20T23:55:28.188Z Downloaded sled v0.34.7
10802026-06-20T23:55:28.188Z Downloaded bzip2-sys v0.1.13+1.0.8
10812026-06-20T23:55:28.188Z Downloaded tracing v0.1.44
10822026-06-20T23:55:28.188Z Downloaded regex-automata v0.4.14
10832026-06-20T23:55:28.188Z Downloaded petgraph v0.8.3
10842026-06-20T23:55:28.188Z Downloaded libz-sys v1.1.24
10852026-06-20T23:55:28.188Z Downloaded zerocopy-derive v0.6.6
10862026-06-20T23:55:28.188Z Downloaded chrono-tz v0.10.4
10872026-06-20T23:55:28.188Z Downloaded petgraph v0.6.5
10882026-06-20T23:55:28.189Z Downloaded jiff v0.2.21
10892026-06-20T23:55:28.189Z Downloaded libc v0.2.185
10902026-06-20T23:55:28.189Z Downloaded csv v1.4.0
10912026-06-20T23:55:28.189Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10922026-06-20T23:55:28.189Z Downloaded sha3 v0.10.8
10932026-06-20T23:55:28.189Z Downloaded tokio v1.52.1
10942026-06-20T23:55:28.189Z Downloaded encoding_rs v0.8.35
10952026-06-20T23:55:28.189Z Downloaded libgit2-sys v0.18.3+1.9.2
10962026-06-20T23:55:28.189Z Downloaded ring v0.17.14
10972026-06-20T23:55:28.189Z Downloaded httpmock v0.8.3
10982026-06-20T23:55:28.189Z Downloaded bitvec v1.0.1
10992026-06-20T23:55:28.189Z Downloaded aws-lc-sys v0.40.0
11002026-06-20T23:55:28.672Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11012026-06-20T23:55:30.047Z Startup: Refreshing catalog 'helios' ... Done
11022026-06-20T23:55:30.398Z Startup: Caching catalogs ... Done
11032026-06-20T23:55:30.810ZPlanning: Solver setup ... Done (0.311s)
11042026-06-20T23:55:30.851ZPlanning: Running solver ... Done (0.022s)
11052026-06-20T23:55:30.851ZPlanning: Finding local manifests ... Done (0.003s)
11062026-06-20T23:55:30.851ZPlanning: Fetching manifests: 0/2 0% complete
11072026-06-20T23:55:30.851ZPlanning: Fetching manifests: 2/2 100% complete
11082026-06-20T23:55:30.866ZPlanning: Package planning ... Done (0.013s)
11092026-06-20T23:55:30.866ZPlanning: Merging actions ... Done (0.001s)
11102026-06-20T23:55:31.043ZPlanning: Checking for conflicting actions ... Done (0.187s)
11112026-06-20T23:55:31.171ZPlanning: Consolidating action changes ... Done (0.001s)
11122026-06-20T23:55:32.056ZPlanning: Evaluating mediators ... Done (0.916s)
11132026-06-20T23:55:32.056ZPlanning: Planning completed in 1.53 seconds
11142026-06-20T23:55:32.057Z Packages to install: 2
11152026-06-20T23:55:32.057Z Estimated space available: 155.80 GB
11162026-06-20T23:55:32.057ZEstimated space to be consumed: 26.78 MB
11172026-06-20T23:55:32.057Z Create boot environment: No
11182026-06-20T23:55:32.057ZCreate backup boot environment: No
11192026-06-20T23:55:32.057Z Rebuild boot archive: No
11202026-06-20T23:55:32.057Z
11212026-06-20T23:55:32.057ZChanged packages:
11222026-06-20T23:55:32.057Zhelios
11232026-06-20T23:55:32.057Z developer/build-essential
11242026-06-20T23:55:32.057Z None -> 11-3.0
11252026-06-20T23:55:32.057Z library/libxmlsec1
11262026-06-20T23:55:32.057Z None -> 1.2.35-3.0
11272026-06-20T23:55:32.057Z
11282026-06-20T23:55:32.057ZDownload: 0/214 items 0.0/1.3MB 0% complete
11292026-06-20T23:55:33.366ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
11302026-06-20T23:55:33.759Z Actions: 1/268 actions (Installing new actions)
11312026-06-20T23:55:33.759Z Actions: Completed 268 actions in 0.04 seconds.
11322026-06-20T23:55:33.760ZFinalize: Updating package state database ... Done (0.009s)
11332026-06-20T23:55:33.760ZFinalize: Updating package cache ... Done (0.000s)
11342026-06-20T23:55:33.760ZFinalize: Updating image state ... Done (0.025s)
11352026-06-20T23:55:36.008ZFinalize: Creating fast lookup database ... Done (2.549s)
11362026-06-20T23:55:36.096ZFinalize: Reading search index ... Done (0.014s)
11372026-06-20T23:55:36.216ZFinalize: Updating search index ... Done (0.000s)
11382026-06-20T23:55:36.216ZFinalize: Updating package cache ... Done (0.000s)
11392026-06-20T23:55:36.438ZPlanning: Evaluating mediator changes ... Done
11402026-06-20T23:55:36.556ZPlanning: Checking for conflicting actions ... Done
11412026-06-20T23:55:36.621ZPlanning: Consolidating action changes ... Done
11422026-06-20T23:55:36.721ZPlanning: Evaluating mediators ... Done
11432026-06-20T23:55:36.802ZPlanning: Planning completed in 0.26 seconds
11442026-06-20T23:55:36.802Z Mediators to change: 2
11452026-06-20T23:55:36.802Z Create boot environment: No
11462026-06-20T23:55:36.802ZCreate backup boot environment: No
11472026-06-20T23:55:36.899ZFinalize: Updating package state database ... Done
11482026-06-20T23:55:36.900ZFinalize: Updating package cache ... Done
11492026-06-20T23:55:36.900ZFinalize: Updating image state ... Done
11502026-06-20T23:55:38.710ZFinalize: Creating fast lookup database ... Done
11512026-06-20T23:55:38.775ZFinalize: Reading search index ... Done
11522026-06-20T23:55:38.782ZFinalize: Updating search index ... Done
11532026-06-20T23:55:38.862ZFinalize: Updating package cache ... Done
11542026-06-20T23:55:39.145ZPlanning: Evaluating mediator changes ... Done
11552026-06-20T23:55:39.249ZPlanning: Checking for conflicting actions ... Done
11562026-06-20T23:55:39.256ZPlanning: Consolidating action changes ... Done
11572026-06-20T23:55:39.407ZPlanning: Evaluating mediators ... Done
11582026-06-20T23:55:39.412ZPlanning: Planning completed in 0.26 seconds
11592026-06-20T23:55:39.430Z Mediators to change: 1
11602026-06-20T23:55:39.430Z Create boot environment: No
11612026-06-20T23:55:39.430ZCreate backup boot environment: No
11622026-06-20T23:55:39.503ZFinalize: Updating package state database ... Done
11632026-06-20T23:55:39.503ZFinalize: Updating package cache ... Done
11642026-06-20T23:55:39.516ZFinalize: Updating image state ... Done
11652026-06-20T23:55:41.448ZFinalize: Creating fast lookup database ... Done
11662026-06-20T23:55:41.512ZFinalize: Reading search index ... Done
11672026-06-20T23:55:41.517ZFinalize: Updating search index ... Done
11682026-06-20T23:55:41.589ZFinalize: Updating package cache ... Done
11692026-06-20T23:55:41.896ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11702026-06-20T23:55:41.896Zapache system 2.4 system
11712026-06-20T23:55:41.896Zclang system 15 system
11722026-06-20T23:55:41.896Zcsh system system illumos
11732026-06-20T23:55:41.896Zctags system system illumos
11742026-06-20T23:55:41.896Zfile vendor vendor darwinsys
11752026-06-20T23:55:41.896Zfile system system illumos
11762026-06-20T23:55:41.896Zgcc vendor 14 vendor
11772026-06-20T23:55:41.896Zgcc system 13 system
11782026-06-20T23:55:41.896Zgcc system 10 system
11792026-06-20T23:55:41.897Zgo system 1.25 system
11802026-06-20T23:55:41.897Zllvm system 15 system
11812026-06-20T23:55:41.897Zmariadb system 11.4 system
11822026-06-20T23:55:41.897Zmta vendor vendor dma
11832026-06-20T23:55:41.897Zopenjdk system 17 system
11842026-06-20T23:55:41.897Zopenjdk system 11 system
11852026-06-20T23:55:41.897Zopenssl vendor 3 vendor
11862026-06-20T23:55:41.897Zperl system 5.40 system
11872026-06-20T23:55:41.897Zpostgresql system 18 system
11882026-06-20T23:55:41.897Zpostgresql system 17 system
11892026-06-20T23:55:41.897Zpython vendor 3 vendor
11902026-06-20T23:55:41.897Zpython system 2 system
11912026-06-20T23:55:41.897Zpython3 vendor 3.13 vendor
11922026-06-20T23:55:41.897Zruby system 3.4 system
11932026-06-20T23:55:41.897Zruby system 3.0 system
11942026-06-20T23:55:41.897Zwords vendor vendor american-english
11952026-06-20T23:55:41.897Zwords system system australian-english
11962026-06-20T23:55:41.897Zwords system system british-english
11972026-06-20T23:55:41.897Zwords system system canadian-english
11982026-06-20T23:55:41.897Zwords system system french
11992026-06-20T23:55:41.898Zwords system system italian
12002026-06-20T23:55:41.898Zwords system system ngerman
12012026-06-20T23:55:41.898Zwords system system ogerman
12022026-06-20T23:55:41.898Zwords system system spanish
12032026-06-20T23:55:42.150ZPUBLISHER TYPE STATUS P LOCATION
12042026-06-20T23:55:42.150Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12052026-06-20T23:55:42.439ZFMRI IFO
12062026-06-20T23:55:42.439Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12072026-06-20T23:55:42.439Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12082026-06-20T23:55:42.439Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12092026-06-20T23:55:42.439Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12102026-06-20T23:55:42.439Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12112026-06-20T23:55:42.439Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12122026-06-20T23:55:42.439Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12132026-06-20T23:55:42.439Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12142026-06-20T23:55:42.439Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12152026-06-20T23:55:42.973Z Downloading crates ...
12162026-06-20T23:55:43.017Z Downloaded cargo_toml v0.21.0
12172026-06-20T23:55:43.075Z Compiling proc-macro2 v1.0.106
12182026-06-20T23:55:43.075Z Compiling quote v1.0.45
12192026-06-20T23:55:43.075Z Compiling unicode-ident v1.0.24
12202026-06-20T23:55:43.079Z Compiling serde_core v1.0.228
12212026-06-20T23:55:43.079Z Compiling libc v0.2.185
12222026-06-20T23:55:43.079Z Compiling version_check v0.9.5
12232026-06-20T23:55:43.079Z Compiling serde v1.0.228
12242026-06-20T23:55:43.079Z Compiling memchr v2.8.0
12252026-06-20T23:55:43.079Z Compiling stable_deref_trait v1.2.1
12262026-06-20T23:55:43.158Z Compiling zmij v1.0.21
12272026-06-20T23:55:43.164Z Compiling ucd-trie v0.1.7
12282026-06-20T23:55:43.164Z Compiling itoa v1.0.17
12292026-06-20T23:55:43.164Z Compiling autocfg v1.5.0
12302026-06-20T23:55:43.164Z Compiling thiserror v1.0.69
12312026-06-20T23:55:43.164Z Compiling litemap v0.8.1
12322026-06-20T23:55:43.301Z Compiling writeable v0.6.2
12332026-06-20T23:55:43.358Z Compiling byteorder v1.5.0
12342026-06-20T23:55:43.462Z Compiling icu_normalizer_data v2.1.1
12352026-06-20T23:55:43.468Z Compiling icu_properties_data v2.1.2
12362026-06-20T23:55:43.517Z Compiling rustix v1.1.3
12372026-06-20T23:55:43.597Z Compiling pest v2.8.6
12382026-06-20T23:55:43.610Z Compiling serde_json v1.0.149
12392026-06-20T23:55:43.626Z Compiling bitflags v2.11.0
12402026-06-20T23:55:43.687Z Compiling typeid v1.0.3
12412026-06-20T23:55:43.703Z Compiling num-traits v0.2.19
12422026-06-20T23:55:43.774Z Compiling equivalent v1.0.2
12432026-06-20T23:55:43.785Z Compiling hashbrown v0.17.0
12442026-06-20T23:55:43.857Z Compiling smallvec v1.15.1
12452026-06-20T23:55:43.881Z Compiling usdt-impl v0.5.0
12462026-06-20T23:55:43.885Z Compiling proc-macro-error-attr v1.0.4
12472026-06-20T23:55:43.902Z Compiling erased-serde v0.4.9
12482026-06-20T23:55:43.923Z Compiling syn v1.0.109
12492026-06-20T23:55:43.923Z Compiling toml_write v0.1.2
12502026-06-20T23:55:44.069Z Compiling errno v0.3.14
12512026-06-20T23:55:44.100Z Compiling thread-id v4.2.2
12522026-06-20T23:55:44.111Z Compiling winnow v0.7.14
12532026-06-20T23:55:44.200Z Compiling proc-macro-error v1.0.4
12542026-06-20T23:55:44.221Z Compiling utf8_iter v1.0.4
12552026-06-20T23:55:44.242Z Compiling plain v0.2.3
12562026-06-20T23:55:44.263Z Compiling thiserror v2.0.18
12572026-06-20T23:55:44.304Z Compiling utf8parse v0.2.2
12582026-06-20T23:55:44.317Z Compiling getrandom v0.4.1
12592026-06-20T23:55:44.324Z Compiling percent-encoding v2.3.2
12602026-06-20T23:55:44.363Z Compiling indexmap v2.14.0
12612026-06-20T23:55:44.393Z Compiling log v0.4.29
12622026-06-20T23:55:44.415Z Compiling camino v1.2.2
12632026-06-20T23:55:44.439Z Compiling anstyle-parse v1.0.0
12642026-06-20T23:55:44.537Z Compiling form_urlencoded v1.2.2
12652026-06-20T23:55:44.590Z Compiling syn v2.0.117
12662026-06-20T23:55:44.675Z Compiling anstyle v1.0.14
12672026-06-20T23:55:44.686Z Compiling colorchoice v1.0.4
12682026-06-20T23:55:44.732Z Compiling pest_meta v2.8.6
12692026-06-20T23:55:44.778Z Compiling ordered-float v2.10.1
12702026-06-20T23:55:44.800Z Compiling anstyle-query v1.1.5
12712026-06-20T23:55:44.818Z Compiling cfg-if v1.0.4
12722026-06-20T23:55:44.840Z Compiling pretty-hex v0.4.1
12732026-06-20T23:55:44.859Z Compiling is_terminal_polyfill v1.70.2
12742026-06-20T23:55:44.930Z Compiling anstream v1.0.0
12752026-06-20T23:55:44.976Z Compiling fs-err v3.3.0
12762026-06-20T23:55:44.990Z Compiling clap_lex v1.0.0
12772026-06-20T23:55:45.008Z Compiling heck v0.4.1
12782026-06-20T23:55:45.036Z Compiling strsim v0.11.1
12792026-06-20T23:55:45.055Z Compiling once_cell v1.21.3
12802026-06-20T23:55:45.087Z Compiling terminal_size v0.4.3
12812026-06-20T23:55:45.108Z Compiling bytecount v0.6.9
12822026-06-20T23:55:45.185Z Compiling unicode-width v0.1.14
12832026-06-20T23:55:45.235Z Compiling unicode-xid v0.2.6
12842026-06-20T23:55:45.245Z Compiling heck v0.5.0
12852026-06-20T23:55:45.254Z Compiling fnv v1.0.7
12862026-06-20T23:55:45.264Z Compiling anyhow v1.0.102
12872026-06-20T23:55:45.275Z Compiling fastrand v2.3.0
12882026-06-20T23:55:45.285Z Compiling clap_builder v4.6.0
12892026-06-20T23:55:45.376Z Compiling memmap v0.7.0
12902026-06-20T23:55:45.487Z Compiling semver v1.0.28
12912026-06-20T23:55:45.569Z Compiling tempfile v3.25.0
12922026-06-20T23:55:45.581Z Compiling papergrid v0.11.0
12932026-06-20T23:55:45.596Z Compiling unicode-width v0.2.0
12942026-06-20T23:55:45.606Z Compiling smawk v0.3.2
12952026-06-20T23:55:45.677Z Compiling unicode-linebreak v0.1.5
12962026-06-20T23:55:45.826Z Compiling camino-tempfile v1.4.1
12972026-06-20T23:55:45.892Z Compiling serde-untagged v0.1.9
12982026-06-20T23:55:45.903Z Compiling textwrap v0.16.2
12992026-06-20T23:55:45.960Z Compiling swrite v0.1.0
13002026-06-20T23:55:45.969Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13012026-06-20T23:55:46.397Z Compiling tabled_derive v0.7.0
13022026-06-20T23:55:47.138Z Compiling tabled v0.15.0
13032026-06-20T23:55:47.150Z Compiling synstructure v0.13.2
13042026-06-20T23:55:47.153Z Compiling pest_generator v2.8.6
13052026-06-20T23:55:47.688Z Compiling serde_derive v1.0.228
13062026-06-20T23:55:47.688Z Compiling zerofrom-derive v0.1.6
13072026-06-20T23:55:47.694Z Compiling yoke-derive v0.8.1
13082026-06-20T23:55:47.694Z Compiling zerovec-derive v0.11.2
13092026-06-20T23:55:47.694Z Compiling displaydoc v0.2.5
13102026-06-20T23:55:47.694Z Compiling thiserror-impl v1.0.69
13112026-06-20T23:55:47.694Z Compiling zerocopy-derive v0.7.35
13122026-06-20T23:55:47.694Z Compiling pest_derive v2.8.6
13132026-06-20T23:55:47.694Z Compiling scroll_derive v0.12.1
13142026-06-20T23:55:47.694Z Compiling thiserror-impl v2.0.18
13152026-06-20T23:55:47.695Z Compiling clap_derive v4.6.1
13162026-06-20T23:55:48.302Z Compiling scroll v0.12.0
13172026-06-20T23:55:48.487Z Compiling zerocopy v0.7.35
13182026-06-20T23:55:48.534Z Compiling goblin v0.8.2
13192026-06-20T23:55:48.776Z Compiling zerofrom v0.1.6
13202026-06-20T23:55:48.805Z Compiling dtrace-parser v0.2.0
13212026-06-20T23:55:48.869Z Compiling yoke v0.8.1
13222026-06-20T23:55:49.013Z Compiling zerovec v0.11.5
13232026-06-20T23:55:49.013Z Compiling zerotrie v0.2.3
13242026-06-20T23:55:49.091Z Compiling clap v4.6.1
13252026-06-20T23:55:49.425Z Compiling tinystr v0.8.2
13262026-06-20T23:55:49.425Z Compiling potential_utf v0.1.4
13272026-06-20T23:55:49.531Z Compiling icu_collections v2.1.1
13282026-06-20T23:55:49.563Z Compiling icu_locale_core v2.1.1
13292026-06-20T23:55:50.075Z Compiling icu_provider v2.1.1
13302026-06-20T23:55:50.113Z Compiling toml_datetime v0.6.11
13312026-06-20T23:55:50.113Z Compiling serde_spanned v0.6.9
13322026-06-20T23:55:50.113Z Compiling serde-value v0.7.0
13332026-06-20T23:55:50.113Z Compiling cargo-platform v0.2.0
13342026-06-20T23:55:50.116Z Compiling macaddr v1.0.1
13352026-06-20T23:55:50.123Z Compiling dof v0.3.0
13362026-06-20T23:55:50.125Z Compiling serde_tokenstream v0.2.3
13372026-06-20T23:55:50.352Z Compiling toml_edit v0.22.27
13382026-06-20T23:55:50.365Z Compiling icu_normalizer v2.1.1
13392026-06-20T23:55:50.365Z Compiling icu_properties v2.1.2
13402026-06-20T23:55:50.872Z Compiling usdt-macro v0.5.0
13412026-06-20T23:55:50.872Z Compiling usdt-attr-macro v0.5.0
13422026-06-20T23:55:51.144Z Compiling idna_adapter v1.2.1
13432026-06-20T23:55:51.242Z Compiling idna v1.1.0
13442026-06-20T23:55:51.436Z Compiling usdt v0.5.0
13452026-06-20T23:55:51.485Z Compiling url v2.5.8
13462026-06-20T23:55:51.607Z Compiling toml v0.8.23
13472026-06-20T23:55:51.929Z Compiling cargo-util-schemas v0.8.2
13482026-06-20T23:55:51.929Z Compiling cargo_toml v0.21.0
13492026-06-20T23:55:52.719Z Compiling cargo_metadata v0.21.0
13502026-06-20T23:55:53.634Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13512026-06-20T23:55:55.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.19s
13522026-06-20T23:55:55.765Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13532026-06-20T23:55:56.457Z Compiling libc v0.2.185
13542026-06-20T23:55:56.457Z Compiling serde v1.0.228
13552026-06-20T23:55:56.460Z Compiling log v0.4.29
13562026-06-20T23:55:56.460Z Compiling shlex v1.3.0
13572026-06-20T23:55:56.460Z Compiling find-msvc-tools v0.1.9
13582026-06-20T23:55:56.460Z Compiling smallvec v1.15.1
13592026-06-20T23:55:56.460Z Compiling typenum v1.19.0
13602026-06-20T23:55:56.460Z Compiling subtle v2.6.1
13612026-06-20T23:55:56.460Z Compiling generic-array v0.14.7
13622026-06-20T23:55:56.460Z Compiling scopeguard v1.2.0
13632026-06-20T23:55:56.628Z Compiling const-oid v0.9.6
13642026-06-20T23:55:56.638Z Compiling serde_json v1.0.149
13652026-06-20T23:55:56.662Z Compiling syn v2.0.117
13662026-06-20T23:55:56.674Z Compiling zerocopy v0.8.40
13672026-06-20T23:55:56.678Z Compiling pin-project-lite v0.2.17
13682026-06-20T23:55:56.687Z Compiling parking_lot_core v0.9.12
13692026-06-20T23:55:56.747Z Compiling lock_api v0.4.14
13702026-06-20T23:55:56.765Z Compiling portable-atomic v1.13.1
13712026-06-20T23:55:56.822Z Compiling pkg-config v0.3.32
13722026-06-20T23:55:56.837Z Compiling bitflags v2.11.0
13732026-06-20T23:55:56.851Z Compiling libm v0.2.16
13742026-06-20T23:55:56.864Z Compiling critical-section v1.2.0
13752026-06-20T23:55:56.867Z Compiling futures-core v0.3.32
13762026-06-20T23:55:56.969Z Compiling num-traits v0.2.19
13772026-06-20T23:55:57.014Z Compiling percent-encoding v2.3.2
13782026-06-20T23:55:57.056Z Compiling futures-sink v0.3.32
13792026-06-20T23:55:57.070Z Compiling slab v0.4.12
13802026-06-20T23:55:57.070Z Compiling getrandom v0.4.1
13812026-06-20T23:55:57.106Z Compiling futures-task v0.3.32
13822026-06-20T23:55:57.119Z Compiling futures-io v0.3.32
13832026-06-20T23:55:57.211Z Compiling futures-channel v0.3.32
13842026-06-20T23:55:57.233Z Compiling cpufeatures v0.2.17
13852026-06-20T23:55:57.237Z Compiling rand_core v0.10.0
13862026-06-20T23:55:57.292Z Compiling indexmap v2.14.0
13872026-06-20T23:55:57.307Z Compiling rustversion v1.0.22
13882026-06-20T23:55:57.307Z Compiling getrandom v0.3.4
13892026-06-20T23:55:57.333Z Compiling form_urlencoded v1.2.2
13902026-06-20T23:55:57.396Z Compiling fs_extra v1.3.0
13912026-06-20T23:55:57.409Z Compiling dunce v1.0.5
13922026-06-20T23:55:57.424Z Compiling ident_case v1.0.1
13932026-06-20T23:55:57.427Z Compiling base64ct v1.8.3
13942026-06-20T23:55:57.464Z Compiling iana-time-zone v0.1.65
13952026-06-20T23:55:57.482Z Compiling regex-syntax v0.8.10
13962026-06-20T23:55:57.519Z Compiling getrandom v0.2.17
13972026-06-20T23:55:57.537Z Compiling jobserver v0.1.34
13982026-06-20T23:55:57.560Z Compiling errno v0.3.14
13992026-06-20T23:55:57.664Z Compiling rand_core v0.6.4
14002026-06-20T23:55:57.677Z Compiling signal-hook-registry v1.4.8
14012026-06-20T23:55:57.681Z Compiling mio v1.2.0
14022026-06-20T23:55:57.704Z Compiling socket2 v0.6.3
14032026-06-20T23:55:57.751Z Compiling once_cell v1.21.3
14042026-06-20T23:55:57.766Z Compiling cc v1.2.56
14052026-06-20T23:55:57.858Z Compiling parking_lot v0.12.5
14062026-06-20T23:55:57.979Z Compiling pem-rfc7468 v0.7.0
14072026-06-20T23:55:57.982Z Compiling rustix v1.1.3
14082026-06-20T23:55:57.982Z Compiling flagset v0.4.7
14092026-06-20T23:55:57.982Z Compiling aws-lc-rs v1.16.3
14102026-06-20T23:55:58.035Z Compiling vcpkg v0.2.15
14112026-06-20T23:55:58.127Z Compiling tracing-core v0.1.36
14122026-06-20T23:55:58.140Z Compiling uuid v1.23.0
14132026-06-20T23:55:58.153Z Compiling rustc_version v0.4.1
14142026-06-20T23:55:58.186Z Compiling base64 v0.22.1
14152026-06-20T23:55:58.244Z Compiling rand_core v0.9.5
14162026-06-20T23:55:58.313Z Compiling untrusted v0.7.1
14172026-06-20T23:55:58.327Z Compiling tinyvec_macros v0.1.1
14182026-06-20T23:55:58.341Z Compiling httparse v1.10.1
14192026-06-20T23:55:58.357Z Compiling untrusted v0.9.0
14202026-06-20T23:55:58.408Z Compiling openssl-probe v0.2.1
14212026-06-20T23:55:58.450Z Compiling tinyvec v1.10.0
14222026-06-20T23:55:58.496Z Compiling aho-corasick v1.1.4
14232026-06-20T23:55:58.511Z Compiling cmake v0.1.57
14242026-06-20T23:55:58.527Z Compiling atomic-waker v1.1.2
14252026-06-20T23:55:58.530Z Compiling tower-layer v0.3.3
14262026-06-20T23:55:58.569Z Compiling dyn-clone v1.0.20
14272026-06-20T23:55:58.602Z Compiling tower-service v0.3.3
14282026-06-20T23:55:58.605Z Compiling rustls v0.23.37
14292026-06-20T23:55:58.674Z Compiling try-lock v0.2.5
14302026-06-20T23:55:58.698Z Compiling schemars v0.8.22
14312026-06-20T23:55:58.727Z Compiling openssl v0.10.79
14322026-06-20T23:55:58.730Z Compiling pin-utils v0.1.0
14332026-06-20T23:55:58.730Z Compiling httpdate v1.0.3
14342026-06-20T23:55:58.797Z Compiling want v0.3.1
14352026-06-20T23:55:58.812Z Compiling foreign-types-shared v0.1.1
14362026-06-20T23:55:58.812Z Compiling unicode-normalization v0.1.25
14372026-06-20T23:55:58.873Z Compiling socket2 v0.5.10
14382026-06-20T23:55:58.876Z Compiling spin v0.9.8
14392026-06-20T23:55:58.876Z Compiling native-tls v0.2.18
14402026-06-20T23:55:58.912Z Compiling foreign-types v0.3.2
14412026-06-20T23:55:58.944Z Compiling num-conv v0.2.0
14422026-06-20T23:55:58.961Z Compiling powerfmt v0.2.0
14432026-06-20T23:55:58.977Z Compiling time-core v0.1.8
14442026-06-20T23:55:58.977Z Compiling crc32fast v1.5.0
14452026-06-20T23:55:58.980Z Compiling wait-timeout v0.2.1
14462026-06-20T23:55:59.018Z Compiling sync_wrapper v1.0.2
14472026-06-20T23:55:59.061Z Compiling usdt-impl v0.6.0
14482026-06-20T23:55:59.075Z Compiling syn v1.0.109
14492026-06-20T23:55:59.090Z Compiling quick-error v1.2.3
14502026-06-20T23:55:59.104Z Compiling num_threads v0.1.7
14512026-06-20T23:55:59.136Z Compiling deranged v0.5.8
14522026-06-20T23:55:59.149Z Compiling time-macros v0.2.27
14532026-06-20T23:55:59.178Z Compiling bit-vec v0.8.0
14542026-06-20T23:55:59.208Z Compiling crossbeam-utils v0.8.21
14552026-06-20T23:55:59.213Z Compiling unicode-segmentation v1.12.0
14562026-06-20T23:55:59.273Z Compiling siphasher v1.0.2
14572026-06-20T23:55:59.287Z Compiling simd-adler32 v0.3.8
14582026-06-20T23:55:59.328Z Compiling regex-automata v0.4.14
14592026-06-20T23:55:59.341Z Compiling slog v2.8.2
14602026-06-20T23:55:59.364Z Compiling aws-lc-sys v0.40.0
14612026-06-20T23:55:59.378Z Compiling ring v0.17.14
14622026-06-20T23:55:59.400Z Compiling openssl-sys v0.9.115
14632026-06-20T23:55:59.427Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-20T23:55:59.526Z Compiling synstructure v0.13.2
14652026-06-20T23:55:59.539Z Compiling pest_generator v2.8.6
14662026-06-20T23:55:59.553Z Compiling serde_derive_internals v0.29.1
14672026-06-20T23:55:59.556Z Compiling darling_core v0.20.11
14682026-06-20T23:55:59.622Z Compiling tempfile v3.25.0
14692026-06-20T23:55:59.859Z Compiling rusty-fork v0.3.1
14702026-06-20T23:55:59.921Z Compiling darling_core v0.21.3
14712026-06-20T23:56:00.170Z Compiling bit-set v0.8.0
14722026-06-20T23:56:00.183Z Compiling bzip2-sys v0.1.13+1.0.8
14732026-06-20T23:56:00.199Z Compiling heapless v0.7.17
14742026-06-20T23:56:00.220Z Compiling rand_xorshift v0.4.0
14752026-06-20T23:56:00.258Z Compiling thread-id v5.1.0
14762026-06-20T23:56:00.271Z Compiling cookie v0.18.1
14772026-06-20T23:56:00.283Z Compiling time v0.3.47
14782026-06-20T23:56:00.346Z Compiling unarray v0.1.4
14792026-06-20T23:56:00.359Z Compiling unicode-bidi v0.3.18
14802026-06-20T23:56:00.407Z Compiling allocator-api2 v0.2.21
14812026-06-20T23:56:00.475Z Compiling signal-hook v0.3.18
14822026-06-20T23:56:00.478Z Compiling iri-string v0.7.10
14832026-06-20T23:56:00.501Z Compiling ryu v1.0.23
14842026-06-20T23:56:00.504Z Compiling unicode-properties v0.1.4
14852026-06-20T23:56:00.504Z Compiling zstd-safe v7.2.4
14862026-06-20T23:56:00.542Z Compiling adler2 v2.0.1
14872026-06-20T23:56:00.664Z Compiling paste v1.0.15
14882026-06-20T23:56:00.689Z Compiling anyhow v1.0.102
14892026-06-20T23:56:00.704Z Compiling stringprep v0.1.5
14902026-06-20T23:56:00.746Z Compiling miniz_oxide v0.8.9
14912026-06-20T23:56:01.018Z Compiling heck v0.4.1
14922026-06-20T23:56:01.181Z Compiling vergen-lib v9.1.0
14932026-06-20T23:56:01.248Z Compiling serde_derive v1.0.228
14942026-06-20T23:56:01.261Z Compiling zeroize_derive v1.4.3
14952026-06-20T23:56:01.273Z Compiling zerofrom-derive v0.1.6
14962026-06-20T23:56:01.381Z Compiling yoke-derive v0.8.1
14972026-06-20T23:56:01.401Z Compiling zerovec-derive v0.11.2
14982026-06-20T23:56:01.412Z Compiling zerocopy-derive v0.8.40
14992026-06-20T23:56:01.520Z Compiling displaydoc v0.2.5
15002026-06-20T23:56:01.887Z Compiling tokio-macros v2.7.0
15012026-06-20T23:56:01.908Z Compiling futures-macro v0.3.32
15022026-06-20T23:56:01.940Z Compiling zeroize v1.8.2
15032026-06-20T23:56:02.152Z Compiling der_derive v0.7.3
15042026-06-20T23:56:02.318Z Compiling rustls-pki-types v1.14.0
15052026-06-20T23:56:02.510Z Compiling tracing-attributes v0.1.31
15062026-06-20T23:56:02.611Z Compiling crypto-common v0.1.7
15072026-06-20T23:56:02.648Z Compiling block-buffer v0.10.4
15082026-06-20T23:56:02.651Z Compiling block-padding v0.3.3
15092026-06-20T23:56:02.676Z Compiling thiserror-impl v2.0.18
15102026-06-20T23:56:02.761Z Compiling zerofrom v0.1.6
15112026-06-20T23:56:02.764Z Compiling futures-util v0.3.32
15122026-06-20T23:56:02.789Z Compiling digest v0.10.7
15132026-06-20T23:56:02.802Z Compiling inout v0.1.4
15142026-06-20T23:56:02.837Z Compiling pest_derive v2.8.6
15152026-06-20T23:56:02.840Z Compiling scroll_derive v0.13.1
15162026-06-20T23:56:02.899Z Compiling yoke v0.8.1
15172026-06-20T23:56:02.993Z Compiling hmac v0.12.1
15182026-06-20T23:56:03.050Z Compiling sha2 v0.10.9
15192026-06-20T23:56:03.100Z Compiling zerovec v0.11.5
15202026-06-20T23:56:03.148Z Compiling zerotrie v0.2.3
15212026-06-20T23:56:03.164Z Compiling cipher v0.4.4
15222026-06-20T23:56:03.288Z Compiling der v0.7.10
15232026-06-20T23:56:03.447Z Compiling salsa20 v0.10.2
15242026-06-20T23:56:03.468Z Compiling pbkdf2 v0.12.2
15252026-06-20T23:56:03.547Z Compiling cbc v0.1.2
15262026-06-20T23:56:03.608Z Compiling tinystr v0.8.2
15272026-06-20T23:56:03.611Z Compiling potential_utf v0.1.4
15282026-06-20T23:56:03.632Z Compiling scrypt v0.11.0
15292026-06-20T23:56:03.696Z Compiling aes v0.8.4
15302026-06-20T23:56:03.709Z Compiling schemars_derive v0.8.22
15312026-06-20T23:56:03.803Z Compiling icu_locale_core v2.1.1
15322026-06-20T23:56:03.839Z Compiling icu_collections v2.1.1
15332026-06-20T23:56:03.898Z Compiling tracing v0.1.44
15342026-06-20T23:56:03.913Z Compiling scroll v0.13.0
15352026-06-20T23:56:04.079Z Compiling thiserror v2.0.18
15362026-06-20T23:56:04.186Z Compiling spki v0.7.3
15372026-06-20T23:56:04.208Z Compiling darling_macro v0.20.11
15382026-06-20T23:56:04.221Z Compiling openssl-macros v0.1.1
15392026-06-20T23:56:04.335Z Compiling goblin v0.10.5
15402026-06-20T23:56:04.401Z Compiling pkcs5 v0.7.1
15412026-06-20T23:56:04.462Z Compiling icu_provider v2.1.1
15422026-06-20T23:56:04.538Z Compiling rustls-native-certs v0.8.3
15432026-06-20T23:56:04.706Z Compiling icu_normalizer v2.1.1
15442026-06-20T23:56:04.718Z Compiling icu_properties v2.1.2
15452026-06-20T23:56:04.772Z Compiling bytes v1.11.1
15462026-06-20T23:56:04.786Z Compiling chrono v0.4.44
15472026-06-20T23:56:04.843Z Compiling ipnet v2.11.0
15482026-06-20T23:56:04.846Z Compiling pkcs8 v0.10.2
15492026-06-20T23:56:04.886Z Compiling darling v0.20.11
15502026-06-20T23:56:04.900Z Compiling dtrace-parser v0.3.0
15512026-06-20T23:56:04.981Z Compiling derive_builder_core v0.20.2
15522026-06-20T23:56:05.028Z Compiling signature v2.2.0
15532026-06-20T23:56:05.109Z Compiling webpki-roots v1.0.6
15542026-06-20T23:56:05.190Z Compiling scroll_derive v0.12.1
15552026-06-20T23:56:05.224Z Compiling thiserror-impl v1.0.69
15562026-06-20T23:56:05.249Z Compiling tokio v1.52.1
15572026-06-20T23:56:05.273Z Compiling http v1.4.0
15582026-06-20T23:56:05.373Z Compiling serde_spanned v0.6.9
15592026-06-20T23:56:05.410Z Compiling toml_datetime v0.6.11
15602026-06-20T23:56:05.533Z Compiling erased-serde v0.3.31
15612026-06-20T23:56:05.700Z Compiling idna_adapter v1.2.1
15622026-06-20T23:56:05.714Z Compiling serde_tokenstream v0.2.3
15632026-06-20T23:56:05.820Z Compiling idna v1.1.0
15642026-06-20T23:56:05.858Z Compiling ppv-lite86 v0.2.21
15652026-06-20T23:56:05.873Z Compiling serde_urlencoded v0.7.1
15662026-06-20T23:56:05.914Z Compiling derive_builder_macro v0.20.2
15672026-06-20T23:56:05.927Z Compiling http-body v1.0.1
15682026-06-20T23:56:06.044Z Compiling scroll v0.12.0
15692026-06-20T23:56:06.066Z Compiling http-body-util v0.1.3
15702026-06-20T23:56:06.069Z Compiling md-5 v0.10.6
15712026-06-20T23:56:06.094Z Compiling darling_macro v0.21.3
15722026-06-20T23:56:06.132Z Compiling url v2.5.8
15732026-06-20T23:56:06.204Z Compiling rand_chacha v0.9.0
15742026-06-20T23:56:06.218Z Compiling rand_chacha v0.3.1
15752026-06-20T23:56:06.232Z Compiling bstr v1.12.1
15762026-06-20T23:56:06.257Z Compiling zerocopy-derive v0.7.35
15772026-06-20T23:56:06.325Z Compiling pin-project-internal v1.1.11
15782026-06-20T23:56:06.339Z Compiling async-trait v0.1.89
15792026-06-20T23:56:06.414Z Compiling rand v0.9.2
15802026-06-20T23:56:06.507Z Compiling curve25519-dalek v4.1.3
15812026-06-20T23:56:06.568Z Compiling thiserror v1.0.69
15822026-06-20T23:56:06.622Z Compiling num-integer v0.1.46
15832026-06-20T23:56:06.883Z Compiling ff v0.13.1
15842026-06-20T23:56:06.976Z Compiling hash32 v0.2.1
15852026-06-20T23:56:06.996Z Compiling memoffset v0.9.1
15862026-06-20T23:56:07.010Z Compiling encoding_rs v0.8.35
15872026-06-20T23:56:07.039Z Compiling proptest v1.10.0
15882026-06-20T23:56:07.112Z Compiling fallible-iterator v0.2.0
15892026-06-20T23:56:07.206Z Compiling dof v0.4.0
15902026-06-20T23:56:07.210Z Compiling rustix v0.38.44
15912026-06-20T23:56:07.222Z Compiling base16ct v0.2.0
15922026-06-20T23:56:07.225Z Compiling ref-cast v1.0.25
15932026-06-20T23:56:07.287Z Compiling mime v0.3.17
15942026-06-20T23:56:07.306Z Compiling litrs v1.0.0
15952026-06-20T23:56:07.416Z Compiling num-bigint-dig v0.8.6
15962026-06-20T23:56:07.442Z Compiling psl-types v2.0.11
15972026-06-20T23:56:07.476Z Compiling zlib-rs v0.6.2
15982026-06-20T23:56:07.528Z Compiling ipnetwork v0.21.1
15992026-06-20T23:56:07.563Z Compiling smoltcp v0.9.1
16002026-06-20T23:56:07.577Z Compiling cfg_aliases v0.2.1
16012026-06-20T23:56:07.652Z Compiling publicsuffix v2.3.0
16022026-06-20T23:56:07.672Z Compiling pin-project v1.1.11
16032026-06-20T23:56:07.676Z Compiling nix v0.31.2
16042026-06-20T23:56:07.704Z Compiling postgres-protocol v0.6.10
16052026-06-20T23:56:07.748Z Compiling sec1 v0.7.3
16062026-06-20T23:56:07.806Z Compiling oxnet v0.1.6
16072026-06-20T23:56:07.839Z Compiling zerocopy v0.7.35
16082026-06-20T23:56:07.852Z Compiling document-features v0.2.12
16092026-06-20T23:56:08.073Z Compiling group v0.13.0
16102026-06-20T23:56:08.174Z Compiling num-iter v0.1.45
16112026-06-20T23:56:08.266Z Compiling darling v0.21.3
16122026-06-20T23:56:08.280Z Compiling rand v0.8.6
16132026-06-20T23:56:08.280Z Compiling derive_builder v0.20.2
16142026-06-20T23:56:08.310Z Compiling goblin v0.8.2
16152026-06-20T23:56:08.363Z Compiling hubpack_derive v0.1.1
16162026-06-20T23:56:08.410Z Compiling futures-executor v0.3.32
16172026-06-20T23:56:08.424Z Compiling hex v0.4.3
16182026-06-20T23:56:08.437Z Compiling hkdf v0.12.4
16192026-06-20T23:56:08.465Z Compiling crypto-bigint v0.5.5
16202026-06-20T23:56:08.551Z Compiling regex v1.12.3
16212026-06-20T23:56:08.676Z Compiling snafu-derive v0.8.9
16222026-06-20T23:56:08.691Z Compiling curve25519-dalek-derive v0.1.1
16232026-06-20T23:56:08.724Z Compiling ref-cast-impl v1.0.25
16242026-06-20T23:56:08.787Z Compiling daft-derive v0.1.7
16252026-06-20T23:56:08.788Z Compiling strum_macros v0.27.2
16262026-06-20T23:56:09.039Z Compiling terminal_size v0.4.3
16272026-06-20T23:56:09.184Z Compiling tokio-util v0.7.18
16282026-06-20T23:56:09.235Z Compiling tower v0.5.3
16292026-06-20T23:56:09.235Z Compiling tokio-native-tls v0.3.1
16302026-06-20T23:56:09.301Z Compiling phf_shared v0.13.1
16312026-06-20T23:56:09.341Z Compiling lazy_static v1.5.0
16322026-06-20T23:56:09.383Z Compiling anstyle-parse v0.2.7
16332026-06-20T23:56:09.387Z Compiling vergen v9.1.0
16342026-06-20T23:56:09.402Z Compiling cargo-platform v0.3.2
16352026-06-20T23:56:09.434Z Compiling newtype-uuid v1.3.2
16362026-06-20T23:56:09.510Z Compiling fs-err v3.3.0
16372026-06-20T23:56:09.539Z Compiling ahash v0.8.12
16382026-06-20T23:56:09.579Z Compiling tower-http v0.6.8
16392026-06-20T23:56:09.593Z Compiling bumpalo v3.20.2
16402026-06-20T23:56:09.671Z Compiling foldhash v0.2.0
16412026-06-20T23:56:09.696Z Compiling bitflags v1.3.2
16422026-06-20T23:56:09.717Z Compiling foldhash v0.1.5
16432026-06-20T23:56:09.763Z Compiling object v0.37.3
16442026-06-20T23:56:09.782Z Compiling managed v0.8.0
16452026-06-20T23:56:09.796Z Compiling libbz2-rs-sys v0.2.2
16462026-06-20T23:56:09.865Z Compiling h2 v0.4.13
16472026-06-20T23:56:09.900Z Compiling same-file v1.0.6
16482026-06-20T23:56:09.915Z Compiling winnow v0.5.40
16492026-06-20T23:56:10.014Z Compiling walkdir v2.5.0
16502026-06-20T23:56:10.088Z Compiling hashbrown v0.15.5
16512026-06-20T23:56:10.102Z Compiling hashbrown v0.16.1
16522026-06-20T23:56:10.202Z Compiling zopfli v0.8.3
16532026-06-20T23:56:10.377Z Compiling flate2 v1.1.9
16542026-06-20T23:56:10.533Z Compiling bzip2 v0.6.1
16552026-06-20T23:56:10.604Z Compiling dof v0.3.0
16562026-06-20T23:56:10.634Z Compiling snafu v0.8.9
16572026-06-20T23:56:10.751Z Compiling daft v0.1.7
16582026-06-20T23:56:10.767Z Compiling clap_builder v4.6.0
16592026-06-20T23:56:10.770Z Compiling cargo_metadata v0.23.1
16602026-06-20T23:56:10.802Z Compiling strum v0.27.2
16612026-06-20T23:56:10.837Z Compiling anstream v0.6.21
16622026-06-20T23:56:10.851Z Compiling phf v0.13.1
16632026-06-20T23:56:10.863Z Compiling elliptic-curve v0.13.8
16642026-06-20T23:56:11.029Z Compiling signal-hook-mio v0.2.5
16652026-06-20T23:56:11.059Z Compiling cookie_store v0.22.1
16662026-06-20T23:56:11.137Z Compiling hubpack v0.1.2
16672026-06-20T23:56:11.159Z Compiling usdt-macro v0.6.0
16682026-06-20T23:56:11.162Z Compiling usdt-attr-macro v0.6.0
16692026-06-20T23:56:11.281Z Compiling toml_edit v0.19.15
16702026-06-20T23:56:11.353Z Compiling bzip2 v0.4.4
16712026-06-20T23:56:11.379Z Compiling futures v0.3.32
16722026-06-20T23:56:11.396Z Compiling serde_with_macros v3.17.0
16732026-06-20T23:56:11.484Z Compiling zstd v0.13.3
16742026-06-20T23:56:11.638Z Compiling postgres-types v0.2.12
16752026-06-20T23:56:11.750Z Compiling globset v0.4.18
16762026-06-20T23:56:11.784Z Compiling dtrace-parser v0.2.0
16772026-06-20T23:56:11.860Z Compiling ed25519 v2.2.3
16782026-06-20T23:56:12.008Z Compiling pkcs1 v0.7.5
16792026-06-20T23:56:12.077Z Compiling serde-big-array v0.5.1
16802026-06-20T23:56:12.215Z Compiling olpc-cjson v0.1.4
16812026-06-20T23:56:12.230Z Compiling serde_plain v1.0.2
16822026-06-20T23:56:12.243Z Compiling rfc6979 v0.4.0
16832026-06-20T23:56:12.409Z Compiling clap_derive v4.6.1
16842026-06-20T23:56:12.459Z Compiling async-recursion v1.1.1
16852026-06-20T23:56:12.459Z Compiling enum-as-inner v0.6.1
16862026-06-20T23:56:12.497Z Compiling strum_macros v0.26.4
16872026-06-20T23:56:12.497Z Compiling serde_repr v0.1.20
16882026-06-20T23:56:12.575Z Compiling phf_shared v0.11.3
16892026-06-20T23:56:12.628Z Compiling float-cmp v0.10.0
16902026-06-20T23:56:12.771Z Compiling pem v3.0.6
16912026-06-20T23:56:12.799Z Compiling memmap2 v0.9.10
16922026-06-20T23:56:12.849Z Compiling thread-id v4.2.2
16932026-06-20T23:56:12.849Z Compiling env_filter v1.0.0
16942026-06-20T23:56:12.902Z Compiling difflib v0.4.0
16952026-06-20T23:56:12.971Z Compiling hyper v1.8.1
16962026-06-20T23:56:13.036Z Compiling static_assertions v1.1.0
16972026-06-20T23:56:13.071Z Compiling fixedbitset v0.5.7
16982026-06-20T23:56:13.098Z Compiling either v1.15.0
16992026-06-20T23:56:13.115Z Compiling predicates-core v1.0.10
17002026-06-20T23:56:13.141Z Compiling whoami v2.1.0
17012026-06-20T23:56:13.162Z Compiling normalize-line-endings v0.3.0
17022026-06-20T23:56:13.264Z Compiling new_debug_unreachable v1.0.6
17032026-06-20T23:56:13.306Z Compiling typed-path v0.9.3
17042026-06-20T23:56:13.329Z Compiling jiff v0.2.21
17052026-06-20T23:56:13.340Z Compiling data-encoding v2.10.0
17062026-06-20T23:56:13.382Z Compiling keccak v0.1.6
17072026-06-20T23:56:13.498Z Compiling fixedbitset v0.4.2
17082026-06-20T23:56:13.530Z Compiling precomputed-hash v0.1.1
17092026-06-20T23:56:13.644Z Compiling string_cache v0.8.9
17102026-06-20T23:56:13.759Z Compiling petgraph v0.6.5
17112026-06-20T23:56:13.843Z Compiling hickory-proto v0.25.2
17122026-06-20T23:56:13.904Z Compiling sha3 v0.10.8
17132026-06-20T23:56:13.942Z Compiling tokio-postgres v0.7.16
17142026-06-20T23:56:14.053Z Compiling hyper-util v0.1.20
17152026-06-20T23:56:14.068Z Compiling itertools v0.13.0
17162026-06-20T23:56:14.083Z Compiling petgraph v0.8.3
17172026-06-20T23:56:14.201Z Compiling predicates v3.1.4
17182026-06-20T23:56:14.229Z Compiling clap v4.6.1
17192026-06-20T23:56:14.282Z Compiling strum v0.26.3
17202026-06-20T23:56:14.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17212026-06-20T23:56:14.365Z Compiling toml_edit v0.22.27
17222026-06-20T23:56:14.432Z Compiling env_logger v0.11.9
17232026-06-20T23:56:14.558Z Compiling usdt v0.6.0
17242026-06-20T23:56:14.598Z Compiling usdt-impl v0.5.0
17252026-06-20T23:56:14.799Z Compiling toml v0.7.8
17262026-06-20T23:56:14.839Z Compiling serde_with v3.17.0
17272026-06-20T23:56:14.882Z Compiling crossterm v0.28.1
17282026-06-20T23:56:15.207Z Compiling ecdsa v0.16.9
17292026-06-20T23:56:15.269Z Compiling rsa v0.9.10
17302026-06-20T23:56:15.312Z Compiling ed25519-dalek v2.2.0
17312026-06-20T23:56:15.414Z Compiling hyper-tls v0.6.0
17322026-06-20T23:56:15.805Z Compiling zip v0.6.6
17332026-06-20T23:56:15.980Z Compiling zip v4.6.1
17342026-06-20T23:56:16.027Z Compiling iddqd v0.4.2
17352026-06-20T23:56:16.400Z Compiling tokio-stream v0.1.18
17362026-06-20T23:56:16.431Z Compiling toml_parser v1.0.9+spec-1.1.0
17372026-06-20T23:56:16.480Z Compiling buf-list v1.1.2
17382026-06-20T23:56:16.546Z Compiling similar v2.7.0
17392026-06-20T23:56:16.623Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-06-20T23:56:16.821Z Compiling openapiv3 v2.2.0
17412026-06-20T23:56:16.919Z Compiling x509-cert v0.2.5
17422026-06-20T23:56:16.951Z Compiling sha1 v0.10.6
17432026-06-20T23:56:17.024Z Compiling crossbeam-epoch v0.9.18
17442026-06-20T23:56:17.122Z Compiling peg-runtime v0.8.5
17452026-06-20T23:56:17.175Z Compiling lalrpop-util v0.19.12
17462026-06-20T23:56:17.197Z Compiling thread_local v1.1.9
17472026-06-20T23:56:17.221Z Compiling slog-async v2.8.0
17482026-06-20T23:56:17.235Z Compiling crossbeam-channel v0.5.15
17492026-06-20T23:56:17.372Z Compiling filetime v0.2.27
17502026-06-20T23:56:17.400Z Compiling is-terminal v0.4.17
17512026-06-20T23:56:17.412Z Compiling take_mut v0.2.2
17522026-06-20T23:56:17.496Z Compiling term v1.2.1
17532026-06-20T23:56:17.501Z Compiling xattr v1.6.1
17542026-06-20T23:56:17.718Z Compiling slog-term v2.9.2
17552026-06-20T23:56:17.750Z Compiling tar v0.4.45
17562026-06-20T23:56:35.287Z Compiling rustls-webpki v0.103.9
17572026-06-20T23:56:38.051Z Compiling tokio-rustls v0.26.4
17582026-06-20T23:56:38.051Z Compiling rustls-platform-verifier v0.6.2
17592026-06-20T23:56:38.248Z Compiling hyper-rustls v0.27.7
17602026-06-20T23:56:38.435Z Compiling reqwest v0.12.28
17612026-06-20T23:56:38.439Z Compiling reqwest v0.13.2
17622026-06-20T23:56:39.631Z Compiling tough v0.22.0
17632026-06-20T23:56:42.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-06-20T23:56:42.371Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-06-20T23:56:45.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.39s
17662026-06-20T23:56:45.314Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17672026-06-20T23:56:45.365ZJun 20 23:56:43.937 INFO Starting download, target: Clickhouse
17682026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: Console
17692026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: DendriteStub
17702026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: Cockroach
17712026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: MaghemiteMgd
17722026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: MaghemiteDdmd
17732026-06-20T23:56:45.365ZJun 20 23:56:43.938 INFO Starting download, target: TransceiverControl
17742026-06-20T23:56:45.368ZJun 20 23:56:43.938 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17752026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17772026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17782026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17792026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17802026-06-20T23:56:45.368ZJun 20 23:56:43.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17812026-06-20T23:56:45.885ZJun 20 23:56:44.455 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17822026-06-20T23:56:46.102ZJun 20 23:56:44.674 INFO Download complete, target: TransceiverControl
17832026-06-20T23:56:46.340ZJun 20 23:56:44.888 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17842026-06-20T23:56:46.603ZJun 20 23:56:45.138 INFO Download complete, target: Console
17852026-06-20T23:56:47.369ZJun 20 23:56:45.900 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17862026-06-20T23:56:48.322ZJun 20 23:56:46.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-06-20T23:56:48.322ZJun 20 23:56:46.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-06-20T23:56:48.362ZJun 20 23:56:46.930 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17892026-06-20T23:56:48.369ZJun 20 23:56:46.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17902026-06-20T23:56:48.376ZJun 20 23:56:46.948 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17912026-06-20T23:56:50.315ZJun 20 23:56:48.888 INFO Download complete, target: MaghemiteDdmd
17922026-06-20T23:56:51.170ZJun 20 23:56:49.743 INFO Download complete, target: MaghemiteMgd
17932026-06-20T23:56:51.173ZJun 20 23:56:49.745 INFO Download complete, target: DendriteStub
17942026-06-20T23:56:53.276ZJun 20 23:56:51.850 INFO Checking that binary works, target: Cockroach
17952026-06-20T23:56:53.398ZJun 20 23:56:51.972 INFO Download complete, target: Cockroach
17962026-06-20T23:56:54.475ZJun 20 23:56:53.049 INFO Checking that binary works, target: Clickhouse
17972026-06-20T23:56:54.560ZJun 20 23:56:53.133 INFO Download complete, target: Clickhouse
17982026-06-20T23:56:54.566ZAll prerequisites installed successfully
17992026-06-20T23:56:54.570Z
18002026-06-20T23:56:54.570Zreal 1:26.096418781
18012026-06-20T23:56:54.570Zuser 6:48.468119564
18022026-06-20T23:56:54.570Zsys 1:38.563754430
18032026-06-20T23:56:54.570Ztrap 0.235821402
18042026-06-20T23:56:54.570Ztflt 1.212665637
18052026-06-20T23:56:54.570Zdflt 1.913112893
18062026-06-20T23:56:54.570Zkflt 0.028718216
18072026-06-20T23:56:54.570Zlock 23:48.261988607
18082026-06-20T23:56:54.570Zslp 18:22.776515829
18092026-06-20T23:56:54.570Zlat 19.645572741
18102026-06-20T23:56:54.570Zstop 2:21.749307470
18112026-06-20T23:56:54.570Z+ source ./tools/include/force-git-over-https.sh
18122026-06-20T23:56:54.570Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18132026-06-20T23:56:54.570Z++ (( i = 0 ))
18142026-06-20T23:56:54.570Z++ (( i < 5 ))
18152026-06-20T23:56:54.570Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18162026-06-20T23:56:54.573Z++ (( i++ ))
18172026-06-20T23:56:54.573Z++ (( i < 5 ))
18182026-06-20T23:56:54.573Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18192026-06-20T23:56:54.576Z++ (( i++ ))
18202026-06-20T23:56:54.576Z++ (( i < 5 ))
18212026-06-20T23:56:54.576Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18222026-06-20T23:56:54.581Z++ (( i++ ))
18232026-06-20T23:56:54.581Z++ (( i < 5 ))
18242026-06-20T23:56:54.581Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18252026-06-20T23:56:54.581Z++ (( i++ ))
18262026-06-20T23:56:54.581Z++ (( i < 5 ))
18272026-06-20T23:56:54.581Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18282026-06-20T23:56:54.585Z++ (( i++ ))
18292026-06-20T23:56:54.585Z++ (( i < 5 ))
18302026-06-20T23:56:54.585Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18312026-06-20T23:56:54.585Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18322026-06-20T23:56:54.585Z+ rc=0
18332026-06-20T23:56:54.585Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18342026-06-20T23:57:00.980Z+ case $rc in
18352026-06-20T23:57:00.980Z+ pfexec zfs create -p rpool/images/build/host
18362026-06-20T23:57:01.184Z+ pfexec zfs create -p rpool/images/build/recovery
18372026-06-20T23:57:01.252Z+ cargo xtask releng --output-dir /work --mkincorp
18382026-06-20T23:57:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18392026-06-20T23:57:01.717Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18402026-06-20T23:57:02.504Z Compiling proc-macro2 v1.0.106
18412026-06-20T23:57:02.504Z Compiling quote v1.0.45
18422026-06-20T23:57:02.504Z Compiling unicode-ident v1.0.24
18432026-06-20T23:57:02.504Z Compiling libc v0.2.185
18442026-06-20T23:57:02.504Z Compiling serde_core v1.0.228
18452026-06-20T23:57:02.504Z Compiling serde v1.0.228
18462026-06-20T23:57:02.507Z Compiling cfg-if v1.0.4
18472026-06-20T23:57:02.507Z Compiling version_check v0.9.5
18482026-06-20T23:57:02.507Z Compiling shlex v1.3.0
18492026-06-20T23:57:02.632Z Compiling find-msvc-tools v0.1.9
18502026-06-20T23:57:02.644Z Compiling typenum v1.19.0
18512026-06-20T23:57:02.668Z Compiling autocfg v1.5.0
18522026-06-20T23:57:02.676Z Compiling zerocopy v0.8.40
18532026-06-20T23:57:02.688Z Compiling memchr v2.8.0
18542026-06-20T23:57:02.691Z Compiling zmij v1.0.21
18552026-06-20T23:57:02.740Z Compiling portable-atomic v1.13.1
18562026-06-20T23:57:02.889Z Compiling serde_json v1.0.149
18572026-06-20T23:57:02.951Z Compiling libm v0.2.16
18582026-06-20T23:57:02.967Z Compiling parking_lot_core v0.9.12
18592026-06-20T23:57:03.050Z Compiling generic-array v0.14.7
18602026-06-20T23:57:03.121Z Compiling smallvec v1.15.1
18612026-06-20T23:57:03.124Z Compiling icu_normalizer_data v2.1.1
18622026-06-20T23:57:03.160Z Compiling icu_properties_data v2.1.2
18632026-06-20T23:57:03.163Z Compiling pkg-config v0.3.32
18642026-06-20T23:57:03.201Z Compiling num-traits v0.2.19
18652026-06-20T23:57:03.223Z Compiling log v0.4.29
18662026-06-20T23:57:03.250Z Compiling getrandom v0.4.1
18672026-06-20T23:57:03.274Z Compiling itoa v1.0.17
18682026-06-20T23:57:03.353Z Compiling subtle v2.6.1
18692026-06-20T23:57:03.432Z Compiling getrandom v0.3.4
18702026-06-20T23:57:03.435Z Compiling scopeguard v1.2.0
18712026-06-20T23:57:03.510Z Compiling rustix v1.1.3
18722026-06-20T23:57:03.524Z Compiling stable_deref_trait v1.2.1
18732026-06-20T23:57:03.553Z Compiling jobserver v0.1.34
18742026-06-20T23:57:03.553Z Compiling getrandom v0.2.17
18752026-06-20T23:57:03.588Z Compiling lock_api v0.4.14
18762026-06-20T23:57:03.628Z Compiling errno v0.3.14
18772026-06-20T23:57:03.731Z Compiling rand_core v0.6.4
18782026-06-20T23:57:03.777Z Compiling cc v1.2.56
18792026-06-20T23:57:03.882Z Compiling syn v2.0.117
18802026-06-20T23:57:03.898Z Compiling dunce v1.0.5
18812026-06-20T23:57:03.928Z Compiling critical-section v1.2.0
18822026-06-20T23:57:03.942Z Compiling fs_extra v1.3.0
18832026-06-20T23:57:04.135Z Compiling pin-project-lite v0.2.17
18842026-06-20T23:57:04.150Z Compiling const-oid v0.9.6
18852026-06-20T23:57:04.150Z Compiling fnv v1.0.7
18862026-06-20T23:57:04.159Z Compiling thiserror v2.0.18
18872026-06-20T23:57:04.181Z Compiling writeable v0.6.2
18882026-06-20T23:57:04.211Z Compiling litemap v0.8.1
18892026-06-20T23:57:04.225Z Compiling rustversion v1.0.22
18902026-06-20T23:57:04.246Z Compiling percent-encoding v2.3.2
18912026-06-20T23:57:04.371Z Compiling once_cell v1.21.3
18922026-06-20T23:57:04.437Z Compiling aws-lc-rs v1.16.3
18932026-06-20T23:57:04.460Z Compiling heck v0.5.0
18942026-06-20T23:57:04.473Z Compiling signal-hook-registry v1.4.8
18952026-06-20T23:57:04.549Z Compiling cmake v0.1.57
18962026-06-20T23:57:04.604Z Compiling futures-core v0.3.32
18972026-06-20T23:57:04.649Z Compiling equivalent v1.0.2
18982026-06-20T23:57:04.734Z Compiling parking_lot v0.12.5
18992026-06-20T23:57:04.776Z Compiling mio v1.2.0
19002026-06-20T23:57:04.780Z Compiling httparse v1.10.1
19012026-06-20T23:57:04.877Z Compiling semver v1.0.28
19022026-06-20T23:57:04.951Z Compiling bitflags v2.11.0
19032026-06-20T23:57:05.070Z Compiling vcpkg v0.2.15
19042026-06-20T23:57:05.075Z Compiling schemars v0.8.22
19052026-06-20T23:57:05.111Z Compiling ring v0.17.14
19062026-06-20T23:57:05.225Z Compiling aws-lc-sys v0.40.0
19072026-06-20T23:57:05.308Z Compiling socket2 v0.6.3
19082026-06-20T23:57:05.371Z Compiling utf8_iter v1.0.4
19092026-06-20T23:57:05.506Z Compiling form_urlencoded v1.2.2
19102026-06-20T23:57:05.574Z Compiling rand_core v0.10.0
19112026-06-20T23:57:05.619Z Compiling hashbrown v0.17.0
19122026-06-20T23:57:05.652Z Compiling openssl-sys v0.9.115
19132026-06-20T23:57:05.700Z Compiling rustls v0.23.37
19142026-06-20T23:57:05.808Z Compiling crc32fast v1.5.0
19152026-06-20T23:57:05.914Z Compiling futures-sink v0.3.32
19162026-06-20T23:57:05.949Z Compiling cpufeatures v0.2.17
19172026-06-20T23:57:06.043Z Compiling futures-channel v0.3.32
19182026-06-20T23:57:06.062Z Compiling slab v0.4.12
19192026-06-20T23:57:06.065Z Compiling futures-task v0.3.32
19202026-06-20T23:57:06.065Z Compiling futures-io v0.3.32
19212026-06-20T23:57:06.116Z Compiling rustc_version v0.4.1
19222026-06-20T23:57:06.232Z Compiling byteorder v1.5.0
19232026-06-20T23:57:06.269Z Compiling indexmap v2.14.0
19242026-06-20T23:57:06.321Z Compiling ucd-trie v0.1.7
19252026-06-20T23:57:06.350Z Compiling strsim v0.11.1
19262026-06-20T23:57:06.381Z Compiling openssl v0.10.79
19272026-06-20T23:57:06.477Z Compiling pest v2.8.6
19282026-06-20T23:57:06.532Z Compiling thiserror v1.0.69
19292026-06-20T23:57:06.535Z Compiling time-core v0.1.8
19302026-06-20T23:57:06.589Z Compiling iana-time-zone v0.1.65
19312026-06-20T23:57:06.605Z Compiling num-conv v0.2.0
19322026-06-20T23:57:06.688Z Compiling ident_case v1.0.1
19332026-06-20T23:57:06.754Z Compiling synstructure v0.13.2
19342026-06-20T23:57:06.762Z Compiling serde_derive_internals v0.29.1
19352026-06-20T23:57:06.781Z Compiling time-macros v0.2.27
19362026-06-20T23:57:06.870Z Compiling native-tls v0.2.18
19372026-06-20T23:57:06.887Z Compiling regex-syntax v0.8.10
19382026-06-20T23:57:06.904Z Compiling syn v1.0.109
19392026-06-20T23:57:06.965Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19402026-06-20T23:57:07.142Z Compiling base64ct v1.8.3
19412026-06-20T23:57:07.177Z Compiling crossbeam-utils v0.8.21
19422026-06-20T23:57:07.181Z Compiling base64 v0.22.1
19432026-06-20T23:57:07.378Z Compiling uuid v1.23.0
19442026-06-20T23:57:07.483Z Compiling pem-rfc7468 v0.7.0
19452026-06-20T23:57:07.506Z Compiling slog v2.8.2
19462026-06-20T23:57:07.680Z Compiling pest_meta v2.8.6
19472026-06-20T23:57:07.791Z Compiling flagset v0.4.7
19482026-06-20T23:57:07.819Z Compiling untrusted v0.9.0
19492026-06-20T23:57:07.822Z Compiling rand_core v0.9.5
19502026-06-20T23:57:07.859Z Compiling bzip2-sys v0.1.13+1.0.8
19512026-06-20T23:57:08.003Z Compiling fastrand v2.3.0
19522026-06-20T23:57:08.019Z Compiling serde_derive v1.0.228
19532026-06-20T23:57:08.062Z Compiling zeroize_derive v1.4.3
19542026-06-20T23:57:08.161Z Compiling zerofrom-derive v0.1.6
19552026-06-20T23:57:08.164Z Compiling yoke-derive v0.8.1
19562026-06-20T23:57:08.191Z Compiling zerocopy-derive v0.8.40
19572026-06-20T23:57:08.209Z Compiling zerovec-derive v0.11.2
19582026-06-20T23:57:08.213Z Compiling displaydoc v0.2.5
19592026-06-20T23:57:08.224Z Compiling tokio-macros v2.7.0
19602026-06-20T23:57:08.253Z Compiling futures-macro v0.3.32
19612026-06-20T23:57:08.383Z Compiling der_derive v0.7.3
19622026-06-20T23:57:08.662Z Compiling zeroize v1.8.2
19632026-06-20T23:57:08.952Z Compiling thiserror-impl v2.0.18
19642026-06-20T23:57:08.980Z Compiling tracing-attributes v0.1.31
19652026-06-20T23:57:09.028Z Compiling schemars_derive v0.8.22
19662026-06-20T23:57:09.158Z Compiling futures-util v0.3.32
19672026-06-20T23:57:09.285Z Compiling rustls-pki-types v1.14.0
19682026-06-20T23:57:09.316Z Compiling pest_generator v2.8.6
19692026-06-20T23:57:09.334Z Compiling zerofrom v0.1.6
19702026-06-20T23:57:09.477Z Compiling yoke v0.8.1
19712026-06-20T23:57:09.514Z Compiling crypto-common v0.1.7
19722026-06-20T23:57:09.671Z Compiling zerovec v0.11.5
19732026-06-20T23:57:09.685Z Compiling zerotrie v0.2.3
19742026-06-20T23:57:10.096Z Compiling block-buffer v0.10.4
19752026-06-20T23:57:10.153Z Compiling block-padding v0.3.3
19762026-06-20T23:57:10.262Z Compiling tinystr v0.8.2
19772026-06-20T23:57:10.276Z Compiling potential_utf v0.1.4
19782026-06-20T23:57:10.292Z Compiling digest v0.10.7
19792026-06-20T23:57:10.355Z Compiling inout v0.1.4
19802026-06-20T23:57:10.445Z Compiling icu_locale_core v2.1.1
19812026-06-20T23:57:10.475Z Compiling icu_collections v2.1.1
19822026-06-20T23:57:10.495Z Compiling openssl-macros v0.1.1
19832026-06-20T23:57:10.520Z Compiling hmac v0.12.1
19842026-06-20T23:57:10.568Z Compiling sha2 v0.10.9
19852026-06-20T23:57:10.901Z Compiling cipher v0.4.4
19862026-06-20T23:57:11.105Z Compiling pest_derive v2.8.6
19872026-06-20T23:57:11.146Z Compiling bytes v1.11.1
19882026-06-20T23:57:11.245Z Compiling icu_provider v2.1.1
19892026-06-20T23:57:11.393Z Compiling chrono v0.4.44
19902026-06-20T23:57:11.397Z Compiling thiserror-impl v1.0.69
19912026-06-20T23:57:11.462Z Compiling scroll_derive v0.13.1
19922026-06-20T23:57:11.579Z Compiling icu_normalizer v2.1.1
19932026-06-20T23:57:11.690Z Compiling icu_properties v2.1.2
19942026-06-20T23:57:11.729Z Compiling tokio v1.52.1
19952026-06-20T23:57:12.037Z Compiling http v1.4.0
19962026-06-20T23:57:12.615Z Compiling idna_adapter v1.2.1
19972026-06-20T23:57:12.630Z Compiling der v0.7.10
19982026-06-20T23:57:12.780Z Compiling idna v1.1.0
19992026-06-20T23:57:12.786Z Compiling ppv-lite86 v0.2.21
20002026-06-20T23:57:13.131Z Compiling url v2.5.8
20012026-06-20T23:57:13.224Z Compiling paste v1.0.15
20022026-06-20T23:57:13.340Z Compiling camino v1.2.2
20032026-06-20T23:57:13.395Z Compiling plain v0.2.3
20042026-06-20T23:57:13.585Z Compiling spki v0.7.3
20052026-06-20T23:57:13.706Z Compiling salsa20 v0.10.2
20062026-06-20T23:57:13.758Z Compiling pbkdf2 v0.12.2
20072026-06-20T23:57:14.213Z Compiling tracing-core v0.1.36
20082026-06-20T23:57:14.276Z Compiling aho-corasick v1.1.4
20092026-06-20T23:57:14.699Z Compiling cookie v0.18.1
20102026-06-20T23:57:14.856Z Compiling num-bigint-dig v0.8.6
20112026-06-20T23:57:14.897Z Compiling dyn-clone v1.0.20
20122026-06-20T23:57:14.957Z Compiling tracing v0.1.44
20132026-06-20T23:57:15.072Z Compiling regex-automata v0.4.14
20142026-06-20T23:57:15.182Z Compiling scrypt v0.11.0
20152026-06-20T23:57:15.293Z Compiling rand_chacha v0.9.0
20162026-06-20T23:57:15.335Z Compiling http-body v1.0.1
20172026-06-20T23:57:15.505Z Compiling tokio-util v0.7.18
20182026-06-20T23:57:15.562Z Compiling cbc v0.1.2
20192026-06-20T23:57:15.609Z Compiling aes v0.8.4
20202026-06-20T23:57:15.725Z Compiling async-trait v0.1.89
20212026-06-20T23:57:15.730Z Compiling ahash v0.8.12
20222026-06-20T23:57:15.755Z Compiling openssl-probe v0.2.1
20232026-06-20T23:57:15.776Z Compiling usdt-impl v0.6.0
20242026-06-20T23:57:15.788Z Compiling zstd-safe v7.2.4
20252026-06-20T23:57:16.013Z Compiling atomic-waker v1.1.2
20262026-06-20T23:57:16.046Z Compiling pretty-hex v0.4.1
20272026-06-20T23:57:16.108Z Compiling anyhow v1.0.102
20282026-06-20T23:57:16.131Z Compiling untrusted v0.7.1
20292026-06-20T23:57:16.165Z Compiling tinyvec_macros v0.1.1
20302026-06-20T23:57:16.210Z Compiling pkcs5 v0.7.1
20312026-06-20T23:57:16.273Z Compiling tinyvec v1.10.0
20322026-06-20T23:57:16.618Z Compiling rand v0.9.2
20332026-06-20T23:57:16.817Z Compiling scroll v0.13.0
20342026-06-20T23:57:16.843Z Compiling serde_tokenstream v0.2.3
20352026-06-20T23:57:16.861Z Compiling tempfile v3.25.0
20362026-06-20T23:57:16.923Z Compiling scroll_derive v0.12.1
20372026-06-20T23:57:17.117Z Compiling clap_derive v4.6.1
20382026-06-20T23:57:17.160Z Compiling daft-derive v0.1.7
20392026-06-20T23:57:17.194Z Compiling heapless v0.7.17
20402026-06-20T23:57:17.334Z Compiling signal-hook v0.3.18
20412026-06-20T23:57:17.529Z Compiling tower-service v0.3.3
20422026-06-20T23:57:17.559Z Compiling unicode-segmentation v1.12.0
20432026-06-20T23:57:17.592Z Compiling try-lock v0.2.5
20442026-06-20T23:57:17.642Z Compiling tower-layer v0.3.3
20452026-06-20T23:57:17.845Z Compiling utf8parse v0.2.2
20462026-06-20T23:57:17.886Z Compiling want v0.3.1
20472026-06-20T23:57:17.948Z Compiling h2 v0.4.13
20482026-06-20T23:57:18.078Z Compiling goblin v0.10.5
20492026-06-20T23:57:18.285Z Compiling pkcs8 v0.10.2
20502026-06-20T23:57:18.288Z Compiling ipnet v2.11.0
20512026-06-20T23:57:18.622Z Compiling pin-project-internal v1.1.11
20522026-06-20T23:57:18.798Z Compiling darling_core v0.20.11
20532026-06-20T23:57:18.873Z Compiling spin v0.9.8
20542026-06-20T23:57:18.987Z Compiling foreign-types-shared v0.1.1
20552026-06-20T23:57:19.062Z Compiling pin-utils v0.1.0
20562026-06-20T23:57:19.087Z Compiling rustix v0.38.44
20572026-06-20T23:57:19.115Z Compiling simd-adler32 v0.3.8
20582026-06-20T23:57:19.152Z Compiling litrs v1.0.0
20592026-06-20T23:57:19.388Z Compiling httpdate v1.0.3
20602026-06-20T23:57:19.673Z Compiling anstyle v1.0.14
20612026-06-20T23:57:19.695Z Compiling document-features v0.2.12
20622026-06-20T23:57:19.712Z Compiling foreign-types v0.3.2
20632026-06-20T23:57:19.850Z Compiling heck v0.4.1
20642026-06-20T23:57:19.912Z Compiling unicode-normalization v0.1.25
20652026-06-20T23:57:20.003Z Compiling dtrace-parser v0.3.0
20662026-06-20T23:57:20.067Z Compiling hex v0.4.3
20672026-06-20T23:57:20.180Z Compiling strum_macros v0.26.4
20682026-06-20T23:57:20.243Z Compiling zerocopy-derive v0.7.35
20692026-06-20T23:57:20.397Z Compiling darling_core v0.21.3
20702026-06-20T23:57:20.412Z Compiling curve25519-dalek v4.1.3
20712026-06-20T23:57:20.607Z Compiling socket2 v0.5.10
20722026-06-20T23:57:20.676Z Compiling thread-id v5.1.0
20732026-06-20T23:57:20.746Z Compiling memoffset v0.9.1
20742026-06-20T23:57:20.776Z Compiling ref-cast v1.0.25
20752026-06-20T23:57:20.791Z Compiling darling_macro v0.20.11
20762026-06-20T23:57:20.922Z Compiling dof v0.4.0
20772026-06-20T23:57:20.955Z Compiling colorchoice v1.0.4
20782026-06-20T23:57:20.968Z Compiling powerfmt v0.2.0
20792026-06-20T23:57:21.078Z Compiling hyper v1.8.1
20802026-06-20T23:57:21.100Z Compiling anstyle-query v1.1.5
20812026-06-20T23:57:21.103Z Compiling smoltcp v0.9.1
20822026-06-20T23:57:21.128Z Compiling is_terminal_polyfill v1.70.2
20832026-06-20T23:57:21.265Z Compiling adler2 v2.0.1
20842026-06-20T23:57:21.265Z Compiling deranged v0.5.8
20852026-06-20T23:57:21.293Z Compiling darling v0.20.11
20862026-06-20T23:57:21.397Z Compiling miniz_oxide v0.8.9
20872026-06-20T23:57:21.457Z Compiling snafu-derive v0.8.9
20882026-06-20T23:57:21.485Z Compiling rustls-native-certs v0.8.3
20892026-06-20T23:57:21.522Z Compiling toml_datetime v0.6.11
20902026-06-20T23:57:21.774Z Compiling serde_spanned v0.6.9
20912026-06-20T23:57:22.009Z Compiling sync_wrapper v1.0.2
20922026-06-20T23:57:22.040Z Compiling wait-timeout v0.2.1
20932026-06-20T23:57:22.043Z Compiling zlib-rs v0.6.2
20942026-06-20T23:57:22.150Z Compiling siphasher v1.0.2
20952026-06-20T23:57:22.268Z Compiling hyper-util v0.1.20
20962026-06-20T23:57:22.354Z Compiling cfg_aliases v0.2.1
20972026-06-20T23:57:22.429Z Compiling quick-error v1.2.3
20982026-06-20T23:57:22.604Z Compiling bit-vec v0.8.0
20992026-06-20T23:57:22.635Z Compiling darling_macro v0.21.3
21002026-06-20T23:57:22.662Z Compiling num_threads v0.1.7
21012026-06-20T23:57:22.850Z Compiling time v0.3.47
21022026-06-20T23:57:22.864Z Compiling bit-set v0.8.0
21032026-06-20T23:57:22.922Z Compiling rusty-fork v0.3.1
21042026-06-20T23:57:23.044Z Compiling nix v0.31.2
21052026-06-20T23:57:23.172Z Compiling tower v0.5.3
21062026-06-20T23:57:23.190Z Compiling darling v0.21.3
21072026-06-20T23:57:23.350Z Compiling derive_builder_core v0.20.2
21082026-06-20T23:57:23.487Z Compiling anstyle-parse v1.0.0
21092026-06-20T23:57:23.673Z Compiling regex v1.12.3
21102026-06-20T23:57:23.736Z Compiling http-body-util v0.1.3
21112026-06-20T23:57:24.039Z Compiling webpki-roots v1.0.6
21122026-06-20T23:57:24.097Z Compiling erased-serde v0.3.31
21132026-06-20T23:57:24.135Z Compiling hubpack_derive v0.1.1
21142026-06-20T23:57:24.172Z Compiling signature v2.2.0
21152026-06-20T23:57:24.187Z Compiling rand_xorshift v0.4.0
21162026-06-20T23:57:24.222Z Compiling flate2 v1.1.9
21172026-06-20T23:57:24.258Z Compiling curve25519-dalek-derive v0.1.1
21182026-06-20T23:57:24.271Z Compiling ref-cast-impl v1.0.25
21192026-06-20T23:57:24.367Z Compiling strum_macros v0.27.2
21202026-06-20T23:57:24.729Z Compiling fs-err v3.3.0
21212026-06-20T23:57:24.743Z Compiling usdt-impl v0.5.0
21222026-06-20T23:57:24.790Z Compiling encoding_rs v0.8.35
21232026-06-20T23:57:24.842Z Compiling allocator-api2 v0.2.21
21242026-06-20T23:57:24.883Z Compiling unicode-properties v0.1.4
21252026-06-20T23:57:24.979Z Compiling unarray v0.1.4
21262026-06-20T23:57:25.095Z Compiling mime v0.3.17
21272026-06-20T23:57:25.112Z Compiling ryu v1.0.23
21282026-06-20T23:57:25.244Z Compiling object v0.37.3
21292026-06-20T23:57:25.330Z Compiling iri-string v0.7.10
21302026-06-20T23:57:25.364Z Compiling unicode-bidi v0.3.18
21312026-06-20T23:57:25.746Z Compiling stringprep v0.1.5
21322026-06-20T23:57:25.868Z Compiling serde_urlencoded v0.7.1
21332026-06-20T23:57:26.144Z Compiling proptest v1.10.0
21342026-06-20T23:57:26.407Z Compiling derive_builder_macro v0.20.2
21352026-06-20T23:57:26.427Z Compiling tokio-native-tls v0.3.1
21362026-06-20T23:57:26.451Z Compiling anstream v1.0.0
21372026-06-20T23:57:26.518Z Compiling tower-http v0.6.8
21382026-06-20T23:57:26.566Z Compiling serde_with_macros v3.17.0
21392026-06-20T23:57:26.747Z Compiling usdt-attr-macro v0.6.0
21402026-06-20T23:57:26.779Z Compiling usdt-macro v0.6.0
21412026-06-20T23:57:26.845Z Compiling ipnetwork v0.21.1
21422026-06-20T23:57:27.008Z Compiling scroll v0.12.0
21432026-06-20T23:57:27.157Z Compiling bstr v1.12.1
21442026-06-20T23:57:27.355Z Compiling rand_chacha v0.3.1
21452026-06-20T23:57:27.514Z Compiling md-5 v0.10.6
21462026-06-20T23:57:27.638Z Compiling async-recursion v1.1.1
21472026-06-20T23:57:27.681Z Compiling terminal_size v0.4.3
21482026-06-20T23:57:27.702Z Compiling num-integer v0.1.46
21492026-06-20T23:57:27.732Z Compiling hash32 v0.2.1
21502026-06-20T23:57:27.748Z Compiling vergen-lib v9.1.0
21512026-06-20T23:57:27.751Z Compiling ff v0.13.1
21522026-06-20T23:57:27.934Z Compiling base16ct v0.2.0
21532026-06-20T23:57:27.952Z Compiling fallible-iterator v0.2.0
21542026-06-20T23:57:27.972Z Compiling winnow v0.7.14
21552026-06-20T23:57:28.011Z Compiling clap_lex v1.0.0
21562026-06-20T23:57:28.273Z Compiling psl-types v2.0.11
21572026-06-20T23:57:28.397Z Compiling publicsuffix v2.3.0
21582026-06-20T23:57:28.413Z Compiling clap_builder v4.6.0
21592026-06-20T23:57:28.504Z Compiling postgres-protocol v0.6.10
21602026-06-20T23:57:28.582Z Compiling newtype-uuid v1.3.2
21612026-06-20T23:57:28.836Z Compiling sec1 v0.7.3
21622026-06-20T23:57:28.907Z Compiling num-iter v0.1.45
21632026-06-20T23:57:29.017Z Compiling group v0.13.0
21642026-06-20T23:57:29.042Z Compiling rand v0.8.6
21652026-06-20T23:57:29.411Z Compiling goblin v0.8.2
21662026-06-20T23:57:29.686Z Compiling oxnet v0.1.6
21672026-06-20T23:57:29.795Z Compiling derive_builder v0.20.2
21682026-06-20T23:57:29.884Z Compiling hyper-tls v0.6.0
21692026-06-20T23:57:29.919Z Compiling phf_shared v0.13.1
21702026-06-20T23:57:29.962Z Compiling zerocopy v0.7.35
21712026-06-20T23:57:30.105Z Compiling lazy_static v1.5.0
21722026-06-20T23:57:30.156Z Compiling anstyle-parse v0.2.7
21732026-06-20T23:57:30.174Z Compiling pin-project v1.1.11
21742026-06-20T23:57:30.319Z Compiling futures-executor v0.3.32
21752026-06-20T23:57:30.398Z Compiling hkdf v0.12.4
21762026-06-20T23:57:30.451Z Compiling crypto-bigint v0.5.5
21772026-06-20T23:57:30.454Z Compiling enum-as-inner v0.6.1
21782026-06-20T23:57:30.521Z Compiling serde_repr v0.1.20
21792026-06-20T23:57:30.593Z Compiling vergen v9.1.0
21802026-06-20T23:57:30.625Z Compiling cargo-platform v0.3.2
21812026-06-20T23:57:30.754Z Compiling bumpalo v3.20.2
21822026-06-20T23:57:30.803Z Compiling winnow v0.5.40
21832026-06-20T23:57:30.887Z Compiling foldhash v0.1.5
21842026-06-20T23:57:31.009Z Compiling foldhash v0.2.0
21852026-06-20T23:57:31.064Z Compiling same-file v1.0.6
21862026-06-20T23:57:31.077Z Compiling bitflags v1.3.2
21872026-06-20T23:57:31.090Z Compiling libbz2-rs-sys v0.2.2
21882026-06-20T23:57:31.226Z Compiling managed v0.8.0
21892026-06-20T23:57:31.229Z Compiling walkdir v2.5.0
21902026-06-20T23:57:31.460Z Compiling elliptic-curve v0.13.8
21912026-06-20T23:57:31.545Z Compiling bzip2 v0.6.1
21922026-06-20T23:57:31.769Z Compiling dof v0.3.0
21932026-06-20T23:57:31.813Z Compiling hashbrown v0.16.1
21942026-06-20T23:57:32.227Z Compiling toml_edit v0.19.15
21952026-06-20T23:57:32.299Z Compiling hashbrown v0.15.5
21962026-06-20T23:57:32.358Z Compiling zopfli v0.8.3
21972026-06-20T23:57:32.445Z Compiling cargo_metadata v0.23.1
21982026-06-20T23:57:32.589Z Compiling futures v0.3.32
21992026-06-20T23:57:33.024Z Compiling anstream v0.6.21
22002026-06-20T23:57:33.272Z Compiling snafu v0.8.9
22012026-06-20T23:57:33.323Z Compiling clap v4.6.1
22022026-06-20T23:57:33.525Z Compiling phf v0.13.1
22032026-06-20T23:57:33.676Z Compiling daft v0.1.7
22042026-06-20T23:57:33.739Z Compiling signal-hook-mio v0.2.5
22052026-06-20T23:57:33.853Z Compiling cookie_store v0.22.1
22062026-06-20T23:57:33.869Z Compiling postgres-types v0.2.12
22072026-06-20T23:57:33.907Z Compiling zstd v0.13.3
22082026-06-20T23:57:33.965Z Compiling bzip2 v0.4.4
22092026-06-20T23:57:33.980Z Compiling globset v0.4.18
22102026-06-20T23:57:34.010Z Compiling dtrace-parser v0.2.0
22112026-06-20T23:57:34.122Z Compiling strum v0.27.2
22122026-06-20T23:57:34.266Z Compiling hubpack v0.1.2
22132026-06-20T23:57:34.323Z Compiling ed25519 v2.2.3
22142026-06-20T23:57:34.364Z Compiling phf_shared v0.11.3
22152026-06-20T23:57:34.380Z Compiling olpc-cjson v0.1.4
22162026-06-20T23:57:34.449Z Compiling pkcs1 v0.7.5
22172026-06-20T23:57:34.510Z Compiling pem v3.0.6
22182026-06-20T23:57:34.567Z Compiling serde_plain v1.0.2
22192026-06-20T23:57:34.572Z Compiling serde-big-array v0.5.1
22202026-06-20T23:57:34.599Z Compiling rfc6979 v0.4.0
22212026-06-20T23:57:34.671Z Compiling float-cmp v0.10.0
22222026-06-20T23:57:34.699Z Compiling memmap2 v0.9.10
22232026-06-20T23:57:34.727Z Compiling thread-id v4.2.2
22242026-06-20T23:57:34.748Z Compiling env_filter v1.0.0
22252026-06-20T23:57:34.799Z Compiling toml_write v0.1.2
22262026-06-20T23:57:34.820Z Compiling difflib v0.4.0
22272026-06-20T23:57:34.835Z Compiling normalize-line-endings v0.3.0
22282026-06-20T23:57:34.860Z Compiling predicates-core v1.0.10
22292026-06-20T23:57:34.914Z Compiling precomputed-hash v0.1.1
22302026-06-20T23:57:34.937Z Compiling typed-path v0.9.3
22312026-06-20T23:57:35.003Z Compiling fixedbitset v0.4.2
22322026-06-20T23:57:35.016Z Compiling either v1.15.0
22332026-06-20T23:57:35.019Z Compiling data-encoding v2.10.0
22342026-06-20T23:57:35.019Z Compiling fixedbitset v0.5.7
22352026-06-20T23:57:35.058Z Compiling new_debug_unreachable v1.0.6
22362026-06-20T23:57:35.086Z Compiling keccak v0.1.6
22372026-06-20T23:57:35.211Z Compiling whoami v2.1.0
22382026-06-20T23:57:35.217Z Compiling jiff v0.2.21
22392026-06-20T23:57:35.263Z Compiling static_assertions v1.1.0
22402026-06-20T23:57:35.291Z Compiling petgraph v0.8.3
22412026-06-20T23:57:35.329Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22422026-06-20T23:57:35.345Z Compiling hickory-proto v0.25.2
22432026-06-20T23:57:35.483Z Compiling tokio-postgres v0.7.16
22442026-06-20T23:57:35.549Z Compiling sha3 v0.10.8
22452026-06-20T23:57:35.777Z Compiling itertools v0.13.0
22462026-06-20T23:57:35.820Z Compiling petgraph v0.6.5
22472026-06-20T23:57:36.092Z Compiling string_cache v0.8.9
22482026-06-20T23:57:36.325Z Compiling predicates v3.1.4
22492026-06-20T23:57:36.915Z Compiling toml_edit v0.22.27
22502026-06-20T23:57:36.970Z Compiling env_logger v0.11.9
22512026-06-20T23:57:37.036Z Compiling usdt v0.6.0
22522026-06-20T23:57:37.314Z Compiling ecdsa v0.16.9
22532026-06-20T23:57:37.336Z Compiling rsa v0.9.10
22542026-06-20T23:57:37.818Z Compiling zip v4.6.1
22552026-06-20T23:57:38.121Z Compiling ed25519-dalek v2.2.0
22562026-06-20T23:57:38.336Z Compiling zip v0.6.6
22572026-06-20T23:57:38.379Z Compiling iddqd v0.4.2
22582026-06-20T23:57:38.573Z Compiling crossterm v0.28.1
22592026-06-20T23:57:38.715Z Compiling toml v0.7.8
22602026-06-20T23:57:38.949Z Compiling crossbeam-epoch v0.9.18
22612026-06-20T23:57:38.958Z Compiling toml_parser v1.0.9+spec-1.1.0
22622026-06-20T23:57:39.209Z Compiling serde_with v3.17.0
22632026-06-20T23:57:39.232Z Compiling similar v2.7.0
22642026-06-20T23:57:39.262Z Compiling strum v0.26.3
22652026-06-20T23:57:39.418Z Compiling tokio-stream v0.1.18
22662026-06-20T23:57:39.503Z Compiling buf-list v1.1.2
22672026-06-20T23:57:39.592Z Compiling x509-cert v0.2.5
22682026-06-20T23:57:39.607Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22692026-06-20T23:57:39.783Z Compiling openapiv3 v2.2.0
22702026-06-20T23:57:39.853Z Compiling sha1 v0.10.6
22712026-06-20T23:57:39.890Z Compiling structmeta-derive v0.3.0
22722026-06-20T23:57:39.954Z Compiling lalrpop-util v0.19.12
22732026-06-20T23:57:40.084Z Compiling peg-runtime v0.8.5
22742026-06-20T23:57:40.165Z Compiling radium v0.7.0
22752026-06-20T23:57:40.868Z Compiling structmeta v0.3.0
22762026-06-20T23:57:41.717Z Compiling maybe-uninit v2.0.0
22772026-06-20T23:57:41.732Z Compiling tap v1.0.1
22782026-06-20T23:57:42.032Z Compiling wyz v0.5.1
22792026-06-20T23:57:43.448Z Compiling funty v2.0.0
22802026-06-20T23:57:43.677Z Compiling packed_struct v0.10.1
22812026-06-20T23:57:43.969Z Compiling bitvec v1.0.1
22822026-06-20T23:57:46.463Z Compiling packed_struct_codegen v0.10.1
22832026-06-20T23:57:46.758Z Compiling zerocopy-derive v0.6.6
22842026-06-20T23:57:46.897Z Compiling bitfield-macros v0.19.4
22852026-06-20T23:57:47.447Z Compiling indexmap v1.9.3
22862026-06-20T23:57:47.584Z Compiling crc-catalog v2.4.0
22872026-06-20T23:57:47.693Z Compiling typeid v1.0.3
22882026-06-20T23:57:47.747Z Compiling nodrop v0.1.14
22892026-06-20T23:57:47.863Z Compiling array-init v0.0.4
22902026-06-20T23:57:48.019Z Compiling crc v3.4.0
22912026-06-20T23:57:48.254Z Compiling bitfield v0.19.4
22922026-06-20T23:57:48.275Z Compiling zerocopy v0.6.6
22932026-06-20T23:57:48.803Z Compiling smallvec v0.6.14
22942026-06-20T23:57:49.029Z Compiling derive-ex v0.1.8
22952026-06-20T23:57:50.892Z Compiling rustls v0.22.4
22962026-06-20T23:57:51.043Z Compiling hashbrown v0.12.3
22972026-06-20T23:57:51.656Z Compiling base64 v0.21.7
22982026-06-20T23:57:51.740Z Compiling rustls-webpki v0.103.9
22992026-06-20T23:57:51.822Z Compiling erased-serde v0.4.9
23002026-06-20T23:57:52.026Z Compiling ron v0.8.1
23012026-06-20T23:57:54.570Z Compiling test-strategy v0.4.5
23022026-06-20T23:57:54.866Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23032026-06-20T23:57:55.166Z Compiling serde-hex v0.1.0
23042026-06-20T23:57:55.527Z Compiling tokio-rustls v0.26.4
23052026-06-20T23:57:55.623Z Compiling rustls-platform-verifier v0.6.2
23062026-06-20T23:57:55.807Z Compiling hyper-rustls v0.27.7
23072026-06-20T23:57:56.138Z Compiling reqwest v0.12.28
23082026-06-20T23:57:56.527Z Compiling reqwest v0.13.2
23092026-06-20T23:57:56.874Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-06-20T23:57:57.035Z Compiling toml v0.8.23
23112026-06-20T23:57:57.050Z Compiling hashbrown v0.13.2
23122026-06-20T23:57:57.067Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23132026-06-20T23:57:57.329Z Compiling rustls-webpki v0.102.8
23142026-06-20T23:57:57.856Z Compiling tough v0.22.0
23152026-06-20T23:57:57.991Z Compiling filetime v0.2.27
23162026-06-20T23:57:58.063Z Compiling multer v3.1.0
23172026-06-20T23:57:58.102Z Compiling thread_local v1.1.9
23182026-06-20T23:57:58.122Z Compiling rayon-core v1.13.0
23192026-06-20T23:57:58.211Z Compiling match_cfg v0.1.0
23202026-06-20T23:57:58.230Z Compiling crc-any v2.5.0
23212026-06-20T23:57:58.301Z Compiling xattr v1.6.1
23222026-06-20T23:57:58.471Z Compiling slog-async v2.8.0
23232026-06-20T23:57:58.514Z Compiling compression-core v0.4.31
23242026-06-20T23:57:58.542Z Compiling tar v0.4.45
23252026-06-20T23:57:58.658Z Compiling compression-codecs v0.4.37
23262026-06-20T23:57:58.793Z Compiling hostname v0.3.1
23272026-06-20T23:57:58.964Z Compiling object v0.30.4
23282026-06-20T23:57:58.978Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-06-20T23:57:58.992Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-06-20T23:57:59.215Z Compiling crossbeam-channel v0.5.15
23312026-06-20T23:57:59.484Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23322026-06-20T23:57:59.522Z Compiling slog-json v2.6.1
23332026-06-20T23:57:59.631Z Compiling async-stream-impl v0.3.6
23342026-06-20T23:57:59.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-06-20T23:57:59.788Z Compiling ordered-float v2.10.1
23362026-06-20T23:57:59.808Z Compiling toml_datetime v1.0.0+spec-1.1.0
23372026-06-20T23:57:59.895Z Compiling serde_spanned v1.0.4
23382026-06-20T23:57:59.947Z Compiling serde_path_to_error v0.1.20
23392026-06-20T23:58:00.076Z Compiling is-terminal v0.4.17
23402026-06-20T23:58:00.090Z Compiling fs-err v2.11.0
23412026-06-20T23:58:00.106Z Compiling dropshot v0.17.0
23422026-06-20T23:58:00.197Z Compiling toml_writer v1.0.6+spec-1.1.0
23432026-06-20T23:58:00.213Z Compiling take_mut v0.2.2
23442026-06-20T23:58:00.242Z Compiling debug-ignore v1.0.5
23452026-06-20T23:58:00.309Z Compiling term v1.2.1
23462026-06-20T23:58:00.329Z Compiling path-slash v0.1.5
23472026-06-20T23:58:00.408Z Compiling toml v1.0.6+spec-1.1.0
23482026-06-20T23:58:00.473Z Compiling async-stream v0.3.6
23492026-06-20T23:58:00.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502026-06-20T23:58:00.503Z Compiling serde-value v0.7.0
23512026-06-20T23:58:00.548Z Compiling slog-bunyan v2.5.0
23522026-06-20T23:58:00.657Z Compiling slog-term v2.9.2
23532026-06-20T23:58:00.682Z Compiling serde-untagged v0.1.9
23542026-06-20T23:58:00.744Z Compiling async-compression v0.4.41
23552026-06-20T23:58:01.026Z Compiling tokio-rustls v0.25.0
23562026-06-20T23:58:01.226Z Compiling atomicwrites v0.4.4
23572026-06-20T23:58:01.241Z Compiling crossbeam-deque v0.8.6
23582026-06-20T23:58:01.298Z Compiling parse-display-derive v0.10.0
23592026-06-20T23:58:01.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23602026-06-20T23:58:01.515Z Compiling camino-tempfile v1.4.1
23612026-06-20T23:58:01.531Z Compiling newtype-uuid-macros v0.1.0
23622026-06-20T23:58:01.625Z Compiling dropshot_endpoint v0.17.0
23632026-06-20T23:58:01.785Z Compiling waitgroup v0.1.2
23642026-06-20T23:58:01.888Z Compiling half v2.7.1
23652026-06-20T23:58:01.925Z Compiling rustls-pemfile v2.2.0
23662026-06-20T23:58:01.961Z Compiling backon v1.6.0
23672026-06-20T23:58:02.153Z Compiling blake3 v1.8.3
23682026-06-20T23:58:02.170Z Compiling hostname v0.4.2
23692026-06-20T23:58:02.242Z Compiling instant v0.1.13
23702026-06-20T23:58:02.242Z Compiling ciborium-io v0.2.2
23712026-06-20T23:58:02.270Z Compiling unicode-xid v0.2.6
23722026-06-20T23:58:02.273Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23732026-06-20T23:58:02.297Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23742026-06-20T23:58:02.352Z Compiling ciborium-ll v0.2.2
23752026-06-20T23:58:02.369Z Compiling cargo-util-schemas v0.8.2
23762026-06-20T23:58:02.384Z Compiling backoff v0.4.0
23772026-06-20T23:58:02.426Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23782026-06-20T23:58:02.720Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23792026-06-20T23:58:02.796Z Compiling parse-display v0.10.0
23802026-06-20T23:58:03.011Z Compiling regress v0.10.5
23812026-06-20T23:58:03.025Z Compiling itertools v0.14.0
23822026-06-20T23:58:03.041Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23832026-06-20T23:58:03.726Z Compiling cargo-platform v0.2.0
23842026-06-20T23:58:03.746Z Compiling macaddr v1.0.1
23852026-06-20T23:58:03.816Z Compiling constant_time_eq v0.4.2
23862026-06-20T23:58:04.051Z Compiling arrayvec v0.7.6
23872026-06-20T23:58:04.065Z Compiling humantime v2.3.0
23882026-06-20T23:58:04.069Z Compiling parse-size v1.1.0
23892026-06-20T23:58:04.131Z Compiling indent_write v2.2.0
23902026-06-20T23:58:04.227Z Compiling arrayref v0.3.9
23912026-06-20T23:58:04.276Z Compiling cargo_metadata v0.21.0
23922026-06-20T23:58:04.313Z Compiling ciborium v0.2.2
23932026-06-20T23:58:04.328Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23942026-06-20T23:58:04.520Z Compiling display-error-chain v0.2.2
23952026-06-20T23:58:04.542Z Compiling topological-sort v0.2.2
23962026-06-20T23:58:04.560Z Compiling shell-words v1.1.1
23972026-06-20T23:58:04.960Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23982026-06-20T23:58:15.058Z Compiling progenitor-client v0.14.0
23992026-06-20T23:58:15.103Z Compiling omicron-zone-package v0.12.2
24002026-06-20T23:58:15.529Z Compiling progenitor-extras v0.2.0
24012026-06-20T23:58:17.832Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24022026-06-20T23:58:17.851Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24032026-06-20T23:58:18.008Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24042026-06-20T23:58:18.033Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-06-20T23:58:21.894Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24062026-06-20T23:58:25.163Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24072026-06-20T23:58:33.150Z Finished `release` profile [optimized] target(s) in 1m 31s
24082026-06-20T23:58:33.282Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24092026-06-20T23:58:33.349ZJun 20 23:58:31.908 DEBG changing working directory to /work/oxidecomputer/omicron
24102026-06-20T23:58:33.435ZJun 20 23:58:32.001 DEBG running: git rev-parse HEAD
24112026-06-20T23:58:33.450ZJun 20 23:58:32.004 DEBG process exited with exit status: 0 (3.103951ms)
24122026-06-20T23:58:33.450ZJun 20 23:58:32.004 INFO version: 21.0.0-0.ci+gitd561ec03312
24132026-06-20T23:58:33.450ZJun 20 23:58:32.013 INFO cloning helios to /work/oxidecomputer/helios
24142026-06-20T23:58:33.450ZJun 20 23:58:32.013 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24152026-06-20T23:58:33.451ZCloning into '/work/oxidecomputer/helios'...
24162026-06-20T23:58:34.451ZJun 20 23:58:33.024 DEBG process exited with exit status: 0 (1.01115089s)
24172026-06-20T23:58:34.451ZJun 20 23:58:33.024 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24182026-06-20T23:58:34.456ZJun 20 23:58:33.027 DEBG process exited with exit status: 0 (3.082661ms)
24192026-06-20T23:58:34.456ZJun 20 23:58:33.027 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24202026-06-20T23:58:34.777ZJun 20 23:58:33.350 DEBG process exited with exit status: 0 (322.724668ms)
24212026-06-20T23:58:34.777ZJun 20 23:58:33.350 DEBG running: zfs list rpool/images/build/host
24222026-06-20T23:58:34.781ZNAME USED AVAIL REFER MOUNTPOINT
24232026-06-20T23:58:34.781Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24242026-06-20T23:58:34.784ZJun 20 23:58:33.355 DEBG process exited with exit status: 0 (5.115302ms)
24252026-06-20T23:58:34.784ZJun 20 23:58:33.355 DEBG running: zfs list rpool/images/build/recovery
24262026-06-20T23:58:34.787ZNAME USED AVAIL REFER MOUNTPOINT
24272026-06-20T23:58:34.787Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24282026-06-20T23:58:34.787ZJun 20 23:58:33.359 DEBG process exited with exit status: 0 (4.008131ms)
24292026-06-20T23:58:34.787ZJun 20 23:58:33.360 INFO [hubris-staging] running task
24302026-06-20T23:58:34.787ZJun 20 23:58:33.360 INFO [incorp-manifest] running task
24312026-06-20T23:58:34.787ZJun 20 23:58:33.360 INFO [hubris-production] running task
24322026-06-20T23:58:34.787ZJun 20 23:58:33.360 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24332026-06-20T23:58:34.787ZJun 20 23:58:33.360 INFO [incorp-create] running: pkgrepo create /work/incorporation
24342026-06-20T23:58:34.787ZJun 20 23:58:33.360 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24352026-06-20T23:58:34.790ZJun 20 23:58:33.362 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24362026-06-20T23:58:34.828Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24372026-06-20T23:58:35.025ZJun 20 23:58:33.594 INFO [incorp-create] process exited with exit status: 0 (234.291516ms)
24382026-06-20T23:58:35.028ZJun 20 23:58:33.595 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24392026-06-20T23:58:35.236Z[ omicron-package] Blocking waiting for file lock on package cache
24402026-06-20T23:58:35.248ZJun 20 23:58:33.820 INFO [incorp-publisher] process exited with exit status: 0 (225.632552ms)
24412026-06-20T23:58:35.488ZJun 20 23:58:34.061 DEBG process exited with exit status: 0 (701.184056ms)
24422026-06-20T23:58:35.491ZJun 20 23:58:34.061 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24432026-06-20T23:58:35.618Z[ omicron-package] Blocking waiting for file lock on package cache
24442026-06-20T23:58:35.816ZJun 20 23:58:34.307 INFO [hubris-production] task succeeded (947.106176ms)
24452026-06-20T23:58:36.157ZJun 20 23:58:34.731 DEBG process exited with exit status: 0 (669.586866ms)
24462026-06-20T23:58:36.161ZJun 20 23:58:34.733 INFO [incorp-manifest] task succeeded (1.372889642s)
24472026-06-20T23:58:36.161ZJun 20 23:58:34.733 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24482026-06-20T23:58:36.340ZJun 20 23:58:34.914 INFO [incorp-fmt] process exited with exit status: 0 (180.953516ms)
24492026-06-20T23:58:36.343ZJun 20 23:58:34.914 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24502026-06-20T23:58:36.583Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260620T235835Z
24512026-06-20T23:58:36.583Z[ incorp-pkgsend] PUBLISHED
24522026-06-20T23:58:36.636ZJun 20 23:58:35.210 INFO [incorp-pkgsend] process exited with exit status: 0 (296.188089ms)
24532026-06-20T23:58:36.641ZJun 20 23:58:35.210 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24542026-06-20T23:58:36.693Z[ omicron-package] Compiling ring v0.17.14
24552026-06-20T23:58:36.908Z[ helios-incorp] Retrieving packages for publisher helios ...
24562026-06-20T23:58:36.912Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24572026-06-20T23:58:36.943Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24582026-06-20T23:58:36.943Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24592026-06-20T23:58:36.946Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24602026-06-20T23:58:36.947Z[ helios-incorp]
24612026-06-20T23:58:36.947Z[ helios-incorp] Archiving packages ...
24622026-06-20T23:58:36.947Z[ helios-incorp] Packages to add: 1
24632026-06-20T23:58:36.947Z[ helios-incorp] Files to retrieve: 0
24642026-06-20T23:58:36.950Z[ helios-incorp] Estimated transfer size: 0.00 B
24652026-06-20T23:58:36.950Z[ helios-incorp]
24662026-06-20T23:58:36.950Z[ helios-incorp] Packages to archive:
24672026-06-20T23:58:36.950Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260620T235835Z
24682026-06-20T23:58:36.950Z[ helios-incorp]
24692026-06-20T23:58:36.950Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24702026-06-20T23:58:36.950Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24712026-06-20T23:58:36.950Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24722026-06-20T23:58:36.950Z[ omicron-package] Compiling itertools v0.14.0
24732026-06-20T23:58:36.950Z[ omicron-package] Compiling secrecy v0.10.3
24742026-06-20T23:58:36.950Z[ omicron-package] Compiling heapless v0.8.0
24752026-06-20T23:58:36.950Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24762026-06-20T23:58:37.013ZJun 20 23:58:35.586 INFO [helios-incorp] process exited with exit status: 0 (376.164568ms)
24772026-06-20T23:58:37.420Z[ omicron-package] Compiling hash32 v0.3.1
24782026-06-20T23:58:37.425Z[ omicron-package] Compiling unicode-width v0.2.0
24792026-06-20T23:58:37.565Z[ omicron-package] Compiling smoltcp v0.11.0
24802026-06-20T23:58:37.570Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24812026-06-20T23:58:37.570Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24822026-06-20T23:58:37.574Z[ omicron-package] Compiling cobs v0.3.0
24832026-06-20T23:58:37.574Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24842026-06-20T23:58:37.607Z[ omicron-package] Compiling universal-hash v0.5.1
24852026-06-20T23:58:37.693Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24862026-06-20T23:58:37.990Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24872026-06-20T23:58:37.993Z[ omicron-package] Compiling convert_case v0.4.0
24882026-06-20T23:58:37.993Z[ omicron-package] Compiling opaque-debug v0.3.1
24892026-06-20T23:58:38.179Z[ omicron-package] Compiling poly1305 v0.8.0
24902026-06-20T23:58:38.198Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24912026-06-20T23:58:38.250Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24922026-06-20T23:58:38.254Z[ omicron-package] Compiling postcard v1.1.3
24932026-06-20T23:58:38.320Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24942026-06-20T23:58:38.415Z[ omicron-package] Compiling password-hash v0.5.0
24952026-06-20T23:58:38.431Z[ omicron-package] Compiling chacha20 v0.9.1
24962026-06-20T23:58:38.558Z[ omicron-package] Compiling derive_more v0.99.20
24972026-06-20T23:58:38.673Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
24982026-06-20T23:58:38.749Z[ omicron-package] Compiling blake2 v0.10.6
24992026-06-20T23:58:38.805Z[ omicron-package] Compiling aead v0.5.2
25002026-06-20T23:58:38.841Z[ omicron-package] Compiling num_enum_derive v0.7.6
25012026-06-20T23:58:38.843Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25022026-06-20T23:58:38.933Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25032026-06-20T23:58:39.009Z[ omicron-package] Compiling proc-macro-error v1.0.4
25042026-06-20T23:58:39.012Z[ omicron-package] Compiling ingot-macros v0.1.1
25052026-06-20T23:58:39.158Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25062026-06-20T23:58:39.256Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25072026-06-20T23:58:39.304Z[ omicron-package] Compiling cpufeatures v0.3.0
25082026-06-20T23:58:39.334Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25092026-06-20T23:58:39.421Z[ omicron-package] Compiling vsss-rs v3.3.4
25102026-06-20T23:58:39.462Z[ omicron-package] Compiling chacha20 v0.10.0
25112026-06-20T23:58:39.611Z[ omicron-package] Compiling argon2 v0.5.3
25122026-06-20T23:58:39.639Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25132026-06-20T23:58:39.671Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25142026-06-20T23:58:39.716Z[ omicron-package] Compiling num_enum_derive v0.5.11
25152026-06-20T23:58:39.857Z[ omicron-package] Compiling foreign-types v0.5.0
25162026-06-20T23:58:39.969Z[ omicron-package] Compiling tabwriter v1.4.1
25172026-06-20T23:58:39.986Z[ omicron-package] Compiling byte-wrapper v0.1.0
25182026-06-20T23:58:40.001Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25192026-06-20T23:58:40.026Z[ omicron-package] Compiling num_enum v0.7.6
25202026-06-20T23:58:40.137Z[ omicron-package] Compiling cstr-argument v0.1.2
25212026-06-20T23:58:40.232Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25222026-06-20T23:58:40.367Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25232026-06-20T23:58:40.384Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242026-06-20T23:58:40.496Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-06-20T23:58:40.650Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25262026-06-20T23:58:40.670Z[ omicron-package] Compiling rand v0.10.0
25272026-06-20T23:58:40.691Z[ omicron-package] Compiling rayon v1.11.0
25282026-06-20T23:58:40.714Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25292026-06-20T23:58:40.736Z[ omicron-package] Compiling colored v3.1.1
25302026-06-20T23:58:40.751Z[ omicron-package] Compiling num_enum v0.5.11
25312026-06-20T23:58:40.798Z[ omicron-package] Compiling libefi-sys v0.1.0
25322026-06-20T23:58:40.920Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25332026-06-20T23:58:40.935Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25342026-06-20T23:58:40.967Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25352026-06-20T23:58:40.982Z[ omicron-package] Compiling itertools v0.12.1
25362026-06-20T23:58:41.086Z[ omicron-package] Compiling rustls v0.23.37
25372026-06-20T23:58:41.127Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25382026-06-20T23:58:41.171Z[ omicron-package] Compiling usdt-macro v0.5.0
25392026-06-20T23:58:41.269Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-06-20T23:58:41.302Z[ omicron-package] Compiling memmap v0.7.0
25412026-06-20T23:58:41.302Z[ omicron-package] Compiling bitfield-struct v0.6.2
25422026-06-20T23:58:41.563Z[ omicron-package] Compiling num-derive v0.4.2
25432026-06-20T23:58:41.597Z[ omicron-package] Compiling glob v0.3.3
25442026-06-20T23:58:41.639Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-06-20T23:58:41.639Z[ omicron-package] Compiling swrite v0.1.0
25462026-06-20T23:58:41.780Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25472026-06-20T23:58:41.955Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25482026-06-20T23:58:42.087Z[ omicron-package] Compiling usdt v0.5.0
25492026-06-20T23:58:42.175Z[ omicron-package] Compiling smf v0.2.3
25502026-06-20T23:58:42.315Z[ omicron-package] Compiling ingot-types v0.1.2
25512026-06-20T23:58:42.329Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-06-20T23:58:42.351Z[ omicron-package] Compiling rustls-webpki v0.103.9
25532026-06-20T23:58:42.434Z[ omicron-package] Compiling zone v0.3.1
25542026-06-20T23:58:42.485Z[ omicron-package] Compiling whoami v1.6.1
25552026-06-20T23:58:42.574Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-06-20T23:58:42.623Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25572026-06-20T23:58:42.697Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25582026-06-20T23:58:42.704Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-06-20T23:58:42.709Z[ omicron-package] Compiling console v0.16.2
25602026-06-20T23:58:42.774Z[ omicron-package] Compiling ingot v0.1.1
25612026-06-20T23:58:42.867Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25622026-06-20T23:58:42.923Z[ omicron-package] Compiling gethostname v0.5.0
25632026-06-20T23:58:42.970Z[ omicron-package] Compiling unit-prefix v0.5.2
25642026-06-20T23:58:42.974Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25652026-06-20T23:58:43.149Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25662026-06-20T23:58:43.206Z[ omicron-package] Compiling indicatif v0.18.4
25672026-06-20T23:58:44.055Z[ omicron-package] Compiling rustls v0.22.4
25682026-06-20T23:58:44.896Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25692026-06-20T23:58:45.201Z[ omicron-package] Compiling rustls-webpki v0.102.8
25702026-06-20T23:58:46.125Z[ omicron-package] Compiling tokio-rustls v0.26.4
25712026-06-20T23:58:46.125Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25722026-06-20T23:58:46.125Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25732026-06-20T23:58:46.390Z[ omicron-package] Compiling hyper-rustls v0.27.7
25742026-06-20T23:58:46.610Z[ omicron-package] Compiling reqwest v0.12.28
25752026-06-20T23:58:46.610Z[ omicron-package] Compiling reqwest v0.13.2
25762026-06-20T23:58:47.374Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25772026-06-20T23:58:47.640Z[ omicron-package] Compiling tokio-rustls v0.25.0
25782026-06-20T23:58:47.999Z[ omicron-package] Compiling dropshot v0.17.0
25792026-06-20T23:58:48.021Z[ omicron-package] Compiling tough v0.22.0
25802026-06-20T23:58:49.884ZJun 20 23:58:48.458 INFO [hubris-staging] task succeeded (15.098341016s)
25812026-06-20T23:58:50.276Z[ helios-setup] Jun 20 23:58:48.849 INFO helios repository root is: /work/oxidecomputer/helios
25822026-06-20T23:58:50.279Z[ helios-setup] Jun 20 23:58:48.850 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
25832026-06-20T23:58:50.279Z[ helios-setup] Jun 20 23:58:48.850 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25842026-06-20T23:58:50.279Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25852026-06-20T23:58:51.052Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25862026-06-20T23:58:51.056Z[ helios-setup] Jun 20 23:58:49.630 INFO clone ok!, project: chelsio-t6-roms
25872026-06-20T23:58:51.060Z[ helios-setup] Jun 20 23:58:49.630 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
25882026-06-20T23:58:51.060Z[ helios-setup] Jun 20 23:58:49.630 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25892026-06-20T23:58:51.060Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25902026-06-20T23:58:51.367Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25912026-06-20T23:58:51.402Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25922026-06-20T23:58:51.513Z[ omicron-package] Compiling progenitor-client v0.14.0
25932026-06-20T23:58:51.815Z[ helios-setup] Jun 20 23:58:50.389 INFO clone ok!, project: pilot
25942026-06-20T23:58:51.816Z[ helios-setup] Jun 20 23:58:50.389 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
25952026-06-20T23:58:51.819Z[ helios-setup] Jun 20 23:58:50.389 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25962026-06-20T23:58:51.819Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25972026-06-20T23:58:51.848Z[ omicron-package] Compiling progenitor-extras v0.2.0
25982026-06-20T23:58:52.513Z[ helios-setup] Jun 20 23:58:51.087 INFO clone ok!, project: dmar-report
25992026-06-20T23:58:52.517Z[ helios-setup] Jun 20 23:58:51.087 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26002026-06-20T23:58:52.517Z[ helios-setup] Jun 20 23:58:51.087 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26012026-06-20T23:58:52.517Z[ helios-setup] Jun 20 23:58:51.087 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
26022026-06-20T23:58:52.517Z[ helios-setup] Jun 20 23:58:51.087 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
26032026-06-20T23:58:52.517Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26042026-06-20T23:58:53.265Z[ helios-setup] Jun 20 23:58:51.838 INFO clone ok!, project: amd-host-image-builder
26052026-06-20T23:58:53.265Z[ helios-setup] Jun 20 23:58:51.839 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
26062026-06-20T23:58:53.268Z[ helios-setup] Jun 20 23:58:51.839 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26072026-06-20T23:58:53.268Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26082026-06-20T23:58:53.703Z[ helios-setup] Jun 20 23:58:52.276 INFO clone ok!, project: pinprick
26092026-06-20T23:58:53.703Z[ helios-setup] Jun 20 23:58:52.276 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
26102026-06-20T23:58:53.703Z[ helios-setup] Jun 20 23:58:52.276 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26112026-06-20T23:58:53.707Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26122026-06-20T23:58:54.262Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26132026-06-20T23:58:54.408Z[ helios-setup] Jun 20 23:58:52.981 INFO clone ok!, project: phbl
26142026-06-20T23:58:54.411Z[ helios-setup] Jun 20 23:58:52.981 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
26152026-06-20T23:58:54.411Z[ helios-setup] Jun 20 23:58:52.982 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26162026-06-20T23:58:54.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26172026-06-20T23:58:54.591Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26182026-06-20T23:58:54.751Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26192026-06-20T23:58:54.842Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26202026-06-20T23:58:54.967Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26212026-06-20T23:58:55.038Z[ helios-setup] Jun 20 23:58:53.611 INFO clone ok!, project: bootserver
26222026-06-20T23:58:55.038Z[ helios-setup] Jun 20 23:58:53.611 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26232026-06-20T23:58:55.041Z[ helios-setup] Jun 20 23:58:53.612 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
26242026-06-20T23:58:55.041Z[ helios-setup] Jun 20 23:58:53.612 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26252026-06-20T23:58:55.041Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26262026-06-20T23:58:55.048Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-06-20T23:58:55.080Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26282026-06-20T23:58:55.098Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292026-06-20T23:58:55.130Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26302026-06-20T23:58:55.592Z[ helios-setup] Jun 20 23:58:54.166 INFO clone ok!, project: image-builder
26312026-06-20T23:58:55.592Z[ helios-setup] Jun 20 23:58:54.166 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
26322026-06-20T23:58:55.596Z[ helios-setup] Jun 20 23:58:54.166 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26332026-06-20T23:58:55.596Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26342026-06-20T23:58:58.776Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26352026-06-20T23:59:01.576Z[ helios-setup] Jun 20 23:59:00.149 INFO clone ok!, project: amd-firmware
26362026-06-20T23:59:01.579Z[ helios-setup] Jun 20 23:59:00.149 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26372026-06-20T23:59:01.786Z[ helios-setup] Jun 20 23:59:00.359 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26382026-06-20T23:59:02.010Z[ helios-setup] Jun 20 23:59:00.583 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26392026-06-20T23:59:02.010Z[ helios-setup] Jun 20 23:59:00.583 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26402026-06-20T23:59:02.223Z[ helios-setup] Jun 20 23:59:00.796 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26412026-06-20T23:59:02.437Z[ helios-setup] Jun 20 23:59:01.010 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26422026-06-20T23:59:02.437Z[ helios-setup] Jun 20 23:59:01.010 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26432026-06-20T23:59:02.649Z[ helios-setup] Jun 20 23:59:01.223 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26442026-06-20T23:59:02.861Z[ helios-setup] Jun 20 23:59:01.435 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26452026-06-20T23:59:02.862Z[ helios-setup] Jun 20 23:59:01.435 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26462026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26472026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO ok!
26482026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26492026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26502026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO ok!
26512026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26522026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26532026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO ok!
26542026-06-20T23:59:02.867Z[ helios-setup] Jun 20 23:59:01.435 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26552026-06-20T23:59:02.870Z[ helios-setup] Jun 20 23:59:01.443 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
26562026-06-20T23:59:02.870Z[ helios-setup] Jun 20 23:59:01.443 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26572026-06-20T23:59:02.870Z[ helios-setup] Jun 20 23:59:01.443 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26582026-06-20T23:59:02.942Z[ helios-setup] Jun 20 23:59:01.515 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26592026-06-20T23:59:03.190Z[ helios-setup] Jun 20 23:59:01.763 INFO E| From https://github.com/jclulow/hiercmd
26602026-06-20T23:59:03.190Z[ helios-setup] Jun 20 23:59:01.763 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26612026-06-20T23:59:03.202Z[ helios-setup] Jun 20 23:59:01.774 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26622026-06-20T23:59:03.455Z[ helios-setup] Jun 20 23:59:02.029 INFO E| From https://github.com/oxidecomputer/network-interface
26632026-06-20T23:59:03.456Z[ helios-setup] Jun 20 23:59:02.029 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26642026-06-20T23:59:03.466Z[ helios-setup] Jun 20 23:59:02.038 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26652026-06-20T23:59:03.703Z[ helios-setup] Jun 20 23:59:02.276 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26662026-06-20T23:59:03.706Z[ helios-setup] Jun 20 23:59:02.276 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26672026-06-20T23:59:04.719Z[ helios-setup] Jun 20 23:59:02.290 INFO E| Updating crates.io index
26682026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.378 INFO E| Downloading crates ...
26692026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.446 INFO E| Downloaded anstyle-query v1.1.4
26702026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.453 INFO E| Downloaded find-msvc-tools v0.1.4
26712026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.455 INFO E| Downloaded num_enum v0.7.5
26722026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.458 INFO E| Downloaded anstyle v1.0.13
26732026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.470 INFO E| Downloaded simd-adler32 v0.3.7
26742026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.476 INFO E| Downloaded uuid v1.18.1
26752026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.478 INFO E| Downloaded crc v3.3.0
26762026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.483 INFO E| Downloaded env_filter v0.1.4
26772026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.484 INFO E| Downloaded time-core v0.1.6
26782026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.485 INFO E| Downloaded bitfield-macros v0.19.3
26792026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.499 INFO E| Downloaded tokio-macros v2.6.0
26802026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.500 INFO E| Downloaded toml_writer v1.0.4
26812026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.501 INFO E| Downloaded bitfield v0.19.3
26822026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.507 INFO E| Downloaded futures-core v0.3.31
26832026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.508 INFO E| Downloaded base64ct v1.8.0
26842026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.515 INFO E| Downloaded serde_spanned v1.0.3
26852026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.528 INFO E| Downloaded futures-sink v0.3.31
26862026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.529 INFO E| Downloaded futures-task v0.3.31
26872026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.533 INFO E| Downloaded libdevinfo-sys v1.1.0
26882026-06-20T23:59:04.726Z[ helios-setup] Jun 20 23:59:02.537 INFO E| Downloaded unicode-ident v1.0.22
26892026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.540 INFO E| Downloaded thiserror v2.0.17
26902026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.546 INFO E| Downloaded slab v0.4.11
26912026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.550 INFO E| Downloaded anyhow v1.0.100
26922026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.552 INFO E| Downloaded zeroize_derive v1.4.2
26932026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.553 INFO E| Downloaded futures-macro v0.3.31
26942026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.561 INFO E| Downloaded clap_lex v0.7.6
26952026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.566 INFO E| Downloaded generic-array v0.14.9
26962026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.567 INFO E| Downloaded devinfo v0.1.0
26972026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.569 INFO E| Downloaded futures-channel v0.3.31
26982026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.583 INFO E| Downloaded time-macros v0.2.24
26992026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.591 INFO E| Downloaded proc-macro2 v1.0.103
27002026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.592 INFO E| Downloaded futures-io v0.3.31
27012026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.595 INFO E| Downloaded getrandom v0.2.16
27022026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.597 INFO E| Downloaded bytes v1.10.1
27032026-06-20T23:59:04.727Z[ helios-setup] Jun 20 23:59:02.599 INFO E| Downloaded toml_datetime v0.7.3
27042026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.604 INFO E| Downloaded pin-project-lite v0.2.16
27052026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.607 INFO E| Downloaded thiserror-impl v2.0.17
27062026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.608 INFO E| Downloaded signal-hook-registry v1.4.6
27072026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.608 INFO E| Downloaded getopts v0.2.24
27082026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.609 INFO E| Downloaded term v1.2.0
27092026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.611 INFO E| Downloaded clap_derive v4.5.49
27102026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.613 INFO E| Downloaded deranged v0.5.5
27112026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.616 INFO E| Downloaded toml_parser v1.0.4
27122026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.623 INFO E| Downloaded quote v1.0.41
27132026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.626 INFO E| Downloaded futures-executor v0.3.31
27142026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.633 INFO E| Downloaded env_logger v0.11.8
27152026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.648 INFO E| Downloaded itoa v1.0.15
27162026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.649 INFO E| Downloaded futures v0.3.31
27172026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.652 INFO E| Downloaded iana-time-zone v0.1.64
27182026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.653 INFO E| Downloaded toml v0.9.8
27192026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.670 INFO E| Downloaded toml_edit v0.23.7
27202026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.672 INFO E| Downloaded ryu v1.0.20
27212026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.674 INFO E| Downloaded num_enum_derive v0.7.5
27222026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.675 INFO E| Downloaded cc v1.2.44
27232026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.686 INFO E| Downloaded indexmap v2.12.0
27242026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.689 INFO E| Downloaded clap v4.5.51
27252026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.694 INFO E| Downloaded socket2 v0.6.1
27262026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.695 INFO E| Downloaded bitflags v2.10.0
27272026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.697 INFO E| Downloaded log v0.4.28
27282026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.699 INFO E| Downloaded hashbrown v0.16.0
27292026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.702 INFO E| Downloaded flate2 v1.1.5
27302026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.708 INFO E| Downloaded iddqd v0.3.14
27312026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.722 INFO E| Downloaded zerocopy-derive v0.8.27
27322026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.726 INFO E| Downloaded rand v0.8.5
27332026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.728 INFO E| Downloaded memchr v2.7.6
27342026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.735 INFO E| Downloaded rsa v0.9.8
27352026-06-20T23:59:04.728Z[ helios-setup] Jun 20 23:59:02.740 INFO E| Downloaded mio v1.1.0
27362026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.771 INFO E| Downloaded winnow v0.7.13
27372026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.776 INFO E| Downloaded time v0.3.44
27382026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.781 INFO E| Downloaded num-bigint-dig v0.8.4
27392026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.783 INFO E| Downloaded clap_builder v4.5.51
27402026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.787 INFO E| Downloaded futures-util v0.3.31
27412026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.794 INFO E| Downloaded serde_json v1.0.145
27422026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.799 INFO E| Downloaded libm v0.2.15
27432026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.813 INFO E| Downloaded chrono v0.4.42
27442026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.831 INFO E| Downloaded unicode-width v0.2.2
27452026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.835 INFO E| Downloaded syn v2.0.108
27462026-06-20T23:59:04.729Z[ helios-setup] Jun 20 23:59:02.841 INFO E| Downloaded zerocopy v0.8.27
27472026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:02.872 INFO E| Downloaded rustix v1.1.2
27482026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:02.915 INFO E| Downloaded libc v0.2.177
27492026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:02.929 INFO E| Downloaded tokio v1.48.0
27502026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.012 INFO E| Compiling proc-macro2 v1.0.103
27512026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling quote v1.0.41
27522026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling unicode-ident v1.0.22
27532026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling libc v0.2.177
27542026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling serde_core v1.0.228
27552026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling cfg-if v1.0.4
27562026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling serde v1.0.228
27572026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling version_check v0.9.5
27582026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling autocfg v1.5.0
27592026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling typenum v1.19.0
27602026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling const-oid v0.9.6
27612026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling libm v0.2.15
27622026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.013 INFO E| Compiling zerocopy v0.8.27
27632026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.046 INFO E| Compiling rustversion v1.0.22
27642026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.046 INFO E| Compiling smallvec v1.15.1
27652026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.047 INFO E| Compiling base64ct v1.8.0
27662026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.160 INFO E| Compiling zeroize v1.8.2
27672026-06-20T23:59:04.730Z[ helios-setup] Jun 20 23:59:03.224 INFO E| Compiling equivalent v1.0.2
27682026-06-20T23:59:04.757Z[ helios-setup] Jun 20 23:59:03.331 INFO E| Compiling generic-array v0.14.9
27692026-06-20T23:59:04.833Z[ helios-setup] Jun 20 23:59:03.346 INFO E| Compiling pem-rfc7468 v0.7.0
27702026-06-20T23:59:04.833Z[ helios-setup] Jun 20 23:59:03.355 INFO E| Compiling crc32fast v1.5.0
27712026-06-20T23:59:04.833Z[ helios-setup] Jun 20 23:59:03.388 INFO E| Compiling byteorder v1.5.0
27722026-06-20T23:59:04.851Z[ helios-setup] Jun 20 23:59:03.424 INFO E| Compiling hashbrown v0.16.0
27732026-06-20T23:59:04.880Z[ helios-setup] Jun 20 23:59:03.453 INFO E| Compiling utf8parse v0.2.2
27742026-06-20T23:59:04.919Z[ helios-setup] Jun 20 23:59:03.491 INFO E| Compiling num-traits v0.2.19
27752026-06-20T23:59:04.931Z[ helios-setup] Jun 20 23:59:03.504 INFO E| Compiling memchr v2.7.6
27762026-06-20T23:59:04.961Z[ helios-setup] Jun 20 23:59:03.535 INFO E| Compiling flagset v0.4.7
27772026-06-20T23:59:05.020Z[ helios-setup] Jun 20 23:59:03.591 INFO E| Compiling rustix v1.1.2
27782026-06-20T23:59:05.088Z[ helios-setup] Jun 20 23:59:03.662 INFO E| Compiling anyhow v1.0.100
27792026-06-20T23:59:05.116Z[ helios-setup] Jun 20 23:59:03.689 INFO E| Compiling winnow v0.7.13
27802026-06-20T23:59:05.165Z[ helios-setup] Jun 20 23:59:03.738 INFO E| Compiling anstyle-parse v0.2.7
27812026-06-20T23:59:05.180Z[ helios-setup] Jun 20 23:59:03.745 INFO E| Compiling shlex v1.3.0
27822026-06-20T23:59:05.312Z[ helios-setup] Jun 20 23:59:03.885 INFO E| Compiling getrandom v0.2.16
27832026-06-20T23:59:05.375Z[ helios-setup] Jun 20 23:59:03.948 INFO E| Compiling indexmap v2.12.0
27842026-06-20T23:59:05.381Z[ helios-setup] Jun 20 23:59:03.954 INFO E| Compiling errno v0.3.14
27852026-06-20T23:59:05.408Z[ helios-setup] Jun 20 23:59:03.981 INFO E| Compiling colorchoice v1.0.4
27862026-06-20T23:59:05.461Z[ helios-setup] Jun 20 23:59:04.034 INFO E| Compiling rand_core v0.6.4
27872026-06-20T23:59:05.525Z[ helios-setup] Jun 20 23:59:04.099 INFO E| Compiling find-msvc-tools v0.1.4
27882026-06-20T23:59:05.542Z[ helios-setup] Jun 20 23:59:04.114 INFO E| Compiling anstyle v1.0.13
27892026-06-20T23:59:05.548Z[ helios-setup] Jun 20 23:59:04.121 INFO E| Compiling cpufeatures v0.2.17
27902026-06-20T23:59:05.551Z[ helios-setup] Jun 20 23:59:04.122 INFO E| Compiling syn v1.0.109
27912026-06-20T23:59:05.559Z[ helios-setup] Jun 20 23:59:04.133 INFO E| Compiling allocator-api2 v0.2.21
27922026-06-20T23:59:05.566Z[ helios-setup] Jun 20 23:59:04.139 INFO E| Compiling is_terminal_polyfill v1.70.2
27932026-06-20T23:59:05.670Z[ helios-setup] Jun 20 23:59:04.244 INFO E| Compiling toml_datetime v0.7.3
27942026-06-20T23:59:05.693Z[ helios-setup] Jun 20 23:59:04.267 INFO E| Compiling anstyle-query v1.1.4
27952026-06-20T23:59:05.735Z[ helios-setup] Jun 20 23:59:04.308 INFO E| Compiling radium v0.7.0
27962026-06-20T23:59:05.808Z[ helios-setup] Jun 20 23:59:04.381 INFO E| Compiling syn v2.0.108
27972026-06-20T23:59:05.827Z[ helios-setup] Jun 20 23:59:04.401 INFO E| Compiling anstream v0.6.21
27982026-06-20T23:59:05.861Z[ helios-setup] Jun 20 23:59:04.434 INFO E| Compiling cc v1.2.44
27992026-06-20T23:59:05.904Z[ helios-setup] Jun 20 23:59:04.477 INFO E| Compiling slog v2.8.2
28002026-06-20T23:59:05.978Z[ helios-setup] Jun 20 23:59:04.551 INFO E| Compiling block-buffer v0.10.4
28012026-06-20T23:59:05.996Z[ helios-setup] Jun 20 23:59:04.570 INFO E| Compiling crypto-common v0.1.6
28022026-06-20T23:59:06.050Z[ helios-setup] Jun 20 23:59:04.623 INFO E| Compiling futures-sink v0.3.31
28032026-06-20T23:59:06.113Z[ helios-setup] Jun 20 23:59:04.686 INFO E| Compiling digest v0.10.7
28042026-06-20T23:59:06.150Z[ helios-setup] Jun 20 23:59:04.724 INFO E| Compiling pin-project-lite v0.2.16
28052026-06-20T23:59:06.150Z[ helios-setup] Jun 20 23:59:04.724 INFO E| Compiling futures-core v0.3.31
28062026-06-20T23:59:06.162Z[ helios-setup] Jun 20 23:59:04.735 INFO E| Compiling tap v1.0.1
28072026-06-20T23:59:06.170Z[ helios-setup] Jun 20 23:59:04.743 INFO E| Compiling parking_lot_core v0.9.12
28082026-06-20T23:59:06.176Z[ helios-setup] Jun 20 23:59:04.749 INFO E| Compiling unicode-width v0.2.2
28092026-06-20T23:59:06.271Z[ helios-setup] Jun 20 23:59:04.844 INFO E| Compiling pkg-config v0.3.32
28102026-06-20T23:59:06.292Z[ helios-setup] Jun 20 23:59:04.865 INFO E| Compiling maybe-uninit v2.0.0
28112026-06-20T23:59:06.384Z[ helios-setup] Jun 20 23:59:04.957 INFO E| Compiling sha2 v0.10.9
28122026-06-20T23:59:06.394Z[ helios-setup] Jun 20 23:59:04.967 INFO E| Compiling num-integer v0.1.46
28132026-06-20T23:59:06.400Z[ helios-setup] Jun 20 23:59:04.974 INFO E| Compiling futures-channel v0.3.31
28142026-06-20T23:59:06.413Z[ helios-setup] Jun 20 23:59:04.986 INFO E| Compiling wyz v0.5.1
28152026-06-20T23:59:06.537Z[ helios-setup] Jun 20 23:59:05.110 INFO E| Compiling getopts v0.2.24
28162026-06-20T23:59:06.580Z[ helios-setup] Jun 20 23:59:05.146 INFO E| Compiling toml_parser v1.0.4
28172026-06-20T23:59:06.649Z[ helios-setup] Jun 20 23:59:05.222 INFO E| Compiling ahash v0.8.12
28182026-06-20T23:59:06.661Z[ helios-setup] Jun 20 23:59:05.233 INFO E| Compiling bytes v1.10.1
28192026-06-20T23:59:06.683Z[ helios-setup] Jun 20 23:59:05.256 INFO E| Compiling strsim v0.11.1
28202026-06-20T23:59:06.733Z[ helios-setup] Jun 20 23:59:05.302 INFO E| Compiling num-conv v0.1.0
28212026-06-20T23:59:06.748Z[ helios-setup] Jun 20 23:59:05.321 INFO E| Compiling num-bigint-dig v0.8.4
28222026-06-20T23:59:06.796Z[ helios-setup] Jun 20 23:59:05.369 INFO E| Compiling clap_lex v0.7.6
28232026-06-20T23:59:06.804Z[ helios-setup] Jun 20 23:59:05.377 INFO E| Compiling futures-io v0.3.31
28242026-06-20T23:59:06.860Z[ helios-setup] Jun 20 23:59:05.433 INFO E| Compiling thiserror v1.0.69
28252026-06-20T23:59:06.879Z[ helios-setup] Jun 20 23:59:05.453 INFO E| Compiling slab v0.4.11
28262026-06-20T23:59:06.917Z[ helios-setup] Jun 20 23:59:05.490 INFO E| Compiling powerfmt v0.2.0
28272026-06-20T23:59:06.974Z[ helios-setup] Jun 20 23:59:05.547 INFO E| Compiling bitflags v2.10.0
28282026-06-20T23:59:07.009Z[ helios-setup] Jun 20 23:59:05.582 INFO E| Compiling toml_edit v0.23.7
28292026-06-20T23:59:07.032Z[ helios-setup] Jun 20 23:59:05.605 INFO E| Compiling funty v2.0.0
28302026-06-20T23:59:07.183Z[ helios-setup] Jun 20 23:59:05.756 INFO E| Compiling itoa v1.0.15
28312026-06-20T23:59:07.204Z[ helios-setup] Jun 20 23:59:05.777 INFO E| Compiling spin v0.9.8
28322026-06-20T23:59:07.211Z[ helios-setup] Jun 20 23:59:05.784 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28332026-06-20T23:59:07.214Z[ helios-setup] Jun 20 23:59:05.785 INFO E| Compiling packed_struct v0.10.1
28342026-06-20T23:59:07.214Z[ helios-setup] Jun 20 23:59:05.785 INFO E| Compiling time-core v0.1.6
28352026-06-20T23:59:07.241Z[ helios-setup] Jun 20 23:59:05.814 INFO E| Compiling futures-task v0.3.31
28362026-06-20T23:59:07.293Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28372026-06-20T23:59:07.401Z[ helios-setup] Jun 20 23:59:05.974 INFO E| Compiling heck v0.5.0
28382026-06-20T23:59:07.401Z[ helios-setup] Jun 20 23:59:05.975 INFO E| Compiling pin-utils v0.1.0
28392026-06-20T23:59:07.414Z[ helios-setup] Jun 20 23:59:05.988 INFO E| Compiling getrandom v0.3.4
28402026-06-20T23:59:07.414Z[ helios-setup] Jun 20 23:59:05.988 INFO E| Compiling scopeguard v1.2.0
28412026-06-20T23:59:07.490Z[ helios-setup] Jun 20 23:59:06.064 INFO E| Compiling time-macros v0.2.24
28422026-06-20T23:59:07.528Z[ helios-setup] Jun 20 23:59:06.102 INFO E| Compiling lock_api v0.4.14
28432026-06-20T23:59:07.535Z[ helios-setup] Jun 20 23:59:06.108 INFO E| Compiling bitvec v1.0.1
28442026-06-20T23:59:07.564Z[ helios-setup] Jun 20 23:59:06.137 INFO E| Compiling lazy_static v1.5.0
28452026-06-20T23:59:07.664Z[ helios-setup] Jun 20 23:59:06.237 INFO E| Compiling proc-macro-crate v3.4.0
28462026-06-20T23:59:07.672Z[ helios-setup] Jun 20 23:59:06.246 INFO E| Compiling deranged v0.5.5
28472026-06-20T23:59:07.743Z[ helios-setup] Jun 20 23:59:06.316 INFO E| Compiling terminal_size v0.4.3
28482026-06-20T23:59:07.789Z[ helios-setup] Jun 20 23:59:06.362 INFO E| Compiling num-iter v0.1.45
28492026-06-20T23:59:07.835Z[ helios-setup] Jun 20 23:59:06.409 INFO E| Compiling indexmap v1.9.3
28502026-06-20T23:59:07.874Z[ helios-setup] Jun 20 23:59:06.443 INFO E| Compiling clap_builder v4.5.51
28512026-06-20T23:59:07.911Z[ helios-setup] Jun 20 23:59:06.484 INFO E| Compiling simd-adler32 v0.3.7
28522026-06-20T23:59:08.032Z[ helios-setup] Jun 20 23:59:06.605 INFO E| Compiling serde_json v1.0.145
28532026-06-20T23:59:08.078Z[ helios-setup] Jun 20 23:59:06.649 INFO E| Compiling log v0.4.28
28542026-06-20T23:59:08.181Z[ helios-setup] Jun 20 23:59:06.736 INFO E| Compiling iana-time-zone v0.1.64
28552026-06-20T23:59:08.213Z[ helios-setup] Jun 20 23:59:06.784 INFO E| Compiling nodrop v0.1.14
28562026-06-20T23:59:08.323Z[ helios-setup] Jun 20 23:59:06.896 INFO E| Compiling once_cell v1.21.3
28572026-06-20T23:59:08.333Z[ helios-setup] Jun 20 23:59:06.905 INFO E| Compiling thiserror v2.0.17
28582026-06-20T23:59:08.466Z[ helios-setup] Jun 20 23:59:07.039 INFO E| Compiling adler2 v2.0.1
28592026-06-20T23:59:08.527Z[ helios-setup] Jun 20 23:59:07.100 INFO E| Compiling crc-catalog v2.4.0
28602026-06-20T23:59:08.620Z[ helios-setup] Jun 20 23:59:07.193 INFO E| Compiling miniz_oxide v0.8.9
28612026-06-20T23:59:08.634Z[ helios-setup] Jun 20 23:59:07.207 INFO E| Compiling crc v3.3.0
28622026-06-20T23:59:08.703Z[ helios-setup] Jun 20 23:59:07.276 INFO E| Compiling array-init v0.0.4
28632026-06-20T23:59:08.711Z[ helios-setup] Jun 20 23:59:07.282 INFO E| Compiling chrono v0.4.42
28642026-06-20T23:59:08.726Z[ helios-setup] Jun 20 23:59:07.294 INFO E| Compiling env_filter v0.1.4
28652026-06-20T23:59:08.967Z[ helios-setup] Jun 20 23:59:07.540 INFO E| Compiling parking_lot v0.12.5
28662026-06-20T23:59:09.118Z[ helios-setup] Jun 20 23:59:07.692 INFO E| Compiling smallvec v0.6.14
28672026-06-20T23:59:09.147Z[ helios-setup] Jun 20 23:59:07.720 INFO E| Compiling serde_spanned v1.0.3
28682026-06-20T23:59:09.250Z[ helios-setup] Jun 20 23:59:07.823 INFO E| Compiling time v0.3.44
28692026-06-20T23:59:09.415Z[ helios-setup] Jun 20 23:59:07.988 INFO E| Compiling signature v2.2.0
28702026-06-20T23:59:09.426Z[ helios-setup] Jun 20 23:59:08.000 INFO E| Compiling mio v1.1.0
28712026-06-20T23:59:09.454Z[ helios-setup] Jun 20 23:59:08.027 INFO E| Compiling signal-hook-registry v1.4.6
28722026-06-20T23:59:09.721Z[ helios-setup] Jun 20 23:59:08.291 INFO E| Compiling is-terminal v0.4.17
28732026-06-20T23:59:09.823Z[ helios-setup] Jun 20 23:59:08.396 INFO E| Compiling socket2 v0.6.1
28742026-06-20T23:59:09.924Z[ helios-setup] Jun 20 23:59:08.497 INFO E| Compiling thread_local v1.1.9
28752026-06-20T23:59:09.990Z[ helios-setup] Jun 20 23:59:08.564 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28762026-06-20T23:59:10.143Z[ helios-setup] Jun 20 23:59:08.716 INFO E| Compiling toml_writer v1.0.4
28772026-06-20T23:59:10.172Z[ helios-setup] Jun 20 23:59:08.742 INFO E| Compiling winnow v0.5.40
28782026-06-20T23:59:10.314Z[ helios-setup] Jun 20 23:59:08.881 INFO E| Compiling ryu v1.0.20
28792026-06-20T23:59:10.349Z[ helios-setup] Jun 20 23:59:08.908 INFO E| Compiling libdevinfo-sys v1.1.0
28802026-06-20T23:59:10.429Z[ helios-setup] Jun 20 23:59:09.002 INFO E| Compiling packed_struct_codegen v0.10.1
28812026-06-20T23:59:10.451Z[ helios-setup] Jun 20 23:59:09.024 INFO E| Compiling term v1.2.0
28822026-06-20T23:59:10.461Z[ helios-setup] Jun 20 23:59:09.033 INFO E| Compiling base64 v0.21.7
28832026-06-20T23:59:10.471Z[ helios-setup] Jun 20 23:59:09.043 INFO E| Compiling subtle v2.6.1
28842026-06-20T23:59:10.494Z[ helios-setup] Jun 20 23:59:09.068 INFO E| Compiling hashbrown v0.12.3
28852026-06-20T23:59:10.700Z[ helios-setup] Jun 20 23:59:09.262 INFO E| Compiling serde_derive v1.0.228
28862026-06-20T23:59:10.750Z[ helios-setup] Jun 20 23:59:09.322 INFO E| Compiling zerocopy-derive v0.8.27
28872026-06-20T23:59:10.762Z[ helios-setup] Jun 20 23:59:09.336 INFO E| Compiling der_derive v0.7.3
28882026-06-20T23:59:10.773Z[ helios-setup] Jun 20 23:59:09.346 INFO E| Compiling futures-macro v0.3.31
28892026-06-20T23:59:10.831Z[ helios-setup] Jun 20 23:59:09.404 INFO E| Compiling bitfield-macros v0.19.3
28902026-06-20T23:59:11.219Z[ helios-setup] Jun 20 23:59:09.792 INFO E| Compiling thiserror-impl v1.0.69
28912026-06-20T23:59:11.463Z[ helios-setup] Jun 20 23:59:10.036 INFO E| Compiling num_enum_derive v0.7.5
28922026-06-20T23:59:11.523Z[ helios-setup] Jun 20 23:59:10.096 INFO E| Compiling zerocopy-derive v0.6.6
28932026-06-20T23:59:11.615Z[ helios-setup] Jun 20 23:59:10.188 INFO E| Compiling clap_derive v4.5.49
28942026-06-20T23:59:11.942Z[ helios-setup] Jun 20 23:59:10.516 INFO E| Compiling bitfield v0.19.3
28952026-06-20T23:59:12.241Z[ helios-setup] Jun 20 23:59:10.815 INFO E| Compiling futures-util v0.3.31
28962026-06-20T23:59:12.277Z[ helios-setup] Jun 20 23:59:10.850 INFO E| Compiling der v0.7.10
28972026-06-20T23:59:12.368Z[ helios-setup] Jun 20 23:59:10.942 INFO E| Compiling tokio-macros v2.6.0
28982026-06-20T23:59:12.535Z[ helios-setup] Jun 20 23:59:11.108 INFO E| Compiling thiserror-impl v2.0.17
28992026-06-20T23:59:12.906Z[ helios-setup] Jun 20 23:59:11.479 INFO E| Compiling zerocopy v0.6.6
29002026-06-20T23:59:13.162Z[ helios-setup] Jun 20 23:59:11.735 INFO E| Compiling toml v0.9.8
29012026-06-20T23:59:13.251Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29022026-06-20T23:59:13.337Z[ helios-setup] Jun 20 23:59:11.910 INFO E| Compiling bzip2 v0.4.4
29032026-06-20T23:59:13.367Z[ helios-setup] Jun 20 23:59:11.940 INFO E| Compiling num_enum v0.7.5
29042026-06-20T23:59:13.409Z[ helios-setup] Jun 20 23:59:11.982 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29052026-06-20T23:59:13.420Z[ helios-setup] Jun 20 23:59:11.993 INFO E| Compiling flate2 v1.1.5
29062026-06-20T23:59:13.505Z[ helios-setup] Jun 20 23:59:12.078 INFO E| Compiling devinfo v0.1.0
29072026-06-20T23:59:13.606Z[ helios-setup] Jun 20 23:59:12.179 INFO E| Compiling uuid v1.18.1
29082026-06-20T23:59:13.771Z[ helios-setup] Jun 20 23:59:12.339 INFO E| Compiling env_logger v0.11.8
29092026-06-20T23:59:13.771Z[ helios-setup] Jun 20 23:59:12.339 INFO E| Compiling hex v0.4.3
29102026-06-20T23:59:14.214Z[ helios-setup] Jun 20 23:59:12.787 INFO E| Compiling spki v0.7.3
29112026-06-20T23:59:14.223Z[ helios-setup] Jun 20 23:59:12.797 INFO E| Compiling tokio v1.48.0
29122026-06-20T23:59:14.251Z[ helios-setup] Jun 20 23:59:12.824 INFO E| Compiling bitflags v1.3.2
29132026-06-20T23:59:14.337Z[ helios-setup] Jun 20 23:59:12.910 INFO E| Compiling rustc-hash v2.1.1
29142026-06-20T23:59:14.492Z[ helios-setup] Jun 20 23:59:13.057 INFO E| Compiling pkcs8 v0.10.2
29152026-06-20T23:59:14.503Z[ helios-setup] Jun 20 23:59:13.075 INFO E| Compiling x509-cert v0.2.5
29162026-06-20T23:59:14.598Z[ helios-setup] Jun 20 23:59:13.163 INFO E| Compiling crc-any v2.5.0
29172026-06-20T23:59:14.648Z[ helios-setup] Jun 20 23:59:13.209 INFO E| Compiling clap v4.5.51
29182026-06-20T23:59:14.731Z[ helios-setup] Jun 20 23:59:13.303 INFO E| Compiling foldhash v0.2.0
29192026-06-20T23:59:14.752Z[ helios-setup] Jun 20 23:59:13.322 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29202026-06-20T23:59:14.811Z[ helios-setup] Jun 20 23:59:13.381 INFO E| Compiling pkcs1 v0.7.5
29212026-06-20T23:59:14.870Z[ helios-setup] Jun 20 23:59:13.443 INFO E| Compiling zip v0.6.6
29222026-06-20T23:59:15.057Z[ helios-setup] Jun 20 23:59:13.630 INFO E| Compiling iddqd v0.3.14
29232026-06-20T23:59:15.083Z[ helios-setup] Jun 20 23:59:13.655 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29242026-06-20T23:59:15.122Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29252026-06-20T23:59:15.133Z[ helios-setup] Jun 20 23:59:13.706 INFO E| Compiling path-slash v0.1.5
29262026-06-20T23:59:16.263Z[ helios-setup] Jun 20 23:59:14.836 INFO E| Compiling erased-serde v0.3.31
29272026-06-20T23:59:16.282Z[ helios-setup] Jun 20 23:59:14.853 INFO E| Compiling futures-executor v0.3.31
29282026-06-20T23:59:16.559Z[ helios-setup] Jun 20 23:59:15.132 INFO E| Compiling ppv-lite86 v0.2.21
29292026-06-20T23:59:16.757Z[ helios-setup] Jun 20 23:59:15.330 INFO E| Compiling serde_spanned v0.6.9
29302026-06-20T23:59:17.044Z[ helios-setup] Jun 20 23:59:15.604 INFO E| Compiling rand_chacha v0.3.1
29312026-06-20T23:59:17.153Z[ helios-setup] Jun 20 23:59:15.727 INFO E| Compiling toml_datetime v0.6.11
29322026-06-20T23:59:17.163Z[ helios-setup] Jun 20 23:59:15.736 INFO E| Compiling hashbrown v0.13.2
29332026-06-20T23:59:17.290Z[ helios-setup] Jun 20 23:59:15.861 INFO E| Compiling rand v0.8.5
29342026-06-20T23:59:17.408Z[ helios-setup] Jun 20 23:59:15.981 INFO E| Compiling toml_edit v0.19.15
29352026-06-20T23:59:17.464Z[ helios-setup] Jun 20 23:59:16.037 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29362026-06-20T23:59:17.554Z[ helios-setup] Jun 20 23:59:16.126 INFO E| Compiling slog-term v2.9.2
29372026-06-20T23:59:17.564Z[ helios-setup] Jun 20 23:59:16.137 INFO E| Compiling futures v0.3.31
29382026-06-20T23:59:17.584Z[ helios-setup] Jun 20 23:59:16.157 INFO E| Compiling serde-hex v0.1.0
29392026-06-20T23:59:17.629Z[ helios-setup] Jun 20 23:59:16.202 INFO E| Compiling ron v0.8.1
29402026-06-20T23:59:18.055Z[ helios-setup] Jun 20 23:59:16.628 INFO E| Compiling object v0.30.4
29412026-06-20T23:59:18.735Z[ helios-setup] Jun 20 23:59:17.308 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29422026-06-20T23:59:18.889Z[ helios-setup] Jun 20 23:59:17.460 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29432026-06-20T23:59:19.033Z[ helios-setup] Jun 20 23:59:17.606 INFO E| Compiling rsa v0.9.8
29442026-06-20T23:59:19.443Z[ helios-setup] Jun 20 23:59:18.016 INFO E| Compiling toml v0.7.8
29452026-06-20T23:59:20.098Z[ helios-setup] Jun 20 23:59:18.670 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29462026-06-20T23:59:20.115Z[ helios-setup] Jun 20 23:59:18.687 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
29472026-06-20T23:59:23.069Z[ helios-setup] Jun 20 23:59:21.638 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29482026-06-20T23:59:24.000Z[ helios-setup] Jun 20 23:59:22.572 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
29492026-06-20T23:59:27.094Z[ helios-setup] Jun 20 23:59:25.666 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29502026-06-20T23:59:28.031Z[ omicron-package] Finished `release` profile [optimized] target(s) in 53.23s
29512026-06-20T23:59:28.240Z[ omicron-package]
29522026-06-20T23:59:28.240Z[ omicron-package] real 53.396575223
29532026-06-20T23:59:28.240Z[ omicron-package] user 5:29.411518792
29542026-06-20T23:59:28.243Z[ omicron-package] sys 28.001158654
29552026-06-20T23:59:28.243Z[ omicron-package] trap 0.521886171
29562026-06-20T23:59:28.243Z[ omicron-package] tflt 1.164837824
29572026-06-20T23:59:28.243Z[ omicron-package] dflt 3.513828601
29582026-06-20T23:59:28.243Z[ omicron-package] kflt 0.001394860
29592026-06-20T23:59:28.243Z[ omicron-package] lock 14:05.329653579
29602026-06-20T23:59:28.243Z[ omicron-package] slp 7:55.142234124
29612026-06-20T23:59:28.243Z[ omicron-package] lat 1:46.140386876
29622026-06-20T23:59:28.243Z[ omicron-package] stop 1:08.653879295
29632026-06-20T23:59:28.243ZJun 20 23:59:26.814 INFO [omicron-package] process exited with exit status: 0 (53.453821153s)
29642026-06-20T23:59:28.243ZJun 20 23:59:26.814 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29652026-06-20T23:59:28.243ZJun 20 23:59:26.814 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29662026-06-20T23:59:28.254Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29672026-06-20T23:59:28.254Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29682026-06-20T23:59:28.257Z[ host-target] Created new build target 'host' and set it as active
29692026-06-20T23:59:28.257Z[ recovery-target] Created new build target 'recovery' and set it as active
29702026-06-20T23:59:28.260ZJun 20 23:59:26.831 INFO [recovery-target] process exited with exit status: 0 (16.273816ms)
29712026-06-20T23:59:28.261ZJun 20 23:59:26.832 INFO [host-target] process exited with exit status: 0 (17.703636ms)
29722026-06-20T23:59:28.261ZJun 20 23:59:26.832 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29732026-06-20T23:59:28.265Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29742026-06-20T23:59:29.724Z[ host-package] Compiling ring v0.17.14
29752026-06-20T23:59:30.014Z[ host-package] Compiling heck v0.5.0
29762026-06-20T23:59:30.014Z[ host-package] Compiling regress v0.11.1
29772026-06-20T23:59:30.065Z[ host-package] Compiling unsafe-libyaml v0.2.11
29782026-06-20T23:59:30.118Z[ host-package] Compiling unicode-width v0.1.14
29792026-06-20T23:59:30.121Z[ host-package] Compiling atomicwrites v0.4.4
29802026-06-20T23:59:30.162Z[ host-package] Compiling derive-where v1.6.0
29812026-06-20T23:59:30.166Z[ host-package] Compiling bytecount v0.6.9
29822026-06-20T23:59:30.166Z[ host-package] Compiling is-terminal v0.4.17
29832026-06-20T23:59:30.226Z[ host-package] Compiling prettyplease v0.2.37
29842026-06-20T23:59:30.226Z[ host-package] Compiling console v0.15.11
29852026-06-20T23:59:30.229Z[ host-package] Compiling newline-converter v0.3.0
29862026-06-20T23:59:30.229Z[ host-package] Compiling slog-dtrace v0.3.0
29872026-06-20T23:59:30.249Z[ host-package] Compiling resolv-conf v0.7.6
29882026-06-20T23:59:30.382Z[ host-package] Compiling cancel-safe-futures v0.1.5
29892026-06-20T23:59:30.406Z[ host-package] Compiling owo-colors v4.3.0
29902026-06-20T23:59:30.451Z[ host-package] Compiling num-rational v0.4.2
29912026-06-20T23:59:30.497Z[ host-package] Compiling libsw-core v0.3.2
29922026-06-20T23:59:30.497Z[ host-package] Compiling num-complex v0.4.6
29932026-06-20T23:59:30.642Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29942026-06-20T23:59:30.661Z[ host-package] Compiling expectorate v1.2.0
29952026-06-20T23:59:30.730Z[ host-package] Compiling thread_local v1.1.9
29962026-06-20T23:59:30.761Z[ host-package] Compiling compression-core v0.4.31
29972026-06-20T23:59:30.858Z[ host-package] Compiling match_cfg v0.1.0
29982026-06-20T23:59:31.473Z[ host-package] Compiling hostname v0.3.1
29992026-06-20T23:59:31.482Z[ host-package] Compiling compression-codecs v0.4.37
30002026-06-20T23:59:31.581Z[ host-package] Compiling num v0.4.3
30012026-06-20T23:59:31.584Z[ host-package] Compiling libsw v3.5.0
30022026-06-20T23:59:31.613Z[ host-package] Compiling multer v3.1.0
30032026-06-20T23:59:31.986Z[ host-package] Compiling slog-async v2.8.0
30042026-06-20T23:59:32.079Z[ host-package] Compiling crossbeam-channel v0.5.15
30052026-06-20T23:59:32.079Z[ host-package] Compiling slog-json v2.6.1
30062026-06-20T23:59:32.171Z[ host-package] Compiling typify-impl v0.6.2
30072026-06-20T23:59:32.171Z[ host-package] Compiling serde_spanned v1.0.4
30082026-06-20T23:59:32.175Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30092026-06-20T23:59:32.175Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30102026-06-20T23:59:32.176Z[ host-package] Compiling linked-hash-map v0.5.6
30112026-06-20T23:59:32.176Z[ host-package] Compiling take_mut v0.2.2
30122026-06-20T23:59:32.363Z[ host-package] Compiling term v1.2.1
30132026-06-20T23:59:32.366Z[ host-package] Compiling linear-map v1.2.0
30142026-06-20T23:59:32.428Z[ host-package] Compiling float-ord v0.3.2
30152026-06-20T23:59:32.433Z[ host-package] Compiling lru-cache v0.1.2
30162026-06-20T23:59:32.499Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
30172026-06-20T23:59:32.502Z[ host-package] Compiling slog-bunyan v2.5.0
30182026-06-20T23:59:32.579Z[ host-package] Compiling async-compression v0.4.41
30192026-06-20T23:59:32.648Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30202026-06-20T23:59:32.648Z[ host-package] Compiling async-stream v0.3.6
30212026-06-20T23:59:32.714Z[ host-package] Compiling slog-term v2.9.2
30222026-06-20T23:59:32.717Z[ host-package] Compiling dropshot v0.17.0
30232026-06-20T23:59:32.822Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30242026-06-20T23:59:32.863Z[ host-package] Compiling waitgroup v0.1.2
30252026-06-20T23:59:32.867Z[ host-package] Compiling backon v1.6.0
30262026-06-20T23:59:32.926Z[ host-package] Compiling rustls-pemfile v2.2.0
30272026-06-20T23:59:32.929Z[ host-package] Compiling serde_path_to_error v0.1.20
30282026-06-20T23:59:32.991Z[ host-package] Compiling hostname v0.4.2
30292026-06-20T23:59:33.020Z[ host-package] Compiling instant v0.1.13
30302026-06-20T23:59:33.055Z[ host-package] Compiling minimal-lexical v0.2.1
30312026-06-20T23:59:33.055Z[ host-package] Compiling debug-ignore v1.0.5
30322026-06-20T23:59:33.079Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30332026-06-20T23:59:33.143Z[ host-package] Compiling backoff v0.4.0
30342026-06-20T23:59:33.179Z[ host-package] Compiling parse-display v0.10.0
30352026-06-20T23:59:33.182Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-06-20T23:59:33.182Z[ host-package] Compiling hickory-proto v0.24.4
30372026-06-20T23:59:33.292Z[ host-package] Compiling nom v7.1.3
30382026-06-20T23:59:33.342Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30392026-06-20T23:59:33.371Z[ host-package] Compiling regress v0.10.5
30402026-06-20T23:59:33.503Z[ host-package] Compiling macaddr v1.0.1
30412026-06-20T23:59:33.644Z[ host-package] Compiling unicode-xid v0.2.6
30422026-06-20T23:59:33.710Z[ host-package] Compiling humantime v2.3.0
30432026-06-20T23:59:33.889Z[ host-package] Compiling convert_case v0.10.0
30442026-06-20T23:59:33.892Z[ host-package] Compiling toml v0.8.23
30452026-06-20T23:59:33.977Z[ host-package] Compiling papergrid v0.11.0
30462026-06-20T23:59:33.980Z[ host-package] Compiling rustls v0.23.37
30472026-06-20T23:59:33.980Z[ host-package] Compiling rustls v0.22.4
30482026-06-20T23:59:34.080Z[ host-package] Compiling tabled_derive v0.7.0
30492026-06-20T23:59:34.107Z[ host-package] Compiling termtree v0.5.1
30502026-06-20T23:59:34.154Z[ host-package] Compiling phf_shared v0.12.1
30512026-06-20T23:59:34.204Z[ host-package] Compiling derive_more-impl v2.1.1
30522026-06-20T23:59:34.287Z[ host-package] Compiling vte v0.14.1
30532026-06-20T23:59:34.349Z[ host-package] Compiling csv-core v0.1.13
30542026-06-20T23:59:34.419Z[ host-package] Compiling chrono-tz v0.10.4
30552026-06-20T23:59:34.510Z[ host-package] Compiling highway v1.3.0
30562026-06-20T23:59:34.578Z[ host-package] Compiling csv v1.4.0
30572026-06-20T23:59:34.728Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30582026-06-20T23:59:34.818Z[ host-package] Compiling phf v0.12.1
30592026-06-20T23:59:34.822Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30602026-06-20T23:59:34.997Z[ host-package] Compiling tabled v0.15.0
30612026-06-20T23:59:35.033Z[ host-package] Compiling const_format_proc_macros v0.2.34
30622026-06-20T23:59:35.101Z[ host-package] Compiling derive_more v2.1.1
30632026-06-20T23:59:35.246Z[ host-package] Compiling rustls-webpki v0.103.9
30642026-06-20T23:59:35.279Z[ host-package] Compiling rustls-webpki v0.102.8
30652026-06-20T23:59:35.310Z[ host-package] Compiling crossterm v0.29.0
30662026-06-20T23:59:35.342Z[ host-package] Compiling fd-lock v4.0.4
30672026-06-20T23:59:35.406Z[ helios-setup] Jun 20 23:59:33.980 INFO E| Finished `release` profile [optimized] target(s) in 32.52s
30682026-06-20T23:59:35.409Z[ helios-setup] Jun 20 23:59:33.982 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
30692026-06-20T23:59:35.409Z[ helios-setup] Jun 20 23:59:33.982 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30702026-06-20T23:59:35.439Z[ host-package] Compiling peg-macros v0.8.5
30712026-06-20T23:59:35.463Z[ helios-setup] Jun 20 23:59:34.037 INFO building project "pilot" ok (32 seconds)
30722026-06-20T23:59:35.463Z[ helios-setup] Jun 20 23:59:34.037 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30732026-06-20T23:59:35.473Z[ helios-setup] Jun 20 23:59:34.047 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
30742026-06-20T23:59:35.473Z[ helios-setup] Jun 20 23:59:34.047 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30752026-06-20T23:59:35.476Z[ helios-setup] Jun 20 23:59:34.047 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30762026-06-20T23:59:35.480Z[ host-package] Compiling nu-ansi-term v0.50.3
30772026-06-20T23:59:35.623Z[ helios-setup] Jun 20 23:59:34.196 INFO E| Updating crates.io index
30782026-06-20T23:59:35.658Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30792026-06-20T23:59:35.736Z[ helios-setup] Jun 20 23:59:34.308 INFO E| Downloading crates ...
30802026-06-20T23:59:35.802Z[ helios-setup] Jun 20 23:59:34.375 INFO E| Downloaded quote v1.0.40
30812026-06-20T23:59:35.806Z[ helios-setup] Jun 20 23:59:34.378 INFO E| Downloaded iana-time-zone v0.1.63
30822026-06-20T23:59:35.809Z[ helios-setup] Jun 20 23:59:34.380 INFO E| Downloaded errno v0.3.12
30832026-06-20T23:59:35.812Z[ helios-setup] Jun 20 23:59:34.381 INFO E| Downloaded bitflags v2.9.1
30842026-06-20T23:59:35.818Z[ helios-setup] Jun 20 23:59:34.391 INFO E| Downloaded time-core v0.1.4
30852026-06-20T23:59:35.832Z[ helios-setup] Jun 20 23:59:34.405 INFO E| Downloaded serde_with_macros v3.12.0
30862026-06-20T23:59:35.835Z[ helios-setup] Jun 20 23:59:34.409 INFO E| Downloaded time-macros v0.2.22
30872026-06-20T23:59:35.838Z[ helios-setup] Jun 20 23:59:34.410 INFO E| Downloaded thiserror v2.0.12
30882026-06-20T23:59:35.846Z[ helios-setup] Jun 20 23:59:34.420 INFO E| Downloaded unicode-ident v1.0.18
30892026-06-20T23:59:35.849Z[ helios-setup] Jun 20 23:59:34.421 INFO E| Downloaded thiserror-impl v2.0.12
30902026-06-20T23:59:35.849Z[ helios-setup] Jun 20 23:59:34.422 INFO E| Downloaded tempfile v3.20.0
30912026-06-20T23:59:35.852Z[ helios-setup] Jun 20 23:59:34.424 INFO E| Downloaded serde_derive v1.0.219
30922026-06-20T23:59:35.852Z[ helios-setup] Jun 20 23:59:34.425 INFO E| Downloaded deranged v0.4.0
30932026-06-20T23:59:35.855Z[ helios-setup] Jun 20 23:59:34.426 INFO E| Downloaded autocfg v1.4.0
30942026-06-20T23:59:35.872Z[ helios-setup] Jun 20 23:59:34.445 INFO E| Downloaded anyhow v1.0.98
30952026-06-20T23:59:35.876Z[ host-package] Compiling typify-macro v0.6.2
30962026-06-20T23:59:35.911Z[ helios-setup] Jun 20 23:59:34.484 INFO E| Downloaded proc-macro2 v1.0.95
30972026-06-20T23:59:35.914Z[ helios-setup] Jun 20 23:59:34.486 INFO E| Downloaded memchr v2.7.4
30982026-06-20T23:59:35.917Z[ helios-setup] Jun 20 23:59:34.490 INFO E| Downloaded getrandom v0.3.3
30992026-06-20T23:59:35.920Z[ helios-setup] Jun 20 23:59:34.492 INFO E| Downloaded serde v1.0.219
31002026-06-20T23:59:35.937Z[ helios-setup] Jun 20 23:59:34.509 INFO E| Downloaded indexmap v2.9.0
31012026-06-20T23:59:35.940Z[ helios-setup] Jun 20 23:59:34.512 INFO E| Downloaded time v0.3.41
31022026-06-20T23:59:35.955Z[ helios-setup] Jun 20 23:59:34.528 INFO E| Downloaded serde_with v3.12.0
31032026-06-20T23:59:35.961Z[ helios-setup] Jun 20 23:59:34.534 INFO E| Downloaded serde_json v1.0.140
31042026-06-20T23:59:35.966Z[ helios-setup] Jun 20 23:59:34.539 INFO E| Downloaded hashbrown v0.15.3
31052026-06-20T23:59:36.009Z[ helios-setup] Jun 20 23:59:34.582 INFO E| Downloaded chrono v0.4.41
31062026-06-20T23:59:36.013Z[ helios-setup] Jun 20 23:59:34.587 INFO E| Downloaded syn v2.0.101
31072026-06-20T23:59:36.025Z[ host-package] Compiling hickory-resolver v0.24.4
31082026-06-20T23:59:36.046Z[ helios-setup] Jun 20 23:59:34.619 INFO E| Downloaded rustix v1.0.7
31092026-06-20T23:59:36.064Z[ host-package] Compiling const_format v0.2.35
31102026-06-20T23:59:36.080Z[ helios-setup] Jun 20 23:59:34.653 INFO E| Downloaded libc v0.2.172
31112026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling proc-macro2 v1.0.95
31122026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling unicode-ident v1.0.18
31132026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling libc v0.2.172
31142026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling fnv v1.0.7
31152026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling strsim v0.11.1
31162026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling ident_case v1.0.1
31172026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling serde v1.0.219
31182026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling rustix v1.0.7
31192026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling getrandom v0.3.3
31202026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling anyhow v1.0.98
31212026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling thiserror v2.0.12
31222026-06-20T23:59:36.152Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling serde_json v1.0.140
31232026-06-20T23:59:36.153Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling cfg-if v1.0.0
31242026-06-20T23:59:36.159Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling bitflags v2.9.1
31252026-06-20T23:59:36.159Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling fastrand v2.3.0
31262026-06-20T23:59:36.159Z[ helios-setup] Jun 20 23:59:34.711 INFO E| Compiling memchr v2.7.4
31272026-06-20T23:59:36.499Z[ helios-setup] Jun 20 23:59:35.072 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31282026-06-20T23:59:36.647Z[ helios-setup] Jun 20 23:59:35.220 INFO E| Compiling ryu v1.0.20
31292026-06-20T23:59:36.666Z[ host-package] Compiling reedline v0.40.0
31302026-06-20T23:59:36.716Z[ helios-setup] Jun 20 23:59:35.289 INFO E| Compiling once_cell v1.21.3
31312026-06-20T23:59:36.780Z[ helios-setup] Jun 20 23:59:35.353 INFO E| Compiling itoa v1.0.15
31322026-06-20T23:59:37.126Z[ host-package] Compiling peg v0.8.5
31332026-06-20T23:59:37.318Z[ host-package] Compiling bcs v0.1.6
31342026-06-20T23:59:37.954Z[ host-package] Compiling qorb v0.4.1
31352026-06-20T23:59:37.973Z[ helios-setup] Jun 20 23:59:36.544 INFO E| Compiling errno v0.3.12
31362026-06-20T23:59:37.989Z[ host-package] Compiling typify v0.6.2
31372026-06-20T23:59:38.355Z[ host-package] Compiling progenitor-impl v0.14.0
31382026-06-20T23:59:38.383Z[ helios-setup] Jun 20 23:59:36.957 INFO E| Compiling quote v1.0.40
31392026-06-20T23:59:38.602Z[ helios-setup] Jun 20 23:59:37.169 INFO E| Compiling syn v2.0.101
31402026-06-20T23:59:38.665Z[ host-package] Compiling tokio-rustls v0.25.0
31412026-06-20T23:59:38.879Z[ helios-setup] Jun 20 23:59:37.452 INFO E| Compiling tempfile v3.20.0
31422026-06-20T23:59:39.664Z[ host-package] Compiling tokio-rustls v0.26.4
31432026-06-20T23:59:40.038Z[ host-package] Compiling hyper-rustls v0.27.7
31442026-06-20T23:59:40.253Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31452026-06-20T23:59:40.459Z[ host-package] Compiling reqwest v0.13.2
31462026-06-20T23:59:40.501Z[ host-package] Compiling reqwest v0.12.28
31472026-06-20T23:59:40.937Z[ helios-setup] Jun 20 23:59:39.510 INFO E| Compiling darling_core v0.20.11
31482026-06-20T23:59:41.765Z[ helios-setup] Jun 20 23:59:40.338 INFO E| Compiling serde_derive v1.0.219
31492026-06-20T23:59:41.765Z[ helios-setup] Jun 20 23:59:40.338 INFO E| Compiling thiserror-impl v2.0.12
31502026-06-20T23:59:42.245Z[ host-package] Compiling progenitor-macro v0.14.0
31512026-06-20T23:59:42.895Z[ host-package] Compiling tough v0.22.0
31522026-06-20T23:59:43.369Z[ host-package] Compiling progenitor-client v0.14.0
31532026-06-20T23:59:43.452Z[ helios-setup] Jun 20 23:59:42.025 INFO E| Compiling darling_macro v0.20.11
31542026-06-20T23:59:43.668Z[ host-package] Compiling nom v8.0.0
31552026-06-20T23:59:44.003Z[ host-package] Compiling progenitor-extras v0.2.0
31562026-06-20T23:59:44.093Z[ host-package] Compiling semver v0.1.20
31572026-06-20T23:59:44.198Z[ helios-setup] Jun 20 23:59:42.771 INFO E| Compiling darling v0.20.11
31582026-06-20T23:59:44.285Z[ helios-setup] Jun 20 23:59:42.858 INFO E| Compiling serde_with_macros v3.12.0
31592026-06-20T23:59:44.329Z[ host-package] Compiling unicode-linebreak v0.1.5
31602026-06-20T23:59:44.379Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31612026-06-20T23:59:44.480Z[ host-package] Compiling rustc_version v0.1.7
31622026-06-20T23:59:44.532Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31632026-06-20T23:59:44.684Z[ host-package] Compiling smawk v0.3.2
31642026-06-20T23:59:44.794Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31652026-06-20T23:59:44.826Z[ host-package] Compiling newtype_derive v0.1.6
31662026-06-20T23:59:44.855Z[ host-package] Compiling utf-8 v0.7.6
31672026-06-20T23:59:44.939Z[ host-package] Compiling textwrap v0.16.2
31682026-06-20T23:59:45.224Z[ host-package] Compiling tagptr v0.2.0
31692026-06-20T23:59:45.291Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31702026-06-20T23:59:45.294Z[ host-package] Compiling steno v0.4.1
31712026-06-20T23:59:45.458Z[ host-package] Compiling moka v0.12.13
31722026-06-20T23:59:45.525Z[ host-package] Compiling tungstenite v0.21.0
31732026-06-20T23:59:46.747Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31742026-06-20T23:59:46.771Z[ host-package] Compiling hickory-resolver v0.25.2
31752026-06-20T23:59:46.784Z[ helios-setup] Jun 20 23:59:45.357 INFO E| Compiling serde_with v3.12.0
31762026-06-20T23:59:46.882Z[ host-package] Compiling tokio-tungstenite v0.21.0
31772026-06-20T23:59:47.143Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31782026-06-20T23:59:47.447Z[ host-package] Compiling vergen-lib v0.1.6
31792026-06-20T23:59:47.524Z[ host-package] Compiling diesel_derives v2.3.7
31802026-06-20T23:59:47.792Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-20T23:59:47.797Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31822026-06-20T23:59:47.911Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31832026-06-20T23:59:47.988Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31842026-06-20T23:59:48.302Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31852026-06-20T23:59:48.340Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-06-20T23:59:48.394Z[ host-package] Compiling dsl_auto_type v0.2.0
31872026-06-20T23:59:48.711Z[ host-package] Compiling vergen-gitcl v1.0.8
31882026-06-20T23:59:49.028Z[ host-package] Compiling progenitor v0.14.0
31892026-06-20T23:59:49.073Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31902026-06-20T23:59:49.141Z[ host-package] Compiling dirs-sys-next v0.1.2
31912026-06-20T23:59:49.247Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31922026-06-20T23:59:49.311Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31932026-06-20T23:59:49.433Z[ host-package] Compiling glob v0.3.3
31942026-06-20T23:59:49.533Z[ host-package] Compiling crunchy v0.2.4
31952026-06-20T23:59:49.800Z[ host-package] Compiling maplit v1.0.2
31962026-06-20T23:59:50.012Z[ host-package] Compiling proc-macro-error2 v2.0.1
31972026-06-20T23:59:50.129Z[ host-package] Compiling clang-sys v1.8.1
31982026-06-20T23:59:50.418Z[ host-package] Compiling dirs-next v2.0.0
31992026-06-20T23:59:50.650Z[ helios-setup] Jun 20 23:59:49.223 INFO E| Finished `release` profile [optimized] target(s) in 15.16s
32002026-06-20T23:59:50.671Z[ host-package] Compiling r2d2 v0.8.10
32012026-06-20T23:59:50.678Z[ helios-setup] Jun 20 23:59:49.251 INFO building project "dmar-report" ok (15 seconds)
32022026-06-20T23:59:50.678Z[ helios-setup] Jun 20 23:59:49.251 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32032026-06-20T23:59:50.713Z[ helios-setup] Jun 20 23:59:49.287 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32042026-06-20T23:59:50.713Z[ helios-setup] Jun 20 23:59:49.287 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32052026-06-20T23:59:50.713Z[ helios-setup] Jun 20 23:59:49.287 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32062026-06-20T23:59:50.960Z[ helios-setup] Jun 20 23:59:49.534 INFO E| Updating crates.io index
32072026-06-20T23:59:50.967Z[ host-package] Compiling num-derive v0.3.3
32082026-06-20T23:59:51.039Z[ helios-setup] Jun 20 23:59:49.612 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32092026-06-20T23:59:51.097Z[ host-package] Compiling downcast-rs v2.0.2
32102026-06-20T23:59:51.235Z[ host-package] Compiling tiny-keccak v2.0.2
32112026-06-20T23:59:51.525Z[ helios-setup] Jun 20 23:59:50.098 INFO E| From https://github.com/oxidecomputer/amd-apcb
32122026-06-20T23:59:51.525Z[ helios-setup] Jun 20 23:59:50.098 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32132026-06-20T23:59:51.532Z[ helios-setup] Jun 20 23:59:50.105 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32142026-06-20T23:59:51.842Z[ helios-setup] Jun 20 23:59:50.415 INFO E| From https://github.com/oxidecomputer/amd-efs
32152026-06-20T23:59:51.842Z[ helios-setup] Jun 20 23:59:50.415 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32162026-06-20T23:59:52.036Z[ helios-setup] Jun 20 23:59:50.609 INFO E| Downloading crates ...
32172026-06-20T23:59:52.093Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32182026-06-20T23:59:52.144Z[ helios-setup] Jun 20 23:59:50.717 INFO E| Downloaded vec_map v0.8.2
32192026-06-20T23:59:52.147Z[ helios-setup] Jun 20 23:59:50.718 INFO E| Downloaded heck v0.3.3
32202026-06-20T23:59:52.147Z[ helios-setup] Jun 20 23:59:50.719 INFO E| Downloaded fletcher v1.0.0
32212026-06-20T23:59:52.147Z[ helios-setup] Jun 20 23:59:50.720 INFO E| Downloaded dyn-clone v1.0.19
32222026-06-20T23:59:52.150Z[ helios-setup] Jun 20 23:59:50.721 INFO E| Downloaded ansi_term v0.12.1
32232026-06-20T23:59:52.150Z[ helios-setup] Jun 20 23:59:50.722 INFO E| Downloaded unic-ucd-ident v0.9.0
32242026-06-20T23:59:52.150Z[ helios-setup] Jun 20 23:59:50.723 INFO E| Downloaded unic-common v0.9.0
32252026-06-20T23:59:52.153Z[ helios-setup] Jun 20 23:59:50.723 INFO E| Downloaded unic-char-range v0.9.0
32262026-06-20T23:59:52.154Z[ helios-setup] Jun 20 23:59:50.727 INFO E| Downloaded unic-ucd-version v0.9.0
32272026-06-20T23:59:52.154Z[ helios-setup] Jun 20 23:59:50.727 INFO E| Downloaded rustversion v1.0.20
32282026-06-20T23:59:52.156Z[ helios-setup] Jun 20 23:59:50.727 INFO E| Downloaded four-cc v0.4.0
32292026-06-20T23:59:52.156Z[ helios-setup] Jun 20 23:59:50.728 INFO E| Downloaded strum v0.27.1
32302026-06-20T23:59:52.156Z[ helios-setup] Jun 20 23:59:50.729 INFO E| Downloaded strsim v0.8.0
32312026-06-20T23:59:52.168Z[ helios-setup] Jun 20 23:59:50.742 INFO E| Downloaded unic-char-property v0.9.0
32322026-06-20T23:59:52.171Z[ helios-setup] Jun 20 23:59:50.743 INFO E| Downloaded modular-bitfield-impl v0.13.1
32332026-06-20T23:59:52.171Z[ helios-setup] Jun 20 23:59:50.744 INFO E| Downloaded modular-bitfield-impl v0.11.2
32342026-06-20T23:59:52.171Z[ helios-setup] Jun 20 23:59:50.745 INFO E| Downloaded bytesize v2.0.1
32352026-06-20T23:59:52.174Z[ helios-setup] Jun 20 23:59:50.746 INFO E| Downloaded textwrap v0.11.0
32362026-06-20T23:59:52.174Z[ helios-setup] Jun 20 23:59:50.747 INFO E| Downloaded strum_macros v0.27.1
32372026-06-20T23:59:52.177Z[ helios-setup] Jun 20 23:59:50.749 INFO E| Downloaded structopt-derive v0.4.18
32382026-06-20T23:59:52.177Z[ helios-setup] Jun 20 23:59:50.749 INFO E| Downloaded parse_int v0.9.0
32392026-06-20T23:59:52.193Z[ helios-setup] Jun 20 23:59:50.766 INFO E| Downloaded pest_meta v2.8.0
32402026-06-20T23:59:52.196Z[ helios-setup] Jun 20 23:59:50.768 INFO E| Downloaded pest_derive v2.8.0
32412026-06-20T23:59:52.196Z[ helios-setup] Jun 20 23:59:50.769 INFO E| Downloaded log v0.4.27
32422026-06-20T23:59:52.199Z[ helios-setup] Jun 20 23:59:50.771 INFO E| Downloaded pest_generator v2.8.0
32432026-06-20T23:59:52.229Z[ helios-setup] Jun 20 23:59:50.802 INFO E| Downloaded structopt v0.3.26
32442026-06-20T23:59:52.234Z[ helios-setup] Jun 20 23:59:50.807 INFO E| Downloaded zerocopy-derive v0.8.25
32452026-06-20T23:59:52.237Z[ helios-setup] Jun 20 23:59:50.811 INFO E| Downloaded typenum v1.18.0
32462026-06-20T23:59:52.240Z[ helios-setup] Jun 20 23:59:50.813 INFO E| Downloaded modular-bitfield v0.13.1
32472026-06-20T23:59:52.244Z[ helios-setup] Jun 20 23:59:50.818 INFO E| Downloaded modular-bitfield v0.11.2
32482026-06-20T23:59:52.251Z[ helios-setup] Jun 20 23:59:50.824 INFO E| Downloaded pest v2.8.0
32492026-06-20T23:59:52.273Z[ helios-setup] Jun 20 23:59:50.846 INFO E| Downloaded clap v2.34.0
32502026-06-20T23:59:52.299Z[ helios-setup] Jun 20 23:59:50.872 INFO E| Downloaded goblin v0.9.3
32512026-06-20T23:59:52.302Z[ helios-setup] Jun 20 23:59:50.876 INFO E| Downloaded zerocopy v0.8.25
32522026-06-20T23:59:52.402Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling proc-macro2 v1.0.95
32532026-06-20T23:59:52.402Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling unicode-ident v1.0.18
32542026-06-20T23:59:52.402Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling memchr v2.7.4
32552026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling autocfg v1.4.0
32562026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling thiserror v2.0.12
32572026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling serde v1.0.219
32582026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling syn v1.0.109
32592026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling version_check v0.9.5
32602026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling serde_json v1.0.140
32612026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling ryu v1.0.20
32622026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling schemars v0.8.22
32632026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling itoa v1.0.15
32642026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling static_assertions v1.1.0
32652026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling dyn-clone v1.0.19
32662026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling paste v1.0.15
32672026-06-20T23:59:52.406Z[ helios-setup] Jun 20 23:59:50.975 INFO E| Compiling zerocopy v0.8.25
32682026-06-20T23:59:52.630Z[ helios-setup] Jun 20 23:59:51.203 INFO E| Compiling ucd-trie v0.1.7
32692026-06-20T23:59:52.727Z[ helios-setup] Jun 20 23:59:51.300 INFO E| Compiling libc v0.2.172
32702026-06-20T23:59:52.930Z[ helios-setup] Jun 20 23:59:51.503 INFO E| Compiling rustversion v1.0.20
32712026-06-20T23:59:52.988Z[ helios-setup] Jun 20 23:59:51.561 INFO E| Compiling once_cell v1.21.3
32722026-06-20T23:59:53.011Z[ helios-setup] Jun 20 23:59:51.580 INFO E| Compiling unicode-segmentation v1.12.0
32732026-06-20T23:59:53.120Z[ helios-setup] Jun 20 23:59:51.688 INFO E| Compiling unicode-width v0.1.14
32742026-06-20T23:59:53.186Z[ helios-setup] Jun 20 23:59:51.759 INFO E| Compiling heck v0.5.0
32752026-06-20T23:59:53.200Z[ helios-setup] Jun 20 23:59:51.773 INFO E| Compiling bitflags v1.3.2
32762026-06-20T23:59:53.296Z[ helios-setup] Jun 20 23:59:51.861 INFO E| Compiling strsim v0.8.0
32772026-06-20T23:59:53.413Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32782026-06-20T23:59:53.425Z[ helios-setup] Jun 20 23:59:51.972 INFO E| Compiling strum v0.27.1
32792026-06-20T23:59:53.425Z[ helios-setup] Jun 20 23:59:51.984 INFO E| Compiling num-traits v0.2.19
32802026-06-20T23:59:53.460Z[ helios-setup] Jun 20 23:59:52.019 INFO E| Compiling memoffset v0.9.1
32812026-06-20T23:59:53.486Z[ helios-setup] Jun 20 23:59:52.060 INFO E| Compiling proc-macro-error-attr v1.0.4
32822026-06-20T23:59:53.577Z[ helios-setup] Jun 20 23:59:52.138 INFO E| Compiling proc-macro-error v1.0.4
32832026-06-20T23:59:53.627Z[ helios-setup] Jun 20 23:59:52.199 INFO E| Compiling textwrap v0.11.0
32842026-06-20T23:59:53.645Z[ helios-setup] Jun 20 23:59:52.218 INFO E| Compiling byteorder v1.5.0
32852026-06-20T23:59:53.702Z[ helios-setup] Jun 20 23:59:52.275 INFO E| Compiling fletcher v1.0.0
32862026-06-20T23:59:53.833Z[ helios-setup] Jun 20 23:59:52.405 INFO E| Compiling heck v0.3.3
32872026-06-20T23:59:53.867Z[ helios-setup] Jun 20 23:59:52.441 INFO E| Compiling quote v1.0.40
32882026-06-20T23:59:53.965Z[ helios-setup] Jun 20 23:59:52.538 INFO E| Compiling vec_map v0.8.2
32892026-06-20T23:59:54.052Z[ helios-setup] Jun 20 23:59:52.625 INFO E| Compiling ansi_term v0.12.1
32902026-06-20T23:59:54.163Z[ helios-setup] Jun 20 23:59:52.735 INFO E| Compiling unic-common v0.9.0
32912026-06-20T23:59:54.163Z[ helios-setup] Jun 20 23:59:52.735 INFO E| Compiling unic-char-range v0.9.0
32922026-06-20T23:59:54.200Z[ helios-setup] Jun 20 23:59:52.773 INFO E| Compiling plain v0.2.3
32932026-06-20T23:59:54.233Z[ helios-setup] Jun 20 23:59:52.806 INFO E| Compiling lazy_static v1.5.0
32942026-06-20T23:59:54.239Z[ helios-setup] Jun 20 23:59:52.812 INFO E| Compiling log v0.4.27
32952026-06-20T23:59:54.239Z[ helios-setup] Jun 20 23:59:52.812 INFO E| Compiling bytesize v2.0.1
32962026-06-20T23:59:54.264Z[ helios-setup] Jun 20 23:59:52.837 INFO E| Compiling unic-ucd-version v0.9.0
32972026-06-20T23:59:54.309Z[ helios-setup] Jun 20 23:59:52.882 INFO E| Compiling syn v2.0.101
32982026-06-20T23:59:54.312Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32992026-06-20T23:59:54.359Z[ helios-setup] Jun 20 23:59:52.932 INFO E| Compiling unic-char-property v0.9.0
33002026-06-20T23:59:54.466Z[ helios-setup] Jun 20 23:59:53.039 INFO E| Compiling unic-ucd-ident v0.9.0
33012026-06-20T23:59:54.552Z[ helios-setup] Jun 20 23:59:53.125 INFO E| Compiling atty v0.2.14
33022026-06-20T23:59:54.623Z[ helios-setup] Jun 20 23:59:53.196 INFO E| Compiling clap v2.34.0
33032026-06-20T23:59:54.645Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33042026-06-20T23:59:54.954Z[ helios-setup] Jun 20 23:59:53.527 INFO E| Compiling parse_int v0.9.0
33052026-06-20T23:59:55.493Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33062026-06-20T23:59:55.558Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33072026-06-20T23:59:55.559Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33082026-06-20T23:59:55.693Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33092026-06-20T23:59:55.802Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33102026-06-20T23:59:56.178Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-06-20T23:59:56.331Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33122026-06-20T23:59:56.457Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33132026-06-20T23:59:56.851Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33142026-06-20T23:59:57.230Z[ helios-setup] Jun 20 23:59:55.803 INFO E| Compiling serde_derive_internals v0.29.1
33152026-06-20T23:59:57.604Z[ helios-setup] Jun 20 23:59:56.177 INFO E| Compiling modular-bitfield-impl v0.11.2
33162026-06-20T23:59:57.604Z[ helios-setup] Jun 20 23:59:56.177 INFO E| Compiling structopt-derive v0.4.18
33172026-06-20T23:59:58.255Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling thiserror-impl v2.0.12
33182026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling serde_derive v1.0.219
33192026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling zerocopy-derive v0.8.25
33202026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling modular-bitfield-impl v0.13.1
33212026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling num-derive v0.4.2
33222026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling scroll_derive v0.12.1
33232026-06-20T23:59:58.256Z[ helios-setup] Jun 20 23:59:56.825 INFO E| Compiling strum_macros v0.27.1
33242026-06-20T23:59:58.314Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33252026-06-20T23:59:58.656Z[ helios-setup] Jun 20 23:59:57.229 INFO E| Compiling schemars_derive v0.8.22
33262026-06-20T23:59:58.703Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33272026-06-20T23:59:59.174Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33282026-06-20T23:59:59.260Z[ helios-setup] Jun 20 23:59:57.833 INFO E| Compiling modular-bitfield v0.11.2
33292026-06-20T23:59:59.344Z[ helios-setup] Jun 20 23:59:57.917 INFO E| Compiling structopt v0.3.26
33302026-06-20T23:59:59.456Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33312026-06-20T23:59:59.536Z[ helios-setup] Jun 20 23:59:58.109 INFO E| Compiling scroll v0.12.0
33322026-06-20T23:59:59.721Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33332026-06-20T23:59:59.920Z[ helios-setup] Jun 20 23:59:58.493 INFO E| Compiling goblin v0.9.3
33342026-06-20T23:59:59.927Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33352026-06-21T00:00:00.174Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-06-21T00:00:00.442Z[ helios-setup] Jun 20 23:59:59.014 INFO E| Compiling modular-bitfield v0.13.1
33372026-06-21T00:00:00.519Z[ helios-setup] Jun 20 23:59:59.080 INFO E| Compiling pest v2.8.0
33382026-06-21T00:00:01.352Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33392026-06-21T00:00:01.880Z[ helios-setup] Jun 21 00:00:00.453 INFO E| Compiling pest_meta v2.8.0
33402026-06-21T00:00:02.566Z[ helios-setup] Jun 21 00:00:01.139 INFO E| Compiling pest_generator v2.8.0
33412026-06-21T00:00:03.664Z[ helios-setup] Jun 21 00:00:02.237 INFO E| Compiling pest_derive v2.8.0
33422026-06-21T00:00:03.771Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-06-21T00:00:03.798Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33442026-06-21T00:00:04.249Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33452026-06-21T00:00:04.520Z[ helios-setup] Jun 21 00:00:03.093 INFO E| Compiling json5 v0.4.1
33462026-06-21T00:00:04.753Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-21T00:00:04.915Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-21T00:00:05.285Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33492026-06-21T00:00:05.840Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33502026-06-21T00:00:06.082Z[ helios-setup] Jun 21 00:00:04.654 INFO E| Compiling four-cc v0.4.0
33512026-06-21T00:00:06.082Z[ helios-setup] Jun 21 00:00:04.654 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33522026-06-21T00:00:06.260Z[ helios-setup] Jun 21 00:00:04.833 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33532026-06-21T00:00:06.453Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-21T00:00:06.528Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33552026-06-21T00:00:07.218Z[ host-package] Compiling diesel v2.3.7
33562026-06-21T00:00:07.221Z[ host-package] Compiling libscf-sys v1.1.0
33572026-06-21T00:00:07.536Z[ host-package] Compiling term v0.7.0
33582026-06-21T00:00:07.653Z[ host-package] Compiling tabled_derive v0.11.0
33592026-06-21T00:00:08.471Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-06-21T00:00:08.713Z[ host-package] Compiling papergrid v0.17.0
33612026-06-21T00:00:08.948Z[ host-package] Compiling testing_table v0.3.0
33622026-06-21T00:00:09.478Z[ host-package] Compiling bit-vec v0.6.3
33632026-06-21T00:00:09.624Z[ host-package] Compiling ascii-canvas v3.0.0
33642026-06-21T00:00:09.713Z[ host-package] Compiling bit-set v0.5.3
33652026-06-21T00:00:09.781Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33662026-06-21T00:00:09.843Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-06-21T00:00:09.903Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33682026-06-21T00:00:09.939Z[ host-package] Compiling tabled v0.20.0
33692026-06-21T00:00:10.166Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33702026-06-21T00:00:10.279Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33712026-06-21T00:00:10.568Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33722026-06-21T00:00:10.591Z[ host-package] Compiling progenitor-impl v0.13.0
33732026-06-21T00:00:10.624Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33742026-06-21T00:00:10.667Z[ host-package] Compiling itertools v0.10.5
33752026-06-21T00:00:10.732Z[ host-package] Compiling ena v0.14.4
33762026-06-21T00:00:10.872Z[ host-package] Compiling libloading v0.8.9
33772026-06-21T00:00:10.994Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33782026-06-21T00:00:11.096Z[ host-package] Compiling diff v0.1.13
33792026-06-21T00:00:11.143Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-06-21T00:00:11.229Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-06-21T00:00:11.390Z[ host-package] Compiling xshell-macros v0.2.7
33822026-06-21T00:00:11.449Z[ host-package] Compiling unicase v2.9.0
33832026-06-21T00:00:11.825Z[ host-package] Compiling bindgen v0.71.1
33842026-06-21T00:00:11.853Z[ host-package] Compiling regex-syntax v0.6.29
33852026-06-21T00:00:11.900Z[ host-package] Compiling xshell v0.2.7
33862026-06-21T00:00:12.297Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33872026-06-21T00:00:12.319Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33882026-06-21T00:00:12.916Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-06-21T00:00:13.229Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-06-21T00:00:13.330Z[ host-package] Compiling lalrpop v0.19.12
33912026-06-21T00:00:13.859Z[ host-package] Compiling progenitor-macro v0.13.0
33922026-06-21T00:00:14.530Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33932026-06-21T00:00:14.977Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33942026-06-21T00:00:15.401Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33952026-06-21T00:00:15.938Z[ host-package] Compiling progenitor-client v0.13.0
33962026-06-21T00:00:16.495Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33972026-06-21T00:00:16.768Z[ host-package] Compiling cexpr v0.6.0
33982026-06-21T00:00:17.507Z[ host-package] Compiling rustc-hash v2.1.1
33992026-06-21T00:00:17.974Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-06-21T00:00:18.217Z[ host-package] Compiling progenitor v0.13.0
34012026-06-21T00:00:18.745Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34022026-06-21T00:00:18.953Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34032026-06-21T00:00:19.372Z[ host-package] Compiling headers-core v0.3.0
34042026-06-21T00:00:19.425Z[ host-package] Compiling libxml v0.3.3
34052026-06-21T00:00:19.552Z[ host-package] Compiling crc8 v0.1.1
34062026-06-21T00:00:19.604Z[ host-package] Compiling headers v0.4.1
34072026-06-21T00:00:19.741Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34082026-06-21T00:00:19.924Z[ host-package] Compiling strum_macros v0.24.3
34092026-06-21T00:00:20.007Z[ host-package] Compiling indoc v1.0.9
34102026-06-21T00:00:20.158Z[ helios-setup] Jun 21 00:00:18.731 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34112026-06-21T00:00:20.602Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34122026-06-21T00:00:20.931Z[ host-package] Compiling git-stub v1.0.0
34132026-06-21T00:00:20.958Z[ host-package] Compiling derive_builder v0.20.2
34142026-06-21T00:00:21.184Z[ host-package] Compiling oso-derive v0.27.3
34152026-06-21T00:00:21.260Z[ host-package] Compiling quick-xml v0.37.5
34162026-06-21T00:00:21.428Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34172026-06-21T00:00:21.514Z[ host-package] Compiling polar-core v0.27.3
34182026-06-21T00:00:21.593Z[ host-package] Compiling openssl-probe v0.1.6
34192026-06-21T00:00:21.667Z[ host-package] Compiling git-stub-vcs v0.1.0
34202026-06-21T00:00:21.858Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34212026-06-21T00:00:21.965Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34222026-06-21T00:00:22.154Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34232026-06-21T00:00:22.193Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34242026-06-21T00:00:22.258Z[ host-package] Compiling bb8 v0.8.6
34252026-06-21T00:00:22.533Z[ host-package] Compiling trait-variant v0.1.2
34262026-06-21T00:00:22.933Z[ host-package] Compiling half v1.8.3
34272026-06-21T00:00:22.971Z[ host-package] Compiling samael v0.0.19
34282026-06-21T00:00:22.971Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34292026-06-21T00:00:23.033Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34302026-06-21T00:00:23.248Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34312026-06-21T00:00:23.272Z[ host-package] Compiling serde_cbor v0.11.2
34322026-06-21T00:00:23.459Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34332026-06-21T00:00:23.542Z[ helios-setup] Jun 21 00:00:22.115 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34342026-06-21T00:00:24.337Z[ host-package] Compiling nonempty v0.12.0
34352026-06-21T00:00:24.370Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34362026-06-21T00:00:24.504Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-06-21T00:00:24.573Z[ host-package] Compiling fxhash v0.2.1
34382026-06-21T00:00:24.651Z[ host-package] Compiling libz-sys v1.1.24
34392026-06-21T00:00:24.751Z[ host-package] Compiling salty v0.3.0
34402026-06-21T00:00:25.047Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-06-21T00:00:25.553Z[ host-package] Compiling async-bb8-diesel v0.2.1
34422026-06-21T00:00:25.575Z[ host-package] Compiling diesel-dtrace v0.5.0
34432026-06-21T00:00:25.904Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34442026-06-21T00:00:25.960Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34452026-06-21T00:00:26.027Z[ host-package] Compiling kstat-rs v0.2.4
34462026-06-21T00:00:26.595Z[ host-package] Compiling arc-swap v1.8.2
34472026-06-21T00:00:27.385Z[ host-package] Compiling mime_guess v2.0.5
34482026-06-21T00:00:28.042Z[ host-package] Compiling slog-scope v4.4.1
34492026-06-21T00:00:28.286Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34502026-06-21T00:00:28.386Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34512026-06-21T00:00:28.999Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
34522026-06-21T00:00:29.262Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34532026-06-21T00:00:29.474Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34542026-06-21T00:00:29.527Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34552026-06-21T00:00:29.635Z[ host-package] Compiling nanorand v0.7.0
34562026-06-21T00:00:30.280Z[ host-package] Compiling darling_core v0.23.0
34572026-06-21T00:00:30.775Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34582026-06-21T00:00:31.605Z[ host-package] Compiling oso v0.27.3
34592026-06-21T00:00:32.440Z[ host-package] Compiling parking_lot_core v0.8.6
34602026-06-21T00:00:32.919Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34612026-06-21T00:00:33.185Z[ host-package] Compiling darling_macro v0.23.0
34622026-06-21T00:00:33.277Z[ host-package] Compiling flume v0.11.1
34632026-06-21T00:00:33.740Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34642026-06-21T00:00:33.772Z[ host-package] Compiling slog-stdlog v4.1.1
34652026-06-21T00:00:34.448Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34662026-06-21T00:00:34.506Z[ host-package] Compiling primeorder v0.13.6
34672026-06-21T00:00:34.918Z[ host-package] Compiling atty v0.2.14
34682026-06-21T00:00:35.009Z[ host-package] Compiling instability v0.3.11
34692026-06-21T00:00:35.142Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34702026-06-21T00:00:35.374Z[ host-package] Compiling http-range v0.1.5
34712026-06-21T00:00:35.403Z[ host-package] Compiling strsim v0.10.0
34722026-06-21T00:00:35.574Z[ helios-setup] Jun 21 00:00:34.147 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s
34732026-06-21T00:00:35.609Z[ helios-setup] Jun 21 00:00:34.182 INFO building project "amd-host-image-builder" ok (44 seconds)
34742026-06-21T00:00:35.609Z[ helios-setup] Jun 21 00:00:34.182 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34752026-06-21T00:00:35.618Z[ helios-setup] Jun 21 00:00:34.192 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
34762026-06-21T00:00:35.618Z[ helios-setup] Jun 21 00:00:34.192 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34772026-06-21T00:00:35.618Z[ helios-setup] Jun 21 00:00:34.192 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34782026-06-21T00:00:35.722Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34792026-06-21T00:00:35.777Z[ host-package] Compiling darling_core v0.13.4
34802026-06-21T00:00:35.804Z[ helios-setup] Jun 21 00:00:34.377 INFO E| Downloading crates ...
34812026-06-21T00:00:35.855Z[ helios-setup] Jun 21 00:00:34.429 INFO E| Downloaded adler2 v2.0.0
34822026-06-21T00:00:35.865Z[ helios-setup] Jun 21 00:00:34.438 INFO E| Downloaded miniz_oxide v0.8.8
34832026-06-21T00:00:35.868Z[ host-package] Compiling p384 v0.13.1
34842026-06-21T00:00:35.908Z[ helios-setup] Jun 21 00:00:34.480 INFO E| Compiling adler2 v2.0.0
34852026-06-21T00:00:36.075Z[ helios-setup] Jun 21 00:00:34.648 INFO E| Compiling miniz_oxide v0.8.8
34862026-06-21T00:00:37.307Z[ helios-setup] Jun 21 00:00:35.880 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34872026-06-21T00:00:37.533Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34882026-06-21T00:00:37.797Z[ helios-setup] Jun 21 00:00:36.370 INFO E| Finished `release` profile [optimized] target(s) in 2.16s
34892026-06-21T00:00:37.806Z[ helios-setup] Jun 21 00:00:36.380 INFO building project "pinprick" ok (2 seconds)
34902026-06-21T00:00:37.806Z[ helios-setup] Jun 21 00:00:36.380 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
34912026-06-21T00:00:38.216Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34922026-06-21T00:00:38.363Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34932026-06-21T00:00:40.590Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34942026-06-21T00:00:41.459Z[ host-package] Compiling slog-envlogger v2.2.0
34952026-06-21T00:00:42.082Z[ host-package] Compiling darling v0.23.0
34962026-06-21T00:00:42.222Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34972026-06-21T00:00:43.114Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34982026-06-21T00:00:43.137Z[ host-package] Compiling ignore v0.4.25
34992026-06-21T00:00:43.164Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35002026-06-21T00:00:43.367Z[ host-package] Compiling castaway v0.2.4
35012026-06-21T00:00:43.554Z[ host-package] Compiling vergen-git2 v9.1.0
35022026-06-21T00:00:43.851Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35032026-06-21T00:00:44.192Z[ host-package] Compiling indoc v2.0.7
35042026-06-21T00:00:44.802Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35052026-06-21T00:00:44.828Z[ host-package] Compiling globwalk v0.9.1
35062026-06-21T00:00:45.149Z[ host-package] Compiling compact_str v0.8.1
35072026-06-21T00:00:45.600Z[ host-package] Compiling parking_lot v0.11.2
35082026-06-21T00:00:45.690Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35092026-06-21T00:00:46.497Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35102026-06-21T00:00:46.523Z[ host-package] Compiling hyper-staticfile v0.10.1
35112026-06-21T00:00:46.579Z[ host-package] Compiling darling_macro v0.13.4
35122026-06-21T00:00:47.031Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35132026-06-21T00:00:47.055Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35142026-06-21T00:00:47.059Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35152026-06-21T00:00:47.269Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35162026-06-21T00:00:47.364Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35172026-06-21T00:00:47.574Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35182026-06-21T00:00:47.788Z[ host-package] Compiling predicates-tree v1.0.13
35192026-06-21T00:00:47.867Z[ host-package] Compiling unicode-truncate v1.1.0
35202026-06-21T00:00:47.980Z[ host-package] Compiling lru v0.12.5
35212026-06-21T00:00:48.003Z[ host-package] Compiling rand_seeder v0.4.0
35222026-06-21T00:00:48.143Z[ host-package] Compiling prefix-trie v0.7.0
35232026-06-21T00:00:48.297Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35242026-06-21T00:00:48.338Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
35252026-06-21T00:00:48.643Z[ host-package] Compiling rustls v0.21.12
35262026-06-21T00:00:48.679Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35272026-06-21T00:00:48.721Z[ host-package] Compiling corncobs v0.1.4
35282026-06-21T00:00:48.824Z[ host-package] Compiling cassowary v0.3.0
35292026-06-21T00:00:48.992Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35302026-06-21T00:00:49.052Z[ host-package] Compiling hickory-server v0.25.2
35312026-06-21T00:00:49.115Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35322026-06-21T00:00:49.332Z[ host-package] Compiling ratatui v0.29.0
35332026-06-21T00:00:49.420Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35342026-06-21T00:00:49.649Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35352026-06-21T00:00:49.747Z[ host-package] Compiling darling v0.13.4
35362026-06-21T00:00:49.832Z[ host-package] Compiling sled v0.34.7
35372026-06-21T00:00:49.871Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35382026-06-21T00:00:50.129Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35392026-06-21T00:00:50.710Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35402026-06-21T00:00:50.830Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35412026-06-21T00:00:52.682Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35422026-06-21T00:00:53.365Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35432026-06-21T00:00:53.487Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35442026-06-21T00:00:53.604Z[ host-package] Compiling sct v0.7.1
35452026-06-21T00:00:53.791Z[ host-package] Compiling rustls-webpki v0.101.7
35462026-06-21T00:00:53.895Z[ host-package] Compiling secrecy v0.8.0
35472026-06-21T00:00:54.076Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35482026-06-21T00:00:54.905Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35492026-06-21T00:00:55.152Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35502026-06-21T00:00:55.414Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35512026-06-21T00:00:55.547Z[ host-package] Compiling serde_with_macros v1.5.2
35522026-06-21T00:00:56.416Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35532026-06-21T00:00:57.063Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35542026-06-21T00:00:57.283Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35552026-06-21T00:00:58.226Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35562026-06-21T00:00:58.474Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35572026-06-21T00:00:58.582Z[ helios-setup] Jun 21 00:00:57.155 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
35582026-06-21T00:00:58.582Z[ helios-setup] Jun 21 00:00:57.155 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35592026-06-21T00:00:58.592Z[ helios-setup] Jun 21 00:00:57.165 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
35602026-06-21T00:00:58.592Z[ helios-setup] Jun 21 00:00:57.165 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35612026-06-21T00:00:58.595Z[ helios-setup] Jun 21 00:00:57.165 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35622026-06-21T00:00:58.712Z[ helios-setup] Jun 21 00:00:57.285 INFO E| Downloading crates ...
35632026-06-21T00:00:58.732Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35642026-06-21T00:00:58.788Z[ helios-setup] Jun 21 00:00:57.361 INFO E| Downloaded miniz_oxide v0.6.2
35652026-06-21T00:00:58.791Z[ helios-setup] Jun 21 00:00:57.364 INFO E| Downloaded unicode-width v0.1.10
35662026-06-21T00:00:58.793Z[ helios-setup] Jun 21 00:00:57.365 INFO E| Downloaded cpufeatures v0.2.5
35672026-06-21T00:00:58.794Z[ helios-setup] Jun 21 00:00:57.365 INFO E| Downloaded block-buffer v0.10.3
35682026-06-21T00:00:58.797Z[ helios-setup] Jun 21 00:00:57.371 INFO E| Downloaded generic-array v0.14.6
35692026-06-21T00:00:58.805Z[ helios-setup] Jun 21 00:00:57.378 INFO E| Downloaded anyhow v1.0.62
35702026-06-21T00:00:58.808Z[ helios-setup] Jun 21 00:00:57.381 INFO E| Downloaded sha2 v0.10.5
35712026-06-21T00:00:58.811Z[ helios-setup] Jun 21 00:00:57.382 INFO E| Downloaded digest v0.10.3
35722026-06-21T00:00:58.811Z[ helios-setup] Jun 21 00:00:57.383 INFO E| Downloaded typenum v1.15.0
35732026-06-21T00:00:58.815Z[ helios-setup] Jun 21 00:00:57.389 INFO E| Downloaded flate2 v1.0.25
35742026-06-21T00:00:58.818Z[ helios-setup] Jun 21 00:00:57.392 INFO E| Downloaded bytes v1.2.1
35752026-06-21T00:00:58.866Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling typenum v1.15.0
35762026-06-21T00:00:58.866Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling version_check v0.9.4
35772026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling crc32fast v1.3.2
35782026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling cfg-if v1.0.0
35792026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling adler v1.0.2
35802026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.439 INFO E| Compiling anyhow v1.0.62
35812026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.440 INFO E| Compiling unicode-width v0.1.10
35822026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.440 INFO E| Compiling cpufeatures v0.2.5
35832026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.440 INFO E| Compiling bitflags v1.3.2
35842026-06-21T00:00:58.869Z[ helios-setup] Jun 21 00:00:57.440 INFO E| Compiling bytes v1.2.1
35852026-06-21T00:00:59.056Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35862026-06-21T00:00:59.088Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35872026-06-21T00:00:59.382Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35882026-06-21T00:00:59.492Z[ helios-setup] Jun 21 00:00:58.065 INFO E| Compiling getopts v0.2.21
35892026-06-21T00:00:59.502Z[ helios-setup] Jun 21 00:00:58.075 INFO E| Compiling generic-array v0.14.6
35902026-06-21T00:00:59.520Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35912026-06-21T00:00:59.634Z[ helios-setup] Jun 21 00:00:58.207 INFO E| Compiling miniz_oxide v0.6.2
35922026-06-21T00:00:59.724Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35932026-06-21T00:00:59.825Z[ host-package] Compiling base64 v0.21.7
35942026-06-21T00:00:59.875Z[ host-package] Compiling void v1.0.2
35952026-06-21T00:01:00.144Z[ helios-setup] Jun 21 00:00:58.717 INFO E| Compiling flate2 v1.0.25
35962026-06-21T00:01:00.219Z[ host-package] Compiling git2 v0.20.4
35972026-06-21T00:01:00.291Z[ host-package] Compiling lzss v0.8.2
35982026-06-21T00:01:00.401Z[ host-package] Compiling ron v0.8.1
35992026-06-21T00:01:00.838Z[ host-package] Compiling illumos-nvpair v0.3.0
36002026-06-21T00:01:00.933Z[ host-package] Compiling serde_with v1.14.0
36012026-06-21T00:01:00.999Z[ helios-setup] Jun 21 00:00:59.572 INFO E| Compiling crypto-common v0.1.6
36022026-06-21T00:01:00.999Z[ helios-setup] Jun 21 00:00:59.572 INFO E| Compiling block-buffer v0.10.3
36032026-06-21T00:01:01.135Z[ helios-setup] Jun 21 00:00:59.708 INFO E| Compiling digest v0.10.3
36042026-06-21T00:01:01.276Z[ host-package] Compiling tokio-rustls v0.24.1
36052026-06-21T00:01:01.311Z[ helios-setup] Jun 21 00:00:59.884 INFO E| Compiling sha2 v0.10.5
36062026-06-21T00:01:01.548Z[ helios-setup] Jun 21 00:01:00.121 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36072026-06-21T00:01:01.584Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36082026-06-21T00:01:01.655Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36092026-06-21T00:01:01.934Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36102026-06-21T00:01:02.278Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36112026-06-21T00:01:03.902Z[ helios-setup] Jun 21 00:01:02.475 INFO E| Finished `release` profile [optimized] target(s) in 5.29s
36122026-06-21T00:01:03.917Z[ helios-setup] Jun 21 00:01:02.490 INFO building project "bootserver" ok (5 seconds)
36132026-06-21T00:01:03.917Z[ helios-setup] Jun 21 00:01:02.490 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36142026-06-21T00:01:03.926Z[ helios-setup] Jun 21 00:01:02.499 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
36152026-06-21T00:01:03.926Z[ helios-setup] Jun 21 00:01:02.499 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36162026-06-21T00:01:03.929Z[ helios-setup] Jun 21 00:01:02.499 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36172026-06-21T00:01:04.039Z[ helios-setup] Jun 21 00:01:02.612 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36182026-06-21T00:01:04.305Z[ helios-setup] Jun 21 00:01:02.878 INFO E| From https://github.com/jclulow/rust-jmclib
36192026-06-21T00:01:04.305Z[ helios-setup] Jun 21 00:01:02.878 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36202026-06-21T00:01:04.320Z[ helios-setup] Jun 21 00:01:02.893 INFO E| Updating crates.io index
36212026-06-21T00:01:04.377Z[ helios-setup] Jun 21 00:01:02.949 INFO E| Downloading crates ...
36222026-06-21T00:01:04.421Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36232026-06-21T00:01:04.439Z[ helios-setup] Jun 21 00:01:03.012 INFO E| Downloaded digest v0.9.0
36242026-06-21T00:01:04.453Z[ helios-setup] Jun 21 00:01:03.026 INFO E| Downloaded block-buffer v0.9.0
36252026-06-21T00:01:04.460Z[ helios-setup] Jun 21 00:01:03.032 INFO E| Downloaded anyhow v1.0.72
36262026-06-21T00:01:04.464Z[ helios-setup] Jun 21 00:01:03.038 INFO E| Downloaded libdevinfo-sys v1.0.0
36272026-06-21T00:01:04.467Z[ helios-setup] Jun 21 00:01:03.039 INFO E| Downloaded sha-1 v0.9.8
36282026-06-21T00:01:04.470Z[ helios-setup] Jun 21 00:01:03.041 INFO E| Downloaded serde_json v1.0.103
36292026-06-21T00:01:04.476Z[ helios-setup] Jun 21 00:01:03.050 INFO E| Downloaded errno v0.3.1
36302026-06-21T00:01:04.487Z[ helios-setup] Jun 21 00:01:03.061 INFO E| Downloaded fastrand v2.0.0
36312026-06-21T00:01:04.490Z[ helios-setup] Jun 21 00:01:03.062 INFO E| Downloaded walkdir v2.3.3
36322026-06-21T00:01:04.490Z[ helios-setup] Jun 21 00:01:03.063 INFO E| Downloaded itoa v1.0.9
36332026-06-21T00:01:04.493Z[ helios-setup] Jun 21 00:01:03.064 INFO E| Downloaded cpufeatures v0.2.9
36342026-06-21T00:01:04.504Z[ helios-setup] Jun 21 00:01:03.077 INFO E| Downloaded tempfile v3.7.0
36352026-06-21T00:01:04.507Z[ helios-setup] Jun 21 00:01:03.079 INFO E| Downloaded quote v1.0.31
36362026-06-21T00:01:04.510Z[ helios-setup] Jun 21 00:01:03.081 INFO E| Downloaded typenum v1.16.0
36372026-06-21T00:01:04.510Z[ helios-setup] Jun 21 00:01:03.082 INFO E| Downloaded ryu v1.0.15
36382026-06-21T00:01:04.514Z[ helios-setup] Jun 21 00:01:03.084 INFO E| Downloaded opaque-debug v0.3.0
36392026-06-21T00:01:04.514Z[ helios-setup] Jun 21 00:01:03.085 INFO E| Downloaded glob v0.3.1
36402026-06-21T00:01:04.514Z[ helios-setup] Jun 21 00:01:03.085 INFO E| Downloaded md-5 v0.9.1
36412026-06-21T00:01:04.524Z[ helios-setup] Jun 21 00:01:03.098 INFO E| Downloaded unicode-ident v1.0.11
36422026-06-21T00:01:04.527Z[ helios-setup] Jun 21 00:01:03.100 INFO E| Downloaded bitflags v2.3.3
36432026-06-21T00:01:04.530Z[ helios-setup] Jun 21 00:01:03.101 INFO E| Downloaded getrandom v0.2.10
36442026-06-21T00:01:04.530Z[ helios-setup] Jun 21 00:01:03.103 INFO E| Downloaded proc-macro2 v1.0.66
36452026-06-21T00:01:04.533Z[ helios-setup] Jun 21 00:01:03.107 INFO E| Downloaded uuid v0.8.2
36462026-06-21T00:01:04.536Z[ helios-setup] Jun 21 00:01:03.109 INFO E| Downloaded toml v0.5.11
36472026-06-21T00:01:04.539Z[ helios-setup] Jun 21 00:01:03.110 INFO E| Downloaded serde_derive v1.0.193
36482026-06-21T00:01:04.539Z[ helios-setup] Jun 21 00:01:03.112 INFO E| Downloaded once_cell v1.18.0
36492026-06-21T00:01:04.542Z[ helios-setup] Jun 21 00:01:03.113 INFO E| Downloaded serde v1.0.193
36502026-06-21T00:01:04.549Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36512026-06-21T00:01:04.601Z[ helios-setup] Jun 21 00:01:03.174 INFO E| Downloaded syn v2.0.32
36522026-06-21T00:01:04.619Z[ helios-setup] Jun 21 00:01:03.192 INFO E| Downloaded rustix v0.38.4
36532026-06-21T00:01:04.647Z[ helios-setup] Jun 21 00:01:03.220 INFO E| Downloaded libc v0.2.147
36542026-06-21T00:01:04.735Z[ helios-setup] Jun 21 00:01:03.308 INFO E| Compiling libc v0.2.147
36552026-06-21T00:01:04.735Z[ helios-setup] Jun 21 00:01:03.308 INFO E| Compiling proc-macro2 v1.0.66
36562026-06-21T00:01:04.735Z[ helios-setup] Jun 21 00:01:03.308 INFO E| Compiling cfg-if v1.0.0
36572026-06-21T00:01:04.735Z[ helios-setup] Jun 21 00:01:03.308 INFO E| Compiling unicode-ident v1.0.11
36582026-06-21T00:01:04.735Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling version_check v0.9.4
36592026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling typenum v1.16.0
36602026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling serde v1.0.193
36612026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling rustix v0.38.4
36622026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling slog v2.7.0
36632026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling time-core v0.1.2
36642026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling itoa v1.0.9
36652026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling powerfmt v0.2.0
36662026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling num-conv v0.1.0
36672026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling bitflags v2.3.3
36682026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling num_threads v0.1.6
36692026-06-21T00:01:04.740Z[ helios-setup] Jun 21 00:01:03.309 INFO E| Compiling once_cell v1.18.0
36702026-06-21T00:01:05.038Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36712026-06-21T00:01:05.755Z[ helios-setup] Jun 21 00:01:04.328 INFO E| Compiling anyhow v1.0.72
36722026-06-21T00:01:05.759Z[ helios-setup] Jun 21 00:01:04.333 INFO E| Compiling thread_local v1.1.7
36732026-06-21T00:01:05.780Z[ helios-setup] Jun 21 00:01:04.353 INFO E| Compiling time-macros v0.2.18
36742026-06-21T00:01:05.789Z[ helios-setup] Jun 21 00:01:04.363 INFO E| Compiling deranged v0.3.11
36752026-06-21T00:01:05.862Z[ helios-setup] Jun 21 00:01:04.435 INFO E| Compiling opaque-debug v0.3.0
36762026-06-21T00:01:05.880Z[ helios-setup] Jun 21 00:01:04.454 INFO E| Compiling serde_json v1.0.103
36772026-06-21T00:01:05.892Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36782026-06-21T00:01:05.898Z[ helios-setup] Jun 21 00:01:04.471 INFO E| Compiling fastrand v2.0.0
36792026-06-21T00:01:05.920Z[ helios-setup] Jun 21 00:01:04.493 INFO E| Compiling ryu v1.0.15
36802026-06-21T00:01:05.945Z[ helios-setup] Jun 21 00:01:04.517 INFO E| Compiling same-file v1.0.6
36812026-06-21T00:01:06.007Z[ helios-setup] Jun 21 00:01:04.578 INFO E| Compiling cpufeatures v0.2.9
36822026-06-21T00:01:06.046Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36832026-06-21T00:01:06.110Z[ helios-setup] Jun 21 00:01:04.678 INFO E| Compiling generic-array v0.14.7
36842026-06-21T00:01:06.110Z[ helios-setup] Jun 21 00:01:04.678 INFO E| Compiling unicode-width v0.1.10
36852026-06-21T00:01:06.126Z[ helios-setup] Jun 21 00:01:04.699 INFO E| Compiling libdevinfo-sys v1.0.0
36862026-06-21T00:01:06.307Z[ helios-setup] Jun 21 00:01:04.879 INFO E| Compiling dirs-sys-next v0.1.2
36872026-06-21T00:01:06.310Z[ helios-setup] Jun 21 00:01:04.883 INFO E| Compiling errno v0.3.1
36882026-06-21T00:01:06.357Z[ helios-setup] Jun 21 00:01:04.929 INFO E| Compiling atty v0.2.14
36892026-06-21T00:01:06.422Z[ helios-setup] Jun 21 00:01:04.995 INFO E| Compiling getrandom v0.2.10
36902026-06-21T00:01:06.507Z[ helios-setup] Jun 21 00:01:05.080 INFO E| Compiling walkdir v2.3.3
36912026-06-21T00:01:06.522Z[ helios-setup] Jun 21 00:01:05.094 INFO E| Compiling getopts v0.2.21
36922026-06-21T00:01:06.673Z[ helios-setup] Jun 21 00:01:05.246 INFO E| Compiling dirs-next v2.0.0
36932026-06-21T00:01:06.728Z[ helios-setup] Jun 21 00:01:05.301 INFO E| Compiling glob v0.3.1
36942026-06-21T00:01:06.892Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-06-21T00:01:07.125Z[ helios-setup] Jun 21 00:01:05.698 INFO E| Compiling term v0.7.0
36962026-06-21T00:01:07.236Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36972026-06-21T00:01:07.380Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36982026-06-21T00:01:07.485Z[ host-package] Compiling tungstenite v0.23.0
36992026-06-21T00:01:07.584Z[ host-package] Compiling rustls-pemfile v1.0.4
37002026-06-21T00:01:07.792Z[ helios-setup] Jun 21 00:01:06.365 INFO E| Compiling tempfile v3.7.0
37012026-06-21T00:01:07.807Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37022026-06-21T00:01:07.985Z[ helios-setup] Jun 21 00:01:06.558 INFO E| Compiling time v0.3.36
37032026-06-21T00:01:08.079Z[ helios-setup] Jun 21 00:01:06.652 INFO E| Compiling quote v1.0.31
37042026-06-21T00:01:08.279Z[ helios-setup] Jun 21 00:01:06.851 INFO E| Compiling syn v2.0.32
37052026-06-21T00:01:08.282Z[ host-package] Compiling nix v0.27.1
37062026-06-21T00:01:08.286Z[ helios-setup] Jun 21 00:01:06.855 INFO E| Compiling digest v0.9.0
37072026-06-21T00:01:08.286Z[ helios-setup] Jun 21 00:01:06.855 INFO E| Compiling block-buffer v0.9.0
37082026-06-21T00:01:08.401Z[ helios-setup] Jun 21 00:01:06.974 INFO E| Compiling sha-1 v0.9.8
37092026-06-21T00:01:08.401Z[ helios-setup] Jun 21 00:01:06.974 INFO E| Compiling md-5 v0.9.1
37102026-06-21T00:01:08.572Z[ host-package] Compiling twox-hash v2.1.2
37112026-06-21T00:01:09.100Z[ helios-setup] Jun 21 00:01:07.673 INFO E| Compiling slog-term v2.9.0
37122026-06-21T00:01:09.297Z[ host-package] Compiling serde_bytes v0.11.19
37132026-06-21T00:01:09.328Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37142026-06-21T00:01:09.647Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37152026-06-21T00:01:09.824Z[ host-package] Compiling tokio-tungstenite v0.23.1
37162026-06-21T00:01:10.092Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-06-21T00:01:10.229Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37182026-06-21T00:01:10.233Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37192026-06-21T00:01:10.330Z[ helios-setup] Jun 21 00:01:08.903 INFO E| Compiling serde_derive v1.0.193
37202026-06-21T00:01:10.346Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37212026-06-21T00:01:11.753Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37222026-06-21T00:01:12.425Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37232026-06-21T00:01:13.696Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37242026-06-21T00:01:14.263Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37252026-06-21T00:01:14.326Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37262026-06-21T00:01:15.038Z[ helios-setup] Jun 21 00:01:13.610 INFO E| Compiling toml v0.5.11
37272026-06-21T00:01:15.038Z[ helios-setup] Jun 21 00:01:13.610 INFO E| Compiling uuid v0.8.2
37282026-06-21T00:01:15.152Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37292026-06-21T00:01:15.376Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37302026-06-21T00:01:15.410Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37312026-06-21T00:01:15.500Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37322026-06-21T00:01:15.702Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37332026-06-21T00:01:15.823Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37342026-06-21T00:01:15.828Z[ helios-setup] Jun 21 00:01:14.398 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37352026-06-21T00:01:16.787Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37362026-06-21T00:01:16.832Z[ helios-setup] Jun 21 00:01:15.405 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37372026-06-21T00:01:17.307Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37382026-06-21T00:01:19.694Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37392026-06-21T00:01:19.720Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37402026-06-21T00:01:20.030Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37412026-06-21T00:01:20.411Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37422026-06-21T00:01:21.157Z[ helios-setup] Jun 21 00:01:19.730 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37432026-06-21T00:01:21.184Z[ helios-setup] Jun 21 00:01:19.756 INFO building project "image-builder" ok (17 seconds)
37442026-06-21T00:01:21.187Z[ helios-setup] rm -f helios-build
37452026-06-21T00:01:21.187Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37462026-06-21T00:01:21.190Z[ helios-setup]
37472026-06-21T00:01:21.190Z[ helios-setup] Setup complete! ./helios-build is now available.
37482026-06-21T00:01:21.190Z[ helios-setup]
37492026-06-21T00:01:21.194Z[ helios-setup]
37502026-06-21T00:01:21.194Z[ helios-setup] real 2:46.400388233
37512026-06-21T00:01:21.194Z[ helios-setup] user 7:03.037906213
37522026-06-21T00:01:21.194Z[ helios-setup] sys 1:15.711910130
37532026-06-21T00:01:21.194Z[ helios-setup] trap 0.501672759
37542026-06-21T00:01:21.194Z[ helios-setup] tflt 2.549058999
37552026-06-21T00:01:21.194Z[ helios-setup] dflt 6.174752160
37562026-06-21T00:01:21.194Z[ helios-setup] kflt 0.001071510
37572026-06-21T00:01:21.194Z[ helios-setup] lock 43:04.057760688
37582026-06-21T00:01:21.194Z[ helios-setup] slp 31:21.340611881
37592026-06-21T00:01:21.194Z[ helios-setup] lat 4:30.300562551
37602026-06-21T00:01:21.194Z[ helios-setup] stop 1:13.341179156
37612026-06-21T00:01:21.194ZJun 21 00:01:19.765 INFO [helios-setup] process exited with exit status: 0 (166.403514094s)
37622026-06-21T00:01:21.194ZJun 21 00:01:19.765 INFO [helios-record] running task
37632026-06-21T00:01:21.194ZJun 21 00:01:19.765 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37642026-06-21T00:01:21.197ZJun 21 00:01:19.770 DEBG process exited with exit status: 0 (4.104222ms)
37652026-06-21T00:01:21.197ZJun 21 00:01:19.770 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37662026-06-21T00:01:21.200ZJun 21 00:01:19.774 DEBG process exited with exit status: 0 (4.292411ms)
37672026-06-21T00:01:21.200ZJun 21 00:01:19.774 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37682026-06-21T00:01:21.204ZJun 21 00:01:19.777 DEBG process exited with exit status: 0 (3.438382ms)
37692026-06-21T00:01:21.204ZJun 21 00:01:19.777 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37702026-06-21T00:01:21.208ZJun 21 00:01:19.780 DEBG process exited with exit status: 0 (3.195871ms)
37712026-06-21T00:01:21.208ZJun 21 00:01:19.780 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37722026-06-21T00:01:21.212ZJun 21 00:01:19.784 DEBG process exited with exit status: 0 (3.155061ms)
37732026-06-21T00:01:21.212ZJun 21 00:01:19.784 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37742026-06-21T00:01:21.217ZJun 21 00:01:19.787 DEBG process exited with exit status: 0 (3.150701ms)
37752026-06-21T00:01:21.217ZJun 21 00:01:19.787 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37762026-06-21T00:01:21.220ZJun 21 00:01:19.790 DEBG process exited with exit status: 0 (3.376841ms)
37772026-06-21T00:01:21.221ZJun 21 00:01:19.790 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37782026-06-21T00:01:21.221ZJun 21 00:01:19.794 DEBG process exited with exit status: 0 (3.299032ms)
37792026-06-21T00:01:21.221ZJun 21 00:01:19.794 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37802026-06-21T00:01:21.223ZJun 21 00:01:19.797 DEBG process exited with exit status: 0 (3.48821ms)
37812026-06-21T00:01:21.226ZJun 21 00:01:19.800 INFO [helios-record] task succeeded (34.498762ms)
37822026-06-21T00:01:21.400Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37832026-06-21T00:01:21.670Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37842026-06-21T00:01:23.107Z[ host-package] Compiling signal-hook-tokio v0.3.1
37852026-06-21T00:01:23.306Z[ host-package] Compiling fatfs v0.3.6
37862026-06-21T00:01:23.348Z[ host-package] Compiling yasna v0.5.2
37872026-06-21T00:01:24.251Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37882026-06-21T00:01:24.276Z[ host-package] Compiling is_ci v1.2.0
37892026-06-21T00:01:24.502Z[ host-package] Compiling seq-macro v0.3.6
37902026-06-21T00:01:24.571Z[ host-package] Compiling assert_matches v1.5.0
37912026-06-21T00:01:24.688Z[ host-package] Compiling supports-color v3.0.2
37922026-06-21T00:01:24.798Z[ host-package] Compiling rcgen v0.12.1
37932026-06-21T00:01:24.911Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37942026-06-21T00:01:25.016Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37952026-06-21T00:01:25.169Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37962026-06-21T00:01:25.232Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37972026-06-21T00:01:25.459Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37982026-06-21T00:01:25.691Z[ host-package] Compiling rtoolbox v0.0.3
37992026-06-21T00:01:26.004Z[ host-package] Compiling subprocess v0.2.15
38002026-06-21T00:01:28.118Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38012026-06-21T00:01:28.256Z[ host-package] Compiling rpassword v7.4.0
38022026-06-21T00:01:28.587Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38032026-06-21T00:01:29.208Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38042026-06-21T00:01:29.400Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38052026-06-21T00:01:29.548Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38062026-06-21T00:01:29.935Z[ host-package] Compiling tui-tree-widget v0.23.1
38072026-06-21T00:01:30.257Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38082026-06-21T00:01:31.461Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38092026-06-21T00:01:31.726Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38102026-06-21T00:01:32.020Z[ host-package] Compiling uzers v0.12.2
38112026-06-21T00:01:33.349Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38122026-06-21T00:01:33.489Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38132026-06-21T00:01:34.059Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38142026-06-21T00:01:34.709Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38152026-06-21T00:01:36.629Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38162026-06-21T00:01:45.337Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38172026-06-21T00:01:45.340Z[ host-package] Compiling support-bundle-viewer v0.1.2
38182026-06-21T00:01:47.261Z[ host-package] Compiling multimap v0.10.1
38192026-06-21T00:01:54.502Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38202026-06-21T00:02:01.207Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38212026-06-21T00:02:01.512Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38222026-06-21T00:08:59.985Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 03s
38232026-06-21T00:09:46.721ZJun 21 00:09:45.294 INFO [host-package] process exited with exit status: 0 (618.462276788s)
38242026-06-21T00:09:46.721ZJun 21 00:09:45.294 INFO [host-stamp] running task
38252026-06-21T00:09:46.725ZJun 21 00:09:45.294 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38262026-06-21T00:09:46.725ZJun 21 00:09:45.294 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+gitd561ec03312
38272026-06-21T00:09:46.725ZJun 21 00:09:45.295 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+gitd561ec03312
38282026-06-21T00:09:46.725ZJun 21 00:09:45.295 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+gitd561ec03312
38292026-06-21T00:09:46.725ZJun 21 00:09:45.295 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+gitd561ec03312
38302026-06-21T00:09:46.725ZJun 21 00:09:45.295 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+gitd561ec03312
38312026-06-21T00:09:46.725ZJun 21 00:09:45.296 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+gitd561ec03312
38322026-06-21T00:09:46.725ZJun 21 00:09:45.296 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+gitd561ec03312
38332026-06-21T00:09:46.725ZJun 21 00:09:45.296 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+gitd561ec03312
38342026-06-21T00:09:46.735Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-06-21T00:09:46.738Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-06-21T00:09:46.738Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-06-21T00:09:46.738Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-06-21T00:09:46.738Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38392026-06-21T00:09:46.738Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38402026-06-21T00:09:46.738Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38412026-06-21T00:09:46.739Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-06-21T00:09:46.739Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38432026-06-21T00:09:46.739Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38442026-06-21T00:09:46.743ZJun 21 00:09:45.312 INFO [stamp-overlay] process exited with exit status: 0 (16.411506ms)
38452026-06-21T00:09:46.743Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38462026-06-21T00:09:46.746ZJun 21 00:09:45.319 INFO [stamp-oxlog] process exited with exit status: 0 (23.499329ms)
38472026-06-21T00:09:46.767Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38482026-06-21T00:09:46.771ZJun 21 00:09:45.343 INFO [stamp-crucible-utils] process exited with exit status: 0 (47.626788ms)
38492026-06-21T00:09:46.787Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38502026-06-21T00:09:46.791ZJun 21 00:09:45.363 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (68.162565ms)
38512026-06-21T00:09:46.920Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38522026-06-21T00:09:46.926ZJun 21 00:09:45.498 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.565874ms)
38532026-06-21T00:09:47.143Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38542026-06-21T00:09:47.147ZJun 21 00:09:45.720 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (425.821906ms)
38552026-06-21T00:09:47.275Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38562026-06-21T00:09:47.279ZJun 21 00:09:45.852 INFO [stamp-propolis-server] process exited with exit status: 0 (557.371204ms)
38572026-06-21T00:09:47.681Z[recovery-package] Compiling newtype-uuid v1.3.2
38582026-06-21T00:09:47.912Z[recovery-package] Compiling daft v0.1.7
38592026-06-21T00:09:48.123Z[recovery-package] Compiling iddqd v0.4.2
38602026-06-21T00:09:49.065Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38612026-06-21T00:09:49.377Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38622026-06-21T00:09:49.377Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38632026-06-21T00:09:49.377Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38642026-06-21T00:09:49.380Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38652026-06-21T00:09:49.380Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38662026-06-21T00:09:49.380Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38672026-06-21T00:09:49.380Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38682026-06-21T00:09:49.380Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-06-21T00:09:49.473Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38702026-06-21T00:09:49.668Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38712026-06-21T00:09:49.718Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38722026-06-21T00:09:49.935Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38732026-06-21T00:09:53.111Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38742026-06-21T00:09:53.132ZJun 21 00:09:51.685 INFO [stamp-switch-asic] process exited with exit status: 0 (6.388433519s)
38752026-06-21T00:09:53.132ZJun 21 00:09:51.685 INFO [host-stamp] task succeeded (6.390758179s)
38762026-06-21T00:09:53.132ZJun 21 00:09:51.685 INFO [host-proto] running task
38772026-06-21T00:09:53.550ZJun 21 00:09:52.104 INFO [host-proto] task succeeded (418.828013ms)
38782026-06-21T00:09:53.550ZJun 21 00:09:52.104 INFO [host-profile] running task
38792026-06-21T00:09:53.591ZJun 21 00:09:52.104 INFO [host-profile] task succeeded (358.39µs)
38802026-06-21T00:09:53.591ZJun 21 00:09:52.104 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.483' -P /tmp/.tmpEfFSOZ/proto/host/root -N 'ci d561ec0/${os_short_commit} 2026-06-20 23:58' -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/'
38812026-06-21T00:09:53.591Z[ host-image] Jun 21 00:09:52.110 INFO Checking files for board 'cosmo-mbist'
38822026-06-21T00:09:53.591Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38832026-06-21T00:09:53.591Z[ host-image] Jun 21 00:09:52.111 INFO Checking files for board 'gimlet'
38842026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38852026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38862026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO Checking files for board 'cosmo-mbist-noaggr'
38872026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38882026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO Checking files for board 'cosmo'
38892026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38902026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.111 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38912026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.121 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpEfFSOZ/proto/host/root"
38922026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.121 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38932026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.121 INFO image builder template: ramdisk-01-os...
38942026-06-21T00:09:53.594Z[ host-image] Jun 21 00:09:52.121 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/.tmpEfFSOZ/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.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38952026-06-21T00:09:53.634Z[ host-image] Jun 21 00:09:52.134 INFO O| Jun 21 00:09:52.134 INFO CREATE DATASET: rpool/images/build/host/output
38962026-06-21T00:09:53.785Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38972026-06-21T00:09:53.785Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38982026-06-21T00:09:53.785Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38992026-06-21T00:09:53.801Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39002026-06-21T00:09:53.801Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39012026-06-21T00:09:54.805Z[ host-image] Jun 21 00:09:53.366 INFO O| Jun 21 00:09:53.366 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39022026-06-21T00:09:54.827Z[ host-image] Jun 21 00:09:53.369 INFO O| Jun 21 00:09:53.369 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39032026-06-21T00:09:55.020Z[ host-image] Jun 21 00:09:53.591 INFO O| Jun 21 00:09:53.591 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39042026-06-21T00:09:55.066Z[ host-image] Jun 21 00:09:53.640 INFO O| Jun 21 00:09:53.640 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39052026-06-21T00:09:55.067Z[ host-image] Jun 21 00:09:53.640 INFO O| Jun 21 00:09:53.640 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39062026-06-21T00:09:55.070Z[ host-image] Jun 21 00:09:53.640 INFO O| Jun 21 00:09:53.640 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39072026-06-21T00:09:55.070Z[ host-image] Jun 21 00:09:53.640 INFO O| Jun 21 00:09:53.640 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39082026-06-21T00:09:55.073Z[ host-image] Jun 21 00:09:53.645 INFO O| Jun 21 00:09:53.645 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39092026-06-21T00:09:55.378Z[ host-image] Jun 21 00:09:53.952 INFO O| Jun 21 00:09:53.952 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-06-21T00:09:55.385Z[ host-image] Jun 21 00:09:53.958 INFO O| Jun 21 00:09:53.958 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39112026-06-21T00:09:55.657Z[ host-image] Jun 21 00:09:54.229 INFO O| Jun 21 00:09:54.229 INFO O| Caching catalogs ... Done
39122026-06-21T00:09:55.726Z[ host-image] Jun 21 00:09:54.299 INFO O| Jun 21 00:09:54.299 INFO STEP 0 (pkg_image_create) COMPLETE
39132026-06-21T00:09:55.726Z[ host-image] Jun 21 00:09:54.299 INFO O| Jun 21 00:09:54.299 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-06-21T00:09:55.737Z[ host-image] Jun 21 00:09:54.308 INFO O| Jun 21 00:09:54.308 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"]
39152026-06-21T00:09:55.992Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO STEP 1 (pkg_set_publisher) COMPLETE
39162026-06-21T00:09:55.993Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-06-21T00:09:55.993Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO skip step because feature "publisher_1_name" is not enabled
39182026-06-21T00:09:55.993Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-06-21T00:09:55.997Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO skip step because feature "publisher_2_name" is not enabled
39202026-06-21T00:09:55.997Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-06-21T00:09:55.997Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO skip step because feature "publisher_3_name" is not enabled
39222026-06-21T00:09:55.997Z[ host-image] Jun 21 00:09:54.565 INFO O| Jun 21 00:09:54.565 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-06-21T00:09:56.252Z[ host-image] Jun 21 00:09:54.824 INFO O| Jun 21 00:09:54.824 INFO variant opensolaris.zone is already global
39242026-06-21T00:09:56.258Z[ host-image] Jun 21 00:09:54.824 INFO O| Jun 21 00:09:54.824 INFO STEP 5 (pkg_change_variant) COMPLETE
39252026-06-21T00:09:56.258Z[ host-image] Jun 21 00:09:54.824 INFO O| Jun 21 00:09:54.824 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-06-21T00:09:56.507Z[ host-image] Jun 21 00:09:55.078 INFO O| Jun 21 00:09:55.078 INFO variant opensolaris.imagetype is full; changing to partial
39272026-06-21T00:09:56.507Z[ host-image] Jun 21 00:09:55.078 INFO O| Jun 21 00:09:55.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39282026-06-21T00:09:57.068Z[ host-image] Jun 21 00:09:55.641 INFO O| Jun 21 00:09:55.640 INFO O| Startup: Refreshing catalog 'helios' ... Done
39292026-06-21T00:09:57.166Z[ host-image] Jun 21 00:09:55.727 INFO O| Jun 21 00:09:55.727 INFO O| Startup: Caching catalogs ... Done
39302026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.731 INFO O| Jun 21 00:09:55.731 INFO O| Planning: Planning completed in 0.00 seconds
39312026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.732 INFO O| Jun 21 00:09:55.732 INFO O| Planning: Consolidating action changes ... Done
39322026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.732 INFO O| Jun 21 00:09:55.732 INFO O| Planning: Evaluating mediators ... Done
39332026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.732 INFO O| Jun 21 00:09:55.732 INFO O| Planning: Planning completed in 0.00 seconds
39342026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.732 INFO O| Jun 21 00:09:55.732 INFO O| Variants/Facets to change: 1
39352026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.741 INFO O| Jun 21 00:09:55.741 INFO O| Finalize: Updating package state database ... Done
39362026-06-21T00:09:57.176Z[ host-image] Jun 21 00:09:55.741 INFO O| Jun 21 00:09:55.741 INFO O| Finalize: Updating package cache ... Done
39372026-06-21T00:09:57.188Z[ host-image] Jun 21 00:09:55.756 INFO O| Jun 21 00:09:55.756 INFO O| Finalize: Updating image state ... Done
39382026-06-21T00:09:57.199Z[ host-image] Jun 21 00:09:55.758 INFO O| Jun 21 00:09:55.758 INFO O| Finalize: Creating fast lookup database ... Done
39392026-06-21T00:09:57.199Z[ host-image] Jun 21 00:09:55.759 INFO O| Jun 21 00:09:55.759 INFO O| Finalize: Reading search index ... Done
39402026-06-21T00:09:57.199Z[ host-image] Jun 21 00:09:55.759 INFO O| Jun 21 00:09:55.759 INFO O| Finalize: Updating search index ... Done
39412026-06-21T00:09:57.199Z[ host-image] Jun 21 00:09:55.760 INFO O| Jun 21 00:09:55.760 INFO O| Finalize: Updating package cache ... Done
39422026-06-21T00:09:57.267Z[ host-image] Jun 21 00:09:55.836 INFO O| Jun 21 00:09:55.836 INFO STEP 6 (pkg_change_variant) COMPLETE
39432026-06-21T00:09:57.267Z[ host-image] Jun 21 00:09:55.837 INFO O| Jun 21 00:09:55.836 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-06-21T00:09:57.283Z[ host-image] Jun 21 00:09:55.837 INFO O| Jun 21 00:09:55.836 INFO skip step because feature "debug_variant" is not enabled
39452026-06-21T00:09:57.283Z[ host-image] Jun 21 00:09:55.837 INFO O| Jun 21 00:09:55.836 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-06-21T00:09:57.506Z[ host-image] Jun 21 00:09:56.079 INFO O| Jun 21 00:09:56.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39472026-06-21T00:09:58.041Z[ host-image] Jun 21 00:09:56.613 INFO O| Jun 21 00:09:56.613 INFO O| Startup: Refreshing catalog 'helios' ... Done
39482026-06-21T00:09:58.123Z[ host-image] Jun 21 00:09:56.696 INFO O| Jun 21 00:09:56.696 INFO O| Startup: Caching catalogs ... Done
39492026-06-21T00:09:58.129Z[ host-image] Jun 21 00:09:56.700 INFO O| Jun 21 00:09:56.700 INFO O| Planning: Planning completed in 0.00 seconds
39502026-06-21T00:09:58.129Z[ host-image] Jun 21 00:09:56.700 INFO O| Jun 21 00:09:56.700 INFO O| Planning: Consolidating action changes ... Done
39512026-06-21T00:09:58.129Z[ host-image] Jun 21 00:09:56.700 INFO O| Jun 21 00:09:56.700 INFO O| Planning: Evaluating mediators ... Done
39522026-06-21T00:09:58.133Z[ host-image] Jun 21 00:09:56.700 INFO O| Jun 21 00:09:56.700 INFO O| Planning: Planning completed in 0.00 seconds
39532026-06-21T00:09:58.133Z[ host-image] Jun 21 00:09:56.700 INFO O| Jun 21 00:09:56.700 INFO O| Variants/Facets to change: 1
39542026-06-21T00:09:58.137Z[ host-image] Jun 21 00:09:56.709 INFO O| Jun 21 00:09:56.709 INFO O| Finalize: Updating package state database ... Done
39552026-06-21T00:09:58.137Z[ host-image] Jun 21 00:09:56.709 INFO O| Jun 21 00:09:56.709 INFO O| Finalize: Updating package cache ... Done
39562026-06-21T00:09:58.174Z[ host-image] Jun 21 00:09:56.724 INFO O| Jun 21 00:09:56.724 INFO O| Finalize: Updating image state ... Done
39572026-06-21T00:09:58.207Z[ host-image] Jun 21 00:09:56.726 INFO O| Jun 21 00:09:56.726 INFO O| Finalize: Creating fast lookup database ... Done
39582026-06-21T00:09:58.208Z[ host-image] Jun 21 00:09:56.726 INFO O| Jun 21 00:09:56.726 INFO O| Finalize: Reading search index ... Done
39592026-06-21T00:09:58.208Z[ host-image] Jun 21 00:09:56.726 INFO O| Jun 21 00:09:56.726 INFO O| Finalize: Updating search index ... Done
39602026-06-21T00:09:58.208Z[ host-image] Jun 21 00:09:56.727 INFO O| Jun 21 00:09:56.727 INFO O| Finalize: Updating package cache ... Done
39612026-06-21T00:09:58.245Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO STEP 8 (pkg_change_facet) COMPLETE
39622026-06-21T00:09:58.245Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-06-21T00:09:58.258Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO skip step because feature "recovery" is not enabled
39642026-06-21T00:09:58.258Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-06-21T00:09:58.258Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO skip step because feature "recovery" is not enabled
39662026-06-21T00:09:58.258Z[ host-image] Jun 21 00:09:56.804 INFO O| Jun 21 00:09:56.804 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-06-21T00:09:58.258Z[ host-image] Jun 21 00:09:56.811 INFO O| Jun 21 00:09:56.811 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"]
39682026-06-21T00:09:58.773Z[ host-image] Jun 21 00:09:57.345 INFO O| Jun 21 00:09:57.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
39692026-06-21T00:09:58.859Z[ host-image] Jun 21 00:09:57.428 INFO O| Jun 21 00:09:57.428 INFO O| Startup: Caching catalogs ... Done
39702026-06-21T00:09:59.188Z[ host-image] Jun 21 00:09:57.760 INFO O| Jun 21 00:09:57.760 INFO O| Planning: Solver setup ... Done
39712026-06-21T00:09:59.199Z[ host-image] Jun 21 00:09:57.772 INFO O| Jun 21 00:09:57.772 INFO O| Planning: Running solver ... Done
39722026-06-21T00:09:59.208Z[ host-image] Jun 21 00:09:57.781 INFO O| Jun 21 00:09:57.781 INFO O| Planning: Finding local manifests ... Done
39732026-06-21T00:09:59.225Z[ host-image] Jun 21 00:09:57.798 INFO O| Jun 21 00:09:57.798 INFO O| Planning: Fetching manifests: 0/128 0% complete
39742026-06-21T00:10:00.706Z[ host-image] Jun 21 00:09:59.278 INFO O| Jun 21 00:09:59.278 INFO O| Planning: Fetching manifests: 128/128 100% complete
39752026-06-21T00:10:01.096Z[ host-image] Jun 21 00:09:59.670 INFO O| Jun 21 00:09:59.670 INFO O| Planning: Package planning ... Done
39762026-06-21T00:10:01.435Z[ host-image] Jun 21 00:09:59.976 INFO O| Jun 21 00:09:59.976 INFO O| Planning: Merging actions ... Done
39772026-06-21T00:10:01.503Z[ host-image] Jun 21 00:10:00.076 INFO O| Jun 21 00:10:00.076 INFO O| Planning: Checking for conflicting actions ... Done
39782026-06-21T00:10:01.602Z[ host-image] Jun 21 00:10:00.173 INFO O| Jun 21 00:10:00.172 INFO O| Planning: Consolidating action changes ... Done
39792026-06-21T00:10:01.627Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39802026-06-21T00:10:01.868Z[ host-image] Jun 21 00:10:00.338 INFO O| Jun 21 00:10:00.338 INFO O| Planning: Evaluating mediators ... Done
39812026-06-21T00:10:02.529Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39822026-06-21T00:10:03.152Z[ host-image] Jun 21 00:10:01.722 INFO O| Jun 21 00:10:01.722 INFO O| Planning: Planning completed in 4.29 seconds
39832026-06-21T00:10:03.159Z[ host-image] Jun 21 00:10:01.724 INFO O| Jun 21 00:10:01.724 INFO O| Packages to install: 128
39842026-06-21T00:10:03.159Z[ host-image] Jun 21 00:10:01.724 INFO O| Jun 21 00:10:01.724 INFO O| Mediators to change: 5
39852026-06-21T00:10:03.159Z[ host-image] Jun 21 00:10:01.724 INFO O| Jun 21 00:10:01.724 INFO O| Services to change: 6
39862026-06-21T00:10:03.202Z[ host-image] Jun 21 00:10:01.774 INFO O| Jun 21 00:10:01.774 INFO O| Download: 0/23765 items 0.0/222.1MB 0% complete
39872026-06-21T00:10:04.770Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39882026-06-21T00:10:04.770Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39892026-06-21T00:10:05.825Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39902026-06-21T00:10:06.407Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39912026-06-21T00:10:08.261Z[ host-image] Jun 21 00:10:06.775 INFO O| Jun 21 00:10:06.775 INFO O| Download: 1191/23765 items 7.3/222.1MB 3% complete (1.5M/s)
39922026-06-21T00:10:13.711Z[ host-image] Jun 21 00:10:12.283 INFO O| Jun 21 00:10:12.283 INFO O| Download: 1754/23765 items 11.5/222.1MB 5% complete (1.2M/s)
39932026-06-21T00:10:18.722Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.86s
39942026-06-21T00:10:18.915Z[ host-image] Jun 21 00:10:17.473 INFO O| Jun 21 00:10:17.473 INFO O| Download: 2222/23765 items 23.9/222.1MB 10% complete (1.5M/s)
39952026-06-21T00:10:22.575ZJun 21 00:10:21.125 INFO [recovery-package] process exited with exit status: 0 (35.830888094s)
39962026-06-21T00:10:22.578ZJun 21 00:10:21.125 INFO [recovery-stamp] running task
39972026-06-21T00:10:22.603ZJun 21 00:10:21.125 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39982026-06-21T00:10:22.603ZJun 21 00:10:21.125 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+gitd561ec03312
39992026-06-21T00:10:22.603ZJun 21 00:10:21.126 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+gitd561ec03312
40002026-06-21T00:10:22.603Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40012026-06-21T00:10:22.603Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40022026-06-21T00:10:22.688Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40032026-06-21T00:10:22.729ZJun 21 00:10:21.251 INFO [stamp-installinator] process exited with exit status: 0 (125.492466ms)
40042026-06-21T00:10:22.743Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40052026-06-21T00:10:22.755ZJun 21 00:10:21.316 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (190.03534ms)
40062026-06-21T00:10:22.755ZJun 21 00:10:21.316 INFO [recovery-stamp] task succeeded (190.80993ms)
40072026-06-21T00:10:22.755ZJun 21 00:10:21.316 INFO [recovery-proto] running task
40082026-06-21T00:10:22.755ZJun 21 00:10:21.316 INFO [tuf-stamp] running task
40092026-06-21T00:10:22.755ZJun 21 00:10:21.317 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+gitd561ec03312
40102026-06-21T00:10:22.755ZJun 21 00:10:21.317 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+gitd561ec03312
40112026-06-21T00:10:22.755ZJun 21 00:10:21.318 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+gitd561ec03312
40122026-06-21T00:10:22.755ZJun 21 00:10:21.318 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+gitd561ec03312
40132026-06-21T00:10:22.755ZJun 21 00:10:21.318 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+gitd561ec03312
40142026-06-21T00:10:22.755ZJun 21 00:10:21.319 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+gitd561ec03312
40152026-06-21T00:10:22.755ZJun 21 00:10:21.319 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+gitd561ec03312
40162026-06-21T00:10:22.755ZJun 21 00:10:21.319 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+gitd561ec03312
40172026-06-21T00:10:22.755ZJun 21 00:10:21.320 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+gitd561ec03312
40182026-06-21T00:10:22.756ZJun 21 00:10:21.320 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+gitd561ec03312
40192026-06-21T00:10:22.756ZJun 21 00:10:21.320 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+gitd561ec03312
40202026-06-21T00:10:22.756ZJun 21 00:10:21.320 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+gitd561ec03312
40212026-06-21T00:10:22.795Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-06-21T00:10:22.795Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-06-21T00:10:22.795Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-06-21T00:10:22.795Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-06-21T00:10:22.795Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-06-21T00:10:22.795Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-06-21T00:10:22.795Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-06-21T00:10:22.795Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-06-21T00:10:22.795Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-06-21T00:10:22.795Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-06-21T00:10:22.795Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-06-21T00:10:22.797Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-06-21T00:10:22.818Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40342026-06-21T00:10:22.839ZJun 21 00:10:21.383 INFO [stamp-probe] process exited with exit status: 0 (62.822443ms)
40352026-06-21T00:10:22.890ZJun 21 00:10:21.438 INFO [recovery-proto] task succeeded (121.600964ms)
40362026-06-21T00:10:22.910ZJun 21 00:10:21.438 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.483' -P /tmp/.tmpEfFSOZ/proto/recovery/root -N 'recovery d561ec0/${os_short_commit} 2026-06-20 23:58' -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/'
40372026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO Checking files for board 'cosmo-mbist'
40382026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40392026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO Checking files for board 'cosmo-mbist-noaggr'
40402026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40412026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO Checking files for board 'gimlet'
40422026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40432026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40442026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO Checking files for board 'cosmo'
40452026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40462026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.444 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40472026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.453 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpEfFSOZ/proto/recovery/root"
40482026-06-21T00:10:22.910Z[ recovery-image] Jun 21 00:10:21.453 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40492026-06-21T00:10:22.911Z[ recovery-image] Jun 21 00:10:21.453 INFO image builder template: ramdisk-01-os...
40502026-06-21T00:10:22.911Z[ recovery-image] Jun 21 00:10:21.454 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/.tmpEfFSOZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40512026-06-21T00:10:22.917Z[ recovery-image] Jun 21 00:10:21.470 INFO O| Jun 21 00:10:21.470 INFO CREATE DATASET: rpool/images/build/recovery/output
40522026-06-21T00:10:23.059Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40532026-06-21T00:10:23.089Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40542026-06-21T00:10:23.143Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40552026-06-21T00:10:23.149ZJun 21 00:10:21.708 INFO [stamp-ntp] process exited with exit status: 0 (391.351563ms)
40562026-06-21T00:10:23.205Z[ recovery-image] Jun 21 00:10:21.776 INFO O| Jun 21 00:10:21.776 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40572026-06-21T00:10:23.224Z[ recovery-image] Jun 21 00:10:21.779 INFO O| Jun 21 00:10:21.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40582026-06-21T00:10:23.310Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40592026-06-21T00:10:23.322ZJun 21 00:10:21.873 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (553.146142ms)
40602026-06-21T00:10:23.471Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40612026-06-21T00:10:23.575ZJun 21 00:10:21.950 INFO [stamp-internal-dns] process exited with exit status: 0 (630.958381ms)
40622026-06-21T00:10:23.575Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40632026-06-21T00:10:23.575ZJun 21 00:10:21.969 INFO [stamp-external-dns] process exited with exit status: 0 (651.489908ms)
40642026-06-21T00:10:23.592Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40652026-06-21T00:10:23.592ZJun 21 00:10:22.083 INFO [stamp-crucible-zone] process exited with exit status: 0 (765.07108ms)
40662026-06-21T00:10:23.680Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40672026-06-21T00:10:23.694ZJun 21 00:10:22.238 INFO [stamp-oximeter] process exited with exit status: 0 (918.606116ms)
40682026-06-21T00:10:23.790Z[ recovery-image] Jun 21 00:10:22.349 INFO O| Jun 21 00:10:22.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40692026-06-21T00:10:23.873Z[ recovery-image] Jun 21 00:10:22.433 INFO O| Jun 21 00:10:22.433 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40702026-06-21T00:10:23.873Z[ recovery-image] Jun 21 00:10:22.433 INFO O| Jun 21 00:10:22.433 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40712026-06-21T00:10:23.885Z[ recovery-image] Jun 21 00:10:22.433 INFO O| Jun 21 00:10:22.433 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40722026-06-21T00:10:23.885Z[ recovery-image] Jun 21 00:10:22.433 INFO O| Jun 21 00:10:22.433 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40732026-06-21T00:10:23.885Z[ recovery-image] Jun 21 00:10:22.439 INFO O| Jun 21 00:10:22.439 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40742026-06-21T00:10:23.912Z[ host-image] Jun 21 00:10:22.476 INFO O| Jun 21 00:10:22.476 INFO O| Download: 3248/23765 items 33.6/222.1MB 15% complete (2.2M/s)
40752026-06-21T00:10:24.189Z[ recovery-image] Jun 21 00:10:22.761 INFO O| Jun 21 00:10:22.761 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-06-21T00:10:24.206Z[ recovery-image] Jun 21 00:10:22.769 INFO O| Jun 21 00:10:22.769 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40772026-06-21T00:10:24.468Z[ recovery-image] Jun 21 00:10:23.021 INFO O| Jun 21 00:10:23.021 INFO O| Caching catalogs ... Done
40782026-06-21T00:10:24.525Z[ recovery-image] Jun 21 00:10:23.087 INFO O| Jun 21 00:10:23.087 INFO STEP 0 (pkg_image_create) COMPLETE
40792026-06-21T00:10:24.526Z[ recovery-image] Jun 21 00:10:23.087 INFO O| Jun 21 00:10:23.087 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40802026-06-21T00:10:24.555Z[ recovery-image] Jun 21 00:10:23.095 INFO O| Jun 21 00:10:23.095 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"]
40812026-06-21T00:10:24.815Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO STEP 1 (pkg_set_publisher) COMPLETE
40822026-06-21T00:10:24.816Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40832026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO skip step because feature "publisher_1_name" is not enabled
40842026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40852026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO skip step because feature "publisher_2_name" is not enabled
40862026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40872026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO skip step because feature "publisher_3_name" is not enabled
40882026-06-21T00:10:24.846Z[ recovery-image] Jun 21 00:10:23.362 INFO O| Jun 21 00:10:23.362 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40892026-06-21T00:10:25.159Z[ recovery-image] Jun 21 00:10:23.619 INFO O| Jun 21 00:10:23.618 INFO variant opensolaris.zone is already global
40902026-06-21T00:10:25.159Z[ recovery-image] Jun 21 00:10:23.619 INFO O| Jun 21 00:10:23.619 INFO STEP 5 (pkg_change_variant) COMPLETE
40912026-06-21T00:10:25.201Z[ recovery-image] Jun 21 00:10:23.619 INFO O| Jun 21 00:10:23.619 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922026-06-21T00:10:25.234Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40932026-06-21T00:10:25.234ZJun 21 00:10:23.755 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.436870352s)
40942026-06-21T00:10:25.373Z[ recovery-image] Jun 21 00:10:23.874 INFO O| Jun 21 00:10:23.874 INFO variant opensolaris.imagetype is full; changing to partial
40952026-06-21T00:10:25.373Z[ recovery-image] Jun 21 00:10:23.874 INFO O| Jun 21 00:10:23.874 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40962026-06-21T00:10:26.812Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40972026-06-21T00:10:26.837ZJun 21 00:10:25.376 INFO [stamp-nexus] process exited with exit status: 0 (4.056687595s)
40982026-06-21T00:10:27.152Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40992026-06-21T00:10:27.363ZJun 21 00:10:25.713 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.393339048s)
41002026-06-21T00:10:27.414Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41012026-06-21T00:10:27.414Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41022026-06-21T00:10:27.414ZJun 21 00:10:25.869 INFO [stamp-clickhouse] process exited with exit status: 0 (4.550007165s)
41032026-06-21T00:10:27.414Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41042026-06-21T00:10:27.414ZJun 21 00:10:25.894 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.576073015s)
41052026-06-21T00:10:27.414ZJun 21 00:10:25.894 INFO [tuf-stamp] task succeeded (4.578229705s)
41062026-06-21T00:10:27.542Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41072026-06-21T00:10:27.593Z[verify-libraries] Compiling stacker v0.1.23
41082026-06-21T00:10:27.593Z[verify-libraries] Compiling cfg_aliases v0.1.1
41092026-06-21T00:10:27.593Z[verify-libraries] Compiling home v0.5.12
41102026-06-21T00:10:27.593Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41112026-06-21T00:10:27.969Z[verify-libraries] Compiling nibble_vec v0.1.0
41122026-06-21T00:10:27.970Z[verify-libraries] Compiling endian-type v0.1.2
41132026-06-21T00:10:28.145Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41142026-06-21T00:10:28.145Z[verify-libraries] Compiling nix v0.28.0
41152026-06-21T00:10:28.145Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41162026-06-21T00:10:28.145Z[verify-libraries] Compiling winnow v0.6.26
41172026-06-21T00:10:28.145Z[verify-libraries] Compiling unicode_categories v0.1.1
41182026-06-21T00:10:28.145Z[verify-libraries] Compiling radix_trie v0.2.1
41192026-06-21T00:10:28.145Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41202026-06-21T00:10:28.145Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41212026-06-21T00:10:28.146Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41222026-06-21T00:10:28.146Z[verify-libraries] Compiling polyval v0.6.2
41232026-06-21T00:10:28.146Z[verify-libraries] Compiling ctr v0.9.2
41242026-06-21T00:10:28.146Z[verify-libraries] Compiling colored v2.2.0
41252026-06-21T00:10:28.146Z[verify-libraries] Compiling ssh-encoding v0.2.0
41262026-06-21T00:10:28.146Z[verify-libraries] Compiling blowfish v0.9.1
41272026-06-21T00:10:28.174Z[verify-libraries] Compiling ghash v0.5.1
41282026-06-21T00:10:28.174Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41292026-06-21T00:10:28.288Z[verify-libraries] Compiling password-hash v0.4.2
41302026-06-21T00:10:28.288Z[verify-libraries] Compiling petname v2.0.2
41312026-06-21T00:10:28.420Z[verify-libraries] Compiling aes-gcm v0.10.3
41322026-06-21T00:10:28.420Z[verify-libraries] Compiling psm v0.1.30
41332026-06-21T00:10:28.420Z[verify-libraries] Compiling p256 v0.13.2
41342026-06-21T00:10:28.420Z[verify-libraries] Compiling p521 v0.13.3
41352026-06-21T00:10:28.507Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41362026-06-21T00:10:28.507Z[verify-libraries] Compiling md5 v0.7.0
41372026-06-21T00:10:28.507Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41382026-06-21T00:10:28.561Z[verify-libraries] Compiling ssh-cipher v0.2.0
41392026-06-21T00:10:28.561Z[verify-libraries] Compiling pbkdf2 v0.11.0
41402026-06-21T00:10:28.618Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41412026-06-21T00:10:28.618Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41422026-06-21T00:10:28.689Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41432026-06-21T00:10:28.689Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41442026-06-21T00:10:28.762Z[verify-libraries] Compiling num-bigint v0.4.6
41452026-06-21T00:10:28.835Z[verify-libraries] Compiling ssh-key v0.6.7
41462026-06-21T00:10:28.903Z[verify-libraries] Compiling des v0.8.1
41472026-06-21T00:10:28.903Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41482026-06-21T00:10:28.955Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41492026-06-21T00:10:28.955Z[verify-libraries] Compiling hex-literal v0.4.1
41502026-06-21T00:10:28.967Z[ recovery-image] Jun 21 00:10:27.488 INFO O| Jun 21 00:10:27.488 INFO O| Startup: Refreshing catalog 'helios' ... Done
41512026-06-21T00:10:28.967Z[ host-image] Jun 21 00:10:27.490 INFO O| Jun 21 00:10:27.490 INFO O| Download: 4337/23765 items 40.6/222.1MB 18% complete (1.7M/s)
41522026-06-21T00:10:29.067Z[ recovery-image] Jun 21 00:10:27.585 INFO O| Jun 21 00:10:27.585 INFO O| Startup: Caching catalogs ... Done
41532026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.592 INFO O| Jun 21 00:10:27.591 INFO O| Planning: Planning completed in 0.00 seconds
41542026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.592 INFO O| Jun 21 00:10:27.592 INFO O| Planning: Consolidating action changes ... Done
41552026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.592 INFO O| Jun 21 00:10:27.592 INFO O| Planning: Evaluating mediators ... Done
41562026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.592 INFO O| Jun 21 00:10:27.592 INFO O| Planning: Planning completed in 0.00 seconds
41572026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.592 INFO O| Jun 21 00:10:27.592 INFO O| Variants/Facets to change: 1
41582026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.604 INFO O| Jun 21 00:10:27.604 INFO O| Finalize: Updating package state database ... Done
41592026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.605 INFO O| Jun 21 00:10:27.604 INFO O| Finalize: Updating package cache ... Done
41602026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.624 INFO O| Jun 21 00:10:27.624 INFO O| Finalize: Updating image state ... Done
41612026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.634 INFO O| Jun 21 00:10:27.633 INFO O| Finalize: Creating fast lookup database ... Done
41622026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.634 INFO O| Jun 21 00:10:27.634 INFO O| Finalize: Reading search index ... Done
41632026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.634 INFO O| Jun 21 00:10:27.634 INFO O| Finalize: Updating search index ... Done
41642026-06-21T00:10:29.114Z[ recovery-image] Jun 21 00:10:27.635 INFO O| Jun 21 00:10:27.635 INFO O| Finalize: Updating package cache ... Done
41652026-06-21T00:10:29.174Z[verify-libraries] Compiling sync-ptr v0.1.4
41662026-06-21T00:10:29.220Z[ recovery-image] Jun 21 00:10:27.763 INFO O| Jun 21 00:10:27.763 INFO STEP 6 (pkg_change_variant) COMPLETE
41672026-06-21T00:10:29.220Z[ recovery-image] Jun 21 00:10:27.763 INFO O| Jun 21 00:10:27.763 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41682026-06-21T00:10:29.220Z[ recovery-image] Jun 21 00:10:27.763 INFO O| Jun 21 00:10:27.763 INFO skip step because feature "debug_variant" is not enabled
41692026-06-21T00:10:29.287Z[ recovery-image] Jun 21 00:10:27.763 INFO O| Jun 21 00:10:27.763 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-06-21T00:10:29.287Z[verify-libraries] Compiling rustyline v14.0.0
41712026-06-21T00:10:29.334Z[verify-libraries] Compiling sqlformat v0.3.5
41722026-06-21T00:10:29.334Z[verify-libraries] Compiling recursive v0.1.1
41732026-06-21T00:10:29.382Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41742026-06-21T00:10:29.400Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41752026-06-21T00:10:29.413Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41762026-06-21T00:10:29.453Z[verify-libraries] Compiling sqlparser v0.61.0
41772026-06-21T00:10:29.522Z[verify-libraries] Compiling internet-checksum v0.2.1
41782026-06-21T00:10:29.541Z[ recovery-image] Jun 21 00:10:28.072 INFO O| Jun 21 00:10:28.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41792026-06-21T00:10:29.654Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41802026-06-21T00:10:29.746Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41812026-06-21T00:10:29.813Z[verify-libraries] Compiling git-stub v1.0.0
41822026-06-21T00:10:29.985Z[verify-libraries] Compiling russh-keys v0.45.0
41832026-06-21T00:10:30.082Z[verify-libraries] Compiling diff v0.1.13
41842026-06-21T00:10:30.351Z[verify-libraries] Compiling yansi v1.0.1
41852026-06-21T00:10:30.389Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41862026-06-21T00:10:30.443Z[ recovery-image] Jun 21 00:10:28.979 INFO O| Jun 21 00:10:28.979 INFO O| Startup: Refreshing catalog 'helios' ... Done
41872026-06-21T00:10:30.576Z[ recovery-image] Jun 21 00:10:29.095 INFO O| Jun 21 00:10:29.095 INFO O| Startup: Caching catalogs ... Done
41882026-06-21T00:10:30.625Z[ recovery-image] Jun 21 00:10:29.102 INFO O| Jun 21 00:10:29.102 INFO O| Planning: Planning completed in 0.00 seconds
41892026-06-21T00:10:30.625Z[ recovery-image] Jun 21 00:10:29.102 INFO O| Jun 21 00:10:29.102 INFO O| Planning: Consolidating action changes ... Done
41902026-06-21T00:10:30.625Z[ recovery-image] Jun 21 00:10:29.102 INFO O| Jun 21 00:10:29.102 INFO O| Planning: Evaluating mediators ... Done
41912026-06-21T00:10:30.625Z[ recovery-image] Jun 21 00:10:29.103 INFO O| Jun 21 00:10:29.103 INFO O| Planning: Planning completed in 0.00 seconds
41922026-06-21T00:10:30.625Z[ recovery-image] Jun 21 00:10:29.103 INFO O| Jun 21 00:10:29.103 INFO O| Variants/Facets to change: 1
41932026-06-21T00:10:30.704Z[verify-libraries] Compiling pretty_assertions v1.4.1
41942026-06-21T00:10:30.867Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41952026-06-21T00:10:31.361Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41962026-06-21T00:10:31.486Z[verify-libraries] Compiling russh v0.45.0
41972026-06-21T00:10:31.493Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41982026-06-21T00:10:31.558Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41992026-06-21T00:10:31.753Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42002026-06-21T00:10:31.765Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42012026-06-21T00:10:31.832Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42022026-06-21T00:10:31.937Z[ recovery-image] Jun 21 00:10:30.495 INFO O| Jun 21 00:10:30.495 INFO O| Finalize: Updating package state database ... Done
42032026-06-21T00:10:31.938Z[ recovery-image] Jun 21 00:10:30.495 INFO O| Jun 21 00:10:30.495 INFO O| Finalize: Updating package cache ... Done
42042026-06-21T00:10:31.964Z[ recovery-image] Jun 21 00:10:30.514 INFO O| Jun 21 00:10:30.514 INFO O| Finalize: Updating image state ... Done
42052026-06-21T00:10:31.964Z[ recovery-image] Jun 21 00:10:30.517 INFO O| Jun 21 00:10:30.517 INFO O| Finalize: Creating fast lookup database ... Done
42062026-06-21T00:10:31.964Z[ recovery-image] Jun 21 00:10:30.518 INFO O| Jun 21 00:10:30.518 INFO O| Finalize: Reading search index ... Done
42072026-06-21T00:10:31.964Z[ recovery-image] Jun 21 00:10:30.518 INFO O| Jun 21 00:10:30.518 INFO O| Finalize: Updating search index ... Done
42082026-06-21T00:10:31.964Z[ recovery-image] Jun 21 00:10:30.518 INFO O| Jun 21 00:10:30.518 INFO O| Finalize: Updating package cache ... Done
42092026-06-21T00:10:32.004Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42102026-06-21T00:10:32.049Z[verify-libraries] Compiling drift v0.2.0
42112026-06-21T00:10:32.076Z[ recovery-image] Jun 21 00:10:30.644 INFO O| Jun 21 00:10:30.644 INFO STEP 8 (pkg_change_facet) COMPLETE
42122026-06-21T00:10:32.077Z[ recovery-image] Jun 21 00:10:30.644 INFO O| Jun 21 00:10:30.644 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42132026-06-21T00:10:32.281Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42142026-06-21T00:10:32.364Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42152026-06-21T00:10:32.383Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42162026-06-21T00:10:32.427Z[ recovery-image] Jun 21 00:10:30.996 INFO O| Jun 21 00:10:30.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42172026-06-21T00:10:32.427Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42182026-06-21T00:10:32.878Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42192026-06-21T00:10:32.894Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42202026-06-21T00:10:33.115Z[verify-libraries] Compiling termios v0.3.3
42212026-06-21T00:10:33.390Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42222026-06-21T00:10:33.456Z[ recovery-image] Jun 21 00:10:31.950 INFO O| Jun 21 00:10:31.950 INFO O| Startup: Refreshing catalog 'helios' ... Done
42232026-06-21T00:10:33.536Z[ recovery-image] Jun 21 00:10:32.071 INFO O| Jun 21 00:10:32.071 INFO O| Startup: Caching catalogs ... Done
42242026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.077 INFO O| Jun 21 00:10:32.077 INFO O| Planning: Planning completed in 0.00 seconds
42252026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.078 INFO O| Jun 21 00:10:32.078 INFO O| Planning: Consolidating action changes ... Done
42262026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.078 INFO O| Jun 21 00:10:32.078 INFO O| Planning: Evaluating mediators ... Done
42272026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.078 INFO O| Jun 21 00:10:32.078 INFO O| Planning: Planning completed in 0.00 seconds
42282026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.078 INFO O| Jun 21 00:10:32.078 INFO O| Variants/Facets to change: 1
42292026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.088 INFO O| Jun 21 00:10:32.088 INFO O| Finalize: Updating package state database ... Done
42302026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.088 INFO O| Jun 21 00:10:32.088 INFO O| Finalize: Updating package cache ... Done
42312026-06-21T00:10:33.564Z[ recovery-image] Jun 21 00:10:32.107 INFO O| Jun 21 00:10:32.107 INFO O| Finalize: Updating image state ... Done
42322026-06-21T00:10:33.565Z[ recovery-image] Jun 21 00:10:32.111 INFO O| Jun 21 00:10:32.110 INFO O| Finalize: Creating fast lookup database ... Done
42332026-06-21T00:10:33.565Z[ recovery-image] Jun 21 00:10:32.111 INFO O| Jun 21 00:10:32.111 INFO O| Finalize: Reading search index ... Done
42342026-06-21T00:10:33.565Z[ recovery-image] Jun 21 00:10:32.111 INFO O| Jun 21 00:10:32.111 INFO O| Finalize: Updating search index ... Done
42352026-06-21T00:10:33.565Z[ recovery-image] Jun 21 00:10:32.112 INFO O| Jun 21 00:10:32.112 INFO O| Finalize: Updating package cache ... Done
42362026-06-21T00:10:33.786Z[ recovery-image] Jun 21 00:10:32.324 INFO O| Jun 21 00:10:32.324 INFO STEP 9 (pkg_change_facet) COMPLETE
42372026-06-21T00:10:33.786Z[ recovery-image] Jun 21 00:10:32.324 INFO O| Jun 21 00:10:32.324 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-06-21T00:10:33.961Z[ host-image] Jun 21 00:10:32.493 INFO O| Jun 21 00:10:32.493 INFO O| Download: 4848/23765 items 42.8/222.1MB 19% complete (922k/s)
42392026-06-21T00:10:34.179Z[ recovery-image] Jun 21 00:10:32.748 INFO O| Jun 21 00:10:32.748 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42402026-06-21T00:10:34.289Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42412026-06-21T00:10:34.373Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42422026-06-21T00:10:34.700Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42432026-06-21T00:10:34.953Z[ recovery-image] Jun 21 00:10:33.516 INFO O| Jun 21 00:10:33.516 INFO O| Startup: Refreshing catalog 'helios' ... Done
42442026-06-21T00:10:35.090Z[ recovery-image] Jun 21 00:10:33.619 INFO O| Jun 21 00:10:33.618 INFO O| Startup: Caching catalogs ... Done
42452026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.625 INFO O| Jun 21 00:10:33.625 INFO O| Planning: Planning completed in 0.00 seconds
42462026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.625 INFO O| Jun 21 00:10:33.625 INFO O| Planning: Consolidating action changes ... Done
42472026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.625 INFO O| Jun 21 00:10:33.625 INFO O| Planning: Evaluating mediators ... Done
42482026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.625 INFO O| Jun 21 00:10:33.625 INFO O| Planning: Planning completed in 0.00 seconds
42492026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.626 INFO O| Jun 21 00:10:33.626 INFO O| Variants/Facets to change: 1
42502026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.658 INFO O| Jun 21 00:10:33.658 INFO O| Finalize: Updating package state database ... Done
42512026-06-21T00:10:35.538Z[ recovery-image] Jun 21 00:10:33.658 INFO O| Jun 21 00:10:33.658 INFO O| Finalize: Updating package cache ... Done
42522026-06-21T00:10:35.714Z[ recovery-image] Jun 21 00:10:33.676 INFO O| Jun 21 00:10:33.676 INFO O| Finalize: Updating image state ... Done
42532026-06-21T00:10:35.714Z[ recovery-image] Jun 21 00:10:33.680 INFO O| Jun 21 00:10:33.680 INFO O| Finalize: Creating fast lookup database ... Done
42542026-06-21T00:10:35.714Z[ recovery-image] Jun 21 00:10:33.680 INFO O| Jun 21 00:10:33.680 INFO O| Finalize: Reading search index ... Done
42552026-06-21T00:10:35.714Z[ recovery-image] Jun 21 00:10:33.680 INFO O| Jun 21 00:10:33.680 INFO O| Finalize: Updating search index ... Done
42562026-06-21T00:10:35.717Z[ recovery-image] Jun 21 00:10:33.681 INFO O| Jun 21 00:10:33.681 INFO O| Finalize: Updating package cache ... Done
42572026-06-21T00:10:35.717Z[ recovery-image] Jun 21 00:10:33.806 INFO O| Jun 21 00:10:33.806 INFO STEP 10 (pkg_change_facet) COMPLETE
42582026-06-21T00:10:35.717Z[ recovery-image] Jun 21 00:10:33.806 INFO O| Jun 21 00:10:33.806 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42592026-06-21T00:10:35.718Z[ recovery-image] Jun 21 00:10:33.816 INFO O| Jun 21 00:10:33.816 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"]
42602026-06-21T00:10:35.932Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42612026-06-21T00:10:36.225Z[ recovery-image] Jun 21 00:10:34.776 INFO O| Jun 21 00:10:34.776 INFO O| Startup: Refreshing catalog 'helios' ... Done
42622026-06-21T00:10:36.419Z[ recovery-image] Jun 21 00:10:34.974 INFO O| Jun 21 00:10:34.974 INFO O| Startup: Caching catalogs ... Done
42632026-06-21T00:10:36.809Z[ recovery-image] Jun 21 00:10:35.382 INFO O| Jun 21 00:10:35.382 INFO O| Planning: Solver setup ... Done
42642026-06-21T00:10:36.824Z[ recovery-image] Jun 21 00:10:35.396 INFO O| Jun 21 00:10:35.396 INFO O| Planning: Running solver ... Done
42652026-06-21T00:10:36.868Z[ recovery-image] Jun 21 00:10:35.407 INFO O| Jun 21 00:10:35.407 INFO O| Planning: Finding local manifests ... Done
42662026-06-21T00:10:36.913Z[ recovery-image] Jun 21 00:10:35.486 INFO O| Jun 21 00:10:35.486 INFO O| Planning: Fetching manifests: 0/128 0% complete
42672026-06-21T00:10:37.368Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42682026-06-21T00:10:38.584Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42692026-06-21T00:10:38.737Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42702026-06-21T00:10:38.955Z[ host-image] Jun 21 00:10:37.508 INFO O| Jun 21 00:10:37.508 INFO O| Download: 5301/23765 items 46.5/222.1MB 20% complete (603k/s)
42712026-06-21T00:10:41.886Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42722026-06-21T00:10:41.928Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42732026-06-21T00:10:41.928Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42742026-06-21T00:10:42.163Z[ recovery-image] Jun 21 00:10:40.735 INFO O| Jun 21 00:10:40.735 INFO O| Planning: Fetching manifests: 113/128 88% complete
42752026-06-21T00:10:42.856Z[ recovery-image] Jun 21 00:10:41.427 INFO O| Jun 21 00:10:41.427 INFO O| Planning: Fetching manifests: 128/128 100% complete
42762026-06-21T00:10:43.337Z[ recovery-image] Jun 21 00:10:41.911 INFO O| Jun 21 00:10:41.910 INFO O| Planning: Package planning ... Done
42772026-06-21T00:10:43.488Z[ recovery-image] Jun 21 00:10:42.060 INFO O| Jun 21 00:10:42.060 INFO O| Planning: Merging actions ... Done
42782026-06-21T00:10:43.557Z[ recovery-image] Jun 21 00:10:42.129 INFO O| Jun 21 00:10:42.129 INFO O| Planning: Checking for conflicting actions ... Done
42792026-06-21T00:10:43.611Z[ recovery-image] Jun 21 00:10:42.184 INFO O| Jun 21 00:10:42.184 INFO O| Planning: Consolidating action changes ... Done
42802026-06-21T00:10:43.793Z[ recovery-image] Jun 21 00:10:42.358 INFO O| Jun 21 00:10:42.357 INFO O| Planning: Evaluating mediators ... Done
42812026-06-21T00:10:43.859Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42822026-06-21T00:10:43.954Z[ host-image] Jun 21 00:10:42.526 INFO O| Jun 21 00:10:42.526 INFO O| Download: 6294/23765 items 47.1/222.1MB 21% complete (446k/s)
42832026-06-21T00:10:45.156Z[ recovery-image] Jun 21 00:10:43.728 INFO O| Jun 21 00:10:43.728 INFO O| Planning: Planning completed in 8.75 seconds
42842026-06-21T00:10:45.164Z[ recovery-image] Jun 21 00:10:43.730 INFO O| Jun 21 00:10:43.730 INFO O| Packages to install: 128
42852026-06-21T00:10:45.164Z[ recovery-image] Jun 21 00:10:43.730 INFO O| Jun 21 00:10:43.730 INFO O| Mediators to change: 5
42862026-06-21T00:10:45.164Z[ recovery-image] Jun 21 00:10:43.730 INFO O| Jun 21 00:10:43.730 INFO O| Services to change: 5
42872026-06-21T00:10:45.184Z[ recovery-image] Jun 21 00:10:43.757 INFO O| Jun 21 00:10:43.756 INFO O| Download: 0/16570 items 0.0/199.3MB 0% complete
42882026-06-21T00:10:47.544Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42892026-06-21T00:10:48.366Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42902026-06-21T00:10:48.938Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42912026-06-21T00:10:49.253Z[ host-image] Jun 21 00:10:47.825 INFO O| Jun 21 00:10:47.825 INFO O| Download: 7077/23765 items 48.5/222.1MB 21% complete (268k/s)
42922026-06-21T00:10:49.911Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42932026-06-21T00:10:50.151Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42942026-06-21T00:10:50.354Z[ recovery-image] Jun 21 00:10:48.925 INFO O| Jun 21 00:10:48.924 INFO O| Download: 1003/16570 items 7.9/199.3MB 3% complete (1.8M/s)
42952026-06-21T00:10:50.649Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42962026-06-21T00:10:51.718Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42972026-06-21T00:10:52.275Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42982026-06-21T00:10:53.559Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42992026-06-21T00:10:53.663Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43002026-06-21T00:10:54.284Z[ host-image] Jun 21 00:10:52.857 INFO O| Jun 21 00:10:52.857 INFO O| Download: 7247/23765 items 49.8/222.1MB 22% complete (276k/s)
43012026-06-21T00:10:54.300Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43022026-06-21T00:10:55.394Z[ recovery-image] Jun 21 00:10:53.965 INFO O| Jun 21 00:10:53.965 INFO O| Download: 1180/16570 items 11.2/199.3MB 5% complete (1.1M/s)
43032026-06-21T00:10:55.881Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43042026-06-21T00:10:56.842Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43052026-06-21T00:10:58.400Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43062026-06-21T00:10:59.442Z[ host-image] Jun 21 00:10:57.881 INFO O| Jun 21 00:10:57.881 INFO O| Download: 8320/23765 items 61.5/222.1MB 27% complete (1.3M/s)
43072026-06-21T00:10:59.734Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43082026-06-21T00:10:59.904Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43092026-06-21T00:11:00.600Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43102026-06-21T00:11:00.714Z[ recovery-image] Jun 21 00:10:59.276 INFO O| Jun 21 00:10:59.276 INFO O| Download: 1628/16570 items 24.2/199.3MB 12% complete (1.6M/s)
43112026-06-21T00:11:01.267Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43122026-06-21T00:11:01.504Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43132026-06-21T00:11:02.404Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43142026-06-21T00:11:02.861Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43152026-06-21T00:11:07.159Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43162026-06-21T00:11:07.205Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43172026-06-21T00:11:07.206Z[ recovery-image] Jun 21 00:11:04.277 INFO O| Jun 21 00:11:04.277 INFO O| Download: 2546/16570 items 31.0/199.3MB 15% complete (1.3M/s)
43182026-06-21T00:11:07.726Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43192026-06-21T00:11:07.842Z[ host-image] Jun 21 00:11:06.416 INFO O| Jun 21 00:11:06.415 INFO O| Download: 8584/23765 items 62.7/222.1MB 28% complete (1.3M/s)
43202026-06-21T00:11:08.436Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43212026-06-21T00:11:08.854Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43222026-06-21T00:11:10.898Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43232026-06-21T00:11:11.212Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43242026-06-21T00:11:12.616Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43252026-06-21T00:11:12.983Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43262026-06-21T00:11:13.149Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43272026-06-21T00:11:13.285Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43282026-06-21T00:11:14.194Z[ host-image] Jun 21 00:11:12.768 INFO O| Jun 21 00:11:12.768 INFO O| Download: 8585/23765 items 62.7/222.1MB 28% complete
43292026-06-21T00:11:14.201Z[ recovery-image] Jun 21 00:11:12.773 INFO O| Jun 21 00:11:12.773 INFO O| Download: 2697/16570 items 31.3/199.3MB 15% complete (1.2M/s)
43302026-06-21T00:11:16.741Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43312026-06-21T00:11:19.413Z[ recovery-image] Jun 21 00:11:17.919 INFO O| Jun 21 00:11:17.918 INFO O| Download: 3930/16570 items 39.6/199.3MB 19% complete (1012k/s)
43322026-06-21T00:11:19.485Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43332026-06-21T00:11:19.587Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43342026-06-21T00:11:19.609Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43352026-06-21T00:11:19.826Z[ host-image] Jun 21 00:11:18.307 INFO O| Jun 21 00:11:18.306 INFO O| Download: 8813/23765 items 75.1/222.1MB 33% complete (2.6M/s)
43362026-06-21T00:11:24.493Z[ recovery-image] Jun 21 00:11:22.919 INFO O| Jun 21 00:11:22.919 INFO O| Download: 4511/16570 items 43.3/199.3MB 21% complete (1.2M/s)
43372026-06-21T00:11:24.904Z[ host-image] Jun 21 00:11:23.307 INFO O| Jun 21 00:11:23.307 INFO O| Download: 9714/23765 items 82.2/222.1MB 36% complete (1.9M/s)
43382026-06-21T00:11:26.175Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43392026-06-21T00:11:28.759Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43402026-06-21T00:11:28.883Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43412026-06-21T00:11:29.359Z[ recovery-image] Jun 21 00:11:27.927 INFO O| Jun 21 00:11:27.926 INFO O| Download: 5317/16570 items 43.8/199.3MB 21% complete (438k/s)
43422026-06-21T00:11:29.737Z[ host-image] Jun 21 00:11:28.309 INFO O| Jun 21 00:11:28.308 INFO O| Download: 10231/23765 items 92.5/222.1MB 41% complete (1.8M/s)
43432026-06-21T00:11:29.889Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43442026-06-21T00:11:32.532Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43452026-06-21T00:11:33.508Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43462026-06-21T00:11:34.739Z[ host-image] Jun 21 00:11:33.311 INFO O| Jun 21 00:11:33.311 INFO O| Download: 11190/23765 items 97.5/222.1MB 43% complete (1.5M/s)
43472026-06-21T00:11:35.055Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43482026-06-21T00:11:36.431Z[ recovery-image] Jun 21 00:11:34.910 INFO O| Jun 21 00:11:34.910 INFO O| Download: 6083/16570 items 45.8/199.3MB 22% complete (251k/s)
43492026-06-21T00:11:36.588Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43502026-06-21T00:11:39.742Z[ host-image] Jun 21 00:11:38.312 INFO O| Jun 21 00:11:38.312 INFO O| Download: 11927/23765 items 101.5/222.1MB 45% complete (901k/s)
43512026-06-21T00:11:41.434Z[ recovery-image] Jun 21 00:11:40.006 INFO O| Jun 21 00:11:40.006 INFO O| Download: 6544/16570 items 61.9/199.3MB 31% complete (1.7M/s)
43522026-06-21T00:11:42.105Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43532026-06-21T00:11:42.878Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43542026-06-21T00:11:44.745Z[ host-image] Jun 21 00:11:43.317 INFO O| Jun 21 00:11:43.317 INFO O| Download: 12469/23765 items 105.6/222.1MB 47% complete (863k/s)
43552026-06-21T00:11:45.713Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43562026-06-21T00:11:46.079Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43572026-06-21T00:11:46.436Z[ recovery-image] Jun 21 00:11:45.009 INFO O| Jun 21 00:11:45.009 INFO O| Download: 7298/16570 items 73.9/199.3MB 37% complete (2.8M/s)
43582026-06-21T00:11:47.626Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43592026-06-21T00:11:48.719Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43602026-06-21T00:11:50.381Z[ host-image] Jun 21 00:11:48.955 INFO O| Jun 21 00:11:48.954 INFO O| Download: 12790/23765 items 109.7/222.1MB 49% complete (881k/s)
43612026-06-21T00:11:52.011Z[ recovery-image] Jun 21 00:11:50.015 INFO O| Jun 21 00:11:50.015 INFO O| Download: 7904/16570 items 82.9/199.3MB 41% complete (2.2M/s)
43622026-06-21T00:11:52.311Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43632026-06-21T00:11:52.885Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43642026-06-21T00:11:55.415Z[ host-image] Jun 21 00:11:53.955 INFO O| Jun 21 00:11:53.954 INFO O| Download: 12988/23765 items 118.9/222.1MB 53% complete (1.3M/s)
43652026-06-21T00:12:00.892Z[ recovery-image] Jun 21 00:11:55.415 INFO O| Jun 21 00:11:55.415 INFO O| Download: 8207/16570 items 83.2/199.3MB 41% complete (945k/s)
43662026-06-21T00:12:00.892Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43672026-06-21T00:12:00.892Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43682026-06-21T00:12:00.892Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43692026-06-21T00:12:00.892Z[ host-image] Jun 21 00:11:58.958 INFO O| Jun 21 00:11:58.958 INFO O| Download: 14046/23765 items 119.5/222.1MB 53% complete (1017k/s)
43702026-06-21T00:12:02.968Z[ recovery-image] Jun 21 00:12:01.540 INFO O| Jun 21 00:12:01.540 INFO O| Download: 8505/16570 items 87.1/199.3MB 43% complete (398k/s)
43712026-06-21T00:12:04.349Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43722026-06-21T00:12:04.530Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43732026-06-21T00:12:05.197Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43742026-06-21T00:12:05.391Z[ host-image] Jun 21 00:12:03.963 INFO O| Jun 21 00:12:03.963 INFO O| Download: 14816/23765 items 119.9/222.1MB 53% complete (156k/s)
43752026-06-21T00:12:07.979Z[ recovery-image] Jun 21 00:12:06.552 INFO O| Jun 21 00:12:06.552 INFO O| Download: 9114/16570 items 89.7/199.3MB 45% complete (759k/s)
43762026-06-21T00:12:10.717Z[ host-image] Jun 21 00:12:09.289 INFO O| Jun 21 00:12:09.289 INFO O| Download: 15185/23765 items 121.3/222.1MB 54% complete (192k/s)
43772026-06-21T00:12:11.976Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43782026-06-21T00:12:13.195Z[ recovery-image] Jun 21 00:12:11.733 INFO O| Jun 21 00:12:11.733 INFO O| Download: 9286/16570 items 93.7/199.3MB 47% complete (662k/s)
43792026-06-21T00:12:13.290Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43802026-06-21T00:12:15.716Z[ host-image] Jun 21 00:12:14.289 INFO O| Jun 21 00:12:14.289 INFO O| Download: 15863/23765 items 131.1/222.1MB 59% complete (1.1M/s)
43812026-06-21T00:12:18.583Z[ recovery-image] Jun 21 00:12:17.156 INFO O| Jun 21 00:12:17.156 INFO O| Download: 9379/16570 items 102.0/199.3MB 51% complete (1.3M/s)
43822026-06-21T00:12:21.206Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43832026-06-21T00:12:22.295Z[ host-image] Jun 21 00:12:20.868 INFO O| Jun 21 00:12:20.868 INFO O| Download: 16317/23765 items 133.3/222.1MB 60% complete (1.3M/s)
43842026-06-21T00:12:23.587Z[ recovery-image] Jun 21 00:12:22.158 INFO O| Jun 21 00:12:22.158 INFO O| Download: 10145/16570 items 103.1/199.3MB 51% complete (631k/s)
43852026-06-21T00:12:27.751Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43862026-06-21T00:12:28.359Z[ host-image] Jun 21 00:12:26.930 INFO O| Jun 21 00:12:26.930 INFO O| Download: 16499/23765 items 135.6/222.1MB 61% complete (940k/s)
43872026-06-21T00:12:28.587Z[ recovery-image] Jun 21 00:12:27.159 INFO O| Jun 21 00:12:27.159 INFO O| Download: 10544/16570 items 103.3/199.3MB 51% complete (132k/s)
43882026-06-21T00:12:33.372Z[ host-image] Jun 21 00:12:31.937 INFO O| Jun 21 00:12:31.936 INFO O| Download: 17296/23765 items 146.7/222.1MB 66% complete (1.1M/s)
43892026-06-21T00:12:33.646Z[ recovery-image] Jun 21 00:12:32.166 INFO O| Jun 21 00:12:32.166 INFO O| Download: 11268/16570 items 103.7/199.3MB 52% complete (61.4k/s)
43902026-06-21T00:12:38.391Z[ host-image] Jun 21 00:12:36.961 INFO O| Jun 21 00:12:36.961 INFO O| Download: 17780/23765 items 151.3/222.1MB 68% complete (1.6M/s)
43912026-06-21T00:12:38.854Z[ recovery-image] Jun 21 00:12:37.426 INFO O| Jun 21 00:12:37.426 INFO O| Download: 11572/16570 items 105.4/199.3MB 52% complete (216k/s)
43922026-06-21T00:12:43.505Z[ host-image] Jun 21 00:12:42.068 INFO O| Jun 21 00:12:42.067 INFO O| Download: 18700/23765 items 167.4/222.1MB 75% complete (1.9M/s)
43932026-06-21T00:12:44.046Z[ recovery-image] Jun 21 00:12:42.615 INFO O| Jun 21 00:12:42.614 INFO O| Download: 11597/16570 items 107.2/199.3MB 53% complete (296k/s)
43942026-06-21T00:12:46.016Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43952026-06-21T00:12:46.081Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43962026-06-21T00:12:46.675Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43972026-06-21T00:12:46.716Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43982026-06-21T00:12:46.727Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43992026-06-21T00:12:47.270Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44002026-06-21T00:12:48.520Z[ host-image] Jun 21 00:12:47.076 INFO O| Jun 21 00:12:47.076 INFO O| Download: 19418/23765 items 174.1/222.1MB 78% complete (2.3M/s)
44012026-06-21T00:12:49.082Z[ recovery-image] Jun 21 00:12:47.635 INFO O| Jun 21 00:12:47.635 INFO O| Download: 12314/16570 items 132.6/199.3MB 66% complete (3.0M/s)
44022026-06-21T00:12:49.362Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44032026-06-21T00:12:49.513Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44042026-06-21T00:12:51.610Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44052026-06-21T00:12:53.528Z[ host-image] Jun 21 00:12:52.087 INFO O| Jun 21 00:12:52.087 INFO O| Download: 19993/23765 items 176.7/222.1MB 79% complete (977k/s)
44062026-06-21T00:12:55.076Z[ recovery-image] Jun 21 00:12:53.635 INFO O| Jun 21 00:12:53.635 INFO O| Download: 12487/16570 items 146.1/199.3MB 73% complete (4.0M/s)
44072026-06-21T00:12:56.249Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44082026-06-21T00:12:56.950Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-21T00:12:58.530Z[ host-image] Jun 21 00:12:57.091 INFO O| Jun 21 00:12:57.091 INFO O| Download: 21177/23765 items 181.7/222.1MB 81% complete (780k/s)
44102026-06-21T00:13:00.420Z[ recovery-image] Jun 21 00:12:58.652 INFO O| Jun 21 00:12:58.652 INFO O| Download: 13324/16570 items 153.2/199.3MB 76% complete (1.7M/s)
44112026-06-21T00:13:04.043Z[ host-image] Jun 21 00:13:02.345 INFO O| Jun 21 00:13:02.345 INFO O| Download: 21435/23765 items 182.9/222.1MB 82% complete (702k/s)
44122026-06-21T00:13:05.659Z[ recovery-image] Jun 21 00:13:03.659 INFO O| Jun 21 00:13:03.659 INFO O| Download: 14156/16570 items 156.7/199.3MB 78% complete (1.1M/s)
44132026-06-21T00:13:09.536Z[ host-image] Jun 21 00:13:07.533 INFO O| Jun 21 00:13:07.533 INFO O| Download: 21869/23765 items 189.7/222.1MB 85% complete (842k/s)
44142026-06-21T00:13:10.161Z[ recovery-image] Jun 21 00:13:08.711 INFO O| Jun 21 00:13:08.711 INFO O| Download: 15204/16570 items 161.2/199.3MB 80% complete (884k/s)
44152026-06-21T00:13:13.990Z[ host-image] Jun 21 00:13:12.535 INFO O| Jun 21 00:13:12.535 INFO O| Download: 22180/23765 items 191.0/222.1MB 85% complete (936k/s)
44162026-06-21T00:13:15.574Z[ recovery-image] Jun 21 00:13:13.962 INFO O| Jun 21 00:13:13.962 INFO O| Download: 15385/16570 items 167.4/199.3MB 83% complete (1.0M/s)
44172026-06-21T00:13:19.520Z[ host-image] Jun 21 00:13:17.875 INFO O| Jun 21 00:13:17.875 INFO O| Download: 22907/23765 items 214.9/222.1MB 96% complete (2.6M/s)
44182026-06-21T00:13:21.653Z[ recovery-image] Jun 21 00:13:20.190 INFO O| Jun 21 00:13:20.190 INFO O| Download: 15987/16570 items 178.2/199.3MB 89% complete (1.7M/s)
44192026-06-21T00:13:23.943Z[ host-image] Jun 21 00:13:22.501 INFO O| Jun 21 00:13:22.501 INFO O| Download: Completed 222.13 MB in 200.73 seconds (1.1M/s)
44202026-06-21T00:13:24.369Z[ host-image] Jun 21 00:13:22.887 INFO O| Jun 21 00:13:22.887 INFO O| Actions: 1/53958 actions (Installing new actions)
44212026-06-21T00:13:27.629Z[ recovery-image] Jun 21 00:13:26.196 INFO O| Jun 21 00:13:26.196 INFO O| Download: 16212/16570 items 192.5/199.3MB 96% complete (3.1M/s)
44222026-06-21T00:13:31.539Z[ host-image] Jun 21 00:13:27.887 INFO O| Jun 21 00:13:27.887 INFO O| Actions: 23786/53958 actions (Installing new actions)
44232026-06-21T00:13:31.786Z[ recovery-image] Jun 21 00:13:29.349 INFO O| Jun 21 00:13:29.349 INFO O| Download: Completed 199.32 MB in 165.59 seconds (1.2M/s)
44242026-06-21T00:13:31.861Z[ host-image] Jun 21 00:13:30.434 INFO O| Jun 21 00:13:30.434 INFO O| Actions: Completed 53958 actions in 7.54 seconds.
44252026-06-21T00:13:31.924Z[ host-image] Jun 21 00:13:30.496 INFO O| Jun 21 00:13:30.496 INFO O| Finalize: Updating package state database ... Done
44262026-06-21T00:13:31.924Z[ host-image] Jun 21 00:13:30.496 INFO O| Jun 21 00:13:30.496 INFO O| Finalize: Updating package cache ... Done
44272026-06-21T00:13:31.959Z[ host-image] Jun 21 00:13:30.533 INFO O| Jun 21 00:13:30.532 INFO O| Finalize: Updating image state ... Done
44282026-06-21T00:13:32.840Z[ host-image] Jun 21 00:13:31.412 INFO O| Jun 21 00:13:31.412 INFO O| Finalize: Creating fast lookup database ... Done
44292026-06-21T00:13:32.866Z[ host-image] Jun 21 00:13:31.439 INFO O| Jun 21 00:13:31.439 INFO O| Finalize: Reading search index ... Done
44302026-06-21T00:13:35.247Z[ recovery-image] Jun 21 00:13:33.820 INFO O| Jun 21 00:13:33.820 INFO O| Actions: 1/27399 actions (Installing new actions)
44312026-06-21T00:13:35.584Z[ host-image] Jun 21 00:13:34.149 INFO O| Jun 21 00:13:34.149 INFO O| Finalize: Building new search index ... Done
44322026-06-21T00:13:36.120Z[ host-image] Jun 21 00:13:34.693 INFO O| Jun 21 00:13:34.693 INFO O| Finalize: Updating package cache ... Done
44332026-06-21T00:13:36.266Z[ host-image] Jun 21 00:13:34.839 INFO O| Jun 21 00:13:34.839 INFO STEP 11 (pkg_install) COMPLETE
44342026-06-21T00:13:36.275Z[ host-image] Jun 21 00:13:34.839 INFO O| Jun 21 00:13:34.839 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44352026-06-21T00:13:36.282Z[ host-image] Jun 21 00:13:34.849 INFO O| Jun 21 00:13:34.849 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"]
44362026-06-21T00:13:37.192Z[ host-image] Jun 21 00:13:35.765 INFO O| Jun 21 00:13:35.765 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-06-21T00:13:37.298Z[ host-image] Jun 21 00:13:35.871 INFO O| Jun 21 00:13:35.871 INFO O| Startup: Caching catalogs ... Done
44382026-06-21T00:13:37.465Z[ host-image] Jun 21 00:13:36.038 INFO O| Jun 21 00:13:36.037 INFO O| Planning: Solver setup ... Done
44392026-06-21T00:13:37.479Z[ host-image] Jun 21 00:13:36.043 INFO O| Jun 21 00:13:36.043 INFO O| Planning: Running solver ... Done
44402026-06-21T00:13:37.488Z[ host-image] Jun 21 00:13:36.048 INFO O| Jun 21 00:13:36.048 INFO O| Planning: Finding local manifests ... Done
44412026-06-21T00:13:37.499Z[ host-image] Jun 21 00:13:36.068 INFO O| Jun 21 00:13:36.068 INFO O| Planning: Fetching manifests: 0/6 0% complete
44422026-06-21T00:13:37.547Z[ host-image] Jun 21 00:13:36.120 INFO O| Jun 21 00:13:36.120 INFO O| Planning: Fetching manifests: 6/6 100% complete
44432026-06-21T00:13:37.568Z[ host-image] Jun 21 00:13:36.141 INFO O| Jun 21 00:13:36.141 INFO O| Planning: Package planning ... Done
44442026-06-21T00:13:37.574Z[ host-image] Jun 21 00:13:36.143 INFO O| Jun 21 00:13:36.143 INFO O| Planning: Merging actions ... Done
44452026-06-21T00:13:37.773Z[ host-image] Jun 21 00:13:36.346 INFO O| Jun 21 00:13:36.346 INFO O| Planning: Checking for conflicting actions ... Done
44462026-06-21T00:13:37.778Z[ host-image] Jun 21 00:13:36.347 INFO O| Jun 21 00:13:36.347 INFO O| Planning: Consolidating action changes ... Done
44472026-06-21T00:13:37.930Z[ host-image] Jun 21 00:13:36.490 INFO O| Jun 21 00:13:36.490 INFO O| Planning: Evaluating mediators ... Done
44482026-06-21T00:13:37.943Z[ host-image] Jun 21 00:13:36.491 INFO O| Jun 21 00:13:36.491 INFO O| Planning: Planning completed in 0.61 seconds
44492026-06-21T00:13:37.949Z[ host-image] Jun 21 00:13:36.492 INFO O| Jun 21 00:13:36.492 INFO O| Packages to install: 6
44502026-06-21T00:13:37.949Z[ host-image] Jun 21 00:13:36.492 INFO O| Jun 21 00:13:36.492 INFO O| Services to change: 2
44512026-06-21T00:13:37.949Z[ host-image] Jun 21 00:13:36.502 INFO O| Jun 21 00:13:36.502 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44522026-06-21T00:13:40.230Z[ host-image] Jun 21 00:13:38.799 INFO O| Jun 21 00:13:38.798 INFO O| Download: Completed 1.75 MB in 2.30 seconds (778k/s)
44532026-06-21T00:13:40.252Z[ recovery-image] Jun 21 00:13:38.820 INFO O| Jun 21 00:13:38.820 INFO O| Actions: 26826/27399 actions (Installing new actions)
44542026-06-21T00:13:40.351Z[ host-image] Jun 21 00:13:38.920 INFO O| Jun 21 00:13:38.920 INFO O| Actions: 1/390 actions (Installing new actions)
44552026-06-21T00:13:40.532Z[ host-image] Jun 21 00:13:39.101 INFO O| Jun 21 00:13:39.101 INFO O| Actions: Completed 390 actions in 0.18 seconds.
44562026-06-21T00:13:40.543Z[ host-image] Jun 21 00:13:39.111 INFO O| Jun 21 00:13:39.111 INFO O| Finalize: Updating package state database ... Done
44572026-06-21T00:13:40.543Z[ host-image] Jun 21 00:13:39.111 INFO O| Jun 21 00:13:39.111 INFO O| Finalize: Updating package cache ... Done
44582026-06-21T00:13:40.568Z[ host-image] Jun 21 00:13:39.140 INFO O| Jun 21 00:13:39.140 INFO O| Finalize: Updating image state ... Done
44592026-06-21T00:13:40.854Z[ recovery-image] Jun 21 00:13:39.426 INFO O| Jun 21 00:13:39.426 INFO O| Actions: Completed 27399 actions in 5.60 seconds.
44602026-06-21T00:13:40.900Z[ recovery-image] Jun 21 00:13:39.474 INFO O| Jun 21 00:13:39.474 INFO O| Finalize: Updating package state database ... Done
44612026-06-21T00:13:40.901Z[ recovery-image] Jun 21 00:13:39.474 INFO O| Jun 21 00:13:39.474 INFO O| Finalize: Updating package cache ... Done
44622026-06-21T00:13:40.940Z[ recovery-image] Jun 21 00:13:39.513 INFO O| Jun 21 00:13:39.512 INFO O| Finalize: Updating image state ... Done
44632026-06-21T00:13:41.496Z[ host-image] Jun 21 00:13:40.058 INFO O| Jun 21 00:13:40.058 INFO O| Finalize: Creating fast lookup database ... Done
44642026-06-21T00:13:41.519Z[ host-image] Jun 21 00:13:40.088 INFO O| Jun 21 00:13:40.088 INFO O| Finalize: Reading search index ... Done
44652026-06-21T00:13:41.519Z[ host-image] Jun 21 00:13:40.088 INFO O| Jun 21 00:13:40.088 INFO O| Finalize: Updating search index ... Done
44662026-06-21T00:13:41.539Z[ host-image] Jun 21 00:13:40.112 INFO O| Jun 21 00:13:40.112 INFO O| Finalize: Updating package cache ... Done
44672026-06-21T00:13:41.634Z[ recovery-image] Jun 21 00:13:40.207 INFO O| Jun 21 00:13:40.207 INFO O| Finalize: Creating fast lookup database ... Done
44682026-06-21T00:13:41.651Z[ recovery-image] Jun 21 00:13:40.224 INFO O| Jun 21 00:13:40.224 INFO O| Finalize: Reading search index ... Done
44692026-06-21T00:13:41.691Z[ host-image] Jun 21 00:13:40.264 INFO O| Jun 21 00:13:40.264 INFO STEP 12 (pkg_install) COMPLETE
44702026-06-21T00:13:41.691Z[ host-image] Jun 21 00:13:40.264 INFO O| Jun 21 00:13:40.264 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44712026-06-21T00:13:41.701Z[ host-image] Jun 21 00:13:40.274 INFO O| Jun 21 00:13:40.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44722026-06-21T00:13:42.629Z[ host-image] Jun 21 00:13:41.188 INFO O| Jun 21 00:13:41.188 INFO O| Startup: Refreshing catalog 'helios' ... Done
44732026-06-21T00:13:42.729Z[ host-image] Jun 21 00:13:41.297 INFO O| Jun 21 00:13:41.297 INFO O| Startup: Caching catalogs ... Done
44742026-06-21T00:13:42.882Z[ host-image] Jun 21 00:13:41.455 INFO O| Jun 21 00:13:41.455 INFO O| Planning: Solver setup ... Done
44752026-06-21T00:13:42.894Z[ host-image] Jun 21 00:13:41.460 INFO O| Jun 21 00:13:41.460 INFO O| Planning: Running solver ... Done
44762026-06-21T00:13:42.905Z[ host-image] Jun 21 00:13:41.465 INFO O| Jun 21 00:13:41.465 INFO O| Planning: Finding local manifests ... Done
44772026-06-21T00:13:43.396Z[ host-image] Jun 21 00:13:41.538 INFO O| Jun 21 00:13:41.538 INFO O| Planning: Fetching manifests: 0/6 0% complete
44782026-06-21T00:13:43.482Z[ host-image] Jun 21 00:13:41.715 INFO O| Jun 21 00:13:41.715 INFO O| Planning: Fetching manifests: 6/6 100% complete
44792026-06-21T00:13:43.483Z[ host-image] Jun 21 00:13:41.767 INFO O| Jun 21 00:13:41.767 INFO O| Planning: Package planning ... Done
44802026-06-21T00:13:43.483Z[ host-image] Jun 21 00:13:41.776 INFO O| Jun 21 00:13:41.776 INFO O| Planning: Merging actions ... Done
44812026-06-21T00:13:43.483Z[ host-image] Jun 21 00:13:41.872 INFO O| Jun 21 00:13:41.872 INFO O| Planning: Checking for conflicting actions ... Done
44822026-06-21T00:13:43.485Z[ host-image] Jun 21 00:13:41.875 INFO O| Jun 21 00:13:41.875 INFO O| Planning: Consolidating action changes ... Done
44832026-06-21T00:13:43.485Z[ recovery-image] Jun 21 00:13:41.879 INFO O| Jun 21 00:13:41.879 INFO O| Finalize: Building new search index ... Done
44842026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.013 INFO O| Jun 21 00:13:42.012 INFO O| Planning: Evaluating mediators ... Done
44852026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.016 INFO O| Jun 21 00:13:42.016 INFO O| Planning: Planning completed in 0.71 seconds
44862026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.016 INFO O| Jun 21 00:13:42.016 INFO O| Packages to install: 6
44872026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.016 INFO O| Jun 21 00:13:42.016 INFO O| Mediators to change: 1
44882026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.016 INFO O| Jun 21 00:13:42.016 INFO O| Services to change: 1
44892026-06-21T00:13:43.569Z[ host-image] Jun 21 00:13:42.027 INFO O| Jun 21 00:13:42.027 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44902026-06-21T00:13:43.614Z[ recovery-image] Jun 21 00:13:42.168 INFO O| Jun 21 00:13:42.168 INFO O| Finalize: Updating package cache ... Done
44912026-06-21T00:13:43.887Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO STEP 11 (pkg_install) COMPLETE
44922026-06-21T00:13:43.887Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-06-21T00:13:43.887Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO skip step because feature "recovery" is enabled
44942026-06-21T00:13:43.887Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-06-21T00:13:43.887Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO skip step because feature "omicron1" is not enabled
44962026-06-21T00:13:43.892Z[ recovery-image] Jun 21 00:13:42.459 INFO O| Jun 21 00:13:42.459 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-06-21T00:13:43.898Z[ recovery-image] Jun 21 00:13:42.468 INFO O| Jun 21 00:13:42.468 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
44982026-06-21T00:13:44.882Z[ recovery-image] Jun 21 00:13:43.453 INFO O| Jun 21 00:13:43.453 INFO O| Startup: Refreshing catalog 'helios' ... Done
44992026-06-21T00:13:45.079Z[ recovery-image] Jun 21 00:13:43.652 INFO O| Jun 21 00:13:43.652 INFO O| Startup: Caching catalogs ... Done
45002026-06-21T00:13:45.252Z[ recovery-image] Jun 21 00:13:43.825 INFO O| Jun 21 00:13:43.824 INFO O| Planning: Solver setup ... Done
45012026-06-21T00:13:45.261Z[ recovery-image] Jun 21 00:13:43.829 INFO O| Jun 21 00:13:43.829 INFO O| Planning: Running solver ... Done
45022026-06-21T00:13:45.262Z[ recovery-image] Jun 21 00:13:43.834 INFO O| Jun 21 00:13:43.834 INFO O| Planning: Finding local manifests ... Done
45032026-06-21T00:13:45.286Z[ recovery-image] Jun 21 00:13:43.858 INFO O| Jun 21 00:13:43.858 INFO O| Planning: Fetching manifests: 0/1 0% complete
45042026-06-21T00:13:45.305Z[ recovery-image] Jun 21 00:13:43.876 INFO O| Jun 21 00:13:43.876 INFO O| Planning: Fetching manifests: 1/1 100% complete
45052026-06-21T00:13:45.321Z[ recovery-image] Jun 21 00:13:43.894 INFO O| Jun 21 00:13:43.894 INFO O| Planning: Package planning ... Done
45062026-06-21T00:13:45.326Z[ recovery-image] Jun 21 00:13:43.894 INFO O| Jun 21 00:13:43.894 INFO O| Planning: Merging actions ... Done
45072026-06-21T00:13:45.394Z[ recovery-image] Jun 21 00:13:43.962 INFO O| Jun 21 00:13:43.962 INFO O| Planning: Checking for conflicting actions ... Done
45082026-06-21T00:13:45.394Z[ recovery-image] Jun 21 00:13:43.962 INFO O| Jun 21 00:13:43.962 INFO O| Planning: Consolidating action changes ... Done
45092026-06-21T00:13:45.483Z[ recovery-image] Jun 21 00:13:44.053 INFO O| Jun 21 00:13:44.053 INFO O| Planning: Evaluating mediators ... Done
45102026-06-21T00:13:45.488Z[ recovery-image] Jun 21 00:13:44.054 INFO O| Jun 21 00:13:44.054 INFO O| Planning: Planning completed in 0.40 seconds
45112026-06-21T00:13:45.488Z[ recovery-image] Jun 21 00:13:44.054 INFO O| Jun 21 00:13:44.054 INFO O| Packages to install: 1
45122026-06-21T00:13:45.509Z[ recovery-image] Jun 21 00:13:44.066 INFO O| Jun 21 00:13:44.065 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
45132026-06-21T00:13:46.038Z[ recovery-image] Jun 21 00:13:44.592 INFO O| Jun 21 00:13:44.592 INFO O| Download: Completed 13.07 MB in 0.53 seconds (24.8M/s)
45142026-06-21T00:13:46.046Z[ recovery-image] Jun 21 00:13:44.610 INFO O| Jun 21 00:13:44.610 INFO O| Actions: 1/22 actions (Installing new actions)
45152026-06-21T00:13:46.266Z[ recovery-image] Jun 21 00:13:44.826 INFO O| Jun 21 00:13:44.826 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45162026-06-21T00:13:46.599Z[ recovery-image] Jun 21 00:13:44.837 INFO O| Jun 21 00:13:44.836 INFO O| Finalize: Updating package state database ... Done
45172026-06-21T00:13:46.599Z[ recovery-image] Jun 21 00:13:44.837 INFO O| Jun 21 00:13:44.837 INFO O| Finalize: Updating package cache ... Done
45182026-06-21T00:13:46.776Z[ recovery-image] Jun 21 00:13:44.863 INFO O| Jun 21 00:13:44.863 INFO O| Finalize: Updating image state ... Done
45192026-06-21T00:13:46.867Z[ recovery-image] Jun 21 00:13:45.390 INFO O| Jun 21 00:13:45.390 INFO O| Finalize: Creating fast lookup database ... Done
45202026-06-21T00:13:46.873Z[ recovery-image] Jun 21 00:13:45.404 INFO O| Jun 21 00:13:45.404 INFO O| Finalize: Reading search index ... Done
45212026-06-21T00:13:46.873Z[ recovery-image] Jun 21 00:13:45.404 INFO O| Jun 21 00:13:45.404 INFO O| Finalize: Updating search index ... Done
45222026-06-21T00:13:46.873Z[ recovery-image] Jun 21 00:13:45.414 INFO O| Jun 21 00:13:45.414 INFO O| Finalize: Updating package cache ... Done
45232026-06-21T00:13:46.961Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 14 (pkg_install) COMPLETE
45242026-06-21T00:13:46.961Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-06-21T00:13:46.961Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO skip step because feature "mfg" is not enabled
45262026-06-21T00:13:46.969Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-06-21T00:13:46.975Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO skip step because feature "compliance" is not enabled
45282026-06-21T00:13:46.975Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-06-21T00:13:46.975Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO skip step because feature "stress" is not enabled
45302026-06-21T00:13:46.975Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-06-21T00:13:46.978Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO skip step because feature "compliance" is not enabled
45322026-06-21T00:13:46.978Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-06-21T00:13:46.978Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO skip step because feature "nfs" is not enabled
45342026-06-21T00:13:46.978Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45352026-06-21T00:13:46.978Z[ recovery-image] Jun 21 00:13:45.529 INFO O| Jun 21 00:13:45.529 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45362026-06-21T00:13:47.142Z[ recovery-image] Jun 21 00:13:45.711 INFO O| Jun 21 00:13:45.710 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45372026-06-21T00:13:47.233Z[ recovery-image] Jun 21 00:13:45.798 INFO O| Jun 21 00:13:45.798 INFO completed processing sled/ramdisk-01-os
45382026-06-21T00:13:47.256Z[ recovery-image] Jun 21 00:13:45.800 INFO image builder template: ramdisk-02-trim...
45392026-06-21T00:13:47.256Z[ recovery-image] Jun 21 00:13:45.800 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/.tmpEfFSOZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-02-trim"], pwd: None
45402026-06-21T00:13:47.267Z[ recovery-image] Jun 21 00:13:45.819 INFO O| Jun 21 00:13:45.819 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412026-06-21T00:13:47.267Z[ recovery-image] Jun 21 00:13:45.823 INFO O| Jun 21 00:13:45.823 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45422026-06-21T00:13:47.338Z[ recovery-image] Jun 21 00:13:45.898 INFO O| Jun 21 00:13:45.898 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45432026-06-21T00:13:47.397Z[ recovery-image] Jun 21 00:13:45.965 INFO O| Jun 21 00:13:45.965 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45442026-06-21T00:13:47.397Z[ recovery-image] Jun 21 00:13:45.965 INFO O| Jun 21 00:13:45.965 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45452026-06-21T00:13:47.409Z[ recovery-image] Jun 21 00:13:45.970 INFO O| Jun 21 00:13:45.970 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45462026-06-21T00:13:47.409Z[ recovery-image] Jun 21 00:13:45.974 INFO O| Jun 21 00:13:45.974 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45472026-06-21T00:13:47.429Z[ recovery-image] Jun 21 00:13:45.978 INFO O| Jun 21 00:13:45.978 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45482026-06-21T00:13:47.609Z[ host-image] Jun 21 00:13:46.166 INFO O| Jun 21 00:13:46.166 INFO O| Download: Completed 7.84 MB in 4.14 seconds (1.9M/s)
45492026-06-21T00:13:48.127Z[ host-image] Jun 21 00:13:46.692 INFO O| Jun 21 00:13:46.692 INFO O| Actions: 1/1366 actions (Installing new actions)
45502026-06-21T00:13:48.569Z[ host-image] Jun 21 00:13:46.924 INFO O| Jun 21 00:13:46.924 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
45512026-06-21T00:13:48.723Z[ host-image] Jun 21 00:13:46.936 INFO O| Jun 21 00:13:46.935 INFO O| Finalize: Updating package state database ... Done
45522026-06-21T00:13:48.723Z[ host-image] Jun 21 00:13:46.937 INFO O| Jun 21 00:13:46.937 INFO O| Finalize: Updating package cache ... Done
45532026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.945 INFO O| Jun 21 00:13:46.945 INFO rolled back to input snapshot; work may begin
45542026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.945 INFO O| Jun 21 00:13:46.945 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45552026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.949 INFO O| Jun 21 00:13:46.949 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.956 INFO O| Jun 21 00:13:46.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45572026-06-21T00:13:48.723Z[ host-image] Jun 21 00:13:46.964 INFO O| Jun 21 00:13:46.964 INFO O| Finalize: Updating image state ... Done
45582026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.995 INFO O| Jun 21 00:13:46.995 INFO STEP 0 (remove_files) COMPLETE
45592026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:46.995 INFO O| Jun 21 00:13:46.995 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:47.004 INFO O| Jun 21 00:13:47.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45612026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:47.006 INFO O| Jun 21 00:13:47.006 INFO STEP 1 (remove_files) COMPLETE
45622026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:47.006 INFO O| Jun 21 00:13:47.006 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-06-21T00:13:48.723Z[ recovery-image] Jun 21 00:13:47.015 INFO O| Jun 21 00:13:47.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45642026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.027 INFO O| Jun 21 00:13:47.027 INFO STEP 2 (remove_files) COMPLETE
45652026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.027 INFO O| Jun 21 00:13:47.027 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.036 INFO O| Jun 21 00:13:47.036 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45672026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.038 INFO O| Jun 21 00:13:47.038 INFO STEP 3 (remove_files) COMPLETE
45682026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.038 INFO O| Jun 21 00:13:47.038 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.045 INFO O| Jun 21 00:13:47.045 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45702026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.048 INFO O| Jun 21 00:13:47.048 INFO STEP 4 (remove_files) COMPLETE
45712026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.048 INFO O| Jun 21 00:13:47.048 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.058 INFO O| Jun 21 00:13:47.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45732026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.058 INFO O| Jun 21 00:13:47.058 INFO STEP 5 (remove_files) COMPLETE
45742026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.058 INFO O| Jun 21 00:13:47.058 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.067 INFO O| Jun 21 00:13:47.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45762026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 6 (remove_files) COMPLETE
45772026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO skip step because feature "heliosv2" is not enabled
45792026-06-21T00:13:48.725Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO skip step because feature "recovery" is enabled
45812026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO skip step because feature "recovery" is enabled
45832026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO skip step because feature "recovery" is enabled
45852026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.077 INFO O| Jun 21 00:13:47.077 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.086 INFO O| Jun 21 00:13:47.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45872026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.089 INFO O| Jun 21 00:13:47.089 INFO STEP 11 (remove_files) COMPLETE
45882026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.089 INFO O| Jun 21 00:13:47.089 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.096 INFO O| Jun 21 00:13:47.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45902026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.097 INFO O| Jun 21 00:13:47.097 INFO STEP 12 (remove_files) COMPLETE
45912026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.097 INFO O| Jun 21 00:13:47.097 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.104 INFO O| Jun 21 00:13:47.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45932026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.105 INFO O| Jun 21 00:13:47.105 INFO STEP 13 (remove_files) COMPLETE
45942026-06-21T00:13:48.729Z[ recovery-image] Jun 21 00:13:47.105 INFO O| Jun 21 00:13:47.105 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.176 INFO O| Jun 21 00:13:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45962026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.190 INFO O| Jun 21 00:13:47.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45972026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.261 INFO O| Jun 21 00:13:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45982026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.261 INFO O| Jun 21 00:13:47.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45992026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.265 INFO O| Jun 21 00:13:47.265 INFO STEP 14 (remove_files) COMPLETE
46002026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.265 INFO O| Jun 21 00:13:47.265 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.295 INFO O| Jun 21 00:13:47.295 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46022026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.296 INFO O| Jun 21 00:13:47.296 INFO STEP 15 (remove_files) COMPLETE
46032026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.296 INFO O| Jun 21 00:13:47.296 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.304 INFO O| Jun 21 00:13:47.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46052026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.309 INFO O| Jun 21 00:13:47.309 INFO STEP 16 (remove_files) COMPLETE
46062026-06-21T00:13:48.994Z[ recovery-image] Jun 21 00:13:47.309 INFO O| Jun 21 00:13:47.309 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.330 INFO O| Jun 21 00:13:47.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46082026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.331 INFO O| Jun 21 00:13:47.331 INFO STEP 17 (remove_files) COMPLETE
46092026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.331 INFO O| Jun 21 00:13:47.331 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.352 INFO O| Jun 21 00:13:47.352 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46112026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.353 INFO O| Jun 21 00:13:47.353 INFO STEP 18 (remove_files) COMPLETE
46122026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.353 INFO O| Jun 21 00:13:47.353 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.362 INFO O| Jun 21 00:13:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46142026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.362 INFO O| Jun 21 00:13:47.362 INFO STEP 19 (remove_files) COMPLETE
46152026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.362 INFO O| Jun 21 00:13:47.362 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.370 INFO O| Jun 21 00:13:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46172026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.370 INFO O| Jun 21 00:13:47.370 INFO STEP 20 (remove_files) COMPLETE
46182026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.370 INFO O| Jun 21 00:13:47.370 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-06-21T00:13:49.048Z[ recovery-image] Jun 21 00:13:47.379 INFO O| Jun 21 00:13:47.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46202026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.379 INFO O| Jun 21 00:13:47.379 INFO STEP 21 (remove_files) COMPLETE
46212026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.379 INFO O| Jun 21 00:13:47.379 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.394 INFO O| Jun 21 00:13:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46232026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.394 INFO O| Jun 21 00:13:47.394 INFO STEP 22 (remove_files) COMPLETE
46242026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.394 INFO O| Jun 21 00:13:47.394 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.403 INFO O| Jun 21 00:13:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46262026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.403 INFO O| Jun 21 00:13:47.403 INFO STEP 23 (remove_files) COMPLETE
46272026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.403 INFO O| Jun 21 00:13:47.403 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-06-21T00:13:49.054Z[ recovery-image] Jun 21 00:13:47.423 INFO O| Jun 21 00:13:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46292026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.423 INFO O| Jun 21 00:13:47.423 INFO STEP 24 (remove_files) COMPLETE
46302026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.423 INFO O| Jun 21 00:13:47.423 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.431 INFO O| Jun 21 00:13:47.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46322026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.431 INFO O| Jun 21 00:13:47.431 INFO STEP 25 (remove_files) COMPLETE
46332026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.431 INFO O| Jun 21 00:13:47.431 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-06-21T00:13:49.055Z[ recovery-image] Jun 21 00:13:47.438 INFO O| Jun 21 00:13:47.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46352026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.438 INFO O| Jun 21 00:13:47.438 INFO STEP 26 (remove_files) COMPLETE
46362026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.438 INFO O| Jun 21 00:13:47.438 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.445 INFO O| Jun 21 00:13:47.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46382026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.445 INFO O| Jun 21 00:13:47.445 INFO STEP 27 (remove_files) COMPLETE
46392026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.445 INFO O| Jun 21 00:13:47.445 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.453 INFO O| Jun 21 00:13:47.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46412026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.453 INFO O| Jun 21 00:13:47.453 INFO STEP 28 (remove_files) COMPLETE
46422026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.453 INFO O| Jun 21 00:13:47.453 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.460 INFO O| Jun 21 00:13:47.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46442026-06-21T00:13:49.061Z[ recovery-image] Jun 21 00:13:47.460 INFO O| Jun 21 00:13:47.460 INFO STEP 29 (remove_files) COMPLETE
46452026-06-21T00:13:49.062Z[ recovery-image] Jun 21 00:13:47.460 INFO O| Jun 21 00:13:47.460 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-06-21T00:13:49.062Z[ recovery-image] Jun 21 00:13:47.468 INFO O| Jun 21 00:13:47.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46472026-06-21T00:13:49.062Z[ recovery-image] Jun 21 00:13:47.468 INFO O| Jun 21 00:13:47.468 INFO STEP 30 (remove_files) COMPLETE
46482026-06-21T00:13:49.062Z[ recovery-image] Jun 21 00:13:47.468 INFO O| Jun 21 00:13:47.468 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-06-21T00:13:49.062Z[ recovery-image] Jun 21 00:13:47.476 INFO O| Jun 21 00:13:47.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46502026-06-21T00:13:49.067Z[ recovery-image] Jun 21 00:13:47.476 INFO O| Jun 21 00:13:47.476 INFO STEP 31 (remove_files) COMPLETE
46512026-06-21T00:13:49.067Z[ recovery-image] Jun 21 00:13:47.476 INFO O| Jun 21 00:13:47.476 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-06-21T00:13:49.067Z[ recovery-image] Jun 21 00:13:47.484 INFO O| Jun 21 00:13:47.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46532026-06-21T00:13:49.067Z[ recovery-image] Jun 21 00:13:47.484 INFO O| Jun 21 00:13:47.484 INFO STEP 32 (remove_files) COMPLETE
46542026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.484 INFO O| Jun 21 00:13:47.484 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.492 INFO O| Jun 21 00:13:47.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46562026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.492 INFO O| Jun 21 00:13:47.492 INFO STEP 33 (remove_files) COMPLETE
46572026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.492 INFO O| Jun 21 00:13:47.492 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.500 INFO O| Jun 21 00:13:47.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46592026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.500 INFO O| Jun 21 00:13:47.500 INFO STEP 34 (remove_files) COMPLETE
46602026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.500 INFO O| Jun 21 00:13:47.500 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.507 INFO O| Jun 21 00:13:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46622026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.508 INFO O| Jun 21 00:13:47.508 INFO STEP 35 (remove_files) COMPLETE
46632026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.508 INFO O| Jun 21 00:13:47.508 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-06-21T00:13:49.068Z[ recovery-image] Jun 21 00:13:47.516 INFO O| Jun 21 00:13:47.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46652026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.516 INFO O| Jun 21 00:13:47.516 INFO STEP 36 (remove_files) COMPLETE
46662026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.516 INFO O| Jun 21 00:13:47.516 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.524 INFO O| Jun 21 00:13:47.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46682026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.524 INFO O| Jun 21 00:13:47.524 INFO STEP 37 (remove_files) COMPLETE
46692026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.524 INFO O| Jun 21 00:13:47.524 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.532 INFO O| Jun 21 00:13:47.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46712026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.532 INFO O| Jun 21 00:13:47.532 INFO STEP 38 (remove_files) COMPLETE
46722026-06-21T00:13:49.076Z[ recovery-image] Jun 21 00:13:47.532 INFO O| Jun 21 00:13:47.532 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.540 INFO O| Jun 21 00:13:47.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46742026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.540 INFO O| Jun 21 00:13:47.540 INFO STEP 39 (remove_files) COMPLETE
46752026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.540 INFO O| Jun 21 00:13:47.540 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.548 INFO O| Jun 21 00:13:47.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46772026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.548 INFO O| Jun 21 00:13:47.548 INFO STEP 40 (remove_files) COMPLETE
46782026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.548 INFO O| Jun 21 00:13:47.548 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-06-21T00:13:49.077Z[ recovery-image] Jun 21 00:13:47.556 INFO O| Jun 21 00:13:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46802026-06-21T00:13:49.081Z[ recovery-image] Jun 21 00:13:47.556 INFO O| Jun 21 00:13:47.556 INFO STEP 41 (remove_files) COMPLETE
46812026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.556 INFO O| Jun 21 00:13:47.556 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.563 INFO O| Jun 21 00:13:47.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46832026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.563 INFO O| Jun 21 00:13:47.563 INFO STEP 42 (remove_files) COMPLETE
46842026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.563 INFO O| Jun 21 00:13:47.563 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.570 INFO O| Jun 21 00:13:47.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46862026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.570 INFO O| Jun 21 00:13:47.570 INFO STEP 43 (remove_files) COMPLETE
46872026-06-21T00:13:49.082Z[ recovery-image] Jun 21 00:13:47.570 INFO O| Jun 21 00:13:47.570 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-06-21T00:13:49.142Z[ recovery-image] Jun 21 00:13:47.578 INFO O| Jun 21 00:13:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46892026-06-21T00:13:49.142Z[ recovery-image] Jun 21 00:13:47.578 INFO O| Jun 21 00:13:47.578 INFO STEP 44 (remove_files) COMPLETE
46902026-06-21T00:13:49.142Z[ recovery-image] Jun 21 00:13:47.578 INFO O| Jun 21 00:13:47.578 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-06-21T00:13:49.146Z[ recovery-image] Jun 21 00:13:47.585 INFO O| Jun 21 00:13:47.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46922026-06-21T00:13:49.146Z[ recovery-image] Jun 21 00:13:47.585 INFO O| Jun 21 00:13:47.585 INFO STEP 45 (remove_files) COMPLETE
46932026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.585 INFO O| Jun 21 00:13:47.585 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.593 INFO O| Jun 21 00:13:47.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46952026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.593 INFO O| Jun 21 00:13:47.593 INFO STEP 46 (remove_files) COMPLETE
46962026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.593 INFO O| Jun 21 00:13:47.593 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.601 INFO O| Jun 21 00:13:47.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46982026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.601 INFO O| Jun 21 00:13:47.601 INFO STEP 47 (remove_files) COMPLETE
46992026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.601 INFO O| Jun 21 00:13:47.601 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.608 INFO O| Jun 21 00:13:47.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47012026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.609 INFO O| Jun 21 00:13:47.609 INFO STEP 48 (remove_files) COMPLETE
47022026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.609 INFO O| Jun 21 00:13:47.609 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.616 INFO O| Jun 21 00:13:47.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47042026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.616 INFO O| Jun 21 00:13:47.616 INFO STEP 49 (remove_files) COMPLETE
47052026-06-21T00:13:49.147Z[ recovery-image] Jun 21 00:13:47.616 INFO O| Jun 21 00:13:47.616 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.624 INFO O| Jun 21 00:13:47.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47072026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.624 INFO O| Jun 21 00:13:47.624 INFO STEP 50 (remove_files) COMPLETE
47082026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.624 INFO O| Jun 21 00:13:47.624 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.632 INFO O| Jun 21 00:13:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47102026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.632 INFO O| Jun 21 00:13:47.632 INFO STEP 51 (remove_files) COMPLETE
47112026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.632 INFO O| Jun 21 00:13:47.632 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-06-21T00:13:49.149Z[ recovery-image] Jun 21 00:13:47.640 INFO O| Jun 21 00:13:47.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47132026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.640 INFO O| Jun 21 00:13:47.640 INFO STEP 52 (remove_files) COMPLETE
47142026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.640 INFO O| Jun 21 00:13:47.640 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.647 INFO O| Jun 21 00:13:47.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47162026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.647 INFO O| Jun 21 00:13:47.647 INFO STEP 53 (remove_files) COMPLETE
47172026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.647 INFO O| Jun 21 00:13:47.647 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.655 INFO O| Jun 21 00:13:47.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47192026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.655 INFO O| Jun 21 00:13:47.655 INFO STEP 54 (remove_files) COMPLETE
47202026-06-21T00:13:49.152Z[ recovery-image] Jun 21 00:13:47.655 INFO O| Jun 21 00:13:47.655 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.662 INFO O| Jun 21 00:13:47.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47222026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.662 INFO O| Jun 21 00:13:47.662 INFO STEP 55 (remove_files) COMPLETE
47232026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.662 INFO O| Jun 21 00:13:47.662 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.670 INFO O| Jun 21 00:13:47.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47252026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.670 INFO O| Jun 21 00:13:47.670 INFO STEP 56 (remove_files) COMPLETE
47262026-06-21T00:13:49.162Z[ recovery-image] Jun 21 00:13:47.670 INFO O| Jun 21 00:13:47.670 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-06-21T00:13:49.227Z[ recovery-image] Jun 21 00:13:47.677 INFO O| Jun 21 00:13:47.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47282026-06-21T00:13:49.228Z[ recovery-image] Jun 21 00:13:47.677 INFO O| Jun 21 00:13:47.677 INFO STEP 57 (remove_files) COMPLETE
47292026-06-21T00:13:49.228Z[ recovery-image] Jun 21 00:13:47.677 INFO O| Jun 21 00:13:47.677 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-06-21T00:13:49.228Z[ recovery-image] Jun 21 00:13:47.685 INFO O| Jun 21 00:13:47.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47312026-06-21T00:13:49.228Z[ recovery-image] Jun 21 00:13:47.685 INFO O| Jun 21 00:13:47.685 INFO STEP 58 (remove_files) COMPLETE
47322026-06-21T00:13:49.228Z[ recovery-image] Jun 21 00:13:47.685 INFO O| Jun 21 00:13:47.685 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47342026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47352026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47362026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47372026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47382026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47392026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO ok!
47402026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO STEP 59 (ensure_file) COMPLETE
47412026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.692 INFO O| Jun 21 00:13:47.692 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47432026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47442026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47452026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47462026-06-21T00:13:49.229Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47472026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47482026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO ok!
47492026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO STEP 60 (ensure_file) COMPLETE
47502026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.700 INFO O| Jun 21 00:13:47.700 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47522026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47532026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47542026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO ok!
47552026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO STEP 61 (ensure_file) COMPLETE
47562026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.707 INFO O| Jun 21 00:13:47.707 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47582026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47592026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47602026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 INFO ok!
47612026-06-21T00:13:49.231Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 INFO STEP 62 (ensure_file) COMPLETE
47622026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.715 INFO O| Jun 21 00:13:47.715 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47642026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47652026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47662026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47672026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO ok!
47682026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO STEP 63 (ensure_file) COMPLETE
47692026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.723 INFO O| Jun 21 00:13:47.723 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47712026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47722026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47732026-06-21T00:13:49.234Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47742026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO ok!
47752026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO STEP 64 (ensure_file) COMPLETE
47762026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.730 INFO O| Jun 21 00:13:47.730 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47782026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47792026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47802026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO ok!
47812026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO STEP 65 (assemble_files) COMPLETE
47822026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.738 INFO O| Jun 21 00:13:47.738 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.744 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47842026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.744 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47852026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47862026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47872026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO ok!
47882026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO STEP 66 (ensure_file) COMPLETE
47892026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO skip step because feature "omicron1" is not enabled
47912026-06-21T00:13:49.235Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-06-21T00:13:49.237Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO skip step because feature "omicron1" is not enabled
47932026-06-21T00:13:49.237Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-06-21T00:13:49.237Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO skip step because feature "omicron1" is not enabled
47952026-06-21T00:13:49.237Z[ recovery-image] Jun 21 00:13:47.745 INFO O| Jun 21 00:13:47.745 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-06-21T00:13:49.302Z[ recovery-image] Jun 21 00:13:47.755 INFO O| Jun 21 00:13:47.755 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47972026-06-21T00:13:49.302Z[ recovery-image] Jun 21 00:13:47.755 INFO O| Jun 21 00:13:47.755 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47982026-06-21T00:13:49.493Z[ host-image] Jun 21 00:13:48.061 INFO O| Jun 21 00:13:48.061 INFO O| Finalize: Creating fast lookup database ... Done
47992026-06-21T00:13:49.529Z[ host-image] Jun 21 00:13:48.089 INFO O| Jun 21 00:13:48.088 INFO O| Finalize: Reading search index ... Done
48002026-06-21T00:13:49.529Z[ host-image] Jun 21 00:13:48.089 INFO O| Jun 21 00:13:48.089 INFO O| Finalize: Updating search index ... Done
48012026-06-21T00:13:49.551Z[ host-image] Jun 21 00:13:48.120 INFO O| Jun 21 00:13:48.120 INFO O| Finalize: Updating package cache ... Done
48022026-06-21T00:13:49.693Z[ host-image] Jun 21 00:13:48.257 INFO O| Jun 21 00:13:48.257 INFO STEP 13 (pkg_install) COMPLETE
48032026-06-21T00:13:49.693Z[ host-image] Jun 21 00:13:48.257 INFO O| Jun 21 00:13:48.257 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48042026-06-21T00:13:49.700Z[ host-image] Jun 21 00:13:48.265 INFO O| Jun 21 00:13:48.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
48052026-06-21T00:13:50.937Z[ recovery-image] Jun 21 00:13:48.880 INFO O| Jun 21 00:13:48.880 INFO STEP 70 (pack_tar) COMPLETE
48062026-06-21T00:13:50.939Z[ recovery-image] Jun 21 00:13:48.880 INFO O| Jun 21 00:13:48.880 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48072026-06-21T00:13:50.939Z[ recovery-image] Jun 21 00:13:48.880 INFO O| Jun 21 00:13:48.880 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48082026-06-21T00:13:51.022Z[ recovery-image] Jun 21 00:13:49.366 INFO O| Jun 21 00:13:49.366 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48092026-06-21T00:13:51.023Z[ host-image] Jun 21 00:13:49.427 INFO O| Jun 21 00:13:49.427 INFO O| Startup: Refreshing catalog 'helios' ... Done
48102026-06-21T00:13:51.023Z[ recovery-image] Jun 21 00:13:49.478 INFO O| Jun 21 00:13:49.477 INFO completed processing sled/ramdisk-02-trim
48112026-06-21T00:13:51.023Z[ recovery-image] Jun 21 00:13:49.480 INFO image builder template: ramdisk-03-recovery-trim...
48122026-06-21T00:13:51.023Z[ recovery-image] Jun 21 00:13:49.480 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/.tmpEfFSOZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.483", "-n", "ramdisk-03-recovery-trim"], pwd: None
48132026-06-21T00:13:51.023Z[ recovery-image] Jun 21 00:13:49.485 INFO O| Jun 21 00:13:49.485 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48142026-06-21T00:13:51.188Z[ recovery-image] Jun 21 00:13:49.558 INFO O| Jun 21 00:13:49.557 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48152026-06-21T00:13:51.188Z[ recovery-image] Jun 21 00:13:49.560 INFO O| Jun 21 00:13:49.560 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48162026-06-21T00:13:51.188Z[ host-image] Jun 21 00:13:49.599 INFO O| Jun 21 00:13:49.599 INFO O| Startup: Caching catalogs ... Done
48172026-06-21T00:13:51.262Z[ recovery-image] Jun 21 00:13:49.713 INFO O| Jun 21 00:13:49.713 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48182026-06-21T00:13:51.349Z[ host-image] Jun 21 00:13:49.775 INFO O| Jun 21 00:13:49.774 INFO O| Planning: Solver setup ... Done
48192026-06-21T00:13:51.349Z[ recovery-image] Jun 21 00:13:49.778 INFO O| Jun 21 00:13:49.778 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48202026-06-21T00:13:51.349Z[ recovery-image] Jun 21 00:13:49.778 INFO O| Jun 21 00:13:49.778 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48212026-06-21T00:13:51.349Z[ host-image] Jun 21 00:13:49.780 INFO O| Jun 21 00:13:49.780 INFO O| Planning: Running solver ... Done
48222026-06-21T00:13:51.349Z[ recovery-image] Jun 21 00:13:49.784 INFO O| Jun 21 00:13:49.784 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48232026-06-21T00:13:51.349Z[ host-image] Jun 21 00:13:49.784 INFO O| Jun 21 00:13:49.784 INFO O| Planning: Finding local manifests ... Done
48242026-06-21T00:13:51.350Z[ recovery-image] Jun 21 00:13:49.787 INFO O| Jun 21 00:13:49.787 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48252026-06-21T00:13:51.350Z[ recovery-image] Jun 21 00:13:49.790 INFO O| Jun 21 00:13:49.790 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48262026-06-21T00:13:51.414Z[ host-image] Jun 21 00:13:49.878 INFO O| Jun 21 00:13:49.878 INFO O| Planning: Fetching manifests: 0/1 0% complete
48272026-06-21T00:13:51.414Z[ host-image] Jun 21 00:13:49.896 INFO O| Jun 21 00:13:49.895 INFO O| Planning: Fetching manifests: 1/1 100% complete
48282026-06-21T00:13:51.426Z[ host-image] Jun 21 00:13:49.930 INFO O| Jun 21 00:13:49.930 INFO O| Planning: Package planning ... Done
48292026-06-21T00:13:51.426Z[ host-image] Jun 21 00:13:49.931 INFO O| Jun 21 00:13:49.931 INFO O| Planning: Merging actions ... Done
48302026-06-21T00:13:51.501Z[ host-image] Jun 21 00:13:50.021 INFO O| Jun 21 00:13:50.021 INFO O| Planning: Checking for conflicting actions ... Done
48312026-06-21T00:13:51.536Z[ host-image] Jun 21 00:13:50.021 INFO O| Jun 21 00:13:50.021 INFO O| Planning: Consolidating action changes ... Done
48322026-06-21T00:13:51.591Z[ host-image] Jun 21 00:13:50.153 INFO O| Jun 21 00:13:50.153 INFO O| Planning: Evaluating mediators ... Done
48332026-06-21T00:13:51.603Z[ host-image] Jun 21 00:13:50.153 INFO O| Jun 21 00:13:50.153 INFO O| Planning: Planning completed in 0.55 seconds
48342026-06-21T00:13:51.603Z[ host-image] Jun 21 00:13:50.154 INFO O| Jun 21 00:13:50.154 INFO O| Packages to install: 1
48352026-06-21T00:13:51.603Z[ host-image] Jun 21 00:13:50.164 INFO O| Jun 21 00:13:50.164 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
48362026-06-21T00:13:51.860Z[ recovery-image] Jun 21 00:13:50.430 INFO O| Jun 21 00:13:50.430 INFO rolled back to input snapshot; work may begin
48372026-06-21T00:13:51.860Z[ recovery-image] Jun 21 00:13:50.430 INFO O| Jun 21 00:13:50.430 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48382026-06-21T00:13:51.873Z[ recovery-image] Jun 21 00:13:50.434 INFO O| Jun 21 00:13:50.434 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48392026-06-21T00:13:51.893Z[ recovery-image] Jun 21 00:13:50.441 INFO O| Jun 21 00:13:50.441 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48402026-06-21T00:13:51.893Z[ recovery-image] Jun 21 00:13:50.452 INFO O| Jun 21 00:13:50.452 INFO STEP 0 (remove_files) COMPLETE
48412026-06-21T00:13:51.893Z[ recovery-image] Jun 21 00:13:50.452 INFO O| Jun 21 00:13:50.452 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48422026-06-21T00:13:51.904Z[ recovery-image] Jun 21 00:13:50.460 INFO O| Jun 21 00:13:50.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48432026-06-21T00:13:51.937Z[ recovery-image] Jun 21 00:13:50.507 INFO O| Jun 21 00:13:50.507 INFO STEP 1 (remove_files) COMPLETE
48442026-06-21T00:13:51.937Z[ recovery-image] Jun 21 00:13:50.507 INFO O| Jun 21 00:13:50.507 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48452026-06-21T00:13:51.955Z[ recovery-image] Jun 21 00:13:50.516 INFO O| Jun 21 00:13:50.516 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48462026-06-21T00:13:51.961Z[ recovery-image] Jun 21 00:13:50.519 INFO O| Jun 21 00:13:50.519 INFO STEP 2 (remove_files) COMPLETE
48472026-06-21T00:13:51.961Z[ recovery-image] Jun 21 00:13:50.519 INFO O| Jun 21 00:13:50.519 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48482026-06-21T00:13:51.961Z[ recovery-image] Jun 21 00:13:50.527 INFO O| Jun 21 00:13:50.527 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48492026-06-21T00:13:51.986Z[ recovery-image] Jun 21 00:13:50.559 INFO O| Jun 21 00:13:50.559 INFO STEP 3 (remove_files) COMPLETE
48502026-06-21T00:13:51.986Z[ recovery-image] Jun 21 00:13:50.559 INFO O| Jun 21 00:13:50.559 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48512026-06-21T00:13:52.005Z[ recovery-image] Jun 21 00:13:50.568 INFO O| Jun 21 00:13:50.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48522026-06-21T00:13:52.012Z[ recovery-image] Jun 21 00:13:50.584 INFO O| Jun 21 00:13:50.584 INFO STEP 4 (remove_files) COMPLETE
48532026-06-21T00:13:52.012Z[ recovery-image] Jun 21 00:13:50.584 INFO O| Jun 21 00:13:50.584 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48542026-06-21T00:13:52.019Z[ recovery-image] Jun 21 00:13:50.592 INFO O| Jun 21 00:13:50.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48552026-06-21T00:13:52.030Z[ recovery-image] Jun 21 00:13:50.594 INFO O| Jun 21 00:13:50.594 INFO STEP 5 (remove_files) COMPLETE
48562026-06-21T00:13:52.030Z[ recovery-image] Jun 21 00:13:50.594 INFO O| Jun 21 00:13:50.594 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48572026-06-21T00:13:52.051Z[ recovery-image] Jun 21 00:13:50.602 INFO O| Jun 21 00:13:50.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48582026-06-21T00:13:52.051Z[ recovery-image] Jun 21 00:13:50.604 INFO O| Jun 21 00:13:50.604 INFO STEP 6 (remove_files) COMPLETE
48592026-06-21T00:13:52.051Z[ recovery-image] Jun 21 00:13:50.604 INFO O| Jun 21 00:13:50.604 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48602026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.611 INFO O| Jun 21 00:13:50.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48612026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.616 INFO O| Jun 21 00:13:50.616 INFO STEP 7 (remove_files) COMPLETE
48622026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.616 INFO O| Jun 21 00:13:50.616 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48632026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.624 INFO O| Jun 21 00:13:50.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48642026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.625 INFO O| Jun 21 00:13:50.625 INFO STEP 8 (remove_files) COMPLETE
48652026-06-21T00:13:52.062Z[ recovery-image] Jun 21 00:13:50.625 INFO O| Jun 21 00:13:50.625 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48662026-06-21T00:13:52.094Z[ recovery-image] Jun 21 00:13:50.633 INFO O| Jun 21 00:13:50.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48672026-06-21T00:13:52.094Z[ recovery-image] Jun 21 00:13:50.635 INFO O| Jun 21 00:13:50.635 INFO STEP 9 (remove_files) COMPLETE
48682026-06-21T00:13:52.094Z[ recovery-image] Jun 21 00:13:50.635 INFO O| Jun 21 00:13:50.635 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48692026-06-21T00:13:52.131Z[ recovery-image] Jun 21 00:13:50.642 INFO O| Jun 21 00:13:50.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48702026-06-21T00:13:52.179Z[ host-image] Jun 21 00:13:50.690 INFO O| Jun 21 00:13:50.690 INFO O| Download: Completed 13.07 MB in 0.53 seconds (24.9M/s)
48712026-06-21T00:13:52.179Z[ host-image] Jun 21 00:13:50.709 INFO O| Jun 21 00:13:50.709 INFO O| Actions: 1/22 actions (Installing new actions)
48722026-06-21T00:13:52.371Z[ host-image] Jun 21 00:13:50.937 INFO O| Jun 21 00:13:50.937 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48732026-06-21T00:13:52.406Z[ host-image] Jun 21 00:13:50.945 INFO O| Jun 21 00:13:50.945 INFO O| Finalize: Updating package state database ... Done
48742026-06-21T00:13:52.406Z[ host-image] Jun 21 00:13:50.945 INFO O| Jun 21 00:13:50.945 INFO O| Finalize: Updating package cache ... Done
48752026-06-21T00:13:52.428Z[ host-image] Jun 21 00:13:50.973 INFO O| Jun 21 00:13:50.973 INFO O| Finalize: Updating image state ... Done
48762026-06-21T00:13:52.938Z[ recovery-image] Jun 21 00:13:51.023 INFO O| Jun 21 00:13:51.023 INFO STEP 10 (remove_files) COMPLETE
48772026-06-21T00:13:52.938Z[ recovery-image] Jun 21 00:13:51.023 INFO O| Jun 21 00:13:51.023 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48782026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.032 INFO O| Jun 21 00:13:51.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48792026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.034 INFO O| Jun 21 00:13:51.034 INFO STEP 11 (remove_files) COMPLETE
48802026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.034 INFO O| Jun 21 00:13:51.034 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48812026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.042 INFO O| Jun 21 00:13:51.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48822026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.044 INFO O| Jun 21 00:13:51.044 INFO STEP 12 (remove_files) COMPLETE
48832026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.044 INFO O| Jun 21 00:13:51.044 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48842026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.052 INFO O| Jun 21 00:13:51.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48852026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.052 INFO O| Jun 21 00:13:51.052 INFO STEP 13 (remove_files) COMPLETE
48862026-06-21T00:13:53.043Z[ recovery-image] Jun 21 00:13:51.052 INFO O| Jun 21 00:13:51.052 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48872026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.060 INFO O| Jun 21 00:13:51.059 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48882026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.060 INFO O| Jun 21 00:13:51.060 INFO STEP 14 (remove_files) COMPLETE
48892026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.060 INFO O| Jun 21 00:13:51.060 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48902026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.066 INFO O| Jun 21 00:13:51.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48912026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.076 INFO O| Jun 21 00:13:51.076 INFO STEP 15 (remove_files) COMPLETE
48922026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.076 INFO O| Jun 21 00:13:51.076 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48932026-06-21T00:13:53.047Z[ recovery-image] Jun 21 00:13:51.084 INFO O| Jun 21 00:13:51.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48942026-06-21T00:13:53.048Z[ recovery-image] Jun 21 00:13:51.084 INFO O| Jun 21 00:13:51.084 INFO STEP 16 (remove_files) COMPLETE
48952026-06-21T00:13:53.048Z[ recovery-image] Jun 21 00:13:51.084 INFO O| Jun 21 00:13:51.084 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48962026-06-21T00:13:53.048Z[ recovery-image] Jun 21 00:13:51.093 INFO O| Jun 21 00:13:51.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48972026-06-21T00:13:53.048Z[ recovery-image] Jun 21 00:13:51.093 INFO O| Jun 21 00:13:51.093 INFO STEP 17 (remove_files) COMPLETE
48982026-06-21T00:13:53.048Z[ recovery-image] Jun 21 00:13:51.093 INFO O| Jun 21 00:13:51.093 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48992026-06-21T00:13:53.049Z[ recovery-image] Jun 21 00:13:51.101 INFO O| Jun 21 00:13:51.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49002026-06-21T00:13:53.049Z[ recovery-image] Jun 21 00:13:51.171 INFO O| Jun 21 00:13:51.171 INFO STEP 18 (remove_files) COMPLETE
49012026-06-21T00:13:53.049Z[ recovery-image] Jun 21 00:13:51.171 INFO O| Jun 21 00:13:51.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49022026-06-21T00:13:53.051Z[ recovery-image] Jun 21 00:13:51.180 INFO O| Jun 21 00:13:51.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49032026-06-21T00:13:53.051Z[ recovery-image] Jun 21 00:13:51.182 INFO O| Jun 21 00:13:51.182 INFO STEP 19 (remove_files) COMPLETE
49042026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.182 INFO O| Jun 21 00:13:51.182 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49052026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.189 INFO O| Jun 21 00:13:51.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49062026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.190 INFO O| Jun 21 00:13:51.190 INFO STEP 20 (remove_files) COMPLETE
49072026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.190 INFO O| Jun 21 00:13:51.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.199 INFO O| Jun 21 00:13:51.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49092026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.199 INFO O| Jun 21 00:13:51.199 INFO STEP 21 (remove_files) COMPLETE
49102026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.199 INFO O| Jun 21 00:13:51.199 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.208 INFO O| Jun 21 00:13:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49122026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.209 INFO O| Jun 21 00:13:51.209 INFO STEP 22 (remove_files) COMPLETE
49132026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.209 INFO O| Jun 21 00:13:51.209 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.216 INFO O| Jun 21 00:13:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49152026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.216 INFO O| Jun 21 00:13:51.216 INFO STEP 23 (remove_files) COMPLETE
49162026-06-21T00:13:53.052Z[ recovery-image] Jun 21 00:13:51.216 INFO O| Jun 21 00:13:51.216 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.223 INFO O| Jun 21 00:13:51.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49182026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.223 INFO O| Jun 21 00:13:51.223 INFO STEP 24 (remove_files) COMPLETE
49192026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.223 INFO O| Jun 21 00:13:51.223 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.231 INFO O| Jun 21 00:13:51.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49212026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.231 INFO O| Jun 21 00:13:51.231 INFO STEP 25 (remove_files) COMPLETE
49222026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.231 INFO O| Jun 21 00:13:51.231 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.237 INFO O| Jun 21 00:13:51.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49242026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.238 INFO O| Jun 21 00:13:51.238 INFO STEP 26 (remove_files) COMPLETE
49252026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.238 INFO O| Jun 21 00:13:51.238 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.244 INFO O| Jun 21 00:13:51.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49272026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.244 INFO O| Jun 21 00:13:51.244 INFO STEP 27 (remove_files) COMPLETE
49282026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.244 INFO O| Jun 21 00:13:51.244 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.253 INFO O| Jun 21 00:13:51.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49302026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.253 INFO O| Jun 21 00:13:51.253 INFO STEP 28 (remove_files) COMPLETE
49312026-06-21T00:13:53.057Z[ recovery-image] Jun 21 00:13:51.253 INFO O| Jun 21 00:13:51.253 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.261 INFO O| Jun 21 00:13:51.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49332026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.261 INFO O| Jun 21 00:13:51.261 INFO STEP 29 (remove_files) COMPLETE
49342026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.261 INFO O| Jun 21 00:13:51.261 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.268 INFO O| Jun 21 00:13:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49362026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.269 INFO O| Jun 21 00:13:51.269 INFO STEP 30 (remove_files) COMPLETE
49372026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.269 INFO O| Jun 21 00:13:51.269 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.277 INFO O| Jun 21 00:13:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49392026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.277 INFO O| Jun 21 00:13:51.277 INFO STEP 31 (remove_files) COMPLETE
49402026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.277 INFO O| Jun 21 00:13:51.277 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.284 INFO O| Jun 21 00:13:51.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49422026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.284 INFO O| Jun 21 00:13:51.284 INFO STEP 32 (remove_files) COMPLETE
49432026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.284 INFO O| Jun 21 00:13:51.284 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.290 INFO O| Jun 21 00:13:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49452026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.290 INFO O| Jun 21 00:13:51.290 INFO STEP 33 (remove_files) COMPLETE
49462026-06-21T00:13:53.061Z[ recovery-image] Jun 21 00:13:51.290 INFO O| Jun 21 00:13:51.290 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.299 INFO O| Jun 21 00:13:51.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49482026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.299 INFO O| Jun 21 00:13:51.299 INFO STEP 34 (remove_files) COMPLETE
49492026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.300 INFO O| Jun 21 00:13:51.299 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.308 INFO O| Jun 21 00:13:51.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49512026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.309 INFO O| Jun 21 00:13:51.309 INFO STEP 35 (remove_files) COMPLETE
49522026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.309 INFO O| Jun 21 00:13:51.309 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.316 INFO O| Jun 21 00:13:51.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49542026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.316 INFO O| Jun 21 00:13:51.316 INFO STEP 36 (remove_files) COMPLETE
49552026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.316 INFO O| Jun 21 00:13:51.316 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.325 INFO O| Jun 21 00:13:51.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49572026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.325 INFO O| Jun 21 00:13:51.325 INFO STEP 37 (remove_files) COMPLETE
49582026-06-21T00:13:53.075Z[ recovery-image] Jun 21 00:13:51.325 INFO O| Jun 21 00:13:51.325 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-06-21T00:13:53.076Z[ recovery-image] Jun 21 00:13:51.333 INFO O| Jun 21 00:13:51.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49602026-06-21T00:13:53.076Z[ recovery-image] Jun 21 00:13:51.333 INFO O| Jun 21 00:13:51.333 INFO STEP 38 (remove_files) COMPLETE
49612026-06-21T00:13:53.076Z[ recovery-image] Jun 21 00:13:51.333 INFO O| Jun 21 00:13:51.333 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.341 INFO O| Jun 21 00:13:51.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49632026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.341 INFO O| Jun 21 00:13:51.341 INFO STEP 39 (remove_files) COMPLETE
49642026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.341 INFO O| Jun 21 00:13:51.341 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.349 INFO O| Jun 21 00:13:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49662026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.349 INFO O| Jun 21 00:13:51.349 INFO STEP 40 (remove_files) COMPLETE
49672026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.349 INFO O| Jun 21 00:13:51.349 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.358 INFO O| Jun 21 00:13:51.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49692026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.358 INFO O| Jun 21 00:13:51.358 INFO STEP 41 (remove_files) COMPLETE
49702026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.358 INFO O| Jun 21 00:13:51.358 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.365 INFO O| Jun 21 00:13:51.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49722026-06-21T00:13:53.080Z[ recovery-image] Jun 21 00:13:51.366 INFO O| Jun 21 00:13:51.366 INFO STEP 42 (remove_files) COMPLETE
49732026-06-21T00:13:53.081Z[ recovery-image] Jun 21 00:13:51.366 INFO O| Jun 21 00:13:51.366 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-06-21T00:13:53.081Z[ recovery-image] Jun 21 00:13:51.373 INFO O| Jun 21 00:13:51.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49752026-06-21T00:13:53.081Z[ recovery-image] Jun 21 00:13:51.373 INFO O| Jun 21 00:13:51.373 INFO STEP 43 (remove_files) COMPLETE
49762026-06-21T00:13:53.081Z[ recovery-image] Jun 21 00:13:51.373 INFO O| Jun 21 00:13:51.373 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-06-21T00:13:53.085Z[ recovery-image] Jun 21 00:13:51.382 INFO O| Jun 21 00:13:51.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49782026-06-21T00:13:53.146Z[ recovery-image] Jun 21 00:13:51.382 INFO O| Jun 21 00:13:51.382 INFO STEP 44 (remove_files) COMPLETE
49792026-06-21T00:13:53.146Z[ recovery-image] Jun 21 00:13:51.382 INFO O| Jun 21 00:13:51.382 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-06-21T00:13:53.146Z[ recovery-image] Jun 21 00:13:51.390 INFO O| Jun 21 00:13:51.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49812026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.390 INFO O| Jun 21 00:13:51.390 INFO STEP 45 (remove_files) COMPLETE
49822026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.390 INFO O| Jun 21 00:13:51.390 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.396 INFO O| Jun 21 00:13:51.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49842026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.397 INFO O| Jun 21 00:13:51.397 INFO STEP 46 (remove_files) COMPLETE
49852026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.397 INFO O| Jun 21 00:13:51.397 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.405 INFO O| Jun 21 00:13:51.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49872026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.405 INFO O| Jun 21 00:13:51.405 INFO STEP 47 (remove_files) COMPLETE
49882026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.405 INFO O| Jun 21 00:13:51.405 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-06-21T00:13:53.147Z[ recovery-image] Jun 21 00:13:51.413 INFO O| Jun 21 00:13:51.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49902026-06-21T00:13:53.161Z[ recovery-image] Jun 21 00:13:51.414 INFO O| Jun 21 00:13:51.414 INFO STEP 48 (remove_files) COMPLETE
49912026-06-21T00:13:53.161Z[ recovery-image] Jun 21 00:13:51.414 INFO O| Jun 21 00:13:51.414 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.422 INFO O| Jun 21 00:13:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49932026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.422 INFO O| Jun 21 00:13:51.422 INFO STEP 49 (remove_files) COMPLETE
49942026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.422 INFO O| Jun 21 00:13:51.422 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.428 INFO O| Jun 21 00:13:51.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49962026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.428 INFO O| Jun 21 00:13:51.428 INFO STEP 50 (remove_files) COMPLETE
49972026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.429 INFO O| Jun 21 00:13:51.428 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.435 INFO O| Jun 21 00:13:51.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49992026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.436 INFO O| Jun 21 00:13:51.436 INFO STEP 51 (remove_files) COMPLETE
50002026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.436 INFO O| Jun 21 00:13:51.436 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.442 INFO O| Jun 21 00:13:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50022026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.443 INFO O| Jun 21 00:13:51.443 INFO STEP 52 (remove_files) COMPLETE
50032026-06-21T00:13:53.167Z[ recovery-image] Jun 21 00:13:51.443 INFO O| Jun 21 00:13:51.443 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-06-21T00:13:53.168Z[ recovery-image] Jun 21 00:13:51.450 INFO O| Jun 21 00:13:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50052026-06-21T00:13:53.170Z[ recovery-image] Jun 21 00:13:51.450 INFO O| Jun 21 00:13:51.450 INFO STEP 53 (remove_files) COMPLETE
50062026-06-21T00:13:53.170Z[ recovery-image] Jun 21 00:13:51.450 INFO O| Jun 21 00:13:51.450 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.456 INFO O| Jun 21 00:13:51.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50082026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.457 INFO O| Jun 21 00:13:51.457 INFO STEP 54 (remove_files) COMPLETE
50092026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.457 INFO O| Jun 21 00:13:51.457 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.463 INFO O| Jun 21 00:13:51.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50112026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.463 INFO O| Jun 21 00:13:51.463 INFO STEP 55 (remove_files) COMPLETE
50122026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.463 INFO O| Jun 21 00:13:51.463 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.469 INFO O| Jun 21 00:13:51.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50142026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.469 INFO O| Jun 21 00:13:51.469 INFO STEP 56 (remove_files) COMPLETE
50152026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.469 INFO O| Jun 21 00:13:51.469 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.476 INFO O| Jun 21 00:13:51.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50172026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.476 INFO O| Jun 21 00:13:51.476 INFO STEP 57 (remove_files) COMPLETE
50182026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.476 INFO O| Jun 21 00:13:51.476 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-06-21T00:13:53.171Z[ recovery-image] Jun 21 00:13:51.481 INFO O| Jun 21 00:13:51.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50202026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.481 INFO O| Jun 21 00:13:51.481 INFO STEP 58 (remove_files) COMPLETE
50212026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.482 INFO O| Jun 21 00:13:51.481 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.488 INFO O| Jun 21 00:13:51.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50232026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.488 INFO O| Jun 21 00:13:51.488 INFO STEP 59 (remove_files) COMPLETE
50242026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.488 INFO O| Jun 21 00:13:51.488 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.495 INFO O| Jun 21 00:13:51.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50262026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.495 INFO O| Jun 21 00:13:51.495 INFO STEP 60 (remove_files) COMPLETE
50272026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.495 INFO O| Jun 21 00:13:51.495 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-06-21T00:13:53.178Z[ recovery-image] Jun 21 00:13:51.501 INFO O| Jun 21 00:13:51.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50292026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.501 INFO O| Jun 21 00:13:51.501 INFO STEP 61 (remove_files) COMPLETE
50302026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.501 INFO O| Jun 21 00:13:51.501 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.507 INFO O| Jun 21 00:13:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50322026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.508 INFO O| Jun 21 00:13:51.508 INFO STEP 62 (remove_files) COMPLETE
50332026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.508 INFO O| Jun 21 00:13:51.508 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-06-21T00:13:53.179Z[ recovery-image] Jun 21 00:13:51.515 INFO O| Jun 21 00:13:51.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50352026-06-21T00:13:53.180Z[ recovery-image] Jun 21 00:13:51.515 INFO O| Jun 21 00:13:51.515 INFO STEP 63 (remove_files) COMPLETE
50362026-06-21T00:13:53.180Z[ recovery-image] Jun 21 00:13:51.515 INFO O| Jun 21 00:13:51.515 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.520 INFO O| Jun 21 00:13:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50382026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.521 INFO O| Jun 21 00:13:51.520 INFO STEP 64 (remove_files) COMPLETE
50392026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.521 INFO O| Jun 21 00:13:51.520 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.527 INFO O| Jun 21 00:13:51.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50412026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.527 INFO O| Jun 21 00:13:51.527 INFO STEP 65 (remove_files) COMPLETE
50422026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.527 INFO O| Jun 21 00:13:51.527 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.534 INFO O| Jun 21 00:13:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50442026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.534 INFO O| Jun 21 00:13:51.534 INFO STEP 66 (remove_files) COMPLETE
50452026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.534 INFO O| Jun 21 00:13:51.534 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.542 INFO O| Jun 21 00:13:51.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50472026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.542 INFO O| Jun 21 00:13:51.542 INFO STEP 67 (remove_files) COMPLETE
50482026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.542 INFO O| Jun 21 00:13:51.542 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-06-21T00:13:53.181Z[ recovery-image] Jun 21 00:13:51.549 INFO O| Jun 21 00:13:51.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50502026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.549 INFO O| Jun 21 00:13:51.549 INFO STEP 68 (remove_files) COMPLETE
50512026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.549 INFO O| Jun 21 00:13:51.549 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.555 INFO O| Jun 21 00:13:51.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50532026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.555 INFO O| Jun 21 00:13:51.555 INFO STEP 69 (remove_files) COMPLETE
50542026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.555 INFO O| Jun 21 00:13:51.555 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.561 INFO O| Jun 21 00:13:51.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50562026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.561 INFO O| Jun 21 00:13:51.561 INFO STEP 70 (remove_files) COMPLETE
50572026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.561 INFO O| Jun 21 00:13:51.561 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.567 INFO O| Jun 21 00:13:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50592026-06-21T00:13:53.185Z[ recovery-image] Jun 21 00:13:51.567 INFO O| Jun 21 00:13:51.567 INFO STEP 71 (remove_files) COMPLETE
50602026-06-21T00:13:53.186Z[ recovery-image] Jun 21 00:13:51.567 INFO O| Jun 21 00:13:51.567 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-06-21T00:13:53.186Z[ recovery-image] Jun 21 00:13:51.573 INFO O| Jun 21 00:13:51.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50622026-06-21T00:13:53.186Z[ recovery-image] Jun 21 00:13:51.573 INFO O| Jun 21 00:13:51.573 INFO STEP 72 (remove_files) COMPLETE
50632026-06-21T00:13:53.186Z[ recovery-image] Jun 21 00:13:51.573 INFO O| Jun 21 00:13:51.573 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-06-21T00:13:53.186Z[ recovery-image] Jun 21 00:13:51.579 INFO O| Jun 21 00:13:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50652026-06-21T00:13:53.187Z[ recovery-image] Jun 21 00:13:51.579 INFO O| Jun 21 00:13:51.579 INFO STEP 73 (remove_files) COMPLETE
50662026-06-21T00:13:53.187Z[ recovery-image] Jun 21 00:13:51.579 INFO O| Jun 21 00:13:51.579 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-06-21T00:13:53.187Z[ recovery-image] Jun 21 00:13:51.584 INFO O| Jun 21 00:13:51.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50682026-06-21T00:13:53.187Z[ recovery-image] Jun 21 00:13:51.584 INFO O| Jun 21 00:13:51.584 INFO STEP 74 (remove_files) COMPLETE
50692026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.584 INFO O| Jun 21 00:13:51.584 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.590 INFO O| Jun 21 00:13:51.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50712026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.590 INFO O| Jun 21 00:13:51.590 INFO STEP 75 (remove_files) COMPLETE
50722026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.590 INFO O| Jun 21 00:13:51.590 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.595 INFO O| Jun 21 00:13:51.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50742026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.595 INFO O| Jun 21 00:13:51.595 INFO STEP 76 (remove_files) COMPLETE
50752026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.595 INFO O| Jun 21 00:13:51.595 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.601 INFO O| Jun 21 00:13:51.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50772026-06-21T00:13:53.188Z[ recovery-image] Jun 21 00:13:51.601 INFO O| Jun 21 00:13:51.601 INFO STEP 77 (remove_files) COMPLETE
50782026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.601 INFO O| Jun 21 00:13:51.601 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.607 INFO O| Jun 21 00:13:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50802026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.607 INFO O| Jun 21 00:13:51.607 INFO STEP 78 (remove_files) COMPLETE
50812026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.607 INFO O| Jun 21 00:13:51.607 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.613 INFO O| Jun 21 00:13:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50832026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.613 INFO O| Jun 21 00:13:51.613 INFO STEP 79 (remove_files) COMPLETE
50842026-06-21T00:13:53.337Z[ recovery-image] Jun 21 00:13:51.613 INFO O| Jun 21 00:13:51.613 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-06-21T00:13:53.342Z[ recovery-image] Jun 21 00:13:51.622 INFO O| Jun 21 00:13:51.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50862026-06-21T00:13:53.343Z[ recovery-image] Jun 21 00:13:51.622 INFO O| Jun 21 00:13:51.622 INFO STEP 80 (remove_files) COMPLETE
50872026-06-21T00:13:53.343Z[ recovery-image] Jun 21 00:13:51.622 INFO O| Jun 21 00:13:51.622 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-06-21T00:13:53.343Z[ recovery-image] Jun 21 00:13:51.628 INFO O| Jun 21 00:13:51.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50892026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.628 INFO O| Jun 21 00:13:51.628 INFO STEP 81 (remove_files) COMPLETE
50902026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.628 INFO O| Jun 21 00:13:51.628 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.634 INFO O| Jun 21 00:13:51.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50922026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.634 INFO O| Jun 21 00:13:51.634 INFO STEP 82 (remove_files) COMPLETE
50932026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.634 INFO O| Jun 21 00:13:51.634 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.640 INFO O| Jun 21 00:13:51.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50952026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.640 INFO O| Jun 21 00:13:51.640 INFO STEP 83 (remove_files) COMPLETE
50962026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.640 INFO O| Jun 21 00:13:51.640 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.646 INFO O| Jun 21 00:13:51.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50982026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.646 INFO O| Jun 21 00:13:51.646 INFO STEP 84 (remove_files) COMPLETE
50992026-06-21T00:13:53.348Z[ recovery-image] Jun 21 00:13:51.646 INFO O| Jun 21 00:13:51.646 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-06-21T00:13:53.349Z[ recovery-image] Jun 21 00:13:51.652 INFO O| Jun 21 00:13:51.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51012026-06-21T00:13:53.349Z[ recovery-image] Jun 21 00:13:51.652 INFO O| Jun 21 00:13:51.652 INFO STEP 85 (remove_files) COMPLETE
51022026-06-21T00:13:53.349Z[ recovery-image] Jun 21 00:13:51.652 INFO O| Jun 21 00:13:51.652 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-06-21T00:13:53.349Z[ recovery-image] Jun 21 00:13:51.658 INFO O| Jun 21 00:13:51.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51042026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.659 INFO O| Jun 21 00:13:51.659 INFO STEP 86 (remove_files) COMPLETE
51052026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.659 INFO O| Jun 21 00:13:51.659 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.665 INFO O| Jun 21 00:13:51.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51072026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.665 INFO O| Jun 21 00:13:51.665 INFO STEP 87 (remove_files) COMPLETE
51082026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.665 INFO O| Jun 21 00:13:51.665 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.671 INFO O| Jun 21 00:13:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51102026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.671 INFO O| Jun 21 00:13:51.671 INFO STEP 88 (remove_files) COMPLETE
51112026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.671 INFO O| Jun 21 00:13:51.671 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-06-21T00:13:53.350Z[ recovery-image] Jun 21 00:13:51.677 INFO O| Jun 21 00:13:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51132026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.677 INFO O| Jun 21 00:13:51.677 INFO STEP 89 (remove_files) COMPLETE
51142026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.677 INFO O| Jun 21 00:13:51.677 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.683 INFO O| Jun 21 00:13:51.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51162026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.683 INFO O| Jun 21 00:13:51.683 INFO STEP 90 (remove_files) COMPLETE
51172026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.683 INFO O| Jun 21 00:13:51.683 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.689 INFO O| Jun 21 00:13:51.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51192026-06-21T00:13:53.351Z[ recovery-image] Jun 21 00:13:51.689 INFO O| Jun 21 00:13:51.689 INFO STEP 91 (remove_files) COMPLETE
51202026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.689 INFO O| Jun 21 00:13:51.689 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.695 INFO O| Jun 21 00:13:51.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51222026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.695 INFO O| Jun 21 00:13:51.695 INFO STEP 92 (remove_files) COMPLETE
51232026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.695 INFO O| Jun 21 00:13:51.695 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.701 INFO O| Jun 21 00:13:51.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51252026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.701 INFO O| Jun 21 00:13:51.701 INFO STEP 93 (remove_files) COMPLETE
51262026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.701 INFO O| Jun 21 00:13:51.701 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.706 INFO O| Jun 21 00:13:51.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51282026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.706 INFO O| Jun 21 00:13:51.706 INFO STEP 94 (remove_files) COMPLETE
51292026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.706 INFO O| Jun 21 00:13:51.706 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.712 INFO O| Jun 21 00:13:51.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51312026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.712 INFO O| Jun 21 00:13:51.712 INFO STEP 95 (remove_files) COMPLETE
51322026-06-21T00:13:53.352Z[ recovery-image] Jun 21 00:13:51.712 INFO O| Jun 21 00:13:51.712 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-06-21T00:13:53.353Z[ recovery-image] Jun 21 00:13:51.718 INFO O| Jun 21 00:13:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51342026-06-21T00:13:53.353Z[ recovery-image] Jun 21 00:13:51.718 INFO O| Jun 21 00:13:51.718 INFO STEP 96 (remove_files) COMPLETE
51352026-06-21T00:13:53.353Z[ recovery-image] Jun 21 00:13:51.718 INFO O| Jun 21 00:13:51.718 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.724 INFO O| Jun 21 00:13:51.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51372026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.724 INFO O| Jun 21 00:13:51.724 INFO STEP 97 (remove_files) COMPLETE
51382026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.724 INFO O| Jun 21 00:13:51.724 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.729 INFO O| Jun 21 00:13:51.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51402026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.729 INFO O| Jun 21 00:13:51.729 INFO STEP 98 (remove_files) COMPLETE
51412026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.729 INFO O| Jun 21 00:13:51.729 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.735 INFO O| Jun 21 00:13:51.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51432026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.735 INFO O| Jun 21 00:13:51.735 INFO STEP 99 (remove_files) COMPLETE
51442026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.735 INFO O| Jun 21 00:13:51.735 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-06-21T00:13:53.356Z[ recovery-image] Jun 21 00:13:51.741 INFO O| Jun 21 00:13:51.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51462026-06-21T00:13:53.357Z[ recovery-image] Jun 21 00:13:51.741 INFO O| Jun 21 00:13:51.741 INFO STEP 100 (remove_files) COMPLETE
51472026-06-21T00:13:53.357Z[ recovery-image] Jun 21 00:13:51.741 INFO O| Jun 21 00:13:51.741 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-06-21T00:13:53.357Z[ recovery-image] Jun 21 00:13:51.747 INFO O| Jun 21 00:13:51.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51492026-06-21T00:13:53.357Z[ recovery-image] Jun 21 00:13:51.747 INFO O| Jun 21 00:13:51.747 INFO STEP 101 (remove_files) COMPLETE
51502026-06-21T00:13:53.357Z[ recovery-image] Jun 21 00:13:51.747 INFO O| Jun 21 00:13:51.747 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.755 INFO O| Jun 21 00:13:51.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51522026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.756 INFO O| Jun 21 00:13:51.756 INFO STEP 102 (remove_files) COMPLETE
51532026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.756 INFO O| Jun 21 00:13:51.756 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.761 INFO O| Jun 21 00:13:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51552026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.761 INFO O| Jun 21 00:13:51.761 INFO STEP 103 (remove_files) COMPLETE
51562026-06-21T00:13:53.368Z[ recovery-image] Jun 21 00:13:51.761 INFO O| Jun 21 00:13:51.761 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.768 INFO O| Jun 21 00:13:51.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51582026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.768 INFO O| Jun 21 00:13:51.768 INFO STEP 104 (remove_files) COMPLETE
51592026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.768 INFO O| Jun 21 00:13:51.768 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.774 INFO O| Jun 21 00:13:51.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51612026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.774 INFO O| Jun 21 00:13:51.774 INFO STEP 105 (remove_files) COMPLETE
51622026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.774 INFO O| Jun 21 00:13:51.774 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.782 INFO O| Jun 21 00:13:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51642026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.782 INFO O| Jun 21 00:13:51.782 INFO STEP 106 (remove_files) COMPLETE
51652026-06-21T00:13:53.369Z[ recovery-image] Jun 21 00:13:51.782 INFO O| Jun 21 00:13:51.782 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-06-21T00:13:53.374Z[ recovery-image] Jun 21 00:13:51.790 INFO O| Jun 21 00:13:51.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51672026-06-21T00:13:53.374Z[ recovery-image] Jun 21 00:13:51.790 INFO O| Jun 21 00:13:51.790 INFO STEP 107 (remove_files) COMPLETE
51682026-06-21T00:13:53.374Z[ recovery-image] Jun 21 00:13:51.790 INFO O| Jun 21 00:13:51.790 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-06-21T00:13:53.374Z[ recovery-image] Jun 21 00:13:51.797 INFO O| Jun 21 00:13:51.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51702026-06-21T00:13:53.374Z[ recovery-image] Jun 21 00:13:51.797 INFO O| Jun 21 00:13:51.797 INFO STEP 108 (remove_files) COMPLETE
51712026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.797 INFO O| Jun 21 00:13:51.797 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.804 INFO O| Jun 21 00:13:51.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51732026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.804 INFO O| Jun 21 00:13:51.804 INFO STEP 109 (remove_files) COMPLETE
51742026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.804 INFO O| Jun 21 00:13:51.804 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.812 INFO O| Jun 21 00:13:51.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51762026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.812 INFO O| Jun 21 00:13:51.812 INFO STEP 110 (remove_files) COMPLETE
51772026-06-21T00:13:53.375Z[ recovery-image] Jun 21 00:13:51.812 INFO O| Jun 21 00:13:51.812 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-06-21T00:13:53.417Z[ recovery-image] Jun 21 00:13:51.820 INFO O| Jun 21 00:13:51.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51792026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.820 INFO O| Jun 21 00:13:51.820 INFO STEP 111 (remove_files) COMPLETE
51802026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.820 INFO O| Jun 21 00:13:51.820 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.827 INFO O| Jun 21 00:13:51.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51822026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.827 INFO O| Jun 21 00:13:51.827 INFO STEP 112 (remove_files) COMPLETE
51832026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.827 INFO O| Jun 21 00:13:51.827 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.833 INFO O| Jun 21 00:13:51.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51852026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.833 INFO O| Jun 21 00:13:51.833 INFO STEP 113 (remove_files) COMPLETE
51862026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.833 INFO O| Jun 21 00:13:51.833 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-06-21T00:13:53.421Z[ host-image] Jun 21 00:13:51.835 INFO O| Jun 21 00:13:51.835 INFO O| Finalize: Creating fast lookup database ... Done
51882026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.839 INFO O| Jun 21 00:13:51.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51892026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.839 INFO O| Jun 21 00:13:51.839 INFO STEP 114 (remove_files) COMPLETE
51902026-06-21T00:13:53.421Z[ recovery-image] Jun 21 00:13:51.839 INFO O| Jun 21 00:13:51.839 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-06-21T00:13:53.422Z[ recovery-image] Jun 21 00:13:51.847 INFO O| Jun 21 00:13:51.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51922026-06-21T00:13:53.422Z[ recovery-image] Jun 21 00:13:51.847 INFO O| Jun 21 00:13:51.847 INFO STEP 115 (remove_files) COMPLETE
51932026-06-21T00:13:53.422Z[ recovery-image] Jun 21 00:13:51.847 INFO O| Jun 21 00:13:51.847 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-06-21T00:13:53.422Z[ recovery-image] Jun 21 00:13:51.855 INFO O| Jun 21 00:13:51.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51952026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.855 INFO O| Jun 21 00:13:51.855 INFO STEP 116 (remove_files) COMPLETE
51962026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.855 INFO O| Jun 21 00:13:51.855 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-06-21T00:13:53.423Z[ host-image] Jun 21 00:13:51.862 INFO O| Jun 21 00:13:51.862 INFO O| Finalize: Reading search index ... Done
51982026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.862 INFO O| Jun 21 00:13:51.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51992026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.862 INFO O| Jun 21 00:13:51.862 INFO STEP 117 (remove_files) COMPLETE
52002026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.862 INFO O| Jun 21 00:13:51.862 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-06-21T00:13:53.423Z[ host-image] Jun 21 00:13:51.862 INFO O| Jun 21 00:13:51.862 INFO O| Finalize: Updating search index ... Done
52022026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.869 INFO O| Jun 21 00:13:51.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52032026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.869 INFO O| Jun 21 00:13:51.869 INFO STEP 118 (remove_files) COMPLETE
52042026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.869 INFO O| Jun 21 00:13:51.869 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-06-21T00:13:53.423Z[ host-image] Jun 21 00:13:51.872 INFO O| Jun 21 00:13:51.872 INFO O| Finalize: Updating package cache ... Done
52062026-06-21T00:13:53.423Z[ recovery-image] Jun 21 00:13:51.875 INFO O| Jun 21 00:13:51.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52072026-06-21T00:13:53.424Z[ recovery-image] Jun 21 00:13:51.875 INFO O| Jun 21 00:13:51.875 INFO STEP 119 (remove_files) COMPLETE
52082026-06-21T00:13:53.424Z[ recovery-image] Jun 21 00:13:51.875 INFO O| Jun 21 00:13:51.875 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-06-21T00:13:53.424Z[ recovery-image] Jun 21 00:13:51.884 INFO O| Jun 21 00:13:51.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52102026-06-21T00:13:53.424Z[ recovery-image] Jun 21 00:13:51.884 INFO O| Jun 21 00:13:51.884 INFO STEP 120 (remove_files) COMPLETE
52112026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.884 INFO O| Jun 21 00:13:51.884 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.891 INFO O| Jun 21 00:13:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52132026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.892 INFO O| Jun 21 00:13:51.892 INFO STEP 121 (remove_files) COMPLETE
52142026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.892 INFO O| Jun 21 00:13:51.892 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.900 INFO O| Jun 21 00:13:51.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52162026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.900 INFO O| Jun 21 00:13:51.900 INFO STEP 122 (remove_files) COMPLETE
52172026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.900 INFO O| Jun 21 00:13:51.900 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.906 INFO O| Jun 21 00:13:51.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52192026-06-21T00:13:53.429Z[ recovery-image] Jun 21 00:13:51.906 INFO O| Jun 21 00:13:51.906 INFO STEP 123 (remove_files) COMPLETE
52202026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.906 INFO O| Jun 21 00:13:51.906 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.913 INFO O| Jun 21 00:13:51.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52222026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.913 INFO O| Jun 21 00:13:51.913 INFO STEP 124 (remove_files) COMPLETE
52232026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.913 INFO O| Jun 21 00:13:51.913 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.920 INFO O| Jun 21 00:13:51.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52252026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.921 INFO O| Jun 21 00:13:51.921 INFO STEP 125 (remove_files) COMPLETE
52262026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.921 INFO O| Jun 21 00:13:51.921 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.929 INFO O| Jun 21 00:13:51.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52282026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.929 INFO O| Jun 21 00:13:51.929 INFO STEP 126 (remove_files) COMPLETE
52292026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.929 INFO O| Jun 21 00:13:51.929 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.938 INFO O| Jun 21 00:13:51.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52312026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.938 INFO O| Jun 21 00:13:51.938 INFO STEP 127 (remove_files) COMPLETE
52322026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.938 INFO O| Jun 21 00:13:51.938 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.945 INFO O| Jun 21 00:13:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52342026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.945 INFO O| Jun 21 00:13:51.945 INFO STEP 128 (remove_files) COMPLETE
52352026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.945 INFO O| Jun 21 00:13:51.945 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.952 INFO O| Jun 21 00:13:51.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52372026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.952 INFO O| Jun 21 00:13:51.952 INFO STEP 129 (remove_files) COMPLETE
52382026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.952 INFO O| Jun 21 00:13:51.952 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.960 INFO O| Jun 21 00:13:51.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52402026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.960 INFO O| Jun 21 00:13:51.960 INFO STEP 130 (remove_files) COMPLETE
52412026-06-21T00:13:53.430Z[ recovery-image] Jun 21 00:13:51.960 INFO O| Jun 21 00:13:51.960 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-06-21T00:13:53.507Z[ recovery-image] Jun 21 00:13:51.966 INFO O| Jun 21 00:13:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52432026-06-21T00:13:53.507Z[ recovery-image] Jun 21 00:13:51.966 INFO O| Jun 21 00:13:51.966 INFO STEP 131 (remove_files) COMPLETE
52442026-06-21T00:13:53.507Z[ recovery-image] Jun 21 00:13:51.966 INFO O| Jun 21 00:13:51.966 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-06-21T00:13:53.507Z[ recovery-image] Jun 21 00:13:51.974 INFO O| Jun 21 00:13:51.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52462026-06-21T00:13:53.507Z[ recovery-image] Jun 21 00:13:51.974 INFO O| Jun 21 00:13:51.974 INFO STEP 132 (remove_files) COMPLETE
52472026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.974 INFO O| Jun 21 00:13:51.974 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.981 INFO O| Jun 21 00:13:51.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52492026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.981 INFO O| Jun 21 00:13:51.981 INFO STEP 133 (remove_files) COMPLETE
52502026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.981 INFO O| Jun 21 00:13:51.981 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.988 INFO O| Jun 21 00:13:51.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52522026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.988 INFO O| Jun 21 00:13:51.988 INFO STEP 134 (remove_files) COMPLETE
52532026-06-21T00:13:53.508Z[ recovery-image] Jun 21 00:13:51.988 INFO O| Jun 21 00:13:51.988 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-06-21T00:13:53.510Z[ recovery-image] Jun 21 00:13:51.996 INFO O| Jun 21 00:13:51.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52552026-06-21T00:13:53.510Z[ recovery-image] Jun 21 00:13:51.996 INFO O| Jun 21 00:13:51.996 INFO STEP 135 (remove_files) COMPLETE
52562026-06-21T00:13:53.510Z[ recovery-image] Jun 21 00:13:51.996 INFO O| Jun 21 00:13:51.996 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-06-21T00:13:53.510Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 14 (pkg_install) COMPLETE
52582026-06-21T00:13:53.510Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52592026-06-21T00:13:53.510Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO skip step because feature "mfg" is not enabled
52602026-06-21T00:13:53.510Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52612026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO skip step because feature "compliance" is not enabled
52622026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52632026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO skip step because feature "stress" is not enabled
52642026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52652026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO skip step because feature "compliance" is not enabled
52662026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52672026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO skip step because feature "nfs" is not enabled
52682026-06-21T00:13:53.511Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
52692026-06-21T00:13:53.513Z[ host-image] Jun 21 00:13:51.998 INFO O| Jun 21 00:13:51.998 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
52702026-06-21T00:13:53.513Z[ recovery-image] Jun 21 00:13:52.010 INFO O| Jun 21 00:13:52.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52712026-06-21T00:13:53.517Z[ recovery-image] Jun 21 00:13:52.010 INFO O| Jun 21 00:13:52.010 INFO STEP 136 (remove_files) COMPLETE
52722026-06-21T00:13:53.517Z[ recovery-image] Jun 21 00:13:52.010 INFO O| Jun 21 00:13:52.010 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-06-21T00:13:53.590Z[ recovery-image] Jun 21 00:13:52.024 INFO O| Jun 21 00:13:52.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52742026-06-21T00:13:53.590Z[ recovery-image] Jun 21 00:13:52.024 INFO O| Jun 21 00:13:52.024 INFO STEP 137 (remove_files) COMPLETE
52752026-06-21T00:13:53.590Z[ recovery-image] Jun 21 00:13:52.024 INFO O| Jun 21 00:13:52.024 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-06-21T00:13:53.590Z[ recovery-image] Jun 21 00:13:52.033 INFO O| Jun 21 00:13:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52772026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.033 INFO O| Jun 21 00:13:52.033 INFO STEP 138 (remove_files) COMPLETE
52782026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.033 INFO O| Jun 21 00:13:52.033 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.041 INFO O| Jun 21 00:13:52.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52802026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.041 INFO O| Jun 21 00:13:52.041 INFO STEP 139 (remove_files) COMPLETE
52812026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.041 INFO O| Jun 21 00:13:52.041 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.050 INFO O| Jun 21 00:13:52.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52832026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.050 INFO O| Jun 21 00:13:52.050 INFO STEP 140 (remove_files) COMPLETE
52842026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.050 INFO O| Jun 21 00:13:52.050 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.058 INFO O| Jun 21 00:13:52.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52862026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.058 INFO O| Jun 21 00:13:52.058 INFO STEP 141 (remove_files) COMPLETE
52872026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.058 INFO O| Jun 21 00:13:52.058 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.067 INFO O| Jun 21 00:13:52.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52892026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.067 INFO O| Jun 21 00:13:52.067 INFO STEP 142 (remove_files) COMPLETE
52902026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.067 INFO O| Jun 21 00:13:52.067 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.075 INFO O| Jun 21 00:13:52.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52922026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.076 INFO O| Jun 21 00:13:52.076 INFO STEP 143 (remove_files) COMPLETE
52932026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.076 INFO O| Jun 21 00:13:52.076 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.083 INFO O| Jun 21 00:13:52.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52952026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.083 INFO O| Jun 21 00:13:52.083 INFO STEP 144 (remove_files) COMPLETE
52962026-06-21T00:13:53.591Z[ recovery-image] Jun 21 00:13:52.083 INFO O| Jun 21 00:13:52.083 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.089 INFO O| Jun 21 00:13:52.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52982026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.089 INFO O| Jun 21 00:13:52.089 INFO STEP 145 (remove_files) COMPLETE
52992026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.089 INFO O| Jun 21 00:13:52.089 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.095 INFO O| Jun 21 00:13:52.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53012026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.095 INFO O| Jun 21 00:13:52.095 INFO STEP 146 (remove_files) COMPLETE
53022026-06-21T00:13:53.598Z[ recovery-image] Jun 21 00:13:52.095 INFO O| Jun 21 00:13:52.095 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-06-21T00:13:53.644Z[ recovery-image] Jun 21 00:13:52.104 INFO O| Jun 21 00:13:52.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53042026-06-21T00:13:53.644Z[ recovery-image] Jun 21 00:13:52.104 INFO O| Jun 21 00:13:52.104 INFO STEP 147 (remove_files) COMPLETE
53052026-06-21T00:13:53.644Z[ recovery-image] Jun 21 00:13:52.104 INFO O| Jun 21 00:13:52.104 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-06-21T00:13:53.644Z[ recovery-image] Jun 21 00:13:52.112 INFO O| Jun 21 00:13:52.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53072026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.112 INFO O| Jun 21 00:13:52.112 INFO STEP 148 (remove_files) COMPLETE
53082026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.112 INFO O| Jun 21 00:13:52.112 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.120 INFO O| Jun 21 00:13:52.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53102026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.120 INFO O| Jun 21 00:13:52.120 INFO STEP 149 (remove_files) COMPLETE
53112026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.120 INFO O| Jun 21 00:13:52.120 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.126 INFO O| Jun 21 00:13:52.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53132026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.127 INFO O| Jun 21 00:13:52.127 INFO STEP 150 (remove_files) COMPLETE
53142026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.127 INFO O| Jun 21 00:13:52.127 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.133 INFO O| Jun 21 00:13:52.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53162026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.133 INFO O| Jun 21 00:13:52.133 INFO STEP 151 (remove_files) COMPLETE
53172026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.133 INFO O| Jun 21 00:13:52.133 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.142 INFO O| Jun 21 00:13:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53192026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.142 INFO O| Jun 21 00:13:52.142 INFO STEP 152 (remove_files) COMPLETE
53202026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.142 INFO O| Jun 21 00:13:52.142 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-06-21T00:13:53.647Z[ recovery-image] Jun 21 00:13:52.149 INFO O| Jun 21 00:13:52.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53222026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.149 INFO O| Jun 21 00:13:52.149 INFO STEP 153 (remove_files) COMPLETE
53232026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.149 INFO O| Jun 21 00:13:52.149 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-06-21T00:13:53.651Z[ host-image] Jun 21 00:13:52.151 INFO O| Jun 21 00:13:52.151 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
53252026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.155 INFO O| Jun 21 00:13:52.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53262026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.155 INFO O| Jun 21 00:13:52.155 INFO STEP 154 (remove_files) COMPLETE
53272026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.155 INFO O| Jun 21 00:13:52.155 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.162 INFO O| Jun 21 00:13:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53292026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.162 INFO O| Jun 21 00:13:52.162 INFO STEP 155 (remove_files) COMPLETE
53302026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.162 INFO O| Jun 21 00:13:52.162 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.170 INFO O| Jun 21 00:13:52.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53322026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.170 INFO O| Jun 21 00:13:52.170 INFO STEP 156 (remove_files) COMPLETE
53332026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.170 INFO O| Jun 21 00:13:52.170 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-06-21T00:13:53.651Z[ recovery-image] Jun 21 00:13:52.177 INFO O| Jun 21 00:13:52.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53352026-06-21T00:13:53.681Z[ recovery-image] Jun 21 00:13:52.178 INFO O| Jun 21 00:13:52.178 INFO STEP 157 (remove_files) COMPLETE
53362026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.178 INFO O| Jun 21 00:13:52.178 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.184 INFO O| Jun 21 00:13:52.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53382026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.184 INFO O| Jun 21 00:13:52.184 INFO STEP 158 (remove_files) COMPLETE
53392026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.184 INFO O| Jun 21 00:13:52.184 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.192 INFO O| Jun 21 00:13:52.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53412026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.193 INFO O| Jun 21 00:13:52.193 INFO STEP 159 (remove_files) COMPLETE
53422026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.193 INFO O| Jun 21 00:13:52.193 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.199 INFO O| Jun 21 00:13:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53442026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.199 INFO O| Jun 21 00:13:52.199 INFO STEP 160 (remove_files) COMPLETE
53452026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.199 INFO O| Jun 21 00:13:52.199 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.204 INFO O| Jun 21 00:13:52.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53472026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.204 INFO O| Jun 21 00:13:52.204 INFO STEP 161 (remove_files) COMPLETE
53482026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.204 INFO O| Jun 21 00:13:52.204 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.212 INFO O| Jun 21 00:13:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53502026-06-21T00:13:53.682Z[ recovery-image] Jun 21 00:13:52.212 INFO O| Jun 21 00:13:52.212 INFO STEP 162 (remove_files) COMPLETE
53512026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.212 INFO O| Jun 21 00:13:52.212 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.219 INFO O| Jun 21 00:13:52.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53532026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.220 INFO O| Jun 21 00:13:52.220 INFO STEP 163 (remove_files) COMPLETE
53542026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.220 INFO O| Jun 21 00:13:52.220 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.226 INFO O| Jun 21 00:13:52.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53562026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.226 INFO O| Jun 21 00:13:52.226 INFO STEP 164 (remove_files) COMPLETE
53572026-06-21T00:13:53.688Z[ recovery-image] Jun 21 00:13:52.226 INFO O| Jun 21 00:13:52.226 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.233 INFO O| Jun 21 00:13:52.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53592026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.233 INFO O| Jun 21 00:13:52.233 INFO STEP 165 (remove_files) COMPLETE
53602026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.233 INFO O| Jun 21 00:13:52.233 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.239 INFO O| Jun 21 00:13:52.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53622026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.239 INFO O| Jun 21 00:13:52.239 INFO STEP 166 (remove_files) COMPLETE
53632026-06-21T00:13:53.727Z[ recovery-image] Jun 21 00:13:52.239 INFO O| Jun 21 00:13:52.239 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-06-21T00:13:53.732Z[ recovery-image] Jun 21 00:13:52.247 INFO O| Jun 21 00:13:52.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53652026-06-21T00:13:53.732Z[ recovery-image] Jun 21 00:13:52.247 INFO O| Jun 21 00:13:52.247 INFO STEP 167 (remove_files) COMPLETE
53662026-06-21T00:13:53.732Z[ recovery-image] Jun 21 00:13:52.247 INFO O| Jun 21 00:13:52.247 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-06-21T00:13:53.738Z[ recovery-image] Jun 21 00:13:52.254 INFO O| Jun 21 00:13:52.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53682026-06-21T00:13:53.739Z[ recovery-image] Jun 21 00:13:52.254 INFO O| Jun 21 00:13:52.254 INFO STEP 168 (remove_files) COMPLETE
53692026-06-21T00:13:53.739Z[ recovery-image] Jun 21 00:13:52.254 INFO O| Jun 21 00:13:52.254 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-06-21T00:13:53.739Z[ recovery-image] Jun 21 00:13:52.260 INFO O| Jun 21 00:13:52.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53712026-06-21T00:13:53.739Z[ recovery-image] Jun 21 00:13:52.260 INFO O| Jun 21 00:13:52.260 INFO STEP 169 (remove_files) COMPLETE
53722026-06-21T00:13:53.739Z[ recovery-image] Jun 21 00:13:52.260 INFO O| Jun 21 00:13:52.260 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-06-21T00:13:53.752Z[ recovery-image] Jun 21 00:13:52.268 INFO O| Jun 21 00:13:52.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53742026-06-21T00:13:53.753Z[ recovery-image] Jun 21 00:13:52.268 INFO O| Jun 21 00:13:52.268 INFO STEP 170 (remove_files) COMPLETE
53752026-06-21T00:13:53.753Z[ recovery-image] Jun 21 00:13:52.268 INFO O| Jun 21 00:13:52.268 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-06-21T00:13:53.753Z[ recovery-image] Jun 21 00:13:52.274 INFO O| Jun 21 00:13:52.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53772026-06-21T00:13:53.753Z[ recovery-image] Jun 21 00:13:52.274 INFO O| Jun 21 00:13:52.274 INFO STEP 171 (remove_files) COMPLETE
53782026-06-21T00:13:53.753Z[ recovery-image] Jun 21 00:13:52.274 INFO O| Jun 21 00:13:52.274 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.280 INFO O| Jun 21 00:13:52.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53802026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.280 INFO O| Jun 21 00:13:52.280 INFO STEP 172 (remove_files) COMPLETE
53812026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.280 INFO O| Jun 21 00:13:52.280 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.286 INFO O| Jun 21 00:13:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53832026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.286 INFO O| Jun 21 00:13:52.286 INFO STEP 173 (remove_files) COMPLETE
53842026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.286 INFO O| Jun 21 00:13:52.286 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.292 INFO O| Jun 21 00:13:52.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53862026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.292 INFO O| Jun 21 00:13:52.292 INFO STEP 174 (remove_files) COMPLETE
53872026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.292 INFO O| Jun 21 00:13:52.292 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.298 INFO O| Jun 21 00:13:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53892026-06-21T00:13:53.754Z[ recovery-image] Jun 21 00:13:52.298 INFO O| Jun 21 00:13:52.298 INFO STEP 175 (remove_files) COMPLETE
53902026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.298 INFO O| Jun 21 00:13:52.298 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-06-21T00:13:53.755Z[ host-image] Jun 21 00:13:52.298 INFO O| Jun 21 00:13:52.298 INFO completed processing sled/ramdisk-01-os
53922026-06-21T00:13:53.755Z[ host-image] Jun 21 00:13:52.300 INFO omicron1 baseline generation...
53932026-06-21T00:13:53.755Z[ host-image] Jun 21 00:13:52.300 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
53942026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.304 INFO O| Jun 21 00:13:52.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53952026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.304 INFO O| Jun 21 00:13:52.304 INFO STEP 176 (remove_files) COMPLETE
53962026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.304 INFO O| Jun 21 00:13:52.304 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.312 INFO O| Jun 21 00:13:52.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53982026-06-21T00:13:53.755Z[ recovery-image] Jun 21 00:13:52.312 INFO O| Jun 21 00:13:52.312 INFO STEP 177 (remove_files) COMPLETE
53992026-06-21T00:13:53.756Z[ recovery-image] Jun 21 00:13:52.312 INFO O| Jun 21 00:13:52.312 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-06-21T00:13:53.756Z[ recovery-image] Jun 21 00:13:52.318 INFO O| Jun 21 00:13:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54012026-06-21T00:13:53.756Z[ recovery-image] Jun 21 00:13:52.318 INFO O| Jun 21 00:13:52.318 INFO STEP 178 (remove_files) COMPLETE
54022026-06-21T00:13:53.756Z[ recovery-image] Jun 21 00:13:52.318 INFO O| Jun 21 00:13:52.318 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.325 INFO O| Jun 21 00:13:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54042026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.325 INFO O| Jun 21 00:13:52.325 INFO STEP 179 (remove_files) COMPLETE
54052026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.325 INFO O| Jun 21 00:13:52.325 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.332 INFO O| Jun 21 00:13:52.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54072026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.332 INFO O| Jun 21 00:13:52.332 INFO STEP 180 (remove_files) COMPLETE
54082026-06-21T00:13:53.773Z[ recovery-image] Jun 21 00:13:52.332 INFO O| Jun 21 00:13:52.332 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.339 INFO O| Jun 21 00:13:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54102026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.339 INFO O| Jun 21 00:13:52.339 INFO STEP 181 (remove_files) COMPLETE
54112026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.339 INFO O| Jun 21 00:13:52.339 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.345 INFO O| Jun 21 00:13:52.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54132026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.345 INFO O| Jun 21 00:13:52.345 INFO STEP 182 (remove_files) COMPLETE
54142026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.345 INFO O| Jun 21 00:13:52.345 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.352 INFO O| Jun 21 00:13:52.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54162026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.352 INFO O| Jun 21 00:13:52.352 INFO STEP 183 (remove_files) COMPLETE
54172026-06-21T00:13:53.789Z[ recovery-image] Jun 21 00:13:52.352 INFO O| Jun 21 00:13:52.352 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.359 INFO O| Jun 21 00:13:52.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54192026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.359 INFO O| Jun 21 00:13:52.359 INFO STEP 184 (remove_files) COMPLETE
54202026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.359 INFO O| Jun 21 00:13:52.359 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.365 INFO O| Jun 21 00:13:52.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54222026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.365 INFO O| Jun 21 00:13:52.365 INFO STEP 185 (remove_files) COMPLETE
54232026-06-21T00:13:53.799Z[ recovery-image] Jun 21 00:13:52.365 INFO O| Jun 21 00:13:52.365 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-06-21T00:13:53.813Z[ recovery-image] Jun 21 00:13:52.371 INFO O| Jun 21 00:13:52.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54252026-06-21T00:13:53.813Z[ recovery-image] Jun 21 00:13:52.371 INFO O| Jun 21 00:13:52.371 INFO STEP 186 (remove_files) COMPLETE
54262026-06-21T00:13:53.813Z[ recovery-image] Jun 21 00:13:52.371 INFO O| Jun 21 00:13:52.371 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-06-21T00:13:53.814Z[ recovery-image] Jun 21 00:13:52.377 INFO O| Jun 21 00:13:52.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54282026-06-21T00:13:53.814Z[ recovery-image] Jun 21 00:13:52.377 INFO O| Jun 21 00:13:52.377 INFO STEP 187 (remove_files) COMPLETE
54292026-06-21T00:13:53.815Z[ recovery-image] Jun 21 00:13:52.377 INFO O| Jun 21 00:13:52.377 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-06-21T00:13:53.820Z[ recovery-image] Jun 21 00:13:52.383 INFO O| Jun 21 00:13:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54312026-06-21T00:13:53.821Z[ recovery-image] Jun 21 00:13:52.383 INFO O| Jun 21 00:13:52.383 INFO STEP 188 (remove_files) COMPLETE
54322026-06-21T00:13:53.821Z[ recovery-image] Jun 21 00:13:52.383 INFO O| Jun 21 00:13:52.383 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-06-21T00:13:53.821Z[ recovery-image] Jun 21 00:13:52.389 INFO O| Jun 21 00:13:52.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54342026-06-21T00:13:53.821Z[ recovery-image] Jun 21 00:13:52.389 INFO O| Jun 21 00:13:52.389 INFO STEP 189 (remove_files) COMPLETE
54352026-06-21T00:13:53.821Z[ recovery-image] Jun 21 00:13:52.389 INFO O| Jun 21 00:13:52.389 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-06-21T00:13:53.828Z[ recovery-image] Jun 21 00:13:52.396 INFO O| Jun 21 00:13:52.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54372026-06-21T00:13:53.830Z[ recovery-image] Jun 21 00:13:52.396 INFO O| Jun 21 00:13:52.396 INFO STEP 190 (remove_files) COMPLETE
54382026-06-21T00:13:53.830Z[ recovery-image] Jun 21 00:13:52.396 INFO O| Jun 21 00:13:52.396 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-06-21T00:13:53.841Z[ recovery-image] Jun 21 00:13:52.401 INFO O| Jun 21 00:13:52.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54402026-06-21T00:13:53.841Z[ recovery-image] Jun 21 00:13:52.401 INFO O| Jun 21 00:13:52.401 INFO STEP 191 (remove_files) COMPLETE
54412026-06-21T00:13:53.841Z[ recovery-image] Jun 21 00:13:52.401 INFO O| Jun 21 00:13:52.401 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.410 INFO O| Jun 21 00:13:52.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54432026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.410 INFO O| Jun 21 00:13:52.410 INFO STEP 192 (remove_files) COMPLETE
54442026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.410 INFO O| Jun 21 00:13:52.410 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.417 INFO O| Jun 21 00:13:52.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54462026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.417 INFO O| Jun 21 00:13:52.417 INFO STEP 193 (remove_files) COMPLETE
54472026-06-21T00:13:53.848Z[ recovery-image] Jun 21 00:13:52.417 INFO O| Jun 21 00:13:52.417 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-06-21T00:13:53.859Z[ recovery-image] Jun 21 00:13:52.424 INFO O| Jun 21 00:13:52.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54492026-06-21T00:13:53.860Z[ recovery-image] Jun 21 00:13:52.424 INFO O| Jun 21 00:13:52.424 INFO STEP 194 (remove_files) COMPLETE
54502026-06-21T00:13:53.860Z[ recovery-image] Jun 21 00:13:52.424 INFO O| Jun 21 00:13:52.424 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-06-21T00:13:53.869Z[ recovery-image] Jun 21 00:13:52.432 INFO O| Jun 21 00:13:52.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54522026-06-21T00:13:53.869Z[ recovery-image] Jun 21 00:13:52.432 INFO O| Jun 21 00:13:52.432 INFO STEP 195 (remove_files) COMPLETE
54532026-06-21T00:13:53.869Z[ recovery-image] Jun 21 00:13:52.432 INFO O| Jun 21 00:13:52.432 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-06-21T00:13:53.873Z[ recovery-image] Jun 21 00:13:52.438 INFO O| Jun 21 00:13:52.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54552026-06-21T00:13:53.873Z[ recovery-image] Jun 21 00:13:52.438 INFO O| Jun 21 00:13:52.438 INFO STEP 196 (remove_files) COMPLETE
54562026-06-21T00:13:53.873Z[ recovery-image] Jun 21 00:13:52.438 INFO O| Jun 21 00:13:52.438 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-06-21T00:13:53.881Z[ recovery-image] Jun 21 00:13:52.444 INFO O| Jun 21 00:13:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54582026-06-21T00:13:53.881Z[ recovery-image] Jun 21 00:13:52.444 INFO O| Jun 21 00:13:52.444 INFO STEP 197 (remove_files) COMPLETE
54592026-06-21T00:13:53.881Z[ recovery-image] Jun 21 00:13:52.444 INFO O| Jun 21 00:13:52.444 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-06-21T00:13:53.881Z[ recovery-image] Jun 21 00:13:52.450 INFO O| Jun 21 00:13:52.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54612026-06-21T00:13:53.881Z[ recovery-image] Jun 21 00:13:52.450 INFO O| Jun 21 00:13:52.450 INFO STEP 198 (remove_files) COMPLETE
54622026-06-21T00:13:53.882Z[ recovery-image] Jun 21 00:13:52.450 INFO O| Jun 21 00:13:52.450 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-06-21T00:13:53.888Z[ recovery-image] Jun 21 00:13:52.456 INFO O| Jun 21 00:13:52.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54642026-06-21T00:13:53.888Z[ recovery-image] Jun 21 00:13:52.457 INFO O| Jun 21 00:13:52.457 INFO STEP 199 (remove_files) COMPLETE
54652026-06-21T00:13:53.888Z[ recovery-image] Jun 21 00:13:52.457 INFO O| Jun 21 00:13:52.457 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-06-21T00:13:53.894Z[ recovery-image] Jun 21 00:13:52.465 INFO O| Jun 21 00:13:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54672026-06-21T00:13:53.894Z[ recovery-image] Jun 21 00:13:52.465 INFO O| Jun 21 00:13:52.465 INFO STEP 200 (remove_files) COMPLETE
54682026-06-21T00:13:53.894Z[ recovery-image] Jun 21 00:13:52.465 INFO O| Jun 21 00:13:52.465 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-06-21T00:13:53.908Z[ recovery-image] Jun 21 00:13:52.470 INFO O| Jun 21 00:13:52.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54702026-06-21T00:13:53.908Z[ recovery-image] Jun 21 00:13:52.470 INFO O| Jun 21 00:13:52.470 INFO STEP 201 (remove_files) COMPLETE
54712026-06-21T00:13:53.910Z[ recovery-image] Jun 21 00:13:52.470 INFO O| Jun 21 00:13:52.470 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-06-21T00:13:53.921Z[ recovery-image] Jun 21 00:13:52.475 INFO O| Jun 21 00:13:52.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54732026-06-21T00:13:53.921Z[ recovery-image] Jun 21 00:13:52.475 INFO O| Jun 21 00:13:52.475 INFO STEP 202 (remove_files) COMPLETE
54742026-06-21T00:13:53.921Z[ recovery-image] Jun 21 00:13:52.475 INFO O| Jun 21 00:13:52.475 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-06-21T00:13:53.921Z[ recovery-image] Jun 21 00:13:52.480 INFO O| Jun 21 00:13:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54762026-06-21T00:13:53.921Z[ recovery-image] Jun 21 00:13:52.480 INFO O| Jun 21 00:13:52.480 INFO STEP 203 (remove_files) COMPLETE
54772026-06-21T00:13:53.922Z[ recovery-image] Jun 21 00:13:52.480 INFO O| Jun 21 00:13:52.480 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-06-21T00:13:53.922Z[ recovery-image] Jun 21 00:13:52.488 INFO O| Jun 21 00:13:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54792026-06-21T00:13:53.922Z[ recovery-image] Jun 21 00:13:52.488 INFO O| Jun 21 00:13:52.488 INFO STEP 204 (remove_files) COMPLETE
54802026-06-21T00:13:53.923Z[ recovery-image] Jun 21 00:13:52.488 INFO O| Jun 21 00:13:52.488 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.494 INFO O| Jun 21 00:13:52.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54822026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.495 INFO O| Jun 21 00:13:52.494 INFO STEP 205 (remove_files) COMPLETE
54832026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.495 INFO O| Jun 21 00:13:52.495 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.500 INFO O| Jun 21 00:13:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54852026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.500 INFO O| Jun 21 00:13:52.500 INFO STEP 206 (remove_files) COMPLETE
54862026-06-21T00:13:53.934Z[ recovery-image] Jun 21 00:13:52.500 INFO O| Jun 21 00:13:52.500 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-06-21T00:13:53.960Z[ recovery-image] Jun 21 00:13:52.508 INFO O| Jun 21 00:13:52.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54882026-06-21T00:13:53.960Z[ recovery-image] Jun 21 00:13:52.508 INFO O| Jun 21 00:13:52.508 INFO STEP 207 (remove_files) COMPLETE
54892026-06-21T00:13:53.960Z[ recovery-image] Jun 21 00:13:52.508 INFO O| Jun 21 00:13:52.508 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-06-21T00:13:53.961Z[ recovery-image] Jun 21 00:13:52.514 INFO O| Jun 21 00:13:52.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54912026-06-21T00:13:53.961Z[ recovery-image] Jun 21 00:13:52.514 INFO O| Jun 21 00:13:52.514 INFO STEP 208 (remove_files) COMPLETE
54922026-06-21T00:13:53.961Z[ recovery-image] Jun 21 00:13:52.514 INFO O| Jun 21 00:13:52.514 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-06-21T00:13:53.971Z[ recovery-image] Jun 21 00:13:52.522 INFO O| Jun 21 00:13:52.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54942026-06-21T00:13:53.971Z[ recovery-image] Jun 21 00:13:52.522 INFO O| Jun 21 00:13:52.522 INFO STEP 209 (remove_files) COMPLETE
54952026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.522 INFO O| Jun 21 00:13:52.522 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.529 INFO O| Jun 21 00:13:52.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54972026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.529 INFO O| Jun 21 00:13:52.529 INFO STEP 210 (remove_files) COMPLETE
54982026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.529 INFO O| Jun 21 00:13:52.529 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.536 INFO O| Jun 21 00:13:52.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55002026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.536 INFO O| Jun 21 00:13:52.536 INFO STEP 211 (remove_files) COMPLETE
55012026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.536 INFO O| Jun 21 00:13:52.536 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.541 INFO O| Jun 21 00:13:52.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55032026-06-21T00:13:53.972Z[ recovery-image] Jun 21 00:13:52.541 INFO O| Jun 21 00:13:52.541 INFO STEP 212 (remove_files) COMPLETE
55042026-06-21T00:13:53.973Z[ recovery-image] Jun 21 00:13:52.541 INFO O| Jun 21 00:13:52.541 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-06-21T00:13:54.060Z[ recovery-image] Jun 21 00:13:52.547 INFO O| Jun 21 00:13:52.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55062026-06-21T00:13:54.060Z[ recovery-image] Jun 21 00:13:52.547 INFO O| Jun 21 00:13:52.547 INFO STEP 213 (remove_files) COMPLETE
55072026-06-21T00:13:54.060Z[ recovery-image] Jun 21 00:13:52.547 INFO O| Jun 21 00:13:52.547 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-06-21T00:13:54.115Z[ recovery-image] Jun 21 00:13:52.553 INFO O| Jun 21 00:13:52.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55092026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.553 INFO O| Jun 21 00:13:52.553 INFO STEP 214 (remove_files) COMPLETE
55102026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.553 INFO O| Jun 21 00:13:52.553 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.559 INFO O| Jun 21 00:13:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55122026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.559 INFO O| Jun 21 00:13:52.559 INFO STEP 215 (remove_files) COMPLETE
55132026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.559 INFO O| Jun 21 00:13:52.559 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.565 INFO O| Jun 21 00:13:52.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55152026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.565 INFO O| Jun 21 00:13:52.565 INFO STEP 216 (remove_files) COMPLETE
55162026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.565 INFO O| Jun 21 00:13:52.565 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.570 INFO O| Jun 21 00:13:52.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55182026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.571 INFO O| Jun 21 00:13:52.570 INFO STEP 217 (remove_files) COMPLETE
55192026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.571 INFO O| Jun 21 00:13:52.570 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.576 INFO O| Jun 21 00:13:52.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55212026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.576 INFO O| Jun 21 00:13:52.576 INFO STEP 218 (remove_files) COMPLETE
55222026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.576 INFO O| Jun 21 00:13:52.576 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.582 INFO O| Jun 21 00:13:52.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55242026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.582 INFO O| Jun 21 00:13:52.582 INFO STEP 219 (remove_files) COMPLETE
55252026-06-21T00:13:54.116Z[ recovery-image] Jun 21 00:13:52.582 INFO O| Jun 21 00:13:52.582 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.590 INFO O| Jun 21 00:13:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55272026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.590 INFO O| Jun 21 00:13:52.590 INFO STEP 220 (remove_files) COMPLETE
55282026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.590 INFO O| Jun 21 00:13:52.590 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.598 INFO O| Jun 21 00:13:52.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55302026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.598 INFO O| Jun 21 00:13:52.598 INFO STEP 221 (remove_files) COMPLETE
55312026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.598 INFO O| Jun 21 00:13:52.598 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.605 INFO O| Jun 21 00:13:52.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55332026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.605 INFO O| Jun 21 00:13:52.605 INFO STEP 222 (remove_files) COMPLETE
55342026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.605 INFO O| Jun 21 00:13:52.605 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-06-21T00:13:54.117Z[ host-image] Jun 21 00:13:52.610 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24036:20260614T123454Z
55362026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.611 INFO O| Jun 21 00:13:52.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55372026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.611 INFO O| Jun 21 00:13:52.611 INFO STEP 223 (remove_files) COMPLETE
55382026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.611 INFO O| Jun 21 00:13:52.611 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-06-21T00:13:54.117Z[ recovery-image] Jun 21 00:13:52.618 INFO O| Jun 21 00:13:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55402026-06-21T00:13:54.119Z[ recovery-image] Jun 21 00:13:52.618 INFO O| Jun 21 00:13:52.618 INFO STEP 224 (remove_files) COMPLETE
55412026-06-21T00:13:54.119Z[ recovery-image] Jun 21 00:13:52.618 INFO O| Jun 21 00:13:52.618 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.623 INFO O| Jun 21 00:13:52.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55432026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.623 INFO O| Jun 21 00:13:52.623 INFO STEP 225 (remove_files) COMPLETE
55442026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.623 INFO O| Jun 21 00:13:52.623 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.628 INFO O| Jun 21 00:13:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55462026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.628 INFO O| Jun 21 00:13:52.628 INFO STEP 226 (remove_files) COMPLETE
55472026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.628 INFO O| Jun 21 00:13:52.628 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.636 INFO O| Jun 21 00:13:52.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55492026-06-21T00:13:54.120Z[ recovery-image] Jun 21 00:13:52.636 INFO O| Jun 21 00:13:52.636 INFO STEP 227 (remove_files) COMPLETE
55502026-06-21T00:13:54.124Z[ recovery-image] Jun 21 00:13:52.636 INFO O| Jun 21 00:13:52.636 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-06-21T00:13:54.131Z[ recovery-image] Jun 21 00:13:52.641 INFO O| Jun 21 00:13:52.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55522026-06-21T00:13:54.131Z[ recovery-image] Jun 21 00:13:52.641 INFO O| Jun 21 00:13:52.641 INFO STEP 228 (remove_files) COMPLETE
55532026-06-21T00:13:54.131Z[ recovery-image] Jun 21 00:13:52.641 INFO O| Jun 21 00:13:52.641 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-06-21T00:13:54.131Z[ recovery-image] Jun 21 00:13:52.646 INFO O| Jun 21 00:13:52.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55552026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.646 INFO O| Jun 21 00:13:52.646 INFO STEP 229 (remove_files) COMPLETE
55562026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.646 INFO O| Jun 21 00:13:52.646 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.654 INFO O| Jun 21 00:13:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55582026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.654 INFO O| Jun 21 00:13:52.654 INFO STEP 230 (remove_files) COMPLETE
55592026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.654 INFO O| Jun 21 00:13:52.654 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.659 INFO O| Jun 21 00:13:52.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55612026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.659 INFO O| Jun 21 00:13:52.659 INFO STEP 231 (remove_files) COMPLETE
55622026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.659 INFO O| Jun 21 00:13:52.659 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.665 INFO O| Jun 21 00:13:52.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55642026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.665 INFO O| Jun 21 00:13:52.665 INFO STEP 232 (remove_files) COMPLETE
55652026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.665 INFO O| Jun 21 00:13:52.665 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.672 INFO O| Jun 21 00:13:52.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55672026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.673 INFO O| Jun 21 00:13:52.673 INFO STEP 233 (remove_files) COMPLETE
55682026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.673 INFO O| Jun 21 00:13:52.673 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-06-21T00:13:54.134Z[ recovery-image] Jun 21 00:13:52.680 INFO O| Jun 21 00:13:52.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55702026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.681 INFO O| Jun 21 00:13:52.681 INFO STEP 234 (remove_files) COMPLETE
55712026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.681 INFO O| Jun 21 00:13:52.681 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.688 INFO O| Jun 21 00:13:52.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55732026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.688 INFO O| Jun 21 00:13:52.688 INFO STEP 235 (remove_files) COMPLETE
55742026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.688 INFO O| Jun 21 00:13:52.688 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.693 INFO O| Jun 21 00:13:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55762026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.693 INFO O| Jun 21 00:13:52.693 INFO STEP 236 (remove_files) COMPLETE
55772026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.693 INFO O| Jun 21 00:13:52.693 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.699 INFO O| Jun 21 00:13:52.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55792026-06-21T00:13:54.136Z[ recovery-image] Jun 21 00:13:52.699 INFO O| Jun 21 00:13:52.699 INFO STEP 237 (remove_files) COMPLETE
55802026-06-21T00:13:54.137Z[ recovery-image] Jun 21 00:13:52.699 INFO O| Jun 21 00:13:52.699 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-06-21T00:13:54.147Z[ recovery-image] Jun 21 00:13:52.705 INFO O| Jun 21 00:13:52.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55822026-06-21T00:13:54.147Z[ recovery-image] Jun 21 00:13:52.705 INFO O| Jun 21 00:13:52.705 INFO STEP 238 (remove_files) COMPLETE
55832026-06-21T00:13:54.148Z[ recovery-image] Jun 21 00:13:52.705 INFO O| Jun 21 00:13:52.705 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-06-21T00:13:54.148Z[ recovery-image] Jun 21 00:13:52.713 INFO O| Jun 21 00:13:52.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55852026-06-21T00:13:54.149Z[ recovery-image] Jun 21 00:13:52.713 INFO O| Jun 21 00:13:52.713 INFO STEP 239 (remove_files) COMPLETE
55862026-06-21T00:13:54.149Z[ recovery-image] Jun 21 00:13:52.713 INFO O| Jun 21 00:13:52.713 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.719 INFO O| Jun 21 00:13:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55882026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.719 INFO O| Jun 21 00:13:52.719 INFO STEP 240 (remove_files) COMPLETE
55892026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.719 INFO O| Jun 21 00:13:52.719 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.725 INFO O| Jun 21 00:13:52.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55912026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.725 INFO O| Jun 21 00:13:52.725 INFO STEP 241 (remove_files) COMPLETE
55922026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.725 INFO O| Jun 21 00:13:52.725 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.731 INFO O| Jun 21 00:13:52.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55942026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.731 INFO O| Jun 21 00:13:52.731 INFO STEP 242 (remove_files) COMPLETE
55952026-06-21T00:13:54.167Z[ recovery-image] Jun 21 00:13:52.731 INFO O| Jun 21 00:13:52.731 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.737 INFO O| Jun 21 00:13:52.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55972026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.737 INFO O| Jun 21 00:13:52.737 INFO STEP 243 (remove_files) COMPLETE
55982026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.737 INFO O| Jun 21 00:13:52.737 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.744 INFO O| Jun 21 00:13:52.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56002026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.744 INFO O| Jun 21 00:13:52.744 INFO STEP 244 (remove_files) COMPLETE
56012026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.744 INFO O| Jun 21 00:13:52.744 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.750 INFO O| Jun 21 00:13:52.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56032026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.750 INFO O| Jun 21 00:13:52.750 INFO STEP 245 (remove_files) COMPLETE
56042026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.750 INFO O| Jun 21 00:13:52.750 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.755 INFO O| Jun 21 00:13:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56062026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.755 INFO O| Jun 21 00:13:52.755 INFO STEP 246 (remove_files) COMPLETE
56072026-06-21T00:13:54.192Z[ recovery-image] Jun 21 00:13:52.755 INFO O| Jun 21 00:13:52.755 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-06-21T00:13:54.201Z[ recovery-image] Jun 21 00:13:52.760 INFO O| Jun 21 00:13:52.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56092026-06-21T00:13:54.201Z[ recovery-image] Jun 21 00:13:52.760 INFO O| Jun 21 00:13:52.760 INFO STEP 247 (remove_files) COMPLETE
56102026-06-21T00:13:54.201Z[ recovery-image] Jun 21 00:13:52.760 INFO O| Jun 21 00:13:52.760 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-06-21T00:13:54.201Z[ recovery-image] Jun 21 00:13:52.768 INFO O| Jun 21 00:13:52.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56122026-06-21T00:13:54.201Z[ recovery-image] Jun 21 00:13:52.768 INFO O| Jun 21 00:13:52.768 INFO STEP 248 (remove_files) COMPLETE
56132026-06-21T00:13:54.202Z[ recovery-image] Jun 21 00:13:52.768 INFO O| Jun 21 00:13:52.768 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-06-21T00:13:54.210Z[ recovery-image] Jun 21 00:13:52.775 INFO O| Jun 21 00:13:52.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56152026-06-21T00:13:54.210Z[ recovery-image] Jun 21 00:13:52.775 INFO O| Jun 21 00:13:52.775 INFO STEP 249 (remove_files) COMPLETE
56162026-06-21T00:13:54.210Z[ recovery-image] Jun 21 00:13:52.775 INFO O| Jun 21 00:13:52.775 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-06-21T00:13:54.227Z[ recovery-image] Jun 21 00:13:52.780 INFO O| Jun 21 00:13:52.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56182026-06-21T00:13:54.227Z[ recovery-image] Jun 21 00:13:52.780 INFO O| Jun 21 00:13:52.780 INFO STEP 250 (remove_files) COMPLETE
56192026-06-21T00:13:54.228Z[ recovery-image] Jun 21 00:13:52.780 INFO O| Jun 21 00:13:52.780 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-06-21T00:13:54.228Z[ recovery-image] Jun 21 00:13:52.786 INFO O| Jun 21 00:13:52.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56212026-06-21T00:13:54.228Z[ recovery-image] Jun 21 00:13:52.786 INFO O| Jun 21 00:13:52.786 INFO STEP 251 (remove_files) COMPLETE
56222026-06-21T00:13:54.228Z[ recovery-image] Jun 21 00:13:52.786 INFO O| Jun 21 00:13:52.786 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-06-21T00:13:54.237Z[ recovery-image] Jun 21 00:13:52.792 INFO O| Jun 21 00:13:52.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56242026-06-21T00:13:54.237Z[ recovery-image] Jun 21 00:13:52.792 INFO O| Jun 21 00:13:52.792 INFO STEP 252 (remove_files) COMPLETE
56252026-06-21T00:13:54.237Z[ recovery-image] Jun 21 00:13:52.792 INFO O| Jun 21 00:13:52.792 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-06-21T00:13:54.242Z[ recovery-image] Jun 21 00:13:52.797 INFO O| Jun 21 00:13:52.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56272026-06-21T00:13:54.242Z[ recovery-image] Jun 21 00:13:52.797 INFO O| Jun 21 00:13:52.797 INFO STEP 253 (remove_files) COMPLETE
56282026-06-21T00:13:54.242Z[ recovery-image] Jun 21 00:13:52.797 INFO O| Jun 21 00:13:52.797 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-06-21T00:13:54.242Z[ recovery-image] Jun 21 00:13:52.803 INFO O| Jun 21 00:13:52.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56302026-06-21T00:13:54.242Z[ recovery-image] Jun 21 00:13:52.803 INFO O| Jun 21 00:13:52.803 INFO STEP 254 (remove_files) COMPLETE
56312026-06-21T00:13:54.243Z[ recovery-image] Jun 21 00:13:52.803 INFO O| Jun 21 00:13:52.803 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.809 INFO O| Jun 21 00:13:52.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56332026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.809 INFO O| Jun 21 00:13:52.809 INFO STEP 255 (remove_files) COMPLETE
56342026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.809 INFO O| Jun 21 00:13:52.809 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.815 INFO O| Jun 21 00:13:52.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56362026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.815 INFO O| Jun 21 00:13:52.815 INFO STEP 256 (remove_files) COMPLETE
56372026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.815 INFO O| Jun 21 00:13:52.815 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-06-21T00:13:54.250Z[ recovery-image] Jun 21 00:13:52.821 INFO O| Jun 21 00:13:52.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56392026-06-21T00:13:54.251Z[ recovery-image] Jun 21 00:13:52.821 INFO O| Jun 21 00:13:52.821 INFO STEP 257 (remove_files) COMPLETE
56402026-06-21T00:13:54.253Z[ recovery-image] Jun 21 00:13:52.821 INFO O| Jun 21 00:13:52.821 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-06-21T00:13:54.260Z[ recovery-image] Jun 21 00:13:52.827 INFO O| Jun 21 00:13:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56422026-06-21T00:13:54.260Z[ recovery-image] Jun 21 00:13:52.827 INFO O| Jun 21 00:13:52.827 INFO STEP 258 (remove_files) COMPLETE
56432026-06-21T00:13:54.264Z[ recovery-image] Jun 21 00:13:52.827 INFO O| Jun 21 00:13:52.827 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-06-21T00:13:54.264Z[ recovery-image] Jun 21 00:13:52.833 INFO O| Jun 21 00:13:52.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56452026-06-21T00:13:54.265Z[ recovery-image] Jun 21 00:13:52.833 INFO O| Jun 21 00:13:52.833 INFO STEP 259 (remove_files) COMPLETE
56462026-06-21T00:13:54.265Z[ recovery-image] Jun 21 00:13:52.833 INFO O| Jun 21 00:13:52.833 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-06-21T00:13:54.273Z[ recovery-image] Jun 21 00:13:52.839 INFO O| Jun 21 00:13:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56482026-06-21T00:13:54.274Z[ recovery-image] Jun 21 00:13:52.839 INFO O| Jun 21 00:13:52.839 INFO STEP 260 (remove_files) COMPLETE
56492026-06-21T00:13:54.274Z[ recovery-image] Jun 21 00:13:52.839 INFO O| Jun 21 00:13:52.839 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-06-21T00:13:54.293Z[ recovery-image] Jun 21 00:13:52.846 INFO O| Jun 21 00:13:52.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56512026-06-21T00:13:54.293Z[ recovery-image] Jun 21 00:13:52.846 INFO O| Jun 21 00:13:52.846 INFO STEP 261 (remove_files) COMPLETE
56522026-06-21T00:13:54.293Z[ recovery-image] Jun 21 00:13:52.846 INFO O| Jun 21 00:13:52.846 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-06-21T00:13:54.305Z[ recovery-image] Jun 21 00:13:52.855 INFO O| Jun 21 00:13:52.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56542026-06-21T00:13:54.305Z[ recovery-image] Jun 21 00:13:52.855 INFO O| Jun 21 00:13:52.855 INFO STEP 262 (remove_files) COMPLETE
56552026-06-21T00:13:54.305Z[ recovery-image] Jun 21 00:13:52.855 INFO O| Jun 21 00:13:52.855 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-06-21T00:13:54.305Z[ recovery-image] Jun 21 00:13:52.862 INFO O| Jun 21 00:13:52.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56572026-06-21T00:13:54.305Z[ recovery-image] Jun 21 00:13:52.862 INFO O| Jun 21 00:13:52.862 INFO STEP 263 (remove_files) COMPLETE
56582026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.862 INFO O| Jun 21 00:13:52.862 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.868 INFO O| Jun 21 00:13:52.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56602026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.868 INFO O| Jun 21 00:13:52.868 INFO STEP 264 (remove_files) COMPLETE
56612026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.868 INFO O| Jun 21 00:13:52.868 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.874 INFO O| Jun 21 00:13:52.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56632026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.874 INFO O| Jun 21 00:13:52.874 INFO STEP 265 (remove_files) COMPLETE
56642026-06-21T00:13:54.306Z[ recovery-image] Jun 21 00:13:52.874 INFO O| Jun 21 00:13:52.874 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-06-21T00:13:54.319Z[ recovery-image] Jun 21 00:13:52.880 INFO O| Jun 21 00:13:52.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56662026-06-21T00:13:54.319Z[ recovery-image] Jun 21 00:13:52.880 INFO O| Jun 21 00:13:52.880 INFO STEP 266 (remove_files) COMPLETE
56672026-06-21T00:13:54.319Z[ recovery-image] Jun 21 00:13:52.880 INFO O| Jun 21 00:13:52.880 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-06-21T00:13:54.327Z[ recovery-image] Jun 21 00:13:52.886 INFO O| Jun 21 00:13:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56692026-06-21T00:13:54.327Z[ recovery-image] Jun 21 00:13:52.886 INFO O| Jun 21 00:13:52.886 INFO STEP 267 (remove_files) COMPLETE
56702026-06-21T00:13:54.327Z[ recovery-image] Jun 21 00:13:52.886 INFO O| Jun 21 00:13:52.886 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-06-21T00:13:54.327Z[ recovery-image] Jun 21 00:13:52.891 INFO O| Jun 21 00:13:52.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56722026-06-21T00:13:54.327Z[ recovery-image] Jun 21 00:13:52.891 INFO O| Jun 21 00:13:52.891 INFO STEP 268 (remove_files) COMPLETE
56732026-06-21T00:13:54.328Z[ recovery-image] Jun 21 00:13:52.891 INFO O| Jun 21 00:13:52.891 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.900 INFO O| Jun 21 00:13:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56752026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.900 INFO O| Jun 21 00:13:52.900 INFO STEP 269 (remove_files) COMPLETE
56762026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.900 INFO O| Jun 21 00:13:52.900 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.907 INFO O| Jun 21 00:13:52.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56782026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.907 INFO O| Jun 21 00:13:52.907 INFO STEP 270 (remove_files) COMPLETE
56792026-06-21T00:13:54.335Z[ recovery-image] Jun 21 00:13:52.907 INFO O| Jun 21 00:13:52.907 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-06-21T00:13:54.346Z[ recovery-image] Jun 21 00:13:52.914 INFO O| Jun 21 00:13:52.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56812026-06-21T00:13:54.346Z[ recovery-image] Jun 21 00:13:52.914 INFO O| Jun 21 00:13:52.914 INFO STEP 271 (remove_files) COMPLETE
56822026-06-21T00:13:54.346Z[ recovery-image] Jun 21 00:13:52.914 INFO O| Jun 21 00:13:52.914 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-06-21T00:13:54.352Z[ recovery-image] Jun 21 00:13:52.921 INFO O| Jun 21 00:13:52.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56842026-06-21T00:13:54.352Z[ recovery-image] Jun 21 00:13:52.921 INFO O| Jun 21 00:13:52.921 INFO STEP 272 (remove_files) COMPLETE
56852026-06-21T00:13:54.353Z[ recovery-image] Jun 21 00:13:52.921 INFO O| Jun 21 00:13:52.921 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-06-21T00:13:54.362Z[ recovery-image] Jun 21 00:13:52.927 INFO O| Jun 21 00:13:52.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56872026-06-21T00:13:54.366Z[ recovery-image] Jun 21 00:13:52.927 INFO O| Jun 21 00:13:52.927 INFO STEP 273 (remove_files) COMPLETE
56882026-06-21T00:13:54.366Z[ recovery-image] Jun 21 00:13:52.927 INFO O| Jun 21 00:13:52.927 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-06-21T00:13:54.372Z[ recovery-image] Jun 21 00:13:52.934 INFO O| Jun 21 00:13:52.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56902026-06-21T00:13:54.372Z[ recovery-image] Jun 21 00:13:52.934 INFO O| Jun 21 00:13:52.934 INFO STEP 274 (remove_files) COMPLETE
56912026-06-21T00:13:54.372Z[ recovery-image] Jun 21 00:13:52.934 INFO O| Jun 21 00:13:52.934 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-06-21T00:13:54.372Z[ recovery-image] Jun 21 00:13:52.943 INFO O| Jun 21 00:13:52.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56932026-06-21T00:13:54.372Z[ recovery-image] Jun 21 00:13:52.943 INFO O| Jun 21 00:13:52.943 INFO STEP 275 (remove_files) COMPLETE
56942026-06-21T00:13:54.373Z[ recovery-image] Jun 21 00:13:52.943 INFO O| Jun 21 00:13:52.943 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-06-21T00:13:54.385Z[ recovery-image] Jun 21 00:13:52.950 INFO O| Jun 21 00:13:52.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56962026-06-21T00:13:54.385Z[ recovery-image] Jun 21 00:13:52.950 INFO O| Jun 21 00:13:52.950 INFO STEP 276 (remove_files) COMPLETE
56972026-06-21T00:13:54.385Z[ recovery-image] Jun 21 00:13:52.950 INFO O| Jun 21 00:13:52.950 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.955 INFO O| Jun 21 00:13:52.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56992026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.955 INFO O| Jun 21 00:13:52.955 INFO STEP 277 (remove_files) COMPLETE
57002026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.955 INFO O| Jun 21 00:13:52.955 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.962 INFO O| Jun 21 00:13:52.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57022026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.962 INFO O| Jun 21 00:13:52.962 INFO STEP 278 (remove_files) COMPLETE
57032026-06-21T00:13:54.391Z[ recovery-image] Jun 21 00:13:52.962 INFO O| Jun 21 00:13:52.962 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-06-21T00:13:54.398Z[ recovery-image] Jun 21 00:13:52.968 INFO O| Jun 21 00:13:52.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57052026-06-21T00:13:54.398Z[ recovery-image] Jun 21 00:13:52.968 INFO O| Jun 21 00:13:52.968 INFO STEP 279 (remove_files) COMPLETE
57062026-06-21T00:13:54.399Z[ recovery-image] Jun 21 00:13:52.968 INFO O| Jun 21 00:13:52.968 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-06-21T00:13:54.408Z[ recovery-image] Jun 21 00:13:52.975 INFO O| Jun 21 00:13:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57082026-06-21T00:13:54.408Z[ recovery-image] Jun 21 00:13:52.975 INFO O| Jun 21 00:13:52.975 INFO STEP 280 (remove_files) COMPLETE
57092026-06-21T00:13:54.408Z[ recovery-image] Jun 21 00:13:52.975 INFO O| Jun 21 00:13:52.975 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.981 INFO O| Jun 21 00:13:52.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57112026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.981 INFO O| Jun 21 00:13:52.981 INFO STEP 281 (remove_files) COMPLETE
57122026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.981 INFO O| Jun 21 00:13:52.981 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.986 INFO O| Jun 21 00:13:52.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57142026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.986 INFO O| Jun 21 00:13:52.986 INFO STEP 282 (remove_files) COMPLETE
57152026-06-21T00:13:54.415Z[ recovery-image] Jun 21 00:13:52.986 INFO O| Jun 21 00:13:52.986 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-06-21T00:13:54.420Z[ recovery-image] Jun 21 00:13:52.992 INFO O| Jun 21 00:13:52.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57172026-06-21T00:13:54.423Z[ recovery-image] Jun 21 00:13:52.992 INFO O| Jun 21 00:13:52.992 INFO STEP 283 (remove_files) COMPLETE
57182026-06-21T00:13:54.423Z[ recovery-image] Jun 21 00:13:52.992 INFO O| Jun 21 00:13:52.992 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-06-21T00:13:54.429Z[ recovery-image] Jun 21 00:13:52.997 INFO O| Jun 21 00:13:52.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57202026-06-21T00:13:54.430Z[ recovery-image] Jun 21 00:13:52.997 INFO O| Jun 21 00:13:52.997 INFO STEP 284 (remove_files) COMPLETE
57212026-06-21T00:13:54.430Z[ recovery-image] Jun 21 00:13:52.997 INFO O| Jun 21 00:13:52.997 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-06-21T00:13:54.438Z[ recovery-image] Jun 21 00:13:53.004 INFO O| Jun 21 00:13:53.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57232026-06-21T00:13:54.438Z[ recovery-image] Jun 21 00:13:53.004 INFO O| Jun 21 00:13:53.004 INFO STEP 285 (remove_files) COMPLETE
57242026-06-21T00:13:54.438Z[ recovery-image] Jun 21 00:13:53.004 INFO O| Jun 21 00:13:53.004 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-06-21T00:13:54.453Z[ recovery-image] Jun 21 00:13:53.010 INFO O| Jun 21 00:13:53.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57262026-06-21T00:13:54.454Z[ recovery-image] Jun 21 00:13:53.010 INFO O| Jun 21 00:13:53.010 INFO STEP 286 (remove_files) COMPLETE
57272026-06-21T00:13:54.454Z[ recovery-image] Jun 21 00:13:53.010 INFO O| Jun 21 00:13:53.010 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-21T00:13:54.454Z[ recovery-image] Jun 21 00:13:53.015 INFO O| Jun 21 00:13:53.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57292026-06-21T00:13:54.464Z[ recovery-image] Jun 21 00:13:53.016 INFO O| Jun 21 00:13:53.015 INFO STEP 287 (remove_files) COMPLETE
57302026-06-21T00:13:54.464Z[ recovery-image] Jun 21 00:13:53.016 INFO O| Jun 21 00:13:53.015 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-21T00:13:54.479Z[ recovery-image] Jun 21 00:13:53.021 INFO O| Jun 21 00:13:53.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57322026-06-21T00:13:54.479Z[ recovery-image] Jun 21 00:13:53.021 INFO O| Jun 21 00:13:53.021 INFO STEP 288 (remove_files) COMPLETE
57332026-06-21T00:13:54.480Z[ recovery-image] Jun 21 00:13:53.021 INFO O| Jun 21 00:13:53.021 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-21T00:13:54.480Z[ recovery-image] Jun 21 00:13:53.027 INFO O| Jun 21 00:13:53.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57352026-06-21T00:13:54.480Z[ recovery-image] Jun 21 00:13:53.027 INFO O| Jun 21 00:13:53.027 INFO STEP 289 (remove_files) COMPLETE
57362026-06-21T00:13:54.485Z[ recovery-image] Jun 21 00:13:53.027 INFO O| Jun 21 00:13:53.027 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-06-21T00:13:54.485Z[ recovery-image] Jun 21 00:13:53.032 INFO O| Jun 21 00:13:53.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57382026-06-21T00:13:54.485Z[ recovery-image] Jun 21 00:13:53.032 INFO O| Jun 21 00:13:53.032 INFO STEP 290 (remove_files) COMPLETE
57392026-06-21T00:13:54.485Z[ recovery-image] Jun 21 00:13:53.032 INFO O| Jun 21 00:13:53.032 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-06-21T00:13:54.485Z[ recovery-image] Jun 21 00:13:53.038 INFO O| Jun 21 00:13:53.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57412026-06-21T00:13:54.486Z[ recovery-image] Jun 21 00:13:53.038 INFO O| Jun 21 00:13:53.038 INFO STEP 291 (remove_files) COMPLETE
57422026-06-21T00:13:54.486Z[ recovery-image] Jun 21 00:13:53.038 INFO O| Jun 21 00:13:53.038 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-06-21T00:13:54.491Z[ recovery-image] Jun 21 00:13:53.043 INFO O| Jun 21 00:13:53.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57442026-06-21T00:13:54.491Z[ recovery-image] Jun 21 00:13:53.043 INFO O| Jun 21 00:13:53.043 INFO STEP 292 (remove_files) COMPLETE
57452026-06-21T00:13:54.492Z[ recovery-image] Jun 21 00:13:53.043 INFO O| Jun 21 00:13:53.043 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.049 INFO O| Jun 21 00:13:53.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57472026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.049 INFO O| Jun 21 00:13:53.049 INFO STEP 293 (remove_files) COMPLETE
57482026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.049 INFO O| Jun 21 00:13:53.049 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.055 INFO O| Jun 21 00:13:53.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57502026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.055 INFO O| Jun 21 00:13:53.055 INFO STEP 294 (remove_files) COMPLETE
57512026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.055 INFO O| Jun 21 00:13:53.055 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.060 INFO O| Jun 21 00:13:53.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57532026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.060 INFO O| Jun 21 00:13:53.060 INFO STEP 295 (remove_files) COMPLETE
57542026-06-21T00:13:54.517Z[ recovery-image] Jun 21 00:13:53.060 INFO O| Jun 21 00:13:53.060 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-06-21T00:13:54.519Z[ recovery-image] Jun 21 00:13:53.066 INFO O| Jun 21 00:13:53.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57562026-06-21T00:13:54.519Z[ recovery-image] Jun 21 00:13:53.067 INFO O| Jun 21 00:13:53.067 INFO STEP 296 (remove_files) COMPLETE
57572026-06-21T00:13:54.519Z[ recovery-image] Jun 21 00:13:53.067 INFO O| Jun 21 00:13:53.067 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-06-21T00:13:55.164Z[ recovery-image] Jun 21 00:13:53.072 INFO O| Jun 21 00:13:53.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57592026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.072 INFO O| Jun 21 00:13:53.072 INFO STEP 297 (remove_files) COMPLETE
57602026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.072 INFO O| Jun 21 00:13:53.072 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.078 INFO O| Jun 21 00:13:53.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57622026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.078 INFO O| Jun 21 00:13:53.078 INFO STEP 298 (remove_files) COMPLETE
57632026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.078 INFO O| Jun 21 00:13:53.078 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.084 INFO O| Jun 21 00:13:53.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57652026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.084 INFO O| Jun 21 00:13:53.084 INFO STEP 299 (remove_files) COMPLETE
57662026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.084 INFO O| Jun 21 00:13:53.084 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.092 INFO O| Jun 21 00:13:53.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57682026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.092 INFO O| Jun 21 00:13:53.092 INFO STEP 300 (remove_files) COMPLETE
57692026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.092 INFO O| Jun 21 00:13:53.092 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.098 INFO O| Jun 21 00:13:53.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57712026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.098 INFO O| Jun 21 00:13:53.098 INFO STEP 301 (remove_files) COMPLETE
57722026-06-21T00:13:55.165Z[ recovery-image] Jun 21 00:13:53.098 INFO O| Jun 21 00:13:53.098 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.104 INFO O| Jun 21 00:13:53.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57742026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.105 INFO O| Jun 21 00:13:53.105 INFO STEP 302 (remove_files) COMPLETE
57752026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.105 INFO O| Jun 21 00:13:53.105 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.111 INFO O| Jun 21 00:13:53.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57772026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.111 INFO O| Jun 21 00:13:53.111 INFO STEP 303 (remove_files) COMPLETE
57782026-06-21T00:13:55.353Z[ recovery-image] Jun 21 00:13:53.111 INFO O| Jun 21 00:13:53.111 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-06-21T00:13:55.356Z[ recovery-image] Jun 21 00:13:53.116 INFO O| Jun 21 00:13:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57802026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.116 INFO O| Jun 21 00:13:53.116 INFO STEP 304 (remove_files) COMPLETE
57812026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.116 INFO O| Jun 21 00:13:53.116 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.123 INFO O| Jun 21 00:13:53.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57832026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.123 INFO O| Jun 21 00:13:53.123 INFO STEP 305 (remove_files) COMPLETE
57842026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.123 INFO O| Jun 21 00:13:53.123 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.129 INFO O| Jun 21 00:13:53.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57862026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.129 INFO O| Jun 21 00:13:53.129 INFO STEP 306 (remove_files) COMPLETE
57872026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.129 INFO O| Jun 21 00:13:53.129 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.135 INFO O| Jun 21 00:13:53.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57892026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.135 INFO O| Jun 21 00:13:53.135 INFO STEP 307 (remove_files) COMPLETE
57902026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.135 INFO O| Jun 21 00:13:53.135 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.142 INFO O| Jun 21 00:13:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57922026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.142 INFO O| Jun 21 00:13:53.142 INFO STEP 308 (remove_files) COMPLETE
57932026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.142 INFO O| Jun 21 00:13:53.142 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.147 INFO O| Jun 21 00:13:53.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57952026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.148 INFO O| Jun 21 00:13:53.147 INFO STEP 309 (remove_files) COMPLETE
57962026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.148 INFO O| Jun 21 00:13:53.148 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.153 INFO O| Jun 21 00:13:53.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57982026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.153 INFO O| Jun 21 00:13:53.153 INFO STEP 310 (remove_files) COMPLETE
57992026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.153 INFO O| Jun 21 00:13:53.153 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.159 INFO O| Jun 21 00:13:53.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58012026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.159 INFO O| Jun 21 00:13:53.159 INFO STEP 311 (remove_files) COMPLETE
58022026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.159 INFO O| Jun 21 00:13:53.159 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.165 INFO O| Jun 21 00:13:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58042026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.166 INFO O| Jun 21 00:13:53.165 INFO STEP 312 (remove_files) COMPLETE
58052026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.166 INFO O| Jun 21 00:13:53.165 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.172 INFO O| Jun 21 00:13:53.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58072026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.172 INFO O| Jun 21 00:13:53.172 INFO STEP 313 (remove_files) COMPLETE
58082026-06-21T00:13:55.357Z[ recovery-image] Jun 21 00:13:53.172 INFO O| Jun 21 00:13:53.172 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-06-21T00:13:55.365Z[ recovery-image] Jun 21 00:13:53.178 INFO O| Jun 21 00:13:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58102026-06-21T00:13:55.365Z[ recovery-image] Jun 21 00:13:53.178 INFO O| Jun 21 00:13:53.178 INFO STEP 314 (remove_files) COMPLETE
58112026-06-21T00:13:55.365Z[ recovery-image] Jun 21 00:13:53.178 INFO O| Jun 21 00:13:53.178 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-06-21T00:13:55.365Z[ recovery-image] Jun 21 00:13:53.185 INFO O| Jun 21 00:13:53.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58132026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.185 INFO O| Jun 21 00:13:53.185 INFO STEP 315 (remove_files) COMPLETE
58142026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.185 INFO O| Jun 21 00:13:53.185 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.192 INFO O| Jun 21 00:13:53.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58162026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.192 INFO O| Jun 21 00:13:53.192 INFO STEP 316 (remove_files) COMPLETE
58172026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.192 INFO O| Jun 21 00:13:53.192 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.197 INFO O| Jun 21 00:13:53.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58192026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.197 INFO O| Jun 21 00:13:53.197 INFO STEP 317 (remove_files) COMPLETE
58202026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.197 INFO O| Jun 21 00:13:53.197 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.203 INFO O| Jun 21 00:13:53.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58222026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.203 INFO O| Jun 21 00:13:53.203 INFO STEP 318 (remove_files) COMPLETE
58232026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.203 INFO O| Jun 21 00:13:53.203 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.209 INFO O| Jun 21 00:13:53.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58252026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.209 INFO O| Jun 21 00:13:53.209 INFO STEP 319 (remove_files) COMPLETE
58262026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.209 INFO O| Jun 21 00:13:53.209 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.214 INFO O| Jun 21 00:13:53.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58282026-06-21T00:13:55.366Z[ recovery-image] Jun 21 00:13:53.214 INFO O| Jun 21 00:13:53.214 INFO STEP 320 (remove_files) COMPLETE
58292026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.214 INFO O| Jun 21 00:13:53.214 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.223 INFO O| Jun 21 00:13:53.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58312026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.223 INFO O| Jun 21 00:13:53.223 INFO STEP 321 (remove_files) COMPLETE
58322026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.223 INFO O| Jun 21 00:13:53.223 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.230 INFO O| Jun 21 00:13:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58342026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.230 INFO O| Jun 21 00:13:53.230 INFO STEP 322 (remove_files) COMPLETE
58352026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.230 INFO O| Jun 21 00:13:53.230 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.237 INFO O| Jun 21 00:13:53.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58372026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.237 INFO O| Jun 21 00:13:53.237 INFO STEP 323 (remove_files) COMPLETE
58382026-06-21T00:13:55.375Z[ recovery-image] Jun 21 00:13:53.237 INFO O| Jun 21 00:13:53.237 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-06-21T00:13:55.377Z[ recovery-image] Jun 21 00:13:53.243 INFO O| Jun 21 00:13:53.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58402026-06-21T00:13:55.377Z[ recovery-image] Jun 21 00:13:53.243 INFO O| Jun 21 00:13:53.243 INFO STEP 324 (remove_files) COMPLETE
58412026-06-21T00:13:55.377Z[ recovery-image] Jun 21 00:13:53.243 INFO O| Jun 21 00:13:53.243 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-06-21T00:13:55.377Z[ recovery-image] Jun 21 00:13:53.249 INFO O| Jun 21 00:13:53.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58432026-06-21T00:13:55.377Z[ recovery-image] Jun 21 00:13:53.249 INFO O| Jun 21 00:13:53.249 INFO STEP 325 (remove_files) COMPLETE
58442026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.249 INFO O| Jun 21 00:13:53.249 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.255 INFO O| Jun 21 00:13:53.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58462026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.255 INFO O| Jun 21 00:13:53.255 INFO STEP 326 (remove_files) COMPLETE
58472026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.255 INFO O| Jun 21 00:13:53.255 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.262 INFO O| Jun 21 00:13:53.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58492026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.262 INFO O| Jun 21 00:13:53.262 INFO STEP 327 (remove_files) COMPLETE
58502026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.262 INFO O| Jun 21 00:13:53.262 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.268 INFO O| Jun 21 00:13:53.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58522026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.268 INFO O| Jun 21 00:13:53.268 INFO STEP 328 (remove_files) COMPLETE
58532026-06-21T00:13:55.378Z[ recovery-image] Jun 21 00:13:53.268 INFO O| Jun 21 00:13:53.268 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-06-21T00:13:55.379Z[ recovery-image] Jun 21 00:13:53.274 INFO O| Jun 21 00:13:53.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58552026-06-21T00:13:55.379Z[ recovery-image] Jun 21 00:13:53.274 INFO O| Jun 21 00:13:53.274 INFO STEP 329 (remove_files) COMPLETE
58562026-06-21T00:13:55.379Z[ recovery-image] Jun 21 00:13:53.274 INFO O| Jun 21 00:13:53.274 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.279 INFO O| Jun 21 00:13:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58582026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.279 INFO O| Jun 21 00:13:53.279 INFO STEP 330 (remove_files) COMPLETE
58592026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.279 INFO O| Jun 21 00:13:53.279 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.285 INFO O| Jun 21 00:13:53.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58612026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.285 INFO O| Jun 21 00:13:53.285 INFO STEP 331 (remove_files) COMPLETE
58622026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.285 INFO O| Jun 21 00:13:53.285 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.290 INFO O| Jun 21 00:13:53.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58642026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.290 INFO O| Jun 21 00:13:53.290 INFO STEP 332 (remove_files) COMPLETE
58652026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.290 INFO O| Jun 21 00:13:53.290 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.295 INFO O| Jun 21 00:13:53.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58672026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.295 INFO O| Jun 21 00:13:53.295 INFO STEP 333 (remove_files) COMPLETE
58682026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.295 INFO O| Jun 21 00:13:53.295 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.301 INFO O| Jun 21 00:13:53.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58702026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.301 INFO O| Jun 21 00:13:53.301 INFO STEP 334 (remove_files) COMPLETE
58712026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.301 INFO O| Jun 21 00:13:53.301 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-06-21T00:13:55.380Z[ recovery-image] Jun 21 00:13:53.309 INFO O| Jun 21 00:13:53.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58732026-06-21T00:13:55.445Z[ recovery-image] Jun 21 00:13:53.309 INFO O| Jun 21 00:13:53.309 INFO STEP 335 (remove_files) COMPLETE
58742026-06-21T00:13:55.445Z[ recovery-image] Jun 21 00:13:53.309 INFO O| Jun 21 00:13:53.309 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-06-21T00:13:55.445Z[ recovery-image] Jun 21 00:13:53.316 INFO O| Jun 21 00:13:53.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58762026-06-21T00:13:55.446Z[ recovery-image] Jun 21 00:13:53.316 INFO O| Jun 21 00:13:53.316 INFO STEP 336 (remove_files) COMPLETE
58772026-06-21T00:13:55.446Z[ recovery-image] Jun 21 00:13:53.316 INFO O| Jun 21 00:13:53.316 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-06-21T00:13:55.447Z[ recovery-image] Jun 21 00:13:53.321 INFO O| Jun 21 00:13:53.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58792026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.321 INFO O| Jun 21 00:13:53.321 INFO STEP 337 (remove_files) COMPLETE
58802026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.321 INFO O| Jun 21 00:13:53.321 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.327 INFO O| Jun 21 00:13:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58822026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.327 INFO O| Jun 21 00:13:53.327 INFO STEP 338 (remove_files) COMPLETE
58832026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.327 INFO O| Jun 21 00:13:53.327 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.333 INFO O| Jun 21 00:13:53.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58852026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.333 INFO O| Jun 21 00:13:53.333 INFO STEP 339 (remove_files) COMPLETE
58862026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.333 INFO O| Jun 21 00:13:53.333 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.339 INFO O| Jun 21 00:13:53.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58882026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.339 INFO O| Jun 21 00:13:53.339 INFO STEP 340 (remove_files) COMPLETE
58892026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.339 INFO O| Jun 21 00:13:53.339 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.344 INFO O| Jun 21 00:13:53.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58912026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.344 INFO O| Jun 21 00:13:53.344 INFO STEP 341 (remove_files) COMPLETE
58922026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.344 INFO O| Jun 21 00:13:53.344 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.350 INFO O| Jun 21 00:13:53.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58942026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.350 INFO O| Jun 21 00:13:53.350 INFO STEP 342 (remove_files) COMPLETE
58952026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.350 INFO O| Jun 21 00:13:53.350 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.356 INFO O| Jun 21 00:13:53.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58972026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.356 INFO O| Jun 21 00:13:53.356 INFO STEP 343 (remove_files) COMPLETE
58982026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.356 INFO O| Jun 21 00:13:53.356 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.362 INFO O| Jun 21 00:13:53.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59002026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.362 INFO O| Jun 21 00:13:53.362 INFO STEP 344 (remove_files) COMPLETE
59012026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.362 INFO O| Jun 21 00:13:53.362 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.370 INFO O| Jun 21 00:13:53.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59032026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.370 INFO O| Jun 21 00:13:53.370 INFO STEP 345 (remove_files) COMPLETE
59042026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.370 INFO O| Jun 21 00:13:53.370 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.376 INFO O| Jun 21 00:13:53.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59062026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.376 INFO O| Jun 21 00:13:53.376 INFO STEP 346 (remove_files) COMPLETE
59072026-06-21T00:13:55.448Z[ recovery-image] Jun 21 00:13:53.376 INFO O| Jun 21 00:13:53.376 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.382 INFO O| Jun 21 00:13:53.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59092026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.382 INFO O| Jun 21 00:13:53.382 INFO STEP 347 (remove_files) COMPLETE
59102026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.382 INFO O| Jun 21 00:13:53.382 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.388 INFO O| Jun 21 00:13:53.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59122026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.388 INFO O| Jun 21 00:13:53.388 INFO STEP 348 (remove_files) COMPLETE
59132026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.388 INFO O| Jun 21 00:13:53.388 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-06-21T00:13:55.457Z[ recovery-image] Jun 21 00:13:53.395 INFO O| Jun 21 00:13:53.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59152026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.395 INFO O| Jun 21 00:13:53.395 INFO STEP 349 (remove_files) COMPLETE
59162026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.395 INFO O| Jun 21 00:13:53.395 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.401 INFO O| Jun 21 00:13:53.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59182026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.402 INFO O| Jun 21 00:13:53.401 INFO STEP 350 (remove_files) COMPLETE
59192026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.402 INFO O| Jun 21 00:13:53.401 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.407 INFO O| Jun 21 00:13:53.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59212026-06-21T00:13:55.458Z[ recovery-image] Jun 21 00:13:53.407 INFO O| Jun 21 00:13:53.407 INFO STEP 351 (remove_files) COMPLETE
59222026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.407 INFO O| Jun 21 00:13:53.407 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.412 INFO O| Jun 21 00:13:53.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59242026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.412 INFO O| Jun 21 00:13:53.412 INFO STEP 352 (remove_files) COMPLETE
59252026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.412 INFO O| Jun 21 00:13:53.412 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.419 INFO O| Jun 21 00:13:53.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59272026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.419 INFO O| Jun 21 00:13:53.419 INFO STEP 353 (remove_files) COMPLETE
59282026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.419 INFO O| Jun 21 00:13:53.419 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.424 INFO O| Jun 21 00:13:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59302026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.424 INFO O| Jun 21 00:13:53.424 INFO STEP 354 (remove_files) COMPLETE
59312026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.424 INFO O| Jun 21 00:13:53.424 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-06-21T00:13:55.459Z[ recovery-image] Jun 21 00:13:53.429 INFO O| Jun 21 00:13:53.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59332026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.430 INFO O| Jun 21 00:13:53.430 INFO STEP 355 (remove_files) COMPLETE
59342026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.430 INFO O| Jun 21 00:13:53.430 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.435 INFO O| Jun 21 00:13:53.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59362026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.436 INFO O| Jun 21 00:13:53.436 INFO STEP 356 (remove_files) COMPLETE
59372026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.436 INFO O| Jun 21 00:13:53.436 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.442 INFO O| Jun 21 00:13:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59392026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.442 INFO O| Jun 21 00:13:53.442 INFO STEP 357 (remove_files) COMPLETE
59402026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.442 INFO O| Jun 21 00:13:53.442 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.449 INFO O| Jun 21 00:13:53.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59422026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.449 INFO O| Jun 21 00:13:53.449 INFO STEP 358 (remove_files) COMPLETE
59432026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.449 INFO O| Jun 21 00:13:53.449 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.454 INFO O| Jun 21 00:13:53.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59452026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.455 INFO O| Jun 21 00:13:53.454 INFO STEP 359 (remove_files) COMPLETE
59462026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.455 INFO O| Jun 21 00:13:53.455 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.460 INFO O| Jun 21 00:13:53.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59482026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.460 INFO O| Jun 21 00:13:53.460 INFO STEP 360 (remove_files) COMPLETE
59492026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.460 INFO O| Jun 21 00:13:53.460 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-06-21T00:13:55.460Z[ recovery-image] Jun 21 00:13:53.465 INFO O| Jun 21 00:13:53.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59512026-06-21T00:13:55.461Z[ recovery-image] Jun 21 00:13:53.465 INFO O| Jun 21 00:13:53.465 INFO STEP 361 (remove_files) COMPLETE
59522026-06-21T00:13:55.461Z[ recovery-image] Jun 21 00:13:53.465 INFO O| Jun 21 00:13:53.465 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.472 INFO O| Jun 21 00:13:53.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59542026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.472 INFO O| Jun 21 00:13:53.472 INFO STEP 362 (remove_files) COMPLETE
59552026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.472 INFO O| Jun 21 00:13:53.472 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.478 INFO O| Jun 21 00:13:53.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59572026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.478 INFO O| Jun 21 00:13:53.478 INFO STEP 363 (remove_files) COMPLETE
59582026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.478 INFO O| Jun 21 00:13:53.478 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.484 INFO O| Jun 21 00:13:53.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59602026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.484 INFO O| Jun 21 00:13:53.484 INFO STEP 364 (remove_files) COMPLETE
59612026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.484 INFO O| Jun 21 00:13:53.484 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.491 INFO O| Jun 21 00:13:53.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59632026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.491 INFO O| Jun 21 00:13:53.491 INFO STEP 365 (remove_files) COMPLETE
59642026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.491 INFO O| Jun 21 00:13:53.491 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.498 INFO O| Jun 21 00:13:53.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59662026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.499 INFO O| Jun 21 00:13:53.499 INFO STEP 366 (remove_files) COMPLETE
59672026-06-21T00:13:55.468Z[ recovery-image] Jun 21 00:13:53.499 INFO O| Jun 21 00:13:53.499 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-06-21T00:13:55.473Z[ recovery-image] Jun 21 00:13:53.505 INFO O| Jun 21 00:13:53.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59692026-06-21T00:13:55.473Z[ recovery-image] Jun 21 00:13:53.505 INFO O| Jun 21 00:13:53.505 INFO STEP 367 (remove_files) COMPLETE
59702026-06-21T00:13:55.473Z[ recovery-image] Jun 21 00:13:53.505 INFO O| Jun 21 00:13:53.505 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-06-21T00:13:55.473Z[ recovery-image] Jun 21 00:13:53.511 INFO O| Jun 21 00:13:53.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59722026-06-21T00:13:55.473Z[ recovery-image] Jun 21 00:13:53.511 INFO O| Jun 21 00:13:53.511 INFO STEP 368 (remove_files) COMPLETE
59732026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.511 INFO O| Jun 21 00:13:53.511 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.516 INFO O| Jun 21 00:13:53.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59752026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.516 INFO O| Jun 21 00:13:53.516 INFO STEP 369 (remove_files) COMPLETE
59762026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.516 INFO O| Jun 21 00:13:53.516 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.522 INFO O| Jun 21 00:13:53.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59782026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.522 INFO O| Jun 21 00:13:53.522 INFO STEP 370 (remove_files) COMPLETE
59792026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.522 INFO O| Jun 21 00:13:53.522 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.528 INFO O| Jun 21 00:13:53.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59812026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.528 INFO O| Jun 21 00:13:53.528 INFO STEP 371 (remove_files) COMPLETE
59822026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.528 INFO O| Jun 21 00:13:53.528 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.534 INFO O| Jun 21 00:13:53.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59842026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.534 INFO O| Jun 21 00:13:53.534 INFO STEP 372 (remove_files) COMPLETE
59852026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.534 INFO O| Jun 21 00:13:53.534 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.540 INFO O| Jun 21 00:13:53.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59872026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.540 INFO O| Jun 21 00:13:53.540 INFO STEP 373 (remove_files) COMPLETE
59882026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.540 INFO O| Jun 21 00:13:53.540 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.545 INFO O| Jun 21 00:13:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59902026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.545 INFO O| Jun 21 00:13:53.545 INFO STEP 374 (remove_files) COMPLETE
59912026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.545 INFO O| Jun 21 00:13:53.545 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.550 INFO O| Jun 21 00:13:53.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59932026-06-21T00:13:55.492Z[ recovery-image] Jun 21 00:13:53.550 INFO O| Jun 21 00:13:53.550 INFO STEP 375 (remove_files) COMPLETE
59942026-06-21T00:13:55.493Z[ recovery-image] Jun 21 00:13:53.550 INFO O| Jun 21 00:13:53.550 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-06-21T00:13:55.493Z[ recovery-image] Jun 21 00:13:53.556 INFO O| Jun 21 00:13:53.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59962026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.556 INFO O| Jun 21 00:13:53.556 INFO STEP 376 (remove_files) COMPLETE
59972026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.556 INFO O| Jun 21 00:13:53.556 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.561 INFO O| Jun 21 00:13:53.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59992026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.561 INFO O| Jun 21 00:13:53.561 INFO STEP 377 (remove_files) COMPLETE
60002026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.561 INFO O| Jun 21 00:13:53.561 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.567 INFO O| Jun 21 00:13:53.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60022026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.567 INFO O| Jun 21 00:13:53.567 INFO STEP 378 (remove_files) COMPLETE
60032026-06-21T00:13:55.494Z[ recovery-image] Jun 21 00:13:53.567 INFO O| Jun 21 00:13:53.567 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.572 INFO O| Jun 21 00:13:53.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60052026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.572 INFO O| Jun 21 00:13:53.572 INFO STEP 379 (remove_files) COMPLETE
60062026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.572 INFO O| Jun 21 00:13:53.572 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.579 INFO O| Jun 21 00:13:53.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60082026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.579 INFO O| Jun 21 00:13:53.579 INFO STEP 380 (remove_files) COMPLETE
60092026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.579 INFO O| Jun 21 00:13:53.579 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.585 INFO O| Jun 21 00:13:53.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60112026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.585 INFO O| Jun 21 00:13:53.585 INFO STEP 381 (remove_files) COMPLETE
60122026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.585 INFO O| Jun 21 00:13:53.585 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.591 INFO O| Jun 21 00:13:53.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60142026-06-21T00:13:55.495Z[ recovery-image] Jun 21 00:13:53.591 INFO O| Jun 21 00:13:53.591 INFO STEP 382 (remove_files) COMPLETE
60152026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.591 INFO O| Jun 21 00:13:53.591 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.599 INFO O| Jun 21 00:13:53.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60172026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.599 INFO O| Jun 21 00:13:53.599 INFO STEP 383 (remove_files) COMPLETE
60182026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.599 INFO O| Jun 21 00:13:53.599 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.604 INFO O| Jun 21 00:13:53.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60202026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.604 INFO O| Jun 21 00:13:53.604 INFO STEP 384 (remove_files) COMPLETE
60212026-06-21T00:13:55.497Z[ recovery-image] Jun 21 00:13:53.604 INFO O| Jun 21 00:13:53.604 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-06-21T00:13:55.498Z[ recovery-image] Jun 21 00:13:53.610 INFO O| Jun 21 00:13:53.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60232026-06-21T00:13:55.498Z[ recovery-image] Jun 21 00:13:53.610 INFO O| Jun 21 00:13:53.610 INFO STEP 385 (remove_files) COMPLETE
60242026-06-21T00:13:55.498Z[ recovery-image] Jun 21 00:13:53.610 INFO O| Jun 21 00:13:53.610 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-06-21T00:13:55.498Z[ recovery-image] Jun 21 00:13:53.618 INFO O| Jun 21 00:13:53.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60262026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.618 INFO O| Jun 21 00:13:53.618 INFO STEP 386 (remove_files) COMPLETE
60272026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.618 INFO O| Jun 21 00:13:53.618 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.624 INFO O| Jun 21 00:13:53.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60292026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.624 INFO O| Jun 21 00:13:53.624 INFO STEP 387 (remove_files) COMPLETE
60302026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.624 INFO O| Jun 21 00:13:53.624 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.629 INFO O| Jun 21 00:13:53.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60322026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.629 INFO O| Jun 21 00:13:53.629 INFO STEP 388 (remove_files) COMPLETE
60332026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.629 INFO O| Jun 21 00:13:53.629 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.635 INFO O| Jun 21 00:13:53.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60352026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.635 INFO O| Jun 21 00:13:53.635 INFO STEP 389 (remove_files) COMPLETE
60362026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.635 INFO O| Jun 21 00:13:53.635 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.640 INFO O| Jun 21 00:13:53.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60382026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.640 INFO O| Jun 21 00:13:53.640 INFO STEP 390 (remove_files) COMPLETE
60392026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.640 INFO O| Jun 21 00:13:53.640 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-06-21T00:13:55.506Z[ recovery-image] Jun 21 00:13:53.645 INFO O| Jun 21 00:13:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60412026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.645 INFO O| Jun 21 00:13:53.645 INFO STEP 391 (remove_files) COMPLETE
60422026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.645 INFO O| Jun 21 00:13:53.645 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.651 INFO O| Jun 21 00:13:53.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60442026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.651 INFO O| Jun 21 00:13:53.651 INFO STEP 392 (remove_files) COMPLETE
60452026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.651 INFO O| Jun 21 00:13:53.651 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.656 INFO O| Jun 21 00:13:53.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60472026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.656 INFO O| Jun 21 00:13:53.656 INFO STEP 393 (remove_files) COMPLETE
60482026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.656 INFO O| Jun 21 00:13:53.656 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.661 INFO O| Jun 21 00:13:53.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60502026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.661 INFO O| Jun 21 00:13:53.661 INFO STEP 394 (remove_files) COMPLETE
60512026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.661 INFO O| Jun 21 00:13:53.661 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.667 INFO O| Jun 21 00:13:53.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60532026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.667 INFO O| Jun 21 00:13:53.667 INFO STEP 395 (remove_files) COMPLETE
60542026-06-21T00:13:55.521Z[ recovery-image] Jun 21 00:13:53.667 INFO O| Jun 21 00:13:53.667 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-06-21T00:13:55.522Z[ recovery-image] Jun 21 00:13:53.672 INFO O| Jun 21 00:13:53.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60562026-06-21T00:13:55.522Z[ recovery-image] Jun 21 00:13:53.672 INFO O| Jun 21 00:13:53.672 INFO STEP 396 (remove_files) COMPLETE
60572026-06-21T00:13:55.531Z[ recovery-image] Jun 21 00:13:53.672 INFO O| Jun 21 00:13:53.672 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-06-21T00:13:55.531Z[ recovery-image] Jun 21 00:13:53.680 INFO O| Jun 21 00:13:53.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60592026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.680 INFO O| Jun 21 00:13:53.680 INFO STEP 397 (remove_files) COMPLETE
60602026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.680 INFO O| Jun 21 00:13:53.680 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.686 INFO O| Jun 21 00:13:53.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60622026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.686 INFO O| Jun 21 00:13:53.686 INFO STEP 398 (remove_files) COMPLETE
60632026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.686 INFO O| Jun 21 00:13:53.686 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.693 INFO O| Jun 21 00:13:53.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60652026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.693 INFO O| Jun 21 00:13:53.693 INFO STEP 399 (remove_files) COMPLETE
60662026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.693 INFO O| Jun 21 00:13:53.693 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.698 INFO O| Jun 21 00:13:53.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60682026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.698 INFO O| Jun 21 00:13:53.698 INFO STEP 400 (remove_files) COMPLETE
60692026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.699 INFO O| Jun 21 00:13:53.698 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.705 INFO O| Jun 21 00:13:53.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60712026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.705 INFO O| Jun 21 00:13:53.705 INFO STEP 401 (remove_files) COMPLETE
60722026-06-21T00:13:55.532Z[ recovery-image] Jun 21 00:13:53.705 INFO O| Jun 21 00:13:53.705 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-06-21T00:13:55.629Z[ recovery-image] Jun 21 00:13:53.711 INFO O| Jun 21 00:13:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60742026-06-21T00:13:55.629Z[ recovery-image] Jun 21 00:13:53.711 INFO O| Jun 21 00:13:53.711 INFO STEP 402 (remove_files) COMPLETE
60752026-06-21T00:13:55.629Z[ recovery-image] Jun 21 00:13:53.711 INFO O| Jun 21 00:13:53.711 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-06-21T00:13:55.629Z[ recovery-image] Jun 21 00:13:53.719 INFO O| Jun 21 00:13:53.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60772026-06-21T00:13:55.629Z[ recovery-image] Jun 21 00:13:53.719 INFO O| Jun 21 00:13:53.719 INFO STEP 403 (remove_files) COMPLETE
60782026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.719 INFO O| Jun 21 00:13:53.719 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.725 INFO O| Jun 21 00:13:53.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60802026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.725 INFO O| Jun 21 00:13:53.725 INFO STEP 404 (remove_files) COMPLETE
60812026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.725 INFO O| Jun 21 00:13:53.725 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.732 INFO O| Jun 21 00:13:53.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60832026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.732 INFO O| Jun 21 00:13:53.732 INFO STEP 405 (remove_files) COMPLETE
60842026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.732 INFO O| Jun 21 00:13:53.732 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.737 INFO O| Jun 21 00:13:53.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60862026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.737 INFO O| Jun 21 00:13:53.737 INFO STEP 406 (remove_files) COMPLETE
60872026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.737 INFO O| Jun 21 00:13:53.737 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.743 INFO O| Jun 21 00:13:53.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60892026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.743 INFO O| Jun 21 00:13:53.743 INFO STEP 407 (remove_files) COMPLETE
60902026-06-21T00:13:55.633Z[ recovery-image] Jun 21 00:13:53.743 INFO O| Jun 21 00:13:53.743 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-06-21T00:13:55.634Z[ recovery-image] Jun 21 00:13:53.749 INFO O| Jun 21 00:13:53.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60922026-06-21T00:13:55.634Z[ recovery-image] Jun 21 00:13:53.749 INFO O| Jun 21 00:13:53.749 INFO STEP 408 (remove_files) COMPLETE
60932026-06-21T00:13:55.634Z[ recovery-image] Jun 21 00:13:53.749 INFO O| Jun 21 00:13:53.749 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.754 INFO O| Jun 21 00:13:53.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60952026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.754 INFO O| Jun 21 00:13:53.754 INFO STEP 409 (remove_files) COMPLETE
60962026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.754 INFO O| Jun 21 00:13:53.754 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.760 INFO O| Jun 21 00:13:53.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60982026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.760 INFO O| Jun 21 00:13:53.760 INFO STEP 410 (remove_files) COMPLETE
60992026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.760 INFO O| Jun 21 00:13:53.760 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-06-21T00:13:55.640Z[ recovery-image] Jun 21 00:13:53.765 INFO O| Jun 21 00:13:53.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61012026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.765 INFO O| Jun 21 00:13:53.765 INFO STEP 411 (remove_files) COMPLETE
61022026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.765 INFO O| Jun 21 00:13:53.765 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.771 INFO O| Jun 21 00:13:53.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61042026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.771 INFO O| Jun 21 00:13:53.771 INFO STEP 412 (remove_files) COMPLETE
61052026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.771 INFO O| Jun 21 00:13:53.771 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.778 INFO O| Jun 21 00:13:53.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61072026-06-21T00:13:55.641Z[ recovery-image] Jun 21 00:13:53.778 INFO O| Jun 21 00:13:53.778 INFO STEP 413 (remove_files) COMPLETE
61082026-06-21T00:13:55.647Z[ recovery-image] Jun 21 00:13:53.778 INFO O| Jun 21 00:13:53.778 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.784 INFO O| Jun 21 00:13:53.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61102026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.784 INFO O| Jun 21 00:13:53.784 INFO STEP 414 (remove_files) COMPLETE
61112026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.784 INFO O| Jun 21 00:13:53.784 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.791 INFO O| Jun 21 00:13:53.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61132026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.791 INFO O| Jun 21 00:13:53.791 INFO STEP 415 (remove_files) COMPLETE
61142026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.791 INFO O| Jun 21 00:13:53.791 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.797 INFO O| Jun 21 00:13:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61162026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.797 INFO O| Jun 21 00:13:53.797 INFO STEP 416 (remove_files) COMPLETE
61172026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.797 INFO O| Jun 21 00:13:53.797 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.803 INFO O| Jun 21 00:13:53.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61192026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.803 INFO O| Jun 21 00:13:53.803 INFO STEP 417 (remove_files) COMPLETE
61202026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.803 INFO O| Jun 21 00:13:53.803 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.810 INFO O| Jun 21 00:13:53.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61222026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.810 INFO O| Jun 21 00:13:53.810 INFO STEP 418 (remove_files) COMPLETE
61232026-06-21T00:13:55.650Z[ recovery-image] Jun 21 00:13:53.810 INFO O| Jun 21 00:13:53.810 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.816 INFO O| Jun 21 00:13:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61252026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.816 INFO O| Jun 21 00:13:53.816 INFO STEP 419 (remove_files) COMPLETE
61262026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.816 INFO O| Jun 21 00:13:53.816 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.823 INFO O| Jun 21 00:13:53.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61282026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.823 INFO O| Jun 21 00:13:53.823 INFO STEP 420 (remove_files) COMPLETE
61292026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.823 INFO O| Jun 21 00:13:53.823 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.828 INFO O| Jun 21 00:13:53.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61312026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.828 INFO O| Jun 21 00:13:53.828 INFO STEP 421 (remove_files) COMPLETE
61322026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.828 INFO O| Jun 21 00:13:53.828 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.833 INFO O| Jun 21 00:13:53.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61342026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.833 INFO O| Jun 21 00:13:53.833 INFO STEP 422 (remove_files) COMPLETE
61352026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.833 INFO O| Jun 21 00:13:53.833 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.839 INFO O| Jun 21 00:13:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61372026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.839 INFO O| Jun 21 00:13:53.839 INFO STEP 423 (remove_files) COMPLETE
61382026-06-21T00:13:55.657Z[ recovery-image] Jun 21 00:13:53.839 INFO O| Jun 21 00:13:53.839 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-06-21T00:13:55.665Z[ recovery-image] Jun 21 00:13:53.844 INFO O| Jun 21 00:13:53.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61402026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.844 INFO O| Jun 21 00:13:53.844 INFO STEP 424 (remove_files) COMPLETE
61412026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.844 INFO O| Jun 21 00:13:53.844 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.850 INFO O| Jun 21 00:13:53.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61432026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.850 INFO O| Jun 21 00:13:53.850 INFO STEP 425 (remove_files) COMPLETE
61442026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.850 INFO O| Jun 21 00:13:53.850 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.856 INFO O| Jun 21 00:13:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61462026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.856 INFO O| Jun 21 00:13:53.856 INFO STEP 426 (remove_files) COMPLETE
61472026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.856 INFO O| Jun 21 00:13:53.856 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.863 INFO O| Jun 21 00:13:53.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61492026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.864 INFO O| Jun 21 00:13:53.864 INFO STEP 427 (remove_files) COMPLETE
61502026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.864 INFO O| Jun 21 00:13:53.864 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.870 INFO O| Jun 21 00:13:53.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61522026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.870 INFO O| Jun 21 00:13:53.870 INFO STEP 428 (remove_files) COMPLETE
61532026-06-21T00:13:55.666Z[ recovery-image] Jun 21 00:13:53.870 INFO O| Jun 21 00:13:53.870 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.876 INFO O| Jun 21 00:13:53.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61552026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.876 INFO O| Jun 21 00:13:53.876 INFO STEP 429 (remove_files) COMPLETE
61562026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.876 INFO O| Jun 21 00:13:53.876 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.882 INFO O| Jun 21 00:13:53.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61582026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.882 INFO O| Jun 21 00:13:53.882 INFO STEP 430 (remove_files) COMPLETE
61592026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.882 INFO O| Jun 21 00:13:53.882 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.888 INFO O| Jun 21 00:13:53.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61612026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.888 INFO O| Jun 21 00:13:53.888 INFO STEP 431 (remove_files) COMPLETE
61622026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.888 INFO O| Jun 21 00:13:53.888 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.894 INFO O| Jun 21 00:13:53.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61642026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.895 INFO O| Jun 21 00:13:53.895 INFO STEP 432 (remove_files) COMPLETE
61652026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.895 INFO O| Jun 21 00:13:53.895 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.901 INFO O| Jun 21 00:13:53.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61672026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.901 INFO O| Jun 21 00:13:53.901 INFO STEP 433 (remove_files) COMPLETE
61682026-06-21T00:13:55.674Z[ recovery-image] Jun 21 00:13:53.901 INFO O| Jun 21 00:13:53.901 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-06-21T00:13:55.676Z[ recovery-image] Jun 21 00:13:53.907 INFO O| Jun 21 00:13:53.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61702026-06-21T00:13:55.676Z[ recovery-image] Jun 21 00:13:53.907 INFO O| Jun 21 00:13:53.907 INFO STEP 434 (remove_files) COMPLETE
61712026-06-21T00:13:55.676Z[ recovery-image] Jun 21 00:13:53.907 INFO O| Jun 21 00:13:53.907 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-06-21T00:13:55.676Z[ recovery-image] Jun 21 00:13:53.913 INFO O| Jun 21 00:13:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61732026-06-21T00:13:55.704Z[ recovery-image] Jun 21 00:13:53.913 INFO O| Jun 21 00:13:53.913 INFO STEP 435 (remove_files) COMPLETE
61742026-06-21T00:13:55.704Z[ recovery-image] Jun 21 00:13:53.913 INFO O| Jun 21 00:13:53.913 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-06-21T00:13:55.704Z[ recovery-image] Jun 21 00:13:53.919 INFO O| Jun 21 00:13:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61762026-06-21T00:13:55.704Z[ recovery-image] Jun 21 00:13:53.919 INFO O| Jun 21 00:13:53.919 INFO STEP 436 (remove_files) COMPLETE
61772026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.919 INFO O| Jun 21 00:13:53.919 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.925 INFO O| Jun 21 00:13:53.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61792026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.925 INFO O| Jun 21 00:13:53.925 INFO STEP 437 (remove_files) COMPLETE
61802026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.925 INFO O| Jun 21 00:13:53.925 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.932 INFO O| Jun 21 00:13:53.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61822026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.932 INFO O| Jun 21 00:13:53.932 INFO STEP 438 (remove_files) COMPLETE
61832026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.932 INFO O| Jun 21 00:13:53.932 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.937 INFO O| Jun 21 00:13:53.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61852026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.937 INFO O| Jun 21 00:13:53.937 INFO STEP 439 (remove_files) COMPLETE
61862026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.937 INFO O| Jun 21 00:13:53.937 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.943 INFO O| Jun 21 00:13:53.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61882026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.943 INFO O| Jun 21 00:13:53.943 INFO STEP 440 (remove_files) COMPLETE
61892026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.943 INFO O| Jun 21 00:13:53.943 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.950 INFO O| Jun 21 00:13:53.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61912026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.950 INFO O| Jun 21 00:13:53.950 INFO STEP 441 (remove_files) COMPLETE
61922026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.950 INFO O| Jun 21 00:13:53.950 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.956 INFO O| Jun 21 00:13:53.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61942026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.956 INFO O| Jun 21 00:13:53.956 INFO STEP 442 (remove_files) COMPLETE
61952026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.956 INFO O| Jun 21 00:13:53.956 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.962 INFO O| Jun 21 00:13:53.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61972026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.962 INFO O| Jun 21 00:13:53.962 INFO STEP 443 (remove_files) COMPLETE
61982026-06-21T00:13:55.710Z[ recovery-image] Jun 21 00:13:53.962 INFO O| Jun 21 00:13:53.962 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-06-21T00:13:55.711Z[ recovery-image] Jun 21 00:13:53.967 INFO O| Jun 21 00:13:53.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62002026-06-21T00:13:55.711Z[ recovery-image] Jun 21 00:13:53.967 INFO O| Jun 21 00:13:53.967 INFO STEP 444 (remove_files) COMPLETE
62012026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.967 INFO O| Jun 21 00:13:53.967 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.973 INFO O| Jun 21 00:13:53.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62032026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.973 INFO O| Jun 21 00:13:53.973 INFO STEP 445 (remove_files) COMPLETE
62042026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.973 INFO O| Jun 21 00:13:53.973 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.979 INFO O| Jun 21 00:13:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62062026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.979 INFO O| Jun 21 00:13:53.979 INFO STEP 446 (remove_files) COMPLETE
62072026-06-21T00:13:55.714Z[ recovery-image] Jun 21 00:13:53.979 INFO O| Jun 21 00:13:53.979 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.986 INFO O| Jun 21 00:13:53.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62092026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.986 INFO O| Jun 21 00:13:53.986 INFO STEP 447 (remove_files) COMPLETE
62102026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.986 INFO O| Jun 21 00:13:53.986 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.993 INFO O| Jun 21 00:13:53.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62122026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.993 INFO O| Jun 21 00:13:53.993 INFO STEP 448 (remove_files) COMPLETE
62132026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.993 INFO O| Jun 21 00:13:53.993 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.999 INFO O| Jun 21 00:13:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62152026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.999 INFO O| Jun 21 00:13:53.999 INFO STEP 449 (remove_files) COMPLETE
62162026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:53.999 INFO O| Jun 21 00:13:53.999 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.006 INFO O| Jun 21 00:13:54.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62182026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.006 INFO O| Jun 21 00:13:54.006 INFO STEP 450 (remove_files) COMPLETE
62192026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.006 INFO O| Jun 21 00:13:54.006 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.012 INFO O| Jun 21 00:13:54.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62212026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.012 INFO O| Jun 21 00:13:54.012 INFO STEP 451 (remove_files) COMPLETE
62222026-06-21T00:13:55.728Z[ recovery-image] Jun 21 00:13:54.012 INFO O| Jun 21 00:13:54.012 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.018 INFO O| Jun 21 00:13:54.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62242026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.018 INFO O| Jun 21 00:13:54.018 INFO STEP 452 (remove_files) COMPLETE
62252026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.018 INFO O| Jun 21 00:13:54.018 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.026 INFO O| Jun 21 00:13:54.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62272026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.026 INFO O| Jun 21 00:13:54.026 INFO STEP 453 (remove_files) COMPLETE
62282026-06-21T00:13:55.730Z[ recovery-image] Jun 21 00:13:54.026 INFO O| Jun 21 00:13:54.026 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.031 INFO O| Jun 21 00:13:54.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62302026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.031 INFO O| Jun 21 00:13:54.031 INFO STEP 454 (remove_files) COMPLETE
62312026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.031 INFO O| Jun 21 00:13:54.031 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.037 INFO O| Jun 21 00:13:54.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62332026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.037 INFO O| Jun 21 00:13:54.037 INFO STEP 455 (remove_files) COMPLETE
62342026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.037 INFO O| Jun 21 00:13:54.037 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.043 INFO O| Jun 21 00:13:54.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62362026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.043 INFO O| Jun 21 00:13:54.043 INFO STEP 456 (remove_files) COMPLETE
62372026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.043 INFO O| Jun 21 00:13:54.043 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.049 INFO O| Jun 21 00:13:54.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62392026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.049 INFO O| Jun 21 00:13:54.049 INFO STEP 457 (remove_files) COMPLETE
62402026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.049 INFO O| Jun 21 00:13:54.049 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.056 INFO O| Jun 21 00:13:54.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62422026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.056 INFO O| Jun 21 00:13:54.056 INFO STEP 458 (remove_files) COMPLETE
62432026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.056 INFO O| Jun 21 00:13:54.056 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.063 INFO O| Jun 21 00:13:54.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62452026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.063 INFO O| Jun 21 00:13:54.063 INFO STEP 459 (remove_files) COMPLETE
62462026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.063 INFO O| Jun 21 00:13:54.063 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.069 INFO O| Jun 21 00:13:54.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62482026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.070 INFO O| Jun 21 00:13:54.070 INFO STEP 460 (remove_files) COMPLETE
62492026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.070 INFO O| Jun 21 00:13:54.070 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.076 INFO O| Jun 21 00:13:54.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62512026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.076 INFO O| Jun 21 00:13:54.076 INFO STEP 461 (remove_files) COMPLETE
62522026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.076 INFO O| Jun 21 00:13:54.076 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.082 INFO O| Jun 21 00:13:54.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62542026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.082 INFO O| Jun 21 00:13:54.082 INFO STEP 462 (remove_files) COMPLETE
62552026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.082 INFO O| Jun 21 00:13:54.082 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.088 INFO O| Jun 21 00:13:54.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62572026-06-21T00:13:55.731Z[ recovery-image] Jun 21 00:13:54.088 INFO O| Jun 21 00:13:54.088 INFO STEP 463 (remove_files) COMPLETE
62582026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.088 INFO O| Jun 21 00:13:54.088 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.094 INFO O| Jun 21 00:13:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62602026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.095 INFO O| Jun 21 00:13:54.095 INFO STEP 464 (remove_files) COMPLETE
62612026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.095 INFO O| Jun 21 00:13:54.095 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.100 INFO O| Jun 21 00:13:54.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62632026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.100 INFO O| Jun 21 00:13:54.100 INFO STEP 465 (remove_files) COMPLETE
62642026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.100 INFO O| Jun 21 00:13:54.100 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.106 INFO O| Jun 21 00:13:54.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62662026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.106 INFO O| Jun 21 00:13:54.106 INFO STEP 466 (remove_files) COMPLETE
62672026-06-21T00:13:55.732Z[ recovery-image] Jun 21 00:13:54.106 INFO O| Jun 21 00:13:54.106 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-06-21T00:13:55.733Z[ recovery-image] Jun 21 00:13:54.111 INFO O| Jun 21 00:13:54.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62692026-06-21T00:13:55.733Z[ recovery-image] Jun 21 00:13:54.111 INFO O| Jun 21 00:13:54.111 INFO STEP 467 (remove_files) COMPLETE
62702026-06-21T00:13:55.733Z[ recovery-image] Jun 21 00:13:54.111 INFO O| Jun 21 00:13:54.111 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-06-21T00:13:55.733Z[ recovery-image] Jun 21 00:13:54.116 INFO O| Jun 21 00:13:54.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62722026-06-21T00:13:55.733Z[ recovery-image] Jun 21 00:13:54.116 INFO O| Jun 21 00:13:54.116 INFO STEP 468 (remove_files) COMPLETE
62732026-06-21T00:13:55.755Z[ recovery-image] Jun 21 00:13:54.116 INFO O| Jun 21 00:13:54.116 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-06-21T00:13:55.755Z[ recovery-image] Jun 21 00:13:54.121 INFO O| Jun 21 00:13:54.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62752026-06-21T00:13:55.755Z[ recovery-image] Jun 21 00:13:54.121 INFO O| Jun 21 00:13:54.121 INFO STEP 469 (remove_files) COMPLETE
62762026-06-21T00:13:55.755Z[ recovery-image] Jun 21 00:13:54.121 INFO O| Jun 21 00:13:54.121 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-06-21T00:13:55.758Z[ recovery-image] Jun 21 00:13:54.127 INFO O| Jun 21 00:13:54.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62782026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.127 INFO O| Jun 21 00:13:54.127 INFO STEP 470 (remove_files) COMPLETE
62792026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.127 INFO O| Jun 21 00:13:54.127 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.133 INFO O| Jun 21 00:13:54.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62812026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.133 INFO O| Jun 21 00:13:54.133 INFO STEP 471 (remove_files) COMPLETE
62822026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.133 INFO O| Jun 21 00:13:54.133 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.138 INFO O| Jun 21 00:13:54.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
62842026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.139 INFO O| Jun 21 00:13:54.139 INFO STEP 472 (remove_files) COMPLETE
62852026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.139 INFO O| Jun 21 00:13:54.139 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.144 INFO O| Jun 21 00:13:54.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
62872026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.144 INFO O| Jun 21 00:13:54.144 INFO STEP 473 (remove_files) COMPLETE
62882026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.144 INFO O| Jun 21 00:13:54.144 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.150 INFO O| Jun 21 00:13:54.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
62902026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.150 INFO O| Jun 21 00:13:54.150 INFO STEP 474 (remove_files) COMPLETE
62912026-06-21T00:13:55.759Z[ recovery-image] Jun 21 00:13:54.150 INFO O| Jun 21 00:13:54.150 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-06-21T00:13:55.761Z[ recovery-image] Jun 21 00:13:54.155 INFO O| Jun 21 00:13:54.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62932026-06-21T00:13:55.761Z[ recovery-image] Jun 21 00:13:54.156 INFO O| Jun 21 00:13:54.156 INFO STEP 475 (remove_files) COMPLETE
62942026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.156 INFO O| Jun 21 00:13:54.156 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.164 INFO O| Jun 21 00:13:54.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62962026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.164 INFO O| Jun 21 00:13:54.164 INFO STEP 476 (remove_files) COMPLETE
62972026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.164 INFO O| Jun 21 00:13:54.164 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.170 INFO O| Jun 21 00:13:54.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62992026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.170 INFO O| Jun 21 00:13:54.170 INFO STEP 477 (remove_files) COMPLETE
63002026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.170 INFO O| Jun 21 00:13:54.170 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.175 INFO O| Jun 21 00:13:54.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63022026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.175 INFO O| Jun 21 00:13:54.175 INFO STEP 478 (remove_files) COMPLETE
63032026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.175 INFO O| Jun 21 00:13:54.175 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.180 INFO O| Jun 21 00:13:54.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63052026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.180 INFO O| Jun 21 00:13:54.180 INFO STEP 479 (remove_files) COMPLETE
63062026-06-21T00:13:55.765Z[ recovery-image] Jun 21 00:13:54.180 INFO O| Jun 21 00:13:54.180 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.186 INFO O| Jun 21 00:13:54.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63082026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.186 INFO O| Jun 21 00:13:54.186 INFO STEP 480 (remove_files) COMPLETE
63092026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.186 INFO O| Jun 21 00:13:54.186 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.191 INFO O| Jun 21 00:13:54.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63112026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.191 INFO O| Jun 21 00:13:54.191 INFO STEP 481 (remove_files) COMPLETE
63122026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.191 INFO O| Jun 21 00:13:54.191 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.197 INFO O| Jun 21 00:13:54.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63142026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.197 INFO O| Jun 21 00:13:54.197 INFO STEP 482 (remove_files) COMPLETE
63152026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.197 INFO O| Jun 21 00:13:54.197 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.202 INFO O| Jun 21 00:13:54.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63172026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.202 INFO O| Jun 21 00:13:54.202 INFO STEP 483 (remove_files) COMPLETE
63182026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.202 INFO O| Jun 21 00:13:54.202 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.209 INFO O| Jun 21 00:13:54.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63202026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.210 INFO O| Jun 21 00:13:54.209 INFO STEP 484 (remove_files) COMPLETE
63212026-06-21T00:13:55.767Z[ recovery-image] Jun 21 00:13:54.210 INFO O| Jun 21 00:13:54.209 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.216 INFO O| Jun 21 00:13:54.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63232026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.216 INFO O| Jun 21 00:13:54.216 INFO STEP 485 (remove_files) COMPLETE
63242026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.216 INFO O| Jun 21 00:13:54.216 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.222 INFO O| Jun 21 00:13:54.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63262026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.222 INFO O| Jun 21 00:13:54.222 INFO STEP 486 (remove_files) COMPLETE
63272026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.222 INFO O| Jun 21 00:13:54.222 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.228 INFO O| Jun 21 00:13:54.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63292026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.228 INFO O| Jun 21 00:13:54.228 INFO STEP 487 (remove_files) COMPLETE
63302026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.228 INFO O| Jun 21 00:13:54.228 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.234 INFO O| Jun 21 00:13:54.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63322026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.234 INFO O| Jun 21 00:13:54.234 INFO STEP 488 (remove_files) COMPLETE
63332026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.234 INFO O| Jun 21 00:13:54.234 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.240 INFO O| Jun 21 00:13:54.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63352026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.240 INFO O| Jun 21 00:13:54.240 INFO STEP 489 (remove_files) COMPLETE
63362026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.240 INFO O| Jun 21 00:13:54.240 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.246 INFO O| Jun 21 00:13:54.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63382026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.246 INFO O| Jun 21 00:13:54.246 INFO STEP 490 (remove_files) COMPLETE
63392026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.246 INFO O| Jun 21 00:13:54.246 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.251 INFO O| Jun 21 00:13:54.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63412026-06-21T00:13:55.772Z[ recovery-image] Jun 21 00:13:54.251 INFO O| Jun 21 00:13:54.251 INFO STEP 491 (remove_files) COMPLETE
63422026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.251 INFO O| Jun 21 00:13:54.251 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.257 INFO O| Jun 21 00:13:54.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63442026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.257 INFO O| Jun 21 00:13:54.257 INFO STEP 492 (remove_files) COMPLETE
63452026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.257 INFO O| Jun 21 00:13:54.257 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.263 INFO O| Jun 21 00:13:54.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63472026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.263 INFO O| Jun 21 00:13:54.263 INFO STEP 493 (remove_files) COMPLETE
63482026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.263 INFO O| Jun 21 00:13:54.263 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.268 INFO O| Jun 21 00:13:54.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63502026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.268 INFO O| Jun 21 00:13:54.268 INFO STEP 494 (remove_files) COMPLETE
63512026-06-21T00:13:55.773Z[ recovery-image] Jun 21 00:13:54.268 INFO O| Jun 21 00:13:54.268 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.274 INFO O| Jun 21 00:13:54.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63532026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.274 INFO O| Jun 21 00:13:54.274 INFO STEP 495 (remove_files) COMPLETE
63542026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.274 INFO O| Jun 21 00:13:54.274 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.280 INFO O| Jun 21 00:13:54.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63562026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.280 INFO O| Jun 21 00:13:54.280 INFO STEP 496 (remove_files) COMPLETE
63572026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.280 INFO O| Jun 21 00:13:54.280 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.288 INFO O| Jun 21 00:13:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63592026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.289 INFO O| Jun 21 00:13:54.289 INFO STEP 497 (remove_files) COMPLETE
63602026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.289 INFO O| Jun 21 00:13:54.289 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.296 INFO O| Jun 21 00:13:54.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63622026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.297 INFO O| Jun 21 00:13:54.297 INFO STEP 498 (remove_files) COMPLETE
63632026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.297 INFO O| Jun 21 00:13:54.297 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.302 INFO O| Jun 21 00:13:54.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63652026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.302 INFO O| Jun 21 00:13:54.302 INFO STEP 499 (remove_files) COMPLETE
63662026-06-21T00:13:55.777Z[ recovery-image] Jun 21 00:13:54.302 INFO O| Jun 21 00:13:54.302 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-06-21T00:13:55.779Z[ recovery-image] Jun 21 00:13:54.309 INFO O| Jun 21 00:13:54.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63682026-06-21T00:13:55.779Z[ recovery-image] Jun 21 00:13:54.309 INFO O| Jun 21 00:13:54.309 INFO STEP 500 (remove_files) COMPLETE
63692026-06-21T00:13:55.779Z[ recovery-image] Jun 21 00:13:54.309 INFO O| Jun 21 00:13:54.309 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-06-21T00:13:55.788Z[ recovery-image] Jun 21 00:13:54.317 INFO O| Jun 21 00:13:54.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63712026-06-21T00:13:55.788Z[ recovery-image] Jun 21 00:13:54.317 INFO O| Jun 21 00:13:54.317 INFO STEP 501 (remove_files) COMPLETE
63722026-06-21T00:13:55.788Z[ recovery-image] Jun 21 00:13:54.317 INFO O| Jun 21 00:13:54.317 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-06-21T00:13:55.788Z[ recovery-image] Jun 21 00:13:54.324 INFO O| Jun 21 00:13:54.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63742026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.324 INFO O| Jun 21 00:13:54.324 INFO STEP 502 (remove_files) COMPLETE
63752026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.324 INFO O| Jun 21 00:13:54.324 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.331 INFO O| Jun 21 00:13:54.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63772026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.331 INFO O| Jun 21 00:13:54.331 INFO STEP 503 (remove_files) COMPLETE
63782026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.331 INFO O| Jun 21 00:13:54.331 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.337 INFO O| Jun 21 00:13:54.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63802026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.337 INFO O| Jun 21 00:13:54.337 INFO STEP 504 (remove_files) COMPLETE
63812026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.337 INFO O| Jun 21 00:13:54.337 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.344 INFO O| Jun 21 00:13:54.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63832026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.344 INFO O| Jun 21 00:13:54.344 INFO STEP 505 (remove_files) COMPLETE
63842026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.344 INFO O| Jun 21 00:13:54.344 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.352 INFO O| Jun 21 00:13:54.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63862026-06-21T00:13:55.789Z[ recovery-image] Jun 21 00:13:54.352 INFO O| Jun 21 00:13:54.352 INFO STEP 506 (remove_files) COMPLETE
63872026-06-21T00:13:55.791Z[ recovery-image] Jun 21 00:13:54.352 INFO O| Jun 21 00:13:54.352 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-06-21T00:13:55.791Z[ recovery-image] Jun 21 00:13:54.358 INFO O| Jun 21 00:13:54.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63892026-06-21T00:13:55.791Z[ recovery-image] Jun 21 00:13:54.358 INFO O| Jun 21 00:13:54.358 INFO STEP 507 (remove_files) COMPLETE
63902026-06-21T00:13:55.791Z[ recovery-image] Jun 21 00:13:54.358 INFO O| Jun 21 00:13:54.358 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-06-21T00:13:55.800Z[ recovery-image] Jun 21 00:13:54.364 INFO O| Jun 21 00:13:54.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
63922026-06-21T00:13:55.800Z[ recovery-image] Jun 21 00:13:54.364 INFO O| Jun 21 00:13:54.364 INFO STEP 508 (remove_files) COMPLETE
63932026-06-21T00:13:55.800Z[ recovery-image] Jun 21 00:13:54.364 INFO O| Jun 21 00:13:54.364 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-06-21T00:13:55.800Z[ recovery-image] Jun 21 00:13:54.369 INFO O| Jun 21 00:13:54.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
63952026-06-21T00:13:55.800Z[ recovery-image] Jun 21 00:13:54.369 INFO O| Jun 21 00:13:54.369 INFO STEP 509 (remove_files) COMPLETE
63962026-06-21T00:13:55.801Z[ recovery-image] Jun 21 00:13:54.369 INFO O| Jun 21 00:13:54.369 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.374 INFO O| Jun 21 00:13:54.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
63982026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.374 INFO O| Jun 21 00:13:54.374 INFO STEP 510 (remove_files) COMPLETE
63992026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.374 INFO O| Jun 21 00:13:54.374 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.380 INFO O| Jun 21 00:13:54.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
64012026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.380 INFO O| Jun 21 00:13:54.380 INFO STEP 511 (remove_files) COMPLETE
64022026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.380 INFO O| Jun 21 00:13:54.380 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.385 INFO O| Jun 21 00:13:54.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64042026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.385 INFO O| Jun 21 00:13:54.385 INFO STEP 512 (remove_files) COMPLETE
64052026-06-21T00:13:55.817Z[ recovery-image] Jun 21 00:13:54.385 INFO O| Jun 21 00:13:54.385 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-06-21T00:13:55.822Z[ recovery-image] Jun 21 00:13:54.392 INFO O| Jun 21 00:13:54.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64072026-06-21T00:13:55.822Z[ recovery-image] Jun 21 00:13:54.392 INFO O| Jun 21 00:13:54.392 INFO STEP 513 (remove_files) COMPLETE
64082026-06-21T00:13:55.822Z[ recovery-image] Jun 21 00:13:54.392 INFO O| Jun 21 00:13:54.392 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-06-21T00:13:55.827Z[ recovery-image] Jun 21 00:13:54.398 INFO O| Jun 21 00:13:54.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64102026-06-21T00:13:55.827Z[ recovery-image] Jun 21 00:13:54.398 INFO O| Jun 21 00:13:54.398 INFO STEP 514 (remove_files) COMPLETE
64112026-06-21T00:13:55.827Z[ recovery-image] Jun 21 00:13:54.398 INFO O| Jun 21 00:13:54.398 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-06-21T00:13:55.839Z[ recovery-image] Jun 21 00:13:54.404 INFO O| Jun 21 00:13:54.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64132026-06-21T00:13:55.839Z[ recovery-image] Jun 21 00:13:54.404 INFO O| Jun 21 00:13:54.404 INFO STEP 515 (remove_files) COMPLETE
64142026-06-21T00:13:55.839Z[ recovery-image] Jun 21 00:13:54.404 INFO O| Jun 21 00:13:54.404 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-06-21T00:13:55.839Z[ recovery-image] Jun 21 00:13:54.410 INFO O| Jun 21 00:13:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64162026-06-21T00:13:55.840Z[ recovery-image] Jun 21 00:13:54.410 INFO O| Jun 21 00:13:54.410 INFO STEP 516 (remove_files) COMPLETE
64172026-06-21T00:13:55.840Z[ recovery-image] Jun 21 00:13:54.410 INFO O| Jun 21 00:13:54.410 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-06-21T00:13:55.845Z[ recovery-image] Jun 21 00:13:54.416 INFO O| Jun 21 00:13:54.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64192026-06-21T00:13:55.845Z[ recovery-image] Jun 21 00:13:54.416 INFO O| Jun 21 00:13:54.416 INFO STEP 517 (remove_files) COMPLETE
64202026-06-21T00:13:55.845Z[ recovery-image] Jun 21 00:13:54.416 INFO O| Jun 21 00:13:54.416 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-06-21T00:13:55.854Z[ recovery-image] Jun 21 00:13:54.421 INFO O| Jun 21 00:13:54.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64222026-06-21T00:13:55.854Z[ recovery-image] Jun 21 00:13:54.421 INFO O| Jun 21 00:13:54.421 INFO STEP 518 (remove_files) COMPLETE
64232026-06-21T00:13:55.854Z[ recovery-image] Jun 21 00:13:54.421 INFO O| Jun 21 00:13:54.421 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-06-21T00:13:55.860Z[ recovery-image] Jun 21 00:13:54.427 INFO O| Jun 21 00:13:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64252026-06-21T00:13:55.860Z[ recovery-image] Jun 21 00:13:54.427 INFO O| Jun 21 00:13:54.427 INFO STEP 519 (remove_files) COMPLETE
64262026-06-21T00:13:55.860Z[ recovery-image] Jun 21 00:13:54.427 INFO O| Jun 21 00:13:54.427 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-06-21T00:13:55.873Z[ recovery-image] Jun 21 00:13:54.433 INFO O| Jun 21 00:13:54.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64282026-06-21T00:13:55.873Z[ recovery-image] Jun 21 00:13:54.433 INFO O| Jun 21 00:13:54.433 INFO STEP 520 (remove_files) COMPLETE
64292026-06-21T00:13:55.873Z[ recovery-image] Jun 21 00:13:54.433 INFO O| Jun 21 00:13:54.433 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.438 INFO O| Jun 21 00:13:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64312026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.438 INFO O| Jun 21 00:13:54.438 INFO STEP 521 (remove_files) COMPLETE
64322026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.438 INFO O| Jun 21 00:13:54.438 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.444 INFO O| Jun 21 00:13:54.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64342026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.444 INFO O| Jun 21 00:13:54.444 INFO STEP 522 (remove_files) COMPLETE
64352026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.444 INFO O| Jun 21 00:13:54.444 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.450 INFO O| Jun 21 00:13:54.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64372026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.450 INFO O| Jun 21 00:13:54.450 INFO STEP 523 (remove_files) COMPLETE
64382026-06-21T00:13:55.884Z[ recovery-image] Jun 21 00:13:54.450 INFO O| Jun 21 00:13:54.450 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-06-21T00:13:55.891Z[ recovery-image] Jun 21 00:13:54.455 INFO O| Jun 21 00:13:54.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64402026-06-21T00:13:55.894Z[ recovery-image] Jun 21 00:13:54.455 INFO O| Jun 21 00:13:54.455 INFO STEP 524 (remove_files) COMPLETE
64412026-06-21T00:13:55.895Z[ recovery-image] Jun 21 00:13:54.455 INFO O| Jun 21 00:13:54.455 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-06-21T00:13:55.895Z[ recovery-image] Jun 21 00:13:54.461 INFO O| Jun 21 00:13:54.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64432026-06-21T00:13:55.895Z[ recovery-image] Jun 21 00:13:54.461 INFO O| Jun 21 00:13:54.461 INFO STEP 525 (remove_files) COMPLETE
64442026-06-21T00:13:55.895Z[ recovery-image] Jun 21 00:13:54.461 INFO O| Jun 21 00:13:54.461 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-06-21T00:13:55.902Z[ recovery-image] Jun 21 00:13:54.467 INFO O| Jun 21 00:13:54.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64462026-06-21T00:13:55.902Z[ recovery-image] Jun 21 00:13:54.467 INFO O| Jun 21 00:13:54.467 INFO STEP 526 (remove_files) COMPLETE
64472026-06-21T00:13:55.902Z[ recovery-image] Jun 21 00:13:54.467 INFO O| Jun 21 00:13:54.467 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-06-21T00:13:55.903Z[ recovery-image] Jun 21 00:13:54.473 INFO O| Jun 21 00:13:54.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64492026-06-21T00:13:55.903Z[ recovery-image] Jun 21 00:13:54.473 INFO O| Jun 21 00:13:54.473 INFO STEP 527 (remove_files) COMPLETE
64502026-06-21T00:13:55.903Z[ recovery-image] Jun 21 00:13:54.473 INFO O| Jun 21 00:13:54.473 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-06-21T00:13:55.909Z[ recovery-image] Jun 21 00:13:54.479 INFO O| Jun 21 00:13:54.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64522026-06-21T00:13:55.909Z[ recovery-image] Jun 21 00:13:54.479 INFO O| Jun 21 00:13:54.479 INFO STEP 528 (remove_files) COMPLETE
64532026-06-21T00:13:55.909Z[ recovery-image] Jun 21 00:13:54.479 INFO O| Jun 21 00:13:54.479 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-06-21T00:13:55.914Z[ recovery-image] Jun 21 00:13:54.487 INFO O| Jun 21 00:13:54.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64552026-06-21T00:13:55.921Z[ recovery-image] Jun 21 00:13:54.487 INFO O| Jun 21 00:13:54.487 INFO STEP 529 (remove_files) COMPLETE
64562026-06-21T00:13:55.921Z[ recovery-image] Jun 21 00:13:54.487 INFO O| Jun 21 00:13:54.487 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.492 INFO O| Jun 21 00:13:54.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64582026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.492 INFO O| Jun 21 00:13:54.492 INFO STEP 530 (remove_files) COMPLETE
64592026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.492 INFO O| Jun 21 00:13:54.492 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.498 INFO O| Jun 21 00:13:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64612026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.498 INFO O| Jun 21 00:13:54.498 INFO STEP 531 (remove_files) COMPLETE
64622026-06-21T00:13:55.928Z[ recovery-image] Jun 21 00:13:54.498 INFO O| Jun 21 00:13:54.498 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-06-21T00:13:55.933Z[ recovery-image] Jun 21 00:13:54.504 INFO O| Jun 21 00:13:54.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64642026-06-21T00:13:55.933Z[ recovery-image] Jun 21 00:13:54.504 INFO O| Jun 21 00:13:54.504 INFO STEP 532 (remove_files) COMPLETE
64652026-06-21T00:13:55.933Z[ recovery-image] Jun 21 00:13:54.504 INFO O| Jun 21 00:13:54.504 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-06-21T00:13:55.938Z[ recovery-image] Jun 21 00:13:54.511 INFO O| Jun 21 00:13:54.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64672026-06-21T00:13:55.938Z[ recovery-image] Jun 21 00:13:54.511 INFO O| Jun 21 00:13:54.511 INFO STEP 533 (remove_files) COMPLETE
64682026-06-21T00:13:55.938Z[ recovery-image] Jun 21 00:13:54.511 INFO O| Jun 21 00:13:54.511 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-06-21T00:13:55.948Z[ recovery-image] Jun 21 00:13:54.517 INFO O| Jun 21 00:13:54.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64702026-06-21T00:13:55.948Z[ recovery-image] Jun 21 00:13:54.517 INFO O| Jun 21 00:13:54.517 INFO STEP 534 (remove_files) COMPLETE
64712026-06-21T00:13:55.948Z[ recovery-image] Jun 21 00:13:54.517 INFO O| Jun 21 00:13:54.517 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-06-21T00:13:55.959Z[ recovery-image] Jun 21 00:13:54.523 INFO O| Jun 21 00:13:54.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64732026-06-21T00:13:55.959Z[ recovery-image] Jun 21 00:13:54.523 INFO O| Jun 21 00:13:54.523 INFO STEP 535 (remove_files) COMPLETE
64742026-06-21T00:13:55.959Z[ recovery-image] Jun 21 00:13:54.523 INFO O| Jun 21 00:13:54.523 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-06-21T00:13:55.965Z[ recovery-image] Jun 21 00:13:54.528 INFO O| Jun 21 00:13:54.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64762026-06-21T00:13:55.965Z[ recovery-image] Jun 21 00:13:54.528 INFO O| Jun 21 00:13:54.528 INFO STEP 536 (remove_files) COMPLETE
64772026-06-21T00:13:55.966Z[ recovery-image] Jun 21 00:13:54.529 INFO O| Jun 21 00:13:54.528 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-06-21T00:13:55.966Z[ recovery-image] Jun 21 00:13:54.534 INFO O| Jun 21 00:13:54.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64792026-06-21T00:13:55.966Z[ recovery-image] Jun 21 00:13:54.534 INFO O| Jun 21 00:13:54.534 INFO STEP 537 (remove_files) COMPLETE
64802026-06-21T00:13:55.966Z[ recovery-image] Jun 21 00:13:54.534 INFO O| Jun 21 00:13:54.534 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-06-21T00:13:55.973Z[ recovery-image] Jun 21 00:13:54.540 INFO O| Jun 21 00:13:54.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64822026-06-21T00:13:55.973Z[ recovery-image] Jun 21 00:13:54.540 INFO O| Jun 21 00:13:54.540 INFO STEP 538 (remove_files) COMPLETE
64832026-06-21T00:13:55.976Z[ recovery-image] Jun 21 00:13:54.540 INFO O| Jun 21 00:13:54.540 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-06-21T00:13:55.976Z[ recovery-image] Jun 21 00:13:54.545 INFO O| Jun 21 00:13:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64852026-06-21T00:13:55.976Z[ recovery-image] Jun 21 00:13:54.545 INFO O| Jun 21 00:13:54.545 INFO STEP 539 (remove_files) COMPLETE
64862026-06-21T00:13:55.976Z[ recovery-image] Jun 21 00:13:54.545 INFO O| Jun 21 00:13:54.545 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-06-21T00:13:55.995Z[ recovery-image] Jun 21 00:13:54.552 INFO O| Jun 21 00:13:54.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64882026-06-21T00:13:55.995Z[ recovery-image] Jun 21 00:13:54.552 INFO O| Jun 21 00:13:54.552 INFO STEP 540 (remove_files) COMPLETE
64892026-06-21T00:13:55.995Z[ recovery-image] Jun 21 00:13:54.552 INFO O| Jun 21 00:13:54.552 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.557 INFO O| Jun 21 00:13:54.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64912026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.557 INFO O| Jun 21 00:13:54.557 INFO STEP 541 (remove_files) COMPLETE
64922026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.557 INFO O| Jun 21 00:13:54.557 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.562 INFO O| Jun 21 00:13:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64942026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.562 INFO O| Jun 21 00:13:54.562 INFO STEP 542 (remove_files) COMPLETE
64952026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.562 INFO O| Jun 21 00:13:54.562 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.568 INFO O| Jun 21 00:13:54.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64972026-06-21T00:13:56.007Z[ recovery-image] Jun 21 00:13:54.568 INFO O| Jun 21 00:13:54.568 INFO STEP 543 (remove_files) COMPLETE
64982026-06-21T00:13:56.009Z[ recovery-image] Jun 21 00:13:54.568 INFO O| Jun 21 00:13:54.568 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-06-21T00:13:56.009Z[ recovery-image] Jun 21 00:13:54.573 INFO O| Jun 21 00:13:54.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65002026-06-21T00:13:56.009Z[ recovery-image] Jun 21 00:13:54.573 INFO O| Jun 21 00:13:54.573 INFO STEP 544 (remove_files) COMPLETE
65012026-06-21T00:13:56.009Z[ recovery-image] Jun 21 00:13:54.573 INFO O| Jun 21 00:13:54.573 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.578 INFO O| Jun 21 00:13:54.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65032026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.579 INFO O| Jun 21 00:13:54.579 INFO STEP 545 (remove_files) COMPLETE
65042026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.579 INFO O| Jun 21 00:13:54.579 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.588 INFO O| Jun 21 00:13:54.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65062026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.588 INFO O| Jun 21 00:13:54.588 INFO STEP 546 (remove_files) COMPLETE
65072026-06-21T00:13:56.015Z[ recovery-image] Jun 21 00:13:54.588 INFO O| Jun 21 00:13:54.588 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-06-21T00:13:56.022Z[ recovery-image] Jun 21 00:13:54.595 INFO O| Jun 21 00:13:54.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65092026-06-21T00:13:56.022Z[ recovery-image] Jun 21 00:13:54.595 INFO O| Jun 21 00:13:54.595 INFO STEP 547 (remove_files) COMPLETE
65102026-06-21T00:13:56.029Z[ recovery-image] Jun 21 00:13:54.595 INFO O| Jun 21 00:13:54.595 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-06-21T00:13:56.029Z[ recovery-image] Jun 21 00:13:54.601 INFO O| Jun 21 00:13:54.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65122026-06-21T00:13:56.029Z[ recovery-image] Jun 21 00:13:54.601 INFO O| Jun 21 00:13:54.601 INFO STEP 548 (remove_files) COMPLETE
65132026-06-21T00:13:56.030Z[ recovery-image] Jun 21 00:13:54.601 INFO O| Jun 21 00:13:54.601 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-06-21T00:13:56.040Z[ recovery-image] Jun 21 00:13:54.607 INFO O| Jun 21 00:13:54.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65152026-06-21T00:13:56.040Z[ recovery-image] Jun 21 00:13:54.607 INFO O| Jun 21 00:13:54.607 INFO STEP 549 (remove_files) COMPLETE
65162026-06-21T00:13:56.040Z[ recovery-image] Jun 21 00:13:54.607 INFO O| Jun 21 00:13:54.607 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-06-21T00:13:56.040Z[ recovery-image] Jun 21 00:13:54.613 INFO O| Jun 21 00:13:54.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65182026-06-21T00:13:56.040Z[ recovery-image] Jun 21 00:13:54.613 INFO O| Jun 21 00:13:54.613 INFO STEP 550 (remove_files) COMPLETE
65192026-06-21T00:13:56.041Z[ recovery-image] Jun 21 00:13:54.613 INFO O| Jun 21 00:13:54.613 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-06-21T00:13:56.046Z[ recovery-image] Jun 21 00:13:54.619 INFO O| Jun 21 00:13:54.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65212026-06-21T00:13:56.046Z[ recovery-image] Jun 21 00:13:54.619 INFO O| Jun 21 00:13:54.619 INFO STEP 551 (remove_files) COMPLETE
65222026-06-21T00:13:56.046Z[ recovery-image] Jun 21 00:13:54.619 INFO O| Jun 21 00:13:54.619 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-06-21T00:13:56.060Z[ recovery-image] Jun 21 00:13:54.625 INFO O| Jun 21 00:13:54.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65242026-06-21T00:13:56.060Z[ recovery-image] Jun 21 00:13:54.625 INFO O| Jun 21 00:13:54.625 INFO STEP 552 (remove_files) COMPLETE
65252026-06-21T00:13:56.060Z[ recovery-image] Jun 21 00:13:54.625 INFO O| Jun 21 00:13:54.625 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.631 INFO O| Jun 21 00:13:54.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65272026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.631 INFO O| Jun 21 00:13:54.631 INFO STEP 553 (remove_files) COMPLETE
65282026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.631 INFO O| Jun 21 00:13:54.631 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.636 INFO O| Jun 21 00:13:54.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65302026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.636 INFO O| Jun 21 00:13:54.636 INFO STEP 554 (remove_files) COMPLETE
65312026-06-21T00:13:56.068Z[ recovery-image] Jun 21 00:13:54.636 INFO O| Jun 21 00:13:54.636 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-06-21T00:13:56.074Z[ recovery-image] Jun 21 00:13:54.641 INFO O| Jun 21 00:13:54.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65332026-06-21T00:13:56.074Z[ recovery-image] Jun 21 00:13:54.641 INFO O| Jun 21 00:13:54.641 INFO STEP 555 (remove_files) COMPLETE
65342026-06-21T00:13:56.075Z[ recovery-image] Jun 21 00:13:54.641 INFO O| Jun 21 00:13:54.641 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-06-21T00:13:56.075Z[ recovery-image] Jun 21 00:13:54.646 INFO O| Jun 21 00:13:54.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65362026-06-21T00:13:56.076Z[ recovery-image] Jun 21 00:13:54.646 INFO O| Jun 21 00:13:54.646 INFO STEP 556 (remove_files) COMPLETE
65372026-06-21T00:13:56.076Z[ recovery-image] Jun 21 00:13:54.646 INFO O| Jun 21 00:13:54.646 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-06-21T00:13:56.084Z[ recovery-image] Jun 21 00:13:54.653 INFO O| Jun 21 00:13:54.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65392026-06-21T00:13:56.101Z[ recovery-image] Jun 21 00:13:54.653 INFO O| Jun 21 00:13:54.653 INFO STEP 557 (remove_files) COMPLETE
65402026-06-21T00:13:56.101Z[ recovery-image] Jun 21 00:13:54.653 INFO O| Jun 21 00:13:54.653 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-06-21T00:13:56.113Z[ recovery-image] Jun 21 00:13:54.658 INFO O| Jun 21 00:13:54.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65422026-06-21T00:13:56.113Z[ recovery-image] Jun 21 00:13:54.658 INFO O| Jun 21 00:13:54.658 INFO STEP 558 (remove_files) COMPLETE
65432026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.658 INFO O| Jun 21 00:13:54.658 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.664 INFO O| Jun 21 00:13:54.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65452026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.664 INFO O| Jun 21 00:13:54.664 INFO STEP 559 (remove_files) COMPLETE
65462026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.664 INFO O| Jun 21 00:13:54.664 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.670 INFO O| Jun 21 00:13:54.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65482026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.670 INFO O| Jun 21 00:13:54.670 INFO STEP 560 (remove_files) COMPLETE
65492026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.670 INFO O| Jun 21 00:13:54.670 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.675 INFO O| Jun 21 00:13:54.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65512026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.675 INFO O| Jun 21 00:13:54.675 INFO STEP 561 (remove_files) COMPLETE
65522026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.675 INFO O| Jun 21 00:13:54.675 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.681 INFO O| Jun 21 00:13:54.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65542026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.681 INFO O| Jun 21 00:13:54.681 INFO STEP 562 (remove_files) COMPLETE
65552026-06-21T00:13:56.114Z[ recovery-image] Jun 21 00:13:54.681 INFO O| Jun 21 00:13:54.681 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-06-21T00:13:56.127Z[ recovery-image] Jun 21 00:13:54.686 INFO O| Jun 21 00:13:54.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65572026-06-21T00:13:56.128Z[ recovery-image] Jun 21 00:13:54.686 INFO O| Jun 21 00:13:54.686 INFO STEP 563 (remove_files) COMPLETE
65582026-06-21T00:13:56.128Z[ recovery-image] Jun 21 00:13:54.686 INFO O| Jun 21 00:13:54.686 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-06-21T00:13:56.128Z[ recovery-image] Jun 21 00:13:54.691 INFO O| Jun 21 00:13:54.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65602026-06-21T00:13:56.128Z[ recovery-image] Jun 21 00:13:54.691 INFO O| Jun 21 00:13:54.691 INFO STEP 564 (remove_files) COMPLETE
65612026-06-21T00:13:56.128Z[ recovery-image] Jun 21 00:13:54.691 INFO O| Jun 21 00:13:54.691 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.697 INFO O| Jun 21 00:13:54.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65632026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.697 INFO O| Jun 21 00:13:54.697 INFO STEP 565 (remove_files) COMPLETE
65642026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.697 INFO O| Jun 21 00:13:54.697 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.702 INFO O| Jun 21 00:13:54.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65662026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.702 INFO O| Jun 21 00:13:54.702 INFO STEP 566 (remove_files) COMPLETE
65672026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.702 INFO O| Jun 21 00:13:54.702 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-06-21T00:13:56.134Z[ recovery-image] Jun 21 00:13:54.707 INFO O| Jun 21 00:13:54.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65692026-06-21T00:13:56.135Z[ recovery-image] Jun 21 00:13:54.707 INFO O| Jun 21 00:13:54.707 INFO STEP 567 (remove_files) COMPLETE
65702026-06-21T00:13:56.135Z[ recovery-image] Jun 21 00:13:54.707 INFO O| Jun 21 00:13:54.707 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-06-21T00:13:56.147Z[ recovery-image] Jun 21 00:13:54.713 INFO O| Jun 21 00:13:54.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65722026-06-21T00:13:56.147Z[ recovery-image] Jun 21 00:13:54.713 INFO O| Jun 21 00:13:54.713 INFO STEP 568 (remove_files) COMPLETE
65732026-06-21T00:13:56.150Z[ recovery-image] Jun 21 00:13:54.713 INFO O| Jun 21 00:13:54.713 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-06-21T00:13:56.161Z[ recovery-image] Jun 21 00:13:54.719 INFO O| Jun 21 00:13:54.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65752026-06-21T00:13:56.161Z[ recovery-image] Jun 21 00:13:54.719 INFO O| Jun 21 00:13:54.719 INFO STEP 569 (remove_files) COMPLETE
65762026-06-21T00:13:56.161Z[ recovery-image] Jun 21 00:13:54.719 INFO O| Jun 21 00:13:54.719 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.724 INFO O| Jun 21 00:13:54.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65782026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.724 INFO O| Jun 21 00:13:54.724 INFO STEP 570 (remove_files) COMPLETE
65792026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.724 INFO O| Jun 21 00:13:54.724 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.729 INFO O| Jun 21 00:13:54.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65812026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.730 INFO O| Jun 21 00:13:54.730 INFO STEP 571 (remove_files) COMPLETE
65822026-06-21T00:13:56.162Z[ recovery-image] Jun 21 00:13:54.730 INFO O| Jun 21 00:13:54.730 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-06-21T00:13:56.170Z[ recovery-image] Jun 21 00:13:54.737 INFO O| Jun 21 00:13:54.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65842026-06-21T00:13:56.170Z[ recovery-image] Jun 21 00:13:54.738 INFO O| Jun 21 00:13:54.737 INFO STEP 572 (remove_files) COMPLETE
65852026-06-21T00:13:56.170Z[ recovery-image] Jun 21 00:13:54.738 INFO O| Jun 21 00:13:54.738 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-06-21T00:13:56.176Z[ recovery-image] Jun 21 00:13:54.744 INFO O| Jun 21 00:13:54.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65872026-06-21T00:13:56.176Z[ recovery-image] Jun 21 00:13:54.744 INFO O| Jun 21 00:13:54.744 INFO STEP 573 (remove_files) COMPLETE
65882026-06-21T00:13:56.176Z[ recovery-image] Jun 21 00:13:54.744 INFO O| Jun 21 00:13:54.744 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-06-21T00:13:56.182Z[ recovery-image] Jun 21 00:13:54.751 INFO O| Jun 21 00:13:54.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65902026-06-21T00:13:56.183Z[ recovery-image] Jun 21 00:13:54.751 INFO O| Jun 21 00:13:54.751 INFO STEP 574 (remove_files) COMPLETE
65912026-06-21T00:13:56.184Z[ recovery-image] Jun 21 00:13:54.751 INFO O| Jun 21 00:13:54.751 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.757 INFO O| Jun 21 00:13:54.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65932026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.757 INFO O| Jun 21 00:13:54.757 INFO STEP 575 (remove_files) COMPLETE
65942026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.757 INFO O| Jun 21 00:13:54.757 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.763 INFO O| Jun 21 00:13:54.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65962026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.763 INFO O| Jun 21 00:13:54.763 INFO STEP 576 (remove_files) COMPLETE
65972026-06-21T00:13:56.195Z[ recovery-image] Jun 21 00:13:54.763 INFO O| Jun 21 00:13:54.763 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-06-21T00:13:56.204Z[ recovery-image] Jun 21 00:13:54.770 INFO O| Jun 21 00:13:54.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65992026-06-21T00:13:56.204Z[ recovery-image] Jun 21 00:13:54.770 INFO O| Jun 21 00:13:54.770 INFO STEP 577 (remove_files) COMPLETE
66002026-06-21T00:13:56.204Z[ recovery-image] Jun 21 00:13:54.770 INFO O| Jun 21 00:13:54.770 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-06-21T00:13:56.207Z[ recovery-image] Jun 21 00:13:54.776 INFO O| Jun 21 00:13:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66022026-06-21T00:13:56.207Z[ recovery-image] Jun 21 00:13:54.776 INFO O| Jun 21 00:13:54.776 INFO STEP 578 (remove_files) COMPLETE
66032026-06-21T00:13:56.207Z[ recovery-image] Jun 21 00:13:54.776 INFO O| Jun 21 00:13:54.776 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-06-21T00:13:56.213Z[ recovery-image] Jun 21 00:13:54.783 INFO O| Jun 21 00:13:54.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66052026-06-21T00:13:56.213Z[ recovery-image] Jun 21 00:13:54.783 INFO O| Jun 21 00:13:54.783 INFO STEP 579 (remove_files) COMPLETE
66062026-06-21T00:13:56.213Z[ recovery-image] Jun 21 00:13:54.783 INFO O| Jun 21 00:13:54.783 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-06-21T00:13:56.219Z[ recovery-image] Jun 21 00:13:54.788 INFO O| Jun 21 00:13:54.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66082026-06-21T00:13:56.219Z[ recovery-image] Jun 21 00:13:54.788 INFO O| Jun 21 00:13:54.788 INFO STEP 580 (remove_files) COMPLETE
66092026-06-21T00:13:56.220Z[ recovery-image] Jun 21 00:13:54.788 INFO O| Jun 21 00:13:54.788 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-06-21T00:13:56.230Z[ recovery-image] Jun 21 00:13:54.795 INFO O| Jun 21 00:13:54.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66112026-06-21T00:13:56.230Z[ recovery-image] Jun 21 00:13:54.795 INFO O| Jun 21 00:13:54.795 INFO STEP 581 (remove_files) COMPLETE
66122026-06-21T00:13:56.230Z[ recovery-image] Jun 21 00:13:54.795 INFO O| Jun 21 00:13:54.795 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.801 INFO O| Jun 21 00:13:54.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66142026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.801 INFO O| Jun 21 00:13:54.801 INFO STEP 582 (remove_files) COMPLETE
66152026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.801 INFO O| Jun 21 00:13:54.801 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.808 INFO O| Jun 21 00:13:54.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66172026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.808 INFO O| Jun 21 00:13:54.808 INFO STEP 583 (remove_files) COMPLETE
66182026-06-21T00:13:56.238Z[ recovery-image] Jun 21 00:13:54.808 INFO O| Jun 21 00:13:54.808 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.814 INFO O| Jun 21 00:13:54.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66202026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.814 INFO O| Jun 21 00:13:54.814 INFO STEP 584 (remove_files) COMPLETE
66212026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.814 INFO O| Jun 21 00:13:54.814 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.820 INFO O| Jun 21 00:13:54.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66232026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.820 INFO O| Jun 21 00:13:54.820 INFO STEP 585 (remove_files) COMPLETE
66242026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.820 INFO O| Jun 21 00:13:54.820 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-06-21T00:13:56.266Z[ recovery-image] Jun 21 00:13:54.828 INFO O| Jun 21 00:13:54.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66262026-06-21T00:13:56.271Z[ recovery-image] Jun 21 00:13:54.828 INFO O| Jun 21 00:13:54.828 INFO STEP 586 (remove_files) COMPLETE
66272026-06-21T00:13:56.271Z[ recovery-image] Jun 21 00:13:54.828 INFO O| Jun 21 00:13:54.828 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-06-21T00:13:56.271Z[ recovery-image] Jun 21 00:13:54.834 INFO O| Jun 21 00:13:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66292026-06-21T00:13:56.271Z[ recovery-image] Jun 21 00:13:54.834 INFO O| Jun 21 00:13:54.834 INFO STEP 587 (remove_files) COMPLETE
66302026-06-21T00:13:56.271Z[ recovery-image] Jun 21 00:13:54.834 INFO O| Jun 21 00:13:54.834 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-06-21T00:13:56.292Z[ recovery-image] Jun 21 00:13:54.840 INFO O| Jun 21 00:13:54.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66322026-06-21T00:13:56.293Z[ recovery-image] Jun 21 00:13:54.840 INFO O| Jun 21 00:13:54.840 INFO STEP 588 (remove_files) COMPLETE
66332026-06-21T00:13:56.295Z[ recovery-image] Jun 21 00:13:54.840 INFO O| Jun 21 00:13:54.840 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-06-21T00:13:56.295Z[ recovery-image] Jun 21 00:13:54.845 INFO O| Jun 21 00:13:54.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66352026-06-21T00:13:56.295Z[ recovery-image] Jun 21 00:13:54.845 INFO O| Jun 21 00:13:54.845 INFO STEP 589 (remove_files) COMPLETE
66362026-06-21T00:13:56.295Z[ recovery-image] Jun 21 00:13:54.845 INFO O| Jun 21 00:13:54.845 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.852 INFO O| Jun 21 00:13:54.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66382026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.852 INFO O| Jun 21 00:13:54.852 INFO STEP 590 (remove_files) COMPLETE
66392026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.852 INFO O| Jun 21 00:13:54.852 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.858 INFO O| Jun 21 00:13:54.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66412026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.858 INFO O| Jun 21 00:13:54.858 INFO STEP 591 (remove_files) COMPLETE
66422026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.858 INFO O| Jun 21 00:13:54.858 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.863 INFO O| Jun 21 00:13:54.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66442026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.863 INFO O| Jun 21 00:13:54.863 INFO STEP 592 (remove_files) COMPLETE
66452026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.863 INFO O| Jun 21 00:13:54.863 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-06-21T00:13:56.307Z[ recovery-image] Jun 21 00:13:54.869 INFO O| Jun 21 00:13:54.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66472026-06-21T00:13:56.310Z[ recovery-image] Jun 21 00:13:54.869 INFO O| Jun 21 00:13:54.869 INFO STEP 593 (remove_files) COMPLETE
66482026-06-21T00:13:56.310Z[ recovery-image] Jun 21 00:13:54.869 INFO O| Jun 21 00:13:54.869 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-06-21T00:13:56.321Z[ recovery-image] Jun 21 00:13:54.874 INFO O| Jun 21 00:13:54.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66502026-06-21T00:13:56.321Z[ recovery-image] Jun 21 00:13:54.874 INFO O| Jun 21 00:13:54.874 INFO STEP 594 (remove_files) COMPLETE
66512026-06-21T00:13:56.321Z[ recovery-image] Jun 21 00:13:54.874 INFO O| Jun 21 00:13:54.874 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-06-21T00:13:56.321Z[ recovery-image] Jun 21 00:13:54.880 INFO O| Jun 21 00:13:54.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66532026-06-21T00:13:56.322Z[ recovery-image] Jun 21 00:13:54.880 INFO O| Jun 21 00:13:54.880 INFO STEP 595 (remove_files) COMPLETE
66542026-06-21T00:13:56.322Z[ recovery-image] Jun 21 00:13:54.880 INFO O| Jun 21 00:13:54.880 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-06-21T00:13:56.322Z[ recovery-image] Jun 21 00:13:54.885 INFO O| Jun 21 00:13:54.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66562026-06-21T00:13:56.322Z[ recovery-image] Jun 21 00:13:54.885 INFO O| Jun 21 00:13:54.885 INFO STEP 596 (remove_files) COMPLETE
66572026-06-21T00:13:56.322Z[ recovery-image] Jun 21 00:13:54.885 INFO O| Jun 21 00:13:54.885 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-06-21T00:13:56.329Z[ recovery-image] Jun 21 00:13:54.890 INFO O| Jun 21 00:13:54.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66592026-06-21T00:13:56.330Z[ recovery-image] Jun 21 00:13:54.890 INFO O| Jun 21 00:13:54.890 INFO STEP 597 (remove_files) COMPLETE
66602026-06-21T00:13:56.330Z[ recovery-image] Jun 21 00:13:54.890 INFO O| Jun 21 00:13:54.890 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-06-21T00:13:56.330Z[ recovery-image] Jun 21 00:13:54.896 INFO O| Jun 21 00:13:54.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66622026-06-21T00:13:56.332Z[ recovery-image] Jun 21 00:13:54.896 INFO O| Jun 21 00:13:54.896 INFO STEP 598 (remove_files) COMPLETE
66632026-06-21T00:13:56.332Z[ recovery-image] Jun 21 00:13:54.896 INFO O| Jun 21 00:13:54.896 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-06-21T00:13:56.338Z[ recovery-image] Jun 21 00:13:54.901 INFO O| Jun 21 00:13:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66652026-06-21T00:13:56.338Z[ recovery-image] Jun 21 00:13:54.901 INFO O| Jun 21 00:13:54.901 INFO STEP 599 (remove_files) COMPLETE
66662026-06-21T00:13:56.341Z[ recovery-image] Jun 21 00:13:54.901 INFO O| Jun 21 00:13:54.901 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-06-21T00:13:56.341Z[ recovery-image] Jun 21 00:13:54.906 INFO O| Jun 21 00:13:54.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66682026-06-21T00:13:56.341Z[ recovery-image] Jun 21 00:13:54.907 INFO O| Jun 21 00:13:54.907 INFO STEP 600 (remove_files) COMPLETE
66692026-06-21T00:13:56.341Z[ recovery-image] Jun 21 00:13:54.907 INFO O| Jun 21 00:13:54.907 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.912 INFO O| Jun 21 00:13:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66712026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.913 INFO O| Jun 21 00:13:54.913 INFO STEP 601 (remove_files) COMPLETE
66722026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.913 INFO O| Jun 21 00:13:54.913 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.919 INFO O| Jun 21 00:13:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66742026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.919 INFO O| Jun 21 00:13:54.919 INFO STEP 602 (remove_files) COMPLETE
66752026-06-21T00:13:56.347Z[ recovery-image] Jun 21 00:13:54.919 INFO O| Jun 21 00:13:54.919 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-06-21T00:13:56.354Z[ recovery-image] Jun 21 00:13:54.925 INFO O| Jun 21 00:13:54.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66772026-06-21T00:13:56.356Z[ recovery-image] Jun 21 00:13:54.925 INFO O| Jun 21 00:13:54.925 INFO STEP 603 (remove_files) COMPLETE
66782026-06-21T00:13:56.356Z[ recovery-image] Jun 21 00:13:54.925 INFO O| Jun 21 00:13:54.925 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-06-21T00:13:56.364Z[ recovery-image] Jun 21 00:13:54.930 INFO O| Jun 21 00:13:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66802026-06-21T00:13:56.364Z[ recovery-image] Jun 21 00:13:54.930 INFO O| Jun 21 00:13:54.930 INFO STEP 604 (remove_files) COMPLETE
66812026-06-21T00:13:56.364Z[ recovery-image] Jun 21 00:13:54.930 INFO O| Jun 21 00:13:54.930 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-06-21T00:13:56.364Z[ recovery-image] Jun 21 00:13:54.935 INFO O| Jun 21 00:13:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66832026-06-21T00:13:56.364Z[ recovery-image] Jun 21 00:13:54.935 INFO O| Jun 21 00:13:54.935 INFO STEP 605 (remove_files) COMPLETE
66842026-06-21T00:13:56.365Z[ recovery-image] Jun 21 00:13:54.935 INFO O| Jun 21 00:13:54.935 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-06-21T00:13:56.372Z[ recovery-image] Jun 21 00:13:54.941 INFO O| Jun 21 00:13:54.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66862026-06-21T00:13:56.372Z[ recovery-image] Jun 21 00:13:54.941 INFO O| Jun 21 00:13:54.941 INFO STEP 606 (remove_files) COMPLETE
66872026-06-21T00:13:56.372Z[ recovery-image] Jun 21 00:13:54.941 INFO O| Jun 21 00:13:54.941 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-06-21T00:13:56.379Z[ recovery-image] Jun 21 00:13:54.946 INFO O| Jun 21 00:13:54.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66892026-06-21T00:13:56.379Z[ recovery-image] Jun 21 00:13:54.946 INFO O| Jun 21 00:13:54.946 INFO STEP 607 (remove_files) COMPLETE
66902026-06-21T00:13:56.379Z[ recovery-image] Jun 21 00:13:54.946 INFO O| Jun 21 00:13:54.946 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-06-21T00:13:56.379Z[ recovery-image] Jun 21 00:13:54.951 INFO O| Jun 21 00:13:54.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66922026-06-21T00:13:56.382Z[ recovery-image] Jun 21 00:13:54.951 INFO O| Jun 21 00:13:54.951 INFO STEP 608 (remove_files) COMPLETE
66932026-06-21T00:13:56.382Z[ recovery-image] Jun 21 00:13:54.951 INFO O| Jun 21 00:13:54.951 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-06-21T00:13:56.389Z[ recovery-image] Jun 21 00:13:54.957 INFO O| Jun 21 00:13:54.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66952026-06-21T00:13:56.390Z[ recovery-image] Jun 21 00:13:54.957 INFO O| Jun 21 00:13:54.957 INFO STEP 609 (remove_files) COMPLETE
66962026-06-21T00:13:56.390Z[ recovery-image] Jun 21 00:13:54.957 INFO O| Jun 21 00:13:54.957 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-06-21T00:13:56.390Z[ recovery-image] Jun 21 00:13:54.962 INFO O| Jun 21 00:13:54.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66982026-06-21T00:13:56.390Z[ recovery-image] Jun 21 00:13:54.962 INFO O| Jun 21 00:13:54.962 INFO STEP 610 (remove_files) COMPLETE
66992026-06-21T00:13:56.390Z[ recovery-image] Jun 21 00:13:54.962 INFO O| Jun 21 00:13:54.962 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-06-21T00:13:56.401Z[ recovery-image] Jun 21 00:13:54.968 INFO O| Jun 21 00:13:54.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67012026-06-21T00:13:56.401Z[ recovery-image] Jun 21 00:13:54.968 INFO O| Jun 21 00:13:54.968 INFO STEP 611 (remove_files) COMPLETE
67022026-06-21T00:13:56.401Z[ recovery-image] Jun 21 00:13:54.968 INFO O| Jun 21 00:13:54.968 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-06-21T00:13:56.409Z[ recovery-image] Jun 21 00:13:54.973 INFO O| Jun 21 00:13:54.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67042026-06-21T00:13:56.410Z[ recovery-image] Jun 21 00:13:54.973 INFO O| Jun 21 00:13:54.973 INFO STEP 612 (remove_files) COMPLETE
67052026-06-21T00:13:56.410Z[ recovery-image] Jun 21 00:13:54.973 INFO O| Jun 21 00:13:54.973 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-06-21T00:13:56.420Z[ recovery-image] Jun 21 00:13:54.979 INFO O| Jun 21 00:13:54.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67072026-06-21T00:13:56.420Z[ recovery-image] Jun 21 00:13:54.979 INFO O| Jun 21 00:13:54.979 INFO STEP 613 (remove_files) COMPLETE
67082026-06-21T00:13:56.420Z[ recovery-image] Jun 21 00:13:54.979 INFO O| Jun 21 00:13:54.979 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-06-21T00:13:56.420Z[ recovery-image] Jun 21 00:13:54.986 INFO O| Jun 21 00:13:54.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67102026-06-21T00:13:56.421Z[ recovery-image] Jun 21 00:13:54.986 INFO O| Jun 21 00:13:54.986 INFO STEP 614 (remove_files) COMPLETE
67112026-06-21T00:13:56.421Z[ recovery-image] Jun 21 00:13:54.986 INFO O| Jun 21 00:13:54.986 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-06-21T00:13:56.421Z[ recovery-image] Jun 21 00:13:54.991 INFO O| Jun 21 00:13:54.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67132026-06-21T00:13:56.421Z[ recovery-image] Jun 21 00:13:54.991 INFO O| Jun 21 00:13:54.991 INFO STEP 615 (remove_files) COMPLETE
67142026-06-21T00:13:56.421Z[ recovery-image] Jun 21 00:13:54.991 INFO O| Jun 21 00:13:54.991 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-06-21T00:13:56.429Z[ recovery-image] Jun 21 00:13:54.997 INFO O| Jun 21 00:13:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67162026-06-21T00:13:56.429Z[ recovery-image] Jun 21 00:13:54.997 INFO O| Jun 21 00:13:54.997 INFO STEP 616 (remove_files) COMPLETE
67172026-06-21T00:13:56.429Z[ recovery-image] Jun 21 00:13:54.997 INFO O| Jun 21 00:13:54.997 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-06-21T00:13:56.437Z[ recovery-image] Jun 21 00:13:55.006 INFO O| Jun 21 00:13:55.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67192026-06-21T00:13:56.437Z[ recovery-image] Jun 21 00:13:55.006 INFO O| Jun 21 00:13:55.006 INFO STEP 617 (remove_files) COMPLETE
67202026-06-21T00:13:56.437Z[ recovery-image] Jun 21 00:13:55.006 INFO O| Jun 21 00:13:55.006 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-06-21T00:13:56.452Z[ recovery-image] Jun 21 00:13:55.014 INFO O| Jun 21 00:13:55.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67222026-06-21T00:13:56.452Z[ recovery-image] Jun 21 00:13:55.014 INFO O| Jun 21 00:13:55.014 INFO STEP 618 (remove_files) COMPLETE
67232026-06-21T00:13:56.452Z[ recovery-image] Jun 21 00:13:55.014 INFO O| Jun 21 00:13:55.014 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.021 INFO O| Jun 21 00:13:55.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67252026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.021 INFO O| Jun 21 00:13:55.021 INFO STEP 619 (remove_files) COMPLETE
67262026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.021 INFO O| Jun 21 00:13:55.021 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.028 INFO O| Jun 21 00:13:55.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67282026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.028 INFO O| Jun 21 00:13:55.028 INFO STEP 620 (remove_files) COMPLETE
67292026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.028 INFO O| Jun 21 00:13:55.028 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.036 INFO O| Jun 21 00:13:55.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67312026-06-21T00:13:56.468Z[ recovery-image] Jun 21 00:13:55.036 INFO O| Jun 21 00:13:55.036 INFO STEP 621 (remove_files) COMPLETE
67322026-06-21T00:13:56.469Z[ recovery-image] Jun 21 00:13:55.036 INFO O| Jun 21 00:13:55.036 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-06-21T00:13:56.474Z[ recovery-image] Jun 21 00:13:55.042 INFO O| Jun 21 00:13:55.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67342026-06-21T00:13:56.474Z[ recovery-image] Jun 21 00:13:55.042 INFO O| Jun 21 00:13:55.042 INFO STEP 622 (remove_files) COMPLETE
67352026-06-21T00:13:56.475Z[ recovery-image] Jun 21 00:13:55.042 INFO O| Jun 21 00:13:55.042 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-06-21T00:13:56.481Z[ recovery-image] Jun 21 00:13:55.048 INFO O| Jun 21 00:13:55.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67372026-06-21T00:13:56.481Z[ recovery-image] Jun 21 00:13:55.049 INFO O| Jun 21 00:13:55.049 INFO STEP 623 (remove_files) COMPLETE
67382026-06-21T00:13:56.481Z[ recovery-image] Jun 21 00:13:55.049 INFO O| Jun 21 00:13:55.049 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-06-21T00:13:56.492Z[ recovery-image] Jun 21 00:13:55.057 INFO O| Jun 21 00:13:55.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67402026-06-21T00:13:56.492Z[ recovery-image] Jun 21 00:13:55.057 INFO O| Jun 21 00:13:55.057 INFO STEP 624 (remove_files) COMPLETE
67412026-06-21T00:13:56.492Z[ recovery-image] Jun 21 00:13:55.057 INFO O| Jun 21 00:13:55.057 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-06-21T00:13:56.499Z[ recovery-image] Jun 21 00:13:55.062 INFO O| Jun 21 00:13:55.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67432026-06-21T00:13:56.502Z[ recovery-image] Jun 21 00:13:55.062 INFO O| Jun 21 00:13:55.062 INFO STEP 625 (remove_files) COMPLETE
67442026-06-21T00:13:56.502Z[ recovery-image] Jun 21 00:13:55.062 INFO O| Jun 21 00:13:55.062 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-06-21T00:13:56.502Z[ recovery-image] Jun 21 00:13:55.070 INFO O| Jun 21 00:13:55.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67462026-06-21T00:13:56.502Z[ recovery-image] Jun 21 00:13:55.070 INFO O| Jun 21 00:13:55.070 INFO STEP 626 (remove_files) COMPLETE
67472026-06-21T00:13:56.502Z[ recovery-image] Jun 21 00:13:55.070 INFO O| Jun 21 00:13:55.070 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-06-21T00:13:56.511Z[ recovery-image] Jun 21 00:13:55.077 INFO O| Jun 21 00:13:55.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67492026-06-21T00:13:56.511Z[ recovery-image] Jun 21 00:13:55.078 INFO O| Jun 21 00:13:55.077 INFO STEP 627 (remove_files) COMPLETE
67502026-06-21T00:13:56.512Z[ recovery-image] Jun 21 00:13:55.078 INFO O| Jun 21 00:13:55.077 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-06-21T00:13:56.522Z[ recovery-image] Jun 21 00:13:55.084 INFO O| Jun 21 00:13:55.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67522026-06-21T00:13:56.522Z[ recovery-image] Jun 21 00:13:55.084 INFO O| Jun 21 00:13:55.084 INFO STEP 628 (remove_files) COMPLETE
67532026-06-21T00:13:56.522Z[ recovery-image] Jun 21 00:13:55.084 INFO O| Jun 21 00:13:55.084 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-06-21T00:13:56.528Z[ recovery-image] Jun 21 00:13:55.091 INFO O| Jun 21 00:13:55.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67552026-06-21T00:13:56.528Z[ recovery-image] Jun 21 00:13:55.091 INFO O| Jun 21 00:13:55.091 INFO STEP 629 (remove_files) COMPLETE
67562026-06-21T00:13:56.528Z[ recovery-image] Jun 21 00:13:55.091 INFO O| Jun 21 00:13:55.091 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-06-21T00:13:56.530Z[ recovery-image] Jun 21 00:13:55.098 INFO O| Jun 21 00:13:55.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67582026-06-21T00:13:56.530Z[ recovery-image] Jun 21 00:13:55.098 INFO O| Jun 21 00:13:55.098 INFO STEP 630 (remove_files) COMPLETE
67592026-06-21T00:13:56.532Z[ recovery-image] Jun 21 00:13:55.098 INFO O| Jun 21 00:13:55.098 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.104 INFO O| Jun 21 00:13:55.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67612026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.104 INFO O| Jun 21 00:13:55.104 INFO STEP 631 (remove_files) COMPLETE
67622026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.104 INFO O| Jun 21 00:13:55.104 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.110 INFO O| Jun 21 00:13:55.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67642026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.110 INFO O| Jun 21 00:13:55.110 INFO STEP 632 (remove_files) COMPLETE
67652026-06-21T00:13:56.542Z[ recovery-image] Jun 21 00:13:55.110 INFO O| Jun 21 00:13:55.110 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-06-21T00:13:56.553Z[ recovery-image] Jun 21 00:13:55.117 INFO O| Jun 21 00:13:55.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67672026-06-21T00:13:56.553Z[ recovery-image] Jun 21 00:13:55.117 INFO O| Jun 21 00:13:55.117 INFO STEP 633 (remove_files) COMPLETE
67682026-06-21T00:13:56.553Z[ recovery-image] Jun 21 00:13:55.117 INFO O| Jun 21 00:13:55.117 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-06-21T00:13:56.566Z[ recovery-image] Jun 21 00:13:55.124 INFO O| Jun 21 00:13:55.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67702026-06-21T00:13:56.566Z[ recovery-image] Jun 21 00:13:55.124 INFO O| Jun 21 00:13:55.124 INFO STEP 634 (remove_files) COMPLETE
67712026-06-21T00:13:56.566Z[ recovery-image] Jun 21 00:13:55.124 INFO O| Jun 21 00:13:55.124 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-06-21T00:13:56.566Z[ recovery-image] Jun 21 00:13:55.130 INFO O| Jun 21 00:13:55.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67732026-06-21T00:13:56.578Z[ recovery-image] Jun 21 00:13:55.130 INFO O| Jun 21 00:13:55.130 INFO STEP 635 (remove_files) COMPLETE
67742026-06-21T00:13:56.579Z[ recovery-image] Jun 21 00:13:55.130 INFO O| Jun 21 00:13:55.130 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.137 INFO O| Jun 21 00:13:55.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67762026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.137 INFO O| Jun 21 00:13:55.137 INFO STEP 636 (remove_files) COMPLETE
67772026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.137 INFO O| Jun 21 00:13:55.137 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.145 INFO O| Jun 21 00:13:55.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67792026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.145 INFO O| Jun 21 00:13:55.145 INFO STEP 637 (remove_files) COMPLETE
67802026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.145 INFO O| Jun 21 00:13:55.145 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.153 INFO O| Jun 21 00:13:55.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67822026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.153 INFO O| Jun 21 00:13:55.153 INFO STEP 638 (remove_files) COMPLETE
67832026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.153 INFO O| Jun 21 00:13:55.153 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.159 INFO O| Jun 21 00:13:55.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67852026-06-21T00:13:56.598Z[ recovery-image] Jun 21 00:13:55.159 INFO O| Jun 21 00:13:55.159 INFO STEP 639 (remove_files) COMPLETE
67862026-06-21T00:13:56.601Z[ recovery-image] Jun 21 00:13:55.159 INFO O| Jun 21 00:13:55.159 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.165 INFO O| Jun 21 00:13:55.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67882026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.165 INFO O| Jun 21 00:13:55.165 INFO STEP 640 (remove_files) COMPLETE
67892026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.165 INFO O| Jun 21 00:13:55.165 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.171 INFO O| Jun 21 00:13:55.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67912026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.172 INFO O| Jun 21 00:13:55.172 INFO STEP 641 (remove_files) COMPLETE
67922026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.172 INFO O| Jun 21 00:13:55.172 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.178 INFO O| Jun 21 00:13:55.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67942026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.178 INFO O| Jun 21 00:13:55.178 INFO STEP 642 (remove_files) COMPLETE
67952026-06-21T00:13:56.613Z[ recovery-image] Jun 21 00:13:55.178 INFO O| Jun 21 00:13:55.178 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-06-21T00:13:56.623Z[ recovery-image] Jun 21 00:13:55.184 INFO O| Jun 21 00:13:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67972026-06-21T00:13:56.625Z[ recovery-image] Jun 21 00:13:55.184 INFO O| Jun 21 00:13:55.184 INFO STEP 643 (remove_files) COMPLETE
67982026-06-21T00:13:56.625Z[ recovery-image] Jun 21 00:13:55.184 INFO O| Jun 21 00:13:55.184 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-06-21T00:13:56.625Z[ recovery-image] Jun 21 00:13:55.191 INFO O| Jun 21 00:13:55.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68002026-06-21T00:13:56.625Z[ recovery-image] Jun 21 00:13:55.191 INFO O| Jun 21 00:13:55.191 INFO STEP 644 (remove_files) COMPLETE
68012026-06-21T00:13:56.625Z[ recovery-image] Jun 21 00:13:55.191 INFO O| Jun 21 00:13:55.191 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.198 INFO O| Jun 21 00:13:55.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68032026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.198 INFO O| Jun 21 00:13:55.198 INFO STEP 645 (remove_files) COMPLETE
68042026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.198 INFO O| Jun 21 00:13:55.198 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.205 INFO O| Jun 21 00:13:55.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68062026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.205 INFO O| Jun 21 00:13:55.205 INFO STEP 646 (remove_files) COMPLETE
68072026-06-21T00:13:56.642Z[ recovery-image] Jun 21 00:13:55.205 INFO O| Jun 21 00:13:55.205 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-06-21T00:13:56.651Z[ recovery-image] Jun 21 00:13:55.211 INFO O| Jun 21 00:13:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68092026-06-21T00:13:56.652Z[ recovery-image] Jun 21 00:13:55.211 INFO O| Jun 21 00:13:55.211 INFO STEP 647 (remove_files) COMPLETE
68102026-06-21T00:13:56.652Z[ recovery-image] Jun 21 00:13:55.211 INFO O| Jun 21 00:13:55.211 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-06-21T00:13:56.652Z[ recovery-image] Jun 21 00:13:55.218 INFO O| Jun 21 00:13:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68122026-06-21T00:13:56.652Z[ recovery-image] Jun 21 00:13:55.218 INFO O| Jun 21 00:13:55.218 INFO STEP 648 (remove_files) COMPLETE
68132026-06-21T00:13:56.652Z[ recovery-image] Jun 21 00:13:55.218 INFO O| Jun 21 00:13:55.218 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-06-21T00:13:56.663Z[ recovery-image] Jun 21 00:13:55.225 INFO O| Jun 21 00:13:55.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68152026-06-21T00:13:56.663Z[ recovery-image] Jun 21 00:13:55.225 INFO O| Jun 21 00:13:55.225 INFO STEP 649 (remove_files) COMPLETE
68162026-06-21T00:13:56.663Z[ recovery-image] Jun 21 00:13:55.225 INFO O| Jun 21 00:13:55.225 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-06-21T00:13:56.669Z[ recovery-image] Jun 21 00:13:55.232 INFO O| Jun 21 00:13:55.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68182026-06-21T00:13:56.670Z[ recovery-image] Jun 21 00:13:55.232 INFO O| Jun 21 00:13:55.232 INFO STEP 650 (remove_files) COMPLETE
68192026-06-21T00:13:56.670Z[ recovery-image] Jun 21 00:13:55.232 INFO O| Jun 21 00:13:55.232 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-06-21T00:13:56.670Z[ recovery-image] Jun 21 00:13:55.239 INFO O| Jun 21 00:13:55.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68212026-06-21T00:13:56.670Z[ recovery-image] Jun 21 00:13:55.239 INFO O| Jun 21 00:13:55.239 INFO STEP 651 (remove_files) COMPLETE
68222026-06-21T00:13:56.670Z[ recovery-image] Jun 21 00:13:55.239 INFO O| Jun 21 00:13:55.239 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-06-21T00:13:56.676Z[ recovery-image] Jun 21 00:13:55.245 INFO O| Jun 21 00:13:55.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68242026-06-21T00:13:56.676Z[ recovery-image] Jun 21 00:13:55.245 INFO O| Jun 21 00:13:55.245 INFO STEP 652 (remove_files) COMPLETE
68252026-06-21T00:13:56.677Z[ recovery-image] Jun 21 00:13:55.245 INFO O| Jun 21 00:13:55.245 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-06-21T00:13:56.682Z[ recovery-image] Jun 21 00:13:55.252 INFO O| Jun 21 00:13:55.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68272026-06-21T00:13:56.682Z[ recovery-image] Jun 21 00:13:55.252 INFO O| Jun 21 00:13:55.252 INFO STEP 653 (remove_files) COMPLETE
68282026-06-21T00:13:56.682Z[ recovery-image] Jun 21 00:13:55.252 INFO O| Jun 21 00:13:55.252 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-06-21T00:13:56.701Z[ recovery-image] Jun 21 00:13:55.259 INFO O| Jun 21 00:13:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68302026-06-21T00:13:56.701Z[ recovery-image] Jun 21 00:13:55.259 INFO O| Jun 21 00:13:55.259 INFO STEP 654 (remove_files) COMPLETE
68312026-06-21T00:13:56.701Z[ recovery-image] Jun 21 00:13:55.259 INFO O| Jun 21 00:13:55.259 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-06-21T00:13:56.701Z[ recovery-image] Jun 21 00:13:55.266 INFO O| Jun 21 00:13:55.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68332026-06-21T00:13:56.701Z[ recovery-image] Jun 21 00:13:55.266 INFO O| Jun 21 00:13:55.266 INFO STEP 655 (remove_files) COMPLETE
68342026-06-21T00:13:56.703Z[ recovery-image] Jun 21 00:13:55.266 INFO O| Jun 21 00:13:55.266 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.272 INFO O| Jun 21 00:13:55.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68362026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.272 INFO O| Jun 21 00:13:55.272 INFO STEP 656 (remove_files) COMPLETE
68372026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.272 INFO O| Jun 21 00:13:55.272 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.279 INFO O| Jun 21 00:13:55.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68392026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.279 INFO O| Jun 21 00:13:55.279 INFO STEP 657 (remove_files) COMPLETE
68402026-06-21T00:13:56.725Z[ recovery-image] Jun 21 00:13:55.279 INFO O| Jun 21 00:13:55.279 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.285 INFO O| Jun 21 00:13:55.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68422026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.286 INFO O| Jun 21 00:13:55.285 INFO STEP 658 (remove_files) COMPLETE
68432026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.286 INFO O| Jun 21 00:13:55.285 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.293 INFO O| Jun 21 00:13:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68452026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.293 INFO O| Jun 21 00:13:55.293 INFO STEP 659 (remove_files) COMPLETE
68462026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.293 INFO O| Jun 21 00:13:55.293 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.299 INFO O| Jun 21 00:13:55.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68482026-06-21T00:13:56.737Z[ recovery-image] Jun 21 00:13:55.299 INFO O| Jun 21 00:13:55.299 INFO STEP 660 (remove_files) COMPLETE
68492026-06-21T00:13:56.738Z[ recovery-image] Jun 21 00:13:55.299 INFO O| Jun 21 00:13:55.299 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-06-21T00:13:56.742Z[ recovery-image] Jun 21 00:13:55.305 INFO O| Jun 21 00:13:55.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68512026-06-21T00:13:56.742Z[ recovery-image] Jun 21 00:13:55.305 INFO O| Jun 21 00:13:55.305 INFO STEP 661 (remove_files) COMPLETE
68522026-06-21T00:13:56.743Z[ recovery-image] Jun 21 00:13:55.305 INFO O| Jun 21 00:13:55.305 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-06-21T00:13:56.743Z[ recovery-image] Jun 21 00:13:55.312 INFO O| Jun 21 00:13:55.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68542026-06-21T00:13:56.743Z[ recovery-image] Jun 21 00:13:55.312 INFO O| Jun 21 00:13:55.312 INFO STEP 662 (remove_files) COMPLETE
68552026-06-21T00:13:56.746Z[ recovery-image] Jun 21 00:13:55.312 INFO O| Jun 21 00:13:55.312 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.319 INFO O| Jun 21 00:13:55.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68572026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.319 INFO O| Jun 21 00:13:55.319 INFO STEP 663 (remove_files) COMPLETE
68582026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.319 INFO O| Jun 21 00:13:55.319 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.325 INFO O| Jun 21 00:13:55.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68602026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.325 INFO O| Jun 21 00:13:55.325 INFO STEP 664 (remove_files) COMPLETE
68612026-06-21T00:13:56.754Z[ recovery-image] Jun 21 00:13:55.325 INFO O| Jun 21 00:13:55.325 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-06-21T00:13:56.760Z[ recovery-image] Jun 21 00:13:55.332 INFO O| Jun 21 00:13:55.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68632026-06-21T00:13:56.760Z[ recovery-image] Jun 21 00:13:55.332 INFO O| Jun 21 00:13:55.332 INFO STEP 665 (remove_files) COMPLETE
68642026-06-21T00:13:56.760Z[ recovery-image] Jun 21 00:13:55.332 INFO O| Jun 21 00:13:55.332 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-06-21T00:13:56.766Z[ recovery-image] Jun 21 00:13:55.338 INFO O| Jun 21 00:13:55.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68662026-06-21T00:13:56.766Z[ recovery-image] Jun 21 00:13:55.338 INFO O| Jun 21 00:13:55.338 INFO STEP 666 (remove_files) COMPLETE
68672026-06-21T00:13:56.766Z[ recovery-image] Jun 21 00:13:55.338 INFO O| Jun 21 00:13:55.338 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-06-21T00:13:56.780Z[ recovery-image] Jun 21 00:13:55.345 INFO O| Jun 21 00:13:55.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68692026-06-21T00:13:56.780Z[ recovery-image] Jun 21 00:13:55.345 INFO O| Jun 21 00:13:55.345 INFO STEP 667 (remove_files) COMPLETE
68702026-06-21T00:13:56.780Z[ recovery-image] Jun 21 00:13:55.345 INFO O| Jun 21 00:13:55.345 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-06-21T00:13:56.790Z[ recovery-image] Jun 21 00:13:55.352 INFO O| Jun 21 00:13:55.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68722026-06-21T00:13:56.790Z[ recovery-image] Jun 21 00:13:55.352 INFO O| Jun 21 00:13:55.352 INFO STEP 668 (remove_files) COMPLETE
68732026-06-21T00:13:56.790Z[ recovery-image] Jun 21 00:13:55.352 INFO O| Jun 21 00:13:55.352 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-06-21T00:13:56.791Z[ recovery-image] Jun 21 00:13:55.358 INFO O| Jun 21 00:13:55.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68752026-06-21T00:13:56.791Z[ recovery-image] Jun 21 00:13:55.358 INFO O| Jun 21 00:13:55.358 INFO STEP 669 (remove_files) COMPLETE
68762026-06-21T00:13:56.793Z[ recovery-image] Jun 21 00:13:55.358 INFO O| Jun 21 00:13:55.358 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-06-21T00:13:56.802Z[ recovery-image] Jun 21 00:13:55.365 INFO O| Jun 21 00:13:55.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68782026-06-21T00:13:56.802Z[ recovery-image] Jun 21 00:13:55.365 INFO O| Jun 21 00:13:55.365 INFO STEP 670 (remove_files) COMPLETE
68792026-06-21T00:13:56.802Z[ recovery-image] Jun 21 00:13:55.365 INFO O| Jun 21 00:13:55.365 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.371 INFO O| Jun 21 00:13:55.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68812026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.371 INFO O| Jun 21 00:13:55.371 INFO STEP 671 (remove_files) COMPLETE
68822026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.371 INFO O| Jun 21 00:13:55.371 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.379 INFO O| Jun 21 00:13:55.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68842026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.379 INFO O| Jun 21 00:13:55.379 INFO STEP 672 (remove_files) COMPLETE
68852026-06-21T00:13:56.823Z[ recovery-image] Jun 21 00:13:55.379 INFO O| Jun 21 00:13:55.379 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-06-21T00:13:56.830Z[ recovery-image] Jun 21 00:13:55.386 INFO O| Jun 21 00:13:55.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68872026-06-21T00:13:56.831Z[ recovery-image] Jun 21 00:13:55.386 INFO O| Jun 21 00:13:55.386 INFO STEP 673 (remove_files) COMPLETE
68882026-06-21T00:13:56.831Z[ recovery-image] Jun 21 00:13:55.386 INFO O| Jun 21 00:13:55.386 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-06-21T00:13:56.831Z[ recovery-image] Jun 21 00:13:55.393 INFO O| Jun 21 00:13:55.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68902026-06-21T00:13:56.831Z[ recovery-image] Jun 21 00:13:55.393 INFO O| Jun 21 00:13:55.393 INFO STEP 674 (remove_files) COMPLETE
68912026-06-21T00:13:56.831Z[ recovery-image] Jun 21 00:13:55.393 INFO O| Jun 21 00:13:55.393 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.401 INFO O| Jun 21 00:13:55.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68932026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.401 INFO O| Jun 21 00:13:55.401 INFO STEP 675 (remove_files) COMPLETE
68942026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.401 INFO O| Jun 21 00:13:55.401 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.407 INFO O| Jun 21 00:13:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68962026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.407 INFO O| Jun 21 00:13:55.407 INFO STEP 676 (remove_files) COMPLETE
68972026-06-21T00:13:56.838Z[ recovery-image] Jun 21 00:13:55.407 INFO O| Jun 21 00:13:55.407 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.415 INFO O| Jun 21 00:13:55.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68992026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.415 INFO O| Jun 21 00:13:55.415 INFO STEP 677 (remove_files) COMPLETE
69002026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.415 INFO O| Jun 21 00:13:55.415 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.422 INFO O| Jun 21 00:13:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69022026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.422 INFO O| Jun 21 00:13:55.422 INFO STEP 678 (remove_files) COMPLETE
69032026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.422 INFO O| Jun 21 00:13:55.422 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.429 INFO O| Jun 21 00:13:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69052026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.430 INFO O| Jun 21 00:13:55.430 INFO STEP 679 (remove_files) COMPLETE
69062026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.430 INFO O| Jun 21 00:13:55.430 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.437 INFO O| Jun 21 00:13:55.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69082026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.437 INFO O| Jun 21 00:13:55.437 INFO STEP 680 (remove_files) COMPLETE
69092026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.437 INFO O| Jun 21 00:13:55.437 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.443 INFO O| Jun 21 00:13:55.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69112026-06-21T00:13:57.310Z[ recovery-image] Jun 21 00:13:55.443 INFO O| Jun 21 00:13:55.443 INFO STEP 681 (remove_files) COMPLETE
69122026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.443 INFO O| Jun 21 00:13:55.443 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.449 INFO O| Jun 21 00:13:55.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69142026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.449 INFO O| Jun 21 00:13:55.449 INFO STEP 682 (remove_files) COMPLETE
69152026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.449 INFO O| Jun 21 00:13:55.449 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.456 INFO O| Jun 21 00:13:55.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69172026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.456 INFO O| Jun 21 00:13:55.456 INFO STEP 683 (remove_files) COMPLETE
69182026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.456 INFO O| Jun 21 00:13:55.456 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.462 INFO O| Jun 21 00:13:55.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69202026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.462 INFO O| Jun 21 00:13:55.462 INFO STEP 684 (remove_files) COMPLETE
69212026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.462 INFO O| Jun 21 00:13:55.462 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-06-21T00:13:57.315Z[ recovery-image] Jun 21 00:13:55.469 INFO O| Jun 21 00:13:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69232026-06-21T00:13:57.316Z[ recovery-image] Jun 21 00:13:55.470 INFO O| Jun 21 00:13:55.470 INFO STEP 685 (remove_files) COMPLETE
69242026-06-21T00:13:57.316Z[ recovery-image] Jun 21 00:13:55.470 INFO O| Jun 21 00:13:55.470 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-06-21T00:13:57.316Z[ recovery-image] Jun 21 00:13:55.476 INFO O| Jun 21 00:13:55.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69262026-06-21T00:13:57.316Z[ recovery-image] Jun 21 00:13:55.476 INFO O| Jun 21 00:13:55.476 INFO STEP 686 (remove_files) COMPLETE
69272026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.476 INFO O| Jun 21 00:13:55.476 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.482 INFO O| Jun 21 00:13:55.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69292026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.482 INFO O| Jun 21 00:13:55.482 INFO STEP 687 (remove_files) COMPLETE
69302026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.482 INFO O| Jun 21 00:13:55.482 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.488 INFO O| Jun 21 00:13:55.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69322026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.488 INFO O| Jun 21 00:13:55.488 INFO STEP 688 (remove_files) COMPLETE
69332026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.488 INFO O| Jun 21 00:13:55.488 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.494 INFO O| Jun 21 00:13:55.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69352026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.494 INFO O| Jun 21 00:13:55.494 INFO STEP 689 (remove_files) COMPLETE
69362026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.494 INFO O| Jun 21 00:13:55.494 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-06-21T00:13:57.321Z[ recovery-image] Jun 21 00:13:55.501 INFO O| Jun 21 00:13:55.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69382026-06-21T00:13:57.322Z[ recovery-image] Jun 21 00:13:55.501 INFO O| Jun 21 00:13:55.501 INFO STEP 690 (remove_files) COMPLETE
69392026-06-21T00:13:57.322Z[ recovery-image] Jun 21 00:13:55.501 INFO O| Jun 21 00:13:55.501 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-06-21T00:13:57.322Z[ recovery-image] Jun 21 00:13:55.507 INFO O| Jun 21 00:13:55.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69412026-06-21T00:13:57.322Z[ recovery-image] Jun 21 00:13:55.507 INFO O| Jun 21 00:13:55.507 INFO STEP 691 (remove_files) COMPLETE
69422026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.507 INFO O| Jun 21 00:13:55.507 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.512 INFO O| Jun 21 00:13:55.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69442026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.512 INFO O| Jun 21 00:13:55.512 INFO STEP 692 (remove_files) COMPLETE
69452026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.512 INFO O| Jun 21 00:13:55.512 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.519 INFO O| Jun 21 00:13:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69472026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.519 INFO O| Jun 21 00:13:55.519 INFO STEP 693 (remove_files) COMPLETE
69482026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.519 INFO O| Jun 21 00:13:55.519 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.526 INFO O| Jun 21 00:13:55.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69502026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.526 INFO O| Jun 21 00:13:55.526 INFO STEP 694 (remove_files) COMPLETE
69512026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.526 INFO O| Jun 21 00:13:55.526 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.533 INFO O| Jun 21 00:13:55.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69532026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.533 INFO O| Jun 21 00:13:55.533 INFO STEP 695 (remove_files) COMPLETE
69542026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.533 INFO O| Jun 21 00:13:55.533 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.540 INFO O| Jun 21 00:13:55.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69562026-06-21T00:13:57.325Z[ recovery-image] Jun 21 00:13:55.540 INFO O| Jun 21 00:13:55.540 INFO STEP 696 (remove_files) COMPLETE
69572026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.540 INFO O| Jun 21 00:13:55.540 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.546 INFO O| Jun 21 00:13:55.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69592026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.546 INFO O| Jun 21 00:13:55.546 INFO STEP 697 (remove_files) COMPLETE
69602026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.546 INFO O| Jun 21 00:13:55.546 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.553 INFO O| Jun 21 00:13:55.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69622026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.553 INFO O| Jun 21 00:13:55.553 INFO STEP 698 (remove_files) COMPLETE
69632026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.553 INFO O| Jun 21 00:13:55.553 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.560 INFO O| Jun 21 00:13:55.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69652026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.560 INFO O| Jun 21 00:13:55.560 INFO STEP 699 (remove_files) COMPLETE
69662026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.560 INFO O| Jun 21 00:13:55.560 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.567 INFO O| Jun 21 00:13:55.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69682026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.567 INFO O| Jun 21 00:13:55.567 INFO STEP 700 (remove_files) COMPLETE
69692026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.567 INFO O| Jun 21 00:13:55.567 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.573 INFO O| Jun 21 00:13:55.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69712026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.573 INFO O| Jun 21 00:13:55.573 INFO STEP 701 (remove_files) COMPLETE
69722026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.573 INFO O| Jun 21 00:13:55.573 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.580 INFO O| Jun 21 00:13:55.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69742026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.580 INFO O| Jun 21 00:13:55.580 INFO STEP 702 (remove_files) COMPLETE
69752026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.580 INFO O| Jun 21 00:13:55.580 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.587 INFO O| Jun 21 00:13:55.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69772026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.587 INFO O| Jun 21 00:13:55.587 INFO STEP 703 (remove_files) COMPLETE
69782026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.587 INFO O| Jun 21 00:13:55.587 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.594 INFO O| Jun 21 00:13:55.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69802026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.594 INFO O| Jun 21 00:13:55.594 INFO STEP 704 (remove_files) COMPLETE
69812026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.594 INFO O| Jun 21 00:13:55.594 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.600 INFO O| Jun 21 00:13:55.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69832026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.600 INFO O| Jun 21 00:13:55.600 INFO STEP 705 (remove_files) COMPLETE
69842026-06-21T00:13:57.330Z[ recovery-image] Jun 21 00:13:55.600 INFO O| Jun 21 00:13:55.600 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-06-21T00:13:57.331Z[ recovery-image] Jun 21 00:13:55.606 INFO O| Jun 21 00:13:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69862026-06-21T00:13:57.331Z[ recovery-image] Jun 21 00:13:55.606 INFO O| Jun 21 00:13:55.606 INFO STEP 706 (remove_files) COMPLETE
69872026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.606 INFO O| Jun 21 00:13:55.606 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.612 INFO O| Jun 21 00:13:55.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69892026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.612 INFO O| Jun 21 00:13:55.612 INFO STEP 707 (remove_files) COMPLETE
69902026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.612 INFO O| Jun 21 00:13:55.612 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.619 INFO O| Jun 21 00:13:55.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69922026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.619 INFO O| Jun 21 00:13:55.619 INFO STEP 708 (remove_files) COMPLETE
69932026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.619 INFO O| Jun 21 00:13:55.619 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.625 INFO O| Jun 21 00:13:55.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69952026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.625 INFO O| Jun 21 00:13:55.625 INFO STEP 709 (remove_files) COMPLETE
69962026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.625 INFO O| Jun 21 00:13:55.625 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-06-21T00:13:57.332Z[ recovery-image] Jun 21 00:13:55.631 INFO O| Jun 21 00:13:55.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69982026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.631 INFO O| Jun 21 00:13:55.631 INFO STEP 710 (remove_files) COMPLETE
69992026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.631 INFO O| Jun 21 00:13:55.631 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.637 INFO O| Jun 21 00:13:55.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70012026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.637 INFO O| Jun 21 00:13:55.637 INFO STEP 711 (remove_files) COMPLETE
70022026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.637 INFO O| Jun 21 00:13:55.637 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.643 INFO O| Jun 21 00:13:55.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70042026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.643 INFO O| Jun 21 00:13:55.643 INFO STEP 712 (remove_files) COMPLETE
70052026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.643 INFO O| Jun 21 00:13:55.643 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.650 INFO O| Jun 21 00:13:55.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70072026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.650 INFO O| Jun 21 00:13:55.650 INFO STEP 713 (remove_files) COMPLETE
70082026-06-21T00:13:57.390Z[ recovery-image] Jun 21 00:13:55.650 INFO O| Jun 21 00:13:55.650 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.657 INFO O| Jun 21 00:13:55.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70102026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.657 INFO O| Jun 21 00:13:55.657 INFO STEP 714 (remove_files) COMPLETE
70112026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.657 INFO O| Jun 21 00:13:55.657 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.663 INFO O| Jun 21 00:13:55.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70132026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.663 INFO O| Jun 21 00:13:55.663 INFO STEP 715 (remove_files) COMPLETE
70142026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.663 INFO O| Jun 21 00:13:55.663 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-06-21T00:13:57.391Z[ recovery-image] Jun 21 00:13:55.670 INFO O| Jun 21 00:13:55.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70162026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.670 INFO O| Jun 21 00:13:55.670 INFO STEP 716 (remove_files) COMPLETE
70172026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.670 INFO O| Jun 21 00:13:55.670 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.677 INFO O| Jun 21 00:13:55.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70192026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.677 INFO O| Jun 21 00:13:55.677 INFO STEP 717 (remove_files) COMPLETE
70202026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.677 INFO O| Jun 21 00:13:55.677 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.683 INFO O| Jun 21 00:13:55.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70222026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.683 INFO O| Jun 21 00:13:55.683 INFO STEP 718 (remove_files) COMPLETE
70232026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.683 INFO O| Jun 21 00:13:55.683 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.689 INFO O| Jun 21 00:13:55.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70252026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.689 INFO O| Jun 21 00:13:55.689 INFO STEP 719 (remove_files) COMPLETE
70262026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.689 INFO O| Jun 21 00:13:55.689 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.697 INFO O| Jun 21 00:13:55.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70282026-06-21T00:13:57.406Z[ recovery-image] Jun 21 00:13:55.697 INFO O| Jun 21 00:13:55.697 INFO STEP 720 (remove_files) COMPLETE
70292026-06-21T00:13:57.407Z[ recovery-image] Jun 21 00:13:55.697 INFO O| Jun 21 00:13:55.697 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-06-21T00:13:57.407Z[ recovery-image] Jun 21 00:13:55.704 INFO O| Jun 21 00:13:55.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70312026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.704 INFO O| Jun 21 00:13:55.704 INFO STEP 721 (remove_files) COMPLETE
70322026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.704 INFO O| Jun 21 00:13:55.704 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.712 INFO O| Jun 21 00:13:55.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70342026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.712 INFO O| Jun 21 00:13:55.712 INFO STEP 722 (remove_files) COMPLETE
70352026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.712 INFO O| Jun 21 00:13:55.712 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.718 INFO O| Jun 21 00:13:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70372026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.718 INFO O| Jun 21 00:13:55.718 INFO STEP 723 (remove_files) COMPLETE
70382026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.718 INFO O| Jun 21 00:13:55.718 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.724 INFO O| Jun 21 00:13:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70402026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.725 INFO O| Jun 21 00:13:55.724 INFO STEP 724 (remove_files) COMPLETE
70412026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.725 INFO O| Jun 21 00:13:55.725 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.731 INFO O| Jun 21 00:13:55.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70432026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.731 INFO O| Jun 21 00:13:55.731 INFO STEP 725 (remove_files) COMPLETE
70442026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.731 INFO O| Jun 21 00:13:55.731 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-06-21T00:13:57.412Z[ recovery-image] Jun 21 00:13:55.737 INFO O| Jun 21 00:13:55.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70462026-06-21T00:13:57.418Z[ recovery-image] Jun 21 00:13:55.737 INFO O| Jun 21 00:13:55.737 INFO STEP 726 (remove_files) COMPLETE
70472026-06-21T00:13:57.418Z[ recovery-image] Jun 21 00:13:55.738 INFO O| Jun 21 00:13:55.737 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-06-21T00:13:57.418Z[ recovery-image] Jun 21 00:13:55.743 INFO O| Jun 21 00:13:55.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70492026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.743 INFO O| Jun 21 00:13:55.743 INFO STEP 727 (remove_files) COMPLETE
70502026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.743 INFO O| Jun 21 00:13:55.743 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.749 INFO O| Jun 21 00:13:55.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70522026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.749 INFO O| Jun 21 00:13:55.749 INFO STEP 728 (remove_files) COMPLETE
70532026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.749 INFO O| Jun 21 00:13:55.749 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.755 INFO O| Jun 21 00:13:55.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70552026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.755 INFO O| Jun 21 00:13:55.755 INFO STEP 729 (remove_files) COMPLETE
70562026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.755 INFO O| Jun 21 00:13:55.755 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.760 INFO O| Jun 21 00:13:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70582026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.760 INFO O| Jun 21 00:13:55.760 INFO STEP 730 (remove_files) COMPLETE
70592026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.760 INFO O| Jun 21 00:13:55.760 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-06-21T00:13:57.419Z[ recovery-image] Jun 21 00:13:55.766 INFO O| Jun 21 00:13:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70612026-06-21T00:13:57.424Z[ recovery-image] Jun 21 00:13:55.766 INFO O| Jun 21 00:13:55.766 INFO STEP 731 (remove_files) COMPLETE
70622026-06-21T00:13:57.424Z[ recovery-image] Jun 21 00:13:55.766 INFO O| Jun 21 00:13:55.766 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.772 INFO O| Jun 21 00:13:55.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70642026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.772 INFO O| Jun 21 00:13:55.772 INFO STEP 732 (remove_files) COMPLETE
70652026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.772 INFO O| Jun 21 00:13:55.772 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.780 INFO O| Jun 21 00:13:55.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70672026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.780 INFO O| Jun 21 00:13:55.780 INFO STEP 733 (remove_files) COMPLETE
70682026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.780 INFO O| Jun 21 00:13:55.780 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.786 INFO O| Jun 21 00:13:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70702026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.786 INFO O| Jun 21 00:13:55.786 INFO STEP 734 (remove_files) COMPLETE
70712026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.786 INFO O| Jun 21 00:13:55.786 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.791 INFO O| Jun 21 00:13:55.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70732026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.792 INFO O| Jun 21 00:13:55.792 INFO STEP 735 (remove_files) COMPLETE
70742026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.792 INFO O| Jun 21 00:13:55.792 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.797 INFO O| Jun 21 00:13:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70762026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.797 INFO O| Jun 21 00:13:55.797 INFO STEP 736 (remove_files) COMPLETE
70772026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.797 INFO O| Jun 21 00:13:55.797 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.803 INFO O| Jun 21 00:13:55.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70792026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.803 INFO O| Jun 21 00:13:55.803 INFO STEP 737 (remove_files) COMPLETE
70802026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.803 INFO O| Jun 21 00:13:55.803 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.808 INFO O| Jun 21 00:13:55.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70822026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.808 INFO O| Jun 21 00:13:55.808 INFO STEP 738 (remove_files) COMPLETE
70832026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.808 INFO O| Jun 21 00:13:55.808 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.814 INFO O| Jun 21 00:13:55.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70852026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.814 INFO O| Jun 21 00:13:55.814 INFO STEP 739 (remove_files) COMPLETE
70862026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.814 INFO O| Jun 21 00:13:55.814 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.819 INFO O| Jun 21 00:13:55.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70882026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.819 INFO O| Jun 21 00:13:55.819 INFO STEP 740 (remove_files) COMPLETE
70892026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.819 INFO O| Jun 21 00:13:55.819 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.825 INFO O| Jun 21 00:13:55.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70912026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.825 INFO O| Jun 21 00:13:55.825 INFO STEP 741 (remove_files) COMPLETE
70922026-06-21T00:13:57.425Z[ recovery-image] Jun 21 00:13:55.825 INFO O| Jun 21 00:13:55.825 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-06-21T00:13:57.426Z[ recovery-image] Jun 21 00:13:55.831 INFO O| Jun 21 00:13:55.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70942026-06-21T00:13:57.426Z[ recovery-image] Jun 21 00:13:55.831 INFO O| Jun 21 00:13:55.831 INFO STEP 742 (remove_files) COMPLETE
70952026-06-21T00:13:57.426Z[ recovery-image] Jun 21 00:13:55.831 INFO O| Jun 21 00:13:55.831 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-06-21T00:13:57.426Z[ recovery-image] Jun 21 00:13:55.838 INFO O| Jun 21 00:13:55.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70972026-06-21T00:13:57.426Z[ recovery-image] Jun 21 00:13:55.838 INFO O| Jun 21 00:13:55.838 INFO STEP 743 (remove_files) COMPLETE
70982026-06-21T00:13:57.475Z[ recovery-image] Jun 21 00:13:55.838 INFO O| Jun 21 00:13:55.838 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-06-21T00:13:57.475Z[ recovery-image] Jun 21 00:13:55.844 INFO O| Jun 21 00:13:55.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71002026-06-21T00:13:57.475Z[ recovery-image] Jun 21 00:13:55.844 INFO O| Jun 21 00:13:55.844 INFO STEP 744 (remove_files) COMPLETE
71012026-06-21T00:13:57.475Z[ recovery-image] Jun 21 00:13:55.844 INFO O| Jun 21 00:13:55.844 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-06-21T00:13:57.475Z[ recovery-image] Jun 21 00:13:55.849 INFO O| Jun 21 00:13:55.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71032026-06-21T00:13:57.479Z[ recovery-image] Jun 21 00:13:55.849 INFO O| Jun 21 00:13:55.849 INFO STEP 745 (remove_files) COMPLETE
71042026-06-21T00:13:57.479Z[ recovery-image] Jun 21 00:13:55.849 INFO O| Jun 21 00:13:55.849 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.855 INFO O| Jun 21 00:13:55.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71062026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.855 INFO O| Jun 21 00:13:55.855 INFO STEP 746 (remove_files) COMPLETE
71072026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.855 INFO O| Jun 21 00:13:55.855 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.860 INFO O| Jun 21 00:13:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71092026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.860 INFO O| Jun 21 00:13:55.860 INFO STEP 747 (remove_files) COMPLETE
71102026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.860 INFO O| Jun 21 00:13:55.860 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.866 INFO O| Jun 21 00:13:55.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71122026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.866 INFO O| Jun 21 00:13:55.866 INFO STEP 748 (remove_files) COMPLETE
71132026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.866 INFO O| Jun 21 00:13:55.866 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.871 INFO O| Jun 21 00:13:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71152026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.871 INFO O| Jun 21 00:13:55.871 INFO STEP 749 (remove_files) COMPLETE
71162026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.871 INFO O| Jun 21 00:13:55.871 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-06-21T00:13:57.480Z[ recovery-image] Jun 21 00:13:55.877 INFO O| Jun 21 00:13:55.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71182026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.877 INFO O| Jun 21 00:13:55.877 INFO STEP 750 (remove_files) COMPLETE
71192026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.877 INFO O| Jun 21 00:13:55.877 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.882 INFO O| Jun 21 00:13:55.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71212026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.882 INFO O| Jun 21 00:13:55.882 INFO STEP 751 (remove_files) COMPLETE
71222026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.882 INFO O| Jun 21 00:13:55.882 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.888 INFO O| Jun 21 00:13:55.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71242026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.888 INFO O| Jun 21 00:13:55.888 INFO STEP 752 (remove_files) COMPLETE
71252026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.888 INFO O| Jun 21 00:13:55.888 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.894 INFO O| Jun 21 00:13:55.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71272026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.894 INFO O| Jun 21 00:13:55.894 INFO STEP 753 (remove_files) COMPLETE
71282026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.894 INFO O| Jun 21 00:13:55.894 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-06-21T00:13:57.484Z[ recovery-image] Jun 21 00:13:55.899 INFO O| Jun 21 00:13:55.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71302026-06-21T00:13:57.485Z[ recovery-image] Jun 21 00:13:55.899 INFO O| Jun 21 00:13:55.899 INFO STEP 754 (remove_files) COMPLETE
71312026-06-21T00:13:57.485Z[ recovery-image] Jun 21 00:13:55.899 INFO O| Jun 21 00:13:55.899 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-06-21T00:13:57.485Z[ recovery-image] Jun 21 00:13:55.905 INFO O| Jun 21 00:13:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71332026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.905 INFO O| Jun 21 00:13:55.905 INFO STEP 755 (remove_files) COMPLETE
71342026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.905 INFO O| Jun 21 00:13:55.905 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.910 INFO O| Jun 21 00:13:55.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71362026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.910 INFO O| Jun 21 00:13:55.910 INFO STEP 756 (remove_files) COMPLETE
71372026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.910 INFO O| Jun 21 00:13:55.910 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-06-21T00:13:57.490Z[ recovery-image] Jun 21 00:13:55.916 INFO O| Jun 21 00:13:55.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71392026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.916 INFO O| Jun 21 00:13:55.916 INFO STEP 757 (remove_files) COMPLETE
71402026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.916 INFO O| Jun 21 00:13:55.916 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.921 INFO O| Jun 21 00:13:55.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71422026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.921 INFO O| Jun 21 00:13:55.921 INFO STEP 758 (remove_files) COMPLETE
71432026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.921 INFO O| Jun 21 00:13:55.921 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.927 INFO O| Jun 21 00:13:55.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71452026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.927 INFO O| Jun 21 00:13:55.927 INFO STEP 759 (remove_files) COMPLETE
71462026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.927 INFO O| Jun 21 00:13:55.927 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.933 INFO O| Jun 21 00:13:55.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71482026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.933 INFO O| Jun 21 00:13:55.933 INFO STEP 760 (remove_files) COMPLETE
71492026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.933 INFO O| Jun 21 00:13:55.933 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.938 INFO O| Jun 21 00:13:55.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71512026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.938 INFO O| Jun 21 00:13:55.938 INFO STEP 761 (remove_files) COMPLETE
71522026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.938 INFO O| Jun 21 00:13:55.938 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.943 INFO O| Jun 21 00:13:55.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71542026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.943 INFO O| Jun 21 00:13:55.943 INFO STEP 762 (remove_files) COMPLETE
71552026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.943 INFO O| Jun 21 00:13:55.943 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.949 INFO O| Jun 21 00:13:55.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71572026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.949 INFO O| Jun 21 00:13:55.949 INFO STEP 763 (remove_files) COMPLETE
71582026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.949 INFO O| Jun 21 00:13:55.949 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.954 INFO O| Jun 21 00:13:55.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71602026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.954 INFO O| Jun 21 00:13:55.954 INFO STEP 764 (remove_files) COMPLETE
71612026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.954 INFO O| Jun 21 00:13:55.954 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.962 INFO O| Jun 21 00:13:55.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71632026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.962 INFO O| Jun 21 00:13:55.962 INFO STEP 765 (remove_files) COMPLETE
71642026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.962 INFO O| Jun 21 00:13:55.962 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.968 INFO O| Jun 21 00:13:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71662026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.968 INFO O| Jun 21 00:13:55.968 INFO STEP 766 (remove_files) COMPLETE
71672026-06-21T00:13:57.491Z[ recovery-image] Jun 21 00:13:55.968 INFO O| Jun 21 00:13:55.968 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.975 INFO O| Jun 21 00:13:55.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71692026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.975 INFO O| Jun 21 00:13:55.975 INFO STEP 767 (remove_files) COMPLETE
71702026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.975 INFO O| Jun 21 00:13:55.975 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.981 INFO O| Jun 21 00:13:55.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71722026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.981 INFO O| Jun 21 00:13:55.981 INFO STEP 768 (remove_files) COMPLETE
71732026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.981 INFO O| Jun 21 00:13:55.981 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.987 INFO O| Jun 21 00:13:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71752026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.987 INFO O| Jun 21 00:13:55.987 INFO STEP 769 (remove_files) COMPLETE
71762026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.987 INFO O| Jun 21 00:13:55.987 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-06-21T00:13:57.492Z[ recovery-image] Jun 21 00:13:55.993 INFO O| Jun 21 00:13:55.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71782026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:55.993 INFO O| Jun 21 00:13:55.993 INFO STEP 770 (remove_files) COMPLETE
71792026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:55.993 INFO O| Jun 21 00:13:55.993 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:56.000 INFO O| Jun 21 00:13:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71812026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:56.000 INFO O| Jun 21 00:13:56.000 INFO STEP 771 (remove_files) COMPLETE
71822026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:56.000 INFO O| Jun 21 00:13:56.000 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-06-21T00:13:57.500Z[ recovery-image] Jun 21 00:13:56.007 INFO O| Jun 21 00:13:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71842026-06-21T00:13:57.520Z[ recovery-image] Jun 21 00:13:56.007 INFO O| Jun 21 00:13:56.007 INFO STEP 772 (remove_files) COMPLETE
71852026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.007 INFO O| Jun 21 00:13:56.007 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.015 INFO O| Jun 21 00:13:56.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71872026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.015 INFO O| Jun 21 00:13:56.015 INFO STEP 773 (remove_files) COMPLETE
71882026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.015 INFO O| Jun 21 00:13:56.015 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.021 INFO O| Jun 21 00:13:56.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71902026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.021 INFO O| Jun 21 00:13:56.021 INFO STEP 774 (remove_files) COMPLETE
71912026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.021 INFO O| Jun 21 00:13:56.021 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.028 INFO O| Jun 21 00:13:56.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71932026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.028 INFO O| Jun 21 00:13:56.028 INFO STEP 775 (remove_files) COMPLETE
71942026-06-21T00:13:57.521Z[ recovery-image] Jun 21 00:13:56.028 INFO O| Jun 21 00:13:56.028 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.034 INFO O| Jun 21 00:13:56.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71962026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.034 INFO O| Jun 21 00:13:56.034 INFO STEP 776 (remove_files) COMPLETE
71972026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.034 INFO O| Jun 21 00:13:56.034 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.039 INFO O| Jun 21 00:13:56.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71992026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.039 INFO O| Jun 21 00:13:56.039 INFO STEP 777 (remove_files) COMPLETE
72002026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.039 INFO O| Jun 21 00:13:56.039 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.046 INFO O| Jun 21 00:13:56.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72022026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.046 INFO O| Jun 21 00:13:56.046 INFO STEP 778 (remove_files) COMPLETE
72032026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.046 INFO O| Jun 21 00:13:56.046 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.051 INFO O| Jun 21 00:13:56.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72052026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.051 INFO O| Jun 21 00:13:56.051 INFO STEP 779 (remove_files) COMPLETE
72062026-06-21T00:13:57.522Z[ recovery-image] Jun 21 00:13:56.051 INFO O| Jun 21 00:13:56.051 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-06-21T00:13:57.523Z[ recovery-image] Jun 21 00:13:56.057 INFO O| Jun 21 00:13:56.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72082026-06-21T00:13:57.523Z[ recovery-image] Jun 21 00:13:56.057 INFO O| Jun 21 00:13:56.057 INFO STEP 780 (remove_files) COMPLETE
72092026-06-21T00:13:57.523Z[ recovery-image] Jun 21 00:13:56.057 INFO O| Jun 21 00:13:56.057 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.062 INFO O| Jun 21 00:13:56.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72112026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.062 INFO O| Jun 21 00:13:56.062 INFO STEP 781 (remove_files) COMPLETE
72122026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.062 INFO O| Jun 21 00:13:56.062 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.070 INFO O| Jun 21 00:13:56.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72142026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.070 INFO O| Jun 21 00:13:56.070 INFO STEP 782 (remove_files) COMPLETE
72152026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.070 INFO O| Jun 21 00:13:56.070 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.077 INFO O| Jun 21 00:13:56.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72172026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.077 INFO O| Jun 21 00:13:56.077 INFO STEP 783 (remove_files) COMPLETE
72182026-06-21T00:13:57.524Z[ recovery-image] Jun 21 00:13:56.077 INFO O| Jun 21 00:13:56.077 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-06-21T00:13:57.529Z[ recovery-image] Jun 21 00:13:56.085 INFO O| Jun 21 00:13:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72202026-06-21T00:13:57.529Z[ recovery-image] Jun 21 00:13:56.085 INFO O| Jun 21 00:13:56.085 INFO STEP 784 (remove_files) COMPLETE
72212026-06-21T00:13:57.530Z[ recovery-image] Jun 21 00:13:56.085 INFO O| Jun 21 00:13:56.085 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-06-21T00:13:57.533Z[ recovery-image] Jun 21 00:13:56.092 INFO O| Jun 21 00:13:56.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72232026-06-21T00:13:57.534Z[ recovery-image] Jun 21 00:13:56.092 INFO O| Jun 21 00:13:56.092 INFO STEP 785 (remove_files) COMPLETE
72242026-06-21T00:13:57.535Z[ recovery-image] Jun 21 00:13:56.092 INFO O| Jun 21 00:13:56.092 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-06-21T00:13:57.535Z[ recovery-image] Jun 21 00:13:56.099 INFO O| Jun 21 00:13:56.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72262026-06-21T00:13:57.535Z[ recovery-image] Jun 21 00:13:56.099 INFO O| Jun 21 00:13:56.099 INFO STEP 786 (remove_files) COMPLETE
72272026-06-21T00:13:57.536Z[ recovery-image] Jun 21 00:13:56.099 INFO O| Jun 21 00:13:56.099 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-06-21T00:13:57.551Z[ recovery-image] Jun 21 00:13:56.106 INFO O| Jun 21 00:13:56.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72292026-06-21T00:13:57.551Z[ recovery-image] Jun 21 00:13:56.106 INFO O| Jun 21 00:13:56.106 INFO STEP 787 (remove_files) COMPLETE
72302026-06-21T00:13:57.551Z[ recovery-image] Jun 21 00:13:56.106 INFO O| Jun 21 00:13:56.106 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-06-21T00:13:57.552Z[ recovery-image] Jun 21 00:13:56.112 INFO O| Jun 21 00:13:56.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72322026-06-21T00:13:57.552Z[ recovery-image] Jun 21 00:13:56.113 INFO O| Jun 21 00:13:56.112 INFO STEP 788 (remove_files) COMPLETE
72332026-06-21T00:13:57.552Z[ recovery-image] Jun 21 00:13:56.113 INFO O| Jun 21 00:13:56.112 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.119 INFO O| Jun 21 00:13:56.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72352026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.119 INFO O| Jun 21 00:13:56.119 INFO STEP 789 (remove_files) COMPLETE
72362026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.119 INFO O| Jun 21 00:13:56.119 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.125 INFO O| Jun 21 00:13:56.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72382026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.125 INFO O| Jun 21 00:13:56.125 INFO STEP 790 (remove_files) COMPLETE
72392026-06-21T00:13:57.563Z[ recovery-image] Jun 21 00:13:56.125 INFO O| Jun 21 00:13:56.125 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.131 INFO O| Jun 21 00:13:56.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72412026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.132 INFO O| Jun 21 00:13:56.132 INFO STEP 791 (remove_files) COMPLETE
72422026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.132 INFO O| Jun 21 00:13:56.132 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.137 INFO O| Jun 21 00:13:56.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72442026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.137 INFO O| Jun 21 00:13:56.137 INFO STEP 792 (remove_files) COMPLETE
72452026-06-21T00:13:57.569Z[ recovery-image] Jun 21 00:13:56.137 INFO O| Jun 21 00:13:56.137 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-06-21T00:13:57.575Z[ recovery-image] Jun 21 00:13:56.143 INFO O| Jun 21 00:13:56.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72472026-06-21T00:13:57.575Z[ recovery-image] Jun 21 00:13:56.143 INFO O| Jun 21 00:13:56.143 INFO STEP 793 (remove_files) COMPLETE
72482026-06-21T00:13:57.575Z[ recovery-image] Jun 21 00:13:56.143 INFO O| Jun 21 00:13:56.143 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-06-21T00:13:57.588Z[ recovery-image] Jun 21 00:13:56.150 INFO O| Jun 21 00:13:56.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72502026-06-21T00:13:57.588Z[ recovery-image] Jun 21 00:13:56.150 INFO O| Jun 21 00:13:56.150 INFO STEP 794 (remove_files) COMPLETE
72512026-06-21T00:13:57.588Z[ recovery-image] Jun 21 00:13:56.150 INFO O| Jun 21 00:13:56.150 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-06-21T00:13:57.600Z[ recovery-image] Jun 21 00:13:56.157 INFO O| Jun 21 00:13:56.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72532026-06-21T00:13:57.601Z[ recovery-image] Jun 21 00:13:56.157 INFO O| Jun 21 00:13:56.157 INFO STEP 795 (remove_files) COMPLETE
72542026-06-21T00:13:57.601Z[ recovery-image] Jun 21 00:13:56.157 INFO O| Jun 21 00:13:56.157 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-06-21T00:13:57.601Z[ recovery-image] Jun 21 00:13:56.164 INFO O| Jun 21 00:13:56.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72562026-06-21T00:13:57.601Z[ recovery-image] Jun 21 00:13:56.164 INFO O| Jun 21 00:13:56.164 INFO STEP 796 (remove_files) COMPLETE
72572026-06-21T00:13:57.601Z[ recovery-image] Jun 21 00:13:56.164 INFO O| Jun 21 00:13:56.164 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.172 INFO O| Jun 21 00:13:56.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72592026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.172 INFO O| Jun 21 00:13:56.172 INFO STEP 797 (remove_files) COMPLETE
72602026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.172 INFO O| Jun 21 00:13:56.172 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.178 INFO O| Jun 21 00:13:56.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72622026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.178 INFO O| Jun 21 00:13:56.178 INFO STEP 798 (remove_files) COMPLETE
72632026-06-21T00:13:57.621Z[ recovery-image] Jun 21 00:13:56.178 INFO O| Jun 21 00:13:56.178 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.184 INFO O| Jun 21 00:13:56.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72652026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.184 INFO O| Jun 21 00:13:56.184 INFO STEP 799 (remove_files) COMPLETE
72662026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.184 INFO O| Jun 21 00:13:56.184 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.190 INFO O| Jun 21 00:13:56.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72682026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.190 INFO O| Jun 21 00:13:56.190 INFO STEP 800 (remove_files) COMPLETE
72692026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.190 INFO O| Jun 21 00:13:56.190 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.196 INFO O| Jun 21 00:13:56.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72712026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.196 INFO O| Jun 21 00:13:56.196 INFO STEP 801 (remove_files) COMPLETE
72722026-06-21T00:13:57.632Z[ recovery-image] Jun 21 00:13:56.196 INFO O| Jun 21 00:13:56.196 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-06-21T00:13:57.640Z[ recovery-image] Jun 21 00:13:56.204 INFO O| Jun 21 00:13:56.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72742026-06-21T00:13:57.640Z[ recovery-image] Jun 21 00:13:56.204 INFO O| Jun 21 00:13:56.204 INFO STEP 802 (remove_files) COMPLETE
72752026-06-21T00:13:57.640Z[ recovery-image] Jun 21 00:13:56.204 INFO O| Jun 21 00:13:56.204 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-06-21T00:13:57.647Z[ recovery-image] Jun 21 00:13:56.211 INFO O| Jun 21 00:13:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72772026-06-21T00:13:57.647Z[ recovery-image] Jun 21 00:13:56.211 INFO O| Jun 21 00:13:56.211 INFO STEP 803 (remove_files) COMPLETE
72782026-06-21T00:13:57.647Z[ recovery-image] Jun 21 00:13:56.211 INFO O| Jun 21 00:13:56.211 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-06-21T00:13:57.647Z[ recovery-image] Jun 21 00:13:56.217 INFO O| Jun 21 00:13:56.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72802026-06-21T00:13:57.648Z[ recovery-image] Jun 21 00:13:56.217 INFO O| Jun 21 00:13:56.217 INFO STEP 804 (remove_files) COMPLETE
72812026-06-21T00:13:57.648Z[ recovery-image] Jun 21 00:13:56.217 INFO O| Jun 21 00:13:56.217 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-06-21T00:13:57.668Z[ recovery-image] Jun 21 00:13:56.223 INFO O| Jun 21 00:13:56.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72832026-06-21T00:13:57.668Z[ recovery-image] Jun 21 00:13:56.223 INFO O| Jun 21 00:13:56.223 INFO STEP 805 (remove_files) COMPLETE
72842026-06-21T00:13:57.668Z[ recovery-image] Jun 21 00:13:56.223 INFO O| Jun 21 00:13:56.223 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-06-21T00:13:57.668Z[ recovery-image] Jun 21 00:13:56.229 INFO O| Jun 21 00:13:56.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72862026-06-21T00:13:57.669Z[ recovery-image] Jun 21 00:13:56.229 INFO O| Jun 21 00:13:56.229 INFO STEP 806 (remove_files) COMPLETE
72872026-06-21T00:13:57.669Z[ recovery-image] Jun 21 00:13:56.229 INFO O| Jun 21 00:13:56.229 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-06-21T00:13:57.669Z[ recovery-image] Jun 21 00:13:56.234 INFO O| Jun 21 00:13:56.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72892026-06-21T00:13:57.669Z[ recovery-image] Jun 21 00:13:56.234 INFO O| Jun 21 00:13:56.234 INFO STEP 807 (remove_files) COMPLETE
72902026-06-21T00:13:57.669Z[ recovery-image] Jun 21 00:13:56.234 INFO O| Jun 21 00:13:56.234 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-06-21T00:13:57.683Z[ recovery-image] Jun 21 00:13:56.240 INFO O| Jun 21 00:13:56.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72922026-06-21T00:13:57.683Z[ recovery-image] Jun 21 00:13:56.241 INFO O| Jun 21 00:13:56.241 INFO STEP 808 (remove_files) COMPLETE
72932026-06-21T00:13:57.683Z[ recovery-image] Jun 21 00:13:56.241 INFO O| Jun 21 00:13:56.241 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-06-21T00:13:57.683Z[ recovery-image] Jun 21 00:13:56.247 INFO O| Jun 21 00:13:56.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72952026-06-21T00:13:57.683Z[ recovery-image] Jun 21 00:13:56.247 INFO O| Jun 21 00:13:56.247 INFO STEP 809 (remove_files) COMPLETE
72962026-06-21T00:13:57.687Z[ recovery-image] Jun 21 00:13:56.247 INFO O| Jun 21 00:13:56.247 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.255 INFO O| Jun 21 00:13:56.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72982026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.255 INFO O| Jun 21 00:13:56.255 INFO STEP 810 (remove_files) COMPLETE
72992026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.255 INFO O| Jun 21 00:13:56.255 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.262 INFO O| Jun 21 00:13:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73012026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.262 INFO O| Jun 21 00:13:56.262 INFO STEP 811 (remove_files) COMPLETE
73022026-06-21T00:13:57.696Z[ recovery-image] Jun 21 00:13:56.262 INFO O| Jun 21 00:13:56.262 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-06-21T00:13:57.706Z[ recovery-image] Jun 21 00:13:56.269 INFO O| Jun 21 00:13:56.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73042026-06-21T00:13:57.711Z[ recovery-image] Jun 21 00:13:56.269 INFO O| Jun 21 00:13:56.269 INFO STEP 812 (remove_files) COMPLETE
73052026-06-21T00:13:57.711Z[ recovery-image] Jun 21 00:13:56.269 INFO O| Jun 21 00:13:56.269 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-06-21T00:13:57.711Z[ recovery-image] Jun 21 00:13:56.276 INFO O| Jun 21 00:13:56.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73072026-06-21T00:13:57.711Z[ recovery-image] Jun 21 00:13:56.276 INFO O| Jun 21 00:13:56.276 INFO STEP 813 (remove_files) COMPLETE
73082026-06-21T00:13:57.711Z[ recovery-image] Jun 21 00:13:56.276 INFO O| Jun 21 00:13:56.276 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.282 INFO O| Jun 21 00:13:56.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73102026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.282 INFO O| Jun 21 00:13:56.282 INFO STEP 814 (remove_files) COMPLETE
73112026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.282 INFO O| Jun 21 00:13:56.282 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.288 INFO O| Jun 21 00:13:56.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73132026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.288 INFO O| Jun 21 00:13:56.288 INFO STEP 815 (remove_files) COMPLETE
73142026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.288 INFO O| Jun 21 00:13:56.288 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.294 INFO O| Jun 21 00:13:56.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73162026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.295 INFO O| Jun 21 00:13:56.295 INFO STEP 816 (remove_files) COMPLETE
73172026-06-21T00:13:57.737Z[ recovery-image] Jun 21 00:13:56.295 INFO O| Jun 21 00:13:56.295 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.301 INFO O| Jun 21 00:13:56.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73192026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.301 INFO O| Jun 21 00:13:56.301 INFO STEP 817 (remove_files) COMPLETE
73202026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.301 INFO O| Jun 21 00:13:56.301 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.307 INFO O| Jun 21 00:13:56.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73222026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.307 INFO O| Jun 21 00:13:56.307 INFO STEP 818 (remove_files) COMPLETE
73232026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.307 INFO O| Jun 21 00:13:56.307 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-06-21T00:13:57.744Z[ recovery-image] Jun 21 00:13:56.314 INFO O| Jun 21 00:13:56.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73252026-06-21T00:13:57.745Z[ recovery-image] Jun 21 00:13:56.314 INFO O| Jun 21 00:13:56.314 INFO STEP 819 (remove_files) COMPLETE
73262026-06-21T00:13:57.745Z[ recovery-image] Jun 21 00:13:56.314 INFO O| Jun 21 00:13:56.314 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-06-21T00:13:57.754Z[ recovery-image] Jun 21 00:13:56.320 INFO O| Jun 21 00:13:56.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73282026-06-21T00:13:57.754Z[ recovery-image] Jun 21 00:13:56.320 INFO O| Jun 21 00:13:56.320 INFO STEP 820 (remove_files) COMPLETE
73292026-06-21T00:13:57.754Z[ recovery-image] Jun 21 00:13:56.320 INFO O| Jun 21 00:13:56.320 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-06-21T00:13:57.760Z[ recovery-image] Jun 21 00:13:56.326 INFO O| Jun 21 00:13:56.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73312026-06-21T00:13:57.760Z[ recovery-image] Jun 21 00:13:56.326 INFO O| Jun 21 00:13:56.326 INFO STEP 821 (remove_files) COMPLETE
73322026-06-21T00:13:57.760Z[ recovery-image] Jun 21 00:13:56.326 INFO O| Jun 21 00:13:56.326 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.332 INFO O| Jun 21 00:13:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73342026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.332 INFO O| Jun 21 00:13:56.332 INFO STEP 822 (remove_files) COMPLETE
73352026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.332 INFO O| Jun 21 00:13:56.332 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.339 INFO O| Jun 21 00:13:56.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73372026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.339 INFO O| Jun 21 00:13:56.339 INFO STEP 823 (remove_files) COMPLETE
73382026-06-21T00:13:57.767Z[ recovery-image] Jun 21 00:13:56.339 INFO O| Jun 21 00:13:56.339 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-06-21T00:13:57.777Z[ recovery-image] Jun 21 00:13:56.346 INFO O| Jun 21 00:13:56.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73402026-06-21T00:13:57.788Z[ recovery-image] Jun 21 00:13:56.347 INFO O| Jun 21 00:13:56.347 INFO STEP 824 (remove_files) COMPLETE
73412026-06-21T00:13:57.788Z[ recovery-image] Jun 21 00:13:56.347 INFO O| Jun 21 00:13:56.347 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-06-21T00:13:57.788Z[ recovery-image] Jun 21 00:13:56.352 INFO O| Jun 21 00:13:56.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73432026-06-21T00:13:57.790Z[ recovery-image] Jun 21 00:13:56.352 INFO O| Jun 21 00:13:56.352 INFO STEP 825 (remove_files) COMPLETE
73442026-06-21T00:13:57.791Z[ recovery-image] Jun 21 00:13:56.352 INFO O| Jun 21 00:13:56.352 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-06-21T00:13:57.791Z[ recovery-image] Jun 21 00:13:56.358 INFO O| Jun 21 00:13:56.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73462026-06-21T00:13:57.791Z[ recovery-image] Jun 21 00:13:56.358 INFO O| Jun 21 00:13:56.358 INFO STEP 826 (remove_files) COMPLETE
73472026-06-21T00:13:57.791Z[ recovery-image] Jun 21 00:13:56.358 INFO O| Jun 21 00:13:56.358 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.365 INFO O| Jun 21 00:13:56.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73492026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.365 INFO O| Jun 21 00:13:56.365 INFO STEP 827 (remove_files) COMPLETE
73502026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.365 INFO O| Jun 21 00:13:56.365 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.372 INFO O| Jun 21 00:13:56.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73522026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.372 INFO O| Jun 21 00:13:56.372 INFO STEP 828 (remove_files) COMPLETE
73532026-06-21T00:13:57.799Z[ recovery-image] Jun 21 00:13:56.372 INFO O| Jun 21 00:13:56.372 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-06-21T00:13:57.806Z[ recovery-image] Jun 21 00:13:56.379 INFO O| Jun 21 00:13:56.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73552026-06-21T00:13:57.806Z[ recovery-image] Jun 21 00:13:56.379 INFO O| Jun 21 00:13:56.379 INFO STEP 829 (remove_files) COMPLETE
73562026-06-21T00:13:57.806Z[ recovery-image] Jun 21 00:13:56.379 INFO O| Jun 21 00:13:56.379 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.384 INFO O| Jun 21 00:13:56.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73582026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.384 INFO O| Jun 21 00:13:56.384 INFO STEP 830 (remove_files) COMPLETE
73592026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.384 INFO O| Jun 21 00:13:56.384 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.389 INFO O| Jun 21 00:13:56.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73612026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.389 INFO O| Jun 21 00:13:56.389 INFO STEP 831 (remove_files) COMPLETE
73622026-06-21T00:13:57.822Z[ recovery-image] Jun 21 00:13:56.389 INFO O| Jun 21 00:13:56.389 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.395 INFO O| Jun 21 00:13:56.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73642026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.395 INFO O| Jun 21 00:13:56.395 INFO STEP 832 (remove_files) COMPLETE
73652026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.395 INFO O| Jun 21 00:13:56.395 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.401 INFO O| Jun 21 00:13:56.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73672026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.401 INFO O| Jun 21 00:13:56.401 INFO STEP 833 (remove_files) COMPLETE
73682026-06-21T00:13:57.835Z[ recovery-image] Jun 21 00:13:56.401 INFO O| Jun 21 00:13:56.401 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-06-21T00:13:57.846Z[ recovery-image] Jun 21 00:13:56.407 INFO O| Jun 21 00:13:56.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73702026-06-21T00:13:57.853Z[ recovery-image] Jun 21 00:13:56.407 INFO O| Jun 21 00:13:56.407 INFO STEP 834 (remove_files) COMPLETE
73712026-06-21T00:13:57.853Z[ recovery-image] Jun 21 00:13:56.407 INFO O| Jun 21 00:13:56.407 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-06-21T00:13:57.853Z[ recovery-image] Jun 21 00:13:56.412 INFO O| Jun 21 00:13:56.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73732026-06-21T00:13:57.853Z[ recovery-image] Jun 21 00:13:56.412 INFO O| Jun 21 00:13:56.412 INFO STEP 835 (remove_files) COMPLETE
73742026-06-21T00:13:57.853Z[ recovery-image] Jun 21 00:13:56.413 INFO O| Jun 21 00:13:56.412 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.420 INFO O| Jun 21 00:13:56.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73762026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.420 INFO O| Jun 21 00:13:56.420 INFO STEP 836 (remove_files) COMPLETE
73772026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.420 INFO O| Jun 21 00:13:56.420 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.426 INFO O| Jun 21 00:13:56.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73792026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.426 INFO O| Jun 21 00:13:56.426 INFO STEP 837 (remove_files) COMPLETE
73802026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.426 INFO O| Jun 21 00:13:56.426 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.431 INFO O| Jun 21 00:13:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73822026-06-21T00:13:57.870Z[ recovery-image] Jun 21 00:13:56.431 INFO O| Jun 21 00:13:56.431 INFO STEP 838 (remove_files) COMPLETE
73832026-06-21T00:13:57.871Z[ recovery-image] Jun 21 00:13:56.431 INFO O| Jun 21 00:13:56.431 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-06-21T00:13:57.883Z[ recovery-image] Jun 21 00:13:56.436 INFO O| Jun 21 00:13:56.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73852026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.437 INFO O| Jun 21 00:13:56.437 INFO STEP 839 (remove_files) COMPLETE
73862026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.437 INFO O| Jun 21 00:13:56.437 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.444 INFO O| Jun 21 00:13:56.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73882026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.444 INFO O| Jun 21 00:13:56.444 INFO STEP 840 (remove_files) COMPLETE
73892026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.444 INFO O| Jun 21 00:13:56.444 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.450 INFO O| Jun 21 00:13:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73912026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.450 INFO O| Jun 21 00:13:56.450 INFO STEP 841 (remove_files) COMPLETE
73922026-06-21T00:13:57.884Z[ recovery-image] Jun 21 00:13:56.450 INFO O| Jun 21 00:13:56.450 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-06-21T00:13:57.890Z[ recovery-image] Jun 21 00:13:56.456 INFO O| Jun 21 00:13:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73942026-06-21T00:13:57.891Z[ recovery-image] Jun 21 00:13:56.456 INFO O| Jun 21 00:13:56.456 INFO STEP 842 (remove_files) COMPLETE
73952026-06-21T00:13:57.891Z[ recovery-image] Jun 21 00:13:56.456 INFO O| Jun 21 00:13:56.456 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-06-21T00:13:57.896Z[ recovery-image] Jun 21 00:13:56.464 INFO O| Jun 21 00:13:56.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73972026-06-21T00:13:57.900Z[ recovery-image] Jun 21 00:13:56.464 INFO O| Jun 21 00:13:56.464 INFO STEP 843 (remove_files) COMPLETE
73982026-06-21T00:13:57.900Z[ recovery-image] Jun 21 00:13:56.464 INFO O| Jun 21 00:13:56.464 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.471 INFO O| Jun 21 00:13:56.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74002026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.471 INFO O| Jun 21 00:13:56.471 INFO STEP 844 (remove_files) COMPLETE
74012026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.471 INFO O| Jun 21 00:13:56.471 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.478 INFO O| Jun 21 00:13:56.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74032026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.478 INFO O| Jun 21 00:13:56.478 INFO STEP 845 (remove_files) COMPLETE
74042026-06-21T00:13:57.907Z[ recovery-image] Jun 21 00:13:56.478 INFO O| Jun 21 00:13:56.478 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-06-21T00:13:57.913Z[ recovery-image] Jun 21 00:13:56.484 INFO O| Jun 21 00:13:56.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74062026-06-21T00:13:57.914Z[ recovery-image] Jun 21 00:13:56.484 INFO O| Jun 21 00:13:56.484 INFO STEP 846 (remove_files) COMPLETE
74072026-06-21T00:13:57.914Z[ recovery-image] Jun 21 00:13:56.484 INFO O| Jun 21 00:13:56.484 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-06-21T00:13:57.920Z[ recovery-image] Jun 21 00:13:56.490 INFO O| Jun 21 00:13:56.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74092026-06-21T00:13:57.927Z[ recovery-image] Jun 21 00:13:56.490 INFO O| Jun 21 00:13:56.490 INFO STEP 847 (remove_files) COMPLETE
74102026-06-21T00:13:57.927Z[ recovery-image] Jun 21 00:13:56.490 INFO O| Jun 21 00:13:56.490 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.497 INFO O| Jun 21 00:13:56.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74122026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.497 INFO O| Jun 21 00:13:56.497 INFO STEP 848 (remove_files) COMPLETE
74132026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.497 INFO O| Jun 21 00:13:56.497 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.503 INFO O| Jun 21 00:13:56.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74152026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.503 INFO O| Jun 21 00:13:56.503 INFO STEP 849 (remove_files) COMPLETE
74162026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.503 INFO O| Jun 21 00:13:56.503 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.509 INFO O| Jun 21 00:13:56.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74182026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.509 INFO O| Jun 21 00:13:56.509 INFO STEP 850 (remove_files) COMPLETE
74192026-06-21T00:13:57.946Z[ recovery-image] Jun 21 00:13:56.509 INFO O| Jun 21 00:13:56.509 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-06-21T00:13:57.958Z[ recovery-image] Jun 21 00:13:56.517 INFO O| Jun 21 00:13:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74212026-06-21T00:13:57.958Z[ recovery-image] Jun 21 00:13:56.517 INFO O| Jun 21 00:13:56.517 INFO STEP 851 (remove_files) COMPLETE
74222026-06-21T00:13:57.958Z[ recovery-image] Jun 21 00:13:56.517 INFO O| Jun 21 00:13:56.517 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-06-21T00:13:57.959Z[ recovery-image] Jun 21 00:13:56.522 INFO O| Jun 21 00:13:56.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74242026-06-21T00:13:57.960Z[ recovery-image] Jun 21 00:13:56.522 INFO O| Jun 21 00:13:56.522 INFO STEP 852 (remove_files) COMPLETE
74252026-06-21T00:13:57.960Z[ recovery-image] Jun 21 00:13:56.522 INFO O| Jun 21 00:13:56.522 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.528 INFO O| Jun 21 00:13:56.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74272026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.528 INFO O| Jun 21 00:13:56.528 INFO STEP 853 (remove_files) COMPLETE
74282026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.528 INFO O| Jun 21 00:13:56.528 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.533 INFO O| Jun 21 00:13:56.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74302026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.533 INFO O| Jun 21 00:13:56.533 INFO STEP 854 (remove_files) COMPLETE
74312026-06-21T00:13:57.965Z[ recovery-image] Jun 21 00:13:56.533 INFO O| Jun 21 00:13:56.533 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-06-21T00:13:57.969Z[ recovery-image] Jun 21 00:13:56.540 INFO O| Jun 21 00:13:56.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74332026-06-21T00:13:57.969Z[ recovery-image] Jun 21 00:13:56.540 INFO O| Jun 21 00:13:56.540 INFO STEP 855 (remove_files) COMPLETE
74342026-06-21T00:13:57.969Z[ recovery-image] Jun 21 00:13:56.540 INFO O| Jun 21 00:13:56.540 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-06-21T00:13:57.976Z[ recovery-image] Jun 21 00:13:56.549 INFO O| Jun 21 00:13:56.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74362026-06-21T00:13:57.976Z[ recovery-image] Jun 21 00:13:56.549 INFO O| Jun 21 00:13:56.549 INFO STEP 856 (remove_files) COMPLETE
74372026-06-21T00:13:57.976Z[ recovery-image] Jun 21 00:13:56.549 INFO O| Jun 21 00:13:56.549 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-06-21T00:13:57.998Z[ recovery-image] Jun 21 00:13:56.556 INFO O| Jun 21 00:13:56.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74392026-06-21T00:13:57.999Z[ recovery-image] Jun 21 00:13:56.556 INFO O| Jun 21 00:13:56.556 INFO STEP 857 (remove_files) COMPLETE
74402026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.556 INFO O| Jun 21 00:13:56.556 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.563 INFO O| Jun 21 00:13:56.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74422026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.563 INFO O| Jun 21 00:13:56.563 INFO STEP 858 (remove_files) COMPLETE
74432026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.563 INFO O| Jun 21 00:13:56.563 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.569 INFO O| Jun 21 00:13:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74452026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.569 INFO O| Jun 21 00:13:56.569 INFO STEP 859 (remove_files) COMPLETE
74462026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.569 INFO O| Jun 21 00:13:56.569 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.576 INFO O| Jun 21 00:13:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74482026-06-21T00:13:58.012Z[ recovery-image] Jun 21 00:13:56.576 INFO O| Jun 21 00:13:56.576 INFO STEP 860 (remove_files) COMPLETE
74492026-06-21T00:13:58.013Z[ recovery-image] Jun 21 00:13:56.576 INFO O| Jun 21 00:13:56.576 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.582 INFO O| Jun 21 00:13:56.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74512026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.582 INFO O| Jun 21 00:13:56.582 INFO STEP 861 (remove_files) COMPLETE
74522026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.582 INFO O| Jun 21 00:13:56.582 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.589 INFO O| Jun 21 00:13:56.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74542026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.589 INFO O| Jun 21 00:13:56.589 INFO STEP 862 (remove_files) COMPLETE
74552026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.589 INFO O| Jun 21 00:13:56.589 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-06-21T00:13:58.027Z[ recovery-image] Jun 21 00:13:56.595 INFO O| Jun 21 00:13:56.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74572026-06-21T00:13:58.028Z[ recovery-image] Jun 21 00:13:56.595 INFO O| Jun 21 00:13:56.595 INFO STEP 863 (remove_files) COMPLETE
74582026-06-21T00:13:58.028Z[ recovery-image] Jun 21 00:13:56.595 INFO O| Jun 21 00:13:56.595 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-06-21T00:13:58.041Z[ recovery-image] Jun 21 00:13:56.602 INFO O| Jun 21 00:13:56.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74602026-06-21T00:13:58.041Z[ recovery-image] Jun 21 00:13:56.602 INFO O| Jun 21 00:13:56.602 INFO STEP 864 (remove_files) COMPLETE
74612026-06-21T00:13:58.041Z[ recovery-image] Jun 21 00:13:56.602 INFO O| Jun 21 00:13:56.602 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-06-21T00:13:58.047Z[ recovery-image] Jun 21 00:13:56.608 INFO O| Jun 21 00:13:56.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74632026-06-21T00:13:58.047Z[ recovery-image] Jun 21 00:13:56.608 INFO O| Jun 21 00:13:56.608 INFO STEP 865 (remove_files) COMPLETE
74642026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.608 INFO O| Jun 21 00:13:56.608 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.614 INFO O| Jun 21 00:13:56.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74662026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.614 INFO O| Jun 21 00:13:56.614 INFO STEP 866 (remove_files) COMPLETE
74672026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.614 INFO O| Jun 21 00:13:56.614 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.620 INFO O| Jun 21 00:13:56.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74692026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.620 INFO O| Jun 21 00:13:56.620 INFO STEP 867 (remove_files) COMPLETE
74702026-06-21T00:13:58.048Z[ recovery-image] Jun 21 00:13:56.620 INFO O| Jun 21 00:13:56.620 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-06-21T00:13:58.054Z[ recovery-image] Jun 21 00:13:56.627 INFO O| Jun 21 00:13:56.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74722026-06-21T00:13:58.054Z[ recovery-image] Jun 21 00:13:56.627 INFO O| Jun 21 00:13:56.627 INFO STEP 868 (remove_files) COMPLETE
74732026-06-21T00:13:58.054Z[ recovery-image] Jun 21 00:13:56.627 INFO O| Jun 21 00:13:56.627 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-06-21T00:13:58.064Z[ recovery-image] Jun 21 00:13:56.632 INFO O| Jun 21 00:13:56.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74752026-06-21T00:13:58.064Z[ recovery-image] Jun 21 00:13:56.632 INFO O| Jun 21 00:13:56.632 INFO STEP 869 (remove_files) COMPLETE
74762026-06-21T00:13:58.064Z[ recovery-image] Jun 21 00:13:56.632 INFO O| Jun 21 00:13:56.632 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.638 INFO O| Jun 21 00:13:56.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74782026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.638 INFO O| Jun 21 00:13:56.638 INFO STEP 870 (remove_files) COMPLETE
74792026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.638 INFO O| Jun 21 00:13:56.638 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.644 INFO O| Jun 21 00:13:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74812026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.644 INFO O| Jun 21 00:13:56.644 INFO STEP 871 (remove_files) COMPLETE
74822026-06-21T00:13:58.074Z[ recovery-image] Jun 21 00:13:56.644 INFO O| Jun 21 00:13:56.644 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-06-21T00:14:00.101Z[ recovery-image] Jun 21 00:13:56.649 INFO O| Jun 21 00:13:56.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74842026-06-21T00:14:00.101Z[ recovery-image] Jun 21 00:13:56.649 INFO O| Jun 21 00:13:56.649 INFO STEP 872 (remove_files) COMPLETE
74852026-06-21T00:14:00.101Z[ recovery-image] Jun 21 00:13:56.649 INFO O| Jun 21 00:13:56.649 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.655 INFO O| Jun 21 00:13:56.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74872026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.655 INFO O| Jun 21 00:13:56.655 INFO STEP 873 (remove_files) COMPLETE
74882026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.655 INFO O| Jun 21 00:13:56.655 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.661 INFO O| Jun 21 00:13:56.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74902026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.661 INFO O| Jun 21 00:13:56.661 INFO STEP 874 (remove_files) COMPLETE
74912026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.661 INFO O| Jun 21 00:13:56.661 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-06-21T00:14:00.219Z[ recovery-image] Jun 21 00:13:56.666 INFO O| Jun 21 00:13:56.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74932026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.666 INFO O| Jun 21 00:13:56.666 INFO STEP 875 (remove_files) COMPLETE
74942026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.666 INFO O| Jun 21 00:13:56.666 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.672 INFO O| Jun 21 00:13:56.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74962026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.672 INFO O| Jun 21 00:13:56.672 INFO STEP 876 (remove_files) COMPLETE
74972026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.672 INFO O| Jun 21 00:13:56.672 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.678 INFO O| Jun 21 00:13:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74992026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.678 INFO O| Jun 21 00:13:56.678 INFO STEP 877 (remove_files) COMPLETE
75002026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.678 INFO O| Jun 21 00:13:56.678 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-06-21T00:14:00.221Z[ recovery-image] Jun 21 00:13:56.683 INFO O| Jun 21 00:13:56.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75022026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.683 INFO O| Jun 21 00:13:56.683 INFO STEP 878 (remove_files) COMPLETE
75032026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.683 INFO O| Jun 21 00:13:56.683 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.689 INFO O| Jun 21 00:13:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75052026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.689 INFO O| Jun 21 00:13:56.689 INFO STEP 879 (remove_files) COMPLETE
75062026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.689 INFO O| Jun 21 00:13:56.689 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-06-21T00:14:00.222Z[ recovery-image] Jun 21 00:13:56.695 INFO O| Jun 21 00:13:56.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75082026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.695 INFO O| Jun 21 00:13:56.695 INFO STEP 880 (remove_files) COMPLETE
75092026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.695 INFO O| Jun 21 00:13:56.695 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.701 INFO O| Jun 21 00:13:56.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75112026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.701 INFO O| Jun 21 00:13:56.701 INFO STEP 881 (remove_files) COMPLETE
75122026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.701 INFO O| Jun 21 00:13:56.701 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.707 INFO O| Jun 21 00:13:56.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75142026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.707 INFO O| Jun 21 00:13:56.707 INFO STEP 882 (remove_files) COMPLETE
75152026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.707 INFO O| Jun 21 00:13:56.707 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.713 INFO O| Jun 21 00:13:56.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75172026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.713 INFO O| Jun 21 00:13:56.713 INFO STEP 883 (remove_files) COMPLETE
75182026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.713 INFO O| Jun 21 00:13:56.713 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.719 INFO O| Jun 21 00:13:56.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75202026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.719 INFO O| Jun 21 00:13:56.719 INFO STEP 884 (remove_files) COMPLETE
75212026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.719 INFO O| Jun 21 00:13:56.719 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.724 INFO O| Jun 21 00:13:56.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75232026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.724 INFO O| Jun 21 00:13:56.724 INFO STEP 885 (remove_files) COMPLETE
75242026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.724 INFO O| Jun 21 00:13:56.724 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.731 INFO O| Jun 21 00:13:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75262026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.731 INFO O| Jun 21 00:13:56.731 INFO STEP 886 (remove_files) COMPLETE
75272026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.731 INFO O| Jun 21 00:13:56.731 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.737 INFO O| Jun 21 00:13:56.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75292026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.737 INFO O| Jun 21 00:13:56.737 INFO STEP 887 (remove_files) COMPLETE
75302026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.737 INFO O| Jun 21 00:13:56.737 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.742 INFO O| Jun 21 00:13:56.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75322026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.742 INFO O| Jun 21 00:13:56.742 INFO STEP 888 (remove_files) COMPLETE
75332026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.742 INFO O| Jun 21 00:13:56.742 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.748 INFO O| Jun 21 00:13:56.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75352026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.748 INFO O| Jun 21 00:13:56.748 INFO STEP 889 (remove_files) COMPLETE
75362026-06-21T00:14:00.223Z[ recovery-image] Jun 21 00:13:56.748 INFO O| Jun 21 00:13:56.748 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.754 INFO O| Jun 21 00:13:56.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75382026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.754 INFO O| Jun 21 00:13:56.754 INFO STEP 890 (remove_files) COMPLETE
75392026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.754 INFO O| Jun 21 00:13:56.754 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.759 INFO O| Jun 21 00:13:56.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75412026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.760 INFO O| Jun 21 00:13:56.760 INFO STEP 891 (remove_files) COMPLETE
75422026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.760 INFO O| Jun 21 00:13:56.760 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.766 INFO O| Jun 21 00:13:56.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75442026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.766 INFO O| Jun 21 00:13:56.766 INFO STEP 892 (remove_files) COMPLETE
75452026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.766 INFO O| Jun 21 00:13:56.766 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.772 INFO O| Jun 21 00:13:56.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75472026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.772 INFO O| Jun 21 00:13:56.772 INFO STEP 893 (remove_files) COMPLETE
75482026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.772 INFO O| Jun 21 00:13:56.772 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.777 INFO O| Jun 21 00:13:56.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75502026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.777 INFO O| Jun 21 00:13:56.777 INFO STEP 894 (remove_files) COMPLETE
75512026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.777 INFO O| Jun 21 00:13:56.777 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-06-21T00:14:00.224Z[ recovery-image] Jun 21 00:13:56.785 INFO O| Jun 21 00:13:56.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75532026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.785 INFO O| Jun 21 00:13:56.785 INFO STEP 895 (remove_files) COMPLETE
75542026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.785 INFO O| Jun 21 00:13:56.785 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.790 INFO O| Jun 21 00:13:56.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75562026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.790 INFO O| Jun 21 00:13:56.790 INFO STEP 896 (remove_files) COMPLETE
75572026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.790 INFO O| Jun 21 00:13:56.790 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.796 INFO O| Jun 21 00:13:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75592026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.796 INFO O| Jun 21 00:13:56.796 INFO STEP 897 (remove_files) COMPLETE
75602026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.796 INFO O| Jun 21 00:13:56.796 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.801 INFO O| Jun 21 00:13:56.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75622026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.801 INFO O| Jun 21 00:13:56.801 INFO STEP 898 (remove_files) COMPLETE
75632026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.801 INFO O| Jun 21 00:13:56.801 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.807 INFO O| Jun 21 00:13:56.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75652026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.807 INFO O| Jun 21 00:13:56.807 INFO STEP 899 (remove_files) COMPLETE
75662026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.807 INFO O| Jun 21 00:13:56.807 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.812 INFO O| Jun 21 00:13:56.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75682026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.812 INFO O| Jun 21 00:13:56.812 INFO STEP 900 (remove_files) COMPLETE
75692026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.812 INFO O| Jun 21 00:13:56.812 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.818 INFO O| Jun 21 00:13:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75712026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.818 INFO O| Jun 21 00:13:56.818 INFO STEP 901 (remove_files) COMPLETE
75722026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.818 INFO O| Jun 21 00:13:56.818 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.823 INFO O| Jun 21 00:13:56.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75742026-06-21T00:14:00.226Z[ recovery-image] Jun 21 00:13:56.823 INFO O| Jun 21 00:13:56.823 INFO STEP 902 (remove_files) COMPLETE
75752026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.823 INFO O| Jun 21 00:13:56.823 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.831 INFO O| Jun 21 00:13:56.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75772026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.831 INFO O| Jun 21 00:13:56.831 INFO STEP 903 (remove_files) COMPLETE
75782026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.831 INFO O| Jun 21 00:13:56.831 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.839 INFO O| Jun 21 00:13:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75802026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.839 INFO O| Jun 21 00:13:56.839 INFO STEP 904 (remove_files) COMPLETE
75812026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.839 INFO O| Jun 21 00:13:56.839 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.846 INFO O| Jun 21 00:13:56.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75832026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.846 INFO O| Jun 21 00:13:56.846 INFO STEP 905 (remove_files) COMPLETE
75842026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.846 INFO O| Jun 21 00:13:56.846 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-06-21T00:14:00.227Z[ recovery-image] Jun 21 00:13:56.853 INFO O| Jun 21 00:13:56.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75862026-06-21T00:14:00.273Z[ recovery-image] Jun 21 00:13:56.853 INFO O| Jun 21 00:13:56.853 INFO STEP 906 (remove_files) COMPLETE
75872026-06-21T00:14:00.273Z[ recovery-image] Jun 21 00:13:56.853 INFO O| Jun 21 00:13:56.853 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.859 INFO O| Jun 21 00:13:56.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75892026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.859 INFO O| Jun 21 00:13:56.859 INFO STEP 907 (remove_files) COMPLETE
75902026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.859 INFO O| Jun 21 00:13:56.859 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.866 INFO O| Jun 21 00:13:56.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75922026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.866 INFO O| Jun 21 00:13:56.866 INFO STEP 908 (remove_files) COMPLETE
75932026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.866 INFO O| Jun 21 00:13:56.866 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-06-21T00:14:00.274Z[ recovery-image] Jun 21 00:13:56.872 INFO O| Jun 21 00:13:56.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75952026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.872 INFO O| Jun 21 00:13:56.872 INFO STEP 909 (remove_files) COMPLETE
75962026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.872 INFO O| Jun 21 00:13:56.872 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.878 INFO O| Jun 21 00:13:56.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75982026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.878 INFO O| Jun 21 00:13:56.878 INFO STEP 910 (remove_files) COMPLETE
75992026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.878 INFO O| Jun 21 00:13:56.878 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.884 INFO O| Jun 21 00:13:56.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76012026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.884 INFO O| Jun 21 00:13:56.884 INFO STEP 911 (remove_files) COMPLETE
76022026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.884 INFO O| Jun 21 00:13:56.884 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.890 INFO O| Jun 21 00:13:56.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76042026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.890 INFO O| Jun 21 00:13:56.890 INFO STEP 912 (remove_files) COMPLETE
76052026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.890 INFO O| Jun 21 00:13:56.890 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.895 INFO O| Jun 21 00:13:56.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76072026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.896 INFO O| Jun 21 00:13:56.896 INFO STEP 913 (remove_files) COMPLETE
76082026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.896 INFO O| Jun 21 00:13:56.896 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.902 INFO O| Jun 21 00:13:56.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76102026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.902 INFO O| Jun 21 00:13:56.902 INFO STEP 914 (remove_files) COMPLETE
76112026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.902 INFO O| Jun 21 00:13:56.902 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.908 INFO O| Jun 21 00:13:56.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76132026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.908 INFO O| Jun 21 00:13:56.908 INFO STEP 915 (remove_files) COMPLETE
76142026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.908 INFO O| Jun 21 00:13:56.908 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.914 INFO O| Jun 21 00:13:56.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76162026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.914 INFO O| Jun 21 00:13:56.914 INFO STEP 916 (remove_files) COMPLETE
76172026-06-21T00:14:00.275Z[ recovery-image] Jun 21 00:13:56.914 INFO O| Jun 21 00:13:56.914 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-06-21T00:14:00.277Z[ recovery-image] Jun 21 00:13:56.920 INFO O| Jun 21 00:13:56.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76192026-06-21T00:14:00.277Z[ recovery-image] Jun 21 00:13:56.920 INFO O| Jun 21 00:13:56.920 INFO STEP 917 (remove_files) COMPLETE
76202026-06-21T00:14:00.277Z[ recovery-image] Jun 21 00:13:56.920 INFO O| Jun 21 00:13:56.920 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-06-21T00:14:00.277Z[ recovery-image] Jun 21 00:13:56.925 INFO O| Jun 21 00:13:56.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76222026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.925 INFO O| Jun 21 00:13:56.925 INFO STEP 918 (remove_files) COMPLETE
76232026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.925 INFO O| Jun 21 00:13:56.925 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.931 INFO O| Jun 21 00:13:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76252026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.931 INFO O| Jun 21 00:13:56.931 INFO STEP 919 (remove_files) COMPLETE
76262026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.931 INFO O| Jun 21 00:13:56.931 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.937 INFO O| Jun 21 00:13:56.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76282026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.937 INFO O| Jun 21 00:13:56.937 INFO STEP 920 (remove_files) COMPLETE
76292026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.937 INFO O| Jun 21 00:13:56.937 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.944 INFO O| Jun 21 00:13:56.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76312026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.944 INFO O| Jun 21 00:13:56.944 INFO STEP 921 (remove_files) COMPLETE
76322026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.944 INFO O| Jun 21 00:13:56.944 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.949 INFO O| Jun 21 00:13:56.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76342026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.949 INFO O| Jun 21 00:13:56.949 INFO STEP 922 (remove_files) COMPLETE
76352026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.949 INFO O| Jun 21 00:13:56.949 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.955 INFO O| Jun 21 00:13:56.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76372026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.955 INFO O| Jun 21 00:13:56.955 INFO STEP 923 (remove_files) COMPLETE
76382026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.955 INFO O| Jun 21 00:13:56.955 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-06-21T00:14:00.278Z[ recovery-image] Jun 21 00:13:56.961 INFO O| Jun 21 00:13:56.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76402026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.961 INFO O| Jun 21 00:13:56.961 INFO STEP 924 (remove_files) COMPLETE
76412026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.961 INFO O| Jun 21 00:13:56.961 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.967 INFO O| Jun 21 00:13:56.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76432026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.967 INFO O| Jun 21 00:13:56.967 INFO STEP 925 (remove_files) COMPLETE
76442026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.967 INFO O| Jun 21 00:13:56.967 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.973 INFO O| Jun 21 00:13:56.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76462026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.973 INFO O| Jun 21 00:13:56.973 INFO STEP 926 (remove_files) COMPLETE
76472026-06-21T00:14:00.279Z[ recovery-image] Jun 21 00:13:56.973 INFO O| Jun 21 00:13:56.973 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.979 INFO O| Jun 21 00:13:56.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76492026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.979 INFO O| Jun 21 00:13:56.979 INFO STEP 927 (remove_files) COMPLETE
76502026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.979 INFO O| Jun 21 00:13:56.979 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.985 INFO O| Jun 21 00:13:56.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76522026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.985 INFO O| Jun 21 00:13:56.985 INFO STEP 928 (remove_files) COMPLETE
76532026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.985 INFO O| Jun 21 00:13:56.985 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.991 INFO O| Jun 21 00:13:56.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76552026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.991 INFO O| Jun 21 00:13:56.991 INFO STEP 929 (remove_files) COMPLETE
76562026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.991 INFO O| Jun 21 00:13:56.991 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.997 INFO O| Jun 21 00:13:56.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76582026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.997 INFO O| Jun 21 00:13:56.997 INFO STEP 930 (remove_files) COMPLETE
76592026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:56.997 INFO O| Jun 21 00:13:56.997 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:57.003 INFO O| Jun 21 00:13:57.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76612026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:57.004 INFO O| Jun 21 00:13:57.004 INFO STEP 931 (remove_files) COMPLETE
76622026-06-21T00:14:00.281Z[ recovery-image] Jun 21 00:13:57.004 INFO O| Jun 21 00:13:57.004 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.011 INFO O| Jun 21 00:13:57.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76642026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.011 INFO O| Jun 21 00:13:57.011 INFO STEP 932 (remove_files) COMPLETE
76652026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.011 INFO O| Jun 21 00:13:57.011 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.016 INFO O| Jun 21 00:13:57.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76672026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.016 INFO O| Jun 21 00:13:57.016 INFO STEP 933 (remove_files) COMPLETE
76682026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.016 INFO O| Jun 21 00:13:57.016 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.022 INFO O| Jun 21 00:13:57.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76702026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.022 INFO O| Jun 21 00:13:57.022 INFO STEP 934 (remove_files) COMPLETE
76712026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.022 INFO O| Jun 21 00:13:57.022 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.029 INFO O| Jun 21 00:13:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76732026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.029 INFO O| Jun 21 00:13:57.029 INFO STEP 935 (remove_files) COMPLETE
76742026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.029 INFO O| Jun 21 00:13:57.029 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.037 INFO O| Jun 21 00:13:57.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76762026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.037 INFO O| Jun 21 00:13:57.037 INFO STEP 936 (remove_files) COMPLETE
76772026-06-21T00:14:00.283Z[ recovery-image] Jun 21 00:13:57.037 INFO O| Jun 21 00:13:57.037 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.044 INFO O| Jun 21 00:13:57.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76792026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.044 INFO O| Jun 21 00:13:57.043 INFO STEP 937 (remove_files) COMPLETE
76802026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.044 INFO O| Jun 21 00:13:57.043 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.050 INFO O| Jun 21 00:13:57.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76822026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.050 INFO O| Jun 21 00:13:57.050 INFO STEP 938 (remove_files) COMPLETE
76832026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.050 INFO O| Jun 21 00:13:57.050 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.058 INFO O| Jun 21 00:13:57.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76852026-06-21T00:14:00.284Z[ recovery-image] Jun 21 00:13:57.058 INFO O| Jun 21 00:13:57.058 INFO STEP 939 (remove_files) COMPLETE
76862026-06-21T00:14:00.327Z[ recovery-image] Jun 21 00:13:57.058 INFO O| Jun 21 00:13:57.058 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-06-21T00:14:00.327Z[ recovery-image] Jun 21 00:13:57.066 INFO O| Jun 21 00:13:57.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76882026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.066 INFO O| Jun 21 00:13:57.066 INFO STEP 940 (remove_files) COMPLETE
76892026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.066 INFO O| Jun 21 00:13:57.066 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.073 INFO O| Jun 21 00:13:57.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76912026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.073 INFO O| Jun 21 00:13:57.073 INFO STEP 941 (remove_files) COMPLETE
76922026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.073 INFO O| Jun 21 00:13:57.073 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.079 INFO O| Jun 21 00:13:57.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76942026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.079 INFO O| Jun 21 00:13:57.079 INFO STEP 942 (remove_files) COMPLETE
76952026-06-21T00:14:00.328Z[ recovery-image] Jun 21 00:13:57.079 INFO O| Jun 21 00:13:57.079 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.085 INFO O| Jun 21 00:13:57.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76972026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.085 INFO O| Jun 21 00:13:57.085 INFO STEP 943 (remove_files) COMPLETE
76982026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.085 INFO O| Jun 21 00:13:57.085 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.091 INFO O| Jun 21 00:13:57.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77002026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.091 INFO O| Jun 21 00:13:57.091 INFO STEP 944 (remove_files) COMPLETE
77012026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.091 INFO O| Jun 21 00:13:57.091 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.098 INFO O| Jun 21 00:13:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77032026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.098 INFO O| Jun 21 00:13:57.098 INFO STEP 945 (remove_files) COMPLETE
77042026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.098 INFO O| Jun 21 00:13:57.098 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.106 INFO O| Jun 21 00:13:57.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77062026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.106 INFO O| Jun 21 00:13:57.106 INFO STEP 946 (remove_files) COMPLETE
77072026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.106 INFO O| Jun 21 00:13:57.106 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.114 INFO O| Jun 21 00:13:57.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77092026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.114 INFO O| Jun 21 00:13:57.114 INFO STEP 947 (remove_files) COMPLETE
77102026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.114 INFO O| Jun 21 00:13:57.114 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.121 INFO O| Jun 21 00:13:57.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77122026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.121 INFO O| Jun 21 00:13:57.121 INFO STEP 948 (remove_files) COMPLETE
77132026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.121 INFO O| Jun 21 00:13:57.121 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.127 INFO O| Jun 21 00:13:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77152026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.128 INFO O| Jun 21 00:13:57.128 INFO STEP 949 (remove_files) COMPLETE
77162026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.128 INFO O| Jun 21 00:13:57.128 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-06-21T00:14:00.329Z[ recovery-image] Jun 21 00:13:57.134 INFO O| Jun 21 00:13:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77182026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.134 INFO O| Jun 21 00:13:57.134 INFO STEP 950 (remove_files) COMPLETE
77192026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.134 INFO O| Jun 21 00:13:57.134 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.141 INFO O| Jun 21 00:13:57.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77212026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.141 INFO O| Jun 21 00:13:57.141 INFO STEP 951 (remove_files) COMPLETE
77222026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.141 INFO O| Jun 21 00:13:57.141 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.148 INFO O| Jun 21 00:13:57.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77242026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.148 INFO O| Jun 21 00:13:57.148 INFO STEP 952 (remove_files) COMPLETE
77252026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.148 INFO O| Jun 21 00:13:57.148 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.155 INFO O| Jun 21 00:13:57.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77272026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.155 INFO O| Jun 21 00:13:57.155 INFO STEP 953 (remove_files) COMPLETE
77282026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.155 INFO O| Jun 21 00:13:57.155 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.162 INFO O| Jun 21 00:13:57.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77302026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.162 INFO O| Jun 21 00:13:57.162 INFO STEP 954 (remove_files) COMPLETE
77312026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.162 INFO O| Jun 21 00:13:57.162 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-06-21T00:14:00.330Z[ recovery-image] Jun 21 00:13:57.171 INFO O| Jun 21 00:13:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77332026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.171 INFO O| Jun 21 00:13:57.171 INFO STEP 955 (remove_files) COMPLETE
77342026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.171 INFO O| Jun 21 00:13:57.171 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.178 INFO O| Jun 21 00:13:57.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77362026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.178 INFO O| Jun 21 00:13:57.178 INFO STEP 956 (remove_files) COMPLETE
77372026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.178 INFO O| Jun 21 00:13:57.178 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.186 INFO O| Jun 21 00:13:57.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77392026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.187 INFO O| Jun 21 00:13:57.187 INFO STEP 957 (remove_files) COMPLETE
77402026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.187 INFO O| Jun 21 00:13:57.187 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.194 INFO O| Jun 21 00:13:57.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77422026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.194 INFO O| Jun 21 00:13:57.194 INFO STEP 958 (remove_files) COMPLETE
77432026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.194 INFO O| Jun 21 00:13:57.194 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.201 INFO O| Jun 21 00:13:57.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77452026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.201 INFO O| Jun 21 00:13:57.201 INFO STEP 959 (remove_files) COMPLETE
77462026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.201 INFO O| Jun 21 00:13:57.201 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-06-21T00:14:00.331Z[ recovery-image] Jun 21 00:13:57.209 INFO O| Jun 21 00:13:57.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77482026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.209 INFO O| Jun 21 00:13:57.209 INFO STEP 960 (remove_files) COMPLETE
77492026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.209 INFO O| Jun 21 00:13:57.209 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.217 INFO O| Jun 21 00:13:57.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77512026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.217 INFO O| Jun 21 00:13:57.217 INFO STEP 961 (remove_files) COMPLETE
77522026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.217 INFO O| Jun 21 00:13:57.217 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.224 INFO O| Jun 21 00:13:57.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77542026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.224 INFO O| Jun 21 00:13:57.224 INFO STEP 962 (remove_files) COMPLETE
77552026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.224 INFO O| Jun 21 00:13:57.224 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.231 INFO O| Jun 21 00:13:57.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77572026-06-21T00:14:00.332Z[ recovery-image] Jun 21 00:13:57.231 INFO O| Jun 21 00:13:57.231 INFO STEP 963 (remove_files) COMPLETE
77582026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.231 INFO O| Jun 21 00:13:57.231 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.238 INFO O| Jun 21 00:13:57.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77602026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.238 INFO O| Jun 21 00:13:57.238 INFO STEP 964 (remove_files) COMPLETE
77612026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.238 INFO O| Jun 21 00:13:57.238 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.245 INFO O| Jun 21 00:13:57.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77632026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.245 INFO O| Jun 21 00:13:57.245 INFO STEP 965 (remove_files) COMPLETE
77642026-06-21T00:14:00.333Z[ recovery-image] Jun 21 00:13:57.245 INFO O| Jun 21 00:13:57.245 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.252 INFO O| Jun 21 00:13:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77662026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.252 INFO O| Jun 21 00:13:57.252 INFO STEP 966 (remove_files) COMPLETE
77672026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.252 INFO O| Jun 21 00:13:57.252 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.260 INFO O| Jun 21 00:13:57.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77692026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.260 INFO O| Jun 21 00:13:57.260 INFO STEP 967 (remove_files) COMPLETE
77702026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.260 INFO O| Jun 21 00:13:57.260 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.267 INFO O| Jun 21 00:13:57.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77722026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.267 INFO O| Jun 21 00:13:57.267 INFO STEP 968 (remove_files) COMPLETE
77732026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.267 INFO O| Jun 21 00:13:57.267 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.275 INFO O| Jun 21 00:13:57.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77752026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.275 INFO O| Jun 21 00:13:57.275 INFO STEP 969 (remove_files) COMPLETE
77762026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.275 INFO O| Jun 21 00:13:57.275 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.282 INFO O| Jun 21 00:13:57.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77782026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.282 INFO O| Jun 21 00:13:57.282 INFO STEP 970 (remove_files) COMPLETE
77792026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.282 INFO O| Jun 21 00:13:57.282 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.290 INFO O| Jun 21 00:13:57.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77812026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.290 INFO O| Jun 21 00:13:57.290 INFO STEP 971 (remove_files) COMPLETE
77822026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.290 INFO O| Jun 21 00:13:57.290 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.297 INFO O| Jun 21 00:13:57.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77842026-06-21T00:14:00.334Z[ recovery-image] Jun 21 00:13:57.297 INFO O| Jun 21 00:13:57.297 INFO STEP 972 (remove_files) COMPLETE
77852026-06-21T00:14:00.335Z[ recovery-image] Jun 21 00:13:57.297 INFO O| Jun 21 00:13:57.297 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.305 INFO O| Jun 21 00:13:57.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77872026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.305 INFO O| Jun 21 00:13:57.305 INFO STEP 973 (remove_files) COMPLETE
77882026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.305 INFO O| Jun 21 00:13:57.305 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.312 INFO O| Jun 21 00:13:57.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77902026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.312 INFO O| Jun 21 00:13:57.312 INFO STEP 974 (remove_files) COMPLETE
77912026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.312 INFO O| Jun 21 00:13:57.312 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-06-21T00:14:00.365Z[ recovery-image] Jun 21 00:13:57.319 INFO O| Jun 21 00:13:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77932026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.319 INFO O| Jun 21 00:13:57.319 INFO STEP 975 (remove_files) COMPLETE
77942026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.319 INFO O| Jun 21 00:13:57.319 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.327 INFO O| Jun 21 00:13:57.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77962026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.327 INFO O| Jun 21 00:13:57.327 INFO STEP 976 (remove_files) COMPLETE
77972026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.327 INFO O| Jun 21 00:13:57.327 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.334 INFO O| Jun 21 00:13:57.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77992026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.334 INFO O| Jun 21 00:13:57.334 INFO STEP 977 (remove_files) COMPLETE
78002026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.334 INFO O| Jun 21 00:13:57.334 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.341 INFO O| Jun 21 00:13:57.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78022026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.341 INFO O| Jun 21 00:13:57.341 INFO STEP 978 (remove_files) COMPLETE
78032026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.341 INFO O| Jun 21 00:13:57.341 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.349 INFO O| Jun 21 00:13:57.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78052026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.349 INFO O| Jun 21 00:13:57.349 INFO STEP 979 (remove_files) COMPLETE
78062026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.349 INFO O| Jun 21 00:13:57.349 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.356 INFO O| Jun 21 00:13:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78082026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.356 INFO O| Jun 21 00:13:57.356 INFO STEP 980 (remove_files) COMPLETE
78092026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.356 INFO O| Jun 21 00:13:57.356 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.364 INFO O| Jun 21 00:13:57.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78112026-06-21T00:14:00.366Z[ recovery-image] Jun 21 00:13:57.364 INFO O| Jun 21 00:13:57.364 INFO STEP 981 (remove_files) COMPLETE
78122026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.364 INFO O| Jun 21 00:13:57.364 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.371 INFO O| Jun 21 00:13:57.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78142026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.371 INFO O| Jun 21 00:13:57.371 INFO STEP 982 (remove_files) COMPLETE
78152026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.371 INFO O| Jun 21 00:13:57.371 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.378 INFO O| Jun 21 00:13:57.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78172026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.378 INFO O| Jun 21 00:13:57.378 INFO STEP 983 (remove_files) COMPLETE
78182026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.378 INFO O| Jun 21 00:13:57.378 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.386 INFO O| Jun 21 00:13:57.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78202026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.386 INFO O| Jun 21 00:13:57.386 INFO STEP 984 (remove_files) COMPLETE
78212026-06-21T00:14:00.367Z[ recovery-image] Jun 21 00:13:57.386 INFO O| Jun 21 00:13:57.386 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.392 INFO O| Jun 21 00:13:57.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78232026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.392 INFO O| Jun 21 00:13:57.392 INFO STEP 985 (remove_files) COMPLETE
78242026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.392 INFO O| Jun 21 00:13:57.392 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.399 INFO O| Jun 21 00:13:57.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78262026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.399 INFO O| Jun 21 00:13:57.399 INFO STEP 986 (remove_files) COMPLETE
78272026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.399 INFO O| Jun 21 00:13:57.399 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.406 INFO O| Jun 21 00:13:57.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78292026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.406 INFO O| Jun 21 00:13:57.406 INFO STEP 987 (remove_files) COMPLETE
78302026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.406 INFO O| Jun 21 00:13:57.406 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.415 INFO O| Jun 21 00:13:57.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78322026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.415 INFO O| Jun 21 00:13:57.415 INFO STEP 988 (remove_files) COMPLETE
78332026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.415 INFO O| Jun 21 00:13:57.415 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.422 INFO O| Jun 21 00:13:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78352026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.422 INFO O| Jun 21 00:13:57.422 INFO STEP 989 (remove_files) COMPLETE
78362026-06-21T00:14:00.368Z[ recovery-image] Jun 21 00:13:57.422 INFO O| Jun 21 00:13:57.422 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.428 INFO O| Jun 21 00:13:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78382026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.428 INFO O| Jun 21 00:13:57.428 INFO STEP 990 (remove_files) COMPLETE
78392026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.428 INFO O| Jun 21 00:13:57.428 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.434 INFO O| Jun 21 00:13:57.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78412026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.434 INFO O| Jun 21 00:13:57.434 INFO STEP 991 (remove_files) COMPLETE
78422026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.434 INFO O| Jun 21 00:13:57.434 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.440 INFO O| Jun 21 00:13:57.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78442026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.440 INFO O| Jun 21 00:13:57.440 INFO STEP 992 (remove_files) COMPLETE
78452026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.440 INFO O| Jun 21 00:13:57.440 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-06-21T00:14:00.369Z[ recovery-image] Jun 21 00:13:57.448 INFO O| Jun 21 00:13:57.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78472026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.448 INFO O| Jun 21 00:13:57.448 INFO STEP 993 (remove_files) COMPLETE
78482026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.448 INFO O| Jun 21 00:13:57.448 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.455 INFO O| Jun 21 00:13:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78502026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.455 INFO O| Jun 21 00:13:57.455 INFO STEP 994 (remove_files) COMPLETE
78512026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.455 INFO O| Jun 21 00:13:57.455 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.462 INFO O| Jun 21 00:13:57.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78532026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.462 INFO O| Jun 21 00:13:57.462 INFO STEP 995 (remove_files) COMPLETE
78542026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.462 INFO O| Jun 21 00:13:57.462 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.468 INFO O| Jun 21 00:13:57.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78562026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.468 INFO O| Jun 21 00:13:57.468 INFO STEP 996 (remove_files) COMPLETE
78572026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.468 INFO O| Jun 21 00:13:57.468 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.474 INFO O| Jun 21 00:13:57.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78592026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.474 INFO O| Jun 21 00:13:57.474 INFO STEP 997 (remove_files) COMPLETE
78602026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.474 INFO O| Jun 21 00:13:57.474 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.480 INFO O| Jun 21 00:13:57.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78622026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.480 INFO O| Jun 21 00:13:57.480 INFO STEP 998 (remove_files) COMPLETE
78632026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.480 INFO O| Jun 21 00:13:57.480 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.487 INFO O| Jun 21 00:13:57.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78652026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.487 INFO O| Jun 21 00:13:57.487 INFO STEP 999 (remove_files) COMPLETE
78662026-06-21T00:14:00.370Z[ recovery-image] Jun 21 00:13:57.487 INFO O| Jun 21 00:13:57.487 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.494 INFO O| Jun 21 00:13:57.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78682026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.494 INFO O| Jun 21 00:13:57.494 INFO STEP 1000 (remove_files) COMPLETE
78692026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.494 INFO O| Jun 21 00:13:57.494 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.501 INFO O| Jun 21 00:13:57.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78712026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.501 INFO O| Jun 21 00:13:57.501 INFO STEP 1001 (remove_files) COMPLETE
78722026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.501 INFO O| Jun 21 00:13:57.501 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.508 INFO O| Jun 21 00:13:57.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78742026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.508 INFO O| Jun 21 00:13:57.508 INFO STEP 1002 (remove_files) COMPLETE
78752026-06-21T00:14:00.371Z[ recovery-image] Jun 21 00:13:57.508 INFO O| Jun 21 00:13:57.508 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.515 INFO O| Jun 21 00:13:57.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78772026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.515 INFO O| Jun 21 00:13:57.515 INFO STEP 1003 (remove_files) COMPLETE
78782026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.515 INFO O| Jun 21 00:13:57.515 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.521 INFO O| Jun 21 00:13:57.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78802026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.521 INFO O| Jun 21 00:13:57.521 INFO STEP 1004 (remove_files) COMPLETE
78812026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.521 INFO O| Jun 21 00:13:57.521 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.528 INFO O| Jun 21 00:13:57.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78832026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.528 INFO O| Jun 21 00:13:57.528 INFO STEP 1005 (remove_files) COMPLETE
78842026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.528 INFO O| Jun 21 00:13:57.528 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-06-21T00:14:00.372Z[ recovery-image] Jun 21 00:13:57.535 INFO O| Jun 21 00:13:57.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78862026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.535 INFO O| Jun 21 00:13:57.535 INFO STEP 1006 (remove_files) COMPLETE
78872026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.535 INFO O| Jun 21 00:13:57.535 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.541 INFO O| Jun 21 00:13:57.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78892026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.541 INFO O| Jun 21 00:13:57.541 INFO STEP 1007 (remove_files) COMPLETE
78902026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.541 INFO O| Jun 21 00:13:57.541 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.548 INFO O| Jun 21 00:13:57.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78922026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.548 INFO O| Jun 21 00:13:57.548 INFO STEP 1008 (remove_files) COMPLETE
78932026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.548 INFO O| Jun 21 00:13:57.548 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-06-21T00:14:00.378Z[ recovery-image] Jun 21 00:13:57.554 INFO O| Jun 21 00:13:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78952026-06-21T00:14:00.379Z[ recovery-image] Jun 21 00:13:57.554 INFO O| Jun 21 00:13:57.554 INFO STEP 1009 (remove_files) COMPLETE
78962026-06-21T00:14:00.379Z[ recovery-image] Jun 21 00:13:57.554 INFO O| Jun 21 00:13:57.554 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-06-21T00:14:00.379Z[ recovery-image] Jun 21 00:13:57.560 INFO O| Jun 21 00:13:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78982026-06-21T00:14:00.379Z[ recovery-image] Jun 21 00:13:57.560 INFO O| Jun 21 00:13:57.560 INFO STEP 1010 (remove_files) COMPLETE
78992026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.560 INFO O| Jun 21 00:13:57.560 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.568 INFO O| Jun 21 00:13:57.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79012026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.568 INFO O| Jun 21 00:13:57.568 INFO STEP 1011 (remove_files) COMPLETE
79022026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.568 INFO O| Jun 21 00:13:57.568 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.575 INFO O| Jun 21 00:13:57.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79042026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.575 INFO O| Jun 21 00:13:57.575 INFO STEP 1012 (remove_files) COMPLETE
79052026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.575 INFO O| Jun 21 00:13:57.575 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.581 INFO O| Jun 21 00:13:57.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79072026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.581 INFO O| Jun 21 00:13:57.581 INFO STEP 1013 (remove_files) COMPLETE
79082026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.581 INFO O| Jun 21 00:13:57.581 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.587 INFO O| Jun 21 00:13:57.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79102026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.587 INFO O| Jun 21 00:13:57.587 INFO STEP 1014 (remove_files) COMPLETE
79112026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.587 INFO O| Jun 21 00:13:57.587 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.592 INFO O| Jun 21 00:13:57.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79132026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.593 INFO O| Jun 21 00:13:57.592 INFO STEP 1015 (remove_files) COMPLETE
79142026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.593 INFO O| Jun 21 00:13:57.593 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.598 INFO O| Jun 21 00:13:57.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79162026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.599 INFO O| Jun 21 00:13:57.599 INFO STEP 1016 (remove_files) COMPLETE
79172026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.599 INFO O| Jun 21 00:13:57.599 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.605 INFO O| Jun 21 00:13:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79192026-06-21T00:14:00.380Z[ recovery-image] Jun 21 00:13:57.606 INFO O| Jun 21 00:13:57.606 INFO STEP 1017 (remove_files) COMPLETE
79202026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.606 INFO O| Jun 21 00:13:57.606 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.613 INFO O| Jun 21 00:13:57.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79222026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.613 INFO O| Jun 21 00:13:57.613 INFO STEP 1018 (remove_files) COMPLETE
79232026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.613 INFO O| Jun 21 00:13:57.613 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.619 INFO O| Jun 21 00:13:57.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79252026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.619 INFO O| Jun 21 00:13:57.619 INFO STEP 1019 (remove_files) COMPLETE
79262026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.619 INFO O| Jun 21 00:13:57.619 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.625 INFO O| Jun 21 00:13:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79282026-06-21T00:14:00.381Z[ recovery-image] Jun 21 00:13:57.625 INFO O| Jun 21 00:13:57.625 INFO STEP 1020 (remove_files) COMPLETE
79292026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.625 INFO O| Jun 21 00:13:57.625 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.632 INFO O| Jun 21 00:13:57.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79312026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.632 INFO O| Jun 21 00:13:57.632 INFO STEP 1021 (remove_files) COMPLETE
79322026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.632 INFO O| Jun 21 00:13:57.632 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.640 INFO O| Jun 21 00:13:57.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79342026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.640 INFO O| Jun 21 00:13:57.640 INFO STEP 1022 (remove_files) COMPLETE
79352026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.640 INFO O| Jun 21 00:13:57.640 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.646 INFO O| Jun 21 00:13:57.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79372026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.647 INFO O| Jun 21 00:13:57.646 INFO STEP 1023 (remove_files) COMPLETE
79382026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.647 INFO O| Jun 21 00:13:57.646 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.653 INFO O| Jun 21 00:13:57.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79402026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.653 INFO O| Jun 21 00:13:57.653 INFO STEP 1024 (remove_files) COMPLETE
79412026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.653 INFO O| Jun 21 00:13:57.653 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.660 INFO O| Jun 21 00:13:57.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79432026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.660 INFO O| Jun 21 00:13:57.660 INFO STEP 1025 (remove_files) COMPLETE
79442026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.660 INFO O| Jun 21 00:13:57.660 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.665 INFO O| Jun 21 00:13:57.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79462026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.665 INFO O| Jun 21 00:13:57.665 INFO STEP 1026 (remove_files) COMPLETE
79472026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.665 INFO O| Jun 21 00:13:57.665 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-06-21T00:14:00.382Z[ recovery-image] Jun 21 00:13:57.671 INFO O| Jun 21 00:13:57.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79492026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.671 INFO O| Jun 21 00:13:57.671 INFO STEP 1027 (remove_files) COMPLETE
79502026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.671 INFO O| Jun 21 00:13:57.671 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.678 INFO O| Jun 21 00:13:57.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79522026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.679 INFO O| Jun 21 00:13:57.678 INFO STEP 1028 (remove_files) COMPLETE
79532026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.679 INFO O| Jun 21 00:13:57.679 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-06-21T00:14:00.383Z[ recovery-image] Jun 21 00:13:57.685 INFO O| Jun 21 00:13:57.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79552026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.685 INFO O| Jun 21 00:13:57.685 INFO STEP 1029 (remove_files) COMPLETE
79562026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.685 INFO O| Jun 21 00:13:57.685 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.691 INFO O| Jun 21 00:13:57.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79582026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.691 INFO O| Jun 21 00:13:57.691 INFO STEP 1030 (remove_files) COMPLETE
79592026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.691 INFO O| Jun 21 00:13:57.691 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.696 INFO O| Jun 21 00:13:57.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79612026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.696 INFO O| Jun 21 00:13:57.696 INFO STEP 1031 (remove_files) COMPLETE
79622026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.696 INFO O| Jun 21 00:13:57.696 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.701 INFO O| Jun 21 00:13:57.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79642026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.701 INFO O| Jun 21 00:13:57.701 INFO STEP 1032 (remove_files) COMPLETE
79652026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.701 INFO O| Jun 21 00:13:57.701 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-06-21T00:14:00.384Z[ recovery-image] Jun 21 00:13:57.706 INFO O| Jun 21 00:13:57.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79672026-06-21T00:14:00.385Z[ recovery-image] Jun 21 00:13:57.706 INFO O| Jun 21 00:13:57.706 INFO STEP 1033 (remove_files) COMPLETE
79682026-06-21T00:14:00.385Z[ recovery-image] Jun 21 00:13:57.706 INFO O| Jun 21 00:13:57.706 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-06-21T00:14:00.385Z[ recovery-image] Jun 21 00:13:57.711 INFO O| Jun 21 00:13:57.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79702026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.711 INFO O| Jun 21 00:13:57.711 INFO STEP 1034 (remove_files) COMPLETE
79712026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.711 INFO O| Jun 21 00:13:57.711 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.717 INFO O| Jun 21 00:13:57.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79732026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.717 INFO O| Jun 21 00:13:57.717 INFO STEP 1035 (remove_files) COMPLETE
79742026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.717 INFO O| Jun 21 00:13:57.717 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.722 INFO O| Jun 21 00:13:57.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79762026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.722 INFO O| Jun 21 00:13:57.722 INFO STEP 1036 (remove_files) COMPLETE
79772026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.722 INFO O| Jun 21 00:13:57.722 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.728 INFO O| Jun 21 00:13:57.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79792026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.728 INFO O| Jun 21 00:13:57.728 INFO STEP 1037 (remove_files) COMPLETE
79802026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.728 INFO O| Jun 21 00:13:57.728 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.734 INFO O| Jun 21 00:13:57.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79822026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.734 INFO O| Jun 21 00:13:57.734 INFO STEP 1038 (remove_files) COMPLETE
79832026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.734 INFO O| Jun 21 00:13:57.734 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-06-21T00:14:00.386Z[ recovery-image] Jun 21 00:13:57.739 INFO O| Jun 21 00:13:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79852026-06-21T00:14:00.388Z[ recovery-image] Jun 21 00:13:57.739 INFO O| Jun 21 00:13:57.739 INFO STEP 1039 (remove_files) COMPLETE
79862026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.739 INFO O| Jun 21 00:13:57.739 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.745 INFO O| Jun 21 00:13:57.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79882026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.745 INFO O| Jun 21 00:13:57.745 INFO STEP 1040 (remove_files) COMPLETE
79892026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.745 INFO O| Jun 21 00:13:57.745 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.750 INFO O| Jun 21 00:13:57.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79912026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.750 INFO O| Jun 21 00:13:57.750 INFO STEP 1041 (remove_files) COMPLETE
79922026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.750 INFO O| Jun 21 00:13:57.750 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.756 INFO O| Jun 21 00:13:57.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79942026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.756 INFO O| Jun 21 00:13:57.756 INFO STEP 1042 (remove_files) COMPLETE
79952026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.756 INFO O| Jun 21 00:13:57.756 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-06-21T00:14:00.394Z[ recovery-image] Jun 21 00:13:57.764 INFO O| Jun 21 00:13:57.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79972026-06-21T00:14:00.395Z[ recovery-image] Jun 21 00:13:57.764 INFO O| Jun 21 00:13:57.764 INFO STEP 1043 (remove_files) COMPLETE
79982026-06-21T00:14:00.395Z[ recovery-image] Jun 21 00:13:57.764 INFO O| Jun 21 00:13:57.764 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.772 INFO O| Jun 21 00:13:57.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80002026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.772 INFO O| Jun 21 00:13:57.772 INFO STEP 1044 (remove_files) COMPLETE
80012026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.772 INFO O| Jun 21 00:13:57.772 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.779 INFO O| Jun 21 00:13:57.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80032026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.779 INFO O| Jun 21 00:13:57.779 INFO STEP 1045 (remove_files) COMPLETE
80042026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.779 INFO O| Jun 21 00:13:57.779 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.787 INFO O| Jun 21 00:13:57.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80062026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.787 INFO O| Jun 21 00:13:57.787 INFO STEP 1046 (remove_files) COMPLETE
80072026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.787 INFO O| Jun 21 00:13:57.787 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.793 INFO O| Jun 21 00:13:57.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80092026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.793 INFO O| Jun 21 00:13:57.793 INFO STEP 1047 (remove_files) COMPLETE
80102026-06-21T00:14:00.396Z[ recovery-image] Jun 21 00:13:57.793 INFO O| Jun 21 00:13:57.793 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-06-21T00:14:00.397Z[ recovery-image] Jun 21 00:13:57.799 INFO O| Jun 21 00:13:57.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80122026-06-21T00:14:00.397Z[ recovery-image] Jun 21 00:13:57.799 INFO O| Jun 21 00:13:57.799 INFO STEP 1048 (remove_files) COMPLETE
80132026-06-21T00:14:00.397Z[ recovery-image] Jun 21 00:13:57.799 INFO O| Jun 21 00:13:57.799 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-06-21T00:14:00.397Z[ recovery-image] Jun 21 00:13:57.804 INFO O| Jun 21 00:13:57.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80152026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.804 INFO O| Jun 21 00:13:57.804 INFO STEP 1049 (remove_files) COMPLETE
80162026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.804 INFO O| Jun 21 00:13:57.804 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.809 INFO O| Jun 21 00:13:57.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80182026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.809 INFO O| Jun 21 00:13:57.809 INFO STEP 1050 (remove_files) COMPLETE
80192026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.809 INFO O| Jun 21 00:13:57.809 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.815 INFO O| Jun 21 00:13:57.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80212026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.815 INFO O| Jun 21 00:13:57.815 INFO STEP 1051 (remove_files) COMPLETE
80222026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.815 INFO O| Jun 21 00:13:57.815 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.821 INFO O| Jun 21 00:13:57.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80242026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.821 INFO O| Jun 21 00:13:57.821 INFO STEP 1052 (remove_files) COMPLETE
80252026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.821 INFO O| Jun 21 00:13:57.821 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.826 INFO O| Jun 21 00:13:57.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80272026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.826 INFO O| Jun 21 00:13:57.826 INFO STEP 1053 (remove_files) COMPLETE
80282026-06-21T00:14:00.398Z[ recovery-image] Jun 21 00:13:57.826 INFO O| Jun 21 00:13:57.826 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.832 INFO O| Jun 21 00:13:57.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80302026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.832 INFO O| Jun 21 00:13:57.832 INFO STEP 1054 (remove_files) COMPLETE
80312026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.832 INFO O| Jun 21 00:13:57.832 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.837 INFO O| Jun 21 00:13:57.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80332026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.837 INFO O| Jun 21 00:13:57.837 INFO STEP 1055 (remove_files) COMPLETE
80342026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.837 INFO O| Jun 21 00:13:57.837 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.843 INFO O| Jun 21 00:13:57.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80362026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.844 INFO O| Jun 21 00:13:57.844 INFO STEP 1056 (remove_files) COMPLETE
80372026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.844 INFO O| Jun 21 00:13:57.844 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.849 INFO O| Jun 21 00:13:57.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80392026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.849 INFO O| Jun 21 00:13:57.849 INFO STEP 1057 (remove_files) COMPLETE
80402026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.849 INFO O| Jun 21 00:13:57.849 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.855 INFO O| Jun 21 00:13:57.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80422026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.857 INFO O| Jun 21 00:13:57.857 INFO STEP 1058 (remove_files) COMPLETE
80432026-06-21T00:14:00.399Z[ recovery-image] Jun 21 00:13:57.857 INFO O| Jun 21 00:13:57.857 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.863 INFO O| Jun 21 00:13:57.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80452026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.863 INFO O| Jun 21 00:13:57.863 INFO STEP 1059 (remove_files) COMPLETE
80462026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.863 INFO O| Jun 21 00:13:57.863 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.868 INFO O| Jun 21 00:13:57.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80482026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.868 INFO O| Jun 21 00:13:57.868 INFO STEP 1060 (remove_files) COMPLETE
80492026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.868 INFO O| Jun 21 00:13:57.868 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.874 INFO O| Jun 21 00:13:57.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80512026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.874 INFO O| Jun 21 00:13:57.874 INFO STEP 1061 (remove_files) COMPLETE
80522026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.874 INFO O| Jun 21 00:13:57.874 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.879 INFO O| Jun 21 00:13:57.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80542026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.879 INFO O| Jun 21 00:13:57.879 INFO STEP 1062 (remove_files) COMPLETE
80552026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.879 INFO O| Jun 21 00:13:57.879 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-06-21T00:14:00.400Z[ recovery-image] Jun 21 00:13:57.885 INFO O| Jun 21 00:13:57.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80572026-06-21T00:14:00.401Z[ recovery-image] Jun 21 00:13:57.885 INFO O| Jun 21 00:13:57.885 INFO STEP 1063 (remove_files) COMPLETE
80582026-06-21T00:14:00.401Z[ recovery-image] Jun 21 00:13:57.885 INFO O| Jun 21 00:13:57.885 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-06-21T00:14:00.401Z[ recovery-image] Jun 21 00:13:57.890 INFO O| Jun 21 00:13:57.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80602026-06-21T00:14:00.402Z[ recovery-image] Jun 21 00:13:57.891 INFO O| Jun 21 00:13:57.890 INFO STEP 1064 (remove_files) COMPLETE
80612026-06-21T00:14:00.402Z[ recovery-image] Jun 21 00:13:57.891 INFO O| Jun 21 00:13:57.890 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-06-21T00:14:00.402Z[ recovery-image] Jun 21 00:13:57.896 INFO O| Jun 21 00:13:57.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80632026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.896 INFO O| Jun 21 00:13:57.896 INFO STEP 1065 (remove_files) COMPLETE
80642026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.896 INFO O| Jun 21 00:13:57.896 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.901 INFO O| Jun 21 00:13:57.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80662026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.901 INFO O| Jun 21 00:13:57.901 INFO STEP 1066 (remove_files) COMPLETE
80672026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.901 INFO O| Jun 21 00:13:57.901 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.906 INFO O| Jun 21 00:13:57.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80692026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.906 INFO O| Jun 21 00:13:57.906 INFO STEP 1067 (remove_files) COMPLETE
80702026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.906 INFO O| Jun 21 00:13:57.906 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.912 INFO O| Jun 21 00:13:57.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80722026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.912 INFO O| Jun 21 00:13:57.912 INFO STEP 1068 (remove_files) COMPLETE
80732026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.912 INFO O| Jun 21 00:13:57.912 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.920 INFO O| Jun 21 00:13:57.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80752026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.920 INFO O| Jun 21 00:13:57.920 INFO STEP 1069 (remove_files) COMPLETE
80762026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.920 INFO O| Jun 21 00:13:57.920 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.927 INFO O| Jun 21 00:13:57.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80782026-06-21T00:14:00.403Z[ recovery-image] Jun 21 00:13:57.927 INFO O| Jun 21 00:13:57.927 INFO STEP 1070 (remove_files) COMPLETE
80792026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.927 INFO O| Jun 21 00:13:57.927 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.934 INFO O| Jun 21 00:13:57.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80812026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.934 INFO O| Jun 21 00:13:57.934 INFO STEP 1071 (remove_files) COMPLETE
80822026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.934 INFO O| Jun 21 00:13:57.934 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.941 INFO O| Jun 21 00:13:57.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80842026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.941 INFO O| Jun 21 00:13:57.941 INFO STEP 1072 (remove_files) COMPLETE
80852026-06-21T00:14:00.404Z[ recovery-image] Jun 21 00:13:57.941 INFO O| Jun 21 00:13:57.941 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-06-21T00:14:00.409Z[ recovery-image] Jun 21 00:13:57.947 INFO O| Jun 21 00:13:57.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80872026-06-21T00:14:00.409Z[ recovery-image] Jun 21 00:13:57.947 INFO O| Jun 21 00:13:57.947 INFO STEP 1073 (remove_files) COMPLETE
80882026-06-21T00:14:00.409Z[ recovery-image] Jun 21 00:13:57.947 INFO O| Jun 21 00:13:57.947 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-06-21T00:14:00.410Z[ recovery-image] Jun 21 00:13:57.954 INFO O| Jun 21 00:13:57.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80902026-06-21T00:14:00.410Z[ recovery-image] Jun 21 00:13:57.954 INFO O| Jun 21 00:13:57.954 INFO STEP 1074 (remove_files) COMPLETE
80912026-06-21T00:14:00.410Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.954 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-06-21T00:14:00.410Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80932026-06-21T00:14:00.410Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.961 INFO STEP 1075 (remove_files) COMPLETE
80942026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.961 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80962026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.967 INFO STEP 1076 (remove_files) COMPLETE
80972026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.967 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80992026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.974 INFO STEP 1077 (remove_files) COMPLETE
81002026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.974 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81022026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.980 INFO STEP 1078 (remove_files) COMPLETE
81032026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.980 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81052026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.987 INFO STEP 1079 (remove_files) COMPLETE
81062026-06-21T00:14:00.411Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.987 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81082026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.993 INFO STEP 1080 (remove_files) COMPLETE
81092026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:57.993 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81112026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.000 INFO STEP 1081 (remove_files) COMPLETE
81122026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.000 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81142026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.008 INFO STEP 1082 (remove_files) COMPLETE
81152026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.008 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81172026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.014 INFO STEP 1083 (remove_files) COMPLETE
81182026-06-21T00:14:00.412Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.014 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81202026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.021 INFO STEP 1084 (remove_files) COMPLETE
81212026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.021 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81232026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.027 INFO STEP 1085 (remove_files) COMPLETE
81242026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.027 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81262026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.034 INFO STEP 1086 (remove_files) COMPLETE
81272026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.034 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81292026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.040 INFO STEP 1087 (remove_files) COMPLETE
81302026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.040 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81322026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.047 INFO STEP 1088 (remove_files) COMPLETE
81332026-06-21T00:14:00.413Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.047 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81352026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.054 INFO STEP 1089 (remove_files) COMPLETE
81362026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.054 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81382026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.060 INFO STEP 1090 (remove_files) COMPLETE
81392026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.060 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81412026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.067 INFO STEP 1091 (remove_files) COMPLETE
81422026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.067 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81442026-06-21T00:14:00.414Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.073 INFO STEP 1092 (remove_files) COMPLETE
81452026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.073 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81472026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.079 INFO STEP 1093 (remove_files) COMPLETE
81482026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.079 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81502026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.085 INFO STEP 1094 (remove_files) COMPLETE
81512026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.085 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-06-21T00:14:00.415Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81532026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.090 INFO STEP 1095 (remove_files) COMPLETE
81542026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.090 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.740 INFO O| Jun 21 00:13:58.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81562026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.742 INFO O| Jun 21 00:13:58.096 INFO STEP 1096 (remove_files) COMPLETE
81572026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.742 INFO O| Jun 21 00:13:58.096 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.742 INFO O| Jun 21 00:13:58.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81592026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.102 INFO STEP 1097 (remove_files) COMPLETE
81602026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.102 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81622026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.108 INFO STEP 1098 (remove_files) COMPLETE
81632026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.108 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81652026-06-21T00:14:00.416Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.114 INFO STEP 1099 (remove_files) COMPLETE
81662026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.114 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81682026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.119 INFO STEP 1100 (remove_files) COMPLETE
81692026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.119 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81712026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.125 INFO STEP 1101 (remove_files) COMPLETE
81722026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.125 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81742026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.131 INFO STEP 1102 (remove_files) COMPLETE
81752026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.131 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81772026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.136 INFO STEP 1103 (remove_files) COMPLETE
81782026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.136 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81802026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.142 INFO STEP 1104 (remove_files) COMPLETE
81812026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.142 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81832026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.148 INFO STEP 1105 (remove_files) COMPLETE
81842026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.148 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-06-21T00:14:00.417Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81862026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.153 INFO STEP 1106 (remove_files) COMPLETE
81872026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.153 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81892026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.159 INFO STEP 1107 (remove_files) COMPLETE
81902026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.159 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81922026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.164 INFO STEP 1108 (remove_files) COMPLETE
81932026-06-21T00:14:00.619Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.164 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81952026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.169 INFO STEP 1109 (remove_files) COMPLETE
81962026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.169 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81982026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.177 INFO STEP 1110 (remove_files) COMPLETE
81992026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.177 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82012026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.183 INFO STEP 1111 (remove_files) COMPLETE
82022026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.183 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82042026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.188 INFO STEP 1112 (remove_files) COMPLETE
82052026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.188 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82072026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.193 INFO STEP 1113 (remove_files) COMPLETE
82082026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.193 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82102026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.199 INFO STEP 1114 (remove_files) COMPLETE
82112026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.199 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-06-21T00:14:00.620Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82132026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.204 INFO STEP 1115 (remove_files) COMPLETE
82142026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.204 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82162026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.209 INFO STEP 1116 (remove_files) COMPLETE
82172026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.209 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-06-21T00:14:00.621Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82192026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.214 INFO STEP 1117 (remove_files) COMPLETE
82202026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.743 INFO O| Jun 21 00:13:58.214 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82222026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.220 INFO STEP 1118 (remove_files) COMPLETE
82232026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.220 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82252026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.225 INFO STEP 1119 (remove_files) COMPLETE
82262026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.225 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82282026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.230 INFO STEP 1120 (remove_files) COMPLETE
82292026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.230 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82312026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.235 INFO STEP 1121 (remove_files) COMPLETE
82322026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.235 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82342026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.241 INFO STEP 1122 (remove_files) COMPLETE
82352026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.241 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82372026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.246 INFO STEP 1123 (remove_files) COMPLETE
82382026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.246 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82402026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.251 INFO STEP 1124 (remove_files) COMPLETE
82412026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.251 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82432026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.256 INFO STEP 1125 (remove_files) COMPLETE
82442026-06-21T00:14:00.622Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.256 INFO STEP 1126: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82452026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.264 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82462026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:58.827 INFO O| Jun 21 00:13:58.264 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82472026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:58.851 INFO O| Jun 21 00:13:58.851 INFO STEP 1126 (pack_tar) COMPLETE
82482026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:58.851 INFO O| Jun 21 00:13:58.851 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82492026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:58.851 INFO O| Jun 21 00:13:58.851 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82502026-06-21T00:14:00.623Z[ recovery-image] Jun 21 00:13:59.166 INFO O| Jun 21 00:13:59.166 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82512026-06-21T00:14:00.666Z[ recovery-image] Jun 21 00:13:59.239 INFO O| Jun 21 00:13:59.239 INFO completed processing sled/ramdisk-03-recovery-trim
82522026-06-21T00:14:00.669Z[ recovery-image] Jun 21 00:13:59.243 INFO image builder template: zfs-recovery...
82532026-06-21T00:14:00.670Z[ recovery-image] Jun 21 00:13:59.243 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/.tmpEfFSOZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.483", "-n", "zfs-recovery"], pwd: None
82542026-06-21T00:14:00.692Z[ recovery-image] Jun 21 00:13:59.266 INFO O| Jun 21 00:13:59.266 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82552026-06-21T00:14:00.696Z[ recovery-image] Jun 21 00:13:59.269 INFO O| Jun 21 00:13:59.269 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82562026-06-21T00:14:00.763Z[ recovery-image] Jun 21 00:13:59.336 INFO O| Jun 21 00:13:59.336 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82572026-06-21T00:14:00.825Z[ recovery-image] Jun 21 00:13:59.399 INFO O| Jun 21 00:13:59.399 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82582026-06-21T00:14:00.826Z[ recovery-image] Jun 21 00:13:59.399 INFO O| Jun 21 00:13:59.399 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82592026-06-21T00:14:00.829Z[ recovery-image] Jun 21 00:13:59.401 INFO O| Jun 21 00:13:59.401 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82602026-06-21T00:14:00.899Z[ recovery-image] Jun 21 00:13:59.472 INFO O| Jun 21 00:13:59.472 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82612026-06-21T00:14:00.962Z[ recovery-image] Jun 21 00:13:59.536 INFO O| Jun 21 00:13:59.536 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82622026-06-21T00:14:00.969Z[ recovery-image] Jun 21 00:13:59.543 INFO O| Jun 21 00:13:59.542 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82632026-06-21T00:14:00.973Z[ recovery-image] Jun 21 00:13:59.546 INFO O| Jun 21 00:13:59.546 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82642026-06-21T00:14:00.973Z[ recovery-image] Jun 21 00:13:59.546 INFO O| Jun 21 00:13:59.546 INFO no lofi found
82652026-06-21T00:14:00.973Z[ recovery-image] Jun 21 00:13:59.546 INFO O| Jun 21 00:13:59.546 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82662026-06-21T00:14:00.973Z[ recovery-image] Jun 21 00:13:59.546 INFO O| Jun 21 00:13:59.546 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82672026-06-21T00:14:02.429Z[ recovery-image] Jun 21 00:14:01.002 INFO O| Jun 21 00:14:01.001 INFO lofi device = /dev/dsk/c2t1d0p0
82682026-06-21T00:14:02.429Z[ recovery-image] Jun 21 00:14:01.002 INFO O| Jun 21 00:14:01.001 INFO pool device = /dev/dsk/c2t1d0p0
82692026-06-21T00:14:02.432Z[ recovery-image] Jun 21 00:14:01.002 INFO O| Jun 21 00:14:01.002 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"]
82702026-06-21T00:14:02.484Z[ recovery-image] Jun 21 00:14:01.058 INFO O| Jun 21 00:14:01.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82712026-06-21T00:14:02.484Z[ recovery-image] Jun 21 00:14:01.058 INFO O| Jun 21 00:14:01.058 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82722026-06-21T00:14:02.498Z[ recovery-image] Jun 21 00:14:01.072 INFO O| Jun 21 00:14:01.072 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82732026-06-21T00:14:02.541Z[ recovery-image] Jun 21 00:14:01.114 INFO O| Jun 21 00:14:01.114 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82742026-06-21T00:14:02.565Z[ recovery-image] Jun 21 00:14:01.138 INFO O| Jun 21 00:14:01.138 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82752026-06-21T00:14:02.575Z[ recovery-image] Jun 21 00:14:01.148 INFO O| Jun 21 00:14:01.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82762026-06-21T00:14:02.583Z[ recovery-image] Jun 21 00:14:01.157 INFO O| Jun 21 00:14:01.157 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82772026-06-21T00:14:02.614Z[ recovery-image] Jun 21 00:14:01.187 INFO O| Jun 21 00:14:01.187 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82782026-06-21T00:14:02.614Z[ recovery-image] Jun 21 00:14:01.187 INFO O| Jun 21 00:14:01.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82792026-06-21T00:14:02.618Z[ recovery-image] Jun 21 00:14:01.187 INFO O| Jun 21 00:14:01.187 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82802026-06-21T00:14:02.621Z[ recovery-image] Jun 21 00:14:01.194 INFO O| Jun 21 00:14:01.194 INFO boot environment UUID: 3c9d7a11-b3a4-4087-80f4-f7802b559eac
82812026-06-21T00:14:02.621Z[ recovery-image] Jun 21 00:14:01.194 INFO O| Jun 21 00:14:01.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3c9d7a11-b3a4-4087-80f4-f7802b559eac
82822026-06-21T00:14:02.628Z[ recovery-image] Jun 21 00:14:01.202 INFO O| Jun 21 00:14:01.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82832026-06-21T00:14:02.636Z[ recovery-image] Jun 21 00:14:01.209 INFO O| Jun 21 00:14:01.209 INFO STEP 0 (create_be) COMPLETE
82842026-06-21T00:14:02.636Z[ recovery-image] Jun 21 00:14:01.209 INFO O| Jun 21 00:14:01.209 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82852026-06-21T00:14:02.645Z[ recovery-image] Jun 21 00:14:01.219 INFO O| Jun 21 00:14:01.219 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"]
82862026-06-21T00:14:04.946Z[ recovery-image] Jun 21 00:14:03.519 INFO O| Jun 21 00:14:03.519 INFO STEP 1 (unpack_tar) COMPLETE
82872026-06-21T00:14:04.946Z[ recovery-image] Jun 21 00:14:03.519 INFO O| Jun 21 00:14:03.519 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82882026-06-21T00:14:04.953Z[ recovery-image] Jun 21 00:14:03.526 INFO O| Jun 21 00:14:03.526 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82892026-06-21T00:14:05.273Z[ recovery-image] Jun 21 00:14:03.846 INFO O| Jun 21 00:14:03.845 INFO STEP 2 (devfsadm) COMPLETE
82902026-06-21T00:14:05.273Z[ recovery-image] Jun 21 00:14:03.846 INFO O| Jun 21 00:14:03.845 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82912026-06-21T00:14:05.279Z[ recovery-image] Jun 21 00:14:03.853 INFO O| Jun 21 00:14:03.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82922026-06-21T00:14:05.283Z[ recovery-image] Jun 21 00:14:03.853 INFO O| Jun 21 00:14:03.853 INFO STEP 3 (ensure_dir) COMPLETE
82932026-06-21T00:14:05.283Z[ recovery-image] Jun 21 00:14:03.853 INFO O| Jun 21 00:14:03.853 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82942026-06-21T00:14:05.286Z[ recovery-image] Jun 21 00:14:03.858 INFO O| Jun 21 00:14:03.858 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82952026-06-21T00:14:05.286Z[ recovery-image] Jun 21 00:14:03.858 INFO O| Jun 21 00:14:03.858 INFO STEP 4 (ensure_dir) COMPLETE
82962026-06-21T00:14:05.286Z[ recovery-image] Jun 21 00:14:03.858 INFO O| Jun 21 00:14:03.858 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82972026-06-21T00:14:05.290Z[ recovery-image] Jun 21 00:14:03.863 INFO O| Jun 21 00:14:03.863 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82982026-06-21T00:14:05.290Z[ recovery-image] Jun 21 00:14:03.863 INFO O| Jun 21 00:14:03.863 INFO STEP 5 (ensure_dir) COMPLETE
82992026-06-21T00:14:05.290Z[ recovery-image] Jun 21 00:14:03.863 INFO O| Jun 21 00:14:03.863 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83002026-06-21T00:14:05.296Z[ recovery-image] Jun 21 00:14:03.869 INFO O| Jun 21 00:14:03.869 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83012026-06-21T00:14:05.296Z[ recovery-image] Jun 21 00:14:03.869 INFO O| Jun 21 00:14:03.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83022026-06-21T00:14:05.299Z[ recovery-image] Jun 21 00:14:03.869 INFO O| Jun 21 00:14:03.869 INFO STEP 6 (ensure_dir) COMPLETE
83032026-06-21T00:14:05.303Z[ recovery-image] Jun 21 00:14:03.869 INFO O| Jun 21 00:14:03.869 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83042026-06-21T00:14:05.303Z[ recovery-image] Jun 21 00:14:03.874 INFO O| Jun 21 00:14:03.874 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83052026-06-21T00:14:05.303Z[ recovery-image] Jun 21 00:14:03.874 INFO O| Jun 21 00:14:03.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83062026-06-21T00:14:05.303Z[ recovery-image] Jun 21 00:14:03.874 INFO O| Jun 21 00:14:03.874 INFO STEP 7 (ensure_dir) COMPLETE
83072026-06-21T00:14:05.303Z[ recovery-image] Jun 21 00:14:03.874 INFO O| Jun 21 00:14:03.874 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83082026-06-21T00:14:05.307Z[ recovery-image] Jun 21 00:14:03.881 INFO O| Jun 21 00:14:03.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83092026-06-21T00:14:05.311Z[ recovery-image] Jun 21 00:14:03.882 INFO O| Jun 21 00:14:03.882 INFO STEP 8 (remove_files) COMPLETE
83102026-06-21T00:14:05.311Z[ recovery-image] Jun 21 00:14:03.882 INFO O| Jun 21 00:14:03.882 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83112026-06-21T00:14:05.315Z[ recovery-image] Jun 21 00:14:03.888 INFO O| Jun 21 00:14:03.888 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83122026-06-21T00:14:05.319Z[ recovery-image] Jun 21 00:14:03.889 INFO O| Jun 21 00:14:03.889 INFO STEP 9 (remove_files) COMPLETE
83132026-06-21T00:14:05.319Z[ recovery-image] Jun 21 00:14:03.889 INFO O| Jun 21 00:14:03.889 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83142026-06-21T00:14:05.323Z[ recovery-image] Jun 21 00:14:03.895 INFO O| Jun 21 00:14:03.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83152026-06-21T00:14:05.329Z[ recovery-image] Jun 21 00:14:03.896 INFO O| Jun 21 00:14:03.896 INFO STEP 10 (remove_files) COMPLETE
83162026-06-21T00:14:05.329Z[ recovery-image] Jun 21 00:14:03.896 INFO O| Jun 21 00:14:03.896 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83172026-06-21T00:14:05.333Z[ recovery-image] Jun 21 00:14:03.904 INFO O| Jun 21 00:14:03.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83182026-06-21T00:14:05.333Z[ recovery-image] Jun 21 00:14:03.905 INFO O| Jun 21 00:14:03.904 INFO STEP 11 (remove_files) COMPLETE
83192026-06-21T00:14:05.333Z[ recovery-image] Jun 21 00:14:03.905 INFO O| Jun 21 00:14:03.904 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83202026-06-21T00:14:05.337Z[ recovery-image] Jun 21 00:14:03.911 INFO O| Jun 21 00:14:03.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83212026-06-21T00:14:05.337Z[ recovery-image] Jun 21 00:14:03.911 INFO O| Jun 21 00:14:03.911 INFO STEP 12 (remove_files) COMPLETE
83222026-06-21T00:14:05.337Z[ recovery-image] Jun 21 00:14:03.911 INFO O| Jun 21 00:14:03.911 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83232026-06-21T00:14:05.345Z[ recovery-image] Jun 21 00:14:03.917 INFO O| Jun 21 00:14:03.917 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83242026-06-21T00:14:05.345Z[ recovery-image] Jun 21 00:14:03.917 INFO O| Jun 21 00:14:03.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83252026-06-21T00:14:05.350Z[ recovery-image] Jun 21 00:14:03.917 INFO O| Jun 21 00:14:03.917 INFO STEP 13 (ensure_dir) COMPLETE
83262026-06-21T00:14:05.350Z[ recovery-image] Jun 21 00:14:03.917 INFO O| Jun 21 00:14:03.917 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83272026-06-21T00:14:05.353Z[ recovery-image] Jun 21 00:14:03.924 INFO O| Jun 21 00:14:03.924 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83282026-06-21T00:14:05.353Z[ recovery-image] Jun 21 00:14:03.924 INFO O| Jun 21 00:14:03.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83292026-06-21T00:14:05.353Z[ recovery-image] Jun 21 00:14:03.924 INFO O| Jun 21 00:14:03.924 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83302026-06-21T00:14:05.353Z[ recovery-image] Jun 21 00:14:03.924 INFO O| Jun 21 00:14:03.924 INFO STEP 14 (ensure_dir) COMPLETE
83312026-06-21T00:14:05.353Z[ recovery-image] Jun 21 00:14:03.924 INFO O| Jun 21 00:14:03.924 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83322026-06-21T00:14:05.357Z[ recovery-image] Jun 21 00:14:03.930 INFO O| Jun 21 00:14:03.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83332026-06-21T00:14:05.357Z[ recovery-image] Jun 21 00:14:03.930 INFO O| Jun 21 00:14:03.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83342026-06-21T00:14:05.357Z[ recovery-image] Jun 21 00:14:03.930 INFO O| Jun 21 00:14:03.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83352026-06-21T00:14:05.361Z[ recovery-image] Jun 21 00:14:03.930 INFO O| Jun 21 00:14:03.930 INFO STEP 15 (ensure_dir) COMPLETE
83362026-06-21T00:14:05.361Z[ recovery-image] Jun 21 00:14:03.930 INFO O| Jun 21 00:14:03.930 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83372026-06-21T00:14:05.364Z[ recovery-image] Jun 21 00:14:03.938 INFO O| Jun 21 00:14:03.938 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83382026-06-21T00:14:05.364Z[ recovery-image] Jun 21 00:14:03.938 INFO O| Jun 21 00:14:03.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83392026-06-21T00:14:05.370Z[ recovery-image] Jun 21 00:14:03.938 INFO O| Jun 21 00:14:03.938 INFO STEP 16 (ensure_dir) COMPLETE
83402026-06-21T00:14:05.370Z[ recovery-image] Jun 21 00:14:03.938 INFO O| Jun 21 00:14:03.938 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83412026-06-21T00:14:05.374Z[ recovery-image] Jun 21 00:14:03.944 INFO O| Jun 21 00:14:03.944 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83422026-06-21T00:14:05.374Z[ recovery-image] Jun 21 00:14:03.944 INFO O| Jun 21 00:14:03.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83432026-06-21T00:14:05.374Z[ recovery-image] Jun 21 00:14:03.944 INFO O| Jun 21 00:14:03.944 INFO STEP 17 (ensure_dir) COMPLETE
83442026-06-21T00:14:05.374Z[ recovery-image] Jun 21 00:14:03.944 INFO O| Jun 21 00:14:03.944 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83452026-06-21T00:14:05.377Z[ recovery-image] Jun 21 00:14:03.951 INFO O| Jun 21 00:14:03.951 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83462026-06-21T00:14:05.377Z[ recovery-image] Jun 21 00:14:03.951 INFO O| Jun 21 00:14:03.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83472026-06-21T00:14:05.377Z[ recovery-image] Jun 21 00:14:03.951 INFO O| Jun 21 00:14:03.951 INFO ok!
83482026-06-21T00:14:05.381Z[ recovery-image] Jun 21 00:14:03.951 INFO O| Jun 21 00:14:03.951 INFO STEP 18 (ensure_symlink) COMPLETE
83492026-06-21T00:14:05.381Z[ recovery-image] Jun 21 00:14:03.951 INFO O| Jun 21 00:14:03.951 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83502026-06-21T00:14:05.385Z[ recovery-image] Jun 21 00:14:03.957 INFO O| Jun 21 00:14:03.957 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83512026-06-21T00:14:05.385Z[ recovery-image] Jun 21 00:14:03.957 INFO O| Jun 21 00:14:03.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83522026-06-21T00:14:05.385Z[ recovery-image] Jun 21 00:14:03.957 INFO O| Jun 21 00:14:03.957 INFO ok!
83532026-06-21T00:14:05.385Z[ recovery-image] Jun 21 00:14:03.957 INFO O| Jun 21 00:14:03.957 INFO STEP 19 (ensure_file) COMPLETE
83542026-06-21T00:14:05.385Z[ recovery-image] Jun 21 00:14:03.957 INFO O| Jun 21 00:14:03.957 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83552026-06-21T00:14:05.392Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83562026-06-21T00:14:05.392Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83572026-06-21T00:14:05.396Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83582026-06-21T00:14:05.396Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO ok!
83592026-06-21T00:14:05.396Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO STEP 20 (ensure_symlink) COMPLETE
83602026-06-21T00:14:05.396Z[ recovery-image] Jun 21 00:14:03.964 INFO O| Jun 21 00:14:03.964 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83612026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83622026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83632026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83642026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO ok!
83652026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO STEP 21 (ensure_symlink) COMPLETE
83662026-06-21T00:14:05.403Z[ recovery-image] Jun 21 00:14:03.970 INFO O| Jun 21 00:14:03.970 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83672026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83682026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83692026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83702026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO ok!
83712026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO STEP 22 (ensure_symlink) COMPLETE
83722026-06-21T00:14:05.407Z[ recovery-image] Jun 21 00:14:03.977 INFO O| Jun 21 00:14:03.977 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83732026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83742026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83752026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83762026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO ok!
83772026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO STEP 23 (ensure_symlink) COMPLETE
83782026-06-21T00:14:05.411Z[ recovery-image] Jun 21 00:14:03.984 INFO O| Jun 21 00:14:03.984 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83792026-06-21T00:14:05.422Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83802026-06-21T00:14:05.422Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 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 ...
83812026-06-21T00:14:05.422Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83822026-06-21T00:14:05.426Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 INFO ok!
83832026-06-21T00:14:05.426Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 INFO STEP 24 (ensure_file) COMPLETE
83842026-06-21T00:14:05.426Z[ recovery-image] Jun 21 00:14:03.991 INFO O| Jun 21 00:14:03.991 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83852026-06-21T00:14:05.426Z[ recovery-image] Jun 21 00:14:03.997 INFO O| Jun 21 00:14:03.997 INFO updating shadow file
83862026-06-21T00:14:05.426Z[ recovery-image] Jun 21 00:14:03.997 INFO O| Jun 21 00:14:03.997 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83872026-06-21T00:14:05.427Z[ recovery-image] Jun 21 00:14:03.997 INFO O| Jun 21 00:14:03.997 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83882026-06-21T00:14:05.427Z[ recovery-image] Jun 21 00:14:03.997 INFO O| Jun 21 00:14:03.997 INFO STEP 25 (shadow) COMPLETE
83892026-06-21T00:14:05.427Z[ recovery-image] Jun 21 00:14:03.997 INFO O| Jun 21 00:14:03.997 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83902026-06-21T00:14:05.431Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83912026-06-21T00:14:05.431Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83922026-06-21T00:14:05.434Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83932026-06-21T00:14:05.434Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 INFO ok!
83942026-06-21T00:14:05.434Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 INFO STEP 26 (ensure_file) COMPLETE
83952026-06-21T00:14:05.434Z[ recovery-image] Jun 21 00:14:04.004 INFO O| Jun 21 00:14:04.004 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83962026-06-21T00:14:05.437Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83972026-06-21T00:14:05.437Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83982026-06-21T00:14:05.438Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83992026-06-21T00:14:05.438Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO ok!
84002026-06-21T00:14:05.438Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO STEP 27 (ensure_file) COMPLETE
84012026-06-21T00:14:05.438Z[ recovery-image] Jun 21 00:14:04.010 INFO O| Jun 21 00:14:04.010 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84022026-06-21T00:14:05.444Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84032026-06-21T00:14:05.444Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84042026-06-21T00:14:05.445Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84052026-06-21T00:14:05.445Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84062026-06-21T00:14:05.445Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO ok!
84072026-06-21T00:14:05.445Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO STEP 28 (ensure_file) COMPLETE
84082026-06-21T00:14:05.445Z[ recovery-image] Jun 21 00:14:04.017 INFO O| Jun 21 00:14:04.017 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84092026-06-21T00:14:05.451Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84102026-06-21T00:14:05.451Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84112026-06-21T00:14:05.454Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84122026-06-21T00:14:05.454Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO ok!
84132026-06-21T00:14:05.454Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO STEP 29 (ensure_file) COMPLETE
84142026-06-21T00:14:05.455Z[ recovery-image] Jun 21 00:14:04.024 INFO O| Jun 21 00:14:04.024 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84152026-06-21T00:14:05.458Z[ recovery-image] Jun 21 00:14:04.031 INFO O| Jun 21 00:14:04.031 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84162026-06-21T00:14:05.458Z[ recovery-image] Jun 21 00:14:04.031 INFO O| Jun 21 00:14:04.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84172026-06-21T00:14:05.459Z[ recovery-image] Jun 21 00:14:04.031 INFO O| Jun 21 00:14:04.031 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84182026-06-21T00:14:05.459Z[ recovery-image] Jun 21 00:14:04.031 INFO O| Jun 21 00:14:04.031 INFO STEP 30 (ensure_dir) COMPLETE
84192026-06-21T00:14:05.459Z[ recovery-image] Jun 21 00:14:04.031 INFO O| Jun 21 00:14:04.031 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84202026-06-21T00:14:05.463Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84212026-06-21T00:14:05.463Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 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 ...
84222026-06-21T00:14:05.469Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 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
84232026-06-21T00:14:05.469Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84242026-06-21T00:14:05.469Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 INFO ok!
84252026-06-21T00:14:05.469Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 INFO STEP 31 (ensure_file) COMPLETE
84262026-06-21T00:14:05.469Z[ recovery-image] Jun 21 00:14:04.037 INFO O| Jun 21 00:14:04.037 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84272026-06-21T00:14:05.472Z[ recovery-image] Jun 21 00:14:04.043 INFO O| Jun 21 00:14:04.043 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84282026-06-21T00:14:05.472Z[ recovery-image] Jun 21 00:14:04.043 INFO O| Jun 21 00:14:04.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84292026-06-21T00:14:05.473Z[ recovery-image] Jun 21 00:14:04.043 INFO O| Jun 21 00:14:04.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84302026-06-21T00:14:05.473Z[ recovery-image] Jun 21 00:14:04.043 INFO O| Jun 21 00:14:04.043 INFO STEP 32 (ensure_dir) COMPLETE
84312026-06-21T00:14:05.473Z[ recovery-image] Jun 21 00:14:04.043 INFO O| Jun 21 00:14:04.043 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84322026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84332026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 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 ...
84342026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 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
84352026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84362026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 INFO ok!
84372026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 INFO STEP 33 (ensure_file) COMPLETE
84382026-06-21T00:14:05.479Z[ recovery-image] Jun 21 00:14:04.049 INFO O| Jun 21 00:14:04.049 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84392026-06-21T00:14:05.482Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84402026-06-21T00:14:05.482Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84412026-06-21T00:14:05.486Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84422026-06-21T00:14:05.486Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO ok!
84432026-06-21T00:14:05.486Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO STEP 34 (ensure_file) COMPLETE
84442026-06-21T00:14:05.486Z[ recovery-image] Jun 21 00:14:04.056 INFO O| Jun 21 00:14:04.056 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84452026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84462026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84472026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84482026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84492026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO ok!
84502026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO STEP 35 (ensure_file) COMPLETE
84512026-06-21T00:14:05.490Z[ recovery-image] Jun 21 00:14:04.062 INFO O| Jun 21 00:14:04.062 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84522026-06-21T00:14:05.495Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84532026-06-21T00:14:05.495Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84542026-06-21T00:14:05.495Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84552026-06-21T00:14:05.498Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 INFO ok!
84562026-06-21T00:14:05.498Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 INFO STEP 36 (ensure_file) COMPLETE
84572026-06-21T00:14:05.498Z[ recovery-image] Jun 21 00:14:04.068 INFO O| Jun 21 00:14:04.068 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84582026-06-21T00:14:05.503Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84592026-06-21T00:14:05.503Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84602026-06-21T00:14:05.503Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84612026-06-21T00:14:05.507Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 INFO ok!
84622026-06-21T00:14:05.507Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 INFO STEP 37 (ensure_file) COMPLETE
84632026-06-21T00:14:05.507Z[ recovery-image] Jun 21 00:14:04.075 INFO O| Jun 21 00:14:04.075 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84642026-06-21T00:14:05.510Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84652026-06-21T00:14:05.510Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84662026-06-21T00:14:05.510Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84672026-06-21T00:14:05.510Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84682026-06-21T00:14:05.511Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84692026-06-21T00:14:05.511Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84702026-06-21T00:14:05.511Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO ok!
84712026-06-21T00:14:05.511Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO STEP 38 (ensure_file) COMPLETE
84722026-06-21T00:14:05.511Z[ recovery-image] Jun 21 00:14:04.082 INFO O| Jun 21 00:14:04.082 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84732026-06-21T00:14:05.515Z[ recovery-image] Jun 21 00:14:04.089 INFO O| Jun 21 00:14:04.088 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84742026-06-21T00:14:05.515Z[ recovery-image] Jun 21 00:14:04.089 INFO O| Jun 21 00:14:04.089 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84752026-06-21T00:14:05.519Z[ recovery-image] Jun 21 00:14:04.089 INFO O| Jun 21 00:14:04.089 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84762026-06-21T00:14:05.519Z[ recovery-image] Jun 21 00:14:04.089 INFO O| Jun 21 00:14:04.089 INFO STEP 39 (ensure_dir) COMPLETE
84772026-06-21T00:14:05.519Z[ recovery-image] Jun 21 00:14:04.089 INFO O| Jun 21 00:14:04.089 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84782026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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
84792026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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 ...
84802026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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
84812026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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
84822026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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
84832026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 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
84842026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 INFO ok!
84852026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 INFO STEP 40 (ensure_file) COMPLETE
84862026-06-21T00:14:05.523Z[ recovery-image] Jun 21 00:14:04.094 INFO O| Jun 21 00:14:04.094 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84872026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84882026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 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 ...
84892026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84902026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 INFO ok!
84912026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 INFO STEP 41 (ensure_symlink) COMPLETE
84922026-06-21T00:14:05.527Z[ recovery-image] Jun 21 00:14:04.100 INFO O| Jun 21 00:14:04.100 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84932026-06-21T00:14:05.533Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84942026-06-21T00:14:05.533Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84952026-06-21T00:14:05.533Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84962026-06-21T00:14:05.536Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO ok!
84972026-06-21T00:14:05.536Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO STEP 42 (ensure_symlink) COMPLETE
84982026-06-21T00:14:05.536Z[ recovery-image] Jun 21 00:14:04.105 INFO O| Jun 21 00:14:04.105 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84992026-06-21T00:14:05.539Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85002026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85012026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85022026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85032026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85042026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85052026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO ok!
85062026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO STEP 43 (ensure_file) COMPLETE
85072026-06-21T00:14:05.540Z[ recovery-image] Jun 21 00:14:04.112 INFO O| Jun 21 00:14:04.112 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85082026-06-21T00:14:05.545Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85092026-06-21T00:14:05.545Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 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 ...
85102026-06-21T00:14:05.548Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 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
85112026-06-21T00:14:05.548Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85122026-06-21T00:14:05.549Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 INFO ok!
85132026-06-21T00:14:05.549Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 INFO STEP 44 (ensure_file) COMPLETE
85142026-06-21T00:14:05.549Z[ recovery-image] Jun 21 00:14:04.119 INFO O| Jun 21 00:14:04.119 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85152026-06-21T00:14:05.553Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85162026-06-21T00:14:05.553Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85172026-06-21T00:14:05.553Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85182026-06-21T00:14:05.554Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO ok!
85192026-06-21T00:14:05.554Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO STEP 45 (ensure_file) COMPLETE
85202026-06-21T00:14:05.554Z[ recovery-image] Jun 21 00:14:04.125 INFO O| Jun 21 00:14:04.125 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85212026-06-21T00:14:05.559Z[ recovery-image] Jun 21 00:14:04.132 INFO O| Jun 21 00:14:04.132 INFO updating shadow file
85222026-06-21T00:14:05.559Z[ recovery-image] Jun 21 00:14:04.132 INFO O| Jun 21 00:14:04.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85232026-06-21T00:14:05.562Z[ recovery-image] Jun 21 00:14:04.133 INFO O| Jun 21 00:14:04.132 INFO STEP 46 (shadow) COMPLETE
85242026-06-21T00:14:05.562Z[ recovery-image] Jun 21 00:14:04.133 INFO O| Jun 21 00:14:04.133 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85252026-06-21T00:14:05.568Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85262026-06-21T00:14:05.568Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85272026-06-21T00:14:05.568Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85282026-06-21T00:14:05.568Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85292026-06-21T00:14:05.568Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO ok!
85302026-06-21T00:14:05.571Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO STEP 47 (ensure_file) COMPLETE
85312026-06-21T00:14:05.571Z[ recovery-image] Jun 21 00:14:04.139 INFO O| Jun 21 00:14:04.139 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322026-06-21T00:14:05.576Z[ recovery-image] Jun 21 00:14:04.146 INFO O| Jun 21 00:14:04.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85332026-06-21T00:14:05.576Z[ recovery-image] Jun 21 00:14:04.146 INFO O| Jun 21 00:14:04.146 INFO STEP 48 (ensure_dir) COMPLETE
85342026-06-21T00:14:05.576Z[ recovery-image] Jun 21 00:14:04.146 INFO O| Jun 21 00:14:04.146 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85352026-06-21T00:14:05.579Z[ recovery-image] Jun 21 00:14:04.153 INFO O| Jun 21 00:14:04.153 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85362026-06-21T00:14:05.579Z[ recovery-image] Jun 21 00:14:04.153 INFO O| Jun 21 00:14:04.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85372026-06-21T00:14:05.579Z[ recovery-image] Jun 21 00:14:04.153 INFO O| Jun 21 00:14:04.153 INFO STEP 49 (ensure_dir) COMPLETE
85382026-06-21T00:14:05.583Z[ recovery-image] Jun 21 00:14:04.153 INFO O| Jun 21 00:14:04.153 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85392026-06-21T00:14:05.586Z[ recovery-image] Jun 21 00:14:04.160 INFO O| Jun 21 00:14:04.160 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85402026-06-21T00:14:05.586Z[ recovery-image] Jun 21 00:14:04.160 INFO O| Jun 21 00:14:04.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85412026-06-21T00:14:05.591Z[ recovery-image] Jun 21 00:14:04.160 INFO O| Jun 21 00:14:04.160 INFO STEP 50 (ensure_dir) COMPLETE
85422026-06-21T00:14:05.591Z[ recovery-image] Jun 21 00:14:04.160 INFO O| Jun 21 00:14:04.160 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85432026-06-21T00:14:05.594Z[ recovery-image] Jun 21 00:14:04.167 INFO O| Jun 21 00:14:04.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85442026-06-21T00:14:05.595Z[ recovery-image] Jun 21 00:14:04.167 INFO O| Jun 21 00:14:04.167 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85452026-06-21T00:14:05.632Z[ recovery-image] Jun 21 00:14:04.206 INFO O| Jun 21 00:14:04.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85462026-06-21T00:14:05.633Z[ recovery-image] Jun 21 00:14:04.206 INFO O| Jun 21 00:14:04.206 INFO ok!
85472026-06-21T00:14:05.633Z[ recovery-image] Jun 21 00:14:04.206 INFO O| Jun 21 00:14:04.206 INFO STEP 51 (ensure_file) COMPLETE
85482026-06-21T00:14:05.636Z[ recovery-image] Jun 21 00:14:04.206 INFO O| Jun 21 00:14:04.206 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85492026-06-21T00:14:05.640Z[ recovery-image] Jun 21 00:14:04.214 INFO O| Jun 21 00:14:04.214 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85502026-06-21T00:14:05.640Z[ recovery-image] Jun 21 00:14:04.214 INFO O| Jun 21 00:14:04.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85512026-06-21T00:14:05.640Z[ recovery-image] Jun 21 00:14:04.214 INFO O| Jun 21 00:14:04.214 INFO STEP 52 (ensure_dir) COMPLETE
85522026-06-21T00:14:05.645Z[ recovery-image] Jun 21 00:14:04.214 INFO O| Jun 21 00:14:04.214 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85532026-06-21T00:14:05.648Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85542026-06-21T00:14:05.650Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85552026-06-21T00:14:05.650Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85562026-06-21T00:14:05.650Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO ok!
85572026-06-21T00:14:05.650Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO STEP 53 (ensure_file) COMPLETE
85582026-06-21T00:14:05.650Z[ recovery-image] Jun 21 00:14:04.220 INFO O| Jun 21 00:14:04.220 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85592026-06-21T00:14:05.653Z[ recovery-image] Jun 21 00:14:04.227 INFO O| Jun 21 00:14:04.227 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85602026-06-21T00:14:05.654Z[ recovery-image] Jun 21 00:14:04.227 INFO O| Jun 21 00:14:04.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85612026-06-21T00:14:05.654Z[ recovery-image] Jun 21 00:14:04.227 INFO O| Jun 21 00:14:04.227 INFO STEP 54 (ensure_dir) COMPLETE
85622026-06-21T00:14:05.654Z[ recovery-image] Jun 21 00:14:04.227 INFO O| Jun 21 00:14:04.227 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85632026-06-21T00:14:05.660Z[ recovery-image] Jun 21 00:14:04.233 INFO O| Jun 21 00:14:04.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85642026-06-21T00:14:05.660Z[ recovery-image] Jun 21 00:14:04.233 INFO O| Jun 21 00:14:04.233 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85652026-06-21T00:14:06.170Z[ recovery-image] Jun 21 00:14:04.743 INFO O| Jun 21 00:14:04.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85662026-06-21T00:14:06.171Z[ recovery-image] Jun 21 00:14:04.743 INFO O| Jun 21 00:14:04.743 INFO ok!
85672026-06-21T00:14:06.174Z[ recovery-image] Jun 21 00:14:04.743 INFO O| Jun 21 00:14:04.743 INFO STEP 55 (ensure_file) COMPLETE
85682026-06-21T00:14:06.174Z[ recovery-image] Jun 21 00:14:04.743 INFO O| Jun 21 00:14:04.743 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-06-21T00:14:06.178Z[ recovery-image] Jun 21 00:14:04.751 INFO O| Jun 21 00:14:04.751 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85702026-06-21T00:14:06.178Z[ recovery-image] Jun 21 00:14:04.751 INFO O| Jun 21 00:14:04.751 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85712026-06-21T00:14:06.730Z[ recovery-image] Jun 21 00:14:05.303 INFO O| Jun 21 00:14:05.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85722026-06-21T00:14:06.730Z[ recovery-image] Jun 21 00:14:05.303 INFO O| Jun 21 00:14:05.303 INFO ok!
85732026-06-21T00:14:06.730Z[ recovery-image] Jun 21 00:14:05.303 INFO O| Jun 21 00:14:05.303 INFO STEP 56 (ensure_file) COMPLETE
85742026-06-21T00:14:06.733Z[ recovery-image] Jun 21 00:14:05.303 INFO O| Jun 21 00:14:05.303 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752026-06-21T00:14:06.737Z[ recovery-image] Jun 21 00:14:05.310 INFO O| Jun 21 00:14:05.310 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85762026-06-21T00:14:06.737Z[ recovery-image] Jun 21 00:14:05.310 INFO O| Jun 21 00:14:05.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85772026-06-21T00:14:06.737Z[ recovery-image] Jun 21 00:14:05.310 INFO O| Jun 21 00:14:05.310 INFO STEP 57 (ensure_dir) COMPLETE
85782026-06-21T00:14:06.738Z[ recovery-image] Jun 21 00:14:05.310 INFO O| Jun 21 00:14:05.310 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85792026-06-21T00:14:06.743Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.316 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85802026-06-21T00:14:06.743Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.317 INFO copying /tmp/.tmpEfFSOZ/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 ...
85812026-06-21T00:14:06.743Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.317 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
85822026-06-21T00:14:06.747Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.317 INFO ok!
85832026-06-21T00:14:06.747Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.317 INFO STEP 58 (ensure_file) COMPLETE
85842026-06-21T00:14:06.747Z[ recovery-image] Jun 21 00:14:05.317 INFO O| Jun 21 00:14:05.317 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85852026-06-21T00:14:06.750Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85862026-06-21T00:14:06.750Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 INFO copying /tmp/.tmpEfFSOZ/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 ...
85872026-06-21T00:14:06.750Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 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
85882026-06-21T00:14:06.754Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 INFO ok!
85892026-06-21T00:14:06.754Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 INFO STEP 59 (ensure_file) COMPLETE
85902026-06-21T00:14:06.754Z[ recovery-image] Jun 21 00:14:05.323 INFO O| Jun 21 00:14:05.323 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912026-06-21T00:14:06.757Z[ recovery-image] Jun 21 00:14:05.330 INFO O| Jun 21 00:14:05.330 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85922026-06-21T00:14:06.757Z[ recovery-image] Jun 21 00:14:05.330 INFO O| Jun 21 00:14:05.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85932026-06-21T00:14:06.757Z[ recovery-image] Jun 21 00:14:05.330 INFO O| Jun 21 00:14:05.330 INFO STEP 60 (ensure_dir) COMPLETE
85942026-06-21T00:14:06.758Z[ recovery-image] Jun 21 00:14:05.330 INFO O| Jun 21 00:14:05.330 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85952026-06-21T00:14:06.765Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85962026-06-21T00:14:06.765Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO copying /tmp/.tmpEfFSOZ/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 ...
85972026-06-21T00:14:06.769Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85982026-06-21T00:14:06.769Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO ok!
85992026-06-21T00:14:06.769Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO STEP 61 (ensure_file) COMPLETE
86002026-06-21T00:14:06.769Z[ recovery-image] Jun 21 00:14:05.337 INFO O| Jun 21 00:14:05.337 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86012026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86022026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 INFO copying /tmp/.tmpEfFSOZ/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 ...
86032026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 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
86042026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 INFO ok!
86052026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 INFO STEP 62 (ensure_file) COMPLETE
86062026-06-21T00:14:06.774Z[ recovery-image] Jun 21 00:14:05.343 INFO O| Jun 21 00:14:05.343 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-06-21T00:14:06.777Z[ recovery-image] Jun 21 00:14:05.349 INFO O| Jun 21 00:14:05.349 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86082026-06-21T00:14:06.777Z[ recovery-image] Jun 21 00:14:05.349 INFO O| Jun 21 00:14:05.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86092026-06-21T00:14:06.778Z[ recovery-image] Jun 21 00:14:05.349 INFO O| Jun 21 00:14:05.349 INFO STEP 63 (ensure_dir) COMPLETE
86102026-06-21T00:14:06.778Z[ recovery-image] Jun 21 00:14:05.349 INFO O| Jun 21 00:14:05.349 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-06-21T00:14:06.783Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86122026-06-21T00:14:06.783Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO copying /tmp/.tmpEfFSOZ/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 ...
86132026-06-21T00:14:06.783Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86142026-06-21T00:14:06.784Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO ok!
86152026-06-21T00:14:06.784Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO STEP 64 (ensure_file) COMPLETE
86162026-06-21T00:14:06.785Z[ recovery-image] Jun 21 00:14:05.354 INFO O| Jun 21 00:14:05.354 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-06-21T00:14:06.788Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86182026-06-21T00:14:06.790Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86192026-06-21T00:14:06.791Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86202026-06-21T00:14:06.791Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO ok!
86212026-06-21T00:14:06.791Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO STEP 65 (ensure_file) COMPLETE
86222026-06-21T00:14:06.791Z[ recovery-image] Jun 21 00:14:05.360 INFO O| Jun 21 00:14:05.360 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-06-21T00:14:06.795Z[ recovery-image] Jun 21 00:14:05.365 INFO O| Jun 21 00:14:05.365 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86242026-06-21T00:14:06.795Z[ recovery-image] Jun 21 00:14:05.365 INFO O| Jun 21 00:14:05.365 INFO STEP 66 (ensure_dir) COMPLETE
86252026-06-21T00:14:06.795Z[ recovery-image] Jun 21 00:14:05.365 INFO O| Jun 21 00:14:05.365 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86262026-06-21T00:14:06.798Z[ recovery-image] Jun 21 00:14:05.371 INFO O| Jun 21 00:14:05.371 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86272026-06-21T00:14:06.798Z[ recovery-image] Jun 21 00:14:05.371 INFO O| Jun 21 00:14:05.371 INFO STEP 67 (ensure_dir) COMPLETE
86282026-06-21T00:14:06.798Z[ recovery-image] Jun 21 00:14:05.371 INFO O| Jun 21 00:14:05.371 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-06-21T00:14:06.803Z[ recovery-image] Jun 21 00:14:05.377 INFO O| Jun 21 00:14:05.377 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86302026-06-21T00:14:06.803Z[ recovery-image] Jun 21 00:14:05.377 INFO O| Jun 21 00:14:05.377 INFO STEP 68 (ensure_dir) COMPLETE
86312026-06-21T00:14:06.803Z[ recovery-image] Jun 21 00:14:05.377 INFO O| Jun 21 00:14:05.377 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-06-21T00:14:06.809Z[ recovery-image] Jun 21 00:14:05.382 INFO O| Jun 21 00:14:05.382 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86332026-06-21T00:14:06.809Z[ recovery-image] Jun 21 00:14:05.382 INFO O| Jun 21 00:14:05.382 INFO STEP 69 (ensure_dir) COMPLETE
86342026-06-21T00:14:06.809Z[ recovery-image] Jun 21 00:14:05.382 INFO O| Jun 21 00:14:05.382 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86352026-06-21T00:14:06.815Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86362026-06-21T00:14:06.815Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO copying /tmp/.tmpEfFSOZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86372026-06-21T00:14:06.818Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86382026-06-21T00:14:06.818Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO ok!
86392026-06-21T00:14:06.818Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO STEP 70 (ensure_file) COMPLETE
86402026-06-21T00:14:06.818Z[ recovery-image] Jun 21 00:14:05.388 INFO O| Jun 21 00:14:05.388 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-06-21T00:14:06.822Z[ recovery-image] Jun 21 00:14:05.396 INFO O| Jun 21 00:14:05.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86422026-06-21T00:14:06.825Z[ recovery-image] Jun 21 00:14:05.396 INFO O| Jun 21 00:14:05.396 INFO STEP 71 (remove_files) COMPLETE
86432026-06-21T00:14:06.827Z[ recovery-image] Jun 21 00:14:05.396 INFO O| Jun 21 00:14:05.396 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-06-21T00:14:06.830Z[ recovery-image] Jun 21 00:14:05.401 INFO O| Jun 21 00:14:05.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86452026-06-21T00:14:06.830Z[ recovery-image] Jun 21 00:14:05.402 INFO O| Jun 21 00:14:05.401 INFO STEP 72 (remove_files) COMPLETE
86462026-06-21T00:14:06.830Z[ recovery-image] Jun 21 00:14:05.402 INFO O| Jun 21 00:14:05.402 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-06-21T00:14:06.833Z[ recovery-image] Jun 21 00:14:05.407 INFO O| Jun 21 00:14:05.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86482026-06-21T00:14:06.833Z[ recovery-image] Jun 21 00:14:05.407 INFO O| Jun 21 00:14:05.407 INFO STEP 73 (remove_files) COMPLETE
86492026-06-21T00:14:06.833Z[ recovery-image] Jun 21 00:14:05.407 INFO O| Jun 21 00:14:05.407 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-06-21T00:14:06.840Z[ recovery-image] Jun 21 00:14:05.413 INFO O| Jun 21 00:14:05.413 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86512026-06-21T00:14:06.840Z[ recovery-image] Jun 21 00:14:05.414 INFO O| Jun 21 00:14:05.414 INFO STEP 74 (remove_files) COMPLETE
86522026-06-21T00:14:06.843Z[ recovery-image] Jun 21 00:14:05.414 INFO O| Jun 21 00:14:05.414 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-06-21T00:14:06.847Z[ recovery-image] Jun 21 00:14:05.419 INFO O| Jun 21 00:14:05.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86542026-06-21T00:14:06.847Z[ recovery-image] Jun 21 00:14:05.419 INFO O| Jun 21 00:14:05.419 INFO STEP 75 (remove_files) COMPLETE
86552026-06-21T00:14:06.847Z[ recovery-image] Jun 21 00:14:05.419 INFO O| Jun 21 00:14:05.419 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-06-21T00:14:06.851Z[ recovery-image] Jun 21 00:14:05.425 INFO O| Jun 21 00:14:05.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86572026-06-21T00:14:06.851Z[ recovery-image] Jun 21 00:14:05.425 INFO O| Jun 21 00:14:05.425 INFO STEP 76 (remove_files) COMPLETE
86582026-06-21T00:14:06.856Z[ recovery-image] Jun 21 00:14:05.425 INFO O| Jun 21 00:14:05.425 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-06-21T00:14:06.859Z[ recovery-image] Jun 21 00:14:05.431 INFO O| Jun 21 00:14:05.431 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86602026-06-21T00:14:06.859Z[ recovery-image] Jun 21 00:14:05.431 INFO O| Jun 21 00:14:05.431 INFO STEP 77 (remove_files) COMPLETE
86612026-06-21T00:14:06.860Z[ recovery-image] Jun 21 00:14:05.431 INFO O| Jun 21 00:14:05.431 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-06-21T00:14:06.863Z[ recovery-image] Jun 21 00:14:05.437 INFO O| Jun 21 00:14:05.437 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86632026-06-21T00:14:06.867Z[ recovery-image] Jun 21 00:14:05.437 INFO O| Jun 21 00:14:05.437 INFO STEP 78 (remove_files) COMPLETE
86642026-06-21T00:14:06.867Z[ recovery-image] Jun 21 00:14:05.437 INFO O| Jun 21 00:14:05.437 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652026-06-21T00:14:06.871Z[ recovery-image] Jun 21 00:14:05.443 INFO O| Jun 21 00:14:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86662026-06-21T00:14:06.871Z[ recovery-image] Jun 21 00:14:05.443 INFO O| Jun 21 00:14:05.443 INFO STEP 79 (remove_files) COMPLETE
86672026-06-21T00:14:06.871Z[ recovery-image] Jun 21 00:14:05.443 INFO O| Jun 21 00:14:05.443 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86682026-06-21T00:14:06.875Z[ recovery-image] Jun 21 00:14:05.449 INFO O| Jun 21 00:14:05.449 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86692026-06-21T00:14:06.875Z[ recovery-image] Jun 21 00:14:05.449 INFO O| Jun 21 00:14:05.449 INFO STEP 80 (remove_files) COMPLETE
86702026-06-21T00:14:06.879Z[ recovery-image] Jun 21 00:14:05.449 INFO O| Jun 21 00:14:05.449 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86712026-06-21T00:14:06.882Z[ recovery-image] Jun 21 00:14:05.454 INFO O| Jun 21 00:14:05.454 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86722026-06-21T00:14:06.883Z[ recovery-image] Jun 21 00:14:05.454 INFO O| Jun 21 00:14:05.454 INFO STEP 81 (remove_files) COMPLETE
86732026-06-21T00:14:06.883Z[ recovery-image] Jun 21 00:14:05.454 INFO O| Jun 21 00:14:05.454 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86742026-06-21T00:14:06.886Z[ recovery-image] Jun 21 00:14:05.460 INFO O| Jun 21 00:14:05.460 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86752026-06-21T00:14:06.886Z[ recovery-image] Jun 21 00:14:05.460 INFO O| Jun 21 00:14:05.460 INFO STEP 82 (remove_files) COMPLETE
86762026-06-21T00:14:06.887Z[ recovery-image] Jun 21 00:14:05.460 INFO O| Jun 21 00:14:05.460 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86772026-06-21T00:14:06.894Z[ recovery-image] Jun 21 00:14:05.465 INFO O| Jun 21 00:14:05.465 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86782026-06-21T00:14:06.894Z[ recovery-image] Jun 21 00:14:05.465 INFO O| Jun 21 00:14:05.465 INFO STEP 83 (remove_files) COMPLETE
86792026-06-21T00:14:06.894Z[ recovery-image] Jun 21 00:14:05.465 INFO O| Jun 21 00:14:05.465 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86802026-06-21T00:14:06.897Z[ recovery-image] Jun 21 00:14:05.471 INFO O| Jun 21 00:14:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86812026-06-21T00:14:06.898Z[ recovery-image] Jun 21 00:14:05.471 INFO O| Jun 21 00:14:05.471 INFO STEP 84 (remove_files) COMPLETE
86822026-06-21T00:14:06.901Z[ recovery-image] Jun 21 00:14:05.471 INFO O| Jun 21 00:14:05.471 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86832026-06-21T00:14:06.905Z[ recovery-image] Jun 21 00:14:05.477 INFO O| Jun 21 00:14:05.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86842026-06-21T00:14:06.905Z[ recovery-image] Jun 21 00:14:05.477 INFO O| Jun 21 00:14:05.477 INFO STEP 85 (remove_files) COMPLETE
86852026-06-21T00:14:06.905Z[ recovery-image] Jun 21 00:14:05.477 INFO O| Jun 21 00:14:05.477 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86862026-06-21T00:14:06.908Z[ recovery-image] Jun 21 00:14:05.482 INFO O| Jun 21 00:14:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86872026-06-21T00:14:06.909Z[ recovery-image] Jun 21 00:14:05.482 INFO O| Jun 21 00:14:05.482 INFO STEP 86 (remove_files) COMPLETE
86882026-06-21T00:14:06.912Z[ recovery-image] Jun 21 00:14:05.482 INFO O| Jun 21 00:14:05.482 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86892026-06-21T00:14:06.917Z[ recovery-image] Jun 21 00:14:05.490 INFO O| Jun 21 00:14:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86902026-06-21T00:14:06.917Z[ recovery-image] Jun 21 00:14:05.490 INFO O| Jun 21 00:14:05.490 INFO STEP 87 (remove_files) COMPLETE
86912026-06-21T00:14:06.917Z[ recovery-image] Jun 21 00:14:05.490 INFO O| Jun 21 00:14:05.490 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86922026-06-21T00:14:06.922Z[ recovery-image] Jun 21 00:14:05.496 INFO O| Jun 21 00:14:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86932026-06-21T00:14:06.922Z[ recovery-image] Jun 21 00:14:05.496 INFO O| Jun 21 00:14:05.496 INFO STEP 88 (remove_files) COMPLETE
86942026-06-21T00:14:06.923Z[ recovery-image] Jun 21 00:14:05.496 INFO O| Jun 21 00:14:05.496 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86952026-06-21T00:14:06.927Z[ recovery-image] Jun 21 00:14:05.501 INFO O| Jun 21 00:14:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86962026-06-21T00:14:06.931Z[ recovery-image] Jun 21 00:14:05.501 INFO O| Jun 21 00:14:05.501 INFO STEP 89 (remove_files) COMPLETE
86972026-06-21T00:14:06.931Z[ recovery-image] Jun 21 00:14:05.501 INFO O| Jun 21 00:14:05.501 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86982026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.507 INFO O| Jun 21 00:14:05.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86992026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.507 INFO O| Jun 21 00:14:05.507 INFO STEP 90 (remove_files) COMPLETE
87002026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.507 INFO O| Jun 21 00:14:05.507 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87012026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.512 INFO O| Jun 21 00:14:05.512 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87022026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.512 INFO O| Jun 21 00:14:05.512 INFO STEP 91 (remove_files) COMPLETE
87032026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.512 INFO O| Jun 21 00:14:05.512 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87042026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.517 INFO O| Jun 21 00:14:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87052026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.517 INFO O| Jun 21 00:14:05.517 INFO STEP 92 (remove_files) COMPLETE
87062026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.517 INFO O| Jun 21 00:14:05.517 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87072026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.522 INFO O| Jun 21 00:14:05.522 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87082026-06-21T00:14:06.996Z[ recovery-image] Jun 21 00:14:05.522 INFO O| Jun 21 00:14:05.522 INFO STEP 93 (remove_files) COMPLETE
87092026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.522 INFO O| Jun 21 00:14:05.522 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87102026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.531 INFO O| Jun 21 00:14:05.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87112026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.531 INFO O| Jun 21 00:14:05.531 INFO STEP 94 (remove_files) COMPLETE
87122026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.531 INFO O| Jun 21 00:14:05.531 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87132026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.538 INFO O| Jun 21 00:14:05.537 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87142026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.538 INFO O| Jun 21 00:14:05.538 INFO STEP 95 (remove_files) COMPLETE
87152026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.538 INFO O| Jun 21 00:14:05.538 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87162026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.544 INFO O| Jun 21 00:14:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87172026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.544 INFO O| Jun 21 00:14:05.544 INFO STEP 96 (remove_files) COMPLETE
87182026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.544 INFO O| Jun 21 00:14:05.544 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87192026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.549 INFO O| Jun 21 00:14:05.549 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87202026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.549 INFO O| Jun 21 00:14:05.549 INFO STEP 97 (remove_files) COMPLETE
87212026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.549 INFO O| Jun 21 00:14:05.549 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87222026-06-21T00:14:06.997Z[ recovery-image] Jun 21 00:14:05.555 INFO O| Jun 21 00:14:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87232026-06-21T00:14:06.998Z[ recovery-image] Jun 21 00:14:05.555 INFO O| Jun 21 00:14:05.555 INFO STEP 98 (remove_files) COMPLETE
87242026-06-21T00:14:06.998Z[ recovery-image] Jun 21 00:14:05.555 INFO O| Jun 21 00:14:05.555 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87252026-06-21T00:14:06.998Z[ recovery-image] Jun 21 00:14:05.561 INFO O| Jun 21 00:14:05.561 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87262026-06-21T00:14:06.998Z[ recovery-image] Jun 21 00:14:05.561 INFO O| Jun 21 00:14:05.561 INFO STEP 99 (remove_files) COMPLETE
87272026-06-21T00:14:06.999Z[ recovery-image] Jun 21 00:14:05.561 INFO O| Jun 21 00:14:05.561 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87282026-06-21T00:14:07.003Z[ recovery-image] Jun 21 00:14:05.570 INFO O| Jun 21 00:14:05.570 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87292026-06-21T00:14:07.003Z[ recovery-image] Jun 21 00:14:05.571 INFO O| Jun 21 00:14:05.570 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87302026-06-21T00:14:09.603Z[ recovery-image] Jun 21 00:14:07.817 INFO O| Jun 21 00:14:07.817 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
87312026-06-21T00:14:09.603Z[ recovery-image] Jun 21 00:14:07.817 INFO O| Jun 21 00:14:07.817 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87322026-06-21T00:14:09.647Z[ recovery-image] Jun 21 00:14:07.826 INFO O| Jun 21 00:14:07.826 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87332026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:07.916 INFO O| Jun 21 00:14:07.916 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "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"}
87342026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:07.966 INFO O| Jun 21 00:14:07.966 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87352026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.024 INFO O| Jun 21 00:14:08.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87362026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.024 INFO O| Jun 21 00:14:08.024 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 ...
87372026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.025 INFO O| Jun 21 00:14:08.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87382026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.025 INFO O| Jun 21 00:14:08.025 INFO ok!
87392026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.025 INFO O| Jun 21 00:14:08.025 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87402026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.026 INFO O| Jun 21 00:14:08.025 INFO STEP 100 (seed_smf) COMPLETE
87412026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.026 INFO O| Jun 21 00:14:08.026 INFO steps complete; finalising image!
87422026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.026 INFO O| Jun 21 00:14:08.026 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87432026-06-21T00:14:09.648Z[ recovery-image] Jun 21 00:14:08.173 INFO O| Jun 21 00:14:08.173 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sun Jun 21 00:14:08 2026)
87442026-06-21T00:14:09.836Z[ recovery-image] Jun 21 00:14:08.378 INFO O| Jun 21 00:14:08.378 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Sun Jun 21 00:14:08 2026)
87452026-06-21T00:14:10.009Z[ recovery-image] Jun 21 00:14:08.582 INFO O| Jun 21 00:14:08.582 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Sun Jun 21 00:14:08 2026)
87462026-06-21T00:14:10.213Z[ recovery-image] Jun 21 00:14:08.786 INFO O| Jun 21 00:14:08.786 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Sun Jun 21 00:14:08 2026)
87472026-06-21T00:14:10.417Z[ recovery-image] Jun 21 00:14:08.990 INFO O| Jun 21 00:14:08.990 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Sun Jun 21 00:14:08 2026)
87482026-06-21T00:14:10.631Z[ recovery-image] Jun 21 00:14:09.204 INFO O| Jun 21 00:14:09.204 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
87492026-06-21T00:14:10.632Z[ recovery-image] Jun 21 00:14:09.204 INFO O| Jun 21 00:14:09.204 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87502026-06-21T00:14:10.847Z[ recovery-image] Jun 21 00:14:09.420 INFO O| Jun 21 00:14:09.420 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
87512026-06-21T00:14:10.847Z[ recovery-image] Jun 21 00:14:09.420 INFO O| Jun 21 00:14:09.420 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87522026-06-21T00:14:12.723Z[ recovery-image] Jun 21 00:14:11.297 INFO O| Jun 21 00:14:11.296 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87532026-06-21T00:14:12.723Z[ recovery-image] Jun 21 00:14:11.297 INFO O| Jun 21 00:14:11.297 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87542026-06-21T00:14:12.726Z[ recovery-image] Jun 21 00:14:11.297 INFO O| Jun 21 00:14:11.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87552026-06-21T00:14:12.726Z[ recovery-image] Jun 21 00:14:11.297 INFO O| Jun 21 00:14:11.297 INFO completed processing sled/zfs-recovery
87562026-06-21T00:14:12.726Z[ recovery-image] Jun 21 00:14:11.297 INFO O| Jun 21 00:14:11.297 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87572026-06-21T00:14:14.359Z[ recovery-image] Jun 21 00:14:12.933 INFO O| Jun 21 00:14:12.933 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87582026-06-21T00:14:14.439Z[ recovery-image] Jun 21 00:14:13.012 INFO BUILD STRING "heads/stlouis-0-g2388167958\n"
87592026-06-21T00:14:14.439Z[ recovery-image] Jun 21 00:14:13.012 INFO expanded image name: "recovery d561ec0/${os_short_commit} 2026-06-20 23:58" -> "recovery d561ec0/2388167 2026-06-20 23:58"
87602026-06-21T00:14:14.442Z[ recovery-image] Jun 21 00:14:13.012 INFO output artefacts stored in: "/work/os-recovery"
87612026-06-21T00:14:14.442Z[ recovery-image] Jun 21 00:14:13.012 INFO collecting git info from project "phbl"...
87622026-06-21T00:14:14.445Z[ recovery-image] Jun 21 00:14:13.019 INFO collecting git info from project "image-builder"...
87632026-06-21T00:14:14.450Z[ recovery-image] Jun 21 00:14:13.024 INFO collecting git info from project "chelsio-t6-roms"...
87642026-06-21T00:14:14.465Z[ recovery-image] Jun 21 00:14:13.039 INFO collecting git info from project "bootserver"...
87652026-06-21T00:14:14.470Z[ recovery-image] Jun 21 00:14:13.043 INFO collecting git info from project "amd-host-image-builder"...
87662026-06-21T00:14:14.508Z[ recovery-image] Jun 21 00:14:13.080 INFO collecting git info from project "dmar-report"...
87672026-06-21T00:14:14.515Z[ recovery-image] Jun 21 00:14:13.089 INFO collecting git info from project "pilot"...
87682026-06-21T00:14:14.522Z[ recovery-image] Jun 21 00:14:13.096 INFO collecting git info from project "pinprick"...
87692026-06-21T00:14:14.526Z[ recovery-image] Jun 21 00:14:13.100 INFO collecting git info from project "amd-firmware"...
87702026-06-21T00:14:14.598Z[ recovery-image] Jun 21 00:14:13.172 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87712026-06-21T00:14:14.881Z[ recovery-image] Jun 21 00:14:13.454 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87722026-06-21T00:14:15.156Z[ recovery-image] Jun 21 00:14:13.730 INFO creating Oxide boot image...
87732026-06-21T00:14:15.156Z[ recovery-image] Jun 21 00:14:13.730 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d561ec0/2388167 2026-06-20 23:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87742026-06-21T00:14:32.678Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24036:20260614T123515Z
87752026-06-21T00:14:32.678Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24036:20260614T123515Z
87762026-06-21T00:14:32.678Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87772026-06-21T00:14:32.679Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87782026-06-21T00:14:32.679Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87792026-06-21T00:14:32.683Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87802026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87812026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.251 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87822026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.252 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260620T235835Z
87832026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.252 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87842026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.252 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87852026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.252 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24036:20260614T123516Z
87862026-06-21T00:14:32.684Z[ host-image] Jun 21 00:14:31.252 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24036:20260614T123516Z
87872026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24036:20260614T123516Z
87882026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24036:20260614T123516Z
87892026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87902026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24036:20260614T123516Z
87912026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24036:20260614T123516Z
87922026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24036:20260614T123516Z
87932026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24036:20260614T123517Z
87942026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24036:20260614T123517Z
87952026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24036:20260614T123517Z
87962026-06-21T00:14:32.685Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24036:20260614T123517Z
87972026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24036:20260614T123518Z
87982026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.253 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24036:20260614T123518Z
87992026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24036:20260614T123518Z
88002026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24036:20260614T123518Z
88012026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24036:20260614T123519Z
88022026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24036:20260614T123519Z
88032026-06-21T00:14:32.686Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24036:20260614T123520Z
88042026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24036:20260614T123520Z
88052026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/opte@0.41.483-3.0:20260604T161159Z
88062026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24036:20260614T123521Z
88072026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24036:20260614T123523Z
88082026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24036:20260614T123523Z
88092026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24036:20260614T123524Z
88102026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24036:20260614T123524Z
88112026-06-21T00:14:32.688Z[ host-image] Jun 21 00:14:31.254 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24036:20260614T123525Z
88122026-06-21T00:14:32.692Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88132026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24036:20260614T123525Z
88142026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88152026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88162026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88172026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.257 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88182026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.258 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24036:20260614T123525Z
88192026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.258 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88202026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.258 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88212026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.258 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88222026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.258 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88232026-06-21T00:14:32.693Z[ host-image] Jun 21 00:14:31.261 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88242026-06-21T00:14:32.694Z[ host-image] Jun 21 00:14:31.261 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88252026-06-21T00:14:32.694Z[ host-image] Jun 21 00:14:31.261 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88262026-06-21T00:14:32.694Z[ host-image] Jun 21 00:14:31.262 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88272026-06-21T00:14:32.694Z[ host-image] Jun 21 00:14:31.262 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88282026-06-21T00:14:32.694Z[ host-image] Jun 21 00:14:31.262 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88292026-06-21T00:14:32.700Z[ host-image] Jun 21 00:14:31.273 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
88302026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88312026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88322026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24036:20260614T123526Z
88332026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24036:20260614T123530Z
88342026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88352026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24036:20260614T123530Z
88362026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88372026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88382026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88392026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88402026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24036:20260614T123530Z
88412026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.274 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88422026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.275 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88432026-06-21T00:14:32.706Z[ host-image] Jun 21 00:14:31.275 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88442026-06-21T00:14:32.707Z[ host-image] Jun 21 00:14:31.275 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88452026-06-21T00:14:32.707Z[ host-image] Jun 21 00:14:31.275 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24036:20260614T123530Z
88462026-06-21T00:14:32.707Z[ host-image] Jun 21 00:14:31.275 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88472026-06-21T00:14:32.715Z[ host-image] Jun 21 00:14:31.279 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88482026-06-21T00:14:32.715Z[ host-image] Jun 21 00:14:31.279 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24036:20260614T123531Z
88492026-06-21T00:14:32.715Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24036:20260614T123531Z
88502026-06-21T00:14:32.715Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24036:20260614T123531Z
88512026-06-21T00:14:32.715Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88522026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24036:20260614T123532Z
88532026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24036:20260614T123532Z
88542026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24036:20260614T123532Z
88552026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.280 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24036:20260614T123532Z
88562026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.281 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88572026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.281 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24036:20260614T123532Z
88582026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24036:20260614T123533Z
88592026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88602026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24036:20260614T123533Z
88612026-06-21T00:14:32.716Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24036:20260614T123533Z
88622026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24036:20260614T123533Z
88632026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.282 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24036:20260614T123534Z
88642026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.284 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24036:20260614T123534Z
88652026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.284 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88662026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.284 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24036:20260614T123534Z
88672026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24036:20260614T123534Z
88682026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24036:20260614T123534Z
88692026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24036:20260614T123534Z
88702026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24036:20260614T123534Z
88712026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24036:20260614T123534Z
88722026-06-21T00:14:32.717Z[ host-image] Jun 21 00:14:31.285 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24036:20260614T123535Z
88732026-06-21T00:14:32.721Z[ host-image] Jun 21 00:14:31.288 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24036:20260614T123535Z
88742026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.288 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24036:20260614T123535Z
88752026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.288 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24036:20260614T123535Z
88762026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.289 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24036:20260614T123535Z
88772026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.289 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24036:20260614T123535Z
88782026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.294 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24036:20260614T123537Z
88792026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.295 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24036:20260614T123535Z
88802026-06-21T00:14:32.722Z[ host-image] Jun 21 00:14:31.295 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24036:20260614T123536Z
88812026-06-21T00:14:32.729Z[ host-image] Jun 21 00:14:31.295 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88822026-06-21T00:14:32.729Z[ host-image] Jun 21 00:14:31.295 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88832026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24036:20260614T123536Z
88842026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88852026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24036:20260614T123536Z
88862026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24036:20260614T123536Z
88872026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24036:20260614T123536Z
88882026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.303 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88892026-06-21T00:14:32.732Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88902026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24036:20260614T123537Z
88912026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24036:20260614T123537Z
88922026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24036:20260614T123537Z
88932026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24036:20260614T123537Z
88942026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24036:20260614T123537Z
88952026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.304 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24036:20260614T123537Z
88962026-06-21T00:14:32.733Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88972026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24036:20260614T123538Z
88982026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24036:20260614T123538Z
88992026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24036:20260614T123538Z
89002026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24036:20260614T123539Z
89012026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24036:20260614T123538Z
89022026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24036:20260614T123538Z
89032026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89042026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.305 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89052026-06-21T00:14:32.735Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24036:20260614T123540Z
89062026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24036:20260614T123540Z
89072026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89082026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89092026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89102026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89112026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89122026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.306 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89132026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.307 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
89142026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.307 INFO O| tempdir @ "/tmp/.tmpoYAv4K/tmp"
89152026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.307 INFO O| image root @ "/tmp/.tmpoYAv4K/tmp/root"
89162026-06-21T00:14:32.740Z[ host-image] Jun 21 00:14:31.307 INFO O| creating image...
89172026-06-21T00:14:33.034Z[ host-image] Jun 21 00:14:31.604 INFO O| copying publishers...
89182026-06-21T00:14:33.749Z[ host-image] Jun 21 00:14:32.323 INFO O| adding properties...
89192026-06-21T00:14:34.509Z[ host-image] Jun 21 00:14:33.082 INFO O| installing packages...
89202026-06-21T00:14:48.480Z[ host-image] Jun 21 00:14:47.053 INFO O| seeding SMF database...
89212026-06-21T00:14:52.635Z[ host-image] Jun 21 00:14:51.208 INFO O| configuring SMF profile...
89222026-06-21T00:14:52.639Z[ host-image] Jun 21 00:14:51.208 INFO O| modifying shadow(5)...
89232026-06-21T00:14:52.639Z[ host-image] Jun 21 00:14:51.208 INFO O| loading user and group database...
89242026-06-21T00:14:52.639Z[ host-image] Jun 21 00:14:51.208 INFO O| loading facet selections...
89252026-06-21T00:14:52.901Z[ host-image] Jun 21 00:14:51.473 INFO O| devel -> true
89262026-06-21T00:14:52.901Z[ host-image] Jun 21 00:14:51.473 INFO O| doc.man -> true
89272026-06-21T00:14:52.901Z[ host-image] Jun 21 00:14:51.473 INFO O| version-lock.shell/ksh93 -> true
89282026-06-21T00:14:52.901Z[ host-image] Jun 21 00:14:51.473 INFO O| version-lock.system/data/hardware-registry -> true
89292026-06-21T00:14:52.911Z[ host-image] Jun 21 00:14:51.474 INFO O| version-lock.system/data/zoneinfo -> true
89302026-06-21T00:14:52.911Z[ host-image] Jun 21 00:14:51.474 INFO O| version-lock.system/microcode/amd -> true
89312026-06-21T00:14:52.911Z[ host-image] Jun 21 00:14:51.474 INFO O| version-lock.system/microcode/intel -> true
89322026-06-21T00:14:52.912Z[ host-image] Jun 21 00:14:51.474 INFO O| version-lock.system/microcode/oxide -> true
89332026-06-21T00:14:52.912Z[ host-image] Jun 21 00:14:51.474 INFO O| assessing packaged files...
89342026-06-21T00:14:54.254Z[ host-image] Jun 21 00:14:52.827 INFO O| creating archive...
89352026-06-21T00:14:54.275Z[ host-image] Jun 21 00:14:52.848 INFO O| missing from packaging:
89362026-06-21T00:14:54.275Z[ host-image] Jun 21 00:14:52.848 INFO O| "etc/.pwd.lock"
89372026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.848 INFO O| "etc/bash"
89382026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/profile/generic.xml"
89392026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/profile/inetd_services.xml"
89402026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/profile/name_service.xml"
89412026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/profile/platform.xml"
89422026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/profile/platform_omicron1.xml"
89432026-06-21T00:14:54.279Z[ host-image] Jun 21 00:14:52.851 INFO O| "etc/svc/repository.db"
89442026-06-21T00:14:54.283Z[ host-image] Jun 21 00:14:52.857 INFO O| "opt/ooce/share"
89452026-06-21T00:14:54.286Z[ host-image] Jun 21 00:14:52.857 INFO O| "opt/ooce/share/man"
89462026-06-21T00:14:54.287Z[ host-image] Jun 21 00:14:52.857 INFO O| "opt/ooce/share/man/man1"
89472026-06-21T00:14:54.291Z[ host-image] Jun 21 00:14:52.864 INFO O| finishing archive...
89482026-06-21T00:14:55.441Z[ recovery-image] Jun 21 00:14:54.014 INFO O| ok, image written!
89492026-06-21T00:14:55.442Z[ recovery-image] Jun 21 00:14:54.014 INFO O| ok, boot_image_csum file written!
89502026-06-21T00:14:55.445Z[ recovery-image] Jun 21 00:14:54.017 INFO creating boot archive (CPIO)...
89512026-06-21T00:14:55.445Z[ recovery-image] Jun 21 00:14:54.017 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
89522026-06-21T00:14:55.451Z[ recovery-image] Jun 21 00:14:54.022 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89532026-06-21T00:14:55.451Z[ recovery-image] Jun 21 00:14:54.022 INFO E| + outfile=/work/os-recovery/cpio
89542026-06-21T00:14:55.451Z[ recovery-image] Jun 21 00:14:54.022 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89552026-06-21T00:14:55.454Z[ recovery-image] Jun 21 00:14:54.025 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89562026-06-21T00:14:55.454Z[ recovery-image] Jun 21 00:14:54.025 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89572026-06-21T00:14:55.463Z[ recovery-image] Jun 21 00:14:54.036 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89582026-06-21T00:14:55.463Z[ recovery-image] Jun 21 00:14:54.037 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89592026-06-21T00:14:55.468Z[ recovery-image] Jun 21 00:14:54.041 INFO creating compressed cpio/unix for dev loaders...
89602026-06-21T00:14:55.468Z[ recovery-image] Jun 21 00:14:54.041 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
89612026-06-21T00:14:55.687Z[ recovery-image] Jun 21 00:14:54.261 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
89622026-06-21T00:14:56.610Z[ host-image] Jun 21 00:14:55.182 INFO O| creating gzonly manifest...
89632026-06-21T00:14:56.616Z[ host-image] Jun 21 00:14:55.189 INFO O| ok
89642026-06-21T00:14:56.698Z[ host-image] Jun 21 00:14:55.271 INFO image builder template: ramdisk-02-trim...
89652026-06-21T00:14:56.702Z[ host-image] Jun 21 00:14:55.271 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/.tmpEfFSOZ/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.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89662026-06-21T00:14:56.715Z[ host-image] Jun 21 00:14:55.288 INFO O| Jun 21 00:14:55.288 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89672026-06-21T00:14:56.718Z[ host-image] Jun 21 00:14:55.292 INFO O| Jun 21 00:14:55.292 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89682026-06-21T00:14:56.909Z[ host-image] Jun 21 00:14:55.482 INFO O| Jun 21 00:14:55.482 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89692026-06-21T00:14:56.957Z[ host-image] Jun 21 00:14:55.531 INFO O| Jun 21 00:14:55.531 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89702026-06-21T00:14:56.958Z[ host-image] Jun 21 00:14:55.531 INFO O| Jun 21 00:14:55.531 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89712026-06-21T00:14:56.961Z[ host-image] Jun 21 00:14:55.534 INFO O| Jun 21 00:14:55.534 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89722026-06-21T00:14:56.964Z[ host-image] Jun 21 00:14:55.536 INFO O| Jun 21 00:14:55.536 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89732026-06-21T00:14:56.967Z[ host-image] Jun 21 00:14:55.539 INFO O| Jun 21 00:14:55.539 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89742026-06-21T00:14:57.385Z[ host-image] Jun 21 00:14:55.958 INFO O| Jun 21 00:14:55.958 INFO rolled back to input snapshot; work may begin
89752026-06-21T00:14:57.385Z[ host-image] Jun 21 00:14:55.958 INFO O| Jun 21 00:14:55.958 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89762026-06-21T00:14:57.389Z[ host-image] Jun 21 00:14:55.962 INFO O| Jun 21 00:14:55.962 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-06-21T00:14:57.395Z[ host-image] Jun 21 00:14:55.969 INFO O| Jun 21 00:14:55.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89782026-06-21T00:14:57.433Z[ host-image] Jun 21 00:14:56.006 INFO O| Jun 21 00:14:56.006 INFO STEP 0 (remove_files) COMPLETE
89792026-06-21T00:14:57.433Z[ host-image] Jun 21 00:14:56.006 INFO O| Jun 21 00:14:56.006 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-06-21T00:14:57.441Z[ host-image] Jun 21 00:14:56.014 INFO O| Jun 21 00:14:56.014 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89812026-06-21T00:14:57.445Z[ host-image] Jun 21 00:14:56.016 INFO O| Jun 21 00:14:56.016 INFO STEP 1 (remove_files) COMPLETE
89822026-06-21T00:14:57.445Z[ host-image] Jun 21 00:14:56.016 INFO O| Jun 21 00:14:56.016 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-06-21T00:14:57.449Z[ host-image] Jun 21 00:14:56.021 INFO O| Jun 21 00:14:56.021 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89842026-06-21T00:14:57.460Z[ host-image] Jun 21 00:14:56.032 INFO O| Jun 21 00:14:56.031 INFO STEP 2 (remove_files) COMPLETE
89852026-06-21T00:14:57.467Z[ host-image] Jun 21 00:14:56.032 INFO O| Jun 21 00:14:56.032 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-06-21T00:14:57.467Z[ host-image] Jun 21 00:14:56.038 INFO O| Jun 21 00:14:56.038 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89872026-06-21T00:14:57.471Z[ host-image] Jun 21 00:14:56.039 INFO O| Jun 21 00:14:56.039 INFO STEP 3 (remove_files) COMPLETE
89882026-06-21T00:14:57.471Z[ host-image] Jun 21 00:14:56.039 INFO O| Jun 21 00:14:56.039 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-06-21T00:14:57.475Z[ host-image] Jun 21 00:14:56.045 INFO O| Jun 21 00:14:56.045 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89902026-06-21T00:14:57.480Z[ host-image] Jun 21 00:14:56.047 INFO O| Jun 21 00:14:56.047 INFO STEP 4 (remove_files) COMPLETE
89912026-06-21T00:14:57.480Z[ host-image] Jun 21 00:14:56.047 INFO O| Jun 21 00:14:56.047 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-06-21T00:14:57.483Z[ host-image] Jun 21 00:14:56.053 INFO O| Jun 21 00:14:56.053 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89932026-06-21T00:14:57.483Z[ host-image] Jun 21 00:14:56.055 INFO O| Jun 21 00:14:56.055 INFO STEP 5 (remove_files) COMPLETE
89942026-06-21T00:14:57.483Z[ host-image] Jun 21 00:14:56.055 INFO O| Jun 21 00:14:56.055 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-06-21T00:14:57.487Z[ host-image] Jun 21 00:14:56.061 INFO O| Jun 21 00:14:56.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89962026-06-21T00:14:57.496Z[ host-image] Jun 21 00:14:56.070 INFO O| Jun 21 00:14:56.070 INFO STEP 6 (remove_files) COMPLETE
89972026-06-21T00:14:57.496Z[ host-image] Jun 21 00:14:56.070 INFO O| Jun 21 00:14:56.070 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-06-21T00:14:57.501Z[ host-image] Jun 21 00:14:56.070 INFO O| Jun 21 00:14:56.070 INFO skip step because feature "heliosv2" is not enabled
89992026-06-21T00:14:57.501Z[ host-image] Jun 21 00:14:56.070 INFO O| Jun 21 00:14:56.070 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90002026-06-21T00:14:57.504Z[ host-image] Jun 21 00:14:56.075 INFO O| Jun 21 00:14:56.075 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
90012026-06-21T00:14:57.511Z[ host-image] Jun 21 00:14:56.085 INFO O| Jun 21 00:14:56.085 INFO STEP 8 (remove_files) COMPLETE
90022026-06-21T00:14:57.511Z[ host-image] Jun 21 00:14:56.085 INFO O| Jun 21 00:14:56.085 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90032026-06-21T00:14:57.517Z[ host-image] Jun 21 00:14:56.091 INFO O| Jun 21 00:14:56.091 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90042026-06-21T00:14:57.578Z[ host-image] Jun 21 00:14:56.151 INFO O| Jun 21 00:14:56.151 INFO STEP 9 (remove_files) COMPLETE
90052026-06-21T00:14:57.578Z[ host-image] Jun 21 00:14:56.151 INFO O| Jun 21 00:14:56.151 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90062026-06-21T00:14:57.585Z[ host-image] Jun 21 00:14:56.159 INFO O| Jun 21 00:14:56.159 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90072026-06-21T00:14:57.651Z[ host-image] Jun 21 00:14:56.224 INFO O| Jun 21 00:14:56.224 INFO STEP 10 (remove_files) COMPLETE
90082026-06-21T00:14:57.651Z[ host-image] Jun 21 00:14:56.225 INFO O| Jun 21 00:14:56.224 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90092026-06-21T00:14:57.658Z[ host-image] Jun 21 00:14:56.231 INFO O| Jun 21 00:14:56.231 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90102026-06-21T00:14:57.661Z[ host-image] Jun 21 00:14:56.233 INFO O| Jun 21 00:14:56.233 INFO STEP 11 (remove_files) COMPLETE
90112026-06-21T00:14:57.661Z[ host-image] Jun 21 00:14:56.233 INFO O| Jun 21 00:14:56.233 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90122026-06-21T00:14:57.665Z[ host-image] Jun 21 00:14:56.238 INFO O| Jun 21 00:14:56.238 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90132026-06-21T00:14:57.668Z[ host-image] Jun 21 00:14:56.239 INFO O| Jun 21 00:14:56.239 INFO STEP 12 (remove_files) COMPLETE
90142026-06-21T00:14:57.668Z[ host-image] Jun 21 00:14:56.239 INFO O| Jun 21 00:14:56.239 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90152026-06-21T00:14:57.672Z[ host-image] Jun 21 00:14:56.244 INFO O| Jun 21 00:14:56.244 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90162026-06-21T00:14:57.673Z[ host-image] Jun 21 00:14:56.246 INFO O| Jun 21 00:14:56.246 INFO STEP 13 (remove_files) COMPLETE
90172026-06-21T00:14:57.673Z[ host-image] Jun 21 00:14:56.246 INFO O| Jun 21 00:14:56.246 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90182026-06-21T00:14:57.688Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90192026-06-21T00:14:57.688Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90202026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90212026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90222026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90232026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.261 INFO O| Jun 21 00:14:56.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90242026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90252026-06-21T00:14:57.699Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90262026-06-21T00:14:57.700Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90272026-06-21T00:14:57.700Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90282026-06-21T00:14:57.702Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90292026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90302026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90312026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90322026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90332026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90342026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90352026-06-21T00:14:57.703Z[ host-image] Jun 21 00:14:56.262 INFO O| Jun 21 00:14:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90362026-06-21T00:14:57.852Z[ host-image] Jun 21 00:14:56.425 INFO O| Jun 21 00:14:56.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90372026-06-21T00:14:57.879Z[ host-image] Jun 21 00:14:56.452 INFO O| Jun 21 00:14:56.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90382026-06-21T00:14:57.890Z[ host-image] Jun 21 00:14:56.463 INFO O| Jun 21 00:14:56.463 INFO STEP 14 (remove_files) COMPLETE
90392026-06-21T00:14:57.890Z[ host-image] Jun 21 00:14:56.463 INFO O| Jun 21 00:14:56.463 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402026-06-21T00:14:57.896Z[ host-image] Jun 21 00:14:56.470 INFO O| Jun 21 00:14:56.470 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90412026-06-21T00:14:57.900Z[ host-image] Jun 21 00:14:56.471 INFO O| Jun 21 00:14:56.471 INFO STEP 15 (remove_files) COMPLETE
90422026-06-21T00:14:57.900Z[ host-image] Jun 21 00:14:56.471 INFO O| Jun 21 00:14:56.471 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432026-06-21T00:14:57.905Z[ host-image] Jun 21 00:14:56.478 INFO O| Jun 21 00:14:56.478 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90442026-06-21T00:14:57.910Z[ host-image] Jun 21 00:14:56.483 INFO O| Jun 21 00:14:56.483 INFO STEP 16 (remove_files) COMPLETE
90452026-06-21T00:14:57.910Z[ host-image] Jun 21 00:14:56.483 INFO O| Jun 21 00:14:56.483 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462026-06-21T00:14:57.915Z[ host-image] Jun 21 00:14:56.489 INFO O| Jun 21 00:14:56.489 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90472026-06-21T00:14:57.919Z[ host-image] Jun 21 00:14:56.489 INFO O| Jun 21 00:14:56.489 INFO STEP 17 (remove_files) COMPLETE
90482026-06-21T00:14:57.919Z[ host-image] Jun 21 00:14:56.489 INFO O| Jun 21 00:14:56.489 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492026-06-21T00:14:57.924Z[ host-image] Jun 21 00:14:56.495 INFO O| Jun 21 00:14:56.495 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90502026-06-21T00:14:57.924Z[ host-image] Jun 21 00:14:56.496 INFO O| Jun 21 00:14:56.496 INFO STEP 18 (remove_files) COMPLETE
90512026-06-21T00:14:57.924Z[ host-image] Jun 21 00:14:56.496 INFO O| Jun 21 00:14:56.496 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522026-06-21T00:14:57.928Z[ host-image] Jun 21 00:14:56.501 INFO O| Jun 21 00:14:56.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90532026-06-21T00:14:57.928Z[ host-image] Jun 21 00:14:56.501 INFO O| Jun 21 00:14:56.501 INFO STEP 19 (remove_files) COMPLETE
90542026-06-21T00:14:57.928Z[ host-image] Jun 21 00:14:56.501 INFO O| Jun 21 00:14:56.501 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552026-06-21T00:14:57.934Z[ host-image] Jun 21 00:14:56.508 INFO O| Jun 21 00:14:56.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90562026-06-21T00:14:57.934Z[ host-image] Jun 21 00:14:56.508 INFO O| Jun 21 00:14:56.508 INFO STEP 20 (remove_files) COMPLETE
90572026-06-21T00:14:57.934Z[ host-image] Jun 21 00:14:56.508 INFO O| Jun 21 00:14:56.508 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-06-21T00:14:57.939Z[ host-image] Jun 21 00:14:56.512 INFO O| Jun 21 00:14:56.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90592026-06-21T00:14:57.939Z[ host-image] Jun 21 00:14:56.512 INFO O| Jun 21 00:14:56.512 INFO STEP 21 (remove_files) COMPLETE
90602026-06-21T00:14:57.939Z[ host-image] Jun 21 00:14:56.512 INFO O| Jun 21 00:14:56.512 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.518 INFO O| Jun 21 00:14:56.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90622026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.518 INFO O| Jun 21 00:14:56.518 INFO STEP 22 (remove_files) COMPLETE
90632026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.518 INFO O| Jun 21 00:14:56.518 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.522 INFO O| Jun 21 00:14:56.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90652026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.522 INFO O| Jun 21 00:14:56.522 INFO STEP 23 (remove_files) COMPLETE
90662026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.522 INFO O| Jun 21 00:14:56.522 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-06-21T00:14:58.000Z[ host-image] Jun 21 00:14:56.528 INFO O| Jun 21 00:14:56.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90682026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.528 INFO O| Jun 21 00:14:56.528 INFO STEP 24 (remove_files) COMPLETE
90692026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.528 INFO O| Jun 21 00:14:56.528 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.534 INFO O| Jun 21 00:14:56.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90712026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.534 INFO O| Jun 21 00:14:56.534 INFO STEP 25 (remove_files) COMPLETE
90722026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.534 INFO O| Jun 21 00:14:56.534 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.540 INFO O| Jun 21 00:14:56.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90742026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.540 INFO O| Jun 21 00:14:56.540 INFO STEP 26 (remove_files) COMPLETE
90752026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.540 INFO O| Jun 21 00:14:56.540 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.546 INFO O| Jun 21 00:14:56.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90772026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.546 INFO O| Jun 21 00:14:56.546 INFO STEP 27 (remove_files) COMPLETE
90782026-06-21T00:14:58.001Z[ host-image] Jun 21 00:14:56.546 INFO O| Jun 21 00:14:56.546 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-06-21T00:14:58.002Z[ host-image] Jun 21 00:14:56.552 INFO O| Jun 21 00:14:56.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90802026-06-21T00:14:58.002Z[ host-image] Jun 21 00:14:56.552 INFO O| Jun 21 00:14:56.552 INFO STEP 28 (remove_files) COMPLETE
90812026-06-21T00:14:58.002Z[ host-image] Jun 21 00:14:56.552 INFO O| Jun 21 00:14:56.552 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-06-21T00:14:58.002Z[ host-image] Jun 21 00:14:56.557 INFO O| Jun 21 00:14:56.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90832026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.558 INFO O| Jun 21 00:14:56.557 INFO STEP 29 (remove_files) COMPLETE
90842026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.558 INFO O| Jun 21 00:14:56.557 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.563 INFO O| Jun 21 00:14:56.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90862026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.563 INFO O| Jun 21 00:14:56.563 INFO STEP 30 (remove_files) COMPLETE
90872026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.563 INFO O| Jun 21 00:14:56.563 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.570 INFO O| Jun 21 00:14:56.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90892026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.570 INFO O| Jun 21 00:14:56.570 INFO STEP 31 (remove_files) COMPLETE
90902026-06-21T00:14:58.003Z[ host-image] Jun 21 00:14:56.570 INFO O| Jun 21 00:14:56.570 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-06-21T00:14:58.009Z[ host-image] Jun 21 00:14:56.576 INFO O| Jun 21 00:14:56.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90922026-06-21T00:14:58.010Z[ host-image] Jun 21 00:14:56.576 INFO O| Jun 21 00:14:56.576 INFO STEP 32 (remove_files) COMPLETE
90932026-06-21T00:14:58.010Z[ host-image] Jun 21 00:14:56.576 INFO O| Jun 21 00:14:56.576 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-06-21T00:14:58.013Z[ host-image] Jun 21 00:14:56.582 INFO O| Jun 21 00:14:56.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90952026-06-21T00:14:58.013Z[ host-image] Jun 21 00:14:56.582 INFO O| Jun 21 00:14:56.582 INFO STEP 33 (remove_files) COMPLETE
90962026-06-21T00:14:58.013Z[ host-image] Jun 21 00:14:56.582 INFO O| Jun 21 00:14:56.582 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-06-21T00:14:58.017Z[ host-image] Jun 21 00:14:56.588 INFO O| Jun 21 00:14:56.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90982026-06-21T00:14:58.017Z[ host-image] Jun 21 00:14:56.588 INFO O| Jun 21 00:14:56.588 INFO STEP 34 (remove_files) COMPLETE
90992026-06-21T00:14:58.017Z[ host-image] Jun 21 00:14:56.588 INFO O| Jun 21 00:14:56.588 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-06-21T00:14:58.020Z[ host-image] Jun 21 00:14:56.593 INFO O| Jun 21 00:14:56.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91012026-06-21T00:14:58.020Z[ host-image] Jun 21 00:14:56.593 INFO O| Jun 21 00:14:56.593 INFO STEP 35 (remove_files) COMPLETE
91022026-06-21T00:14:58.020Z[ host-image] Jun 21 00:14:56.593 INFO O| Jun 21 00:14:56.593 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-06-21T00:14:58.024Z[ host-image] Jun 21 00:14:56.598 INFO O| Jun 21 00:14:56.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91042026-06-21T00:14:58.025Z[ host-image] Jun 21 00:14:56.598 INFO O| Jun 21 00:14:56.598 INFO STEP 36 (remove_files) COMPLETE
91052026-06-21T00:14:58.028Z[ host-image] Jun 21 00:14:56.598 INFO O| Jun 21 00:14:56.598 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-06-21T00:14:58.031Z[ host-image] Jun 21 00:14:56.603 INFO O| Jun 21 00:14:56.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91072026-06-21T00:14:58.031Z[ host-image] Jun 21 00:14:56.603 INFO O| Jun 21 00:14:56.603 INFO STEP 37 (remove_files) COMPLETE
91082026-06-21T00:14:58.031Z[ host-image] Jun 21 00:14:56.603 INFO O| Jun 21 00:14:56.603 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-06-21T00:14:58.035Z[ host-image] Jun 21 00:14:56.609 INFO O| Jun 21 00:14:56.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91102026-06-21T00:14:58.035Z[ host-image] Jun 21 00:14:56.609 INFO O| Jun 21 00:14:56.609 INFO STEP 38 (remove_files) COMPLETE
91112026-06-21T00:14:58.035Z[ host-image] Jun 21 00:14:56.609 INFO O| Jun 21 00:14:56.609 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-06-21T00:14:58.043Z[ host-image] Jun 21 00:14:56.614 INFO O| Jun 21 00:14:56.614 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91132026-06-21T00:14:58.043Z[ host-image] Jun 21 00:14:56.614 INFO O| Jun 21 00:14:56.614 INFO STEP 39 (remove_files) COMPLETE
91142026-06-21T00:14:58.043Z[ host-image] Jun 21 00:14:56.614 INFO O| Jun 21 00:14:56.614 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-06-21T00:14:58.048Z[ host-image] Jun 21 00:14:56.619 INFO O| Jun 21 00:14:56.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91162026-06-21T00:14:58.048Z[ host-image] Jun 21 00:14:56.619 INFO O| Jun 21 00:14:56.619 INFO STEP 40 (remove_files) COMPLETE
91172026-06-21T00:14:58.048Z[ host-image] Jun 21 00:14:56.619 INFO O| Jun 21 00:14:56.619 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-06-21T00:14:58.051Z[ host-image] Jun 21 00:14:56.624 INFO O| Jun 21 00:14:56.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91192026-06-21T00:14:58.051Z[ host-image] Jun 21 00:14:56.625 INFO O| Jun 21 00:14:56.624 INFO STEP 41 (remove_files) COMPLETE
91202026-06-21T00:14:58.051Z[ host-image] Jun 21 00:14:56.625 INFO O| Jun 21 00:14:56.625 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91212026-06-21T00:14:58.056Z[ host-image] Jun 21 00:14:56.630 INFO O| Jun 21 00:14:56.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91222026-06-21T00:14:58.056Z[ host-image] Jun 21 00:14:56.630 INFO O| Jun 21 00:14:56.630 INFO STEP 42 (remove_files) COMPLETE
91232026-06-21T00:14:58.056Z[ host-image] Jun 21 00:14:56.630 INFO O| Jun 21 00:14:56.630 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-06-21T00:14:58.061Z[ host-image] Jun 21 00:14:56.634 INFO O| Jun 21 00:14:56.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91252026-06-21T00:14:58.061Z[ host-image] Jun 21 00:14:56.634 INFO O| Jun 21 00:14:56.634 INFO STEP 43 (remove_files) COMPLETE
91262026-06-21T00:14:58.061Z[ host-image] Jun 21 00:14:56.634 INFO O| Jun 21 00:14:56.634 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-06-21T00:14:58.066Z[ host-image] Jun 21 00:14:56.640 INFO O| Jun 21 00:14:56.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91282026-06-21T00:14:58.066Z[ host-image] Jun 21 00:14:56.640 INFO O| Jun 21 00:14:56.640 INFO STEP 44 (remove_files) COMPLETE
91292026-06-21T00:14:58.066Z[ host-image] Jun 21 00:14:56.640 INFO O| Jun 21 00:14:56.640 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91302026-06-21T00:14:58.075Z[ host-image] Jun 21 00:14:56.646 INFO O| Jun 21 00:14:56.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91312026-06-21T00:14:58.079Z[ host-image] Jun 21 00:14:56.646 INFO O| Jun 21 00:14:56.646 INFO STEP 45 (remove_files) COMPLETE
91322026-06-21T00:14:58.079Z[ host-image] Jun 21 00:14:56.646 INFO O| Jun 21 00:14:56.646 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-06-21T00:14:58.079Z[ host-image] Jun 21 00:14:56.652 INFO O| Jun 21 00:14:56.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91342026-06-21T00:14:58.079Z[ host-image] Jun 21 00:14:56.652 INFO O| Jun 21 00:14:56.652 INFO STEP 46 (remove_files) COMPLETE
91352026-06-21T00:14:58.079Z[ host-image] Jun 21 00:14:56.652 INFO O| Jun 21 00:14:56.652 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362026-06-21T00:14:58.084Z[ host-image] Jun 21 00:14:56.658 INFO O| Jun 21 00:14:56.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91372026-06-21T00:14:58.084Z[ host-image] Jun 21 00:14:56.658 INFO O| Jun 21 00:14:56.658 INFO STEP 47 (remove_files) COMPLETE
91382026-06-21T00:14:58.084Z[ host-image] Jun 21 00:14:56.658 INFO O| Jun 21 00:14:56.658 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392026-06-21T00:14:58.091Z[ host-image] Jun 21 00:14:56.664 INFO O| Jun 21 00:14:56.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91402026-06-21T00:14:58.091Z[ host-image] Jun 21 00:14:56.664 INFO O| Jun 21 00:14:56.664 INFO STEP 48 (remove_files) COMPLETE
91412026-06-21T00:14:58.095Z[ host-image] Jun 21 00:14:56.664 INFO O| Jun 21 00:14:56.664 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-06-21T00:14:58.098Z[ host-image] Jun 21 00:14:56.671 INFO O| Jun 21 00:14:56.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91432026-06-21T00:14:58.099Z[ host-image] Jun 21 00:14:56.671 INFO O| Jun 21 00:14:56.671 INFO STEP 49 (remove_files) COMPLETE
91442026-06-21T00:14:58.099Z[ host-image] Jun 21 00:14:56.671 INFO O| Jun 21 00:14:56.671 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-06-21T00:14:58.103Z[ host-image] Jun 21 00:14:56.676 INFO O| Jun 21 00:14:56.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91462026-06-21T00:14:58.106Z[ host-image] Jun 21 00:14:56.676 INFO O| Jun 21 00:14:56.676 INFO STEP 50 (remove_files) COMPLETE
91472026-06-21T00:14:58.106Z[ host-image] Jun 21 00:14:56.676 INFO O| Jun 21 00:14:56.676 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-06-21T00:14:58.109Z[ host-image] Jun 21 00:14:56.681 INFO O| Jun 21 00:14:56.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91492026-06-21T00:14:58.109Z[ host-image] Jun 21 00:14:56.681 INFO O| Jun 21 00:14:56.681 INFO STEP 51 (remove_files) COMPLETE
91502026-06-21T00:14:58.109Z[ host-image] Jun 21 00:14:56.681 INFO O| Jun 21 00:14:56.681 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-06-21T00:14:58.113Z[ host-image] Jun 21 00:14:56.686 INFO O| Jun 21 00:14:56.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91522026-06-21T00:14:58.113Z[ host-image] Jun 21 00:14:56.687 INFO O| Jun 21 00:14:56.687 INFO STEP 52 (remove_files) COMPLETE
91532026-06-21T00:14:58.116Z[ host-image] Jun 21 00:14:56.687 INFO O| Jun 21 00:14:56.687 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-06-21T00:14:58.120Z[ host-image] Jun 21 00:14:56.692 INFO O| Jun 21 00:14:56.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91552026-06-21T00:14:58.120Z[ host-image] Jun 21 00:14:56.692 INFO O| Jun 21 00:14:56.692 INFO STEP 53 (remove_files) COMPLETE
91562026-06-21T00:14:58.120Z[ host-image] Jun 21 00:14:56.692 INFO O| Jun 21 00:14:56.692 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-06-21T00:14:58.123Z[ host-image] Jun 21 00:14:56.697 INFO O| Jun 21 00:14:56.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91582026-06-21T00:14:58.126Z[ host-image] Jun 21 00:14:56.697 INFO O| Jun 21 00:14:56.697 INFO STEP 54 (remove_files) COMPLETE
91592026-06-21T00:14:58.129Z[ host-image] Jun 21 00:14:56.697 INFO O| Jun 21 00:14:56.697 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602026-06-21T00:14:58.129Z[ host-image] Jun 21 00:14:56.702 INFO O| Jun 21 00:14:56.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91612026-06-21T00:14:58.129Z[ host-image] Jun 21 00:14:56.702 INFO O| Jun 21 00:14:56.702 INFO STEP 55 (remove_files) COMPLETE
91622026-06-21T00:14:58.129Z[ host-image] Jun 21 00:14:56.702 INFO O| Jun 21 00:14:56.702 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-06-21T00:14:58.136Z[ host-image] Jun 21 00:14:56.708 INFO O| Jun 21 00:14:56.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91642026-06-21T00:14:58.136Z[ host-image] Jun 21 00:14:56.708 INFO O| Jun 21 00:14:56.708 INFO STEP 56 (remove_files) COMPLETE
91652026-06-21T00:14:58.136Z[ host-image] Jun 21 00:14:56.708 INFO O| Jun 21 00:14:56.708 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-06-21T00:14:58.141Z[ host-image] Jun 21 00:14:56.713 INFO O| Jun 21 00:14:56.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91672026-06-21T00:14:58.141Z[ host-image] Jun 21 00:14:56.713 INFO O| Jun 21 00:14:56.713 INFO STEP 57 (remove_files) COMPLETE
91682026-06-21T00:14:58.141Z[ host-image] Jun 21 00:14:56.713 INFO O| Jun 21 00:14:56.713 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692026-06-21T00:14:58.145Z[ host-image] Jun 21 00:14:56.719 INFO O| Jun 21 00:14:56.719 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91702026-06-21T00:14:58.148Z[ host-image] Jun 21 00:14:56.719 INFO O| Jun 21 00:14:56.719 INFO STEP 58 (remove_files) COMPLETE
91712026-06-21T00:14:58.148Z[ host-image] Jun 21 00:14:56.719 INFO O| Jun 21 00:14:56.719 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91732026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91742026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91752026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91762026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91772026-06-21T00:14:58.152Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91782026-06-21T00:14:58.156Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO ok!
91792026-06-21T00:14:58.156Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO STEP 59 (ensure_file) COMPLETE
91802026-06-21T00:14:58.156Z[ host-image] Jun 21 00:14:56.725 INFO O| Jun 21 00:14:56.725 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91822026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91832026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91842026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91852026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91862026-06-21T00:14:58.159Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91872026-06-21T00:14:58.160Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO ok!
91882026-06-21T00:14:58.160Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO STEP 60 (ensure_file) COMPLETE
91892026-06-21T00:14:58.160Z[ host-image] Jun 21 00:14:56.732 INFO O| Jun 21 00:14:56.732 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-06-21T00:14:58.164Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91912026-06-21T00:14:58.164Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91922026-06-21T00:14:58.164Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91932026-06-21T00:14:58.169Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO ok!
91942026-06-21T00:14:58.169Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO STEP 61 (ensure_file) COMPLETE
91952026-06-21T00:14:58.170Z[ host-image] Jun 21 00:14:56.737 INFO O| Jun 21 00:14:56.737 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.744 INFO O| Jun 21 00:14:56.744 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91972026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.744 INFO O| Jun 21 00:14:56.744 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91982026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.744 INFO O| Jun 21 00:14:56.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91992026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.744 INFO O| Jun 21 00:14:56.744 INFO ok!
92002026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.744 INFO O| Jun 21 00:14:56.744 INFO STEP 62 (ensure_file) COMPLETE
92012026-06-21T00:14:58.173Z[ host-image] Jun 21 00:14:56.745 INFO O| Jun 21 00:14:56.744 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-06-21T00:14:58.177Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92032026-06-21T00:14:58.177Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92042026-06-21T00:14:58.181Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92052026-06-21T00:14:58.181Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92062026-06-21T00:14:58.181Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO ok!
92072026-06-21T00:14:58.181Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO STEP 63 (ensure_file) COMPLETE
92082026-06-21T00:14:58.181Z[ host-image] Jun 21 00:14:56.751 INFO O| Jun 21 00:14:56.751 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092026-06-21T00:14:58.185Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92102026-06-21T00:14:58.186Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92112026-06-21T00:14:58.187Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92122026-06-21T00:14:58.187Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92132026-06-21T00:14:58.187Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO ok!
92142026-06-21T00:14:58.187Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO STEP 64 (ensure_file) COMPLETE
92152026-06-21T00:14:58.187Z[ host-image] Jun 21 00:14:56.756 INFO O| Jun 21 00:14:56.756 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-06-21T00:14:58.190Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92172026-06-21T00:14:58.190Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92182026-06-21T00:14:58.191Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92192026-06-21T00:14:58.191Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO ok!
92202026-06-21T00:14:58.191Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO STEP 65 (assemble_files) COMPLETE
92212026-06-21T00:14:58.191Z[ host-image] Jun 21 00:14:56.761 INFO O| Jun 21 00:14:56.761 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-06-21T00:14:58.194Z[ host-image] Jun 21 00:14:56.766 INFO O| Jun 21 00:14:56.766 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92232026-06-21T00:14:58.195Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.766 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92242026-06-21T00:14:58.195Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.767 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92252026-06-21T00:14:58.197Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.767 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92262026-06-21T00:14:58.197Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.767 INFO ok!
92272026-06-21T00:14:58.197Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.767 INFO STEP 66 (ensure_file) COMPLETE
92282026-06-21T00:14:58.197Z[ host-image] Jun 21 00:14:56.767 INFO O| Jun 21 00:14:56.767 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-06-21T00:14:58.201Z[ host-image] Jun 21 00:14:56.772 INFO O| Jun 21 00:14:56.772 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92302026-06-21T00:14:58.201Z[ host-image] Jun 21 00:14:56.772 INFO O| Jun 21 00:14:56.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92312026-06-21T00:14:58.201Z[ host-image] Jun 21 00:14:56.772 INFO O| Jun 21 00:14:56.772 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92322026-06-21T00:14:58.201Z[ host-image] Jun 21 00:14:56.772 INFO O| Jun 21 00:14:56.772 INFO STEP 67 (ensure_dir) COMPLETE
92332026-06-21T00:14:58.201Z[ host-image] Jun 21 00:14:56.772 INFO O| Jun 21 00:14:56.772 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-06-21T00:14:58.205Z[ host-image] Jun 21 00:14:56.778 INFO O| Jun 21 00:14:56.778 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92352026-06-21T00:14:58.205Z[ host-image] Jun 21 00:14:56.778 INFO O| Jun 21 00:14:56.778 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 ...
92362026-06-21T00:14:58.210Z[ host-image] Jun 21 00:14:56.784 INFO O| Jun 21 00:14:56.784 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
92372026-06-21T00:14:58.210Z[ host-image] Jun 21 00:14:56.784 INFO O| Jun 21 00:14:56.784 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92382026-06-21T00:14:58.216Z[ host-image] Jun 21 00:14:56.784 INFO O| Jun 21 00:14:56.784 INFO ok!
92392026-06-21T00:14:58.216Z[ host-image] Jun 21 00:14:56.784 INFO O| Jun 21 00:14:56.784 INFO STEP 68 (ensure_file) COMPLETE
92402026-06-21T00:14:58.216Z[ host-image] Jun 21 00:14:56.784 INFO O| Jun 21 00:14:56.784 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92422026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 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 ...
92432026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 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
92442026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92452026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 INFO ok!
92462026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 INFO STEP 69 (ensure_file) COMPLETE
92472026-06-21T00:14:58.220Z[ host-image] Jun 21 00:14:56.790 INFO O| Jun 21 00:14:56.790 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-06-21T00:14:58.225Z[ host-image] Jun 21 00:14:56.798 INFO O| Jun 21 00:14:56.798 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92492026-06-21T00:14:58.225Z[ host-image] Jun 21 00:14:56.798 INFO O| Jun 21 00:14:56.798 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92502026-06-21T00:14:58.886Z[ recovery-image] Jun 21 00:14:57.459 INFO creating reset image...
92512026-06-21T00:14:58.889Z[ recovery-image] Jun 21 00:14:57.459 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")
92522026-06-21T00:14:59.100Z[ recovery-image] Jun 21 00:14:57.672 INFO E| Updating crates.io index
92532026-06-21T00:14:59.197Z[ recovery-image] Jun 21 00:14:57.769 INFO E| Downloading crates ...
92542026-06-21T00:14:59.242Z[ recovery-image] Jun 21 00:14:57.815 INFO E| Downloaded clap_lex v1.1.0
92552026-06-21T00:14:59.245Z[ recovery-image] Jun 21 00:14:57.817 INFO E| Downloaded colorchoice v1.0.5
92562026-06-21T00:14:59.249Z[ recovery-image] Jun 21 00:14:57.822 INFO E| Downloaded shared_thread v0.2.0
92572026-06-21T00:14:59.252Z[ recovery-image] Jun 21 00:14:57.823 INFO E| Downloaded os_pipe v1.2.3
92582026-06-21T00:14:59.252Z[ recovery-image] Jun 21 00:14:57.824 INFO E| Downloaded duct v1.1.1
92592026-06-21T00:14:59.252Z[ recovery-image] Jun 21 00:14:57.825 INFO E| Downloaded sigchld v0.2.4
92602026-06-21T00:14:59.256Z[ recovery-image] Jun 21 00:14:57.826 INFO E| Downloaded shared_child v1.1.1
92612026-06-21T00:14:59.284Z[ recovery-image] Jun 21 00:14:57.855 INFO E| Compiling libc v0.2.185
92622026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling proc-macro2 v1.0.106
92632026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling quote v1.0.45
92642026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling signal-hook v0.3.18
92652026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling unicode-ident v1.0.24
92662026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling utf8parse v0.2.2
92672026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling anstyle-query v1.1.5
92682026-06-21T00:14:59.289Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling is_terminal_polyfill v1.70.2
92692026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling anstyle v1.0.14
92702026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling colorchoice v1.0.5
92712026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling strsim v0.11.1
92722026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling clap_lex v1.1.0
92732026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling heck v0.5.0
92742026-06-21T00:14:59.290Z[ recovery-image] Jun 21 00:14:57.856 INFO E| Compiling shared_thread v0.2.0
92752026-06-21T00:14:59.411Z[ recovery-image] Jun 21 00:14:57.974 INFO E| Compiling anstyle-parse v1.0.0
92762026-06-21T00:14:59.590Z[ recovery-image] Jun 21 00:14:58.147 INFO E| Compiling anstream v1.0.0
92772026-06-21T00:14:59.639Z[ host-image] Jun 21 00:14:58.155 INFO O| Jun 21 00:14:58.153 INFO STEP 70 (pack_tar) COMPLETE
92782026-06-21T00:14:59.639Z[ host-image] Jun 21 00:14:58.155 INFO O| Jun 21 00:14:58.153 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92792026-06-21T00:14:59.639Z[ host-image] Jun 21 00:14:58.155 INFO O| Jun 21 00:14:58.153 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92802026-06-21T00:14:59.777Z[ recovery-image] Jun 21 00:14:58.350 INFO E| Compiling clap_builder v4.6.0
92812026-06-21T00:15:00.053Z[ recovery-image] Jun 21 00:14:58.626 INFO E| Compiling errno v0.3.14
92822026-06-21T00:15:00.054Z[ recovery-image] Jun 21 00:14:58.626 INFO E| Compiling os_pipe v1.2.3
92832026-06-21T00:15:00.144Z[ recovery-image] Jun 21 00:14:58.717 INFO E| Compiling signal-hook-registry v1.4.8
92842026-06-21T00:15:00.327Z[ recovery-image] Jun 21 00:14:58.900 INFO E| Compiling syn v2.0.117
92852026-06-21T00:15:00.364Z[ host-image] Jun 21 00:14:58.937 INFO O| Jun 21 00:14:58.937 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92862026-06-21T00:15:00.387Z[ recovery-image] Jun 21 00:14:58.961 INFO E| Compiling sigchld v0.2.4
92872026-06-21T00:15:00.447Z[ host-image] Jun 21 00:14:59.020 INFO O| Jun 21 00:14:59.020 INFO completed processing sled/ramdisk-02-trim
92882026-06-21T00:15:00.451Z[ host-image] Jun 21 00:14:59.023 INFO image builder template: zfs...
92892026-06-21T00:15:00.452Z[ host-image] Jun 21 00:14:59.023 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/.tmpEfFSOZ/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.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
92902026-06-21T00:15:00.463Z[ host-image] Jun 21 00:14:59.036 INFO O| Jun 21 00:14:59.036 INFO skip include "stress" because feature "stress" is not enabled
92912026-06-21T00:15:00.463Z[ host-image] Jun 21 00:14:59.036 INFO O| Jun 21 00:14:59.036 INFO skip include "stress" because feature "compliance" is not enabled
92922026-06-21T00:15:00.488Z[ recovery-image] Jun 21 00:14:59.062 INFO E| Compiling shared_child v1.1.1
92932026-06-21T00:15:00.495Z[ host-image] Jun 21 00:14:59.069 INFO O| Jun 21 00:14:59.069 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92942026-06-21T00:15:00.499Z[ host-image] Jun 21 00:14:59.072 INFO O| Jun 21 00:14:59.072 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92952026-06-21T00:15:00.581Z[ host-image] Jun 21 00:14:59.154 INFO O| Jun 21 00:14:59.154 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92962026-06-21T00:15:00.606Z[ recovery-image] Jun 21 00:14:59.179 INFO E| Compiling duct v1.1.1
92972026-06-21T00:15:00.641Z[ host-image] Jun 21 00:14:59.214 INFO O| Jun 21 00:14:59.214 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92982026-06-21T00:15:00.641Z[ host-image] Jun 21 00:14:59.214 INFO O| Jun 21 00:14:59.214 INFO work dataset: rpool/images/build/host/work/sled/zfs
92992026-06-21T00:15:00.644Z[ host-image] Jun 21 00:14:59.217 INFO O| Jun 21 00:14:59.217 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93002026-06-21T00:15:00.777Z[ host-image] Jun 21 00:14:59.350 INFO O| Jun 21 00:14:59.350 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93012026-06-21T00:15:00.841Z[ host-image] Jun 21 00:14:59.413 INFO O| Jun 21 00:14:59.413 INFO DESTROY POOL: TEMPORARY-sled-zfs
93022026-06-21T00:15:00.847Z[ host-image] Jun 21 00:14:59.420 INFO O| Jun 21 00:14:59.420 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93032026-06-21T00:15:00.850Z[ host-image] Jun 21 00:14:59.423 INFO O| Jun 21 00:14:59.423 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93042026-06-21T00:15:00.851Z[ host-image] Jun 21 00:14:59.423 INFO O| Jun 21 00:14:59.423 INFO no lofi found
93052026-06-21T00:15:00.851Z[ host-image] Jun 21 00:14:59.424 INFO O| Jun 21 00:14:59.424 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93062026-06-21T00:15:00.851Z[ host-image] Jun 21 00:14:59.424 INFO O| Jun 21 00:14:59.424 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93072026-06-21T00:15:02.236Z[ recovery-image] Jun 21 00:15:00.809 INFO E| Compiling clap_derive v4.6.1
93082026-06-21T00:15:02.428Z[ host-image] Jun 21 00:15:01.001 INFO O| Jun 21 00:15:01.001 INFO lofi device = /dev/dsk/c2t1d0p0
93092026-06-21T00:15:02.428Z[ host-image] Jun 21 00:15:01.001 INFO O| Jun 21 00:15:01.001 INFO pool device = /dev/dsk/c2t1d0p0
93102026-06-21T00:15:02.432Z[ host-image] Jun 21 00:15:01.001 INFO O| Jun 21 00:15:01.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"]
93112026-06-21T00:15:02.483Z[ host-image] Jun 21 00:15:01.056 INFO O| Jun 21 00:15:01.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93122026-06-21T00:15:02.483Z[ host-image] Jun 21 00:15:01.056 INFO O| Jun 21 00:15:01.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93132026-06-21T00:15:02.497Z[ host-image] Jun 21 00:15:01.070 INFO O| Jun 21 00:15:01.070 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93142026-06-21T00:15:02.531Z[ host-image] Jun 21 00:15:01.105 INFO O| Jun 21 00:15:01.105 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93152026-06-21T00:15:02.558Z[ host-image] Jun 21 00:15:01.131 INFO O| Jun 21 00:15:01.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93162026-06-21T00:15:02.568Z[ host-image] Jun 21 00:15:01.141 INFO O| Jun 21 00:15:01.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93172026-06-21T00:15:02.576Z[ host-image] Jun 21 00:15:01.150 INFO O| Jun 21 00:15:01.150 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93182026-06-21T00:15:02.607Z[ host-image] Jun 21 00:15:01.180 INFO O| Jun 21 00:15:01.180 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93192026-06-21T00:15:02.607Z[ host-image] Jun 21 00:15:01.180 INFO O| Jun 21 00:15:01.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93202026-06-21T00:15:02.607Z[ host-image] Jun 21 00:15:01.180 INFO O| Jun 21 00:15:01.180 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93212026-06-21T00:15:02.612Z[ host-image] Jun 21 00:15:01.186 INFO O| Jun 21 00:15:01.185 INFO boot environment UUID: 62c9926c-767f-473b-978d-57c23efd94a5
93222026-06-21T00:15:02.612Z[ host-image] Jun 21 00:15:01.186 INFO O| Jun 21 00:15:01.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 62c9926c-767f-473b-978d-57c23efd94a5
93232026-06-21T00:15:02.619Z[ host-image] Jun 21 00:15:01.193 INFO O| Jun 21 00:15:01.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93242026-06-21T00:15:02.626Z[ host-image] Jun 21 00:15:01.200 INFO O| Jun 21 00:15:01.200 INFO STEP 0 (create_be) COMPLETE
93252026-06-21T00:15:02.626Z[ host-image] Jun 21 00:15:01.200 INFO O| Jun 21 00:15:01.200 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93262026-06-21T00:15:02.636Z[ host-image] Jun 21 00:15:01.209 INFO O| Jun 21 00:15:01.209 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93272026-06-21T00:15:03.733Z[ recovery-image] Jun 21 00:15:02.303 INFO E| Compiling clap v4.6.1
93282026-06-21T00:15:03.801Z[ recovery-image] Jun 21 00:15:02.373 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93292026-06-21T00:15:04.735Z[ recovery-image] Jun 21 00:15:03.308 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
93302026-06-21T00:15:04.796Z[ recovery-image] Jun 21 00:15:03.316 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
93312026-06-21T00:15:04.993Z[ recovery-image] Jun 21 00:15:03.566 INFO E| Downloading crates ...
93322026-06-21T00:15:05.048Z[ recovery-image] Jun 21 00:15:03.619 INFO E| Downloaded bitstruct v0.1.1
93332026-06-21T00:15:05.053Z[ recovery-image] Jun 21 00:15:03.621 INFO E| Downloaded bitstruct_derive v0.1.0
93342026-06-21T00:15:05.053Z[ recovery-image] Jun 21 00:15:03.623 INFO E| Downloaded cpio_reader v0.1.2
93352026-06-21T00:15:05.059Z[ recovery-image] Jun 21 00:15:03.631 INFO E| Downloaded bit_field v0.10.3
93362026-06-21T00:15:05.062Z[ recovery-image] Jun 21 00:15:03.634 INFO E| Downloaded miniz_oxide v0.9.1
93372026-06-21T00:15:05.071Z[ recovery-image] Jun 21 00:15:03.641 INFO E| Downloaded raw-cpuid v10.7.0
93382026-06-21T00:15:05.075Z[ recovery-image] Jun 21 00:15:03.645 INFO E| Downloaded bitflags v2.11.1
93392026-06-21T00:15:05.210Z[ recovery-image] Jun 21 00:15:03.782 INFO E| Downloaded x86 v0.52.0
93402026-06-21T00:15:05.244Z[ recovery-image] Jun 21 00:15:03.816 INFO E| Updating crates.io index
93412026-06-21T00:15:05.318Z[ recovery-image] Jun 21 00:15:03.891 INFO E| Downloading crates ...
93422026-06-21T00:15:05.361Z[ recovery-image] Jun 21 00:15:03.934 INFO E| Downloaded rustc-literal-escaper v0.0.7
93432026-06-21T00:15:05.402Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
93442026-06-21T00:15:05.402Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
93452026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling proc-macro2 v1.0.106
93462026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling unicode-ident v1.0.24
93472026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling quote v1.0.45
93482026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling syn v1.0.109
93492026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling x86 v0.52.0
93502026-06-21T00:15:05.406Z[ recovery-image] Jun 21 00:15:03.975 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
93512026-06-21T00:15:05.454Z[ recovery-image] Jun 21 00:15:04.025 INFO E| Compiling seq-macro v0.3.6
93522026-06-21T00:15:06.830Z[ recovery-image] Jun 21 00:15:05.403 INFO E| Compiling syn v2.0.117
93532026-06-21T00:15:08.733Z[ recovery-image] Jun 21 00:15:07.306 INFO E| Compiling scroll_derive v0.13.1
93542026-06-21T00:15:10.079Z[ recovery-image] Jun 21 00:15:08.652 INFO E| Compiling bitstruct_derive v0.1.0
93552026-06-21T00:15:11.611Z[ host-image] Jun 21 00:15:10.185 INFO O| Jun 21 00:15:10.185 INFO STEP 1 (unpack_tar) COMPLETE
93562026-06-21T00:15:11.612Z[ host-image] Jun 21 00:15:10.185 INFO O| Jun 21 00:15:10.185 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93572026-06-21T00:15:11.621Z[ host-image] Jun 21 00:15:10.195 INFO O| Jun 21 00:15:10.195 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93582026-06-21T00:15:11.735Z[ host-image] Jun 21 00:15:10.308 INFO O| Jun 21 00:15:10.308 INFO STEP 2 (devfsadm) COMPLETE
93592026-06-21T00:15:11.735Z[ host-image] Jun 21 00:15:10.308 INFO O| Jun 21 00:15:10.308 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93602026-06-21T00:15:11.744Z[ host-image] Jun 21 00:15:10.317 INFO O| Jun 21 00:15:10.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93612026-06-21T00:15:11.744Z[ host-image] Jun 21 00:15:10.317 INFO O| Jun 21 00:15:10.317 INFO STEP 3 (ensure_dir) COMPLETE
93622026-06-21T00:15:11.745Z[ host-image] Jun 21 00:15:10.317 INFO O| Jun 21 00:15:10.317 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93632026-06-21T00:15:11.751Z[ host-image] Jun 21 00:15:10.324 INFO O| Jun 21 00:15:10.324 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93642026-06-21T00:15:11.751Z[ host-image] Jun 21 00:15:10.324 INFO O| Jun 21 00:15:10.324 INFO STEP 4 (ensure_dir) COMPLETE
93652026-06-21T00:15:11.754Z[ host-image] Jun 21 00:15:10.324 INFO O| Jun 21 00:15:10.324 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-06-21T00:15:11.759Z[ host-image] Jun 21 00:15:10.331 INFO O| Jun 21 00:15:10.331 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93672026-06-21T00:15:11.759Z[ host-image] Jun 21 00:15:10.331 INFO O| Jun 21 00:15:10.331 INFO STEP 5 (ensure_dir) COMPLETE
93682026-06-21T00:15:11.759Z[ host-image] Jun 21 00:15:10.331 INFO O| Jun 21 00:15:10.331 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93692026-06-21T00:15:11.766Z[ host-image] Jun 21 00:15:10.337 INFO O| Jun 21 00:15:10.337 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93702026-06-21T00:15:11.769Z[ host-image] Jun 21 00:15:10.337 INFO O| Jun 21 00:15:10.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93712026-06-21T00:15:11.769Z[ host-image] Jun 21 00:15:10.337 INFO O| Jun 21 00:15:10.337 INFO STEP 6 (ensure_dir) COMPLETE
93722026-06-21T00:15:11.769Z[ host-image] Jun 21 00:15:10.337 INFO O| Jun 21 00:15:10.337 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93732026-06-21T00:15:11.773Z[ host-image] Jun 21 00:15:10.343 INFO O| Jun 21 00:15:10.343 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93742026-06-21T00:15:11.774Z[ host-image] Jun 21 00:15:10.344 INFO O| Jun 21 00:15:10.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93752026-06-21T00:15:11.774Z[ host-image] Jun 21 00:15:10.344 INFO O| Jun 21 00:15:10.344 INFO STEP 7 (ensure_dir) COMPLETE
93762026-06-21T00:15:11.774Z[ host-image] Jun 21 00:15:10.344 INFO O| Jun 21 00:15:10.344 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93772026-06-21T00:15:11.779Z[ host-image] Jun 21 00:15:10.352 INFO O| Jun 21 00:15:10.352 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93782026-06-21T00:15:11.782Z[ host-image] Jun 21 00:15:10.353 INFO O| Jun 21 00:15:10.353 INFO STEP 8 (remove_files) COMPLETE
93792026-06-21T00:15:11.783Z[ host-image] Jun 21 00:15:10.353 INFO O| Jun 21 00:15:10.353 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93802026-06-21T00:15:11.787Z[ host-image] Jun 21 00:15:10.361 INFO O| Jun 21 00:15:10.360 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93812026-06-21T00:15:11.791Z[ host-image] Jun 21 00:15:10.361 INFO O| Jun 21 00:15:10.361 INFO STEP 9 (remove_files) COMPLETE
93822026-06-21T00:15:11.791Z[ host-image] Jun 21 00:15:10.361 INFO O| Jun 21 00:15:10.361 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93832026-06-21T00:15:11.796Z[ host-image] Jun 21 00:15:10.369 INFO O| Jun 21 00:15:10.369 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93842026-06-21T00:15:11.799Z[ host-image] Jun 21 00:15:10.370 INFO O| Jun 21 00:15:10.370 INFO STEP 10 (remove_files) COMPLETE
93852026-06-21T00:15:11.799Z[ host-image] Jun 21 00:15:10.370 INFO O| Jun 21 00:15:10.370 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93862026-06-21T00:15:11.803Z[ host-image] Jun 21 00:15:10.376 INFO O| Jun 21 00:15:10.376 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93872026-06-21T00:15:11.803Z[ host-image] Jun 21 00:15:10.377 INFO O| Jun 21 00:15:10.376 INFO STEP 11 (remove_files) COMPLETE
93882026-06-21T00:15:11.806Z[ host-image] Jun 21 00:15:10.377 INFO O| Jun 21 00:15:10.377 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93892026-06-21T00:15:11.812Z[ host-image] Jun 21 00:15:10.385 INFO O| Jun 21 00:15:10.385 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93902026-06-21T00:15:11.817Z[ host-image] Jun 21 00:15:10.385 INFO O| Jun 21 00:15:10.385 INFO STEP 12 (remove_files) COMPLETE
93912026-06-21T00:15:11.817Z[ host-image] Jun 21 00:15:10.385 INFO O| Jun 21 00:15:10.385 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93922026-06-21T00:15:11.821Z[ host-image] Jun 21 00:15:10.392 INFO O| Jun 21 00:15:10.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93932026-06-21T00:15:11.821Z[ host-image] Jun 21 00:15:10.392 INFO O| Jun 21 00:15:10.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93942026-06-21T00:15:11.821Z[ host-image] Jun 21 00:15:10.392 INFO O| Jun 21 00:15:10.392 INFO STEP 13 (ensure_dir) COMPLETE
93952026-06-21T00:15:11.821Z[ host-image] Jun 21 00:15:10.392 INFO O| Jun 21 00:15:10.392 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93962026-06-21T00:15:11.826Z[ host-image] Jun 21 00:15:10.399 INFO O| Jun 21 00:15:10.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93972026-06-21T00:15:11.830Z[ host-image] Jun 21 00:15:10.399 INFO O| Jun 21 00:15:10.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93982026-06-21T00:15:11.831Z[ host-image] Jun 21 00:15:10.399 INFO O| Jun 21 00:15:10.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93992026-06-21T00:15:11.831Z[ host-image] Jun 21 00:15:10.399 INFO O| Jun 21 00:15:10.399 INFO STEP 14 (ensure_dir) COMPLETE
94002026-06-21T00:15:11.831Z[ host-image] Jun 21 00:15:10.399 INFO O| Jun 21 00:15:10.399 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94012026-06-21T00:15:11.834Z[ host-image] Jun 21 00:15:10.407 INFO O| Jun 21 00:15:10.407 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94022026-06-21T00:15:11.834Z[ host-image] Jun 21 00:15:10.407 INFO O| Jun 21 00:15:10.407 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94032026-06-21T00:15:11.834Z[ host-image] Jun 21 00:15:10.407 INFO O| Jun 21 00:15:10.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94042026-06-21T00:15:11.834Z[ host-image] Jun 21 00:15:10.407 INFO O| Jun 21 00:15:10.407 INFO STEP 15 (ensure_dir) COMPLETE
94052026-06-21T00:15:11.834Z[ host-image] Jun 21 00:15:10.407 INFO O| Jun 21 00:15:10.407 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-06-21T00:15:11.843Z[ host-image] Jun 21 00:15:10.415 INFO O| Jun 21 00:15:10.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94072026-06-21T00:15:11.846Z[ host-image] Jun 21 00:15:10.415 INFO O| Jun 21 00:15:10.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94082026-06-21T00:15:11.846Z[ host-image] Jun 21 00:15:10.415 INFO O| Jun 21 00:15:10.415 INFO STEP 16 (ensure_dir) COMPLETE
94092026-06-21T00:15:11.846Z[ host-image] Jun 21 00:15:10.415 INFO O| Jun 21 00:15:10.415 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94102026-06-21T00:15:11.849Z[ host-image] Jun 21 00:15:10.422 INFO O| Jun 21 00:15:10.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94112026-06-21T00:15:11.849Z[ host-image] Jun 21 00:15:10.422 INFO O| Jun 21 00:15:10.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94122026-06-21T00:15:11.849Z[ host-image] Jun 21 00:15:10.422 INFO O| Jun 21 00:15:10.422 INFO STEP 17 (ensure_dir) COMPLETE
94132026-06-21T00:15:11.850Z[ host-image] Jun 21 00:15:10.422 INFO O| Jun 21 00:15:10.422 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94142026-06-21T00:15:11.857Z[ host-image] Jun 21 00:15:10.430 INFO O| Jun 21 00:15:10.430 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94152026-06-21T00:15:11.857Z[ host-image] Jun 21 00:15:10.430 INFO O| Jun 21 00:15:10.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94162026-06-21T00:15:11.860Z[ host-image] Jun 21 00:15:10.430 INFO O| Jun 21 00:15:10.430 INFO ok!
94172026-06-21T00:15:11.861Z[ host-image] Jun 21 00:15:10.430 INFO O| Jun 21 00:15:10.430 INFO STEP 18 (ensure_symlink) COMPLETE
94182026-06-21T00:15:11.861Z[ host-image] Jun 21 00:15:10.430 INFO O| Jun 21 00:15:10.430 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94192026-06-21T00:15:11.865Z[ host-image] Jun 21 00:15:10.438 INFO O| Jun 21 00:15:10.438 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94202026-06-21T00:15:11.865Z[ host-image] Jun 21 00:15:10.438 INFO O| Jun 21 00:15:10.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94212026-06-21T00:15:11.865Z[ host-image] Jun 21 00:15:10.438 INFO O| Jun 21 00:15:10.438 INFO ok!
94222026-06-21T00:15:11.868Z[ host-image] Jun 21 00:15:10.438 INFO O| Jun 21 00:15:10.438 INFO STEP 19 (ensure_file) COMPLETE
94232026-06-21T00:15:11.868Z[ host-image] Jun 21 00:15:10.438 INFO O| Jun 21 00:15:10.438 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94242026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94252026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94262026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94272026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO ok!
94282026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO STEP 20 (ensure_symlink) COMPLETE
94292026-06-21T00:15:11.873Z[ host-image] Jun 21 00:15:10.445 INFO O| Jun 21 00:15:10.445 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94302026-06-21T00:15:11.878Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94312026-06-21T00:15:11.882Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94322026-06-21T00:15:11.882Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94332026-06-21T00:15:11.882Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO ok!
94342026-06-21T00:15:11.882Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO STEP 21 (ensure_symlink) COMPLETE
94352026-06-21T00:15:11.882Z[ host-image] Jun 21 00:15:10.452 INFO O| Jun 21 00:15:10.452 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94362026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94372026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94382026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94392026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO ok!
94402026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO STEP 22 (ensure_symlink) COMPLETE
94412026-06-21T00:15:11.886Z[ host-image] Jun 21 00:15:10.458 INFO O| Jun 21 00:15:10.458 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94422026-06-21T00:15:11.891Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94432026-06-21T00:15:11.891Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94442026-06-21T00:15:11.891Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94452026-06-21T00:15:11.892Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO ok!
94462026-06-21T00:15:11.896Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO STEP 23 (ensure_symlink) COMPLETE
94472026-06-21T00:15:11.896Z[ host-image] Jun 21 00:15:10.464 INFO O| Jun 21 00:15:10.464 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94482026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94492026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94502026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94512026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 INFO ok!
94522026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 INFO STEP 24 (ensure_file) COMPLETE
94532026-06-21T00:15:11.900Z[ host-image] Jun 21 00:15:10.473 INFO O| Jun 21 00:15:10.473 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94542026-06-21T00:15:11.907Z[ host-image] Jun 21 00:15:10.479 INFO O| Jun 21 00:15:10.479 INFO updating shadow file
94552026-06-21T00:15:11.907Z[ host-image] Jun 21 00:15:10.479 INFO O| Jun 21 00:15:10.479 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94562026-06-21T00:15:11.908Z[ host-image] Jun 21 00:15:10.479 INFO O| Jun 21 00:15:10.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94572026-06-21T00:15:11.912Z[ host-image] Jun 21 00:15:10.479 INFO O| Jun 21 00:15:10.479 INFO STEP 25 (shadow) COMPLETE
94582026-06-21T00:15:11.912Z[ host-image] Jun 21 00:15:10.480 INFO O| Jun 21 00:15:10.479 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94592026-06-21T00:15:11.912Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94602026-06-21T00:15:11.912Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94612026-06-21T00:15:11.916Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94622026-06-21T00:15:11.916Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 INFO ok!
94632026-06-21T00:15:11.916Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 INFO STEP 26 (ensure_file) COMPLETE
94642026-06-21T00:15:11.916Z[ host-image] Jun 21 00:15:10.486 INFO O| Jun 21 00:15:10.486 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94652026-06-21T00:15:11.919Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94662026-06-21T00:15:11.919Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94672026-06-21T00:15:11.920Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94682026-06-21T00:15:11.920Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO ok!
94692026-06-21T00:15:11.920Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO STEP 27 (ensure_file) COMPLETE
94702026-06-21T00:15:11.920Z[ host-image] Jun 21 00:15:10.492 INFO O| Jun 21 00:15:10.492 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94712026-06-21T00:15:11.931Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94722026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94732026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94742026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94752026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO ok!
94762026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO STEP 28 (ensure_file) COMPLETE
94772026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.501 INFO O| Jun 21 00:15:10.501 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94782026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94792026-06-21T00:15:11.935Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94802026-06-21T00:15:11.939Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94812026-06-21T00:15:11.939Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO ok!
94822026-06-21T00:15:11.939Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO STEP 29 (ensure_file) COMPLETE
94832026-06-21T00:15:11.939Z[ host-image] Jun 21 00:15:10.508 INFO O| Jun 21 00:15:10.508 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94842026-06-21T00:15:11.944Z[ host-image] Jun 21 00:15:10.516 INFO O| Jun 21 00:15:10.516 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94852026-06-21T00:15:11.944Z[ host-image] Jun 21 00:15:10.516 INFO O| Jun 21 00:15:10.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94862026-06-21T00:15:11.945Z[ host-image] Jun 21 00:15:10.516 INFO O| Jun 21 00:15:10.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94872026-06-21T00:15:11.945Z[ host-image] Jun 21 00:15:10.516 INFO O| Jun 21 00:15:10.516 INFO STEP 30 (ensure_dir) COMPLETE
94882026-06-21T00:15:11.945Z[ host-image] Jun 21 00:15:10.516 INFO O| Jun 21 00:15:10.516 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94892026-06-21T00:15:11.949Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94902026-06-21T00:15:11.949Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94912026-06-21T00:15:11.953Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94922026-06-21T00:15:11.953Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94932026-06-21T00:15:11.953Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO ok!
94942026-06-21T00:15:11.953Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO STEP 31 (ensure_file) COMPLETE
94952026-06-21T00:15:11.953Z[ host-image] Jun 21 00:15:10.523 INFO O| Jun 21 00:15:10.523 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94962026-06-21T00:15:11.957Z[ host-image] Jun 21 00:15:10.531 INFO O| Jun 21 00:15:10.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94972026-06-21T00:15:11.957Z[ host-image] Jun 21 00:15:10.531 INFO O| Jun 21 00:15:10.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94982026-06-21T00:15:11.960Z[ host-image] Jun 21 00:15:10.531 INFO O| Jun 21 00:15:10.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94992026-06-21T00:15:11.960Z[ host-image] Jun 21 00:15:10.531 INFO O| Jun 21 00:15:10.531 INFO STEP 32 (ensure_dir) COMPLETE
95002026-06-21T00:15:11.961Z[ host-image] Jun 21 00:15:10.531 INFO O| Jun 21 00:15:10.531 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95012026-06-21T00:15:11.965Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95022026-06-21T00:15:11.965Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 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 ...
95032026-06-21T00:15:11.969Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 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
95042026-06-21T00:15:11.969Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95052026-06-21T00:15:11.969Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 INFO ok!
95062026-06-21T00:15:11.970Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 INFO STEP 33 (ensure_file) COMPLETE
95072026-06-21T00:15:11.970Z[ host-image] Jun 21 00:15:10.538 INFO O| Jun 21 00:15:10.538 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95082026-06-21T00:15:11.973Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95092026-06-21T00:15:11.973Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95102026-06-21T00:15:11.976Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95112026-06-21T00:15:11.976Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO ok!
95122026-06-21T00:15:11.976Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO STEP 34 (ensure_file) COMPLETE
95132026-06-21T00:15:11.976Z[ host-image] Jun 21 00:15:10.546 INFO O| Jun 21 00:15:10.546 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95142026-06-21T00:15:11.981Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95152026-06-21T00:15:11.981Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95162026-06-21T00:15:11.984Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95172026-06-21T00:15:11.985Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95182026-06-21T00:15:11.985Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO ok!
95192026-06-21T00:15:11.985Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO STEP 35 (ensure_file) COMPLETE
95202026-06-21T00:15:11.985Z[ host-image] Jun 21 00:15:10.555 INFO O| Jun 21 00:15:10.555 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95212026-06-21T00:15:11.989Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95222026-06-21T00:15:11.989Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95232026-06-21T00:15:11.993Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95242026-06-21T00:15:11.993Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 INFO ok!
95252026-06-21T00:15:11.993Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 INFO STEP 36 (ensure_file) COMPLETE
95262026-06-21T00:15:11.993Z[ host-image] Jun 21 00:15:10.563 INFO O| Jun 21 00:15:10.563 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95272026-06-21T00:15:11.996Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95282026-06-21T00:15:11.997Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95292026-06-21T00:15:11.997Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95302026-06-21T00:15:11.997Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 INFO ok!
95312026-06-21T00:15:11.997Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 INFO STEP 37 (ensure_file) COMPLETE
95322026-06-21T00:15:11.998Z[ host-image] Jun 21 00:15:10.570 INFO O| Jun 21 00:15:10.570 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95332026-06-21T00:15:12.006Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95342026-06-21T00:15:12.006Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95352026-06-21T00:15:12.010Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95362026-06-21T00:15:12.010Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95372026-06-21T00:15:12.010Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95382026-06-21T00:15:12.010Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95392026-06-21T00:15:12.011Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO ok!
95402026-06-21T00:15:12.011Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO STEP 38 (ensure_file) COMPLETE
95412026-06-21T00:15:12.011Z[ host-image] Jun 21 00:15:10.578 INFO O| Jun 21 00:15:10.578 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95422026-06-21T00:15:12.015Z[ host-image] Jun 21 00:15:10.585 INFO O| Jun 21 00:15:10.585 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95432026-06-21T00:15:12.015Z[ host-image] Jun 21 00:15:10.585 INFO O| Jun 21 00:15:10.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95442026-06-21T00:15:12.015Z[ host-image] Jun 21 00:15:10.585 INFO O| Jun 21 00:15:10.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95452026-06-21T00:15:12.015Z[ host-image] Jun 21 00:15:10.585 INFO O| Jun 21 00:15:10.585 INFO STEP 39 (ensure_dir) COMPLETE
95462026-06-21T00:15:12.015Z[ host-image] Jun 21 00:15:10.585 INFO O| Jun 21 00:15:10.585 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95472026-06-21T00:15:12.021Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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
95482026-06-21T00:15:12.021Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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 ...
95492026-06-21T00:15:12.025Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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
95502026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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
95512026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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
95522026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.594 INFO O| Jun 21 00:15:10.594 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
95532026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.595 INFO O| Jun 21 00:15:10.594 INFO ok!
95542026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.595 INFO O| Jun 21 00:15:10.594 INFO STEP 40 (ensure_file) COMPLETE
95552026-06-21T00:15:12.026Z[ host-image] Jun 21 00:15:10.595 INFO O| Jun 21 00:15:10.595 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95562026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95572026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 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 ...
95582026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95592026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 INFO ok!
95602026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 INFO STEP 41 (ensure_symlink) COMPLETE
95612026-06-21T00:15:12.030Z[ host-image] Jun 21 00:15:10.603 INFO O| Jun 21 00:15:10.603 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95622026-06-21T00:15:12.036Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95632026-06-21T00:15:12.041Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95642026-06-21T00:15:12.041Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95652026-06-21T00:15:12.041Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO ok!
95662026-06-21T00:15:12.041Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO STEP 42 (ensure_symlink) COMPLETE
95672026-06-21T00:15:12.041Z[ host-image] Jun 21 00:15:10.610 INFO O| Jun 21 00:15:10.610 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95682026-06-21T00:15:12.046Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95692026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95702026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95712026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95722026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95732026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95742026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO ok!
95752026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO STEP 43 (ensure_file) COMPLETE
95762026-06-21T00:15:12.047Z[ host-image] Jun 21 00:15:10.617 INFO O| Jun 21 00:15:10.617 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95772026-06-21T00:15:12.050Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95782026-06-21T00:15:12.050Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 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 ...
95792026-06-21T00:15:12.050Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 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
95802026-06-21T00:15:12.051Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95812026-06-21T00:15:12.051Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 INFO ok!
95822026-06-21T00:15:12.051Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 INFO STEP 44 (ensure_file) COMPLETE
95832026-06-21T00:15:12.051Z[ host-image] Jun 21 00:15:10.623 INFO O| Jun 21 00:15:10.623 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95842026-06-21T00:15:12.061Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95852026-06-21T00:15:12.064Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95862026-06-21T00:15:12.064Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95872026-06-21T00:15:12.064Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO ok!
95882026-06-21T00:15:12.064Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO STEP 45 (ensure_file) COMPLETE
95892026-06-21T00:15:12.064Z[ host-image] Jun 21 00:15:10.632 INFO O| Jun 21 00:15:10.632 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95902026-06-21T00:15:12.068Z[ host-image] Jun 21 00:15:10.640 INFO O| Jun 21 00:15:10.640 INFO updating shadow file
95912026-06-21T00:15:12.068Z[ host-image] Jun 21 00:15:10.640 INFO O| Jun 21 00:15:10.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95922026-06-21T00:15:12.068Z[ host-image] Jun 21 00:15:10.640 INFO O| Jun 21 00:15:10.640 INFO STEP 46 (shadow) COMPLETE
95932026-06-21T00:15:12.068Z[ host-image] Jun 21 00:15:10.640 INFO O| Jun 21 00:15:10.640 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95942026-06-21T00:15:12.077Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95952026-06-21T00:15:12.077Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95962026-06-21T00:15:12.080Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95972026-06-21T00:15:12.080Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95982026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO ok!
95992026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO STEP 47 (ensure_file) COMPLETE
96002026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96012026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO skip step because feature "mfg" is not enabled
96022026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96032026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO skip step because feature "mfg" is not enabled
96042026-06-21T00:15:12.081Z[ host-image] Jun 21 00:15:10.647 INFO O| Jun 21 00:15:10.647 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96052026-06-21T00:15:12.087Z[ host-image] Jun 21 00:15:10.656 INFO O| Jun 21 00:15:10.656 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96062026-06-21T00:15:12.087Z[ host-image] Jun 21 00:15:10.656 INFO O| Jun 21 00:15:10.656 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96072026-06-21T00:15:12.103Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96082026-06-21T00:15:12.103Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96092026-06-21T00:15:12.107Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO ok!
96102026-06-21T00:15:12.107Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO STEP 50 (ensure_file) COMPLETE
96112026-06-21T00:15:12.107Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96122026-06-21T00:15:12.107Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO skip step because feature "compliance" is not enabled
96132026-06-21T00:15:12.107Z[ host-image] Jun 21 00:15:10.677 INFO O| Jun 21 00:15:10.677 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96142026-06-21T00:15:12.111Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96152026-06-21T00:15:12.115Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96162026-06-21T00:15:12.115Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96172026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96182026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96192026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96202026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO ok!
96212026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO STEP 52 (ensure_file) COMPLETE
96222026-06-21T00:15:12.116Z[ host-image] Jun 21 00:15:10.685 INFO O| Jun 21 00:15:10.685 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96232026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96242026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 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 ...
96252026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96262026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96272026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO ok!
96282026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO STEP 53 (ensure_file) COMPLETE
96292026-06-21T00:15:12.120Z[ host-image] Jun 21 00:15:10.692 INFO O| Jun 21 00:15:10.692 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96302026-06-21T00:15:12.126Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96312026-06-21T00:15:12.127Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 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 ...
96322026-06-21T00:15:12.130Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96332026-06-21T00:15:12.131Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96342026-06-21T00:15:12.131Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO ok!
96352026-06-21T00:15:12.132Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO STEP 54 (ensure_file) COMPLETE
96362026-06-21T00:15:12.132Z[ host-image] Jun 21 00:15:10.699 INFO O| Jun 21 00:15:10.699 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96372026-06-21T00:15:12.135Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96382026-06-21T00:15:12.136Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 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 ...
96392026-06-21T00:15:12.136Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96402026-06-21T00:15:12.136Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96412026-06-21T00:15:12.137Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO ok!
96422026-06-21T00:15:12.137Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO STEP 55 (ensure_file) COMPLETE
96432026-06-21T00:15:12.137Z[ host-image] Jun 21 00:15:10.705 INFO O| Jun 21 00:15:10.705 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96442026-06-21T00:15:12.141Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96452026-06-21T00:15:12.141Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 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 ...
96462026-06-21T00:15:12.141Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96472026-06-21T00:15:12.142Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96482026-06-21T00:15:12.142Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO ok!
96492026-06-21T00:15:12.142Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO STEP 56 (ensure_file) COMPLETE
96502026-06-21T00:15:12.142Z[ host-image] Jun 21 00:15:10.714 INFO O| Jun 21 00:15:10.714 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96512026-06-21T00:15:12.149Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96522026-06-21T00:15:12.149Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 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 ...
96532026-06-21T00:15:12.149Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 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
96542026-06-21T00:15:12.152Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96552026-06-21T00:15:12.153Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 INFO ok!
96562026-06-21T00:15:12.153Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 INFO STEP 57 (ensure_file) COMPLETE
96572026-06-21T00:15:12.153Z[ host-image] Jun 21 00:15:10.722 INFO O| Jun 21 00:15:10.722 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96582026-06-21T00:15:12.157Z[ host-image] Jun 21 00:15:10.730 INFO O| Jun 21 00:15:10.730 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96592026-06-21T00:15:12.160Z[ host-image] Jun 21 00:15:10.730 INFO O| Jun 21 00:15:10.730 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 ...
96602026-06-21T00:15:12.160Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96612026-06-21T00:15:12.160Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96622026-06-21T00:15:12.161Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96632026-06-21T00:15:12.161Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96642026-06-21T00:15:12.161Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO ok!
96652026-06-21T00:15:12.161Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO STEP 58 (ensure_file) COMPLETE
96662026-06-21T00:15:12.161Z[ host-image] Jun 21 00:15:10.731 INFO O| Jun 21 00:15:10.731 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96672026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96682026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 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 ...
96692026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 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
96702026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96712026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 INFO ok!
96722026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 INFO STEP 59 (ensure_file) COMPLETE
96732026-06-21T00:15:12.165Z[ host-image] Jun 21 00:15:10.738 INFO O| Jun 21 00:15:10.738 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96742026-06-21T00:15:12.170Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96752026-06-21T00:15:12.170Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96762026-06-21T00:15:12.249Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96772026-06-21T00:15:12.249Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96782026-06-21T00:15:12.249Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO ok!
96792026-06-21T00:15:12.249Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO STEP 60 (ensure_file) COMPLETE
96802026-06-21T00:15:12.249Z[ host-image] Jun 21 00:15:10.744 INFO O| Jun 21 00:15:10.744 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96812026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96822026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 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 ...
96832026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 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
96842026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96852026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 INFO ok!
96862026-06-21T00:15:12.257Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 INFO STEP 61 (ensure_file) COMPLETE
96872026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.750 INFO O| Jun 21 00:15:10.750 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96882026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.755 INFO O| Jun 21 00:15:10.755 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96892026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.755 INFO O| Jun 21 00:15:10.755 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96902026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96912026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96922026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96932026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96942026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO ok!
96952026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO STEP 62 (ensure_file) COMPLETE
96962026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.756 INFO O| Jun 21 00:15:10.756 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96972026-06-21T00:15:12.259Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96982026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 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 ...
96992026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 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
97002026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97012026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 INFO ok!
97022026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 INFO STEP 63 (ensure_file) COMPLETE
97032026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.761 INFO O| Jun 21 00:15:10.761 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97042026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97052026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 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 ...
97062026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 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
97072026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97082026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 INFO ok!
97092026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 INFO STEP 64 (ensure_file) COMPLETE
97102026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.767 INFO O| Jun 21 00:15:10.767 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97112026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97122026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 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 ...
97132026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 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
97142026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97152026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO ok!
97162026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO STEP 65 (ensure_file) COMPLETE
97172026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97182026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO skip step because feature "mbist" is not enabled
97192026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.774 INFO O| Jun 21 00:15:10.774 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.781 INFO O| Jun 21 00:15:10.781 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97212026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.781 INFO O| Jun 21 00:15:10.781 INFO STEP 67 (ensure_dir) COMPLETE
97222026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.781 INFO O| Jun 21 00:15:10.781 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.790 INFO O| Jun 21 00:15:10.790 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97242026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.790 INFO O| Jun 21 00:15:10.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97252026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.790 INFO O| Jun 21 00:15:10.790 INFO STEP 68 (ensure_dir) COMPLETE
97262026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.790 INFO O| Jun 21 00:15:10.790 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.798 INFO O| Jun 21 00:15:10.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97282026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.798 INFO O| Jun 21 00:15:10.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97292026-06-21T00:15:12.260Z[ host-image] Jun 21 00:15:10.798 INFO O| Jun 21 00:15:10.798 INFO STEP 69 (ensure_dir) COMPLETE
97302026-06-21T00:15:12.261Z[ host-image] Jun 21 00:15:10.798 INFO O| Jun 21 00:15:10.798 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-06-21T00:15:12.262Z[ host-image] Jun 21 00:15:10.807 INFO O| Jun 21 00:15:10.807 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97322026-06-21T00:15:12.262Z[ host-image] Jun 21 00:15:10.807 INFO O| Jun 21 00:15:10.807 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97332026-06-21T00:15:12.858Z[ host-image] Jun 21 00:15:11.431 INFO O| Jun 21 00:15:11.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97342026-06-21T00:15:12.858Z[ host-image] Jun 21 00:15:11.431 INFO O| Jun 21 00:15:11.431 INFO ok!
97352026-06-21T00:15:12.858Z[ host-image] Jun 21 00:15:11.431 INFO O| Jun 21 00:15:11.431 INFO STEP 70 (ensure_file) COMPLETE
97362026-06-21T00:15:12.864Z[ host-image] Jun 21 00:15:11.431 INFO O| Jun 21 00:15:11.431 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-06-21T00:15:12.868Z[ host-image] Jun 21 00:15:11.439 INFO O| Jun 21 00:15:11.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97382026-06-21T00:15:12.868Z[ host-image] Jun 21 00:15:11.439 INFO O| Jun 21 00:15:11.439 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97392026-06-21T00:15:13.438Z[ host-image] Jun 21 00:15:12.011 INFO O| Jun 21 00:15:12.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97402026-06-21T00:15:13.438Z[ host-image] Jun 21 00:15:12.011 INFO O| Jun 21 00:15:12.011 INFO ok!
97412026-06-21T00:15:13.442Z[ host-image] Jun 21 00:15:12.011 INFO O| Jun 21 00:15:12.011 INFO STEP 71 (ensure_file) COMPLETE
97422026-06-21T00:15:13.442Z[ host-image] Jun 21 00:15:12.011 INFO O| Jun 21 00:15:12.011 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432026-06-21T00:15:13.446Z[ host-image] Jun 21 00:15:12.020 INFO O| Jun 21 00:15:12.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97442026-06-21T00:15:13.446Z[ host-image] Jun 21 00:15:12.020 INFO O| Jun 21 00:15:12.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97452026-06-21T00:15:13.446Z[ host-image] Jun 21 00:15:12.020 INFO O| Jun 21 00:15:12.020 INFO STEP 72 (ensure_dir) COMPLETE
97462026-06-21T00:15:13.450Z[ host-image] Jun 21 00:15:12.020 INFO O| Jun 21 00:15:12.020 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-06-21T00:15:13.455Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97482026-06-21T00:15:13.456Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO copying /tmp/.tmpEfFSOZ/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 ...
97492026-06-21T00:15:13.456Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97502026-06-21T00:15:13.456Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO ok!
97512026-06-21T00:15:13.459Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO STEP 73 (ensure_file) COMPLETE
97522026-06-21T00:15:13.459Z[ host-image] Jun 21 00:15:12.029 INFO O| Jun 21 00:15:12.029 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97542026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO copying /tmp/.tmpEfFSOZ/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 ...
97552026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97562026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO ok!
97572026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO STEP 74 (ensure_file) COMPLETE
97582026-06-21T00:15:13.463Z[ host-image] Jun 21 00:15:12.036 INFO O| Jun 21 00:15:12.036 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592026-06-21T00:15:13.473Z[ host-image] Jun 21 00:15:12.044 INFO O| Jun 21 00:15:12.044 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97602026-06-21T00:15:13.476Z[ host-image] Jun 21 00:15:12.045 INFO O| Jun 21 00:15:12.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97612026-06-21T00:15:13.476Z[ host-image] Jun 21 00:15:12.045 INFO O| Jun 21 00:15:12.045 INFO STEP 75 (ensure_dir) COMPLETE
97622026-06-21T00:15:13.478Z[ host-image] Jun 21 00:15:12.045 INFO O| Jun 21 00:15:12.045 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97642026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO copying /tmp/.tmpEfFSOZ/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 ...
97652026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97662026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO ok!
97672026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO STEP 76 (ensure_file) COMPLETE
97682026-06-21T00:15:13.482Z[ host-image] Jun 21 00:15:12.052 INFO O| Jun 21 00:15:12.052 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692026-06-21T00:15:13.485Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97702026-06-21T00:15:13.485Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO copying /tmp/.tmpEfFSOZ/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 ...
97712026-06-21T00:15:13.486Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97722026-06-21T00:15:13.486Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO ok!
97732026-06-21T00:15:13.486Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO STEP 77 (ensure_file) COMPLETE
97742026-06-21T00:15:13.486Z[ host-image] Jun 21 00:15:12.058 INFO O| Jun 21 00:15:12.058 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-06-21T00:15:13.493Z[ host-image] Jun 21 00:15:12.067 INFO O| Jun 21 00:15:12.066 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97762026-06-21T00:15:13.493Z[ host-image] Jun 21 00:15:12.067 INFO O| Jun 21 00:15:12.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97772026-06-21T00:15:13.494Z[ host-image] Jun 21 00:15:12.067 INFO O| Jun 21 00:15:12.067 INFO STEP 78 (ensure_dir) COMPLETE
97782026-06-21T00:15:13.497Z[ host-image] Jun 21 00:15:12.067 INFO O| Jun 21 00:15:12.067 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97802026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO copying /tmp/.tmpEfFSOZ/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 ...
97812026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97822026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO ok!
97832026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO STEP 79 (ensure_file) COMPLETE
97842026-06-21T00:15:13.501Z[ host-image] Jun 21 00:15:12.074 INFO O| Jun 21 00:15:12.074 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852026-06-21T00:15:13.510Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97862026-06-21T00:15:13.510Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97872026-06-21T00:15:13.514Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97882026-06-21T00:15:13.514Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO ok!
97892026-06-21T00:15:13.514Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO STEP 80 (ensure_file) COMPLETE
97902026-06-21T00:15:13.514Z[ host-image] Jun 21 00:15:12.083 INFO O| Jun 21 00:15:12.083 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912026-06-21T00:15:13.519Z[ host-image] Jun 21 00:15:12.092 INFO O| Jun 21 00:15:12.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97922026-06-21T00:15:13.520Z[ host-image] Jun 21 00:15:12.092 INFO O| Jun 21 00:15:12.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97932026-06-21T00:15:13.520Z[ host-image] Jun 21 00:15:12.092 INFO O| Jun 21 00:15:12.092 INFO STEP 81 (ensure_dir) COMPLETE
97942026-06-21T00:15:13.520Z[ host-image] Jun 21 00:15:12.092 INFO O| Jun 21 00:15:12.092 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-06-21T00:15:13.525Z[ host-image] Jun 21 00:15:12.099 INFO O| Jun 21 00:15:12.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97962026-06-21T00:15:13.525Z[ host-image] Jun 21 00:15:12.099 INFO O| Jun 21 00:15:12.098 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97972026-06-21T00:15:13.804Z[ host-image] Jun 21 00:15:12.374 INFO O| Jun 21 00:15:12.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97982026-06-21T00:15:13.804Z[ host-image] Jun 21 00:15:12.374 INFO O| Jun 21 00:15:12.374 INFO ok!
97992026-06-21T00:15:13.804Z[ host-image] Jun 21 00:15:12.374 INFO O| Jun 21 00:15:12.374 INFO STEP 82 (ensure_file) COMPLETE
98002026-06-21T00:15:13.808Z[ host-image] Jun 21 00:15:12.374 INFO O| Jun 21 00:15:12.374 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-06-21T00:15:13.811Z[ host-image] Jun 21 00:15:12.383 INFO O| Jun 21 00:15:12.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98022026-06-21T00:15:13.812Z[ host-image] Jun 21 00:15:12.383 INFO O| Jun 21 00:15:12.383 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98032026-06-21T00:15:14.074Z[ host-image] Jun 21 00:15:12.647 INFO O| Jun 21 00:15:12.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98042026-06-21T00:15:14.074Z[ host-image] Jun 21 00:15:12.647 INFO O| Jun 21 00:15:12.647 INFO ok!
98052026-06-21T00:15:14.074Z[ host-image] Jun 21 00:15:12.647 INFO O| Jun 21 00:15:12.647 INFO STEP 83 (ensure_file) COMPLETE
98062026-06-21T00:15:14.074Z[ host-image] Jun 21 00:15:12.647 INFO O| Jun 21 00:15:12.647 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-06-21T00:15:14.082Z[ host-image] Jun 21 00:15:12.655 INFO O| Jun 21 00:15:12.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98082026-06-21T00:15:14.082Z[ host-image] Jun 21 00:15:12.655 INFO O| Jun 21 00:15:12.655 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98092026-06-21T00:15:15.739Z[ host-image] Jun 21 00:15:14.312 INFO O| Jun 21 00:15:14.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98102026-06-21T00:15:15.739Z[ host-image] Jun 21 00:15:14.312 INFO O| Jun 21 00:15:14.312 INFO ok!
98112026-06-21T00:15:15.739Z[ host-image] Jun 21 00:15:14.312 INFO O| Jun 21 00:15:14.312 INFO STEP 84 (ensure_file) COMPLETE
98122026-06-21T00:15:15.743Z[ host-image] Jun 21 00:15:14.312 INFO O| Jun 21 00:15:14.312 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-06-21T00:15:15.747Z[ host-image] Jun 21 00:15:14.321 INFO O| Jun 21 00:15:14.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98142026-06-21T00:15:15.750Z[ host-image] Jun 21 00:15:14.321 INFO O| Jun 21 00:15:14.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98152026-06-21T00:15:15.750Z[ host-image] Jun 21 00:15:14.321 INFO O| Jun 21 00:15:14.321 INFO STEP 85 (ensure_dir) COMPLETE
98162026-06-21T00:15:15.751Z[ host-image] Jun 21 00:15:14.321 INFO O| Jun 21 00:15:14.321 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172026-06-21T00:15:15.756Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98182026-06-21T00:15:15.756Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO copying /tmp/.tmpEfFSOZ/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 ...
98192026-06-21T00:15:15.760Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98202026-06-21T00:15:15.760Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO ok!
98212026-06-21T00:15:15.760Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO STEP 86 (ensure_file) COMPLETE
98222026-06-21T00:15:15.760Z[ host-image] Jun 21 00:15:14.330 INFO O| Jun 21 00:15:14.330 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232026-06-21T00:15:15.764Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98242026-06-21T00:15:15.764Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO copying /tmp/.tmpEfFSOZ/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 ...
98252026-06-21T00:15:15.764Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98262026-06-21T00:15:15.764Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO ok!
98272026-06-21T00:15:15.765Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO STEP 87 (ensure_file) COMPLETE
98282026-06-21T00:15:15.765Z[ host-image] Jun 21 00:15:14.336 INFO O| Jun 21 00:15:14.336 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98302026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98312026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98322026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO ok!
98332026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO STEP 88 (ensure_file) COMPLETE
98342026-06-21T00:15:15.827Z[ host-image] Jun 21 00:15:14.342 INFO O| Jun 21 00:15:14.342 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98362026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98372026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98382026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO ok!
98392026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO STEP 89 (ensure_file) COMPLETE
98402026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.348 INFO O| Jun 21 00:15:14.348 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.357 INFO O| Jun 21 00:15:14.357 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98422026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.357 INFO O| Jun 21 00:15:14.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98432026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.357 INFO O| Jun 21 00:15:14.357 INFO STEP 90 (ensure_dir) COMPLETE
98442026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.357 INFO O| Jun 21 00:15:14.357 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.364 INFO O| Jun 21 00:15:14.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98462026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.364 INFO O| Jun 21 00:15:14.364 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98472026-06-21T00:15:15.829Z[ host-image] Jun 21 00:15:14.367 INFO O| Jun 21 00:15:14.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98482026-06-21T00:15:15.830Z[ host-image] Jun 21 00:15:14.367 INFO O| Jun 21 00:15:14.367 INFO ok!
98492026-06-21T00:15:15.830Z[ host-image] Jun 21 00:15:14.367 INFO O| Jun 21 00:15:14.367 INFO STEP 91 (ensure_file) COMPLETE
98502026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.367 INFO O| Jun 21 00:15:14.367 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98522026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98532026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98542026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO ok!
98552026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO STEP 92 (ensure_file) COMPLETE
98562026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.375 INFO O| Jun 21 00:15:14.375 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.382 INFO O| Jun 21 00:15:14.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98582026-06-21T00:15:15.832Z[ host-image] Jun 21 00:15:14.382 INFO O| Jun 21 00:15:14.382 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98592026-06-21T00:15:16.228Z[ host-image] Jun 21 00:15:14.801 INFO O| Jun 21 00:15:14.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98602026-06-21T00:15:16.229Z[ host-image] Jun 21 00:15:14.801 INFO O| Jun 21 00:15:14.801 INFO ok!
98612026-06-21T00:15:16.229Z[ host-image] Jun 21 00:15:14.801 INFO O| Jun 21 00:15:14.801 INFO STEP 93 (ensure_file) COMPLETE
98622026-06-21T00:15:16.232Z[ host-image] Jun 21 00:15:14.801 INFO O| Jun 21 00:15:14.801 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-06-21T00:15:16.237Z[ host-image] Jun 21 00:15:14.811 INFO O| Jun 21 00:15:14.811 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98642026-06-21T00:15:16.238Z[ host-image] Jun 21 00:15:14.811 INFO O| Jun 21 00:15:14.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98652026-06-21T00:15:16.242Z[ host-image] Jun 21 00:15:14.811 INFO O| Jun 21 00:15:14.811 INFO STEP 94 (ensure_dir) COMPLETE
98662026-06-21T00:15:16.242Z[ host-image] Jun 21 00:15:14.811 INFO O| Jun 21 00:15:14.811 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-06-21T00:15:16.246Z[ host-image] Jun 21 00:15:14.818 INFO O| Jun 21 00:15:14.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98682026-06-21T00:15:16.716Z[ host-image] Jun 21 00:15:15.288 INFO O| Jun 21 00:15:15.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98692026-06-21T00:15:16.716Z[ host-image] Jun 21 00:15:15.288 INFO O| Jun 21 00:15:15.288 INFO STEP 95 (ensure_dir) COMPLETE
98702026-06-21T00:15:16.720Z[ host-image] Jun 21 00:15:15.288 INFO O| Jun 21 00:15:15.288 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712026-06-21T00:15:16.724Z[ host-image] Jun 21 00:15:15.297 INFO O| Jun 21 00:15:15.297 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98722026-06-21T00:15:16.724Z[ host-image] Jun 21 00:15:15.297 INFO O| Jun 21 00:15:15.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98732026-06-21T00:15:16.724Z[ host-image] Jun 21 00:15:15.297 INFO O| Jun 21 00:15:15.297 INFO STEP 96 (ensure_dir) COMPLETE
98742026-06-21T00:15:16.724Z[ host-image] Jun 21 00:15:15.297 INFO O| Jun 21 00:15:15.297 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-06-21T00:15:16.731Z[ host-image] Jun 21 00:15:15.304 INFO O| Jun 21 00:15:15.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98762026-06-21T00:15:16.734Z[ host-image] Jun 21 00:15:15.304 INFO O| Jun 21 00:15:15.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98772026-06-21T00:15:16.734Z[ host-image] Jun 21 00:15:15.304 INFO O| Jun 21 00:15:15.304 INFO STEP 97 (ensure_dir) COMPLETE
98782026-06-21T00:15:16.734Z[ host-image] Jun 21 00:15:15.304 INFO O| Jun 21 00:15:15.304 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-06-21T00:15:16.739Z[ host-image] Jun 21 00:15:15.313 INFO O| Jun 21 00:15:15.313 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98802026-06-21T00:15:16.740Z[ host-image] Jun 21 00:15:15.313 INFO O| Jun 21 00:15:15.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98812026-06-21T00:15:16.743Z[ host-image] Jun 21 00:15:15.313 INFO O| Jun 21 00:15:15.313 INFO STEP 98 (ensure_dir) COMPLETE
98822026-06-21T00:15:16.743Z[ host-image] Jun 21 00:15:15.313 INFO O| Jun 21 00:15:15.313 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98842026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO copying /tmp/.tmpEfFSOZ/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 ...
98852026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98862026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO ok!
98872026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO STEP 99 (ensure_file) COMPLETE
98882026-06-21T00:15:16.747Z[ host-image] Jun 21 00:15:15.320 INFO O| Jun 21 00:15:15.320 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-06-21T00:15:16.753Z[ host-image] Jun 21 00:15:15.326 INFO O| Jun 21 00:15:15.326 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98902026-06-21T00:15:16.756Z[ host-image] Jun 21 00:15:15.326 INFO O| Jun 21 00:15:15.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98912026-06-21T00:15:16.756Z[ host-image] Jun 21 00:15:15.326 INFO O| Jun 21 00:15:15.326 INFO STEP 100 (ensure_dir) COMPLETE
98922026-06-21T00:15:16.756Z[ host-image] Jun 21 00:15:15.326 INFO O| Jun 21 00:15:15.326 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932026-06-21T00:15:16.759Z[ host-image] Jun 21 00:15:15.332 INFO O| Jun 21 00:15:15.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98942026-06-21T00:15:16.762Z[ host-image] Jun 21 00:15:15.332 INFO O| Jun 21 00:15:15.332 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98952026-06-21T00:15:16.770Z[ host-image] Jun 21 00:15:15.342 INFO O| Jun 21 00:15:15.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98962026-06-21T00:15:16.774Z[ host-image] Jun 21 00:15:15.342 INFO O| Jun 21 00:15:15.342 INFO ok!
98972026-06-21T00:15:16.774Z[ host-image] Jun 21 00:15:15.342 INFO O| Jun 21 00:15:15.342 INFO STEP 101 (ensure_file) COMPLETE
98982026-06-21T00:15:16.774Z[ host-image] Jun 21 00:15:15.342 INFO O| Jun 21 00:15:15.342 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992026-06-21T00:15:16.779Z[ host-image] Jun 21 00:15:15.350 INFO O| Jun 21 00:15:15.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99002026-06-21T00:15:16.779Z[ host-image] Jun 21 00:15:15.351 INFO O| Jun 21 00:15:15.350 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99012026-06-21T00:15:16.779Z[ host-image] Jun 21 00:15:15.351 INFO O| Jun 21 00:15:15.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99022026-06-21T00:15:16.779Z[ host-image] Jun 21 00:15:15.351 INFO O| Jun 21 00:15:15.351 INFO ok!
99032026-06-21T00:15:16.780Z[ host-image] Jun 21 00:15:15.351 INFO O| Jun 21 00:15:15.351 INFO STEP 102 (ensure_file) COMPLETE
99042026-06-21T00:15:16.780Z[ host-image] Jun 21 00:15:15.351 INFO O| Jun 21 00:15:15.351 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052026-06-21T00:15:16.784Z[ host-image] Jun 21 00:15:15.358 INFO O| Jun 21 00:15:15.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99062026-06-21T00:15:16.784Z[ host-image] Jun 21 00:15:15.358 INFO O| Jun 21 00:15:15.358 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99072026-06-21T00:15:17.034Z[ host-image] Jun 21 00:15:15.607 INFO O| Jun 21 00:15:15.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99082026-06-21T00:15:17.034Z[ host-image] Jun 21 00:15:15.607 INFO O| Jun 21 00:15:15.607 INFO ok!
99092026-06-21T00:15:17.039Z[ host-image] Jun 21 00:15:15.607 INFO O| Jun 21 00:15:15.607 INFO STEP 103 (ensure_file) COMPLETE
99102026-06-21T00:15:17.039Z[ host-image] Jun 21 00:15:15.607 INFO O| Jun 21 00:15:15.607 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-06-21T00:15:17.043Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99122026-06-21T00:15:17.043Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99132026-06-21T00:15:17.047Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99142026-06-21T00:15:17.047Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO ok!
99152026-06-21T00:15:17.047Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO STEP 104 (ensure_file) COMPLETE
99162026-06-21T00:15:17.047Z[ host-image] Jun 21 00:15:15.616 INFO O| Jun 21 00:15:15.616 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-06-21T00:15:17.052Z[ host-image] Jun 21 00:15:15.626 INFO O| Jun 21 00:15:15.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99182026-06-21T00:15:17.056Z[ host-image] Jun 21 00:15:15.626 INFO O| Jun 21 00:15:15.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99192026-06-21T00:15:17.056Z[ host-image] Jun 21 00:15:15.626 INFO O| Jun 21 00:15:15.626 INFO STEP 105 (ensure_dir) COMPLETE
99202026-06-21T00:15:17.057Z[ host-image] Jun 21 00:15:15.626 INFO O| Jun 21 00:15:15.626 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-06-21T00:15:17.061Z[ host-image] Jun 21 00:15:15.635 INFO O| Jun 21 00:15:15.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99222026-06-21T00:15:17.061Z[ host-image] Jun 21 00:15:15.635 INFO O| Jun 21 00:15:15.635 INFO copying /tmp/.tmpEfFSOZ/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 ...
99232026-06-21T00:15:17.325Z[ host-image] Jun 21 00:15:15.898 INFO O| Jun 21 00:15:15.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99242026-06-21T00:15:17.325Z[ host-image] Jun 21 00:15:15.898 INFO O| Jun 21 00:15:15.898 INFO ok!
99252026-06-21T00:15:17.325Z[ host-image] Jun 21 00:15:15.898 INFO O| Jun 21 00:15:15.898 INFO STEP 106 (ensure_file) COMPLETE
99262026-06-21T00:15:17.329Z[ host-image] Jun 21 00:15:15.898 INFO O| Jun 21 00:15:15.898 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-06-21T00:15:17.333Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99282026-06-21T00:15:17.333Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO copying /tmp/.tmpEfFSOZ/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 ...
99292026-06-21T00:15:17.333Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99302026-06-21T00:15:17.334Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO ok!
99312026-06-21T00:15:17.334Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO STEP 107 (ensure_file) COMPLETE
99322026-06-21T00:15:17.334Z[ host-image] Jun 21 00:15:15.906 INFO O| Jun 21 00:15:15.906 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-06-21T00:15:17.340Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
99342026-06-21T00:15:17.340Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO copying /tmp/.tmpEfFSOZ/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 ...
99352026-06-21T00:15:17.344Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
99362026-06-21T00:15:17.344Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO ok!
99372026-06-21T00:15:17.344Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO STEP 108 (ensure_file) COMPLETE
99382026-06-21T00:15:17.344Z[ host-image] Jun 21 00:15:15.913 INFO O| Jun 21 00:15:15.913 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99402026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO copying /tmp/.tmpEfFSOZ/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 ...
99412026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
99422026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO ok!
99432026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO STEP 109 (ensure_file) COMPLETE
99442026-06-21T00:15:17.348Z[ host-image] Jun 21 00:15:15.920 INFO O| Jun 21 00:15:15.920 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-06-21T00:15:17.356Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99462026-06-21T00:15:17.356Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO copying /tmp/.tmpEfFSOZ/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 ...
99472026-06-21T00:15:17.359Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99482026-06-21T00:15:17.360Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO ok!
99492026-06-21T00:15:17.360Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO STEP 110 (ensure_file) COMPLETE
99502026-06-21T00:15:17.360Z[ host-image] Jun 21 00:15:15.930 INFO O| Jun 21 00:15:15.930 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-06-21T00:15:17.365Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99522026-06-21T00:15:17.365Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO copying /tmp/.tmpEfFSOZ/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 ...
99532026-06-21T00:15:17.368Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99542026-06-21T00:15:17.368Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO ok!
99552026-06-21T00:15:17.368Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO STEP 111 (ensure_file) COMPLETE
99562026-06-21T00:15:17.368Z[ host-image] Jun 21 00:15:15.938 INFO O| Jun 21 00:15:15.938 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-06-21T00:15:17.373Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99582026-06-21T00:15:17.373Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO copying /tmp/.tmpEfFSOZ/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 ...
99592026-06-21T00:15:17.377Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99602026-06-21T00:15:17.377Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO ok!
99612026-06-21T00:15:17.377Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO STEP 112 (ensure_file) COMPLETE
99622026-06-21T00:15:17.377Z[ host-image] Jun 21 00:15:15.946 INFO O| Jun 21 00:15:15.946 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99642026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99652026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99662026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO ok!
99672026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO STEP 113 (ensure_file) COMPLETE
99682026-06-21T00:15:17.381Z[ host-image] Jun 21 00:15:15.953 INFO O| Jun 21 00:15:15.953 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-06-21T00:15:17.389Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
99702026-06-21T00:15:17.389Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO copying /tmp/.tmpEfFSOZ/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 ...
99712026-06-21T00:15:17.393Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
99722026-06-21T00:15:17.393Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO ok!
99732026-06-21T00:15:17.393Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO STEP 114 (ensure_file) COMPLETE
99742026-06-21T00:15:17.393Z[ host-image] Jun 21 00:15:15.963 INFO O| Jun 21 00:15:15.963 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-06-21T00:15:17.397Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
99762026-06-21T00:15:17.397Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO copying /tmp/.tmpEfFSOZ/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 ...
99772026-06-21T00:15:17.401Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99782026-06-21T00:15:17.401Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO ok!
99792026-06-21T00:15:17.401Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO STEP 115 (ensure_file) COMPLETE
99802026-06-21T00:15:17.401Z[ host-image] Jun 21 00:15:15.971 INFO O| Jun 21 00:15:15.971 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-06-21T00:15:17.406Z[ host-image] Jun 21 00:15:15.979 INFO O| Jun 21 00:15:15.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99822026-06-21T00:15:17.406Z[ host-image] Jun 21 00:15:15.979 INFO O| Jun 21 00:15:15.979 INFO copying /tmp/.tmpEfFSOZ/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 ...
99832026-06-21T00:15:17.409Z[ host-image] Jun 21 00:15:15.979 INFO O| Jun 21 00:15:15.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99842026-06-21T00:15:17.409Z[ host-image] Jun 21 00:15:15.980 INFO O| Jun 21 00:15:15.979 INFO ok!
99852026-06-21T00:15:17.410Z[ host-image] Jun 21 00:15:15.980 INFO O| Jun 21 00:15:15.979 INFO STEP 116 (ensure_file) COMPLETE
99862026-06-21T00:15:17.413Z[ host-image] Jun 21 00:15:15.980 INFO O| Jun 21 00:15:15.980 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872026-06-21T00:15:17.416Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99882026-06-21T00:15:17.417Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99892026-06-21T00:15:17.417Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99902026-06-21T00:15:17.417Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO ok!
99912026-06-21T00:15:17.417Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO STEP 117 (ensure_file) COMPLETE
99922026-06-21T00:15:17.417Z[ host-image] Jun 21 00:15:15.986 INFO O| Jun 21 00:15:15.986 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99942026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO copying /tmp/.tmpEfFSOZ/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 ...
99952026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99962026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO ok!
99972026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO STEP 118 (ensure_file) COMPLETE
99982026-06-21T00:15:17.421Z[ host-image] Jun 21 00:15:15.993 INFO O| Jun 21 00:15:15.993 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-06-21T00:15:17.429Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
100002026-06-21T00:15:17.429Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO copying /tmp/.tmpEfFSOZ/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 ...
100012026-06-21T00:15:17.436Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
100022026-06-21T00:15:17.436Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO ok!
100032026-06-21T00:15:17.436Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO STEP 119 (ensure_file) COMPLETE
100042026-06-21T00:15:17.436Z[ host-image] Jun 21 00:15:16.003 INFO O| Jun 21 00:15:16.003 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
100062026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO copying /tmp/.tmpEfFSOZ/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 ...
100072026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
100082026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO ok!
100092026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO STEP 120 (ensure_file) COMPLETE
100102026-06-21T00:15:17.440Z[ host-image] Jun 21 00:15:16.011 INFO O| Jun 21 00:15:16.011 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-06-21T00:15:17.445Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100122026-06-21T00:15:17.445Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO copying /tmp/.tmpEfFSOZ/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 ...
100132026-06-21T00:15:17.450Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100142026-06-21T00:15:17.451Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO ok!
100152026-06-21T00:15:17.451Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO STEP 121 (ensure_file) COMPLETE
100162026-06-21T00:15:17.451Z[ host-image] Jun 21 00:15:16.019 INFO O| Jun 21 00:15:16.019 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-06-21T00:15:17.454Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100182026-06-21T00:15:17.454Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO copying /tmp/.tmpEfFSOZ/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 ...
100192026-06-21T00:15:17.455Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100202026-06-21T00:15:17.455Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO ok!
100212026-06-21T00:15:17.455Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO STEP 122 (ensure_file) COMPLETE
100222026-06-21T00:15:17.455Z[ host-image] Jun 21 00:15:16.026 INFO O| Jun 21 00:15:16.026 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-06-21T00:15:17.460Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100242026-06-21T00:15:17.460Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO copying /tmp/.tmpEfFSOZ/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 ...
100252026-06-21T00:15:17.463Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
100262026-06-21T00:15:17.464Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO ok!
100272026-06-21T00:15:17.464Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO STEP 123 (ensure_file) COMPLETE
100282026-06-21T00:15:17.465Z[ host-image] Jun 21 00:15:16.033 INFO O| Jun 21 00:15:16.033 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292026-06-21T00:15:17.468Z[ host-image] Jun 21 00:15:16.040 INFO O| Jun 21 00:15:16.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
100302026-06-21T00:15:17.468Z[ host-image] Jun 21 00:15:16.040 INFO O| Jun 21 00:15:16.040 INFO copying /tmp/.tmpEfFSOZ/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 ...
100312026-06-21T00:15:17.468Z[ host-image] Jun 21 00:15:16.041 INFO O| Jun 21 00:15:16.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
100322026-06-21T00:15:17.468Z[ host-image] Jun 21 00:15:16.041 INFO O| Jun 21 00:15:16.041 INFO ok!
100332026-06-21T00:15:17.468Z[ host-image] Jun 21 00:15:16.041 INFO O| Jun 21 00:15:16.041 INFO STEP 124 (ensure_file) COMPLETE
100342026-06-21T00:15:17.469Z[ host-image] Jun 21 00:15:16.041 INFO O| Jun 21 00:15:16.041 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-06-21T00:15:17.475Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
100362026-06-21T00:15:17.475Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO copying /tmp/.tmpEfFSOZ/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 ...
100372026-06-21T00:15:17.479Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
100382026-06-21T00:15:17.479Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO ok!
100392026-06-21T00:15:17.479Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO STEP 125 (ensure_file) COMPLETE
100402026-06-21T00:15:17.479Z[ host-image] Jun 21 00:15:16.047 INFO O| Jun 21 00:15:16.047 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
100422026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO copying /tmp/.tmpEfFSOZ/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 ...
100432026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
100442026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO ok!
100452026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO STEP 126 (ensure_file) COMPLETE
100462026-06-21T00:15:17.484Z[ host-image] Jun 21 00:15:16.054 INFO O| Jun 21 00:15:16.054 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472026-06-21T00:15:17.490Z[ host-image] Jun 21 00:15:16.063 INFO O| Jun 21 00:15:16.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100482026-06-21T00:15:17.493Z[ host-image] Jun 21 00:15:16.063 INFO O| Jun 21 00:15:16.063 INFO copying /tmp/.tmpEfFSOZ/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 ...
100492026-06-21T00:15:17.493Z[ host-image] Jun 21 00:15:16.063 INFO O| Jun 21 00:15:16.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100502026-06-21T00:15:17.493Z[ host-image] Jun 21 00:15:16.063 INFO O| Jun 21 00:15:16.063 INFO ok!
100512026-06-21T00:15:17.493Z[ host-image] Jun 21 00:15:16.063 INFO O| Jun 21 00:15:16.063 INFO STEP 127 (ensure_file) COMPLETE
100522026-06-21T00:15:17.494Z[ host-image] Jun 21 00:15:16.064 INFO O| Jun 21 00:15:16.063 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532026-06-21T00:15:17.498Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100542026-06-21T00:15:17.502Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO copying /tmp/.tmpEfFSOZ/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 ...
100552026-06-21T00:15:17.502Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100562026-06-21T00:15:17.502Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO ok!
100572026-06-21T00:15:17.502Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO STEP 128 (ensure_file) COMPLETE
100582026-06-21T00:15:17.502Z[ host-image] Jun 21 00:15:16.071 INFO O| Jun 21 00:15:16.071 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-06-21T00:15:17.507Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100602026-06-21T00:15:17.507Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.080 INFO copying /tmp/.tmpEfFSOZ/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 ...
100612026-06-21T00:15:17.510Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100622026-06-21T00:15:17.511Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.081 INFO ok!
100632026-06-21T00:15:17.511Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.081 INFO STEP 129 (ensure_file) COMPLETE
100642026-06-21T00:15:17.511Z[ host-image] Jun 21 00:15:16.081 INFO O| Jun 21 00:15:16.081 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-06-21T00:15:17.516Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100662026-06-21T00:15:17.516Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO copying /tmp/.tmpEfFSOZ/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 ...
100672026-06-21T00:15:17.521Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100682026-06-21T00:15:17.521Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO ok!
100692026-06-21T00:15:17.521Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO STEP 130 (ensure_file) COMPLETE
100702026-06-21T00:15:17.522Z[ host-image] Jun 21 00:15:16.089 INFO O| Jun 21 00:15:16.089 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-06-21T00:15:17.525Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
100722026-06-21T00:15:17.526Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO copying /tmp/.tmpEfFSOZ/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 ...
100732026-06-21T00:15:17.526Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
100742026-06-21T00:15:17.526Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO ok!
100752026-06-21T00:15:17.526Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO STEP 131 (ensure_file) COMPLETE
100762026-06-21T00:15:17.526Z[ host-image] Jun 21 00:15:16.097 INFO O| Jun 21 00:15:16.097 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-06-21T00:15:17.533Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100782026-06-21T00:15:17.533Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO copying /tmp/.tmpEfFSOZ/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 ...
100792026-06-21T00:15:17.537Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100802026-06-21T00:15:17.537Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO ok!
100812026-06-21T00:15:17.537Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO STEP 132 (ensure_file) COMPLETE
100822026-06-21T00:15:17.537Z[ host-image] Jun 21 00:15:16.106 INFO O| Jun 21 00:15:16.106 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100842026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO copying /tmp/.tmpEfFSOZ/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 ...
100852026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100862026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO ok!
100872026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO STEP 133 (ensure_file) COMPLETE
100882026-06-21T00:15:17.542Z[ host-image] Jun 21 00:15:16.114 INFO O| Jun 21 00:15:16.114 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-06-21T00:15:17.550Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100902026-06-21T00:15:17.550Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO copying /tmp/.tmpEfFSOZ/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 ...
100912026-06-21T00:15:17.553Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100922026-06-21T00:15:17.554Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO ok!
100932026-06-21T00:15:17.554Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO STEP 134 (ensure_file) COMPLETE
100942026-06-21T00:15:17.555Z[ host-image] Jun 21 00:15:16.123 INFO O| Jun 21 00:15:16.123 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-06-21T00:15:17.559Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100962026-06-21T00:15:17.559Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO copying /tmp/.tmpEfFSOZ/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 ...
100972026-06-21T00:15:17.559Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100982026-06-21T00:15:17.560Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO ok!
100992026-06-21T00:15:17.560Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO STEP 135 (ensure_file) COMPLETE
101002026-06-21T00:15:17.560Z[ host-image] Jun 21 00:15:16.132 INFO O| Jun 21 00:15:16.132 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-06-21T00:15:17.567Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
101022026-06-21T00:15:17.567Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
101032026-06-21T00:15:17.571Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
101042026-06-21T00:15:17.571Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO ok!
101052026-06-21T00:15:17.571Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO STEP 136 (ensure_file) COMPLETE
101062026-06-21T00:15:17.572Z[ host-image] Jun 21 00:15:16.141 INFO O| Jun 21 00:15:16.141 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-06-21T00:15:17.576Z[ host-image] Jun 21 00:15:16.147 INFO O| Jun 21 00:15:16.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
101082026-06-21T00:15:17.581Z[ host-image] Jun 21 00:15:16.148 INFO O| Jun 21 00:15:16.147 INFO copying /tmp/.tmpEfFSOZ/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 ...
101092026-06-21T00:15:17.581Z[ host-image] Jun 21 00:15:16.148 INFO O| Jun 21 00:15:16.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101102026-06-21T00:15:17.581Z[ host-image] Jun 21 00:15:16.148 INFO O| Jun 21 00:15:16.148 INFO ok!
101112026-06-21T00:15:17.581Z[ host-image] Jun 21 00:15:16.148 INFO O| Jun 21 00:15:16.148 INFO STEP 137 (ensure_file) COMPLETE
101122026-06-21T00:15:17.581Z[ host-image] Jun 21 00:15:16.148 INFO O| Jun 21 00:15:16.148 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-06-21T00:15:17.593Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101142026-06-21T00:15:17.593Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101152026-06-21T00:15:17.593Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101162026-06-21T00:15:17.596Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO ok!
101172026-06-21T00:15:17.596Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO STEP 138 (ensure_file) COMPLETE
101182026-06-21T00:15:17.596Z[ host-image] Jun 21 00:15:16.165 INFO O| Jun 21 00:15:16.165 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-06-21T00:15:17.600Z[ host-image] Jun 21 00:15:16.172 INFO O| Jun 21 00:15:16.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101202026-06-21T00:15:17.600Z[ host-image] Jun 21 00:15:16.172 INFO O| Jun 21 00:15:16.172 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101212026-06-21T00:15:20.741Z[ recovery-image] Jun 21 00:15:19.314 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
101222026-06-21T00:15:23.435Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling bitflags v1.3.2
101232026-06-21T00:15:23.435Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling bitflags v2.11.1
101242026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling bit_field v0.10.3
101252026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling adler2 v2.0.1
101262026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling plain v0.2.3
101272026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling log v0.4.29
101282026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling scroll v0.13.0
101292026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling static_assertions v1.1.0
101302026-06-21T00:15:23.441Z[ recovery-image] Jun 21 00:15:22.008 INFO E| Compiling bitstruct v0.1.1
101312026-06-21T00:15:23.493Z[ recovery-image] Jun 21 00:15:22.067 INFO E| Compiling raw-cpuid v10.7.0
101322026-06-21T00:15:23.608Z[ recovery-image] Jun 21 00:15:22.181 INFO E| Compiling miniz_oxide v0.9.1
101332026-06-21T00:15:23.699Z[ recovery-image] Jun 21 00:15:22.272 INFO E| Compiling cpio_reader v0.1.2
101342026-06-21T00:15:24.943Z[ recovery-image] Jun 21 00:15:22.368 INFO E| Compiling goblin v0.10.5
101352026-06-21T00:15:27.064Z[ recovery-image] Jun 21 00:15:25.638 INFO E| Finished `release` profile [optimized] target(s) in 22.30s
101362026-06-21T00:15:27.087Z[ recovery-image] Jun 21 00:15:25.660 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
101372026-06-21T00:15:27.087Z[ recovery-image] Jun 21 00:15:25.660 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
101382026-06-21T00:15:27.090Z[ recovery-image] Jun 21 00:15:25.660 INFO building ROM for gimlet
101392026-06-21T00:15:27.090Z[ recovery-image] Jun 21 00:15:25.660 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
101402026-06-21T00:15:27.185Z[ recovery-image] Jun 21 00:15:25.759 INFO E| Downloading crates ...
101412026-06-21T00:15:27.240Z[ recovery-image] Jun 21 00:15:25.813 INFO E| Downloaded shared_child v1.0.1
101422026-06-21T00:15:27.244Z[ recovery-image] Jun 21 00:15:25.818 INFO E| Downloaded anstream v0.6.18
101432026-06-21T00:15:27.247Z[ recovery-image] Jun 21 00:15:25.820 INFO E| Downloaded colorchoice v1.0.3
101442026-06-21T00:15:27.254Z[ recovery-image] Jun 21 00:15:25.827 INFO E| Downloaded anstyle-query v1.1.2
101452026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.829 INFO E| Downloaded os_pipe v1.2.1
101462026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.830 INFO E| Downloaded anstyle v1.0.10
101472026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.832 INFO E| Downloaded toml_datetime v0.6.9
101482026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.836 INFO E| Downloaded toml v0.8.22
101492026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.859 INFO E| Downloaded toml_write v0.1.1
101502026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.860 INFO E| Downloaded duct v0.13.7
101512026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.862 INFO E| Downloaded anstyle-parse v0.2.6
101522026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.863 INFO E| Downloaded serde_spanned v0.6.8
101532026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.864 INFO E| Downloaded is_terminal_polyfill v1.70.1
101542026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.864 INFO E| Downloaded clap_lex v0.7.4
101552026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.869 INFO E| Downloaded clap_derive v4.5.32
101562026-06-21T00:15:27.303Z[ recovery-image] Jun 21 00:15:25.871 INFO E| Downloaded clap v4.5.37
101572026-06-21T00:15:27.307Z[ recovery-image] Jun 21 00:15:25.878 INFO E| Downloaded cc v1.2.20
101582026-06-21T00:15:27.311Z[ recovery-image] Jun 21 00:15:25.885 INFO E| Downloaded toml_edit v0.22.26
101592026-06-21T00:15:27.335Z[ recovery-image] Jun 21 00:15:25.909 INFO E| Downloaded winnow v0.7.7
101602026-06-21T00:15:27.341Z[ recovery-image] Jun 21 00:15:25.915 INFO E| Downloaded clap_builder v4.5.37
101612026-06-21T00:15:27.361Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling libc v0.2.172
101622026-06-21T00:15:27.361Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling utf8parse v0.2.2
101632026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling hashbrown v0.15.2
101642026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling shlex v1.3.0
101652026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling anstyle v1.0.10
101662026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling anstyle-query v1.1.2
101672026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling equivalent v1.0.2
101682026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling is_terminal_polyfill v1.70.1
101692026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling once_cell v1.21.3
101702026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling colorchoice v1.0.3
101712026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling winnow v0.7.7
101722026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling strsim v0.11.1
101732026-06-21T00:15:27.367Z[ recovery-image] Jun 21 00:15:25.932 INFO E| Compiling toml_write v0.1.1
101742026-06-21T00:15:27.377Z[ recovery-image] Jun 21 00:15:25.950 INFO E| Compiling clap_lex v0.7.4
101752026-06-21T00:15:27.430Z[ recovery-image] Jun 21 00:15:26.004 INFO E| Compiling syn v2.0.101
101762026-06-21T00:15:27.430Z[ recovery-image] Jun 21 00:15:26.004 INFO E| Compiling anyhow v1.0.98
101772026-06-21T00:15:27.588Z[ recovery-image] Jun 21 00:15:26.161 INFO E| Compiling anstyle-parse v0.2.6
101782026-06-21T00:15:27.609Z[ recovery-image] Jun 21 00:15:26.182 INFO E| Compiling cc v1.2.20
101792026-06-21T00:15:27.763Z[ recovery-image] Jun 21 00:15:26.337 INFO E| Compiling anstream v0.6.18
101802026-06-21T00:15:28.032Z[ recovery-image] Jun 21 00:15:26.605 INFO E| Compiling indexmap v2.9.0
101812026-06-21T00:15:28.087Z[ recovery-image] Jun 21 00:15:26.660 INFO E| Compiling clap_builder v4.5.37
101822026-06-21T00:15:28.405Z[ recovery-image] Jun 21 00:15:26.979 INFO E| Compiling shared_child v1.0.1
101832026-06-21T00:15:28.405Z[ recovery-image] Jun 21 00:15:26.979 INFO E| Compiling os_pipe v1.2.1
101842026-06-21T00:15:28.552Z[ recovery-image] Jun 21 00:15:27.126 INFO E| Compiling duct v0.13.7
101852026-06-21T00:15:29.153Z[ recovery-image] Jun 21 00:15:27.727 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
101862026-06-21T00:15:30.291Z[ recovery-image] Jun 21 00:15:28.865 INFO E| Compiling serde_derive v1.0.219
101872026-06-21T00:15:30.294Z[ recovery-image] Jun 21 00:15:28.865 INFO E| Compiling clap_derive v4.5.32
101882026-06-21T00:15:30.476Z[ host-image] Jun 21 00:15:29.049 INFO O| Jun 21 00:15:29.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101892026-06-21T00:15:30.476Z[ host-image] Jun 21 00:15:29.049 INFO O| Jun 21 00:15:29.049 INFO ok!
101902026-06-21T00:15:30.478Z[ host-image] Jun 21 00:15:29.049 INFO O| Jun 21 00:15:29.049 INFO STEP 139 (ensure_file) COMPLETE
101912026-06-21T00:15:30.478Z[ host-image] Jun 21 00:15:29.049 INFO O| Jun 21 00:15:29.049 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-06-21T00:15:30.485Z[ host-image] Jun 21 00:15:29.059 INFO O| Jun 21 00:15:29.059 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101932026-06-21T00:15:30.486Z[ host-image] Jun 21 00:15:29.059 INFO O| Jun 21 00:15:29.059 INFO STEP 140 (ensure_dir) COMPLETE
101942026-06-21T00:15:30.489Z[ host-image] Jun 21 00:15:29.059 INFO O| Jun 21 00:15:29.059 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-06-21T00:15:30.494Z[ host-image] Jun 21 00:15:29.068 INFO O| Jun 21 00:15:29.068 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101962026-06-21T00:15:30.495Z[ host-image] Jun 21 00:15:29.068 INFO O| Jun 21 00:15:29.068 INFO STEP 141 (ensure_dir) COMPLETE
101972026-06-21T00:15:30.497Z[ host-image] Jun 21 00:15:29.068 INFO O| Jun 21 00:15:29.068 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-06-21T00:15:30.503Z[ host-image] Jun 21 00:15:29.077 INFO O| Jun 21 00:15:29.077 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101992026-06-21T00:15:30.504Z[ host-image] Jun 21 00:15:29.077 INFO O| Jun 21 00:15:29.077 INFO STEP 142 (ensure_dir) COMPLETE
102002026-06-21T00:15:30.507Z[ host-image] Jun 21 00:15:29.077 INFO O| Jun 21 00:15:29.077 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-06-21T00:15:30.512Z[ host-image] Jun 21 00:15:29.086 INFO O| Jun 21 00:15:29.086 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102022026-06-21T00:15:30.512Z[ host-image] Jun 21 00:15:29.086 INFO O| Jun 21 00:15:29.086 INFO STEP 143 (ensure_dir) COMPLETE
102032026-06-21T00:15:30.515Z[ host-image] Jun 21 00:15:29.086 INFO O| Jun 21 00:15:29.086 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-06-21T00:15:30.519Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102052026-06-21T00:15:30.519Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO copying /tmp/.tmpEfFSOZ/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 ...
102062026-06-21T00:15:30.522Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102072026-06-21T00:15:30.522Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO ok!
102082026-06-21T00:15:30.523Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO STEP 144 (ensure_file) COMPLETE
102092026-06-21T00:15:30.523Z[ host-image] Jun 21 00:15:29.093 INFO O| Jun 21 00:15:29.093 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-06-21T00:15:30.527Z[ host-image] Jun 21 00:15:29.101 INFO O| Jun 21 00:15:29.100 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102112026-06-21T00:15:30.527Z[ host-image] Jun 21 00:15:29.101 INFO O| Jun 21 00:15:29.101 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102122026-06-21T00:15:30.529Z[ host-image] Jun 21 00:15:29.101 INFO O| Jun 21 00:15:29.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102132026-06-21T00:15:30.529Z[ host-image] Jun 21 00:15:29.101 INFO O| Jun 21 00:15:29.101 INFO STEP 145 (ensure_dir) COMPLETE
102142026-06-21T00:15:30.529Z[ host-image] Jun 21 00:15:29.101 INFO O| Jun 21 00:15:29.101 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-06-21T00:15:30.534Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.107 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102162026-06-21T00:15:30.534Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.108 INFO copying /tmp/.tmpEfFSOZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102172026-06-21T00:15:30.536Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102182026-06-21T00:15:30.537Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.108 INFO ok!
102192026-06-21T00:15:30.537Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.108 INFO STEP 146 (ensure_file) COMPLETE
102202026-06-21T00:15:30.537Z[ host-image] Jun 21 00:15:29.108 INFO O| Jun 21 00:15:29.108 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102212026-06-21T00:15:30.543Z[ host-image] Jun 21 00:15:29.117 INFO O| Jun 21 00:15:29.116 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102222026-06-21T00:15:30.545Z[ host-image] Jun 21 00:15:29.117 INFO O| Jun 21 00:15:29.117 INFO STEP 147 (remove_files) COMPLETE
102232026-06-21T00:15:30.546Z[ host-image] Jun 21 00:15:29.117 INFO O| Jun 21 00:15:29.117 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102242026-06-21T00:15:30.551Z[ host-image] Jun 21 00:15:29.124 INFO O| Jun 21 00:15:29.124 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102252026-06-21T00:15:30.555Z[ host-image] Jun 21 00:15:29.124 INFO O| Jun 21 00:15:29.124 INFO STEP 148 (remove_files) COMPLETE
102262026-06-21T00:15:30.555Z[ host-image] Jun 21 00:15:29.124 INFO O| Jun 21 00:15:29.124 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102272026-06-21T00:15:30.560Z[ host-image] Jun 21 00:15:29.133 INFO O| Jun 21 00:15:29.133 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102282026-06-21T00:15:30.563Z[ host-image] Jun 21 00:15:29.134 INFO O| Jun 21 00:15:29.134 INFO STEP 149 (remove_files) COMPLETE
102292026-06-21T00:15:30.564Z[ host-image] Jun 21 00:15:29.134 INFO O| Jun 21 00:15:29.134 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102302026-06-21T00:15:30.569Z[ host-image] Jun 21 00:15:29.143 INFO O| Jun 21 00:15:29.143 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102312026-06-21T00:15:30.572Z[ host-image] Jun 21 00:15:29.143 INFO O| Jun 21 00:15:29.143 INFO STEP 150 (remove_files) COMPLETE
102322026-06-21T00:15:30.572Z[ host-image] Jun 21 00:15:29.143 INFO O| Jun 21 00:15:29.143 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102332026-06-21T00:15:30.578Z[ host-image] Jun 21 00:15:29.151 INFO O| Jun 21 00:15:29.151 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102342026-06-21T00:15:30.580Z[ host-image] Jun 21 00:15:29.152 INFO O| Jun 21 00:15:29.152 INFO STEP 151 (remove_files) COMPLETE
102352026-06-21T00:15:30.580Z[ host-image] Jun 21 00:15:29.152 INFO O| Jun 21 00:15:29.152 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102362026-06-21T00:15:30.585Z[ host-image] Jun 21 00:15:29.159 INFO O| Jun 21 00:15:29.159 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102372026-06-21T00:15:30.588Z[ host-image] Jun 21 00:15:29.159 INFO O| Jun 21 00:15:29.159 INFO STEP 152 (remove_files) COMPLETE
102382026-06-21T00:15:30.588Z[ host-image] Jun 21 00:15:29.159 INFO O| Jun 21 00:15:29.159 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102392026-06-21T00:15:30.594Z[ host-image] Jun 21 00:15:29.168 INFO O| Jun 21 00:15:29.168 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102402026-06-21T00:15:30.597Z[ host-image] Jun 21 00:15:29.168 INFO O| Jun 21 00:15:29.168 INFO STEP 153 (remove_files) COMPLETE
102412026-06-21T00:15:30.597Z[ host-image] Jun 21 00:15:29.168 INFO O| Jun 21 00:15:29.168 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102422026-06-21T00:15:30.602Z[ host-image] Jun 21 00:15:29.176 INFO O| Jun 21 00:15:29.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102432026-06-21T00:15:30.602Z[ host-image] Jun 21 00:15:29.176 INFO O| Jun 21 00:15:29.176 INFO STEP 154 (remove_files) COMPLETE
102442026-06-21T00:15:30.605Z[ host-image] Jun 21 00:15:29.176 INFO O| Jun 21 00:15:29.176 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102452026-06-21T00:15:30.611Z[ host-image] Jun 21 00:15:29.185 INFO O| Jun 21 00:15:29.185 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102462026-06-21T00:15:30.611Z[ host-image] Jun 21 00:15:29.185 INFO O| Jun 21 00:15:29.185 INFO STEP 155 (remove_files) COMPLETE
102472026-06-21T00:15:30.614Z[ host-image] Jun 21 00:15:29.185 INFO O| Jun 21 00:15:29.185 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482026-06-21T00:15:30.620Z[ host-image] Jun 21 00:15:29.193 INFO O| Jun 21 00:15:29.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102492026-06-21T00:15:30.622Z[ host-image] Jun 21 00:15:29.194 INFO O| Jun 21 00:15:29.194 INFO STEP 156 (remove_files) COMPLETE
102502026-06-21T00:15:30.622Z[ host-image] Jun 21 00:15:29.194 INFO O| Jun 21 00:15:29.194 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512026-06-21T00:15:30.629Z[ host-image] Jun 21 00:15:29.202 INFO O| Jun 21 00:15:29.202 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102522026-06-21T00:15:30.629Z[ host-image] Jun 21 00:15:29.202 INFO O| Jun 21 00:15:29.202 INFO STEP 157 (remove_files) COMPLETE
102532026-06-21T00:15:30.631Z[ host-image] Jun 21 00:15:29.202 INFO O| Jun 21 00:15:29.202 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542026-06-21T00:15:30.637Z[ host-image] Jun 21 00:15:29.211 INFO O| Jun 21 00:15:29.211 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102552026-06-21T00:15:30.638Z[ host-image] Jun 21 00:15:29.211 INFO O| Jun 21 00:15:29.211 INFO STEP 158 (remove_files) COMPLETE
102562026-06-21T00:15:30.641Z[ host-image] Jun 21 00:15:29.211 INFO O| Jun 21 00:15:29.211 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572026-06-21T00:15:30.647Z[ host-image] Jun 21 00:15:29.221 INFO O| Jun 21 00:15:29.221 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102582026-06-21T00:15:30.647Z[ host-image] Jun 21 00:15:29.221 INFO O| Jun 21 00:15:29.221 INFO STEP 159 (remove_files) COMPLETE
102592026-06-21T00:15:30.650Z[ host-image] Jun 21 00:15:29.221 INFO O| Jun 21 00:15:29.221 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602026-06-21T00:15:30.656Z[ host-image] Jun 21 00:15:29.230 INFO O| Jun 21 00:15:29.230 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102612026-06-21T00:15:30.656Z[ host-image] Jun 21 00:15:29.230 INFO O| Jun 21 00:15:29.230 INFO STEP 160 (remove_files) COMPLETE
102622026-06-21T00:15:30.660Z[ host-image] Jun 21 00:15:29.230 INFO O| Jun 21 00:15:29.230 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632026-06-21T00:15:30.665Z[ host-image] Jun 21 00:15:29.238 INFO O| Jun 21 00:15:29.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102642026-06-21T00:15:30.667Z[ host-image] Jun 21 00:15:29.238 INFO O| Jun 21 00:15:29.238 INFO STEP 161 (remove_files) COMPLETE
102652026-06-21T00:15:30.667Z[ host-image] Jun 21 00:15:29.238 INFO O| Jun 21 00:15:29.238 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662026-06-21T00:15:30.673Z[ host-image] Jun 21 00:15:29.247 INFO O| Jun 21 00:15:29.247 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102672026-06-21T00:15:30.674Z[ host-image] Jun 21 00:15:29.247 INFO O| Jun 21 00:15:29.247 INFO STEP 162 (remove_files) COMPLETE
102682026-06-21T00:15:30.677Z[ host-image] Jun 21 00:15:29.247 INFO O| Jun 21 00:15:29.247 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692026-06-21T00:15:30.682Z[ host-image] Jun 21 00:15:29.255 INFO O| Jun 21 00:15:29.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102702026-06-21T00:15:30.682Z[ host-image] Jun 21 00:15:29.255 INFO O| Jun 21 00:15:29.255 INFO STEP 163 (remove_files) COMPLETE
102712026-06-21T00:15:30.682Z[ host-image] Jun 21 00:15:29.255 INFO O| Jun 21 00:15:29.255 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722026-06-21T00:15:30.688Z[ host-image] Jun 21 00:15:29.262 INFO O| Jun 21 00:15:29.262 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102732026-06-21T00:15:30.688Z[ host-image] Jun 21 00:15:29.262 INFO O| Jun 21 00:15:29.262 INFO STEP 164 (remove_files) COMPLETE
102742026-06-21T00:15:30.688Z[ host-image] Jun 21 00:15:29.262 INFO O| Jun 21 00:15:29.262 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752026-06-21T00:15:30.698Z[ host-image] Jun 21 00:15:29.271 INFO O| Jun 21 00:15:29.271 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102762026-06-21T00:15:30.698Z[ host-image] Jun 21 00:15:29.271 INFO O| Jun 21 00:15:29.271 INFO STEP 165 (remove_files) COMPLETE
102772026-06-21T00:15:30.698Z[ host-image] Jun 21 00:15:29.271 INFO O| Jun 21 00:15:29.271 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782026-06-21T00:15:30.707Z[ host-image] Jun 21 00:15:29.281 INFO O| Jun 21 00:15:29.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102792026-06-21T00:15:30.707Z[ host-image] Jun 21 00:15:29.281 INFO O| Jun 21 00:15:29.281 INFO STEP 166 (remove_files) COMPLETE
102802026-06-21T00:15:30.710Z[ host-image] Jun 21 00:15:29.281 INFO O| Jun 21 00:15:29.281 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812026-06-21T00:15:30.715Z[ host-image] Jun 21 00:15:29.289 INFO O| Jun 21 00:15:29.289 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102822026-06-21T00:15:30.715Z[ host-image] Jun 21 00:15:29.289 INFO O| Jun 21 00:15:29.289 INFO STEP 167 (remove_files) COMPLETE
102832026-06-21T00:15:30.718Z[ host-image] Jun 21 00:15:29.289 INFO O| Jun 21 00:15:29.289 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842026-06-21T00:15:30.724Z[ host-image] Jun 21 00:15:29.298 INFO O| Jun 21 00:15:29.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102852026-06-21T00:15:30.727Z[ host-image] Jun 21 00:15:29.298 INFO O| Jun 21 00:15:29.298 INFO STEP 168 (remove_files) COMPLETE
102862026-06-21T00:15:30.727Z[ host-image] Jun 21 00:15:29.298 INFO O| Jun 21 00:15:29.298 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872026-06-21T00:15:30.731Z[ host-image] Jun 21 00:15:29.305 INFO O| Jun 21 00:15:29.305 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102882026-06-21T00:15:30.731Z[ host-image] Jun 21 00:15:29.305 INFO O| Jun 21 00:15:29.305 INFO STEP 169 (remove_files) COMPLETE
102892026-06-21T00:15:30.734Z[ host-image] Jun 21 00:15:29.305 INFO O| Jun 21 00:15:29.305 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902026-06-21T00:15:30.740Z[ host-image] Jun 21 00:15:29.314 INFO O| Jun 21 00:15:29.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102912026-06-21T00:15:30.740Z[ host-image] Jun 21 00:15:29.314 INFO O| Jun 21 00:15:29.314 INFO STEP 170 (remove_files) COMPLETE
102922026-06-21T00:15:30.741Z[ host-image] Jun 21 00:15:29.314 INFO O| Jun 21 00:15:29.314 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932026-06-21T00:15:30.749Z[ host-image] Jun 21 00:15:29.323 INFO O| Jun 21 00:15:29.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102942026-06-21T00:15:30.749Z[ host-image] Jun 21 00:15:29.323 INFO O| Jun 21 00:15:29.323 INFO STEP 171 (remove_files) COMPLETE
102952026-06-21T00:15:30.753Z[ host-image] Jun 21 00:15:29.323 INFO O| Jun 21 00:15:29.323 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962026-06-21T00:15:30.758Z[ host-image] Jun 21 00:15:29.332 INFO O| Jun 21 00:15:29.331 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102972026-06-21T00:15:30.758Z[ host-image] Jun 21 00:15:29.332 INFO O| Jun 21 00:15:29.332 INFO STEP 172 (remove_files) COMPLETE
102982026-06-21T00:15:30.760Z[ host-image] Jun 21 00:15:29.332 INFO O| Jun 21 00:15:29.332 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992026-06-21T00:15:30.766Z[ host-image] Jun 21 00:15:29.340 INFO O| Jun 21 00:15:29.340 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103002026-06-21T00:15:30.766Z[ host-image] Jun 21 00:15:29.340 INFO O| Jun 21 00:15:29.340 INFO STEP 173 (remove_files) COMPLETE
103012026-06-21T00:15:30.769Z[ host-image] Jun 21 00:15:29.340 INFO O| Jun 21 00:15:29.340 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022026-06-21T00:15:30.775Z[ host-image] Jun 21 00:15:29.349 INFO O| Jun 21 00:15:29.349 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103032026-06-21T00:15:30.775Z[ host-image] Jun 21 00:15:29.349 INFO O| Jun 21 00:15:29.349 INFO STEP 174 (remove_files) COMPLETE
103042026-06-21T00:15:30.778Z[ host-image] Jun 21 00:15:29.349 INFO O| Jun 21 00:15:29.349 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103052026-06-21T00:15:30.785Z[ host-image] Jun 21 00:15:29.358 INFO O| Jun 21 00:15:29.358 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103062026-06-21T00:15:30.785Z[ host-image] Jun 21 00:15:29.358 INFO O| Jun 21 00:15:29.358 INFO STEP 175 (remove_files) COMPLETE
103072026-06-21T00:15:30.785Z[ host-image] Jun 21 00:15:29.358 INFO O| Jun 21 00:15:29.358 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103082026-06-21T00:15:30.796Z[ host-image] Jun 21 00:15:29.370 INFO O| Jun 21 00:15:29.370 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103092026-06-21T00:15:30.796Z[ host-image] Jun 21 00:15:29.370 INFO O| Jun 21 00:15:29.370 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"}
103102026-06-21T00:15:31.622Z[ recovery-image] Jun 21 00:15:30.195 INFO E| Compiling clap v4.5.37
103112026-06-21T00:15:32.301Z[ recovery-image] Jun 21 00:15:30.875 INFO E| Compiling serde v1.0.219
103122026-06-21T00:15:34.225Z[ recovery-image] Jun 21 00:15:32.794 INFO E| Compiling toml_datetime v0.6.9
103132026-06-21T00:15:34.227Z[ recovery-image] Jun 21 00:15:32.794 INFO E| Compiling serde_spanned v0.6.8
103142026-06-21T00:15:34.373Z[ recovery-image] Jun 21 00:15:32.946 INFO E| Compiling toml_edit v0.22.26
103152026-06-21T00:15:35.775Z[ recovery-image] Jun 21 00:15:34.348 INFO E| Compiling toml v0.8.22
103162026-06-21T00:15:35.825Z[ host-image] Jun 21 00:15:34.399 INFO O| Jun 21 00:15:34.399 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
103172026-06-21T00:15:35.825Z[ host-image] Jun 21 00:15:34.399 INFO O| Jun 21 00:15:34.399 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103182026-06-21T00:15:35.837Z[ host-image] Jun 21 00:15:34.411 INFO O| Jun 21 00:15:34.411 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
103192026-06-21T00:15:35.937Z[ host-image] Jun 21 00:15:34.511 INFO O| Jun 21 00:15:34.511 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103202026-06-21T00:15:35.995Z[ host-image] Jun 21 00:15:34.568 INFO O| Jun 21 00:15:34.568 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
103212026-06-21T00:15:36.069Z[ host-image] Jun 21 00:15:34.641 INFO O| Jun 21 00:15:34.641 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103222026-06-21T00:15:36.069Z[ host-image] Jun 21 00:15:34.642 INFO O| Jun 21 00:15:34.641 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103232026-06-21T00:15:36.199Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103242026-06-21T00:15:36.199Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO ok!
103252026-06-21T00:15:36.199Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103262026-06-21T00:15:36.202Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO STEP 176 (seed_smf) COMPLETE
103272026-06-21T00:15:36.202Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO steps complete; finalising image!
103282026-06-21T00:15:36.202Z[ host-image] Jun 21 00:15:34.772 INFO O| Jun 21 00:15:34.772 INFO TRIM POOL: TEMPORARY-sled-zfs
103292026-06-21T00:15:36.261Z[ host-image] Jun 21 00:15:34.828 INFO O| Jun 21 00:15:34.828 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Sun Jun 21 00:15:34 2026)
103302026-06-21T00:15:36.471Z[ host-image] Jun 21 00:15:35.043 INFO O| Jun 21 00:15:35.043 INFO temporary pool has 851M used, 44.9M avail, 1.81x compressratio
103312026-06-21T00:15:36.471Z[ host-image] Jun 21 00:15:35.043 INFO O| Jun 21 00:15:35.043 INFO EXPORT POOL: TEMPORARY-sled-zfs
103322026-06-21T00:15:37.082Z[ host-image] Jun 21 00:15:35.654 INFO O| Jun 21 00:15:35.654 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103332026-06-21T00:15:37.082Z[ host-image] Jun 21 00:15:35.654 INFO O| Jun 21 00:15:35.654 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103342026-06-21T00:15:37.791Z[ host-image] Jun 21 00:15:36.364 INFO O| Jun 21 00:15:36.364 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103352026-06-21T00:15:37.791Z[ host-image] Jun 21 00:15:36.364 INFO O| Jun 21 00:15:36.364 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103362026-06-21T00:15:37.794Z[ host-image] Jun 21 00:15:36.364 INFO O| Jun 21 00:15:36.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103372026-06-21T00:15:37.794Z[ host-image] Jun 21 00:15:36.364 INFO O| Jun 21 00:15:36.364 INFO completed processing sled/zfs
103382026-06-21T00:15:37.794Z[ host-image] Jun 21 00:15:36.364 INFO O| Jun 21 00:15:36.364 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103392026-06-21T00:15:38.682Z[ recovery-image] Jun 21 00:15:37.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
103402026-06-21T00:15:38.693Z[ recovery-image] Jun 21 00:15:37.267 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
103412026-06-21T00:15:38.712Z[ recovery-image] Jun 21 00:15:37.285 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103422026-06-21T00:15:38.791Z[ recovery-image] Jun 21 00:15:37.365 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103432026-06-21T00:15:38.796Z[ recovery-image] Jun 21 00:15:37.370 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-recovery/gimlet.rom`
103442026-06-21T00:15:38.911Z[ recovery-image] Jun 21 00:15:37.484 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103452026-06-21T00:15:38.911Z[ recovery-image] Jun 21 00:15:37.484 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103462026-06-21T00:15:38.912Z[ recovery-image] Jun 21 00:15:37.484 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103472026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.484 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103482026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103492026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
103502026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
103512026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
103522026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
103532026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
103542026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
103552026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
103562026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
103572026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
103582026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
103592026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO O| Info: ABL version: 0x100f5010
103602026-06-21T00:15:38.915Z[ recovery-image] Jun 21 00:15:37.485 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
103612026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
103622026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
103632026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
103642026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
103652026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
103662026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
103672026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
103682026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
103692026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
103702026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
103712026-06-21T00:15:38.916Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
103722026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
103732026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
103742026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
103752026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.485 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
103762026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.486 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
103772026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.486 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
103782026-06-21T00:15:38.917Z[ recovery-image] Jun 21 00:15:37.486 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
103792026-06-21T00:15:38.948Z[ recovery-image] Jun 21 00:15:37.522 INFO building ROM for cosmo
103802026-06-21T00:15:38.948Z[ recovery-image] Jun 21 00:15:37.522 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")
103812026-06-21T00:15:39.039Z[ recovery-image] Jun 21 00:15:37.613 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
103822026-06-21T00:15:39.078Z[ recovery-image] Jun 21 00:15:37.649 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`
103832026-06-21T00:15:39.089Z[ recovery-image] Jun 21 00:15:37.662 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103842026-06-21T00:15:39.161Z[ recovery-image] Jun 21 00:15:37.734 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
103852026-06-21T00:15:39.165Z[ recovery-image] Jun 21 00:15:37.739 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`
103862026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103872026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103882026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103892026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103902026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103912026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103922026-06-21T00:15:39.386Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103932026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103942026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103952026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103962026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103972026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103982026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103992026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104002026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104012026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104022026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104032026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104042026-06-21T00:15:39.391Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104052026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104062026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104072026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104082026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104092026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104102026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104112026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104122026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104132026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104142026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104152026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104162026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104172026-06-21T00:15:39.392Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104182026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104192026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.961 INFO O| Info: ABL version: 0x100af010
104202026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.961 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104212026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.961 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104222026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104232026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104242026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104252026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104262026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104272026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104282026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104292026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104302026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104312026-06-21T00:15:39.393Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104322026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104332026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104342026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104352026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104362026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104372026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104382026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104392026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104402026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104412026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104422026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104432026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104442026-06-21T00:15:39.394Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104452026-06-21T00:15:39.395Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104462026-06-21T00:15:39.395Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104472026-06-21T00:15:39.395Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104482026-06-21T00:15:39.395Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104492026-06-21T00:15:39.395Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104502026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104512026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104522026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104532026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104542026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104552026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104562026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104572026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104582026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104592026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104602026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104612026-06-21T00:15:39.398Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104622026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104632026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104642026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104652026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104662026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104672026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104682026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104692026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104702026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104712026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104722026-06-21T00:15:39.399Z[ recovery-image] Jun 21 00:15:37.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104732026-06-21T00:15:39.423Z[ recovery-image] Jun 21 00:15:37.996 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104742026-06-21T00:15:40.656Z[ recovery-image] Jun 21 00:15:39.209 INFO image complete! materials are in "/work/os-recovery"
104752026-06-21T00:15:40.659Z[ recovery-image]
104762026-06-21T00:15:40.660Z[ recovery-image] real 5:17.770262074
104772026-06-21T00:15:40.660Z[ recovery-image] user 2:33.776417617
104782026-06-21T00:15:40.660Z[ recovery-image] sys 32.565860867
104792026-06-21T00:15:40.660Z[ recovery-image] trap 0.084539836
104802026-06-21T00:15:40.660Z[ recovery-image] tflt 0.635493197
104812026-06-21T00:15:40.660Z[ recovery-image] dflt 1.146139268
104822026-06-21T00:15:40.660Z[ recovery-image] kflt 0.000076430
104832026-06-21T00:15:40.661Z[ recovery-image] lock 12:03.827101455
104842026-06-21T00:15:40.661Z[ recovery-image] slp 32:43.468692083
104852026-06-21T00:15:40.661Z[ recovery-image] lat 53.970169872
104862026-06-21T00:15:40.661Z[ recovery-image] stop 8.861182031
104872026-06-21T00:15:40.661ZJun 21 00:15:39.213 INFO [recovery-image] process exited with exit status: 0 (317.774889366s)
104882026-06-21T00:15:49.656Z[ host-image] Jun 21 00:15:48.230 INFO O| Jun 21 00:15:48.230 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104892026-06-21T00:15:49.732Z[ host-image] Jun 21 00:15:48.305 INFO BUILD STRING "heads/stlouis-0-g2388167958\n"
104902026-06-21T00:15:49.732Z[ host-image] Jun 21 00:15:48.305 INFO expanded image name: "ci d561ec0/${os_short_commit} 2026-06-20 23:58" -> "ci d561ec0/2388167 2026-06-20 23:58"
104912026-06-21T00:15:49.735Z[ host-image] Jun 21 00:15:48.305 INFO output artefacts stored in: "/work/os-host"
104922026-06-21T00:15:49.735Z[ host-image] Jun 21 00:15:48.306 INFO collecting git info from project "phbl"...
104932026-06-21T00:15:49.739Z[ host-image] Jun 21 00:15:48.311 INFO collecting git info from project "image-builder"...
104942026-06-21T00:15:49.742Z[ host-image] Jun 21 00:15:48.316 INFO collecting git info from project "chelsio-t6-roms"...
104952026-06-21T00:15:49.746Z[ host-image] Jun 21 00:15:48.320 INFO collecting git info from project "bootserver"...
104962026-06-21T00:15:49.750Z[ host-image] Jun 21 00:15:48.324 INFO collecting git info from project "amd-host-image-builder"...
104972026-06-21T00:15:49.755Z[ host-image] Jun 21 00:15:48.329 INFO collecting git info from project "dmar-report"...
104982026-06-21T00:15:49.759Z[ host-image] Jun 21 00:15:48.333 INFO collecting git info from project "pilot"...
104992026-06-21T00:15:49.764Z[ host-image] Jun 21 00:15:48.337 INFO collecting git info from project "pinprick"...
105002026-06-21T00:15:49.767Z[ host-image] Jun 21 00:15:48.341 INFO collecting git info from project "amd-firmware"...
105012026-06-21T00:15:49.778Z[ host-image] Jun 21 00:15:48.351 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105022026-06-21T00:15:50.096Z[ host-image] Jun 21 00:15:48.669 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105032026-06-21T00:15:50.405Z[ host-image] Jun 21 00:15:48.978 INFO creating Oxide boot image...
105042026-06-21T00:15:50.405Z[ host-image] Jun 21 00:15:48.978 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d561ec0/2388167 2026-06-20 23:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105052026-06-21T00:15:51.073Z[ host-image] Jun 21 00:15:49.647 INFO O| ok, image written!
105062026-06-21T00:15:51.073Z[ host-image] Jun 21 00:15:49.647 INFO O| ok, boot_image_csum file written!
105072026-06-21T00:15:51.078Z[ host-image] Jun 21 00:15:49.649 INFO creating boot archive (CPIO)...
105082026-06-21T00:15:51.078Z[ host-image] Jun 21 00:15:49.649 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
105092026-06-21T00:15:51.081Z[ host-image] Jun 21 00:15:49.652 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105102026-06-21T00:15:51.081Z[ host-image] Jun 21 00:15:49.652 INFO E| + outfile=/work/os-host/cpio
105112026-06-21T00:15:51.081Z[ host-image] Jun 21 00:15:49.652 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105122026-06-21T00:15:51.081Z[ host-image] Jun 21 00:15:49.655 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105132026-06-21T00:15:51.081Z[ host-image] Jun 21 00:15:49.655 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105142026-06-21T00:15:51.108Z[ host-image] Jun 21 00:15:49.682 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105152026-06-21T00:15:51.108Z[ host-image] Jun 21 00:15:49.682 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105162026-06-21T00:15:51.115Z[ host-image] Jun 21 00:15:49.688 INFO creating compressed cpio/unix for dev loaders...
105172026-06-21T00:15:51.115Z[ host-image] Jun 21 00:15:49.688 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
105182026-06-21T00:15:51.340Z[ host-image] Jun 21 00:15:49.914 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
105192026-06-21T00:15:54.559Z[ host-image] Jun 21 00:15:53.132 INFO creating reset image...
105202026-06-21T00:15:54.559Z[ host-image] Jun 21 00:15:53.132 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")
105212026-06-21T00:15:54.629Z[ host-image] Jun 21 00:15:53.202 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
105222026-06-21T00:15:54.632Z[ host-image] Jun 21 00:15:53.203 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105232026-06-21T00:15:54.925Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
105242026-06-21T00:15:54.925Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
105252026-06-21T00:15:54.925Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling proc-macro2 v1.0.106
105262026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling unicode-ident v1.0.24
105272026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling quote v1.0.45
105282026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling syn v1.0.109
105292026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling x86 v0.52.0
105302026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105312026-06-21T00:15:54.929Z[ host-image] Jun 21 00:15:53.495 INFO E| Compiling seq-macro v0.3.6
105322026-06-21T00:15:56.189Z[ host-image] Jun 21 00:15:54.762 INFO E| Compiling syn v2.0.117
105332026-06-21T00:15:57.579Z[ host-image] Jun 21 00:15:56.152 INFO E| Compiling scroll_derive v0.13.1
105342026-06-21T00:15:58.592Z[ host-image] Jun 21 00:15:57.166 INFO E| Compiling bitstruct_derive v0.1.0
105352026-06-21T00:16:07.081Z[ host-image] Jun 21 00:16:05.654 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105362026-06-21T00:16:09.214Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling bitflags v1.3.2
105372026-06-21T00:16:09.214Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling plain v0.2.3
105382026-06-21T00:16:09.214Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling log v0.4.29
105392026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling scroll v0.13.0
105402026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling adler2 v2.0.1
105412026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling bitflags v2.11.1
105422026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling bit_field v0.10.3
105432026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.787 INFO E| Compiling bitstruct v0.1.1
105442026-06-21T00:16:09.217Z[ host-image] Jun 21 00:16:07.788 INFO E| Compiling static_assertions v1.1.0
105452026-06-21T00:16:09.264Z[ host-image] Jun 21 00:16:07.837 INFO E| Compiling raw-cpuid v10.7.0
105462026-06-21T00:16:09.311Z[ host-image] Jun 21 00:16:07.885 INFO E| Compiling miniz_oxide v0.9.1
105472026-06-21T00:16:09.371Z[ host-image] Jun 21 00:16:07.944 INFO E| Compiling cpio_reader v0.1.2
105482026-06-21T00:16:09.428Z[ host-image] Jun 21 00:16:08.001 INFO E| Compiling goblin v0.10.5
105492026-06-21T00:16:12.068Z[ host-image] Jun 21 00:16:10.642 INFO E| Finished `release` profile [optimized] target(s) in 17.42s
105502026-06-21T00:16:12.080Z[ host-image] Jun 21 00:16:10.653 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105512026-06-21T00:16:12.080Z[ host-image] Jun 21 00:16:10.653 INFO building ROM for gimlet
105522026-06-21T00:16:12.080Z[ host-image] Jun 21 00:16:10.653 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105532026-06-21T00:16:12.163Z[ host-image] Jun 21 00:16:10.736 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105542026-06-21T00:16:12.167Z[ host-image] Jun 21 00:16:10.738 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
105552026-06-21T00:16:12.175Z[ host-image] Jun 21 00:16:10.748 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105562026-06-21T00:16:12.241Z[ host-image] Jun 21 00:16:10.815 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105572026-06-21T00:16:12.245Z[ host-image] Jun 21 00:16:10.818 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-host/gimlet.rom`
105582026-06-21T00:16:12.355Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105592026-06-21T00:16:12.356Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105602026-06-21T00:16:12.356Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105612026-06-21T00:16:12.356Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105622026-06-21T00:16:12.356Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105632026-06-21T00:16:12.359Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105642026-06-21T00:16:12.359Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105652026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105662026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105672026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105682026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105692026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105702026-06-21T00:16:12.360Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105712026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105722026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105732026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO O| Info: ABL version: 0x100f5010
105742026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105752026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105762026-06-21T00:16:12.361Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105772026-06-21T00:16:12.362Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105782026-06-21T00:16:12.362Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105792026-06-21T00:16:12.362Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105802026-06-21T00:16:12.362Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105812026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105822026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105832026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105842026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105852026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105862026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105872026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105882026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105892026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105902026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105912026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105922026-06-21T00:16:12.363Z[ host-image] Jun 21 00:16:10.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105932026-06-21T00:16:12.386Z[ host-image] Jun 21 00:16:10.959 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105942026-06-21T00:16:12.386Z[ host-image] Jun 21 00:16:10.959 INFO building ROM for cosmo
105952026-06-21T00:16:12.390Z[ host-image] Jun 21 00:16:10.959 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")
105962026-06-21T00:16:12.467Z[ host-image] Jun 21 00:16:11.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105972026-06-21T00:16:12.476Z[ host-image] Jun 21 00:16:11.043 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`
105982026-06-21T00:16:12.480Z[ host-image] Jun 21 00:16:11.053 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105992026-06-21T00:16:12.542Z[ host-image] Jun 21 00:16:11.115 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
106002026-06-21T00:16:12.545Z[ host-image] Jun 21 00:16:11.118 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`
106012026-06-21T00:16:12.745Z[ host-image] Jun 21 00:16:11.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106022026-06-21T00:16:12.745Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106032026-06-21T00:16:12.745Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106042026-06-21T00:16:12.752Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106052026-06-21T00:16:12.752Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106062026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106072026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106082026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106092026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106102026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106112026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106122026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106132026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106142026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106152026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106162026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106172026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106182026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106192026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106202026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106212026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106222026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106232026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106242026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106252026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106262026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106272026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106282026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106292026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106302026-06-21T00:16:12.753Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106312026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106322026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106332026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106342026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106352026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106362026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106372026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106382026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106392026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106402026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106412026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106422026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106432026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106442026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106452026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106462026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106472026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106482026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106492026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106502026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106512026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106522026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106532026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106542026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.318 INFO O| Info: ABL version: 0x100af010
106552026-06-21T00:16:12.754Z[ host-image] Jun 21 00:16:11.318 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106562026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106572026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106582026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106592026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106602026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106612026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106622026-06-21T00:16:12.755Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106632026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106642026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106652026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106662026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106672026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106682026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106692026-06-21T00:16:12.756Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106702026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106712026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106722026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106732026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106742026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106752026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106762026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106772026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106782026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106792026-06-21T00:16:12.757Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106802026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106812026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106822026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106832026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106842026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106852026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106862026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106872026-06-21T00:16:12.758Z[ host-image] Jun 21 00:16:11.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106882026-06-21T00:16:12.772Z[ host-image] Jun 21 00:16:11.346 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106892026-06-21T00:16:22.767Z[ host-image] Jun 21 00:16:21.341 INFO image complete! materials are in "/work/os-host"
106902026-06-21T00:16:22.770Z[ host-image]
106912026-06-21T00:16:22.770Z[ host-image] real 6:29.235070660
106922026-06-21T00:16:22.770Z[ host-image] user 2:26.747739394
106932026-06-21T00:16:22.770Z[ host-image] sys 31.833113069
106942026-06-21T00:16:22.771Z[ host-image] trap 0.048385978
106952026-06-21T00:16:22.771Z[ host-image] tflt 0.151862864
106962026-06-21T00:16:22.771Z[ host-image] dflt 0.249211382
106972026-06-21T00:16:22.771Z[ host-image] kflt 0.000038780
106982026-06-21T00:16:22.771Z[ host-image] lock 7:18.645518140
106992026-06-21T00:16:22.771Z[ host-image] slp 38:48.008155759
107002026-06-21T00:16:22.771Z[ host-image] lat 37.851382136
107012026-06-21T00:16:22.771Z[ host-image] stop 3.921570392
107022026-06-21T00:16:22.774ZJun 21 00:16:21.344 INFO [host-image] process exited with exit status: 0 (389.240067102s)
107032026-06-21T00:16:22.774ZJun 21 00:16:21.344 INFO [tuf-repo] running task
107042026-06-21T00:16:41.189ZJun 21 00:16:39.763 INFO assembling repository in `/tmp/tufaceousiyNaRT`, component: OmicronRepoAssembler
107052026-06-21T00:16:46.005ZJun 21 00:16:44.578 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107062026-06-21T00:16:46.138ZJun 21 00:16:44.711 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107072026-06-21T00:16:54.795ZJun 21 00:16:53.369 INFO extracting uploaded archive to /tmp/.tmpuqIAst
107082026-06-21T00:16:56.449ZJun 21 00:16:55.022 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.5WzcIw
107092026-06-21T00:16:56.491ZJun 21 00:16:55.064 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
107102026-06-21T00:16:56.576ZJun 21 00:16:55.149 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
107112026-06-21T00:16:56.658ZJun 21 00:16:55.232 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
107122026-06-21T00:16:56.739ZJun 21 00:16:55.312 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
107132026-06-21T00:16:56.817ZJun 21 00:16:55.390 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
107142026-06-21T00:16:56.891ZJun 21 00:16:55.464 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
107152026-06-21T00:16:56.964ZJun 21 00:16:55.538 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
107162026-06-21T00:16:57.053ZJun 21 00:16:55.620 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107172026-06-21T00:16:57.053ZJun 21 00:16:55.620 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107182026-06-21T00:16:57.098ZJun 21 00:16:55.667 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107192026-06-21T00:16:57.099ZJun 21 00:16:55.667 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107202026-06-21T00:16:57.145ZJun 21 00:16:55.713 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107212026-06-21T00:16:57.145ZJun 21 00:16:55.713 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107222026-06-21T00:16:57.187ZJun 21 00:16:55.760 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107232026-06-21T00:16:57.187ZJun 21 00:16:55.760 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107242026-06-21T00:16:57.230ZJun 21 00:16:55.803 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107252026-06-21T00:16:57.230ZJun 21 00:16:55.803 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107262026-06-21T00:16:57.277ZJun 21 00:16:55.851 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107272026-06-21T00:16:57.277ZJun 21 00:16:55.851 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107282026-06-21T00:16:57.323ZJun 21 00:16:55.897 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107292026-06-21T00:16:57.323ZJun 21 00:16:55.897 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107302026-06-21T00:16:57.327ZJun 21 00:16:55.897 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107312026-06-21T00:16:57.327ZJun 21 00:16:55.898 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107322026-06-21T00:16:57.328ZJun 21 00:16:55.899 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107332026-06-21T00:16:57.328ZJun 21 00:16:55.899 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107342026-06-21T00:16:57.328ZJun 21 00:16:55.900 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107352026-06-21T00:17:03.115ZJun 21 00:17:01.688 INFO added artifact, length: 33554432, hash: af36fd1f61193cddd8b0a556141d2a3b917b9aad2b9ed03b2f939e14dfc2f7c7, version: 21.0.0-0.ci+gitd561ec03312, kind: gimlet_host_phase_1, name: host
107362026-06-21T00:17:03.115ZJun 21 00:17:01.688 INFO added artifact, length: 33554432, hash: 36c1084b7936cdaf55546af6745931210cdb810af60feb7cfab0a16bb11563a8, version: 21.0.0-0.ci+gitd561ec03312, kind: cosmo_host_phase_1, name: host
107372026-06-21T00:17:03.115ZJun 21 00:17:01.688 INFO added artifact, length: 1101008896, hash: aa74636384e85e4ee7aadd9ed439705c6c22537e0815d7d72c66a6621643bf66, version: 21.0.0-0.ci+gitd561ec03312, kind: host_phase_2, name: host
107382026-06-21T00:17:04.825ZJun 21 00:17:03.398 INFO added artifact, length: 33554432, hash: aece3d1d573941690efebe2866012cd09f485ca3b3edf7e083ba07631dbdce49, version: 21.0.0-0.ci+gitd561ec03312, kind: gimlet_trampoline_phase_1, name: trampoline
107392026-06-21T00:17:04.825ZJun 21 00:17:03.398 INFO added artifact, length: 33554432, hash: ae8dbd104699c5242e70854110ac1c6921b4829d030189dce945ec151fcaeb0b, version: 21.0.0-0.ci+gitd561ec03312, kind: cosmo_trampoline_phase_1, name: trampoline
107402026-06-21T00:17:04.825ZJun 21 00:17:03.398 INFO added artifact, length: 165973410, hash: a06ff6316284c0f69c6c2ca53a3619e53cf7c6d10dc2c3a9c52f26337ff0d97d, version: 21.0.0-0.ci+gitd561ec03312, kind: trampoline_phase_2, name: trampoline
107412026-06-21T00:17:07.187ZJun 21 00:17:05.760 INFO added artifact, length: 305638194, hash: 12d4a0e599e5b0f8f3a95f4c664ac0e1beeaaf4f97265bbcc8834e5285384868, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: clickhouse_keeper
107422026-06-21T00:17:11.620ZJun 21 00:17:10.193 INFO added artifact, length: 320936274, hash: e60d5c885b197ff64c75774159fa784a387def230e3647d6bfeb0cd50bf59717, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: clickhouse_server
107432026-06-21T00:17:14.909ZJun 21 00:17:13.482 INFO added artifact, length: 320938669, hash: 814f13c7316d337126a901dd01db766502c96a1ecfc9558393f37f16ff86f7b8, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: clickhouse
107442026-06-21T00:17:16.804ZJun 21 00:17:15.377 INFO added artifact, length: 161459905, hash: 667656295b616287742e970c29975f051c3b416c95c63d86db22dfabee1badbd, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: cockroachdb
107452026-06-21T00:17:16.967ZJun 21 00:17:15.541 INFO added artifact, length: 37341447, hash: 0bea756c58299f6795a857945192589778a3777c2b60c62e31294cd91204b22e, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: crucible-pantry-zone
107462026-06-21T00:17:17.192ZJun 21 00:17:15.766 INFO added artifact, length: 53285008, hash: 9781e5498fc26a9eaef232193f7f56ea5351aaff64b651d39443417a257ac997, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: crucible-zone
107472026-06-21T00:17:17.780ZJun 21 00:17:16.353 INFO added artifact, length: 43928835, hash: efb11fb3f575ac29cc7f4f8b3debfa8525ceab0f95c748abcdbb05e65c013043, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: external-dns
107482026-06-21T00:17:17.989ZJun 21 00:17:16.562 INFO added artifact, length: 43928430, hash: 6d29c8818fc4f68db34c1a5105923ea9fda509862f69e9fce575f7bbb5bc2058, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: internal-dns
107492026-06-21T00:17:19.731ZJun 21 00:17:18.304 INFO added artifact, length: 285021675, hash: 96980d1370c912ad3d1fba6340323f68dbadb9526aee7eafd39cce4e264569b2, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: nexus
107502026-06-21T00:17:19.928ZJun 21 00:17:18.462 INFO added artifact, length: 24684993, hash: 417bf5f9370237794a5785ada4c0d7c216ca9b778f6230f7d9e61ba20df5f60b, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: ntp
107512026-06-21T00:17:20.161ZJun 21 00:17:18.735 INFO added artifact, length: 63773508, hash: 142e2886dafefede4f5220111bd35e5652fb71321bd5279d913bc583820b1a80, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: oximeter
107522026-06-21T00:17:20.175ZJun 21 00:17:18.748 INFO added artifact, length: 3109592, hash: ec491a93b6a84913445e1e5359a292adc85e005fea6b9f44c362375b2b52c541, version: 21.0.0-0.ci+gitd561ec03312, kind: zone, name: probe
107532026-06-21T00:17:20.178ZJun 21 00:17:18.748 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107542026-06-21T00:17:20.178ZJun 21 00:17:18.749 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
107552026-06-21T00:17:20.178ZJun 21 00:17:18.749 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107562026-06-21T00:17:20.205ZJun 21 00:17:18.778 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
107572026-06-21T00:17:20.237ZJun 21 00:17:18.811 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
107582026-06-21T00:17:20.270ZJun 21 00:17:18.843 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
107592026-06-21T00:17:20.318ZJun 21 00:17:18.892 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107602026-06-21T00:17:20.319ZJun 21 00:17:18.892 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107612026-06-21T00:17:20.368ZJun 21 00:17:18.941 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107622026-06-21T00:17:20.368ZJun 21 00:17:18.941 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107632026-06-21T00:17:20.413ZJun 21 00:17:18.986 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107642026-06-21T00:17:20.413ZJun 21 00:17:18.986 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107652026-06-21T00:17:20.446ZJun 21 00:17:19.020 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107662026-06-21T00:17:20.447ZJun 21 00:17:19.020 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107672026-06-21T00:17:20.450ZJun 21 00:17:19.021 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107682026-06-21T00:17:20.450ZJun 21 00:17:19.021 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107692026-06-21T00:17:20.450ZJun 21 00:17:19.022 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107702026-06-21T00:17:20.486ZJun 21 00:17:19.059 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
107712026-06-21T00:17:20.558ZJun 21 00:17:19.131 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
107722026-06-21T00:17:20.630ZJun 21 00:17:19.203 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
107732026-06-21T00:17:20.698ZJun 21 00:17:19.271 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107742026-06-21T00:17:20.698ZJun 21 00:17:19.271 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107752026-06-21T00:17:20.735ZJun 21 00:17:19.309 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107762026-06-21T00:17:20.735ZJun 21 00:17:19.309 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107772026-06-21T00:17:20.772ZJun 21 00:17:19.346 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107782026-06-21T00:17:20.772ZJun 21 00:17:19.346 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107792026-06-21T00:17:20.837ZJun 21 00:17:19.410 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107802026-06-21T00:17:20.837ZJun 21 00:17:19.410 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107812026-06-21T00:17:20.840ZJun 21 00:17:19.411 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107822026-06-21T00:17:20.842ZJun 21 00:17:19.412 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107832026-06-21T00:17:20.842ZJun 21 00:17:19.412 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107842026-06-21T00:17:20.842ZJun 21 00:17:19.413 INFO added artifact, length: 924, hash: c7036f154a3d11772398828b20b26fd9176b6f10767429c67f7a149561dd6429, version: 21.0.0-0.ci+gitd561ec03312, kind: installinator_document, name: installinator_document
107852026-06-21T00:17:21.183ZJun 21 00:17:19.756 INFO extracting uploaded archive to /tmp/.tmpnhko06
107862026-06-21T00:17:22.943ZJun 21 00:17:21.516 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.QQvqTf
107872026-06-21T00:17:22.988ZJun 21 00:17:21.562 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
107882026-06-21T00:17:23.079ZJun 21 00:17:21.653 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
107892026-06-21T00:17:23.165ZJun 21 00:17:21.739 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
107902026-06-21T00:17:23.248ZJun 21 00:17:21.821 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
107912026-06-21T00:17:23.328ZJun 21 00:17:21.902 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
107922026-06-21T00:17:23.407ZJun 21 00:17:21.980 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
107932026-06-21T00:17:23.486ZJun 21 00:17:22.059 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
107942026-06-21T00:17:23.573ZJun 21 00:17:22.146 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107952026-06-21T00:17:23.573ZJun 21 00:17:22.146 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107962026-06-21T00:17:23.620ZJun 21 00:17:22.193 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107972026-06-21T00:17:23.620ZJun 21 00:17:22.194 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107982026-06-21T00:17:23.670ZJun 21 00:17:22.243 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107992026-06-21T00:17:23.670ZJun 21 00:17:22.243 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108002026-06-21T00:17:23.721ZJun 21 00:17:22.295 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108012026-06-21T00:17:23.721ZJun 21 00:17:22.295 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108022026-06-21T00:17:23.771ZJun 21 00:17:22.344 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108032026-06-21T00:17:23.771ZJun 21 00:17:22.344 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108042026-06-21T00:17:23.817ZJun 21 00:17:22.391 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108052026-06-21T00:17:23.818ZJun 21 00:17:22.391 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108062026-06-21T00:17:23.861ZJun 21 00:17:22.435 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108072026-06-21T00:17:23.861ZJun 21 00:17:22.435 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108082026-06-21T00:17:23.865ZJun 21 00:17:22.436 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108092026-06-21T00:17:23.866ZJun 21 00:17:22.437 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108102026-06-21T00:17:23.866ZJun 21 00:17:22.437 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108112026-06-21T00:17:23.866ZJun 21 00:17:22.438 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108122026-06-21T00:17:23.869ZJun 21 00:17:22.439 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108132026-06-21T00:17:28.980ZJun 21 00:17:27.553 INFO added artifact, length: 33554432, hash: af36fd1f61193cddd8b0a556141d2a3b917b9aad2b9ed03b2f939e14dfc2f7c7, version: 21.0.0-0.ci+gitd561ec03312, kind: gimlet_host_phase_1, name: host
108142026-06-21T00:17:28.980ZJun 21 00:17:27.553 INFO added artifact, length: 33554432, hash: 36c1084b7936cdaf55546af6745931210cdb810af60feb7cfab0a16bb11563a8, version: 21.0.0-0.ci+gitd561ec03312, kind: cosmo_host_phase_1, name: host
108152026-06-21T00:17:28.980ZJun 21 00:17:27.553 INFO added artifact, length: 1101008896, hash: aa74636384e85e4ee7aadd9ed439705c6c22537e0815d7d72c66a6621643bf66, version: 21.0.0-0.ci+gitd561ec03312, kind: host_phase_2, name: host
108162026-06-21T00:17:29.778ZJun 21 00:17:28.351 INFO added artifact, length: 33554432, hash: aece3d1d573941690efebe2866012cd09f485ca3b3edf7e083ba07631dbdce49, version: 21.0.0-0.ci+gitd561ec03312, kind: gimlet_trampoline_phase_1, name: trampoline
108172026-06-21T00:17:29.778ZJun 21 00:17:28.351 INFO added artifact, length: 33554432, hash: ae8dbd104699c5242e70854110ac1c6921b4829d030189dce945ec151fcaeb0b, version: 21.0.0-0.ci+gitd561ec03312, kind: cosmo_trampoline_phase_1, name: trampoline
108182026-06-21T00:17:29.778ZJun 21 00:17:28.351 INFO added artifact, length: 165973410, hash: a06ff6316284c0f69c6c2ca53a3619e53cf7c6d10dc2c3a9c52f26337ff0d97d, version: 21.0.0-0.ci+gitd561ec03312, kind: trampoline_phase_2, name: trampoline
108192026-06-21T00:17:34.740ZJun 21 00:17:33.314 INFO added artifact, length: 1721573701, hash: 35b444a4ed04022f4f715df9af1e035bc7973913a75ed53f0084f0ef86fe87bc, version: 21.0.0-0.ci+gitd561ec03312, kind: control_plane, name: control-plane
108202026-06-21T00:17:34.745ZJun 21 00:17:33.314 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108212026-06-21T00:17:34.746ZJun 21 00:17:33.314 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
108222026-06-21T00:17:34.746ZJun 21 00:17:33.314 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108232026-06-21T00:17:34.767ZJun 21 00:17:33.340 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
108242026-06-21T00:17:34.797ZJun 21 00:17:33.371 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
108252026-06-21T00:17:34.827ZJun 21 00:17:33.400 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
108262026-06-21T00:17:34.872ZJun 21 00:17:33.445 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108272026-06-21T00:17:34.875ZJun 21 00:17:33.445 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108282026-06-21T00:17:34.919ZJun 21 00:17:33.493 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108292026-06-21T00:17:34.923ZJun 21 00:17:33.493 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108302026-06-21T00:17:34.968ZJun 21 00:17:33.541 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108312026-06-21T00:17:34.971ZJun 21 00:17:33.541 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108322026-06-21T00:17:35.014ZJun 21 00:17:33.588 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108332026-06-21T00:17:35.014ZJun 21 00:17:33.588 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108342026-06-21T00:17:35.018ZJun 21 00:17:33.588 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108352026-06-21T00:17:35.018ZJun 21 00:17:33.589 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108362026-06-21T00:17:35.018ZJun 21 00:17:33.590 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108372026-06-21T00:17:35.056ZJun 21 00:17:33.629 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
108382026-06-21T00:17:35.137ZJun 21 00:17:33.711 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
108392026-06-21T00:17:35.211ZJun 21 00:17:33.784 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
108402026-06-21T00:17:35.282ZJun 21 00:17:33.855 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108412026-06-21T00:17:35.282ZJun 21 00:17:33.855 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108422026-06-21T00:17:35.319ZJun 21 00:17:33.892 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108432026-06-21T00:17:35.319ZJun 21 00:17:33.892 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108442026-06-21T00:17:35.357ZJun 21 00:17:33.931 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108452026-06-21T00:17:35.361ZJun 21 00:17:33.931 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108462026-06-21T00:17:35.393ZJun 21 00:17:33.966 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108472026-06-21T00:17:35.393ZJun 21 00:17:33.966 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108482026-06-21T00:17:35.397ZJun 21 00:17:33.967 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108492026-06-21T00:17:35.397ZJun 21 00:17:33.967 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108502026-06-21T00:17:35.398ZJun 21 00:17:33.968 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108512026-06-21T00:17:35.398ZJun 21 00:17:33.968 INFO added artifact, length: 924, hash: c7036f154a3d11772398828b20b26fd9176b6f10767429c67f7a149561dd6429, version: 21.0.0-0.ci+gitd561ec03312, kind: installinator_document, name: installinator_document
108522026-06-21T00:17:35.778ZJun 21 00:17:34.351 INFO [tuf-repo] task succeeded (73.006826421s)
108532026-06-21T00:17:58.281Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108542026-06-21T00:19:10.896Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 45s
108552026-06-21T00:19:11.223ZJun 21 00:19:09.796 INFO [verify-libraries] process exited with exit status: 0 (528.671070103s)
108562026-06-21T00:19:11.223ZJun 21 00:19:09.796 INFO all jobs completed in 1236.436829595s
108572026-06-21T00:19:11.927Zprocess exited: duration 1505246 ms, exit code 0
 
108582026-06-21T00:19:11.939Zfound 41 output files
108592026-06-21T00:19:11.939Zuploading: /work/manifest.toml (17373 bytes)
108602026-06-21T00:19:12.953Zuploaded: /work/manifest.toml
108612026-06-21T00:19:12.953Zuploading: /work/repo.zip (3035842443 bytes)
108622026-06-21T00:19:51.665Zuploaded: /work/repo.zip
108632026-06-21T00:19:51.665Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108642026-06-21T00:19:52.684Zuploaded: /work/repo.zip.sha256.txt
108652026-06-21T00:19:52.684Zuploading: /work/helios.json (647 bytes)
108662026-06-21T00:19:53.699Zuploaded: /work/helios.json
108672026-06-21T00:19:53.699Zuploading: /work/incorporation.p5m (113332 bytes)
108682026-06-21T00:19:54.721Zuploaded: /work/incorporation.p5m
108692026-06-21T00:19:54.727Zuploading: /work/incorporation.p5p (133120 bytes)
108702026-06-21T00:19:55.745Zuploaded: /work/incorporation.p5p
108712026-06-21T00:19:55.745Zuploading: /work/helios-incorp.log (522 bytes)
108722026-06-21T00:19:56.760Zuploaded: /work/helios-incorp.log
108732026-06-21T00:19:56.760Zuploading: /work/helios-setup.log (56973 bytes)
108742026-06-21T00:19:57.774Zuploaded: /work/helios-setup.log
108752026-06-21T00:19:57.775Zuploading: /work/host-image.log (237122 bytes)
108762026-06-21T00:19:58.799Zuploaded: /work/host-image.log
108772026-06-21T00:19:58.799Zuploading: /work/host-package.log (34199 bytes)
108782026-06-21T00:19:59.815Zuploaded: /work/host-package.log
108792026-06-21T00:19:59.815Zuploading: /work/host-target.log (101 bytes)
108802026-06-21T00:20:00.830Zuploaded: /work/host-target.log
108812026-06-21T00:20:00.830Zuploading: /work/incorp-create.log (0 bytes)
108822026-06-21T00:20:01.842Zuploaded: /work/incorp-create.log
108832026-06-21T00:20:01.842Zuploading: /work/incorp-fmt.log (0 bytes)
108842026-06-21T00:20:02.855Zuploaded: /work/incorp-fmt.log
108852026-06-21T00:20:02.855Zuploading: /work/incorp-pkgsend.log (108 bytes)
108862026-06-21T00:20:03.872Zuploaded: /work/incorp-pkgsend.log
108872026-06-21T00:20:03.881Zuploading: /work/incorp-publisher.log (0 bytes)
108882026-06-21T00:20:04.969Zuploaded: /work/incorp-publisher.log
108892026-06-21T00:20:04.969Zuploading: /work/omicron-package.log (9215 bytes)
108902026-06-21T00:20:05.987Zuploaded: /work/omicron-package.log
108912026-06-21T00:20:05.987Zuploading: /work/recovery-image.log (595328 bytes)
108922026-06-21T00:20:07.016Zuploaded: /work/recovery-image.log
108932026-06-21T00:20:07.016Zuploading: /work/recovery-package.log (2545 bytes)
108942026-06-21T00:20:08.040Zuploaded: /work/recovery-package.log
108952026-06-21T00:20:08.045Zuploading: /work/recovery-target.log (98 bytes)
108962026-06-21T00:20:09.058Zuploaded: /work/recovery-target.log
108972026-06-21T00:20:09.059Zuploading: /work/stamp-clickhouse.log (117 bytes)
108982026-06-21T00:20:10.072Zuploaded: /work/stamp-clickhouse.log
108992026-06-21T00:20:10.072Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109002026-06-21T00:20:11.086Zuploaded: /work/stamp-clickhouse_keeper.log
109012026-06-21T00:20:11.086Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109022026-06-21T00:20:12.103Zuploaded: /work/stamp-clickhouse_server.log
109032026-06-21T00:20:12.103Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109042026-06-21T00:20:13.116Zuploaded: /work/stamp-cockroachdb.log
109052026-06-21T00:20:13.116Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109062026-06-21T00:20:14.130Zuploaded: /work/stamp-crucible-pantry-zone.log
109072026-06-21T00:20:14.130Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109082026-06-21T00:20:15.188Zuploaded: /work/stamp-crucible-utils.log
109092026-06-21T00:20:15.188Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109102026-06-21T00:20:16.240Zuploaded: /work/stamp-crucible-zone.log
109112026-06-21T00:20:16.240Zuploading: /work/stamp-external-dns.log (119 bytes)
109122026-06-21T00:20:17.254Zuploaded: /work/stamp-external-dns.log
109132026-06-21T00:20:17.254Zuploading: /work/stamp-installinator.log (103 bytes)
109142026-06-21T00:20:18.281Zuploaded: /work/stamp-installinator.log
109152026-06-21T00:20:18.292Zuploading: /work/stamp-internal-dns.log (119 bytes)
109162026-06-21T00:20:19.305Zuploaded: /work/stamp-internal-dns.log
109172026-06-21T00:20:19.305Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109182026-06-21T00:20:20.333Zuploaded: /work/stamp-mg-ddm-gz.log
109192026-06-21T00:20:20.333Zuploading: /work/stamp-nexus.log (112 bytes)
109202026-06-21T00:20:21.358Zuploaded: /work/stamp-nexus.log
109212026-06-21T00:20:21.358Zuploading: /work/stamp-ntp.log (110 bytes)
109222026-06-21T00:20:22.382Zuploaded: /work/stamp-ntp.log
109232026-06-21T00:20:22.382Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109242026-06-21T00:20:26.349Zuploaded: /work/stamp-omicron-sled-agent.log
109252026-06-21T00:20:26.349Zuploading: /work/stamp-overlay.log (114 bytes)
109262026-06-21T00:20:27.405Zuploaded: /work/stamp-overlay.log
109272026-06-21T00:20:27.405Zuploading: /work/stamp-oximeter.log (115 bytes)
109282026-06-21T00:20:28.418Zuploaded: /work/stamp-oximeter.log
109292026-06-21T00:20:28.418Zuploading: /work/stamp-oxlog.log (109 bytes)
109302026-06-21T00:20:29.427Zuploaded: /work/stamp-oxlog.log
109312026-06-21T00:20:29.427Zuploading: /work/stamp-probe.log (112 bytes)
109322026-06-21T00:20:30.440Zuploaded: /work/stamp-probe.log
109332026-06-21T00:20:30.440Zuploading: /work/stamp-propolis-server.log (122 bytes)
109342026-06-21T00:20:31.453Zuploaded: /work/stamp-propolis-server.log
109352026-06-21T00:20:31.453Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109362026-06-21T00:20:32.463Zuploaded: /work/stamp-pumpkind-gz.log
109372026-06-21T00:20:32.464Zuploading: /work/stamp-switch-asic.log (118 bytes)
109382026-06-21T00:20:33.476Zuploaded: /work/stamp-switch-asic.log
109392026-06-21T00:20:33.476Zuploading: /work/verify-libraries.log (14311 bytes)
109402026-06-21T00:20:34.490Zuploaded: /work/verify-libraries.log