01KTMDXTTFCRNP46DV2997XYDZ: 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: 01KTMDZ16GF74XPYWVXAGQTKV0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T20:15:40.888Zjob assigned to worker 01KTMDZ6ZFSRKRAGY01MWR1TFR [factory aws, i-0dc1bbd2c41fd6abf] (queued for 59 s)
 
22026-06-08T20:15:48.104Zstarting task 0: "setup"
32026-06-08T20:15:48.108Z++ uname -s
42026-06-08T20:15:48.108Z+ kern=SunOS
52026-06-08T20:15:48.108Z+ build_user=build
62026-06-08T20:15:48.108Z+ build_uid=12345
72026-06-08T20:15:48.108Z+ work_dir=/work
82026-06-08T20:15:48.108Z+ input_dir=/input
92026-06-08T20:15:48.108Z+ [[ 0 == 12345 ]]
102026-06-08T20:15:48.108Z+ case "$kern" in
112026-06-08T20:15:48.108Z+ groupadd -g 12345 build
122026-06-08T20:15:48.121Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T20:15:50.128Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T20:15:50.246Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T20:15:50.249Z+ home_fs=zfs
162026-06-08T20:15:50.249Z+ [[ zfs == autofs ]]
172026-06-08T20:15:50.249Z+ mkdir -p /home/build
182026-06-08T20:15:50.252Z+ chown build:build /home/build /work
192026-06-08T20:15:52.252Z+ chmod 0700 /home/build /work
202026-06-08T20:15:52.255Zprocess exited: duration 4158 ms, exit code 0
 
212026-06-08T20:15:52.261Zstarting task 1: "rust-toolchain"
222026-06-08T20:15:52.266Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T20:15:52.266Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T20:15:52.266Z * rust toolchain channel = "1.94.0"
252026-06-08T20:15:52.270Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-08T20:15:52.270Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T20:15:52.270Z * rust toolchain profile = "default"
282026-06-08T20:15:52.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T20:15:52.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T20:15:52.344Zinfo: downloading installer
312026-06-08T20:15:53.846Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T20:15:53.846Zwarn: /home/build/.rustup/settings.toml
332026-06-08T20:15:53.846Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T20:15:53.846Zwarn: instead of the one inferred from the default host triple.
352026-06-08T20:15:53.862Zinfo: profile set to default
362026-06-08T20:15:53.862Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T20:15:53.868Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T20:15:54.014Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T20:15:54.017Zinfo: downloading 6 components
402026-06-08T20:16:08.990Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T20:16:08.990Z
422026-06-08T20:16:08.996Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T20:16:08.997Z
442026-06-08T20:16:08.997Z
452026-06-08T20:16:08.997ZRust is installed now. Great!
462026-06-08T20:16:08.997Z
472026-06-08T20:16:08.997ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T20:16:08.997Zenvironment variable. This has not been done automatically.
492026-06-08T20:16:08.997Z
502026-06-08T20:16:08.997ZTo configure your current shell, you need to source
512026-06-08T20:16:08.997Zthe corresponding env file under $HOME/.cargo.
522026-06-08T20:16:08.997Z
532026-06-08T20:16:08.997ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T20:16:08.997Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T20:16:08.997Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T20:16:08.997Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T20:16:08.997Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T20:16:08.997Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T20:16:08.997Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T20:16:08.997Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T20:16:08.997Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T20:16:09.089Z+ rustup --version
632026-06-08T20:16:09.096Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T20:16:09.099Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T20:16:09.134Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T20:16:09.139Z+ cargo --version
672026-06-08T20:16:09.140Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T20:16:09.140Z+ rustc --version
692026-06-08T20:16:09.149Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T20:16:09.152Zprocess exited: duration 16889 ms, exit code 0
 
712026-06-08T20:16:09.160Zstarting task 2: "authentication"
722026-06-08T20:16:09.179Zprocess exited: duration 18 ms, exit code 0
 
732026-06-08T20:16:09.187Zstarting task 3: "clone repository"
742026-06-08T20:16:09.191Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T20:16:09.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T20:16:09.235ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T20:16:49.176Z+ cd /work/oxidecomputer/omicron
782026-06-08T20:16:49.177Z+ git fetch origin 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
792026-06-08T20:16:49.462ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T20:16:49.462Z * branch 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 -> FETCH_HEAD
812026-06-08T20:16:49.493Z+ [[ -n mergeconflict/fm-sitrepguardedinsert ]]
822026-06-08T20:16:49.493Z++ git branch --show-current
832026-06-08T20:16:49.493Z+ current=main
842026-06-08T20:16:49.493Z+ [[ main != mergeconflict/fm-sitrepguardedinsert ]]
852026-06-08T20:16:49.493Z+ git branch -f mergeconflict/fm-sitrepguardedinsert 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
862026-06-08T20:16:49.493Z+ git checkout -f mergeconflict/fm-sitrepguardedinsert
872026-06-08T20:16:49.728ZSwitched to branch 'mergeconflict/fm-sitrepguardedinsert'
882026-06-08T20:16:49.758Z+ git reset --hard 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
892026-06-08T20:16:49.965ZHEAD is now at 3ff799da2 fmt
902026-06-08T20:16:49.973Zprocess exited: duration 40766 ms, exit code 0
 
912026-06-08T20:16:50.060Zstarting task 4: "build"
922026-06-08T20:16:50.072Z+ source .github/buildomat/ci-env.sh
932026-06-08T20:16:50.072Z++ export CARGO_TERM_COLOR=always
942026-06-08T20:16:50.072Z++ CARGO_TERM_COLOR=always
952026-06-08T20:16:50.072Z+ cargo --version
962026-06-08T20:16:50.072Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T20:16:50.072Z+ rustc --version
982026-06-08T20:16:50.089Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T20:16:50.101Z+ cargo tree --locked
1002026-06-08T20:16:50.260Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-08T20:16:50.543Z Updating crates.io index
1022026-06-08T20:16:50.581Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-08T20:16:50.847Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-08T20:16:51.719Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-08T20:16:52.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-08T20:16:53.394Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-08T20:16:54.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-08T20:16:55.678Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-08T20:16:56.473Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-08T20:16:56.877Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-08T20:16:58.323Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-08T20:16:58.780Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-08T20:16:59.187Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-08T20:16:59.541Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-08T20:17:00.969Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-08T20:17:01.039Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-08T20:17:01.440Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-08T20:17:01.847Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-08T20:17:02.194Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-08T20:17:02.698Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-08T20:17:02.986Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-08T20:17:03.229Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-08T20:17:03.536Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-08T20:17:03.920Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-08T20:17:04.351Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-08T20:17:04.821Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-08T20:17:05.800Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-08T20:17:06.375Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-08T20:17:06.689Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-08T20:17:06.996Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-08T20:17:08.244Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-08T20:17:09.259Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-06-08T20:17:09.720Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-06-08T20:17:09.973Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-06-08T20:17:10.394Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-06-08T20:17:10.720Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-06-08T20:17:11.075Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-06-08T20:17:11.490Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-08T20:17:12.005Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-06-08T20:17:12.295Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-06-08T20:17:12.542Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-06-08T20:17:13.011Z Updating git repository `https://github.com/oxidecomputer/omicron`
1432026-06-08T20:17:46.474Z Downloading crates ...
1442026-06-08T20:17:46.599Z Downloaded approx v0.5.1
1452026-06-08T20:17:46.606Z Downloaded block-buffer v0.10.4
1462026-06-08T20:17:46.606Z Downloaded assert_matches v1.5.0
1472026-06-08T20:17:46.606Z Downloaded arrayref v0.3.9
1482026-06-08T20:17:46.606Z Downloaded compression-core v0.4.31
1492026-06-08T20:17:46.606Z Downloaded ascii-canvas v3.0.0
1502026-06-08T20:17:46.606Z Downloaded curve25519-dalek-derive v0.1.1
1512026-06-08T20:17:46.606Z Downloaded addr2line v0.25.1
1522026-06-08T20:17:46.611Z Downloaded ar_archive_writer v0.5.1
1532026-06-08T20:17:46.611Z Downloaded argon2 v0.5.3
1542026-06-08T20:17:46.611Z Downloaded allocator-api2 v0.2.21
1552026-06-08T20:17:46.611Z Downloaded crucible-workspace-hack v0.1.0
1562026-06-08T20:17:46.611Z Downloaded darling_macro v0.23.0
1572026-06-08T20:17:46.611Z Downloaded async-object-pool v0.2.0
1582026-06-08T20:17:46.616Z Downloaded async-stream v0.3.6
1592026-06-08T20:17:46.616Z Downloaded assert-json-diff v2.0.2
1602026-06-08T20:17:46.620Z Downloaded async-compression v0.4.41
1612026-06-08T20:17:46.623Z Downloaded debug-ignore v1.0.5
1622026-06-08T20:17:46.623Z Downloaded darling_macro v0.13.4
1632026-06-08T20:17:46.628Z Downloaded crypto-common v0.1.7
1642026-06-08T20:17:46.629Z Downloaded crc v3.4.0
1652026-06-08T20:17:46.629Z Downloaded ciborium-io v0.2.2
1662026-06-08T20:17:46.629Z Downloaded async-lock v3.4.2
1672026-06-08T20:17:46.632Z Downloaded anstyle-parse v0.2.7
1682026-06-08T20:17:46.632Z Downloaded array-init v0.0.4
1692026-06-08T20:17:46.632Z Downloaded aho-corasick v1.1.4
1702026-06-08T20:17:46.635Z Downloaded diesel_table_macro_syntax v0.3.0
1712026-06-08T20:17:46.638Z Downloaded convert_case v0.10.0
1722026-06-08T20:17:46.638Z Downloaded async-recursion v1.1.1
1732026-06-08T20:17:46.641Z Downloaded csv-core v0.1.13
1742026-06-08T20:17:46.641Z Downloaded constant_time_eq v0.4.2
1752026-06-08T20:17:46.641Z Downloaded derive-ex v0.1.8
1762026-06-08T20:17:46.646Z Downloaded crc32fast v1.5.0
1772026-06-08T20:17:46.646Z Downloaded corncobs v0.1.4
1782026-06-08T20:17:46.647Z Downloaded cobs v0.3.0
1792026-06-08T20:17:46.652Z Downloaded anyhow v1.0.102
1802026-06-08T20:17:46.652Z Downloaded digest v0.10.7
1812026-06-08T20:17:46.652Z Downloaded chacha20 v0.10.0
1822026-06-08T20:17:46.656Z Downloaded derive_builder_core v0.20.2
1832026-06-08T20:17:46.656Z Downloaded defmt-macros v1.0.1
1842026-06-08T20:17:46.656Z Downloaded camino-tempfile-ext v0.3.3
1852026-06-08T20:17:46.657Z Downloaded assert_cmd v2.1.2
1862026-06-08T20:17:46.657Z Downloaded daft-derive v0.1.7
1872026-06-08T20:17:46.662Z Downloaded atomic-waker v1.1.2
1882026-06-08T20:17:46.662Z Downloaded arrayvec v0.7.6
1892026-06-08T20:17:46.665Z Downloaded anstyle-parse v1.0.0
1902026-06-08T20:17:46.665Z Downloaded chacha20poly1305 v0.10.1
1912026-06-08T20:17:46.665Z Downloaded cfg_aliases v0.2.1
1922026-06-08T20:17:46.670Z Downloaded chacha20 v0.9.1
1932026-06-08T20:17:46.670Z Downloaded colored v3.1.1
1942026-06-08T20:17:46.670Z Downloaded bit-set v0.8.0
1952026-06-08T20:17:46.670Z Downloaded async-stream-impl v0.3.6
1962026-06-08T20:17:46.670Z Downloaded async-bb8-diesel v0.2.1
1972026-06-08T20:17:46.674Z Downloaded console v0.15.11
1982026-06-08T20:17:46.674Z Downloaded clang-sys v1.8.1
1992026-06-08T20:17:46.677Z Downloaded bit-set v0.5.3
2002026-06-08T20:17:46.677Z Downloaded colorchoice v1.0.4
2012026-06-08T20:17:46.677Z Downloaded aead v0.5.2
2022026-06-08T20:17:46.686Z Downloaded atomicwrites v0.4.4
2032026-06-08T20:17:46.686Z Downloaded ciborium-ll v0.2.2
2042026-06-08T20:17:46.686Z Downloaded atty v0.2.14
2052026-06-08T20:17:46.689Z Downloaded cfg_aliases v0.1.1
2062026-06-08T20:17:46.689Z Downloaded derive_builder_macro v0.20.2
2072026-06-08T20:17:46.689Z Downloaded clap_lex v1.0.0
2082026-06-08T20:17:46.690Z Downloaded cargo-platform v0.2.0
2092026-06-08T20:17:46.690Z Downloaded bitfield-struct v0.6.2
2102026-06-08T20:17:46.690Z Downloaded cfg-if v1.0.4
2112026-06-08T20:17:46.690Z Downloaded darling v0.21.3
2122026-06-08T20:17:46.695Z Downloaded anstyle-query v1.1.5
2132026-06-08T20:17:46.695Z Downloaded bytecount v0.6.9
2142026-06-08T20:17:46.701Z Downloaded crossbeam-utils v0.8.21
2152026-06-08T20:17:46.701Z Downloaded bytes v1.11.1
2162026-06-08T20:17:46.701Z Downloaded cpufeatures v0.3.0
2172026-06-08T20:17:46.705Z Downloaded bit-vec v0.6.3
2182026-06-08T20:17:46.705Z Downloaded adler2 v2.0.1
2192026-06-08T20:17:46.705Z Downloaded block-padding v0.3.3
2202026-06-08T20:17:46.705Z Downloaded bcrypt-pbkdf v0.10.0
2212026-06-08T20:17:46.706Z Downloaded anes v0.1.6
2222026-06-08T20:17:46.714Z Downloaded base64ct v1.8.3
2232026-06-08T20:17:46.714Z Downloaded base16ct v0.2.0
2242026-06-08T20:17:46.714Z Downloaded dof v0.3.0
2252026-06-08T20:17:46.714Z Downloaded dirs-sys-next v0.1.2
2262026-06-08T20:17:46.714Z Downloaded backtrace-ext v0.2.1
2272026-06-08T20:17:46.721Z Downloaded darling_macro v0.21.3
2282026-06-08T20:17:46.721Z Downloaded async-trait v0.1.89
2292026-06-08T20:17:46.722Z Downloaded crc-catalog v2.4.0
2302026-06-08T20:17:46.722Z Downloaded buf-list v1.1.2
2312026-06-08T20:17:46.728Z Downloaded constant_time_eq v0.3.1
2322026-06-08T20:17:46.728Z Downloaded difflib v0.4.0
2332026-06-08T20:17:46.728Z Downloaded anstyle v1.0.14
2342026-06-08T20:17:46.728Z Downloaded dof v0.4.0
2352026-06-08T20:17:46.728Z Downloaded cast v0.3.0
2362026-06-08T20:17:46.728Z Downloaded defmt v0.3.100
2372026-06-08T20:17:46.728Z Downloaded bitfield-macros v0.19.4
2382026-06-08T20:17:46.737Z Downloaded crunchy v0.2.4
2392026-06-08T20:17:46.737Z Downloaded crc8 v0.1.1
2402026-06-08T20:17:46.737Z Downloaded cargo_metadata v0.21.0
2412026-06-08T20:17:46.737Z Downloaded bitfield v0.19.4
2422026-06-08T20:17:46.738Z Downloaded anstream v0.6.21
2432026-06-08T20:17:46.747Z Downloaded critical-section v1.2.0
2442026-06-08T20:17:46.747Z Downloaded defmt-parser v1.0.0
2452026-06-08T20:17:46.747Z Downloaded arc-swap v1.8.2
2462026-06-08T20:17:46.747Z Downloaded cfg-expr v0.20.6
2472026-06-08T20:17:46.759Z Downloaded dtrace-parser v0.3.0
2482026-06-08T20:17:46.759Z Downloaded castaway v0.2.4
2492026-06-08T20:17:46.759Z Downloaded dropshot-api-manager-types v0.7.2
2502026-06-08T20:17:46.759Z Downloaded convert_case v0.4.0
2512026-06-08T20:17:46.759Z Downloaded dyn-clone v1.0.20
2522026-06-08T20:17:46.763Z Downloaded darling_macro v0.20.11
2532026-06-08T20:17:46.763Z Downloaded cpufeatures v0.2.17
2542026-06-08T20:17:46.763Z Downloaded cstr-argument v0.1.2
2552026-06-08T20:17:46.763Z Downloaded bb8 v0.8.6
2562026-06-08T20:17:46.763Z Downloaded des v0.8.1
2572026-06-08T20:17:46.763Z Downloaded criterion-plot v0.6.0
2582026-06-08T20:17:46.763Z Downloaded anstream v1.0.0
2592026-06-08T20:17:46.763Z Downloaded errno v0.3.14
2602026-06-08T20:17:46.768Z Downloaded event-listener-strategy v0.5.4
2612026-06-08T20:17:46.768Z Downloaded cargo-platform v0.3.2
2622026-06-08T20:17:46.769Z Downloaded equivalent v1.0.2
2632026-06-08T20:17:46.769Z Downloaded enum-as-inner v0.6.1
2642026-06-08T20:17:46.769Z Downloaded downcast-rs v2.0.2
2652026-06-08T20:17:46.769Z Downloaded embedded-io v0.4.0
2662026-06-08T20:17:46.772Z Downloaded dtrace-parser v0.2.0
2672026-06-08T20:17:46.772Z Downloaded env_filter v1.0.0
2682026-06-08T20:17:46.772Z Downloaded cargo_metadata v0.23.1
2692026-06-08T20:17:46.772Z Downloaded blowfish v0.9.1
2702026-06-08T20:17:46.776Z Downloaded fastrand v2.3.0
2712026-06-08T20:17:46.776Z Downloaded bit-vec v0.8.0
2722026-06-08T20:17:46.776Z Downloaded dirs-next v2.0.0
2732026-06-08T20:17:46.788Z Downloaded fd-lock v4.0.4
2742026-06-08T20:17:46.788Z Downloaded displaydoc v0.2.5
2752026-06-08T20:17:46.788Z Downloaded blake2 v0.10.6
2762026-06-08T20:17:46.792Z Downloaded darling v0.13.4
2772026-06-08T20:17:46.792Z Downloaded bcs v0.1.6
2782026-06-08T20:17:46.792Z Downloaded concurrent-queue v2.5.0
2792026-06-08T20:17:46.792Z Downloaded ctr v0.9.2
2802026-06-08T20:17:46.792Z Downloaded embedded-io v0.6.1
2812026-06-08T20:17:46.792Z Downloaded bitflags v1.3.2
2822026-06-08T20:17:46.792Z Downloaded fixedbitset v0.4.2
2832026-06-08T20:17:46.792Z Downloaded float-ord v0.3.2
2842026-06-08T20:17:46.792Z Downloaded cmake v0.1.57
2852026-06-08T20:17:46.792Z Downloaded deranged v0.5.8
2862026-06-08T20:17:46.805Z Downloaded cipher v0.4.4
2872026-06-08T20:17:46.805Z Downloaded cassowary v0.3.0
2882026-06-08T20:17:46.805Z Downloaded cexpr v0.6.0
2892026-06-08T20:17:46.813Z Downloaded autocfg v1.5.0
2902026-06-08T20:17:46.813Z Downloaded byteorder v1.5.0
2912026-06-08T20:17:46.814Z Downloaded escape8259 v0.5.3
2922026-06-08T20:17:46.814Z Downloaded erased-serde v0.3.31
2932026-06-08T20:17:46.814Z Downloaded ena v0.14.4
2942026-06-08T20:17:46.814Z Downloaded foreign-types v0.3.2
2952026-06-08T20:17:46.814Z Downloaded cbc v0.1.2
2962026-06-08T20:17:46.814Z Downloaded camino-tempfile v1.4.1
2972026-06-08T20:17:46.814Z Downloaded byte-wrapper v0.1.0
2982026-06-08T20:17:46.814Z Downloaded endian-type v0.1.2
2992026-06-08T20:17:46.814Z Downloaded document-features v0.2.12
3002026-06-08T20:17:46.814Z Downloaded defmt v1.0.1
3012026-06-08T20:17:46.815Z Downloaded blake2b_simd v1.0.4
3022026-06-08T20:17:46.820Z Downloaded dunce v1.0.5
3032026-06-08T20:17:46.820Z Downloaded data-encoding v2.10.0
3042026-06-08T20:17:46.820Z Downloaded darling_core v0.20.11
3052026-06-08T20:17:46.820Z Downloaded foreign-types v0.5.0
3062026-06-08T20:17:46.820Z Downloaded flagset v0.4.7
3072026-06-08T20:17:46.820Z Downloaded backoff v0.4.0
3082026-06-08T20:17:46.820Z Downloaded funty v2.0.0
3092026-06-08T20:17:46.820Z Downloaded crossbeam-deque v0.8.6
3102026-06-08T20:17:46.825Z Downloaded darling v0.20.11
3112026-06-08T20:17:46.825Z Downloaded ciborium v0.2.2
3122026-06-08T20:17:46.829Z Downloaded colored v2.2.0
3132026-06-08T20:17:46.829Z Downloaded ahash v0.8.12
3142026-06-08T20:17:46.830Z Downloaded fnv v1.0.7
3152026-06-08T20:17:46.830Z Downloaded der v0.7.10
3162026-06-08T20:17:46.834Z Downloaded fxhash v0.2.1
3172026-06-08T20:17:46.834Z Downloaded gethostname v0.5.0
3182026-06-08T20:17:46.834Z Downloaded futures-io v0.3.32
3192026-06-08T20:17:46.834Z Downloaded futures-core v0.3.32
3202026-06-08T20:17:46.834Z Downloaded fixedbitset v0.5.7
3212026-06-08T20:17:46.837Z Downloaded ff v0.13.1
3222026-06-08T20:17:46.838Z Downloaded form_urlencoded v1.2.2
3232026-06-08T20:17:46.838Z Downloaded futures-macro v0.3.32
3242026-06-08T20:17:46.844Z Downloaded filetime v0.2.27
3252026-06-08T20:17:46.844Z Downloaded camino v1.2.2
3262026-06-08T20:17:46.845Z Downloaded bzip2 v0.6.1
3272026-06-08T20:17:46.849Z Downloaded ghash v0.5.1
3282026-06-08T20:17:46.849Z Downloaded bzip2 v0.4.4
3292026-06-08T20:17:46.849Z Downloaded foreign-types-macros v0.2.3
3302026-06-08T20:17:46.849Z Downloaded globwalk v0.9.1
3312026-06-08T20:17:46.849Z Downloaded generic-array v0.14.7
3322026-06-08T20:17:46.850Z Downloaded futures-sink v0.3.32
3332026-06-08T20:17:46.850Z Downloaded foreign-types-shared v0.1.1
3342026-06-08T20:17:46.850Z Downloaded float-cmp v0.10.0
3352026-06-08T20:17:46.850Z Downloaded dsl_auto_type v0.2.0
3362026-06-08T20:17:46.855Z Downloaded env_logger v0.11.9
3372026-06-08T20:17:46.855Z Downloaded foreign-types-shared v0.3.1
3382026-06-08T20:17:46.856Z Downloaded find-msvc-tools v0.1.9
3392026-06-08T20:17:46.856Z Downloaded drift v0.2.0
3402026-06-08T20:17:46.860Z Downloaded either v1.15.0
3412026-06-08T20:17:46.868Z Downloaded ed25519 v2.2.3
3422026-06-08T20:17:46.868Z Downloaded darling v0.23.0
3432026-06-08T20:17:46.868Z Downloaded futures-task v0.3.32
3442026-06-08T20:17:46.872Z Downloaded fallible-iterator v0.2.0
3452026-06-08T20:17:46.872Z Downloaded crossbeam-epoch v0.9.18
3462026-06-08T20:17:46.872Z Downloaded guppy-workspace-hack v0.1.0
3472026-06-08T20:17:46.873Z Downloaded cookie_store v0.22.1
3482026-06-08T20:17:46.873Z Downloaded hostname v0.4.2
3492026-06-08T20:17:46.873Z Downloaded ecdsa v0.16.9
3502026-06-08T20:17:46.880Z Downloaded git-stub v1.0.0
3512026-06-08T20:17:46.880Z Downloaded foldhash v0.1.5
3522026-06-08T20:17:46.880Z Downloaded derive_builder v0.20.2
3532026-06-08T20:17:46.880Z Downloaded datatest-stable v0.3.3
3542026-06-08T20:17:46.881Z Downloaded const-oid v0.9.6
3552026-06-08T20:17:46.885Z Downloaded bitflags v2.11.0
3562026-06-08T20:17:46.885Z Downloaded foldhash v0.2.0
3572026-06-08T20:17:46.885Z Downloaded hash32 v0.3.1
3582026-06-08T20:17:46.890Z Downloaded diesel-dtrace v0.5.0
3592026-06-08T20:17:46.890Z Downloaded futures-executor v0.3.32
3602026-06-08T20:17:46.890Z Downloaded futures-channel v0.3.32
3612026-06-08T20:17:46.890Z Downloaded hash32 v0.2.1
3622026-06-08T20:17:46.893Z Downloaded der_derive v0.7.3
3632026-06-08T20:17:46.893Z Downloaded httpdate v1.0.3
3642026-06-08T20:17:46.893Z Downloaded heck v0.5.0
3652026-06-08T20:17:46.893Z Downloaded heck v0.4.1
3662026-06-08T20:17:46.896Z Downloaded headers-core v0.3.0
3672026-06-08T20:17:46.896Z Downloaded console v0.16.2
3682026-06-08T20:17:46.897Z Downloaded base64 v0.22.1
3692026-06-08T20:17:46.900Z Downloaded http-body v1.0.1
3702026-06-08T20:17:46.900Z Downloaded fs-err v2.11.0
3712026-06-08T20:17:46.904Z Downloaded diff v0.1.13
3722026-06-08T20:17:46.904Z Downloaded hubpack_derive v0.1.1
3732026-06-08T20:17:46.904Z Downloaded hubpack v0.1.2
3742026-06-08T20:17:46.904Z Downloaded hex-literal v0.4.1
3752026-06-08T20:17:46.908Z Downloaded hex v0.4.3
3762026-06-08T20:17:46.908Z Downloaded group v0.13.0
3772026-06-08T20:17:46.908Z Downloaded fs_extra v1.3.0
3782026-06-08T20:17:46.914Z Downloaded fs-err v3.3.0
3792026-06-08T20:17:46.914Z Downloaded http-range v0.1.5
3802026-06-08T20:17:46.914Z Downloaded git-stub-vcs v0.1.0
3812026-06-08T20:17:46.914Z Downloaded hyper-tls v0.6.0
3822026-06-08T20:17:46.914Z Downloaded illumos-nvpair v0.3.0
3832026-06-08T20:17:46.915Z Downloaded home v0.5.12
3842026-06-08T20:17:46.925Z Downloaded derive_more v0.99.20
3852026-06-08T20:17:46.925Z Downloaded backtrace v0.3.76
3862026-06-08T20:17:46.925Z Downloaded glob v0.3.3
3872026-06-08T20:17:46.935Z Downloaded futures-timer v3.0.3
3882026-06-08T20:17:46.936Z Downloaded derive-where v1.6.0
3892026-06-08T20:17:46.936Z Downloaded event-listener v5.4.1
3902026-06-08T20:17:46.936Z Downloaded const_format_proc_macros v0.2.34
3912026-06-08T20:17:46.936Z Downloaded clap v4.6.1
3922026-06-08T20:17:46.942Z Downloaded globset v0.4.18
3932026-06-08T20:17:46.943Z Downloaded getrandom v0.2.17
3942026-06-08T20:17:46.943Z Downloaded erased-serde v0.4.9
3952026-06-08T20:17:46.943Z Downloaded derive_more v2.1.1
3962026-06-08T20:17:46.950Z Downloaded illumos-nvpair-sys v0.2.0
3972026-06-08T20:17:46.950Z Downloaded darling_core v0.23.0
3982026-06-08T20:17:46.950Z Downloaded indoc v1.0.9
3992026-06-08T20:17:46.955Z Downloaded idna_adapter v1.2.1
4002026-06-08T20:17:46.955Z Downloaded ident_case v1.0.1
4012026-06-08T20:17:46.955Z Downloaded hostname v0.3.1
4022026-06-08T20:17:46.956Z Downloaded inout v0.1.4
4032026-06-08T20:17:46.956Z Downloaded darling_core v0.13.4
4042026-06-08T20:17:46.956Z Downloaded is-terminal v0.4.17
4052026-06-08T20:17:46.956Z Downloaded crc-any v2.5.0
4062026-06-08T20:17:46.961Z Downloaded instant v0.1.13
4072026-06-08T20:17:46.961Z Downloaded cookie v0.18.1
4082026-06-08T20:17:46.961Z Downloaded crossbeam-channel v0.5.15
4092026-06-08T20:17:46.968Z Downloaded compression-codecs v0.4.37
4102026-06-08T20:17:46.968Z Downloaded is_terminal_polyfill v1.70.2
4112026-06-08T20:17:46.969Z Downloaded is_ci v1.2.0
4122026-06-08T20:17:46.969Z Downloaded humantime v2.3.0
4132026-06-08T20:17:46.969Z Downloaded cargo-util-schemas v0.8.2
4142026-06-08T20:17:46.972Z Downloaded backon v1.6.0
4152026-06-08T20:17:46.972Z Downloaded bumpalo v3.20.2
4162026-06-08T20:17:46.972Z Downloaded highway v1.3.0
4172026-06-08T20:17:46.972Z Downloaded http-body-util v0.1.3
4182026-06-08T20:17:46.975Z Downloaded half v1.8.3
4192026-06-08T20:17:46.975Z Downloaded daft v0.1.7
4202026-06-08T20:17:46.975Z Downloaded display-error-chain v0.2.2
4212026-06-08T20:17:46.980Z Downloaded cancel-safe-futures v0.1.5
4222026-06-08T20:17:46.980Z Downloaded base64 v0.21.7
4232026-06-08T20:17:46.983Z Downloaded lalrpop-util v0.19.12
4242026-06-08T20:17:46.983Z Downloaded hickory-client v0.25.2
4252026-06-08T20:17:46.983Z Downloaded indent_write v2.2.0
4262026-06-08T20:17:46.983Z Downloaded const_format v0.2.35
4272026-06-08T20:17:46.988Z Downloaded internet-checksum v0.2.1
4282026-06-08T20:17:46.988Z Downloaded clap_derive v4.6.1
4292026-06-08T20:17:46.993Z Downloaded compact_str v0.8.1
4302026-06-08T20:17:46.993Z Downloaded itoa v1.0.17
4312026-06-08T20:17:46.998Z Downloaded dropshot_endpoint v0.17.0
4322026-06-08T20:17:46.998Z Downloaded fatfs v0.3.6
4332026-06-08T20:17:47.000Z Downloaded elliptic-curve v0.13.8
4342026-06-08T20:17:47.005Z Downloaded maplit v1.0.2
4352026-06-08T20:17:47.005Z Downloaded linkme-impl v0.3.35
4362026-06-08T20:17:47.005Z Downloaded lzss v0.8.2
4372026-06-08T20:17:47.005Z Downloaded getrandom v0.3.4
4382026-06-08T20:17:47.012Z Downloaded managed v0.8.0
4392026-06-08T20:17:47.012Z Downloaded macaddr v1.0.1
4402026-06-08T20:17:47.012Z Downloaded memmap v0.7.0
4412026-06-08T20:17:47.012Z Downloaded kstat-rs v0.2.4
4422026-06-08T20:17:47.012Z Downloaded lru-cache v0.1.2
4432026-06-08T20:17:47.018Z Downloaded half v2.7.1
4442026-06-08T20:17:47.018Z Downloaded fancy-regex v0.14.0
4452026-06-08T20:17:47.018Z Downloaded impl-trait-for-tuples v0.2.3
4462026-06-08T20:17:47.018Z Downloaded ingot v0.1.1
4472026-06-08T20:17:47.021Z Downloaded ingot-types v0.1.2
4482026-06-08T20:17:47.021Z Downloaded getrandom v0.4.1
4492026-06-08T20:17:47.021Z Downloaded md5 v0.7.0
4502026-06-08T20:17:47.021Z Downloaded libscf-sys v1.1.0
4512026-06-08T20:17:47.027Z Downloaded memoffset v0.9.1
4522026-06-08T20:17:47.027Z Downloaded hyper-staticfile v0.10.1
4532026-06-08T20:17:47.027Z Downloaded chumsky v0.9.3
4542026-06-08T20:17:47.031Z Downloaded futures v0.3.32
4552026-06-08T20:17:47.031Z Downloaded mime v0.3.17
4562026-06-08T20:17:47.035Z Downloaded miette-derive v5.10.0
4572026-06-08T20:17:47.035Z Downloaded flate2 v1.1.9
4582026-06-08T20:17:47.037Z Downloaded new_debug_unreachable v1.0.6
4592026-06-08T20:17:47.038Z Downloaded expectorate v1.2.0
4602026-06-08T20:17:47.038Z Downloaded hyper-rustls v0.27.7
4612026-06-08T20:17:47.041Z Downloaded newline-converter v0.3.0
4622026-06-08T20:17:47.041Z Downloaded nested v0.1.1
4632026-06-08T20:17:47.041Z Downloaded multimap v0.10.1
4642026-06-08T20:17:47.041Z Downloaded linked-hash-map v0.5.6
4652026-06-08T20:17:47.044Z Downloaded instability v0.3.11
4662026-06-08T20:17:47.044Z Downloaded keccak v0.1.6
4672026-06-08T20:17:47.044Z Downloaded indoc v2.0.7
4682026-06-08T20:17:47.047Z Downloaded jobserver v0.1.34
4692026-06-08T20:17:47.047Z Downloaded match_cfg v0.1.0
4702026-06-08T20:17:47.047Z Downloaded lru-slab v0.1.2
4712026-06-08T20:17:47.050Z Downloaded ipnet v2.11.0
4722026-06-08T20:17:47.050Z Downloaded nodrop v0.1.14
4732026-06-08T20:17:47.050Z Downloaded knuffel-derive v3.2.0
4742026-06-08T20:17:47.056Z Downloaded iana-time-zone v0.1.65
4752026-06-08T20:17:47.056Z Downloaded md-5 v0.10.6
4762026-06-08T20:17:47.059Z Downloaded httptest v0.16.4
4772026-06-08T20:17:47.059Z Downloaded newtype-uuid-macros v0.1.0
4782026-06-08T20:17:47.059Z Downloaded num v0.4.3
4792026-06-08T20:17:47.059Z Downloaded maybe-uninit v2.0.0
4802026-06-08T20:17:47.059Z Downloaded darling_core v0.21.3
4812026-06-08T20:17:47.064Z Downloaded hmac v0.12.1
4822026-06-08T20:17:47.064Z Downloaded lock_api v0.4.14
4832026-06-08T20:17:47.068Z Downloaded linkme v0.3.35
4842026-06-08T20:17:47.068Z Downloaded aes v0.8.4
4852026-06-08T20:17:47.068Z Downloaded lru v0.12.5
4862026-06-08T20:17:47.072Z Downloaded libefi-sys v0.1.0
4872026-06-08T20:17:47.072Z Downloaded normalize-line-endings v0.3.0
4882026-06-08T20:17:47.072Z Downloaded newtype_derive v0.1.6
4892026-06-08T20:17:47.072Z Downloaded lazy_static v1.5.0
4902026-06-08T20:17:47.076Z Downloaded headers v0.4.1
4912026-06-08T20:17:47.079Z Downloaded num_enum_derive v0.5.11
4922026-06-08T20:17:47.083Z Downloaded num-derive v0.3.3
4932026-06-08T20:17:47.083Z Downloaded linear-map v1.2.0
4942026-06-08T20:17:47.083Z Downloaded nonempty v0.12.0
4952026-06-08T20:17:47.087Z Downloaded derive_more-impl v2.1.1
4962026-06-08T20:17:47.087Z Downloaded num-derive v0.4.2
4972026-06-08T20:17:47.090Z Downloaded criterion v0.7.0
4982026-06-08T20:17:47.092Z Downloaded libloading v0.8.9
4992026-06-08T20:17:47.096Z Downloaded num-iter v0.1.45
5002026-06-08T20:17:47.096Z Downloaded num_threads v0.1.7
5012026-06-08T20:17:47.096Z Downloaded num-conv v0.2.0
5022026-06-08T20:17:47.096Z Downloaded httparse v1.10.1
5032026-06-08T20:17:47.099Z Downloaded cc v1.2.56
5042026-06-08T20:17:47.099Z Downloaded flume v0.11.1
5052026-06-08T20:17:47.102Z Downloaded ipnetwork v0.21.1
5062026-06-08T20:17:47.107Z Downloaded nibble_vec v0.1.0
5072026-06-08T20:17:47.107Z Downloaded native-tls v0.2.18
5082026-06-08T20:17:47.110Z Downloaded nanorand v0.7.0
5092026-06-08T20:17:47.110Z Downloaded ignore v0.4.25
5102026-06-08T20:17:47.110Z Downloaded icu_properties v2.1.2
5112026-06-08T20:17:47.110Z Downloaded multer v3.1.0
5122026-06-08T20:17:47.113Z Downloaded mime_guess v2.0.5
5132026-06-08T20:17:47.113Z Downloaded libsw-core v0.3.2
5142026-06-08T20:17:47.116Z Downloaded olpc-cjson v0.1.4
5152026-06-08T20:17:47.121Z Downloaded indexmap v1.9.3
5162026-06-08T20:17:47.129Z Downloaded openssl-macros v0.1.1
5172026-06-08T20:17:47.129Z Downloaded icu_provider v2.1.1
5182026-06-08T20:17:47.129Z Downloaded aes-gcm v0.10.3
5192026-06-08T20:17:47.132Z Downloaded ordered-float v2.10.1
5202026-06-08T20:17:47.132Z Downloaded openssl-probe v0.2.1
5212026-06-08T20:17:47.132Z Downloaded oso-derive v0.27.3
5222026-06-08T20:17:47.132Z Downloaded crypto-bigint v0.5.5
5232026-06-08T20:17:47.132Z Downloaded newtype-uuid v1.3.2
5242026-06-08T20:17:47.135Z Downloaded hashbrown v0.12.3
5252026-06-08T20:17:47.135Z Downloaded libsw v3.5.0
5262026-06-08T20:17:47.138Z Downloaded nu-ansi-term v0.50.3
5272026-06-08T20:17:47.138Z Downloaded icu_normalizer v2.1.1
5282026-06-08T20:17:47.144Z Downloaded openssl-probe v0.1.6
5292026-06-08T20:17:47.144Z Downloaded num-complex v0.4.6
5302026-06-08T20:17:47.147Z Downloaded opaque-debug v0.3.1
5312026-06-08T20:17:47.147Z Downloaded ed25519-dalek v2.2.0
5322026-06-08T20:17:47.147Z Downloaded parking v2.2.1
5332026-06-08T20:17:47.152Z Downloaded parse-size v1.1.0
5342026-06-08T20:17:47.155Z Downloaded litemap v0.8.1
5352026-06-08T20:17:47.155Z Downloaded ingot-macros v0.1.1
5362026-06-08T20:17:47.155Z Downloaded packed_struct_codegen v0.10.1
5372026-06-08T20:17:47.155Z Downloaded path-slash v0.1.5
5382026-06-08T20:17:47.160Z Downloaded peg-runtime v0.8.5
5392026-06-08T20:17:47.160Z Downloaded pbkdf2 v0.12.2
5402026-06-08T20:17:47.163Z Downloaded parse-display v0.10.0
5412026-06-08T20:17:47.163Z Downloaded pbkdf2 v0.11.0
5422026-06-08T20:17:47.163Z Downloaded pathdiff v0.2.3
5432026-06-08T20:17:47.174Z Downloaded num-integer v0.1.46
5442026-06-08T20:17:47.178Z Downloaded litrs v1.0.0
5452026-06-08T20:17:47.181Z Downloaded percent-encoding v2.3.2
5462026-06-08T20:17:47.181Z Downloaded num_enum_derive v0.7.6
5472026-06-08T20:17:47.181Z Downloaded libtest-mimic v0.8.1
5482026-06-08T20:17:47.186Z Downloaded phf_shared v0.12.1
5492026-06-08T20:17:47.186Z Downloaded phf_shared v0.11.3
5502026-06-08T20:17:47.191Z Downloaded plain v0.2.3
5512026-06-08T20:17:47.191Z Downloaded heapless v0.7.17
5522026-06-08T20:17:47.191Z Downloaded phf_shared v0.13.1
5532026-06-08T20:17:47.195Z Downloaded num_enum v0.7.6
5542026-06-08T20:17:47.195Z Downloaded memmap2 v0.9.10
5552026-06-08T20:17:47.202Z Downloaded icu_locale_core v2.1.1
5562026-06-08T20:17:47.202Z Downloaded oorandom v11.1.5
5572026-06-08T20:17:47.202Z Downloaded hashbrown v0.13.2
5582026-06-08T20:17:47.205Z Downloaded pin-utils v0.1.0
5592026-06-08T20:17:47.205Z Downloaded icu_normalizer_data v2.1.1
5602026-06-08T20:17:47.210Z Downloaded plotters-svg v0.3.7
5612026-06-08T20:17:47.213Z Downloaded num-rational v0.4.2
5622026-06-08T20:17:47.213Z Downloaded plotters-backend v0.3.7
5632026-06-08T20:17:47.213Z Downloaded precomputed-hash v0.1.1
5642026-06-08T20:17:47.213Z Downloaded powerfmt v0.2.0
5652026-06-08T20:17:47.216Z Downloaded owo-colors v4.3.0
5662026-06-08T20:17:47.219Z Downloaded oxide-tokio-rt v0.1.4
5672026-06-08T20:17:47.219Z Downloaded password-hash v0.4.2
5682026-06-08T20:17:47.222Z Downloaded oxnet v0.1.5
5692026-06-08T20:17:47.222Z Downloaded partial-io v0.5.4
5702026-06-08T20:17:47.235Z Downloaded parking_lot_core v0.8.6
5712026-06-08T20:17:47.246Z Downloaded potential_utf v0.1.4
5722026-06-08T20:17:47.246Z Downloaded predicates-core v1.0.10
5732026-06-08T20:17:47.246Z Downloaded indicatif v0.18.4
5742026-06-08T20:17:47.246Z Downloaded proc-macro-error-attr2 v2.0.0
5752026-06-08T20:17:47.246Z Downloaded peg v0.8.5
5762026-06-08T20:17:47.246Z Downloaded packed_struct v0.10.1
5772026-06-08T20:17:47.251Z Downloaded password-hash v0.5.0
5782026-06-08T20:17:47.251Z Downloaded parse-display-derive v0.10.0
5792026-06-08T20:17:47.251Z Downloaded knuffel v3.2.0
5802026-06-08T20:17:47.251Z Downloaded proc-macro-crate v1.3.1
5812026-06-08T20:17:47.251Z Downloaded predicates-tree v1.0.13
5822026-06-08T20:17:47.251Z Downloaded pretty-hex v0.4.1
5832026-06-08T20:17:47.251Z Downloaded once_cell v1.21.3
5842026-06-08T20:17:47.254Z Downloaded pin-project-internal v1.1.11
5852026-06-08T20:17:47.254Z Downloaded proc-macro-error-attr v1.0.4
5862026-06-08T20:17:47.254Z Downloaded num_enum v0.5.11
5872026-06-08T20:17:47.259Z Downloaded pem-rfc7468 v0.7.0
5882026-06-08T20:17:47.262Z Downloaded progenitor-macro v0.11.2
5892026-06-08T20:17:47.262Z Downloaded libbz2-rs-sys v0.2.2
5902026-06-08T20:17:47.264Z Downloaded progenitor-client v0.11.2
5912026-06-08T20:17:47.264Z Downloaded progenitor-client v0.10.0
5922026-06-08T20:17:47.264Z Downloaded proc-macro-crate v3.4.0
5932026-06-08T20:17:47.268Z Downloaded heapless v0.8.0
5942026-06-08T20:17:47.270Z Downloaded dropshot-api-manager v0.7.2
5952026-06-08T20:17:47.273Z Downloaded hickory-resolver v0.25.2
5962026-06-08T20:17:47.276Z Downloaded phf v0.13.1
5972026-06-08T20:17:47.276Z Downloaded pem v3.0.6
5982026-06-08T20:17:47.276Z Downloaded owo-colors v3.5.0
5992026-06-08T20:17:47.280Z Downloaded log v0.4.29
6002026-06-08T20:17:47.286Z Downloaded pkg-config v0.3.32
6012026-06-08T20:17:47.286Z Downloaded pkcs8 v0.10.2
6022026-06-08T20:17:47.286Z Downloaded progenitor-client v0.14.0
6032026-06-08T20:17:47.289Z Downloaded pin-project-lite v0.2.17
6042026-06-08T20:17:47.289Z Downloaded quick-error v1.2.3
6052026-06-08T20:17:47.290Z Downloaded postgres-protocol v0.6.10
6062026-06-08T20:17:47.290Z Downloaded parking_lot_core v0.9.12
6072026-06-08T20:17:47.294Z Downloaded path-tree v0.8.3
6082026-06-08T20:17:47.294Z Downloaded crossterm v0.28.1
6092026-06-08T20:17:47.297Z Downloaded psl-types v2.0.11
6102026-06-08T20:17:47.298Z Downloaded progenitor-macro v0.14.0
6112026-06-08T20:17:47.298Z Downloaded diesel_derives v2.3.7
6122026-06-08T20:17:47.302Z Downloaded proc-macro-error v1.0.4
6132026-06-08T20:17:47.305Z Downloaded polyval v0.6.2
6142026-06-08T20:17:47.305Z Downloaded predicates v3.1.4
6152026-06-08T20:17:47.308Z Downloaded radium v0.7.0
6162026-06-08T20:17:47.308Z Downloaded jiff-static v0.2.21
6172026-06-08T20:17:47.311Z Downloaded hickory-server v0.25.2
6182026-06-08T20:17:47.311Z Downloaded paste v1.0.15
6192026-06-08T20:17:47.314Z Downloaded proc-macro-error2 v2.0.1
6202026-06-08T20:17:47.316Z Downloaded pest_derive v2.8.6
6212026-06-08T20:17:47.321Z Downloaded parking_lot v0.12.5
6222026-06-08T20:17:47.321Z Downloaded http v1.4.0
6232026-06-08T20:17:47.325Z Downloaded num-traits v0.2.19
6242026-06-08T20:17:47.329Z Downloaded rand_xorshift v0.4.0
6252026-06-08T20:17:47.329Z Downloaded ppv-lite86 v0.2.21
6262026-06-08T20:17:47.331Z Downloaded rand_chacha v0.3.1
6272026-06-08T20:17:47.331Z Downloaded peg-macros v0.8.5
6282026-06-08T20:17:47.332Z Downloaded progenitor v0.14.0
6292026-06-08T20:17:47.337Z Downloaded primeorder v0.13.6
6302026-06-08T20:17:47.341Z Downloaded ref-cast-impl v1.0.25
6312026-06-08T20:17:47.341Z Downloaded ref-cast v1.0.25
6322026-06-08T20:17:47.344Z Downloaded miniz_oxide v0.8.9
6332026-06-08T20:17:47.346Z Downloaded oso v0.27.3
6342026-06-08T20:17:47.352Z Downloaded recursive-proc-macro-impl v0.1.1
6352026-06-08T20:17:47.352Z Downloaded recursive v0.1.1
6362026-06-08T20:17:47.352Z Downloaded hyper-util v0.1.20
6372026-06-08T20:17:47.363Z Downloaded phf v0.12.1
6382026-06-08T20:17:47.363Z Downloaded rfc6979 v0.4.0
6392026-06-08T20:17:47.363Z Downloaded icu_collections v2.1.1
6402026-06-08T20:17:47.368Z Downloaded pest_generator v2.8.6
6412026-06-08T20:17:47.368Z Downloaded progenitor v0.13.0
6422026-06-08T20:17:47.368Z Downloaded pkcs1 v0.7.5
6432026-06-08T20:17:47.368Z Downloaded hickory-resolver v0.24.4
6442026-06-08T20:17:47.371Z Downloaded psm v0.1.30
6452026-06-08T20:17:47.371Z Downloaded progenitor-client v0.13.0
6462026-06-08T20:17:47.371Z Downloaded poly1305 v0.8.0
6472026-06-08T20:17:47.375Z Downloaded minimal-lexical v0.2.1
6482026-06-08T20:17:47.377Z Downloaded p256 v0.13.2
6492026-06-08T20:17:47.377Z Downloaded progenitor-macro v0.13.0
6502026-06-08T20:17:47.381Z Downloaded rustc_version v0.1.7
6512026-06-08T20:17:47.385Z Downloaded rustc_version v0.4.1
6522026-06-08T20:17:47.385Z Downloaded quote v1.0.45
6532026-06-08T20:17:47.388Z Downloaded r2d2 v0.8.10
6542026-06-08T20:17:47.388Z Downloaded rand_core v0.10.0
6552026-06-08T20:17:47.388Z Downloaded rand_core v0.9.5
6562026-06-08T20:17:47.392Z Downloaded itertools v0.10.5
6572026-06-08T20:17:47.392Z Downloaded russh-cryptovec v0.7.3
6582026-06-08T20:17:47.395Z Downloaded pin-project v1.1.11
6592026-06-08T20:17:47.400Z Downloaded postcard v1.1.3
6602026-06-08T20:17:47.405Z Downloaded papergrid v0.17.0
6612026-06-08T20:17:47.405Z Downloaded papergrid v0.11.0
6622026-06-08T20:17:47.408Z Downloaded rand_core v0.6.4
6632026-06-08T20:17:47.408Z Downloaded rand_chacha v0.9.0
6642026-06-08T20:17:47.412Z Downloaded same-file v1.0.6
6652026-06-08T20:17:47.412Z Downloaded memchr v2.8.0
6662026-06-08T20:17:47.412Z Downloaded rustc-hash v2.1.1
6672026-06-08T20:17:47.415Z Downloaded rtoolbox v0.0.3
6682026-06-08T20:17:47.415Z Downloaded hashbrown v0.14.5
6692026-06-08T20:17:47.418Z Downloaded quinn-udp v0.5.14
6702026-06-08T20:17:47.422Z Downloaded parking_lot v0.11.2
6712026-06-08T20:17:47.422Z Downloaded omicron-zone-package v0.12.2
6722026-06-08T20:17:47.425Z Downloaded crossterm v0.29.0
6732026-06-08T20:17:47.430Z Downloaded scheduled-thread-pool v0.2.7
6742026-06-08T20:17:47.432Z Downloaded scrypt v0.11.0
6752026-06-08T20:17:47.432Z Downloaded scroll_derive v0.13.1
6762026-06-08T20:17:47.435Z Downloaded salsa20 v0.10.2
6772026-06-08T20:17:47.435Z Downloaded progenitor v0.11.2
6782026-06-08T20:17:47.441Z Downloaded hashbrown v0.15.5
6792026-06-08T20:17:47.444Z Downloaded relative-path v1.9.3
6802026-06-08T20:17:47.449Z Downloaded pkcs5 v0.7.1
6812026-06-08T20:17:47.449Z Downloaded progenitor-extras v0.2.0
6822026-06-08T20:17:47.453Z Downloaded scopeguard v1.2.0
6832026-06-08T20:17:47.454Z Downloaded sapling-renderdag v0.1.0
6842026-06-08T20:17:47.454Z Downloaded scroll_derive v0.12.1
6852026-06-08T20:17:47.454Z Downloaded proc-macro2 v1.0.106
6862026-06-08T20:17:47.457Z Downloaded progenitor-impl v0.14.0
6872026-06-08T20:17:47.462Z Downloaded rust-argon2 v2.1.0
6882026-06-08T20:17:47.465Z Downloaded postgres-types v0.2.12
6892026-06-08T20:17:47.465Z Downloaded secrecy v0.8.0
6902026-06-08T20:17:47.468Z Downloaded resolv-conf v0.7.6
6912026-06-08T20:17:47.471Z Downloaded semver v0.1.20
6922026-06-08T20:17:47.471Z Downloaded serde-big-array v0.5.1
6932026-06-08T20:17:47.475Z Downloaded num-bigint v0.4.6
6942026-06-08T20:17:47.480Z Downloaded rand_seeder v0.4.0
6952026-06-08T20:17:47.483Z Downloaded secrecy v0.10.3
6962026-06-08T20:17:47.487Z Downloaded seq-macro v0.3.6
6972026-06-08T20:17:47.490Z Downloaded serde_bytes v0.11.19
6982026-06-08T20:17:47.496Z Downloaded serde_repr v0.1.20
6992026-06-08T20:17:47.496Z Downloaded serde_regex v1.1.0
7002026-06-08T20:17:47.500Z Downloaded serde_plain v1.0.2
7012026-06-08T20:17:47.500Z Downloaded futures-util v0.3.32
7022026-06-08T20:17:47.504Z Downloaded miette v5.10.0
7032026-06-08T20:17:47.509Z Downloaded scroll v0.13.0
7042026-06-08T20:17:47.513Z Downloaded schemars_derive v0.8.22
7052026-06-08T20:17:47.513Z Downloaded scroll v0.12.0
7062026-06-08T20:17:47.514Z Downloaded sha1 v0.10.6
7072026-06-08T20:17:47.514Z Downloaded rusty-fork v0.3.1
7082026-06-08T20:17:47.514Z Downloaded rustversion v1.0.22
7092026-06-08T20:17:47.517Z Downloaded rustls-pemfile v2.2.0
7102026-06-08T20:17:47.517Z Downloaded rustls-pemfile v1.0.4
7112026-06-08T20:17:47.517Z Downloaded serde-value v0.7.0
7122026-06-08T20:17:47.522Z Downloaded prettyplease v0.2.37
7132026-06-08T20:17:47.525Z Downloaded hashbrown v0.16.1
7142026-06-08T20:17:47.529Z Downloaded serde_spanned v1.0.4
7152026-06-08T20:17:47.529Z Downloaded serde_spanned v0.6.9
7162026-06-08T20:17:47.533Z Downloaded progenitor-impl v0.11.2
7172026-06-08T20:17:47.533Z Downloaded pest_meta v2.8.6
7182026-06-08T20:17:47.533Z Downloaded russh-keys v0.45.0
7192026-06-08T20:17:47.536Z Downloaded bitvec v1.0.1
7202026-06-08T20:17:47.542Z Downloaded siphasher v1.0.2
7212026-06-08T20:17:47.545Z Downloaded rustc-demangle v0.1.27
7222026-06-08T20:17:47.545Z Downloaded progenitor-impl v0.13.0
7232026-06-08T20:17:47.548Z Downloaded itertools v0.14.0
7242026-06-08T20:17:47.550Z Downloaded slog-bunyan v2.5.0
7252026-06-08T20:17:47.551Z Downloaded signal-hook-mio v0.2.5
7262026-06-08T20:17:47.554Z Downloaded itertools v0.13.0
7272026-06-08T20:17:47.556Z Downloaded similar-asserts v1.7.0
7282026-06-08T20:17:47.556Z Downloaded rcgen v0.12.1
7292026-06-08T20:17:47.559Z Downloaded icu_properties_data v2.1.2
7302026-06-08T20:17:47.563Z Downloaded slog-envlogger v2.2.0
7312026-06-08T20:17:47.571Z Downloaded openssl-sys v0.9.115
7322026-06-08T20:17:47.575Z Downloaded serde-untagged v0.1.9
7332026-06-08T20:17:47.575Z Downloaded indexmap v2.14.0
7342026-06-08T20:17:47.575Z Downloaded blake3 v1.8.3
7352026-06-08T20:17:47.578Z Downloaded serde-hex v0.1.0
7362026-06-08T20:17:47.578Z Downloaded signal-hook-tokio v0.3.1
7372026-06-08T20:17:47.578Z Downloaded shell-words v1.1.1
7382026-06-08T20:17:47.581Z Downloaded serde_urlencoded v0.7.1
7392026-06-08T20:17:47.581Z Downloaded sec1 v0.7.3
7402026-06-08T20:17:47.581Z Downloaded sha2 v0.10.9
7412026-06-08T20:17:47.584Z Downloaded serde_with_macros v1.5.2
7422026-06-08T20:17:47.584Z Downloaded libxml v0.3.3
7432026-06-08T20:17:47.589Z Downloaded pretty_assertions v1.4.1
7442026-06-08T20:17:47.593Z Downloaded mio v1.2.0
7452026-06-08T20:17:47.593Z Downloaded rustls-pki-types v1.14.0
7462026-06-08T20:17:47.597Z Downloaded serde_tokenstream v0.2.3
7472026-06-08T20:17:47.598Z Downloaded rustls-native-certs v0.8.3
7482026-06-08T20:17:47.598Z Downloaded idna v1.1.0
7492026-06-08T20:17:47.604Z Downloaded ron v0.8.1
7502026-06-08T20:17:47.604Z Downloaded itertools v0.12.1
7512026-06-08T20:17:47.607Z Downloaded sqlparser_derive v0.5.0
7522026-06-08T20:17:47.607Z Downloaded aws-lc-rs v1.16.3
7532026-06-08T20:17:47.612Z Downloaded slab v0.4.12
7542026-06-08T20:17:47.615Z Downloaded hyper v1.8.1
7552026-06-08T20:17:47.619Z Downloaded smawk v0.3.2
7562026-06-08T20:17:47.619Z Downloaded goblin v0.8.2
7572026-06-08T20:17:47.622Z Downloaded rustls-platform-verifier v0.6.2
7582026-06-08T20:17:47.625Z Downloaded stable_deref_trait v1.2.1
7592026-06-08T20:17:47.625Z Downloaded slog-dtrace v0.3.0
7602026-06-08T20:17:47.625Z Downloaded clap_builder v4.6.0
7612026-06-08T20:17:47.628Z Downloaded strsim v0.10.0
7622026-06-08T20:17:47.635Z Downloaded serde_derive_internals v0.29.1
7632026-06-08T20:17:47.635Z Downloaded nom v7.1.3
7642026-06-08T20:17:47.643Z Downloaded signature v2.2.0
7652026-06-08T20:17:47.643Z Downloaded schemars v0.8.22
7662026-06-08T20:17:47.647Z Downloaded strum v0.26.3
7672026-06-08T20:17:47.647Z Downloaded simd-adler32 v0.3.8
7682026-06-08T20:17:47.647Z Downloaded strip-ansi-escapes v0.2.1
7692026-06-08T20:17:47.647Z Downloaded ssh-encoding v0.2.0
7702026-06-08T20:17:47.647Z Downloaded ssh-cipher v0.2.0
7712026-06-08T20:17:47.647Z Downloaded snafu-derive v0.8.9
7722026-06-08T20:17:47.647Z Downloaded supports-color v2.1.0
7732026-06-08T20:17:47.650Z Downloaded supports-hyperlinks v2.1.0
7742026-06-08T20:17:47.650Z Downloaded slog-stdlog v4.1.1
7752026-06-08T20:17:47.650Z Downloaded signal-hook-registry v1.4.8
7762026-06-08T20:17:47.653Z Downloaded sigpipe v0.1.3
7772026-06-08T20:17:47.653Z Downloaded semver v1.0.28
7782026-06-08T20:17:47.653Z Downloaded shlex v1.3.0
7792026-06-08T20:17:47.656Z Downloaded h2 v0.4.13
7802026-06-08T20:17:47.665Z Downloaded sct v0.7.1
7812026-06-08T20:17:47.665Z Downloaded strum v0.27.2
7822026-06-08T20:17:47.665Z Downloaded structmeta-derive v0.3.0
7832026-06-08T20:17:47.665Z Downloaded rstest v0.25.0
7842026-06-08T20:17:47.670Z Downloaded sqlformat v0.3.5
7852026-06-08T20:17:47.670Z Downloaded slog-async v2.8.0
7862026-06-08T20:17:47.670Z Downloaded sync-ptr v0.1.4
7872026-06-08T20:17:47.673Z Downloaded swrite v0.1.0
7882026-06-08T20:17:47.673Z Downloaded sync_wrapper v1.0.2
7892026-06-08T20:17:47.673Z Downloaded supports-color v3.0.2
7902026-06-08T20:17:47.673Z Downloaded rayon-core v1.13.0
7912026-06-08T20:17:47.673Z Downloaded serde_cbor v0.11.2
7922026-06-08T20:17:47.678Z Downloaded tap v1.0.1
7932026-06-08T20:17:47.678Z Downloaded tagptr v0.2.0
7942026-06-08T20:17:47.678Z Downloaded slog-scope v4.4.1
7952026-06-08T20:17:47.682Z Downloaded slog-json v2.6.1
7962026-06-08T20:17:47.682Z Downloaded tabwriter v1.4.1
7972026-06-08T20:17:47.682Z Downloaded subtle v2.6.1
7982026-06-08T20:17:47.682Z Downloaded rand_distr v0.5.1
7992026-06-08T20:17:47.685Z Downloaded serde_path_to_error v0.1.20
8002026-06-08T20:17:47.685Z Downloaded smallvec v0.6.14
8012026-06-08T20:17:47.685Z Downloaded slog-term v2.9.2
8022026-06-08T20:17:47.688Z Downloaded target-triple v1.0.0
8032026-06-08T20:17:47.688Z Downloaded serde_derive v1.0.228
8042026-06-08T20:17:47.691Z Downloaded structmeta v0.3.0
8052026-06-08T20:17:47.691Z Downloaded string_cache v0.8.9
8062026-06-08T20:17:47.691Z Downloaded serde_with_macros v3.17.0
8072026-06-08T20:17:47.694Z Downloaded smf v0.2.3
8082026-06-08T20:17:47.694Z Downloaded quinn v0.11.9
8092026-06-08T20:17:47.696Z Downloaded stacker v0.1.23
8102026-06-08T20:17:47.697Z Downloaded take_mut v0.2.2
8112026-06-08T20:17:47.700Z Downloaded tabled_derive v0.7.0
8122026-06-08T20:17:47.700Z Downloaded spki v0.7.3
8132026-06-08T20:17:47.700Z Downloaded qorb v0.4.1
8142026-06-08T20:17:47.703Z Downloaded strsim v0.11.1
8152026-06-08T20:17:47.707Z Downloaded bindgen v0.71.1
8162026-06-08T20:17:47.714Z Downloaded strum_macros v0.26.4
8172026-06-08T20:17:47.714Z Downloaded terminal_size v0.1.17
8182026-06-08T20:17:47.714Z Downloaded num-bigint-dig v0.8.6
8192026-06-08T20:17:47.718Z Downloaded strum_macros v0.27.2
8202026-06-08T20:17:47.718Z Downloaded stringprep v0.1.5
8212026-06-08T20:17:47.718Z Downloaded prefix-trie v0.7.0
8222026-06-08T20:17:47.718Z Downloaded guppy v0.17.25
8232026-06-08T20:17:47.722Z Downloaded ryu v1.0.23
8242026-06-08T20:17:47.726Z Downloaded signal-hook v0.3.18
8252026-06-08T20:17:47.729Z Downloaded rstest_macros v0.25.0
8262026-06-08T20:17:47.734Z Downloaded rand v0.9.2
8272026-06-08T20:17:47.734Z Downloaded testing_table v0.3.0
8282026-06-08T20:17:47.740Z Downloaded terminal_size v0.4.3
8292026-06-08T20:17:47.740Z Downloaded thread-id v5.1.0
8302026-06-08T20:17:47.740Z Downloaded termtree v0.5.1
8312026-06-08T20:17:47.743Z Downloaded hashbrown v0.17.0
8322026-06-08T20:17:47.743Z Downloaded time-core v0.1.8
8332026-06-08T20:17:47.743Z Downloaded synstructure v0.13.2
8342026-06-08T20:17:47.746Z Downloaded supports-unicode v2.1.0
8352026-06-08T20:17:47.746Z Downloaded static_assertions v1.1.0
8362026-06-08T20:17:47.746Z Downloaded similar v2.7.0
8372026-06-08T20:17:47.751Z Downloaded thiserror-impl-no-std v2.0.2
8382026-06-08T20:17:47.751Z Downloaded target-lexicon v0.13.3
8392026-06-08T20:17:47.751Z Downloaded hkdf v0.12.4
8402026-06-08T20:17:47.754Z Downloaded support-bundle-viewer v0.1.2
8412026-06-08T20:17:47.754Z Downloaded rand v0.8.6
8422026-06-08T20:17:47.757Z Downloaded tinyvec_macros v0.1.1
8432026-06-08T20:17:47.757Z Downloaded serde_core v1.0.228
8442026-06-08T20:17:47.762Z Downloaded smallvec v1.15.1
8452026-06-08T20:17:47.762Z Downloaded termcolor v1.4.1
8462026-06-08T20:17:47.767Z Downloaded p521 v0.13.3
8472026-06-08T20:17:47.767Z Downloaded thread-id v4.2.2
8482026-06-08T20:17:47.767Z Downloaded schemars v1.2.1
8492026-06-08T20:17:47.774Z Downloaded topological-sort v0.2.2
8502026-06-08T20:17:47.777Z Downloaded socket2 v0.6.3
8512026-06-08T20:17:47.777Z Downloaded libm v0.2.16
8522026-06-08T20:17:47.784Z Downloaded pest v2.8.6
8532026-06-08T20:17:47.790Z Downloaded toml_write v0.1.2
8542026-06-08T20:17:47.790Z Downloaded thiserror-impl v1.0.69
8552026-06-08T20:17:47.796Z Downloaded target-spec v3.5.7
8562026-06-08T20:17:47.796Z Downloaded thiserror-impl v2.0.18
8572026-06-08T20:17:47.796Z Downloaded tokio-test v0.4.5
8582026-06-08T20:17:47.796Z Downloaded thiserror v1.0.69
8592026-06-08T20:17:47.801Z Downloaded thiserror-no-std v2.0.2
8602026-06-08T20:17:47.801Z Downloaded trait-variant v0.1.2
8612026-06-08T20:17:47.801Z Downloaded publicsuffix v2.3.0
8622026-06-08T20:17:47.801Z Downloaded rsa v0.9.10
8632026-06-08T20:17:47.805Z Downloaded thread_local v1.1.9
8642026-06-08T20:17:47.808Z Downloaded plotters v0.3.7
8652026-06-08T20:17:47.811Z Downloaded tiny-keccak v2.0.2
8662026-06-08T20:17:47.816Z Downloaded typeid v1.0.3
8672026-06-08T20:17:47.816Z Downloaded time-macros v0.2.27
8682026-06-08T20:17:47.816Z Downloaded slog v2.8.2
8692026-06-08T20:17:47.823Z Downloaded typify-macro v0.4.3
8702026-06-08T20:17:47.823Z Downloaded tls_codec_derive v0.4.2
8712026-06-08T20:17:47.823Z Downloaded stringmetrics v2.2.2
8722026-06-08T20:17:47.823Z Downloaded rustls-webpki v0.103.9
8732026-06-08T20:17:47.828Z Downloaded tls_codec v0.4.2
8742026-06-08T20:17:47.828Z Downloaded serde v1.0.228
8752026-06-08T20:17:47.828Z Downloaded iri-string v0.7.10
8762026-06-08T20:17:47.836Z Downloaded try-lock v0.2.5
8772026-06-08T20:17:47.836Z Downloaded tower-service v0.3.3
8782026-06-08T20:17:47.836Z Downloaded toml_datetime v0.6.11
8792026-06-08T20:17:47.836Z Downloaded serde_yaml v0.9.34+deprecated
8802026-06-08T20:17:47.840Z Downloaded termios v0.3.3
8812026-06-08T20:17:47.840Z Downloaded typify-macro v0.6.2
8822026-06-08T20:17:47.840Z Downloaded strum_macros v0.24.3
8832026-06-08T20:17:47.840Z Downloaded tabled_derive v0.11.0
8842026-06-08T20:17:47.840Z Downloaded spin v0.9.8
8852026-06-08T20:17:47.845Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8862026-06-08T20:17:47.845Z Downloaded tinytemplate v1.2.1
8872026-06-08T20:17:47.845Z Downloaded unarray v0.1.4
8882026-06-08T20:17:47.845Z Downloaded thiserror v2.0.18
8892026-06-08T20:17:47.848Z Downloaded samael v0.0.19
8902026-06-08T20:17:47.851Z Downloaded tokio-native-tls v0.3.1
8912026-06-08T20:17:47.854Z Downloaded unicode-xid v0.2.6
8922026-06-08T20:17:47.854Z Downloaded tokio-rustls v0.25.0
8932026-06-08T20:17:47.854Z Downloaded socket2 v0.5.10
8942026-06-08T20:17:47.858Z Downloaded toml_writer v1.0.6+spec-1.1.0
8952026-06-08T20:17:47.859Z Downloaded tokio-tungstenite v0.23.1
8962026-06-08T20:17:47.866Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8972026-06-08T20:17:47.866Z Downloaded iddqd v0.4.2
8982026-06-08T20:17:47.877Z Downloaded universal-hash v0.5.1
8992026-06-08T20:17:47.877Z Downloaded tower-layer v0.3.3
9002026-06-08T20:17:47.877Z Downloaded schemars v0.9.0
9012026-06-08T20:17:47.877Z Downloaded unicode-truncate v1.1.0
9022026-06-08T20:17:47.878Z Downloaded unicode-linebreak v0.1.5
9032026-06-08T20:17:47.886Z Downloaded tui-tree-widget v0.23.1
9042026-06-08T20:17:47.886Z Downloaded usdt-macro v0.6.0
9052026-06-08T20:17:47.886Z Downloaded usdt v0.6.0
9062026-06-08T20:17:47.886Z Downloaded tokio-tungstenite v0.21.0
9072026-06-08T20:17:47.886Z Downloaded usdt-macro v0.5.0
9082026-06-08T20:17:47.886Z Downloaded tokio-dtrace v0.1.1
9092026-06-08T20:17:47.886Z Downloaded tokio-stream v0.1.18
9102026-06-08T20:17:47.892Z Downloaded term v1.2.1
9112026-06-08T20:17:47.892Z Downloaded nom v8.0.0
9122026-06-08T20:17:47.892Z Downloaded test-strategy v0.4.5
9132026-06-08T20:17:47.898Z Downloaded unicase v2.9.0
9142026-06-08T20:17:47.898Z Downloaded untrusted v0.7.1
9152026-06-08T20:17:47.898Z Downloaded snafu v0.8.9
9162026-06-08T20:17:47.902Z Downloaded tokio-rustls v0.26.4
9172026-06-08T20:17:47.902Z Downloaded usdt v0.5.0
9182026-06-08T20:17:47.902Z Downloaded untrusted v0.9.0
9192026-06-08T20:17:47.902Z Downloaded unit-prefix v0.5.2
9202026-06-08T20:17:47.902Z Downloaded tinystr v0.8.2
9212026-06-08T20:17:47.902Z Downloaded tempfile v3.25.0
9222026-06-08T20:17:47.910Z Downloaded rand v0.10.0
9232026-06-08T20:17:47.915Z Downloaded utf8parse v0.2.2
9242026-06-08T20:17:47.915Z Downloaded version_check v0.9.5
9252026-06-08T20:17:47.925Z Downloaded usdt-attr-macro v0.5.0
9262026-06-08T20:17:47.925Z Downloaded waitgroup v0.1.2
9272026-06-08T20:17:47.936Z Downloaded tokio-macros v2.7.0
9282026-06-08T20:17:47.936Z Downloaded textwrap v0.16.2
9292026-06-08T20:17:47.936Z Downloaded want v0.3.1
9302026-06-08T20:17:47.941Z Downloaded void v1.0.2
9312026-06-08T20:17:47.941Z Downloaded utf-8 v0.7.6
9322026-06-08T20:17:47.941Z Downloaded usdt-attr-macro v0.6.0
9332026-06-08T20:17:47.941Z Downloaded tar v0.4.45
9342026-06-08T20:17:47.941Z Downloaded rustyline v14.0.0
9352026-06-08T20:17:47.946Z Downloaded usdt-impl v0.6.0
9362026-06-08T20:17:47.952Z Downloaded xshell-macros v0.2.7
9372026-06-08T20:17:47.956Z Downloaded tinyvec v1.10.0
9382026-06-08T20:17:47.956Z Downloaded tokio-rustls v0.24.1
9392026-06-08T20:17:47.956Z Downloaded term v0.7.0
9402026-06-08T20:17:47.981Z Downloaded wait-timeout v0.2.1
9412026-06-08T20:17:47.981Z Downloaded chrono v0.4.44
9422026-06-08T20:17:47.981Z Downloaded ucd-trie v0.1.7
9432026-06-08T20:17:47.981Z Downloaded uzers v0.12.2
9442026-06-08T20:17:47.986Z Downloaded russh v0.45.0
9452026-06-08T20:17:47.986Z Downloaded vergen-gitcl v1.0.8
9462026-06-08T20:17:47.986Z Downloaded vergen-lib v0.1.6
9472026-06-08T20:17:47.986Z Downloaded toml_parser v1.0.9+spec-1.1.0
9482026-06-08T20:17:47.990Z Downloaded xattr v1.6.1
9492026-06-08T20:17:47.990Z Downloaded textwrap v0.15.2
9502026-06-08T20:17:47.990Z Downloaded vergen-lib v9.1.0
9512026-06-08T20:17:47.997Z Downloaded tracing-attributes v0.1.31
9522026-06-08T20:17:48.004Z Downloaded unicode-properties v0.1.4
9532026-06-08T20:17:48.010Z Downloaded yoke-derive v0.8.1
9542026-06-08T20:17:48.010Z Downloaded usdt-impl v0.5.0
9552026-06-08T20:17:48.010Z Downloaded walkdir v2.5.0
9562026-06-08T20:17:48.010Z Downloaded zeroize_derive v1.4.3
9572026-06-08T20:17:48.014Z Downloaded zerofrom-derive v0.1.6
9582026-06-08T20:17:48.014Z Downloaded whoami v1.6.1
9592026-06-08T20:17:48.019Z Downloaded tungstenite v0.21.0
9602026-06-08T20:17:48.022Z Downloaded git2 v0.20.4
9612026-06-08T20:17:48.027Z Downloaded zone v0.3.1
9622026-06-08T20:17:48.027Z Downloaded xshell v0.2.7
9632026-06-08T20:17:48.031Z Downloaded utf8_iter v1.0.4
9642026-06-08T20:17:48.031Z Downloaded wyz v0.5.1
9652026-06-08T20:17:48.031Z Downloaded regex v1.12.3
9662026-06-08T20:17:48.036Z Downloaded vergen v9.1.0
9672026-06-08T20:17:48.040Z Downloaded vergen-git2 v9.1.0
9682026-06-08T20:17:48.047Z Downloaded reqwest v0.12.28
9692026-06-08T20:17:48.050Z Downloaded toml v0.8.23
9702026-06-08T20:17:48.053Z Downloaded rpassword v7.4.0
9712026-06-08T20:17:48.060Z Downloaded vsss-rs v3.3.4
9722026-06-08T20:17:48.060Z Downloaded unicode-bidi v0.3.18
9732026-06-08T20:17:48.066Z Downloaded unicode-ident v1.0.24
9742026-06-08T20:17:48.066Z Downloaded toml v0.7.8
9752026-06-08T20:17:48.066Z Downloaded moka v0.12.13
9762026-06-08T20:17:48.077Z Downloaded zerovec-derive v0.11.2
9772026-06-08T20:17:48.077Z Downloaded zmij v1.0.21
9782026-06-08T20:17:48.077Z Downloaded zone_cfg_derive v0.3.1
9792026-06-08T20:17:48.077Z Downloaded steno v0.4.1
9802026-06-08T20:17:48.077Z Downloaded tungstenite v0.23.0
9812026-06-08T20:17:48.081Z Downloaded rayon v1.11.0
9822026-06-08T20:17:48.084Z Downloaded yasna v0.5.2
9832026-06-08T20:17:48.084Z Downloaded writeable v0.6.2
9842026-06-08T20:17:48.089Z Downloaded tracing-core v0.1.36
9852026-06-08T20:17:48.093Z Downloaded trybuild v1.0.116
9862026-06-08T20:17:48.093Z Downloaded twox-hash v2.1.2
9872026-06-08T20:17:48.096Z Downloaded uuid v1.23.0
9882026-06-08T20:17:48.103Z Downloaded zerofrom v0.1.6
9892026-06-08T20:17:48.103Z Downloaded bstr v1.12.1
9902026-06-08T20:17:48.107Z Downloaded zeroize v1.8.2
9912026-06-08T20:17:48.107Z Downloaded typify v0.6.2
9922026-06-08T20:17:48.117Z Downloaded zstd-safe v7.2.4
9932026-06-08T20:17:48.131Z Downloaded vte v0.14.1
9942026-06-08T20:17:48.131Z Downloaded serde_with v1.14.0
9952026-06-08T20:17:48.131Z Downloaded typify v0.4.3
9962026-06-08T20:17:48.135Z Downloaded zstd v0.13.3
9972026-06-08T20:17:48.135Z Downloaded rustls-webpki v0.101.7
9982026-06-08T20:17:48.144Z Downloaded whoami v2.1.0
9992026-06-08T20:17:48.147Z Downloaded typenum v1.19.0
10002026-06-08T20:17:48.148Z Downloaded toml_edit v0.22.27
10012026-06-08T20:17:48.148Z Downloaded zerocopy-derive v0.7.35
10022026-06-08T20:17:48.152Z Downloaded toml v1.0.6+spec-1.1.0
10032026-06-08T20:17:48.156Z Downloaded yoke v0.8.1
10042026-06-08T20:17:48.156Z Downloaded unsafe-libyaml v0.2.11
10052026-06-08T20:17:48.160Z Downloaded toml_edit v0.23.10+spec-1.0.0
10062026-06-08T20:17:48.161Z Downloaded subprocess v0.2.15
10072026-06-08T20:17:48.164Z Downloaded reedline v0.40.0
10082026-06-08T20:17:48.168Z Downloaded lalrpop v0.19.12
10092026-06-08T20:17:48.176Z Downloaded zopfli v0.8.3
10102026-06-08T20:17:48.180Z Downloaded goblin v0.10.5
10112026-06-08T20:17:48.183Z Downloaded yansi v1.0.1
10122026-06-08T20:17:48.186Z Downloaded salty v0.3.0
10132026-06-08T20:17:48.189Z Downloaded tokio-postgres v0.7.16
10142026-06-08T20:17:48.193Z Downloaded reqwest v0.13.2
10152026-06-08T20:17:48.196Z Downloaded p384 v0.13.1
10162026-06-08T20:17:48.202Z Downloaded petname v2.0.2
10172026-06-08T20:17:48.206Z Downloaded zip v0.6.6
10182026-06-08T20:17:48.207Z Downloaded ssh-key v0.6.7
10192026-06-08T20:17:48.211Z Downloaded tower v0.5.3
10202026-06-08T20:17:48.224Z Downloaded gimli v0.32.3
10212026-06-08T20:17:48.230Z Downloaded zerocopy v0.6.6
10222026-06-08T20:17:48.230Z Downloaded url v2.5.8
10232026-06-08T20:17:48.230Z Downloaded serde_with v3.17.0
10242026-06-08T20:17:48.240Z Downloaded zerotrie v0.2.3
10252026-06-08T20:17:48.240Z Downloaded portable-atomic v1.13.1
10262026-06-08T20:17:48.245Z Downloaded unicode-segmentation v1.12.0
10272026-06-08T20:17:48.245Z Downloaded tower-http v0.6.8
10282026-06-08T20:17:48.255Z Downloaded x509-cert v0.2.5
10292026-06-08T20:17:48.259Z Downloaded quick-xml v0.37.5
10302026-06-08T20:17:48.259Z Downloaded unicode_categories v0.1.1
10312026-06-08T20:17:48.259Z Downloaded toml_edit v0.19.15
10322026-06-08T20:17:48.266Z Downloaded curve25519-dalek v4.1.3
10332026-06-08T20:17:48.272Z Downloaded quinn-proto v0.11.13
10342026-06-08T20:17:48.277Z Downloaded rustls-webpki v0.102.8
10352026-06-08T20:17:48.299Z Downloaded serde_json v1.0.149
10362026-06-08T20:17:48.302Z Downloaded tough v0.22.0
10372026-06-08T20:17:48.307Z Downloaded zip v4.6.1
10382026-06-08T20:17:48.311Z Downloaded typed-path v0.9.3
10392026-06-08T20:17:48.316Z Downloaded unicode-normalization v0.1.25
10402026-06-08T20:17:48.321Z Downloaded polar-core v0.27.3
10412026-06-08T20:17:48.324Z Downloaded proptest v1.10.0
10422026-06-08T20:17:48.335Z Downloaded zerocopy-derive v0.8.40
10432026-06-08T20:17:48.351Z Downloaded tokio-util v0.7.18
10442026-06-08T20:17:48.355Z Downloaded object v0.30.4
10452026-06-08T20:17:48.364Z Downloaded object v0.37.3
10462026-06-08T20:17:48.375Z Downloaded hickory-proto v0.24.4
10472026-06-08T20:17:48.396Z Downloaded syn v1.0.109
10482026-06-08T20:17:48.406Z Downloaded winnow v0.6.26
10492026-06-08T20:17:48.409Z Downloaded winnow v0.7.14
10502026-06-08T20:17:48.422Z Downloaded zerovec v0.11.5
10512026-06-08T20:17:48.435Z Downloaded radix_trie v0.2.1
10522026-06-08T20:17:48.435Z Downloaded smoltcp v0.9.1
10532026-06-08T20:17:48.443Z Downloaded regress v0.10.5
10542026-06-08T20:17:48.450Z Downloaded dropshot v0.17.0
10552026-06-08T20:17:48.464Z Downloaded vcpkg v0.2.15
10562026-06-08T20:17:48.489Z Downloaded zlib-rs v0.6.2
10572026-06-08T20:17:48.492Z Downloaded regress v0.11.1
10582026-06-08T20:17:48.499Z Downloaded regex-syntax v0.8.10
10592026-06-08T20:17:48.504Z Downloaded rustls v0.23.37
10602026-06-08T20:17:48.512Z Downloaded zerocopy v0.8.40
10612026-06-08T20:17:48.519Z Downloaded openssl v0.10.79
10622026-06-08T20:17:48.531Z Downloaded tabled v0.15.0
10632026-06-08T20:17:48.535Z Downloaded time v0.3.47
10642026-06-08T20:17:48.542Z Downloaded regex-syntax v0.6.29
10652026-06-08T20:17:48.547Z Downloaded rustls v0.21.12
10662026-06-08T20:17:48.554Z Downloaded tabled v0.20.0
10672026-06-08T20:17:48.566Z Downloaded diesel v2.3.7
10682026-06-08T20:17:48.578Z Downloaded openapiv3 v2.2.0
10692026-06-08T20:17:48.587Z Downloaded hickory-proto v0.25.2
10702026-06-08T20:17:48.597Z Downloaded webpki-roots v1.0.6
10712026-06-08T20:17:48.602Z Downloaded sqlparser v0.61.0
10722026-06-08T20:17:48.605Z Downloaded zerocopy v0.7.35
10732026-06-08T20:17:48.617Z Downloaded unicode-width v0.1.14
10742026-06-08T20:17:48.620Z Downloaded unicode-width v0.2.0
10752026-06-08T20:17:48.625Z Downloaded bzip2-sys v0.1.13+1.0.8
10762026-06-08T20:17:48.632Z Downloaded smoltcp v0.11.0
10772026-06-08T20:17:48.640Z Downloaded rustix v0.38.44
10782026-06-08T20:17:48.662Z Downloaded ratatui v0.29.0
10792026-06-08T20:17:48.684Z Downloaded rustls v0.22.4
10802026-06-08T20:17:48.694Z Downloaded typify-impl v0.6.2
10812026-06-08T20:17:48.704Z Downloaded rustix v1.1.3
10822026-06-08T20:17:48.719Z Downloaded winnow v0.5.40
10832026-06-08T20:17:48.722Z Downloaded syn v2.0.117
10842026-06-08T20:17:48.732Z Downloaded nix v0.28.0
10852026-06-08T20:17:48.739Z Downloaded nix v0.27.1
10862026-06-08T20:17:48.746Z Downloaded sled v0.34.7
10872026-06-08T20:17:48.752Z Downloaded nix v0.31.2
10882026-06-08T20:17:48.762Z Downloaded typify-impl v0.4.3
10892026-06-08T20:17:48.772Z Downloaded zerocopy-derive v0.6.6
10902026-06-08T20:17:48.790Z Downloaded petgraph v0.6.5
10912026-06-08T20:17:48.794Z Downloaded jiff v0.2.21
10922026-06-08T20:17:48.802Z Downloaded tracing v0.1.44
10932026-06-08T20:17:48.818Z Downloaded regex-automata v0.4.14
10942026-06-08T20:17:48.832Z Downloaded chrono-tz v0.10.4
10952026-06-08T20:17:48.838Z Downloaded petgraph v0.8.3
10962026-06-08T20:17:48.851Z Downloaded libc v0.2.185
10972026-06-08T20:17:48.878Z Downloaded libz-sys v1.1.24
10982026-06-08T20:17:48.892Z Downloaded csv v1.4.0
10992026-06-08T20:17:48.906Z Downloaded sha3 v0.10.8
11002026-06-08T20:17:48.910Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11012026-06-08T20:17:48.930Z Downloaded tokio v1.52.1
11022026-06-08T20:17:48.972Z Downloaded encoding_rs v0.8.35
11032026-06-08T20:17:49.015Z Downloaded libgit2-sys v0.18.3+1.9.2
11042026-06-08T20:17:49.056Z Downloaded ring v0.17.14
11052026-06-08T20:17:49.083Z Downloaded httpmock v0.8.3
11062026-06-08T20:17:49.628Z Downloaded aws-lc-sys v0.40.0
11072026-06-08T20:17:50.044Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11082026-06-08T20:17:51.554Z Startup: Refreshing catalog 'helios' ... Done
11092026-06-08T20:17:51.639Z Startup: Caching catalogs ... Done
11102026-06-08T20:17:51.959ZPlanning: Solver setup ... Done (0.281s)
11112026-06-08T20:17:51.980ZPlanning: Running solver ... Done (0.020s)
11122026-06-08T20:17:51.987ZPlanning: Finding local manifests ... Done (0.003s)
11132026-06-08T20:17:51.997ZPlanning: Fetching manifests: 0/2 0% complete
11142026-06-08T20:17:52.022ZPlanning: Fetching manifests: 2/2 100% complete
11152026-06-08T20:17:52.035ZPlanning: Package planning ... Done (0.014s)
11162026-06-08T20:17:52.038ZPlanning: Merging actions ... Done (0.002s)
11172026-06-08T20:17:52.267ZPlanning: Checking for conflicting actions ... Done (0.224s)
11182026-06-08T20:17:52.278ZPlanning: Consolidating action changes ... Done (0.001s)
11192026-06-08T20:17:53.162ZPlanning: Evaluating mediators ... Done (0.900s)
11202026-06-08T20:17:53.167ZPlanning: Planning completed in 1.50 seconds
11212026-06-08T20:17:53.171Z Packages to install: 2
11222026-06-08T20:17:53.171Z Estimated space available: 155.71 GB
11232026-06-08T20:17:53.171ZEstimated space to be consumed: 25.33 MB
11242026-06-08T20:17:53.176Z Create boot environment: No
11252026-06-08T20:17:53.176ZCreate backup boot environment: No
11262026-06-08T20:17:53.176Z Rebuild boot archive: No
11272026-06-08T20:17:53.176Z
11282026-06-08T20:17:53.176ZChanged packages:
11292026-06-08T20:17:53.176Zhelios
11302026-06-08T20:17:53.177Z developer/build-essential
11312026-06-08T20:17:53.177Z None -> 11-3.0
11322026-06-08T20:17:53.177Z library/libxmlsec1
11332026-06-08T20:17:53.177Z None -> 1.2.35-3.0
11342026-06-08T20:17:53.199Z
11352026-06-08T20:17:53.199ZDownload: 0/214 items 0.0/1.3MB 0% complete
11362026-06-08T20:17:53.746ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
11372026-06-08T20:17:53.856Z Actions: 1/268 actions (Installing new actions)
11382026-06-08T20:17:53.895Z Actions: Completed 268 actions in 0.04 seconds.
11392026-06-08T20:17:53.904ZFinalize: Updating package state database ... Done (0.009s)
11402026-06-08T20:17:53.908ZFinalize: Updating package cache ... Done (0.000s)
11412026-06-08T20:17:53.927ZFinalize: Updating image state ... Done (0.022s)
11422026-06-08T20:17:56.485ZFinalize: Creating fast lookup database ... Done (2.534s)
11432026-06-08T20:17:56.559ZFinalize: Reading search index ... Done (0.013s)
11442026-06-08T20:17:56.563ZFinalize: Updating search index ... Done (0.000s)
11452026-06-08T20:17:56.672ZFinalize: Updating package cache ... Done (0.000s)
11462026-06-08T20:17:56.976ZPlanning: Evaluating mediator changes ... Done
11472026-06-08T20:17:57.078ZPlanning: Checking for conflicting actions ... Done
11482026-06-08T20:17:57.083ZPlanning: Consolidating action changes ... Done
11492026-06-08T20:17:57.239ZPlanning: Evaluating mediators ... Done
11502026-06-08T20:17:57.242ZPlanning: Planning completed in 0.26 seconds
11512026-06-08T20:17:57.262Z Mediators to change: 2
11522026-06-08T20:17:57.262Z Create boot environment: No
11532026-06-08T20:17:57.262ZCreate backup boot environment: No
11542026-06-08T20:17:57.331ZFinalize: Updating package state database ... Done
11552026-06-08T20:17:57.331ZFinalize: Updating package cache ... Done
11562026-06-08T20:17:57.348ZFinalize: Updating image state ... Done
11572026-06-08T20:17:59.290ZFinalize: Creating fast lookup database ... Done
11582026-06-08T20:17:59.353ZFinalize: Reading search index ... Done
11592026-06-08T20:17:59.357ZFinalize: Updating search index ... Done
11602026-06-08T20:17:59.449ZFinalize: Updating package cache ... Done
11612026-06-08T20:17:59.734ZPlanning: Evaluating mediator changes ... Done
11622026-06-08T20:17:59.842ZPlanning: Checking for conflicting actions ... Done
11632026-06-08T20:17:59.845ZPlanning: Consolidating action changes ... Done
11642026-06-08T20:18:00.007ZPlanning: Evaluating mediators ... Done
11652026-06-08T20:18:00.011ZPlanning: Planning completed in 0.27 seconds
11662026-06-08T20:18:00.025Z Mediators to change: 1
11672026-06-08T20:18:00.025Z Create boot environment: No
11682026-06-08T20:18:00.025ZCreate backup boot environment: No
11692026-06-08T20:18:00.083ZFinalize: Updating package state database ... Done
11702026-06-08T20:18:00.083ZFinalize: Updating package cache ... Done
11712026-06-08T20:18:00.097ZFinalize: Updating image state ... Done
11722026-06-08T20:18:02.038ZFinalize: Creating fast lookup database ... Done
11732026-06-08T20:18:02.106ZFinalize: Reading search index ... Done
11742026-06-08T20:18:02.112ZFinalize: Updating search index ... Done
11752026-06-08T20:18:02.205ZFinalize: Updating package cache ... Done
11762026-06-08T20:18:02.525ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11772026-06-08T20:18:02.525Zapache system 2.4 system
11782026-06-08T20:18:02.525Zclang system 15 system
11792026-06-08T20:18:02.525Zcsh system system illumos
11802026-06-08T20:18:02.525Zctags system system illumos
11812026-06-08T20:18:02.525Zfile vendor vendor darwinsys
11822026-06-08T20:18:02.525Zfile system system illumos
11832026-06-08T20:18:02.525Zgcc vendor 14 vendor
11842026-06-08T20:18:02.526Zgcc system 13 system
11852026-06-08T20:18:02.526Zgcc system 10 system
11862026-06-08T20:18:02.526Zgo system 1.25 system
11872026-06-08T20:18:02.526Zllvm system 15 system
11882026-06-08T20:18:02.526Zmariadb system 11.4 system
11892026-06-08T20:18:02.526Zmta vendor vendor dma
11902026-06-08T20:18:02.526Zopenjdk system 17 system
11912026-06-08T20:18:02.526Zopenjdk system 11 system
11922026-06-08T20:18:02.526Zopenssl vendor 3 vendor
11932026-06-08T20:18:02.526Zperl system 5.40 system
11942026-06-08T20:18:02.526Zpostgresql system 18 system
11952026-06-08T20:18:02.526Zpostgresql system 17 system
11962026-06-08T20:18:02.526Zpython vendor 3 vendor
11972026-06-08T20:18:02.526Zpython system 2 system
11982026-06-08T20:18:02.526Zpython3 vendor 3.13 vendor
11992026-06-08T20:18:02.526Zruby system 3.4 system
12002026-06-08T20:18:02.526Zruby system 3.0 system
12012026-06-08T20:18:02.526Zwords vendor vendor american-english
12022026-06-08T20:18:02.526Zwords system system australian-english
12032026-06-08T20:18:02.528Zwords system system british-english
12042026-06-08T20:18:02.528Zwords system system canadian-english
12052026-06-08T20:18:02.528Zwords system system french
12062026-06-08T20:18:02.528Zwords system system italian
12072026-06-08T20:18:02.528Zwords system system ngerman
12082026-06-08T20:18:02.528Zwords system system ogerman
12092026-06-08T20:18:02.528Zwords system system spanish
12102026-06-08T20:18:02.779ZPUBLISHER TYPE STATUS P LOCATION
12112026-06-08T20:18:02.779Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12122026-06-08T20:18:03.059ZFMRI IFO
12132026-06-08T20:18:03.060Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12142026-06-08T20:18:03.060Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12152026-06-08T20:18:03.060Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12162026-06-08T20:18:03.060Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12172026-06-08T20:18:03.060Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12182026-06-08T20:18:03.060Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12192026-06-08T20:18:03.060Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12202026-06-08T20:18:03.060Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12212026-06-08T20:18:03.060Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12222026-06-08T20:18:03.639Z Downloading crates ...
12232026-06-08T20:18:03.701Z Downloaded cargo_toml v0.21.0
12242026-06-08T20:18:03.747Z Compiling proc-macro2 v1.0.106
12252026-06-08T20:18:03.747Z Compiling quote v1.0.45
12262026-06-08T20:18:03.752Z Compiling unicode-ident v1.0.24
12272026-06-08T20:18:03.752Z Compiling serde_core v1.0.228
12282026-06-08T20:18:03.752Z Compiling libc v0.2.185
12292026-06-08T20:18:03.752Z Compiling version_check v0.9.5
12302026-06-08T20:18:03.752Z Compiling serde v1.0.228
12312026-06-08T20:18:03.752Z Compiling memchr v2.8.0
12322026-06-08T20:18:03.752Z Compiling stable_deref_trait v1.2.1
12332026-06-08T20:18:03.833Z Compiling zmij v1.0.21
12342026-06-08T20:18:03.838Z Compiling itoa v1.0.17
12352026-06-08T20:18:03.838Z Compiling ucd-trie v0.1.7
12362026-06-08T20:18:03.842Z Compiling thiserror v1.0.69
12372026-06-08T20:18:03.846Z Compiling autocfg v1.5.0
12382026-06-08T20:18:03.846Z Compiling writeable v0.6.2
12392026-06-08T20:18:03.963Z Compiling litemap v0.8.1
12402026-06-08T20:18:04.031Z Compiling icu_properties_data v2.1.2
12412026-06-08T20:18:04.179Z Compiling rustix v1.1.3
12422026-06-08T20:18:04.192Z Compiling byteorder v1.5.0
12432026-06-08T20:18:04.248Z Compiling icu_normalizer_data v2.1.1
12442026-06-08T20:18:04.257Z Compiling serde_json v1.0.149
12452026-06-08T20:18:04.296Z Compiling pest v2.8.6
12462026-06-08T20:18:04.417Z Compiling bitflags v2.11.0
12472026-06-08T20:18:04.451Z Compiling num-traits v0.2.19
12482026-06-08T20:18:04.461Z Compiling smallvec v1.15.1
12492026-06-08T20:18:04.535Z Compiling hashbrown v0.17.0
12502026-06-08T20:18:04.553Z Compiling typeid v1.0.3
12512026-06-08T20:18:04.603Z Compiling equivalent v1.0.2
12522026-06-08T20:18:04.615Z Compiling usdt-impl v0.5.0
12532026-06-08T20:18:04.625Z Compiling proc-macro-error-attr v1.0.4
12542026-06-08T20:18:04.676Z Compiling syn v1.0.109
12552026-06-08T20:18:04.699Z Compiling toml_write v0.1.2
12562026-06-08T20:18:04.702Z Compiling erased-serde v0.4.9
12572026-06-08T20:18:04.702Z Compiling winnow v0.7.14
12582026-06-08T20:18:04.815Z Compiling errno v0.3.14
12592026-06-08T20:18:04.853Z Compiling thread-id v4.2.2
12602026-06-08T20:18:04.896Z Compiling proc-macro-error v1.0.4
12612026-06-08T20:18:04.915Z Compiling utf8parse v0.2.2
12622026-06-08T20:18:04.961Z Compiling percent-encoding v2.3.2
12632026-06-08T20:18:04.975Z Compiling plain v0.2.3
12642026-06-08T20:18:04.986Z Compiling getrandom v0.4.1
12652026-06-08T20:18:05.061Z Compiling indexmap v2.14.0
12662026-06-08T20:18:05.075Z Compiling utf8_iter v1.0.4
12672026-06-08T20:18:05.086Z Compiling thiserror v2.0.18
12682026-06-08T20:18:05.097Z Compiling log v0.4.29
12692026-06-08T20:18:05.107Z Compiling camino v1.2.2
12702026-06-08T20:18:05.176Z Compiling form_urlencoded v1.2.2
12712026-06-08T20:18:05.229Z Compiling syn v2.0.117
12722026-06-08T20:18:05.290Z Compiling anstyle-parse v1.0.0
12732026-06-08T20:18:05.353Z Compiling pest_meta v2.8.6
12742026-06-08T20:18:05.399Z Compiling colorchoice v1.0.4
12752026-06-08T20:18:05.511Z Compiling cfg-if v1.0.4
12762026-06-08T20:18:05.523Z Compiling ordered-float v2.10.1
12772026-06-08T20:18:05.539Z Compiling anstyle-query v1.1.5
12782026-06-08T20:18:05.595Z Compiling pretty-hex v0.4.1
12792026-06-08T20:18:05.615Z Compiling anstyle v1.0.14
12802026-06-08T20:18:05.630Z Compiling is_terminal_polyfill v1.70.2
12812026-06-08T20:18:05.707Z Compiling fs-err v3.3.0
12822026-06-08T20:18:05.733Z Compiling unicode-width v0.1.14
12832026-06-08T20:18:05.750Z Compiling bytecount v0.6.9
12842026-06-08T20:18:05.761Z Compiling clap_lex v1.0.0
12852026-06-08T20:18:05.798Z Compiling terminal_size v0.4.3
12862026-06-08T20:18:05.815Z Compiling anstream v1.0.0
12872026-06-08T20:18:05.850Z Compiling heck v0.4.1
12882026-06-08T20:18:05.865Z Compiling strsim v0.11.1
12892026-06-08T20:18:05.902Z Compiling fastrand v2.3.0
12902026-06-08T20:18:05.916Z Compiling once_cell v1.21.3
12912026-06-08T20:18:05.960Z Compiling fnv v1.0.7
12922026-06-08T20:18:06.011Z Compiling unicode-xid v0.2.6
12932026-06-08T20:18:06.030Z Compiling heck v0.5.0
12942026-06-08T20:18:06.066Z Compiling anyhow v1.0.102
12952026-06-08T20:18:06.077Z Compiling clap_builder v4.6.0
12962026-06-08T20:18:06.100Z Compiling tempfile v3.25.0
12972026-06-08T20:18:06.180Z Compiling semver v1.0.28
12982026-06-08T20:18:06.264Z Compiling papergrid v0.11.0
12992026-06-08T20:18:06.302Z Compiling memmap v0.7.0
13002026-06-08T20:18:06.312Z Compiling unicode-linebreak v0.1.5
13012026-06-08T20:18:06.492Z Compiling smawk v0.3.2
13022026-06-08T20:18:06.503Z Compiling unicode-width v0.2.0
13032026-06-08T20:18:06.523Z Compiling camino-tempfile v1.4.1
13042026-06-08T20:18:06.975Z Compiling serde-untagged v0.1.9
13052026-06-08T20:18:06.978Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13062026-06-08T20:18:06.978Z Compiling swrite v0.1.0
13072026-06-08T20:18:06.978Z Compiling textwrap v0.16.2
13082026-06-08T20:18:07.052Z Compiling tabled_derive v0.7.0
13092026-06-08T20:18:07.712Z Compiling tabled v0.15.0
13102026-06-08T20:18:07.756Z Compiling synstructure v0.13.2
13112026-06-08T20:18:07.756Z Compiling pest_generator v2.8.6
13122026-06-08T20:18:08.270Z Compiling serde_derive v1.0.228
13132026-06-08T20:18:08.270Z Compiling zerofrom-derive v0.1.6
13142026-06-08T20:18:08.273Z Compiling yoke-derive v0.8.1
13152026-06-08T20:18:08.273Z Compiling zerovec-derive v0.11.2
13162026-06-08T20:18:08.273Z Compiling displaydoc v0.2.5
13172026-06-08T20:18:08.273Z Compiling thiserror-impl v1.0.69
13182026-06-08T20:18:08.273Z Compiling zerocopy-derive v0.7.35
13192026-06-08T20:18:08.273Z Compiling scroll_derive v0.12.1
13202026-06-08T20:18:08.273Z Compiling thiserror-impl v2.0.18
13212026-06-08T20:18:08.273Z Compiling clap_derive v4.6.1
13222026-06-08T20:18:08.329Z Compiling pest_derive v2.8.6
13232026-06-08T20:18:08.995Z Compiling scroll v0.12.0
13242026-06-08T20:18:09.152Z Compiling zerocopy v0.7.35
13252026-06-08T20:18:09.212Z Compiling goblin v0.8.2
13262026-06-08T20:18:09.449Z Compiling zerofrom v0.1.6
13272026-06-08T20:18:09.510Z Compiling dtrace-parser v0.2.0
13282026-06-08T20:18:09.546Z Compiling yoke v0.8.1
13292026-06-08T20:18:09.688Z Compiling zerovec v0.11.5
13302026-06-08T20:18:09.688Z Compiling zerotrie v0.2.3
13312026-06-08T20:18:09.767Z Compiling clap v4.6.1
13322026-06-08T20:18:10.097Z Compiling tinystr v0.8.2
13332026-06-08T20:18:10.097Z Compiling potential_utf v0.1.4
13342026-06-08T20:18:10.203Z Compiling icu_collections v2.1.1
13352026-06-08T20:18:10.237Z Compiling icu_locale_core v2.1.1
13362026-06-08T20:18:10.750Z Compiling icu_provider v2.1.1
13372026-06-08T20:18:10.853Z Compiling toml_datetime v0.6.11
13382026-06-08T20:18:10.853Z Compiling serde_spanned v0.6.9
13392026-06-08T20:18:10.853Z Compiling serde-value v0.7.0
13402026-06-08T20:18:10.853Z Compiling cargo-platform v0.2.0
13412026-06-08T20:18:10.856Z Compiling macaddr v1.0.1
13422026-06-08T20:18:10.864Z Compiling dof v0.3.0
13432026-06-08T20:18:10.869Z Compiling serde_tokenstream v0.2.3
13442026-06-08T20:18:10.957Z Compiling icu_properties v2.1.2
13452026-06-08T20:18:10.957Z Compiling icu_normalizer v2.1.1
13462026-06-08T20:18:11.079Z Compiling toml_edit v0.22.27
13472026-06-08T20:18:11.568Z Compiling usdt-macro v0.5.0
13482026-06-08T20:18:11.573Z Compiling usdt-attr-macro v0.5.0
13492026-06-08T20:18:11.798Z Compiling idna_adapter v1.2.1
13502026-06-08T20:18:11.882Z Compiling idna v1.1.0
13512026-06-08T20:18:12.130Z Compiling url v2.5.8
13522026-06-08T20:18:12.165Z Compiling usdt v0.5.0
13532026-06-08T20:18:12.359Z Compiling toml v0.8.23
13542026-06-08T20:18:12.669Z Compiling cargo-util-schemas v0.8.2
13552026-06-08T20:18:12.669Z Compiling cargo_toml v0.21.0
13562026-06-08T20:18:13.450Z Compiling cargo_metadata v0.21.0
13572026-06-08T20:18:14.347Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13582026-06-08T20:18:16.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.29s
13592026-06-08T20:18:16.509Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13602026-06-08T20:18:17.257Z Compiling libc v0.2.185
13612026-06-08T20:18:17.257Z Compiling serde v1.0.228
13622026-06-08T20:18:17.260Z Compiling log v0.4.29
13632026-06-08T20:18:17.260Z Compiling find-msvc-tools v0.1.9
13642026-06-08T20:18:17.260Z Compiling shlex v1.3.0
13652026-06-08T20:18:17.260Z Compiling smallvec v1.15.1
13662026-06-08T20:18:17.260Z Compiling typenum v1.19.0
13672026-06-08T20:18:17.261Z Compiling subtle v2.6.1
13682026-06-08T20:18:17.411Z Compiling generic-array v0.14.7
13692026-06-08T20:18:17.414Z Compiling scopeguard v1.2.0
13702026-06-08T20:18:17.477Z Compiling const-oid v0.9.6
13712026-06-08T20:18:17.481Z Compiling serde_json v1.0.149
13722026-06-08T20:18:17.490Z Compiling syn v2.0.117
13732026-06-08T20:18:17.501Z Compiling zerocopy v0.8.40
13742026-06-08T20:18:17.504Z Compiling portable-atomic v1.13.1
13752026-06-08T20:18:17.504Z Compiling parking_lot_core v0.9.12
13762026-06-08T20:18:17.570Z Compiling lock_api v0.4.14
13772026-06-08T20:18:17.996Z Compiling pin-project-lite v0.2.17
13782026-06-08T20:18:17.999Z Compiling pkg-config v0.3.32
13792026-06-08T20:18:17.999Z Compiling bitflags v2.11.0
13802026-06-08T20:18:17.999Z Compiling futures-core v0.3.32
13812026-06-08T20:18:17.999Z Compiling libm v0.2.16
13822026-06-08T20:18:17.999Z Compiling critical-section v1.2.0
13832026-06-08T20:18:17.999Z Compiling num-traits v0.2.19
13842026-06-08T20:18:17.999Z Compiling percent-encoding v2.3.2
13852026-06-08T20:18:17.999Z Compiling futures-sink v0.3.32
13862026-06-08T20:18:17.999Z Compiling getrandom v0.4.1
13872026-06-08T20:18:17.999Z Compiling futures-task v0.3.32
13882026-06-08T20:18:18.000Z Compiling futures-io v0.3.32
13892026-06-08T20:18:18.000Z Compiling cpufeatures v0.2.17
13902026-06-08T20:18:18.028Z Compiling futures-channel v0.3.32
13912026-06-08T20:18:18.061Z Compiling slab v0.4.12
13922026-06-08T20:18:18.064Z Compiling rand_core v0.10.0
13932026-06-08T20:18:18.087Z Compiling indexmap v2.14.0
13942026-06-08T20:18:18.114Z Compiling rustversion v1.0.22
13952026-06-08T20:18:18.143Z Compiling getrandom v0.3.4
13962026-06-08T20:18:18.173Z Compiling form_urlencoded v1.2.2
13972026-06-08T20:18:18.280Z Compiling fs_extra v1.3.0
13982026-06-08T20:18:18.296Z Compiling dunce v1.0.5
13992026-06-08T20:18:18.326Z Compiling base64ct v1.8.3
14002026-06-08T20:18:18.329Z Compiling ident_case v1.0.1
14012026-06-08T20:18:18.329Z Compiling iana-time-zone v0.1.65
14022026-06-08T20:18:18.370Z Compiling flagset v0.4.7
14032026-06-08T20:18:18.411Z Compiling regex-syntax v0.8.10
14042026-06-08T20:18:18.425Z Compiling rustix v1.1.3
14052026-06-08T20:18:18.476Z Compiling getrandom v0.2.17
14062026-06-08T20:18:18.507Z Compiling jobserver v0.1.34
14072026-06-08T20:18:18.522Z Compiling errno v0.3.14
14082026-06-08T20:18:18.553Z Compiling mio v1.2.0
14092026-06-08T20:18:18.568Z Compiling once_cell v1.21.3
14102026-06-08T20:18:18.584Z Compiling socket2 v0.6.3
14112026-06-08T20:18:18.629Z Compiling rand_core v0.6.4
14122026-06-08T20:18:18.672Z Compiling signal-hook-registry v1.4.8
14132026-06-08T20:18:18.721Z Compiling cc v1.2.56
14142026-06-08T20:18:18.786Z Compiling parking_lot v0.12.5
14152026-06-08T20:18:18.805Z Compiling pem-rfc7468 v0.7.0
14162026-06-08T20:18:18.933Z Compiling vcpkg v0.2.15
14172026-06-08T20:18:18.937Z Compiling aws-lc-rs v1.16.3
14182026-06-08T20:18:18.965Z Compiling uuid v1.23.0
14192026-06-08T20:18:18.993Z Compiling tracing-core v0.1.36
14202026-06-08T20:18:19.009Z Compiling rustc_version v0.4.1
14212026-06-08T20:18:19.041Z Compiling base64 v0.22.1
14222026-06-08T20:18:19.124Z Compiling rand_core v0.9.5
14232026-06-08T20:18:19.173Z Compiling tinyvec_macros v0.1.1
14242026-06-08T20:18:19.213Z Compiling httparse v1.10.1
14252026-06-08T20:18:19.241Z Compiling openssl-probe v0.2.1
14262026-06-08T20:18:19.257Z Compiling untrusted v0.9.0
14272026-06-08T20:18:19.270Z Compiling untrusted v0.7.1
14282026-06-08T20:18:19.349Z Compiling tinyvec v1.10.0
14292026-06-08T20:18:19.380Z Compiling aho-corasick v1.1.4
14302026-06-08T20:18:19.399Z Compiling rustls v0.23.37
14312026-06-08T20:18:19.413Z Compiling schemars v0.8.22
14322026-06-08T20:18:19.417Z Compiling atomic-waker v1.1.2
14332026-06-08T20:18:19.447Z Compiling cmake v0.1.57
14342026-06-08T20:18:19.505Z Compiling tower-layer v0.3.3
14352026-06-08T20:18:19.524Z Compiling dyn-clone v1.0.20
14362026-06-08T20:18:19.553Z Compiling try-lock v0.2.5
14372026-06-08T20:18:19.574Z Compiling tower-service v0.3.3
14382026-06-08T20:18:19.604Z Compiling pin-utils v0.1.0
14392026-06-08T20:18:19.676Z Compiling want v0.3.1
14402026-06-08T20:18:19.691Z Compiling httpdate v1.0.3
14412026-06-08T20:18:19.695Z Compiling foreign-types-shared v0.1.1
14422026-06-08T20:18:19.695Z Compiling openssl v0.10.79
14432026-06-08T20:18:19.695Z Compiling unicode-normalization v0.1.25
14442026-06-08T20:18:19.695Z Compiling spin v0.9.8
14452026-06-08T20:18:19.695Z Compiling crc32fast v1.5.0
14462026-06-08T20:18:19.746Z Compiling native-tls v0.2.18
14472026-06-08T20:18:19.786Z Compiling foreign-types v0.3.2
14482026-06-08T20:18:19.799Z Compiling num-conv v0.2.0
14492026-06-08T20:18:19.855Z Compiling powerfmt v0.2.0
14502026-06-08T20:18:19.871Z Compiling time-core v0.1.8
14512026-06-08T20:18:19.874Z Compiling wait-timeout v0.2.1
14522026-06-08T20:18:19.947Z Compiling sync_wrapper v1.0.2
14532026-06-08T20:18:19.963Z Compiling siphasher v1.0.2
14542026-06-08T20:18:19.967Z Compiling bit-vec v0.8.0
14552026-06-08T20:18:19.980Z Compiling num_threads v0.1.7
14562026-06-08T20:18:20.009Z Compiling tempfile v3.25.0
14572026-06-08T20:18:20.027Z Compiling deranged v0.5.8
14582026-06-08T20:18:20.059Z Compiling time-macros v0.2.27
14592026-06-08T20:18:20.077Z Compiling quick-error v1.2.3
14602026-06-08T20:18:20.096Z Compiling simd-adler32 v0.3.8
14612026-06-08T20:18:20.103Z Compiling unicode-segmentation v1.12.0
14622026-06-08T20:18:20.116Z Compiling usdt-impl v0.6.0
14632026-06-08T20:18:20.163Z Compiling syn v1.0.109
14642026-06-08T20:18:20.180Z Compiling crossbeam-utils v0.8.21
14652026-06-08T20:18:20.195Z Compiling regex-automata v0.4.14
14662026-06-08T20:18:20.231Z Compiling bit-set v0.8.0
14672026-06-08T20:18:20.276Z Compiling synstructure v0.13.2
14682026-06-08T20:18:20.297Z Compiling aws-lc-sys v0.40.0
14692026-06-08T20:18:20.745Z Compiling ring v0.17.14
14702026-06-08T20:18:20.748Z Compiling openssl-sys v0.9.115
14712026-06-08T20:18:20.748Z Compiling pest_generator v2.8.6
14722026-06-08T20:18:20.748Z Compiling serde_derive_internals v0.29.1
14732026-06-08T20:18:20.748Z Compiling darling_core v0.20.11
14742026-06-08T20:18:20.748Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-08T20:18:20.748Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-06-08T20:18:20.748Z Compiling darling_core v0.21.3
14772026-06-08T20:18:20.827Z Compiling rusty-fork v0.3.1
14782026-06-08T20:18:20.930Z Compiling slog v2.8.2
14792026-06-08T20:18:20.941Z Compiling heapless v0.7.17
14802026-06-08T20:18:21.053Z Compiling rand_xorshift v0.4.0
14812026-06-08T20:18:21.125Z Compiling thread-id v5.1.0
14822026-06-08T20:18:21.141Z Compiling cookie v0.18.1
14832026-06-08T20:18:21.606Z Compiling time v0.3.47
14842026-06-08T20:18:21.609Z Compiling allocator-api2 v0.2.21
14852026-06-08T20:18:21.609Z Compiling zstd-safe v7.2.4
14862026-06-08T20:18:21.609Z Compiling adler2 v2.0.1
14872026-06-08T20:18:21.609Z Compiling signal-hook v0.3.18
14882026-06-08T20:18:21.609Z Compiling iri-string v0.7.10
14892026-06-08T20:18:21.609Z Compiling ryu v1.0.23
14902026-06-08T20:18:21.609Z Compiling anyhow v1.0.102
14912026-06-08T20:18:21.609Z Compiling unicode-bidi v0.3.18
14922026-06-08T20:18:21.609Z Compiling unarray v0.1.4
14932026-06-08T20:18:21.609Z Compiling unicode-properties v0.1.4
14942026-06-08T20:18:21.609Z Compiling paste v1.0.15
14952026-06-08T20:18:21.609Z Compiling miniz_oxide v0.8.9
14962026-06-08T20:18:21.899Z Compiling stringprep v0.1.5
14972026-06-08T20:18:21.938Z Compiling heck v0.4.1
14982026-06-08T20:18:21.952Z Compiling vergen-lib v9.1.0
14992026-06-08T20:18:22.009Z Compiling serde_derive v1.0.228
15002026-06-08T20:18:22.170Z Compiling zeroize_derive v1.4.3
15012026-06-08T20:18:22.222Z Compiling zerofrom-derive v0.1.6
15022026-06-08T20:18:22.238Z Compiling yoke-derive v0.8.1
15032026-06-08T20:18:22.265Z Compiling zerocopy-derive v0.8.40
15042026-06-08T20:18:22.423Z Compiling zerovec-derive v0.11.2
15052026-06-08T20:18:22.427Z Compiling displaydoc v0.2.5
15062026-06-08T20:18:22.829Z Compiling tokio-macros v2.7.0
15072026-06-08T20:18:22.844Z Compiling futures-macro v0.3.32
15082026-06-08T20:18:22.864Z Compiling der_derive v0.7.3
15092026-06-08T20:18:22.876Z Compiling zeroize v1.8.2
15102026-06-08T20:18:23.167Z Compiling rustls-pki-types v1.14.0
15112026-06-08T20:18:23.194Z Compiling thiserror-impl v2.0.18
15122026-06-08T20:18:23.434Z Compiling tracing-attributes v0.1.31
15132026-06-08T20:18:23.614Z Compiling schemars_derive v0.8.22
15142026-06-08T20:18:23.633Z Compiling crypto-common v0.1.7
15152026-06-08T20:18:23.662Z Compiling block-buffer v0.10.4
15162026-06-08T20:18:23.698Z Compiling block-padding v0.3.3
15172026-06-08T20:18:23.713Z Compiling zerofrom v0.1.6
15182026-06-08T20:18:23.716Z Compiling futures-util v0.3.32
15192026-06-08T20:18:23.803Z Compiling digest v0.10.7
15202026-06-08T20:18:23.854Z Compiling yoke v0.8.1
15212026-06-08T20:18:23.868Z Compiling inout v0.1.4
15222026-06-08T20:18:23.882Z Compiling scroll_derive v0.13.1
15232026-06-08T20:18:23.902Z Compiling der v0.7.10
15242026-06-08T20:18:24.051Z Compiling zerovec v0.11.5
15252026-06-08T20:18:24.056Z Compiling zerotrie v0.2.3
15262026-06-08T20:18:24.077Z Compiling hmac v0.12.1
15272026-06-08T20:18:24.250Z Compiling sha2 v0.10.9
15282026-06-08T20:18:24.375Z Compiling cipher v0.4.4
15292026-06-08T20:18:24.393Z Compiling pbkdf2 v0.12.2
15302026-06-08T20:18:24.528Z Compiling tinystr v0.8.2
15312026-06-08T20:18:24.589Z Compiling potential_utf v0.1.4
15322026-06-08T20:18:24.608Z Compiling salsa20 v0.10.2
15332026-06-08T20:18:24.659Z Compiling thiserror v2.0.18
15342026-06-08T20:18:24.735Z Compiling icu_locale_core v2.1.1
15352026-06-08T20:18:24.750Z Compiling icu_collections v2.1.1
15362026-06-08T20:18:24.768Z Compiling spki v0.7.3
15372026-06-08T20:18:24.782Z Compiling scrypt v0.11.0
15382026-06-08T20:18:24.795Z Compiling cbc v0.1.2
15392026-06-08T20:18:24.845Z Compiling tracing v0.1.44
15402026-06-08T20:18:24.939Z Compiling aes v0.8.4
15412026-06-08T20:18:24.965Z Compiling pest_derive v2.8.6
15422026-06-08T20:18:24.995Z Compiling scroll v0.13.0
15432026-06-08T20:18:25.063Z Compiling darling_macro v0.20.11
15442026-06-08T20:18:25.134Z Compiling openssl-macros v0.1.1
15452026-06-08T20:18:25.148Z Compiling rustls-native-certs v0.8.3
15462026-06-08T20:18:25.257Z Compiling goblin v0.10.5
15472026-06-08T20:18:25.276Z Compiling signature v2.2.0
15482026-06-08T20:18:25.442Z Compiling icu_provider v2.1.1
15492026-06-08T20:18:25.464Z Compiling pkcs5 v0.7.1
15502026-06-08T20:18:25.479Z Compiling dtrace-parser v0.3.0
15512026-06-08T20:18:25.576Z Compiling bytes v1.11.1
15522026-06-08T20:18:25.593Z Compiling chrono v0.4.44
15532026-06-08T20:18:25.610Z Compiling ipnet v2.11.0
15542026-06-08T20:18:25.625Z Compiling darling v0.20.11
15552026-06-08T20:18:26.074Z Compiling webpki-roots v1.0.6
15562026-06-08T20:18:26.078Z Compiling icu_properties v2.1.2
15572026-06-08T20:18:26.078Z Compiling icu_normalizer v2.1.1
15582026-06-08T20:18:26.078Z Compiling pkcs8 v0.10.2
15592026-06-08T20:18:26.078Z Compiling derive_builder_core v0.20.2
15602026-06-08T20:18:26.078Z Compiling scroll_derive v0.12.1
15612026-06-08T20:18:26.078Z Compiling tokio v1.52.1
15622026-06-08T20:18:26.126Z Compiling http v1.4.0
15632026-06-08T20:18:26.141Z Compiling thiserror-impl v1.0.69
15642026-06-08T20:18:26.213Z Compiling serde_spanned v0.6.9
15652026-06-08T20:18:26.266Z Compiling toml_datetime v0.6.11
15662026-06-08T20:18:26.326Z Compiling serde_tokenstream v0.2.3
15672026-06-08T20:18:26.378Z Compiling erased-serde v0.3.31
15682026-06-08T20:18:26.546Z Compiling serde_urlencoded v0.7.1
15692026-06-08T20:18:26.657Z Compiling idna_adapter v1.2.1
15702026-06-08T20:18:26.715Z Compiling ppv-lite86 v0.2.21
15712026-06-08T20:18:26.813Z Compiling idna v1.1.0
15722026-06-08T20:18:26.828Z Compiling http-body v1.0.1
15732026-06-08T20:18:26.844Z Compiling scroll v0.12.0
15742026-06-08T20:18:26.848Z Compiling md-5 v0.10.6
15752026-06-08T20:18:26.877Z Compiling derive_builder_macro v0.20.2
15762026-06-08T20:18:26.881Z Compiling darling_macro v0.21.3
15772026-06-08T20:18:26.904Z Compiling bstr v1.12.1
15782026-06-08T20:18:27.005Z Compiling rand_chacha v0.9.0
15792026-06-08T20:18:27.020Z Compiling http-body-util v0.1.3
15802026-06-08T20:18:27.049Z Compiling rand_chacha v0.3.1
15812026-06-08T20:18:27.052Z Compiling pin-project-internal v1.1.11
15822026-06-08T20:18:27.064Z Compiling zerocopy-derive v0.7.35
15832026-06-08T20:18:27.131Z Compiling url v2.5.8
15842026-06-08T20:18:27.321Z Compiling rand v0.9.2
15852026-06-08T20:18:27.425Z Compiling async-trait v0.1.89
15862026-06-08T20:18:27.459Z Compiling num-integer v0.1.46
15872026-06-08T20:18:27.473Z Compiling thiserror v1.0.69
15882026-06-08T20:18:27.541Z Compiling curve25519-dalek v4.1.3
15892026-06-08T20:18:27.597Z Compiling ff v0.13.1
15902026-06-08T20:18:27.622Z Compiling hash32 v0.2.1
15912026-06-08T20:18:28.194Z Compiling memoffset v0.9.1
15922026-06-08T20:18:28.198Z Compiling encoding_rs v0.8.35
15932026-06-08T20:18:28.198Z Compiling fallible-iterator v0.2.0
15942026-06-08T20:18:28.198Z Compiling proptest v1.10.0
15952026-06-08T20:18:28.198Z Compiling dof v0.4.0
15962026-06-08T20:18:28.198Z Compiling rustix v0.38.44
15972026-06-08T20:18:28.198Z Compiling zlib-rs v0.6.2
15982026-06-08T20:18:28.198Z Compiling cfg_aliases v0.2.1
15992026-06-08T20:18:28.198Z Compiling psl-types v2.0.11
16002026-06-08T20:18:28.230Z Compiling litrs v1.0.0
16012026-06-08T20:18:28.260Z Compiling ref-cast v1.0.25
16022026-06-08T20:18:28.275Z Compiling num-bigint-dig v0.8.6
16032026-06-08T20:18:28.311Z Compiling mime v0.3.17
16042026-06-08T20:18:28.392Z Compiling smoltcp v0.9.1
16052026-06-08T20:18:28.494Z Compiling base16ct v0.2.0
16062026-06-08T20:18:28.581Z Compiling ipnetwork v0.21.1
16072026-06-08T20:18:28.630Z Compiling sec1 v0.7.3
16082026-06-08T20:18:28.646Z Compiling publicsuffix v2.3.0
16092026-06-08T20:18:28.733Z Compiling pin-project v1.1.11
16102026-06-08T20:18:28.777Z Compiling document-features v0.2.12
16112026-06-08T20:18:28.815Z Compiling nix v0.31.2
16122026-06-08T20:18:28.841Z Compiling oxnet v0.1.5
16132026-06-08T20:18:28.864Z Compiling postgres-protocol v0.6.10
16142026-06-08T20:18:28.934Z Compiling zerocopy v0.7.35
16152026-06-08T20:18:29.117Z Compiling group v0.13.0
16162026-06-08T20:18:29.136Z Compiling num-iter v0.1.45
16172026-06-08T20:18:29.203Z Compiling darling v0.21.3
16182026-06-08T20:18:29.219Z Compiling derive_builder v0.20.2
16192026-06-08T20:18:29.275Z Compiling rand v0.8.6
16202026-06-08T20:18:29.284Z Compiling goblin v0.8.2
16212026-06-08T20:18:29.321Z Compiling futures-executor v0.3.32
16222026-06-08T20:18:29.351Z Compiling hubpack_derive v0.1.1
16232026-06-08T20:18:29.369Z Compiling hex v0.4.3
16242026-06-08T20:18:29.385Z Compiling hkdf v0.12.4
16252026-06-08T20:18:29.429Z Compiling crypto-bigint v0.5.5
16262026-06-08T20:18:29.532Z Compiling regex v1.12.3
16272026-06-08T20:18:29.590Z Compiling snafu-derive v0.8.9
16282026-06-08T20:18:29.629Z Compiling daft-derive v0.1.7
16292026-06-08T20:18:29.656Z Compiling curve25519-dalek-derive v0.1.1
16302026-06-08T20:18:29.676Z Compiling ref-cast-impl v1.0.25
16312026-06-08T20:18:29.699Z Compiling strum_macros v0.27.2
16322026-06-08T20:18:29.972Z Compiling tokio-util v0.7.18
16332026-06-08T20:18:29.999Z Compiling tower v0.5.3
16342026-06-08T20:18:30.100Z Compiling tokio-native-tls v0.3.1
16352026-06-08T20:18:30.231Z Compiling newtype-uuid v1.3.2
16362026-06-08T20:18:30.289Z Compiling phf_shared v0.13.1
16372026-06-08T20:18:30.312Z Compiling terminal_size v0.4.3
16382026-06-08T20:18:30.380Z Compiling lazy_static v1.5.0
16392026-06-08T20:18:30.403Z Compiling anstyle-parse v0.2.7
16402026-06-08T20:18:30.464Z Compiling tower-http v0.6.8
16412026-06-08T20:18:30.475Z Compiling vergen v9.1.0
16422026-06-08T20:18:30.510Z Compiling cargo-platform v0.3.2
16432026-06-08T20:18:30.541Z Compiling fs-err v3.3.0
16442026-06-08T20:18:30.569Z Compiling ahash v0.8.12
16452026-06-08T20:18:30.593Z Compiling object v0.37.3
16462026-06-08T20:18:30.623Z Compiling bitflags v1.3.2
16472026-06-08T20:18:30.678Z Compiling h2 v0.4.13
16482026-06-08T20:18:30.706Z Compiling winnow v0.5.40
16492026-06-08T20:18:30.722Z Compiling foldhash v0.2.0
16502026-06-08T20:18:30.762Z Compiling same-file v1.0.6
16512026-06-08T20:18:30.786Z Compiling libbz2-rs-sys v0.2.2
16522026-06-08T20:18:30.884Z Compiling managed v0.8.0
16532026-06-08T20:18:30.898Z Compiling foldhash v0.1.5
16542026-06-08T20:18:30.952Z Compiling bumpalo v3.20.2
16552026-06-08T20:18:31.024Z Compiling flate2 v1.1.9
16562026-06-08T20:18:31.053Z Compiling hashbrown v0.15.5
16572026-06-08T20:18:31.117Z Compiling hashbrown v0.16.1
16582026-06-08T20:18:31.214Z Compiling bzip2 v0.6.1
16592026-06-08T20:18:31.368Z Compiling zopfli v0.8.3
16602026-06-08T20:18:31.431Z Compiling walkdir v2.5.0
16612026-06-08T20:18:31.481Z Compiling dof v0.3.0
16622026-06-08T20:18:31.495Z Compiling snafu v0.8.9
16632026-06-08T20:18:31.551Z Compiling clap_builder v4.6.0
16642026-06-08T20:18:31.628Z Compiling cargo_metadata v0.23.1
16652026-06-08T20:18:31.642Z Compiling anstream v0.6.21
16662026-06-08T20:18:31.681Z Compiling strum v0.27.2
16672026-06-08T20:18:31.719Z Compiling phf v0.13.1
16682026-06-08T20:18:31.831Z Compiling daft v0.1.7
16692026-06-08T20:18:31.850Z Compiling signal-hook-mio v0.2.5
16702026-06-08T20:18:31.883Z Compiling elliptic-curve v0.13.8
16712026-06-08T20:18:31.966Z Compiling toml_edit v0.19.15
16722026-06-08T20:18:32.034Z Compiling hubpack v0.1.2
16732026-06-08T20:18:32.048Z Compiling cookie_store v0.22.1
16742026-06-08T20:18:32.132Z Compiling bzip2 v0.4.4
16752026-06-08T20:18:32.202Z Compiling usdt-macro v0.6.0
16762026-06-08T20:18:32.233Z Compiling usdt-attr-macro v0.6.0
16772026-06-08T20:18:32.314Z Compiling futures v0.3.32
16782026-06-08T20:18:32.334Z Compiling serde_with_macros v3.17.0
16792026-06-08T20:18:32.378Z Compiling postgres-types v0.2.12
16802026-06-08T20:18:32.456Z Compiling zstd v0.13.3
16812026-06-08T20:18:32.733Z Compiling dtrace-parser v0.2.0
16822026-06-08T20:18:32.749Z Compiling globset v0.4.18
16832026-06-08T20:18:32.855Z Compiling ed25519 v2.2.3
16842026-06-08T20:18:32.959Z Compiling pkcs1 v0.7.5
16852026-06-08T20:18:32.997Z Compiling serde_plain v1.0.2
16862026-06-08T20:18:33.089Z Compiling olpc-cjson v0.1.4
16872026-06-08T20:18:33.112Z Compiling serde-big-array v0.5.1
16882026-06-08T20:18:33.212Z Compiling rfc6979 v0.4.0
16892026-06-08T20:18:33.274Z Compiling serde_repr v0.1.20
16902026-06-08T20:18:33.277Z Compiling enum-as-inner v0.6.1
16912026-06-08T20:18:33.354Z Compiling async-recursion v1.1.1
16922026-06-08T20:18:33.384Z Compiling clap_derive v4.6.1
16932026-06-08T20:18:33.469Z Compiling strum_macros v0.26.4
16942026-06-08T20:18:33.507Z Compiling phf_shared v0.11.3
16952026-06-08T20:18:33.523Z Compiling float-cmp v0.10.0
16962026-06-08T20:18:33.668Z Compiling pem v3.0.6
16972026-06-08T20:18:33.690Z Compiling thread-id v4.2.2
16982026-06-08T20:18:33.714Z Compiling hyper v1.8.1
16992026-06-08T20:18:33.783Z Compiling memmap2 v0.9.10
17002026-06-08T20:18:33.798Z Compiling env_filter v1.0.0
17012026-06-08T20:18:33.820Z Compiling static_assertions v1.1.0
17022026-06-08T20:18:33.859Z Compiling predicates-core v1.0.10
17032026-06-08T20:18:33.907Z Compiling keccak v0.1.6
17042026-06-08T20:18:34.021Z Compiling jiff v0.2.21
17052026-06-08T20:18:34.036Z Compiling data-encoding v2.10.0
17062026-06-08T20:18:34.057Z Compiling either v1.15.0
17072026-06-08T20:18:34.072Z Compiling difflib v0.4.0
17082026-06-08T20:18:34.132Z Compiling fixedbitset v0.5.7
17092026-06-08T20:18:34.281Z Compiling new_debug_unreachable v1.0.6
17102026-06-08T20:18:34.366Z Compiling fixedbitset v0.4.2
17112026-06-08T20:18:34.462Z Compiling precomputed-hash v0.1.1
17122026-06-08T20:18:34.570Z Compiling whoami v2.1.0
17132026-06-08T20:18:34.608Z Compiling typed-path v0.9.3
17142026-06-08T20:18:34.635Z Compiling normalize-line-endings v0.3.0
17152026-06-08T20:18:34.656Z Compiling toml_edit v0.22.27
17162026-06-08T20:18:34.696Z Compiling string_cache v0.8.9
17172026-06-08T20:18:34.744Z Compiling predicates v3.1.4
17182026-06-08T20:18:34.759Z Compiling petgraph v0.6.5
17192026-06-08T20:18:34.775Z Compiling petgraph v0.8.3
17202026-06-08T20:18:34.778Z Compiling hickory-proto v0.25.2
17212026-06-08T20:18:34.938Z Compiling hyper-util v0.1.20
17222026-06-08T20:18:34.969Z Compiling tokio-postgres v0.7.16
17232026-06-08T20:18:34.999Z Compiling itertools v0.13.0
17242026-06-08T20:18:35.252Z Compiling clap v4.6.1
17252026-06-08T20:18:35.306Z Compiling strum v0.26.3
17262026-06-08T20:18:35.337Z Compiling sha3 v0.10.8
17272026-06-08T20:18:35.352Z Compiling env_logger v0.11.9
17282026-06-08T20:18:35.417Z Compiling usdt v0.6.0
17292026-06-08T20:18:35.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17302026-06-08T20:18:35.715Z Compiling usdt-impl v0.5.0
17312026-06-08T20:18:35.726Z Compiling serde_with v3.17.0
17322026-06-08T20:18:35.817Z Compiling crossterm v0.28.1
17332026-06-08T20:18:35.851Z Compiling toml v0.7.8
17342026-06-08T20:18:36.254Z Compiling ecdsa v0.16.9
17352026-06-08T20:18:36.279Z Compiling rsa v0.9.10
17362026-06-08T20:18:36.304Z Compiling hyper-tls v0.6.0
17372026-06-08T20:18:36.469Z Compiling ed25519-dalek v2.2.0
17382026-06-08T20:18:36.661Z Compiling zip v4.6.1
17392026-06-08T20:18:36.733Z Compiling zip v0.6.6
17402026-06-08T20:18:36.972Z Compiling iddqd v0.4.2
17412026-06-08T20:18:37.384Z Compiling tokio-stream v0.1.18
17422026-06-08T20:18:37.401Z Compiling toml_parser v1.0.9+spec-1.1.0
17432026-06-08T20:18:37.414Z Compiling buf-list v1.1.2
17442026-06-08T20:18:37.430Z Compiling similar v2.7.0
17452026-06-08T20:18:37.511Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-06-08T20:18:37.994Z Compiling openapiv3 v2.2.0
17472026-06-08T20:18:37.998Z Compiling x509-cert v0.2.5
17482026-06-08T20:18:37.998Z Compiling sha1 v0.10.6
17492026-06-08T20:18:37.998Z Compiling crossbeam-epoch v0.9.18
17502026-06-08T20:18:37.998Z Compiling peg-runtime v0.8.5
17512026-06-08T20:18:37.998Z Compiling lalrpop-util v0.19.12
17522026-06-08T20:18:38.060Z Compiling thread_local v1.1.9
17532026-06-08T20:18:38.190Z Compiling slog-async v2.8.0
17542026-06-08T20:18:38.211Z Compiling crossbeam-channel v0.5.15
17552026-06-08T20:18:38.212Z Compiling filetime v0.2.27
17562026-06-08T20:18:38.360Z Compiling is-terminal v0.4.17
17572026-06-08T20:18:38.367Z Compiling take_mut v0.2.2
17582026-06-08T20:18:38.367Z Compiling xattr v1.6.1
17592026-06-08T20:18:38.368Z Compiling term v1.2.1
17602026-06-08T20:18:38.529Z Compiling tar v0.4.45
17612026-06-08T20:18:38.704Z Compiling slog-term v2.9.2
17622026-06-08T20:18:56.059Z Compiling rustls-webpki v0.103.9
17632026-06-08T20:18:58.797Z Compiling tokio-rustls v0.26.4
17642026-06-08T20:18:58.797Z Compiling rustls-platform-verifier v0.6.2
17652026-06-08T20:18:58.997Z Compiling hyper-rustls v0.27.7
17662026-06-08T20:18:59.189Z Compiling reqwest v0.12.28
17672026-06-08T20:18:59.189Z Compiling reqwest v0.13.2
17682026-06-08T20:19:00.422Z Compiling tough v0.22.0
17692026-06-08T20:19:02.914Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-06-08T20:19:03.145Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-06-08T20:19:05.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.42s
17722026-06-08T20:19:06.103Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17732026-06-08T20:19:06.154ZJun 08 20:19:05.312 INFO Starting download, target: Cockroach
17742026-06-08T20:19:06.154ZJun 08 20:19:05.313 INFO Starting download, target: Clickhouse
17752026-06-08T20:19:06.154ZJun 08 20:19:05.313 INFO Starting download, target: Console
17762026-06-08T20:19:06.154ZJun 08 20:19:05.313 INFO Starting download, target: MaghemiteMgd
17772026-06-08T20:19:06.154ZJun 08 20:19:05.313 INFO Starting download, target: DendriteStub
17782026-06-08T20:19:06.154ZJun 08 20:19:05.313 INFO Starting download, target: TransceiverControl
17792026-06-08T20:19:06.163ZJun 08 20:19:05.313 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17802026-06-08T20:19:06.164ZJun 08 20:19:05.313 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17812026-06-08T20:19:06.164ZJun 08 20:19:05.313 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17822026-06-08T20:19:06.164ZJun 08 20:19:05.313 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17832026-06-08T20:19:06.164ZJun 08 20:19:05.313 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17842026-06-08T20:19:06.164ZJun 08 20:19:05.313 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17852026-06-08T20:19:06.640ZJun 08 20:19:05.768 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17862026-06-08T20:19:06.857ZJun 08 20:19:05.990 INFO Download complete, target: TransceiverControl
17872026-06-08T20:19:07.179ZJun 08 20:19:06.329 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17882026-06-08T20:19:07.413ZJun 08 20:19:06.567 INFO Download complete, target: Console
17892026-06-08T20:19:07.924ZJun 08 20:19:07.078 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17902026-06-08T20:19:08.094ZJun 08 20:19:07.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17912026-06-08T20:19:08.156ZJun 08 20:19:07.313 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17922026-06-08T20:19:08.769ZJun 08 20:19:07.921 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17932026-06-08T20:19:08.769ZJun 08 20:19:07.921 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17942026-06-08T20:19:10.434ZJun 08 20:19:09.593 INFO Download complete, target: DendriteStub
17952026-06-08T20:19:10.513ZJun 08 20:19:09.673 INFO Download complete, target: MaghemiteMgd
17962026-06-08T20:19:13.659ZJun 08 20:19:12.803 INFO Checking that binary works, target: Cockroach
17972026-06-08T20:19:13.856ZJun 08 20:19:12.925 INFO Download complete, target: Cockroach
17982026-06-08T20:19:15.055ZJun 08 20:19:14.203 INFO Checking that binary works, target: Clickhouse
17992026-06-08T20:19:15.151ZJun 08 20:19:14.296 INFO Download complete, target: Clickhouse
18002026-06-08T20:19:15.177ZAll prerequisites installed successfully
18012026-06-08T20:19:15.177Z
18022026-06-08T20:19:15.177Zreal 1:25.115577170
18032026-06-08T20:19:15.177Zuser 6:42.689420992
18042026-06-08T20:19:15.177Zsys 1:41.337133584
18052026-06-08T20:19:15.177Ztrap 0.214519064
18062026-06-08T20:19:15.177Ztflt 1.276226440
18072026-06-08T20:19:15.177Zdflt 1.977254423
18082026-06-08T20:19:15.177Zkflt 0.027117202
18092026-06-08T20:19:15.178Zlock 23:16.900296275
18102026-06-08T20:19:15.178Zslp 18:08.329792781
18112026-06-08T20:19:15.178Zlat 21.144225805
18122026-06-08T20:19:15.178Zstop 2:39.604374130
18132026-06-08T20:19:15.178Z+ source ./tools/include/force-git-over-https.sh
18142026-06-08T20:19:15.178Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18152026-06-08T20:19:15.178Z++ (( i = 0 ))
18162026-06-08T20:19:15.178Z++ (( i < 5 ))
18172026-06-08T20:19:15.178Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18182026-06-08T20:19:15.178Z++ (( i++ ))
18192026-06-08T20:19:15.178Z++ (( i < 5 ))
18202026-06-08T20:19:15.178Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18212026-06-08T20:19:15.179Z++ (( i++ ))
18222026-06-08T20:19:15.179Z++ (( i < 5 ))
18232026-06-08T20:19:15.179Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18242026-06-08T20:19:15.180Z++ (( i++ ))
18252026-06-08T20:19:15.180Z++ (( i < 5 ))
18262026-06-08T20:19:15.180Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18272026-06-08T20:19:15.180Z++ (( i++ ))
18282026-06-08T20:19:15.180Z++ (( i < 5 ))
18292026-06-08T20:19:15.180Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18302026-06-08T20:19:15.180Z++ (( i++ ))
18312026-06-08T20:19:15.180Z++ (( i < 5 ))
18322026-06-08T20:19:15.180Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18332026-06-08T20:19:15.180Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18342026-06-08T20:19:15.180Z+ rc=0
18352026-06-08T20:19:15.181Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18362026-06-08T20:19:24.030Z+ case $rc in
18372026-06-08T20:19:24.030Z+ pfexec zfs create -p rpool/images/build/host
18382026-06-08T20:19:24.296Z+ pfexec zfs create -p rpool/images/build/recovery
18392026-06-08T20:19:24.357Z+ cargo xtask releng --output-dir /work --mkincorp
18402026-06-08T20:19:24.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-06-08T20:19:24.891Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18422026-06-08T20:19:25.761Z Compiling proc-macro2 v1.0.106
18432026-06-08T20:19:25.764Z Compiling quote v1.0.45
18442026-06-08T20:19:25.764Z Compiling unicode-ident v1.0.24
18452026-06-08T20:19:25.764Z Compiling libc v0.2.185
18462026-06-08T20:19:25.764Z Compiling serde_core v1.0.228
18472026-06-08T20:19:25.764Z Compiling serde v1.0.228
18482026-06-08T20:19:25.764Z Compiling cfg-if v1.0.4
18492026-06-08T20:19:25.764Z Compiling version_check v0.9.5
18502026-06-08T20:19:25.764Z Compiling find-msvc-tools v0.1.9
18512026-06-08T20:19:25.765Z Compiling shlex v1.3.0
18522026-06-08T20:19:25.765Z Compiling typenum v1.19.0
18532026-06-08T20:19:25.765Z Compiling autocfg v1.5.0
18542026-06-08T20:19:25.765Z Compiling zmij v1.0.21
18552026-06-08T20:19:25.898Z Compiling memchr v2.8.0
18562026-06-08T20:19:25.901Z Compiling zerocopy v0.8.40
18572026-06-08T20:19:26.133Z Compiling serde_json v1.0.149
18582026-06-08T20:19:26.136Z Compiling portable-atomic v1.13.1
18592026-06-08T20:19:26.360Z Compiling libm v0.2.16
18602026-06-08T20:19:26.383Z Compiling parking_lot_core v0.9.12
18612026-06-08T20:19:26.388Z Compiling smallvec v1.15.1
18622026-06-08T20:19:26.388Z Compiling generic-array v0.14.7
18632026-06-08T20:19:26.430Z Compiling num-traits v0.2.19
18642026-06-08T20:19:26.437Z Compiling icu_normalizer_data v2.1.1
18652026-06-08T20:19:26.444Z Compiling icu_properties_data v2.1.2
18662026-06-08T20:19:26.459Z Compiling pkg-config v0.3.32
18672026-06-08T20:19:26.576Z Compiling log v0.4.29
18682026-06-08T20:19:26.652Z Compiling itoa v1.0.17
18692026-06-08T20:19:26.685Z Compiling getrandom v0.4.1
18702026-06-08T20:19:26.690Z Compiling subtle v2.6.1
18712026-06-08T20:19:26.726Z Compiling scopeguard v1.2.0
18722026-06-08T20:19:26.754Z Compiling getrandom v0.3.4
18732026-06-08T20:19:26.836Z Compiling jobserver v0.1.34
18742026-06-08T20:19:26.862Z Compiling getrandom v0.2.17
18752026-06-08T20:19:26.890Z Compiling errno v0.3.14
18762026-06-08T20:19:26.908Z Compiling lock_api v0.4.14
18772026-06-08T20:19:26.938Z Compiling stable_deref_trait v1.2.1
18782026-06-08T20:19:27.039Z Compiling rand_core v0.6.4
18792026-06-08T20:19:27.058Z Compiling cc v1.2.56
18802026-06-08T20:19:27.062Z Compiling rustix v1.1.3
18812026-06-08T20:19:27.207Z Compiling syn v2.0.117
18822026-06-08T20:19:27.211Z Compiling fs_extra v1.3.0
18832026-06-08T20:19:27.223Z Compiling dunce v1.0.5
18842026-06-08T20:19:27.292Z Compiling critical-section v1.2.0
18852026-06-08T20:19:27.419Z Compiling pin-project-lite v0.2.17
18862026-06-08T20:19:27.510Z Compiling thiserror v2.0.18
18872026-06-08T20:19:27.514Z Compiling writeable v0.6.2
18882026-06-08T20:19:27.549Z Compiling percent-encoding v2.3.2
18892026-06-08T20:19:27.580Z Compiling const-oid v0.9.6
18902026-06-08T20:19:27.596Z Compiling fnv v1.0.7
18912026-06-08T20:19:27.612Z Compiling litemap v0.8.1
18922026-06-08T20:19:27.746Z Compiling aws-lc-rs v1.16.3
18932026-06-08T20:19:27.791Z Compiling cmake v0.1.57
18942026-06-08T20:19:27.811Z Compiling rustversion v1.0.22
18952026-06-08T20:19:27.847Z Compiling once_cell v1.21.3
18962026-06-08T20:19:27.850Z Compiling signal-hook-registry v1.4.8
18972026-06-08T20:19:28.000Z Compiling futures-core v0.3.32
18982026-06-08T20:19:28.041Z Compiling heck v0.5.0
18992026-06-08T20:19:28.103Z Compiling semver v1.0.28
19002026-06-08T20:19:28.157Z Compiling bitflags v2.11.0
19012026-06-08T20:19:28.241Z Compiling equivalent v1.0.2
19022026-06-08T20:19:28.273Z Compiling parking_lot v0.12.5
19032026-06-08T20:19:28.370Z Compiling mio v1.2.0
19042026-06-08T20:19:28.388Z Compiling httparse v1.10.1
19052026-06-08T20:19:28.410Z Compiling ring v0.17.14
19062026-06-08T20:19:28.427Z Compiling aws-lc-sys v0.40.0
19072026-06-08T20:19:28.430Z Compiling vcpkg v0.2.15
19082026-06-08T20:19:28.536Z Compiling socket2 v0.6.3
19092026-06-08T20:19:28.616Z Compiling utf8_iter v1.0.4
19102026-06-08T20:19:28.636Z Compiling schemars v0.8.22
19112026-06-08T20:19:28.841Z Compiling form_urlencoded v1.2.2
19122026-06-08T20:19:29.007Z Compiling hashbrown v0.17.0
19132026-06-08T20:19:29.035Z Compiling openssl-sys v0.9.115
19142026-06-08T20:19:29.154Z Compiling rustls v0.23.37
19152026-06-08T20:19:29.205Z Compiling futures-sink v0.3.32
19162026-06-08T20:19:29.271Z Compiling rand_core v0.10.0
19172026-06-08T20:19:29.274Z Compiling crc32fast v1.5.0
19182026-06-08T20:19:29.370Z Compiling futures-channel v0.3.32
19192026-06-08T20:19:29.422Z Compiling futures-io v0.3.32
19202026-06-08T20:19:29.441Z Compiling futures-task v0.3.32
19212026-06-08T20:19:29.527Z Compiling slab v0.4.12
19222026-06-08T20:19:29.545Z Compiling cpufeatures v0.2.17
19232026-06-08T20:19:29.604Z Compiling rustc_version v0.4.1
19242026-06-08T20:19:29.653Z Compiling indexmap v2.14.0
19252026-06-08T20:19:29.785Z Compiling strsim v0.11.1
19262026-06-08T20:19:29.792Z Compiling byteorder v1.5.0
19272026-06-08T20:19:29.792Z Compiling openssl v0.10.79
19282026-06-08T20:19:29.869Z Compiling ucd-trie v0.1.7
19292026-06-08T20:19:30.026Z Compiling synstructure v0.13.2
19302026-06-08T20:19:30.029Z Compiling serde_derive_internals v0.29.1
19312026-06-08T20:19:30.062Z Compiling pest v2.8.6
19322026-06-08T20:19:30.127Z Compiling thiserror v1.0.69
19332026-06-08T20:19:30.131Z Compiling num-conv v0.2.0
19342026-06-08T20:19:30.145Z Compiling time-core v0.1.8
19352026-06-08T20:19:30.258Z Compiling iana-time-zone v0.1.65
19362026-06-08T20:19:30.328Z Compiling ident_case v1.0.1
19372026-06-08T20:19:30.343Z Compiling native-tls v0.2.18
19382026-06-08T20:19:30.347Z Compiling time-macros v0.2.27
19392026-06-08T20:19:30.545Z Compiling regex-syntax v0.8.10
19402026-06-08T20:19:30.563Z Compiling syn v1.0.109
19412026-06-08T20:19:30.582Z Compiling base64 v0.22.1
19422026-06-08T20:19:30.653Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-06-08T20:19:30.675Z Compiling base64ct v1.8.3
19442026-06-08T20:19:30.714Z Compiling crossbeam-utils v0.8.21
19452026-06-08T20:19:30.828Z Compiling untrusted v0.9.0
19462026-06-08T20:19:30.873Z Compiling uuid v1.23.0
19472026-06-08T20:19:30.952Z Compiling pem-rfc7468 v0.7.0
19482026-06-08T20:19:31.013Z Compiling slog v2.8.2
19492026-06-08T20:19:31.121Z Compiling flagset v0.4.7
19502026-06-08T20:19:31.233Z Compiling pest_meta v2.8.6
19512026-06-08T20:19:31.268Z Compiling rand_core v0.9.5
19522026-06-08T20:19:31.287Z Compiling bzip2-sys v0.1.13+1.0.8
19532026-06-08T20:19:31.306Z Compiling tracing-core v0.1.36
19542026-06-08T20:19:31.324Z Compiling serde_derive v1.0.228
19552026-06-08T20:19:31.353Z Compiling zeroize_derive v1.4.3
19562026-06-08T20:19:31.376Z Compiling zerofrom-derive v0.1.6
19572026-06-08T20:19:31.506Z Compiling yoke-derive v0.8.1
19582026-06-08T20:19:31.524Z Compiling zerovec-derive v0.11.2
19592026-06-08T20:19:31.588Z Compiling zerocopy-derive v0.8.40
19602026-06-08T20:19:31.621Z Compiling displaydoc v0.2.5
19612026-06-08T20:19:31.742Z Compiling tokio-macros v2.7.0
19622026-06-08T20:19:31.953Z Compiling futures-macro v0.3.32
19632026-06-08T20:19:31.977Z Compiling zeroize v1.8.2
19642026-06-08T20:19:32.362Z Compiling der_derive v0.7.3
19652026-06-08T20:19:32.485Z Compiling tracing-attributes v0.1.31
19662026-06-08T20:19:32.502Z Compiling thiserror-impl v2.0.18
19672026-06-08T20:19:32.505Z Compiling schemars_derive v0.8.22
19682026-06-08T20:19:32.535Z Compiling zerofrom v0.1.6
19692026-06-08T20:19:32.621Z Compiling rustls-pki-types v1.14.0
19702026-06-08T20:19:32.683Z Compiling yoke v0.8.1
19712026-06-08T20:19:32.732Z Compiling futures-util v0.3.32
19722026-06-08T20:19:32.882Z Compiling zerovec v0.11.5
19732026-06-08T20:19:32.898Z Compiling crypto-common v0.1.7
19742026-06-08T20:19:32.963Z Compiling zerotrie v0.2.3
19752026-06-08T20:19:33.084Z Compiling block-buffer v0.10.4
19762026-06-08T20:19:33.264Z Compiling digest v0.10.7
19772026-06-08T20:19:33.406Z Compiling tinystr v0.8.2
19782026-06-08T20:19:33.455Z Compiling potential_utf v0.1.4
19792026-06-08T20:19:33.627Z Compiling icu_locale_core v2.1.1
19802026-06-08T20:19:33.650Z Compiling icu_collections v2.1.1
19812026-06-08T20:19:33.682Z Compiling hmac v0.12.1
19822026-06-08T20:19:33.713Z Compiling block-padding v0.3.3
19832026-06-08T20:19:33.828Z Compiling openssl-macros v0.1.1
19842026-06-08T20:19:33.844Z Compiling inout v0.1.4
19852026-06-08T20:19:33.882Z Compiling pest_generator v2.8.6
19862026-06-08T20:19:34.328Z Compiling cipher v0.4.4
19872026-06-08T20:19:34.421Z Compiling icu_provider v2.1.1
19882026-06-08T20:19:34.477Z Compiling bytes v1.11.1
19892026-06-08T20:19:34.586Z Compiling chrono v0.4.44
19902026-06-08T20:19:34.589Z Compiling pest_derive v2.8.6
19912026-06-08T20:19:34.617Z Compiling sha2 v0.10.9
19922026-06-08T20:19:34.741Z Compiling icu_properties v2.1.2
19932026-06-08T20:19:34.842Z Compiling icu_normalizer v2.1.1
19942026-06-08T20:19:35.050Z Compiling tokio v1.52.1
19952026-06-08T20:19:35.144Z Compiling http v1.4.0
19962026-06-08T20:19:35.781Z Compiling idna_adapter v1.2.1
19972026-06-08T20:19:35.932Z Compiling idna v1.1.0
19982026-06-08T20:19:35.962Z Compiling ppv-lite86 v0.2.21
19992026-06-08T20:19:36.106Z Compiling scroll_derive v0.13.1
20002026-06-08T20:19:36.131Z Compiling thiserror-impl v1.0.69
20012026-06-08T20:19:36.295Z Compiling url v2.5.8
20022026-06-08T20:19:36.516Z Compiling der v0.7.10
20032026-06-08T20:19:36.893Z Compiling paste v1.0.15
20042026-06-08T20:19:37.136Z Compiling camino v1.2.2
20052026-06-08T20:19:37.173Z Compiling plain v0.2.3
20062026-06-08T20:19:37.430Z Compiling spki v0.7.3
20072026-06-08T20:19:37.447Z Compiling http-body v1.0.1
20082026-06-08T20:19:37.559Z Compiling salsa20 v0.10.2
20092026-06-08T20:19:37.617Z Compiling pbkdf2 v0.12.2
20102026-06-08T20:19:37.632Z Compiling tracing v0.1.44
20112026-06-08T20:19:38.072Z Compiling aho-corasick v1.1.4
20122026-06-08T20:19:38.109Z Compiling cookie v0.18.1
20132026-06-08T20:19:38.124Z Compiling dyn-clone v1.0.20
20142026-06-08T20:19:38.296Z Compiling atomic-waker v1.1.2
20152026-06-08T20:19:38.314Z Compiling fastrand v2.3.0
20162026-06-08T20:19:38.338Z Compiling num-bigint-dig v0.8.6
20172026-06-08T20:19:38.551Z Compiling scrypt v0.11.0
20182026-06-08T20:19:38.751Z Compiling tokio-util v0.7.18
20192026-06-08T20:19:38.793Z Compiling rand_chacha v0.9.0
20202026-06-08T20:19:38.809Z Compiling aes v0.8.4
20212026-06-08T20:19:38.856Z Compiling cbc v0.1.2
20222026-06-08T20:19:38.901Z Compiling regex-automata v0.4.14
20232026-06-08T20:19:39.028Z Compiling async-trait v0.1.89
20242026-06-08T20:19:39.209Z Compiling ahash v0.8.12
20252026-06-08T20:19:39.232Z Compiling pretty-hex v0.4.1
20262026-06-08T20:19:39.332Z Compiling tower-service v0.3.3
20272026-06-08T20:19:39.398Z Compiling untrusted v0.7.1
20282026-06-08T20:19:39.478Z Compiling zstd-safe v7.2.4
20292026-06-08T20:19:39.514Z Compiling tower-layer v0.3.3
20302026-06-08T20:19:39.543Z Compiling tinyvec_macros v0.1.1
20312026-06-08T20:19:39.628Z Compiling openssl-probe v0.2.1
20322026-06-08T20:19:39.705Z Compiling try-lock v0.2.5
20332026-06-08T20:19:39.726Z Compiling usdt-impl v0.6.0
20342026-06-08T20:19:39.764Z Compiling anyhow v1.0.102
20352026-06-08T20:19:39.859Z Compiling want v0.3.1
20362026-06-08T20:19:39.895Z Compiling tinyvec v1.10.0
20372026-06-08T20:19:39.971Z Compiling pkcs5 v0.7.1
20382026-06-08T20:19:40.061Z Compiling h2 v0.4.13
20392026-06-08T20:19:40.082Z Compiling rand v0.9.2
20402026-06-08T20:19:40.252Z Compiling scroll v0.13.0
20412026-06-08T20:19:40.436Z Compiling serde_tokenstream v0.2.3
20422026-06-08T20:19:40.538Z Compiling ipnet v2.11.0
20432026-06-08T20:19:40.587Z Compiling daft-derive v0.1.7
20442026-06-08T20:19:40.678Z Compiling clap_derive v4.6.1
20452026-06-08T20:19:40.721Z Compiling scroll_derive v0.12.1
20462026-06-08T20:19:40.747Z Compiling heapless v0.7.17
20472026-06-08T20:19:41.129Z Compiling signal-hook v0.3.18
20482026-06-08T20:19:41.249Z Compiling httpdate v1.0.3
20492026-06-08T20:19:41.399Z Compiling pin-utils v0.1.0
20502026-06-08T20:19:41.418Z Compiling utf8parse v0.2.2
20512026-06-08T20:19:41.481Z Compiling unicode-segmentation v1.12.0
20522026-06-08T20:19:41.781Z Compiling goblin v0.10.5
20532026-06-08T20:19:41.939Z Compiling pkcs8 v0.10.2
20542026-06-08T20:19:41.956Z Compiling tempfile v3.25.0
20552026-06-08T20:19:42.262Z Compiling pin-project-internal v1.1.11
20562026-06-08T20:19:42.335Z Compiling darling_core v0.20.11
20572026-06-08T20:19:42.522Z Compiling spin v0.9.8
20582026-06-08T20:19:42.759Z Compiling simd-adler32 v0.3.8
20592026-06-08T20:19:42.794Z Compiling litrs v1.0.0
20602026-06-08T20:19:42.874Z Compiling anstyle v1.0.14
20612026-06-08T20:19:43.127Z Compiling foreign-types-shared v0.1.1
20622026-06-08T20:19:43.253Z Compiling foreign-types v0.3.2
20632026-06-08T20:19:43.289Z Compiling document-features v0.2.12
20642026-06-08T20:19:43.323Z Compiling heck v0.4.1
20652026-06-08T20:19:43.352Z Compiling unicode-normalization v0.1.25
20662026-06-08T20:19:43.517Z Compiling hyper v1.8.1
20672026-06-08T20:19:43.717Z Compiling dtrace-parser v0.3.0
20682026-06-08T20:19:43.838Z Compiling hex v0.4.3
20692026-06-08T20:19:43.866Z Compiling strum_macros v0.26.4
20702026-06-08T20:19:43.866Z Compiling zerocopy-derive v0.7.35
20712026-06-08T20:19:44.011Z Compiling darling_core v0.21.3
20722026-06-08T20:19:44.031Z Compiling curve25519-dalek v4.1.3
20732026-06-08T20:19:44.342Z Compiling thread-id v5.1.0
20742026-06-08T20:19:44.393Z Compiling memoffset v0.9.1
20752026-06-08T20:19:44.396Z Compiling smoltcp v0.9.1
20762026-06-08T20:19:44.429Z Compiling darling_macro v0.20.11
20772026-06-08T20:19:44.447Z Compiling anstyle-query v1.1.5
20782026-06-08T20:19:44.468Z Compiling adler2 v2.0.1
20792026-06-08T20:19:44.485Z Compiling powerfmt v0.2.0
20802026-06-08T20:19:44.586Z Compiling dof v0.4.0
20812026-06-08T20:19:44.714Z Compiling ref-cast v1.0.25
20822026-06-08T20:19:44.765Z Compiling rustix v0.38.44
20832026-06-08T20:19:44.799Z Compiling is_terminal_polyfill v1.70.2
20842026-06-08T20:19:44.921Z Compiling colorchoice v1.0.4
20852026-06-08T20:19:44.941Z Compiling deranged v0.5.8
20862026-06-08T20:19:44.949Z Compiling darling v0.20.11
20872026-06-08T20:19:45.025Z Compiling hyper-util v0.1.20
20882026-06-08T20:19:45.043Z Compiling miniz_oxide v0.8.9
20892026-06-08T20:19:45.133Z Compiling snafu-derive v0.8.9
20902026-06-08T20:19:45.347Z Compiling rustls-native-certs v0.8.3
20912026-06-08T20:19:45.752Z Compiling http-body-util v0.1.3
20922026-06-08T20:19:46.056Z Compiling serde_spanned v0.6.9
20932026-06-08T20:19:46.085Z Compiling toml_datetime v0.6.11
20942026-06-08T20:19:46.199Z Compiling sync_wrapper v1.0.2
20952026-06-08T20:19:46.266Z Compiling darling_macro v0.21.3
20962026-06-08T20:19:46.322Z Compiling wait-timeout v0.2.1
20972026-06-08T20:19:46.375Z Compiling encoding_rs v0.8.35
20982026-06-08T20:19:46.504Z Compiling quick-error v1.2.3
20992026-06-08T20:19:46.626Z Compiling ryu v1.0.23
21002026-06-08T20:19:46.643Z Compiling cfg_aliases v0.2.1
21012026-06-08T20:19:46.730Z Compiling num_threads v0.1.7
21022026-06-08T20:19:46.782Z Compiling bit-vec v0.8.0
21032026-06-08T20:19:46.823Z Compiling mime v0.3.17
21042026-06-08T20:19:46.841Z Compiling siphasher v1.0.2
21052026-06-08T20:19:46.908Z Compiling zlib-rs v0.6.2
21062026-06-08T20:19:47.045Z Compiling time v0.3.47
21072026-06-08T20:19:47.048Z Compiling bit-set v0.8.0
21082026-06-08T20:19:47.221Z Compiling darling v0.21.3
21092026-06-08T20:19:47.275Z Compiling serde_urlencoded v0.7.1
21102026-06-08T20:19:47.320Z Compiling nix v0.31.2
21112026-06-08T20:19:47.453Z Compiling rusty-fork v0.3.1
21122026-06-08T20:19:47.576Z Compiling tower v0.5.3
21132026-06-08T20:19:47.731Z Compiling derive_builder_core v0.20.2
21142026-06-08T20:19:47.863Z Compiling anstyle-parse v1.0.0
21152026-06-08T20:19:47.881Z Compiling regex v1.12.3
21162026-06-08T20:19:47.954Z Compiling webpki-roots v1.0.6
21172026-06-08T20:19:48.069Z Compiling erased-serde v0.3.31
21182026-06-08T20:19:48.090Z Compiling hubpack_derive v0.1.1
21192026-06-08T20:19:48.105Z Compiling signature v2.2.0
21202026-06-08T20:19:48.125Z Compiling rand_xorshift v0.4.0
21212026-06-08T20:19:48.178Z Compiling curve25519-dalek-derive v0.1.1
21222026-06-08T20:19:48.196Z Compiling ref-cast-impl v1.0.25
21232026-06-08T20:19:48.218Z Compiling strum_macros v0.27.2
21242026-06-08T20:19:48.505Z Compiling usdt-impl v0.5.0
21252026-06-08T20:19:48.522Z Compiling fs-err v3.3.0
21262026-06-08T20:19:48.527Z Compiling allocator-api2 v0.2.21
21272026-06-08T20:19:48.553Z Compiling unicode-bidi v0.3.18
21282026-06-08T20:19:48.657Z Compiling iri-string v0.7.10
21292026-06-08T20:19:48.795Z Compiling object v0.37.3
21302026-06-08T20:19:48.873Z Compiling unarray v0.1.4
21312026-06-08T20:19:48.888Z Compiling unicode-properties v0.1.4
21322026-06-08T20:19:49.002Z Compiling flate2 v1.1.9
21332026-06-08T20:19:49.034Z Compiling proptest v1.10.0
21342026-06-08T20:19:49.069Z Compiling stringprep v0.1.5
21352026-06-08T20:19:49.679Z Compiling derive_builder_macro v0.20.2
21362026-06-08T20:19:49.853Z Compiling tower-http v0.6.8
21372026-06-08T20:19:50.081Z Compiling anstream v1.0.0
21382026-06-08T20:19:50.162Z Compiling tokio-native-tls v0.3.1
21392026-06-08T20:19:50.351Z Compiling serde_with_macros v3.17.0
21402026-06-08T20:19:50.574Z Compiling usdt-macro v0.6.0
21412026-06-08T20:19:50.607Z Compiling usdt-attr-macro v0.6.0
21422026-06-08T20:19:50.702Z Compiling ipnetwork v0.21.1
21432026-06-08T20:19:50.965Z Compiling scroll v0.12.0
21442026-06-08T20:19:51.084Z Compiling bstr v1.12.1
21452026-06-08T20:19:51.293Z Compiling rand_chacha v0.3.1
21462026-06-08T20:19:51.379Z Compiling md-5 v0.10.6
21472026-06-08T20:19:51.427Z Compiling async-recursion v1.1.1
21482026-06-08T20:19:51.493Z Compiling terminal_size v0.4.3
21492026-06-08T20:19:51.558Z Compiling num-integer v0.1.46
21502026-06-08T20:19:51.607Z Compiling hash32 v0.2.1
21512026-06-08T20:19:51.635Z Compiling vergen-lib v9.1.0
21522026-06-08T20:19:51.660Z Compiling ff v0.13.1
21532026-06-08T20:19:51.811Z Compiling psl-types v2.0.11
21542026-06-08T20:19:51.845Z Compiling clap_lex v1.0.0
21552026-06-08T20:19:51.941Z Compiling winnow v0.7.14
21562026-06-08T20:19:51.959Z Compiling fallible-iterator v0.2.0
21572026-06-08T20:19:51.993Z Compiling base16ct v0.2.0
21582026-06-08T20:19:52.051Z Compiling publicsuffix v2.3.0
21592026-06-08T20:19:52.206Z Compiling clap_builder v4.6.0
21602026-06-08T20:19:52.235Z Compiling sec1 v0.7.3
21612026-06-08T20:19:52.241Z Compiling num-iter v0.1.45
21622026-06-08T20:19:52.305Z Compiling postgres-protocol v0.6.10
21632026-06-08T20:19:52.318Z Compiling group v0.13.0
21642026-06-08T20:19:52.523Z Compiling rand v0.8.6
21652026-06-08T20:19:53.105Z Compiling goblin v0.8.2
21662026-06-08T20:19:53.167Z Compiling newtype-uuid v1.3.2
21672026-06-08T20:19:53.194Z Compiling oxnet v0.1.5
21682026-06-08T20:19:53.443Z Compiling hyper-tls v0.6.0
21692026-06-08T20:19:53.471Z Compiling derive_builder v0.20.2
21702026-06-08T20:19:53.533Z Compiling phf_shared v0.13.1
21712026-06-08T20:19:53.632Z Compiling zerocopy v0.7.35
21722026-06-08T20:19:53.684Z Compiling lazy_static v1.5.0
21732026-06-08T20:19:53.702Z Compiling pin-project v1.1.11
21742026-06-08T20:19:53.782Z Compiling anstyle-parse v0.2.7
21752026-06-08T20:19:53.846Z Compiling futures-executor v0.3.32
21762026-06-08T20:19:53.969Z Compiling hkdf v0.12.4
21772026-06-08T20:19:53.986Z Compiling crypto-bigint v0.5.5
21782026-06-08T20:19:54.084Z Compiling enum-as-inner v0.6.1
21792026-06-08T20:19:54.101Z Compiling serde_repr v0.1.20
21802026-06-08T20:19:54.151Z Compiling vergen v9.1.0
21812026-06-08T20:19:54.187Z Compiling cargo-platform v0.3.2
21822026-06-08T20:19:54.394Z Compiling foldhash v0.1.5
21832026-06-08T20:19:54.488Z Compiling bumpalo v3.20.2
21842026-06-08T20:19:54.584Z Compiling libbz2-rs-sys v0.2.2
21852026-06-08T20:19:54.630Z Compiling winnow v0.5.40
21862026-06-08T20:19:54.634Z Compiling foldhash v0.2.0
21872026-06-08T20:19:54.701Z Compiling bitflags v1.3.2
21882026-06-08T20:19:54.753Z Compiling same-file v1.0.6
21892026-06-08T20:19:54.793Z Compiling managed v0.8.0
21902026-06-08T20:19:54.923Z Compiling elliptic-curve v0.13.8
21912026-06-08T20:19:55.025Z Compiling bzip2 v0.6.1
21922026-06-08T20:19:55.182Z Compiling walkdir v2.5.0
21932026-06-08T20:19:55.247Z Compiling hashbrown v0.16.1
21942026-06-08T20:19:55.285Z Compiling zopfli v0.8.3
21952026-06-08T20:19:55.419Z Compiling dof v0.3.0
21962026-06-08T20:19:55.480Z Compiling hashbrown v0.15.5
21972026-06-08T20:19:55.873Z Compiling cargo_metadata v0.23.1
21982026-06-08T20:19:56.018Z Compiling toml_edit v0.19.15
21992026-06-08T20:19:56.099Z Compiling futures v0.3.32
22002026-06-08T20:19:56.203Z Compiling clap v4.6.1
22012026-06-08T20:19:56.218Z Compiling anstream v0.6.21
22022026-06-08T20:19:56.527Z Compiling snafu v0.8.9
22032026-06-08T20:19:56.651Z Compiling phf v0.13.1
22042026-06-08T20:19:56.966Z Compiling daft v0.1.7
22052026-06-08T20:19:56.998Z Compiling signal-hook-mio v0.2.5
22062026-06-08T20:19:57.052Z Compiling cookie_store v0.22.1
22072026-06-08T20:19:57.114Z Compiling zstd v0.13.3
22082026-06-08T20:19:57.247Z Compiling postgres-types v0.2.12
22092026-06-08T20:19:57.275Z Compiling bzip2 v0.4.4
22102026-06-08T20:19:57.342Z Compiling globset v0.4.18
22112026-06-08T20:19:57.360Z Compiling strum v0.27.2
22122026-06-08T20:19:57.385Z Compiling dtrace-parser v0.2.0
22132026-06-08T20:19:57.558Z Compiling hubpack v0.1.2
22142026-06-08T20:19:57.619Z Compiling ed25519 v2.2.3
22152026-06-08T20:19:57.656Z Compiling phf_shared v0.11.3
22162026-06-08T20:19:57.674Z Compiling olpc-cjson v0.1.4
22172026-06-08T20:19:57.777Z Compiling pkcs1 v0.7.5
22182026-06-08T20:19:57.886Z Compiling pem v3.0.6
22192026-06-08T20:19:57.919Z Compiling serde_plain v1.0.2
22202026-06-08T20:19:57.922Z Compiling serde-big-array v0.5.1
22212026-06-08T20:19:57.969Z Compiling rfc6979 v0.4.0
22222026-06-08T20:19:58.039Z Compiling float-cmp v0.10.0
22232026-06-08T20:19:58.095Z Compiling env_filter v1.0.0
22242026-06-08T20:19:58.113Z Compiling memmap2 v0.9.10
22252026-06-08T20:19:58.132Z Compiling thread-id v4.2.2
22262026-06-08T20:19:58.223Z Compiling fixedbitset v0.5.7
22272026-06-08T20:19:58.238Z Compiling normalize-line-endings v0.3.0
22282026-06-08T20:19:58.242Z Compiling precomputed-hash v0.1.1
22292026-06-08T20:19:58.272Z Compiling fixedbitset v0.4.2
22302026-06-08T20:19:58.331Z Compiling typed-path v0.9.3
22312026-06-08T20:19:58.352Z Compiling difflib v0.4.0
22322026-06-08T20:19:58.370Z Compiling either v1.15.0
22332026-06-08T20:19:58.374Z Compiling predicates-core v1.0.10
22342026-06-08T20:19:58.374Z Compiling static_assertions v1.1.0
22352026-06-08T20:19:58.447Z Compiling data-encoding v2.10.0
22362026-06-08T20:19:58.473Z Compiling jiff v0.2.21
22372026-06-08T20:19:58.489Z Compiling keccak v0.1.6
22382026-06-08T20:19:58.510Z Compiling toml_write v0.1.2
22392026-06-08T20:19:58.575Z Compiling whoami v2.1.0
22402026-06-08T20:19:58.596Z Compiling new_debug_unreachable v1.0.6
22412026-06-08T20:19:58.680Z Compiling toml_edit v0.22.27
22422026-06-08T20:19:58.704Z Compiling string_cache v0.8.9
22432026-06-08T20:19:58.722Z Compiling sha3 v0.10.8
22442026-06-08T20:19:58.808Z Compiling tokio-postgres v0.7.16
22452026-06-08T20:19:58.924Z Compiling hickory-proto v0.25.2
22462026-06-08T20:19:58.940Z Compiling predicates v3.1.4
22472026-06-08T20:19:58.975Z Compiling itertools v0.13.0
22482026-06-08T20:19:59.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22492026-06-08T20:19:59.458Z Compiling petgraph v0.6.5
22502026-06-08T20:19:59.545Z Compiling petgraph v0.8.3
22512026-06-08T20:20:00.226Z Compiling usdt v0.6.0
22522026-06-08T20:20:00.483Z Compiling env_logger v0.11.9
22532026-06-08T20:20:00.876Z Compiling ecdsa v0.16.9
22542026-06-08T20:20:00.947Z Compiling rsa v0.9.10
22552026-06-08T20:20:01.295Z Compiling zip v4.6.1
22562026-06-08T20:20:01.532Z Compiling ed25519-dalek v2.2.0
22572026-06-08T20:20:01.565Z Compiling crossterm v0.28.1
22582026-06-08T20:20:01.803Z Compiling zip v0.6.6
22592026-06-08T20:20:01.832Z Compiling toml v0.7.8
22602026-06-08T20:20:02.177Z Compiling iddqd v0.4.2
22612026-06-08T20:20:02.195Z Compiling crossbeam-epoch v0.9.18
22622026-06-08T20:20:02.391Z Compiling toml_parser v1.0.9+spec-1.1.0
22632026-06-08T20:20:02.407Z Compiling serde_with v3.17.0
22642026-06-08T20:20:02.535Z Compiling similar v2.7.0
22652026-06-08T20:20:02.570Z Compiling strum v0.26.3
22662026-06-08T20:20:02.717Z Compiling tokio-stream v0.1.18
22672026-06-08T20:20:02.744Z Compiling buf-list v1.1.2
22682026-06-08T20:20:03.011Z Compiling x509-cert v0.2.5
22692026-06-08T20:20:03.042Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22702026-06-08T20:20:03.192Z Compiling openapiv3 v2.2.0
22712026-06-08T20:20:03.271Z Compiling sha1 v0.10.6
22722026-06-08T20:20:03.346Z Compiling structmeta-derive v0.3.0
22732026-06-08T20:20:03.508Z Compiling lalrpop-util v0.19.12
22742026-06-08T20:20:03.544Z Compiling peg-runtime v0.8.5
22752026-06-08T20:20:03.666Z Compiling radium v0.7.0
22762026-06-08T20:20:04.371Z Compiling structmeta v0.3.0
22772026-06-08T20:20:04.990Z Compiling tap v1.0.1
22782026-06-08T20:20:05.050Z Compiling maybe-uninit v2.0.0
22792026-06-08T20:20:05.434Z Compiling wyz v0.5.1
22802026-06-08T20:20:07.036Z Compiling funty v2.0.0
22812026-06-08T20:20:07.052Z Compiling packed_struct v0.10.1
22822026-06-08T20:20:07.631Z Compiling bitvec v1.0.1
22832026-06-08T20:20:09.757Z Compiling packed_struct_codegen v0.10.1
22842026-06-08T20:20:09.964Z Compiling bitfield-macros v0.19.4
22852026-06-08T20:20:10.050Z Compiling zerocopy-derive v0.6.6
22862026-06-08T20:20:10.634Z Compiling indexmap v1.9.3
22872026-06-08T20:20:10.651Z Compiling crc-catalog v2.4.0
22882026-06-08T20:20:10.740Z Compiling nodrop v0.1.14
22892026-06-08T20:20:10.851Z Compiling typeid v1.0.3
22902026-06-08T20:20:11.216Z Compiling array-init v0.0.4
22912026-06-08T20:20:11.259Z Compiling zerocopy v0.6.6
22922026-06-08T20:20:11.585Z Compiling crc v3.4.0
22932026-06-08T20:20:11.617Z Compiling bitfield v0.19.4
22942026-06-08T20:20:12.045Z Compiling smallvec v0.6.14
22952026-06-08T20:20:12.355Z Compiling derive-ex v0.1.8
22962026-06-08T20:20:14.458Z Compiling hashbrown v0.12.3
22972026-06-08T20:20:14.709Z Compiling base64 v0.21.7
22982026-06-08T20:20:15.151Z Compiling rustls v0.22.4
22992026-06-08T20:20:15.322Z Compiling erased-serde v0.4.9
23002026-06-08T20:20:15.879Z Compiling ron v0.8.1
23012026-06-08T20:20:16.389Z Compiling rustls-webpki v0.103.9
23022026-06-08T20:20:18.232Z Compiling test-strategy v0.4.5
23032026-06-08T20:20:18.323Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23042026-06-08T20:20:18.648Z Compiling serde-hex v0.1.0
23052026-06-08T20:20:19.520Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23062026-06-08T20:20:19.885Z Compiling toml v0.8.23
23072026-06-08T20:20:20.180Z Compiling tokio-rustls v0.26.4
23082026-06-08T20:20:20.354Z Compiling rustls-platform-verifier v0.6.2
23092026-06-08T20:20:20.379Z Compiling hashbrown v0.13.2
23102026-06-08T20:20:20.464Z Compiling hyper-rustls v0.27.7
23112026-06-08T20:20:20.605Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23122026-06-08T20:20:20.751Z Compiling reqwest v0.12.28
23132026-06-08T20:20:20.798Z Compiling reqwest v0.13.2
23142026-06-08T20:20:20.977Z Compiling rustls-webpki v0.102.8
23152026-06-08T20:20:21.124Z Compiling filetime v0.2.27
23162026-06-08T20:20:21.308Z Compiling multer v3.1.0
23172026-06-08T20:20:21.350Z Compiling thread_local v1.1.9
23182026-06-08T20:20:21.365Z Compiling slog-async v2.8.0
23192026-06-08T20:20:21.422Z Compiling rayon-core v1.13.0
23202026-06-08T20:20:21.532Z Compiling crc-any v2.5.0
23212026-06-08T20:20:21.638Z Compiling match_cfg v0.1.0
23222026-06-08T20:20:21.657Z Compiling xattr v1.6.1
23232026-06-08T20:20:21.721Z Compiling compression-core v0.4.31
23242026-06-08T20:20:21.737Z Compiling hostname v0.3.1
23252026-06-08T20:20:21.800Z Compiling tar v0.4.45
23262026-06-08T20:20:21.868Z Compiling compression-codecs v0.4.37
23272026-06-08T20:20:21.922Z Compiling object v0.30.4
23282026-06-08T20:20:21.938Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-06-08T20:20:22.063Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-06-08T20:20:22.254Z Compiling crossbeam-channel v0.5.15
23312026-06-08T20:20:22.328Z Compiling tough v0.22.0
23322026-06-08T20:20:22.549Z Compiling slog-json v2.6.1
23332026-06-08T20:20:22.722Z Compiling async-stream-impl v0.3.6
23342026-06-08T20:20:22.789Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-06-08T20:20:22.831Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23362026-06-08T20:20:22.963Z Compiling ordered-float v2.10.1
23372026-06-08T20:20:23.205Z Compiling serde_spanned v1.0.4
23382026-06-08T20:20:23.224Z Compiling toml_datetime v1.0.0+spec-1.1.0
23392026-06-08T20:20:23.264Z Compiling serde_path_to_error v0.1.20
23402026-06-08T20:20:23.300Z Compiling is-terminal v0.4.17
23412026-06-08T20:20:23.396Z Compiling dropshot v0.17.0
23422026-06-08T20:20:23.418Z Compiling fs-err v2.11.0
23432026-06-08T20:20:23.435Z Compiling term v1.2.1
23442026-06-08T20:20:23.609Z Compiling debug-ignore v1.0.5
23452026-06-08T20:20:23.638Z Compiling toml_writer v1.0.6+spec-1.1.0
23462026-06-08T20:20:23.664Z Compiling take_mut v0.2.2
23472026-06-08T20:20:23.724Z Compiling path-slash v0.1.5
23482026-06-08T20:20:23.740Z Compiling slog-term v2.9.2
23492026-06-08T20:20:23.901Z Compiling toml v1.0.6+spec-1.1.0
23502026-06-08T20:20:23.924Z Compiling tokio-rustls v0.25.0
23512026-06-08T20:20:24.159Z Compiling async-stream v0.3.6
23522026-06-08T20:20:24.189Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23532026-06-08T20:20:24.205Z Compiling serde-value v0.7.0
23542026-06-08T20:20:24.280Z Compiling slog-bunyan v2.5.0
23552026-06-08T20:20:24.389Z Compiling serde-untagged v0.1.9
23562026-06-08T20:20:24.425Z Compiling async-compression v0.4.41
23572026-06-08T20:20:24.768Z Compiling crossbeam-deque v0.8.6
23582026-06-08T20:20:24.889Z Compiling parse-display-derive v0.10.0
23592026-06-08T20:20:24.942Z Compiling camino-tempfile v1.4.1
23602026-06-08T20:20:25.021Z Compiling newtype-uuid-macros v0.1.0
23612026-06-08T20:20:25.036Z Compiling dropshot_endpoint v0.17.0
23622026-06-08T20:20:25.104Z Compiling backon v1.6.0
23632026-06-08T20:20:25.233Z Compiling waitgroup v0.1.2
23642026-06-08T20:20:25.380Z Compiling half v2.7.1
23652026-06-08T20:20:25.383Z Compiling rustls-pemfile v2.2.0
23662026-06-08T20:20:25.398Z Compiling blake3 v1.8.3
23672026-06-08T20:20:25.428Z Compiling hostname v0.4.2
23682026-06-08T20:20:25.614Z Compiling instant v0.1.13
23692026-06-08T20:20:25.687Z Compiling unicode-xid v0.2.6
23702026-06-08T20:20:25.705Z Compiling ciborium-io v0.2.2
23712026-06-08T20:20:25.749Z Compiling backoff v0.4.0
23722026-06-08T20:20:25.769Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-06-08T20:20:25.824Z Compiling ciborium-ll v0.2.2
23742026-06-08T20:20:25.852Z Compiling cargo-util-schemas v0.8.2
23752026-06-08T20:20:25.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23762026-06-08T20:20:25.991Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23772026-06-08T20:20:26.247Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23782026-06-08T20:20:26.307Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23792026-06-08T20:20:26.385Z Compiling parse-display v0.10.0
23802026-06-08T20:20:26.506Z Compiling regress v0.10.5
23812026-06-08T20:20:26.626Z Compiling itertools v0.14.0
23822026-06-08T20:20:26.689Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23832026-06-08T20:20:26.705Z Compiling cargo-platform v0.2.0
23842026-06-08T20:20:27.253Z Compiling macaddr v1.0.1
23852026-06-08T20:20:27.268Z Compiling arrayvec v0.7.6
23862026-06-08T20:20:27.285Z Compiling parse-size v1.1.0
23872026-06-08T20:20:27.492Z Compiling indent_write v2.2.0
23882026-06-08T20:20:27.521Z Compiling constant_time_eq v0.4.2
23892026-06-08T20:20:27.526Z Compiling humantime v2.3.0
23902026-06-08T20:20:27.556Z Compiling arrayref v0.3.9
23912026-06-08T20:20:27.670Z Compiling cargo_metadata v0.21.0
23922026-06-08T20:20:27.741Z Compiling ciborium v0.2.2
23932026-06-08T20:20:27.881Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23942026-06-08T20:20:27.997Z Compiling topological-sort v0.2.2
23952026-06-08T20:20:28.043Z Compiling display-error-chain v0.2.2
23962026-06-08T20:20:28.150Z Compiling shell-words v1.1.1
23972026-06-08T20:20:28.280Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23982026-06-08T20:20:38.453Z Compiling progenitor-client v0.10.0
23992026-06-08T20:20:38.453Z Compiling omicron-zone-package v0.12.2
24002026-06-08T20:20:38.512Z Compiling progenitor-client v0.14.0
24012026-06-08T20:20:38.952Z Compiling progenitor-extras v0.2.0
24022026-06-08T20:20:41.253Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24032026-06-08T20:20:41.273Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24042026-06-08T20:20:41.291Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24052026-06-08T20:20:41.492Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062026-06-08T20:20:45.489Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24072026-06-08T20:20:48.838Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24082026-06-08T20:20:56.813Z Finished `release` profile [optimized] target(s) in 1m 31s
24092026-06-08T20:20:56.961Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24102026-06-08T20:20:57.020ZJun 08 20:20:56.180 DEBG changing working directory to /work/oxidecomputer/omicron
24112026-06-08T20:20:57.113ZJun 08 20:20:56.272 DEBG running: git rev-parse HEAD
24122026-06-08T20:20:57.118ZJun 08 20:20:56.274 DEBG process exited with exit status: 0 (2.43208ms)
24132026-06-08T20:20:57.118ZJun 08 20:20:56.275 INFO version: 20.0.0-0.ci+git3ff799da2b0
24142026-06-08T20:20:57.122ZJun 08 20:20:56.283 INFO cloning helios to /work/oxidecomputer/helios
24152026-06-08T20:20:57.123ZJun 08 20:20:56.283 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24162026-06-08T20:20:57.126ZCloning into '/work/oxidecomputer/helios'...
24172026-06-08T20:20:57.675ZJun 08 20:20:56.836 DEBG process exited with exit status: 0 (553.469858ms)
24182026-06-08T20:20:57.676ZJun 08 20:20:56.836 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24192026-06-08T20:20:57.681ZJun 08 20:20:56.838 DEBG process exited with exit status: 0 (2.37493ms)
24202026-06-08T20:20:57.681ZJun 08 20:20:56.838 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24212026-06-08T20:20:57.996ZJun 08 20:20:57.156 DEBG process exited with exit status: 0 (317.28316ms)
24222026-06-08T20:20:57.996ZJun 08 20:20:57.156 DEBG running: zfs list rpool/images/build/host
24232026-06-08T20:20:57.999ZNAME USED AVAIL REFER MOUNTPOINT
24242026-06-08T20:20:57.999Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24252026-06-08T20:20:58.004ZJun 08 20:20:57.160 DEBG process exited with exit status: 0 (4.55124ms)
24262026-06-08T20:20:58.004ZJun 08 20:20:57.160 DEBG running: zfs list rpool/images/build/recovery
24272026-06-08T20:20:58.004ZNAME USED AVAIL REFER MOUNTPOINT
24282026-06-08T20:20:58.004Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24292026-06-08T20:20:58.004ZJun 08 20:20:57.164 DEBG process exited with exit status: 0 (3.55625ms)
24302026-06-08T20:20:58.007ZJun 08 20:20:57.164 INFO [hubris-staging] running task
24312026-06-08T20:20:58.007ZJun 08 20:20:57.164 INFO [hubris-production] running task
24322026-06-08T20:20:58.007ZJun 08 20:20:57.164 INFO [incorp-manifest] running task
24332026-06-08T20:20:58.007ZJun 08 20:20:57.165 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24342026-06-08T20:20:58.007ZJun 08 20:20:57.165 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24352026-06-08T20:20:58.007ZJun 08 20:20:57.165 INFO [incorp-create] running: pkgrepo create /work/incorporation
24362026-06-08T20:20:58.007ZJun 08 20:20:57.167 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
24372026-06-08T20:20:58.048Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24382026-06-08T20:20:58.249ZJun 08 20:20:57.407 INFO [incorp-create] process exited with exit status: 0 (241.3974ms)
24392026-06-08T20:20:58.253ZJun 08 20:20:57.407 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24402026-06-08T20:20:58.480ZJun 08 20:20:57.641 INFO [incorp-publisher] process exited with exit status: 0 (233.696129ms)
24412026-06-08T20:20:58.520Z[ omicron-package] Blocking waiting for file lock on package cache
24422026-06-08T20:20:58.665ZJun 08 20:20:57.825 DEBG process exited with exit status: 0 (660.624618ms)
24432026-06-08T20:20:58.668ZJun 08 20:20:57.825 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24442026-06-08T20:20:58.929Z[ omicron-package] Blocking waiting for file lock on package cache
24452026-06-08T20:20:59.108ZJun 08 20:20:58.269 INFO [hubris-production] task succeeded (1.104445298s)
24462026-06-08T20:20:59.316ZJun 08 20:20:58.476 DEBG process exited with exit status: 0 (651.139659ms)
24472026-06-08T20:20:59.319ZJun 08 20:20:58.478 INFO [incorp-manifest] task succeeded (1.313127217s)
24482026-06-08T20:20:59.319ZJun 08 20:20:58.478 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24492026-06-08T20:20:59.496ZJun 08 20:20:58.657 INFO [incorp-fmt] process exited with exit status: 0 (179.03744ms)
24502026-06-08T20:20:59.499ZJun 08 20:20:58.657 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24512026-06-08T20:20:59.721Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260608T202058Z
24522026-06-08T20:20:59.721Z[ incorp-pkgsend] PUBLISHED
24532026-06-08T20:20:59.760ZJun 08 20:20:58.921 INFO [incorp-pkgsend] process exited with exit status: 0 (263.574359ms)
24542026-06-08T20:20:59.763ZJun 08 20:20:58.921 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24552026-06-08T20:20:59.960Z[ omicron-package] Compiling ring v0.17.14
24562026-06-08T20:21:00.007Z[ helios-incorp] Retrieving packages for publisher helios ...
24572026-06-08T20:21:00.012Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24582026-06-08T20:21:00.039Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24592026-06-08T20:21:00.039Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24602026-06-08T20:21:00.039Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24612026-06-08T20:21:00.043Z[ helios-incorp]
24622026-06-08T20:21:00.043Z[ helios-incorp] Archiving packages ...
24632026-06-08T20:21:00.044Z[ helios-incorp] Packages to add: 1
24642026-06-08T20:21:00.048Z[ helios-incorp] Files to retrieve: 0
24652026-06-08T20:21:00.048Z[ helios-incorp] Estimated transfer size: 0.00 B
24662026-06-08T20:21:00.048Z[ helios-incorp]
24672026-06-08T20:21:00.048Z[ helios-incorp] Packages to archive:
24682026-06-08T20:21:00.048Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260608T202058Z
24692026-06-08T20:21:00.048Z[ helios-incorp]
24702026-06-08T20:21:00.048Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24712026-06-08T20:21:00.048Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24722026-06-08T20:21:00.117ZJun 08 20:20:59.278 INFO [helios-incorp] process exited with exit status: 0 (357.01949ms)
24732026-06-08T20:21:00.174Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24742026-06-08T20:21:00.174Z[ omicron-package] Compiling itertools v0.14.0
24752026-06-08T20:21:00.178Z[ omicron-package] Compiling secrecy v0.10.3
24762026-06-08T20:21:00.178Z[ omicron-package] Compiling heapless v0.8.0
24772026-06-08T20:21:00.178Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24782026-06-08T20:21:00.178Z[ omicron-package] Compiling hash32 v0.3.1
24792026-06-08T20:21:00.178Z[ omicron-package] Compiling unicode-width v0.2.0
24802026-06-08T20:21:00.178Z[ omicron-package] Compiling smoltcp v0.11.0
24812026-06-08T20:21:00.178Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822026-06-08T20:21:00.178Z[ omicron-package] Compiling cobs v0.3.0
24832026-06-08T20:21:00.178Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24842026-06-08T20:21:00.179Z[ omicron-package] Compiling universal-hash v0.5.1
24852026-06-08T20:21:00.179Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24862026-06-08T20:21:00.179Z[ omicron-package] Compiling opaque-debug v0.3.1
24872026-06-08T20:21:01.029Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24882026-06-08T20:21:01.227Z[ omicron-package] Compiling convert_case v0.4.0
24892026-06-08T20:21:01.398Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24902026-06-08T20:21:01.398Z[ omicron-package] Compiling poly1305 v0.8.0
24912026-06-08T20:21:01.584Z[ omicron-package] Compiling postcard v1.1.3
24922026-06-08T20:21:01.613Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24932026-06-08T20:21:01.674Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24942026-06-08T20:21:01.674Z[ omicron-package] Compiling derive_more v0.99.20
24952026-06-08T20:21:01.677Z[ omicron-package] Compiling password-hash v0.5.0
24962026-06-08T20:21:01.677Z[ omicron-package] Compiling chacha20 v0.9.1
24972026-06-08T20:21:01.730Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
24982026-06-08T20:21:01.767Z[ omicron-package] Compiling blake2 v0.10.6
24992026-06-08T20:21:01.977Z[ omicron-package] Compiling ingot-macros v0.1.1
25002026-06-08T20:21:01.984Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25012026-06-08T20:21:02.050Z[ omicron-package] Compiling aead v0.5.2
25022026-06-08T20:21:02.050Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25032026-06-08T20:21:02.071Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25042026-06-08T20:21:02.110Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25052026-06-08T20:21:02.189Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25062026-06-08T20:21:02.324Z[ omicron-package] Compiling proc-macro-error v1.0.4
25072026-06-08T20:21:02.388Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25082026-06-08T20:21:02.587Z[ omicron-package] Compiling cpufeatures v0.3.0
25092026-06-08T20:21:02.700Z[ omicron-package] Compiling argon2 v0.5.3
25102026-06-08T20:21:02.753Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25112026-06-08T20:21:02.772Z[ omicron-package] Compiling vsss-rs v3.3.4
25122026-06-08T20:21:02.792Z[ omicron-package] Compiling num_enum_derive v0.7.6
25132026-06-08T20:21:02.792Z[ omicron-package] Compiling chacha20 v0.10.0
25142026-06-08T20:21:02.795Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25152026-06-08T20:21:02.866Z[ omicron-package] Compiling foreign-types v0.5.0
25162026-06-08T20:21:02.933Z[ omicron-package] Compiling num_enum_derive v0.5.11
25172026-06-08T20:21:03.121Z[ omicron-package] Compiling tabwriter v1.4.1
25182026-06-08T20:21:03.197Z[ omicron-package] Compiling byte-wrapper v0.1.0
25192026-06-08T20:21:03.220Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-06-08T20:21:03.298Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25212026-06-08T20:21:03.428Z[ omicron-package] Compiling cstr-argument v0.1.2
25222026-06-08T20:21:03.632Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25232026-06-08T20:21:03.679Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242026-06-08T20:21:03.760Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-06-08T20:21:03.881Z[ omicron-package] Compiling num_enum v0.7.6
25262026-06-08T20:21:03.908Z[ omicron-package] Compiling rand v0.10.0
25272026-06-08T20:21:03.940Z[ omicron-package] Compiling rayon v1.11.0
25282026-06-08T20:21:03.964Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25292026-06-08T20:21:04.012Z[ omicron-package] Compiling num_enum v0.5.11
25302026-06-08T20:21:04.082Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25312026-06-08T20:21:04.108Z[ omicron-package] Compiling colored v3.1.1
25322026-06-08T20:21:04.136Z[ omicron-package] Compiling libefi-sys v0.1.0
25332026-06-08T20:21:04.171Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25342026-06-08T20:21:04.174Z[ omicron-package] Compiling itertools v0.12.1
25352026-06-08T20:21:04.217Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25362026-06-08T20:21:04.220Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25372026-06-08T20:21:04.406Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25382026-06-08T20:21:04.445Z[ omicron-package] Compiling usdt-macro v0.5.0
25392026-06-08T20:21:04.466Z[ omicron-package] Compiling num-derive v0.4.2
25402026-06-08T20:21:04.496Z[ omicron-package] Compiling rustls v0.23.37
25412026-06-08T20:21:04.554Z[ omicron-package] Compiling bitfield-struct v0.6.2
25422026-06-08T20:21:04.963Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25432026-06-08T20:21:04.977Z[ omicron-package] Compiling sigpipe v0.1.3
25442026-06-08T20:21:05.012Z[ omicron-package] Compiling memmap v0.7.0
25452026-06-08T20:21:05.032Z[ omicron-package] Compiling glob v0.3.3
25462026-06-08T20:21:05.036Z[ omicron-package] Compiling ingot-types v0.1.2
25472026-06-08T20:21:05.148Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-06-08T20:21:05.178Z[ omicron-package] Compiling swrite v0.1.0
25492026-06-08T20:21:05.369Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-06-08T20:21:05.442Z[ omicron-package] Compiling usdt v0.5.0
25512026-06-08T20:21:05.442Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25522026-06-08T20:21:05.586Z[ omicron-package] Compiling smf v0.2.3
25532026-06-08T20:21:05.620Z[ omicron-package] Compiling ingot v0.1.1
25542026-06-08T20:21:05.700Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25552026-06-08T20:21:05.763Z[ omicron-package] Compiling whoami v1.6.1
25562026-06-08T20:21:05.841Z[ omicron-package] Compiling zone v0.3.1
25572026-06-08T20:21:05.937Z[ omicron-package] Compiling rustls-webpki v0.103.9
25582026-06-08T20:21:05.978Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-06-08T20:21:06.113Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25602026-06-08T20:21:06.131Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-06-08T20:21:06.173Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-06-08T20:21:06.201Z[ omicron-package] Compiling console v0.16.2
25632026-06-08T20:21:06.249Z[ omicron-package] Compiling gethostname v0.5.0
25642026-06-08T20:21:06.409Z[ omicron-package] Compiling unit-prefix v0.5.2
25652026-06-08T20:21:06.440Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25662026-06-08T20:21:06.443Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25672026-06-08T20:21:06.713Z[ omicron-package] Compiling indicatif v0.18.4
25682026-06-08T20:21:07.332Z[ omicron-package] Compiling rustls v0.22.4
25692026-06-08T20:21:07.756Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25702026-06-08T20:21:08.524Z[ omicron-package] Compiling rustls-webpki v0.102.8
25712026-06-08T20:21:08.982Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25722026-06-08T20:21:09.650Z[ omicron-package] Compiling tokio-rustls v0.26.4
25732026-06-08T20:21:09.650Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25742026-06-08T20:21:09.876Z[ omicron-package] Compiling hyper-rustls v0.27.7
25752026-06-08T20:21:10.096Z[ omicron-package] Compiling reqwest v0.12.28
25762026-06-08T20:21:10.096Z[ omicron-package] Compiling reqwest v0.13.2
25772026-06-08T20:21:10.239Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
25782026-06-08T20:21:11.010Z[ omicron-package] Compiling tokio-rustls v0.25.0
25792026-06-08T20:21:11.308Z[ omicron-package] Compiling dropshot v0.17.0
25802026-06-08T20:21:11.859Z[ omicron-package] Compiling tough v0.22.0
25812026-06-08T20:21:11.870ZJun 08 20:21:11.030 INFO [hubris-staging] task succeeded (13.866159102s)
25822026-06-08T20:21:13.405Z[ helios-setup] Jun 08 20:21:12.564 INFO helios repository root is: /work/oxidecomputer/helios
25832026-06-08T20:21:13.408Z[ helios-setup] Jun 08 20:21:12.565 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25842026-06-08T20:21:13.408Z[ helios-setup] Jun 08 20:21:12.565 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25852026-06-08T20:21:13.408Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25862026-06-08T20:21:14.769Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25872026-06-08T20:21:14.797Z[ omicron-package] Compiling progenitor-client v0.14.0
25882026-06-08T20:21:15.079Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25892026-06-08T20:21:15.112Z[ omicron-package] Compiling progenitor-extras v0.2.0
25902026-06-08T20:21:15.206Z[ omicron-package] Compiling progenitor-client v0.10.0
25912026-06-08T20:21:15.250Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25922026-06-08T20:21:17.990Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25932026-06-08T20:21:18.075Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25942026-06-08T20:21:18.129Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-06-08T20:21:18.146Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25962026-06-08T20:21:18.163Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25972026-06-08T20:21:18.243Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25982026-06-08T20:21:18.301Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992026-06-08T20:21:18.344Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26002026-06-08T20:21:18.492Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26012026-06-08T20:21:22.424Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26022026-06-08T20:21:30.096Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26032026-06-08T20:21:33.154Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26042026-06-08T20:21:34.143Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26052026-06-08T20:21:43.670Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.65s
26062026-06-08T20:21:43.907Z[ omicron-package]
26072026-06-08T20:21:43.907Z[ omicron-package] real 45.839495098
26082026-06-08T20:21:43.907Z[ omicron-package] user 5:24.458653311
26092026-06-08T20:21:43.914Z[ omicron-package] sys 29.507376462
26102026-06-08T20:21:43.914Z[ omicron-package] trap 0.416488994
26112026-06-08T20:21:43.914Z[ omicron-package] tflt 0.906819299
26122026-06-08T20:21:43.914Z[ omicron-package] dflt 3.593913194
26132026-06-08T20:21:43.914Z[ omicron-package] kflt 0.004689843
26142026-06-08T20:21:43.914Z[ omicron-package] lock 11:53.431447818
26152026-06-08T20:21:43.914Z[ omicron-package] slp 6:58.875559852
26162026-06-08T20:21:43.914Z[ omicron-package] lat 33.229101463
26172026-06-08T20:21:43.914Z[ omicron-package] stop 1:14.341439258
26182026-06-08T20:21:43.914ZJun 08 20:21:43.066 INFO [omicron-package] process exited with exit status: 0 (45.898834988s)
26192026-06-08T20:21:43.914ZJun 08 20:21:43.066 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26202026-06-08T20:21:43.914ZJun 08 20:21:43.066 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26212026-06-08T20:21:43.919Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26222026-06-08T20:21:43.919Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26232026-06-08T20:21:43.923Z[ host-target] Created new build target 'host' and set it as active
26242026-06-08T20:21:43.923Z[ recovery-target] Created new build target 'recovery' and set it as active
26252026-06-08T20:21:43.929ZJun 08 20:21:43.084 INFO [recovery-target] process exited with exit status: 0 (17.82038ms)
26262026-06-08T20:21:43.930ZJun 08 20:21:43.084 INFO [host-target] process exited with exit status: 0 (18.25ms)
26272026-06-08T20:21:43.930ZJun 08 20:21:43.084 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26282026-06-08T20:21:43.933Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26292026-06-08T20:21:45.356Z[ host-package] Compiling ring v0.17.14
26302026-06-08T20:21:45.653Z[ host-package] Compiling heck v0.5.0
26312026-06-08T20:21:45.657Z[ host-package] Compiling regress v0.11.1
26322026-06-08T20:21:45.703Z[ host-package] Compiling unsafe-libyaml v0.2.11
26332026-06-08T20:21:45.757Z[ host-package] Compiling regress v0.10.5
26342026-06-08T20:21:45.779Z[ host-package] Compiling is-terminal v0.4.17
26352026-06-08T20:21:45.782Z[ host-package] Compiling unicode-width v0.1.14
26362026-06-08T20:21:45.820Z[ host-package] Compiling prettyplease v0.2.37
26372026-06-08T20:21:45.820Z[ host-package] Compiling bytecount v0.6.9
26382026-06-08T20:21:45.823Z[ host-package] Compiling derive-where v1.6.0
26392026-06-08T20:21:45.824Z[ host-package] Compiling thread_local v1.1.9
26402026-06-08T20:21:45.844Z[ host-package] Compiling match_cfg v0.1.0
26412026-06-08T20:21:45.867Z[ host-package] Compiling compression-core v0.4.31
26422026-06-08T20:21:45.870Z[ host-package] Compiling multer v3.1.0
26432026-06-08T20:21:45.914Z[ host-package] Compiling slog-async v2.8.0
26442026-06-08T20:21:46.002Z[ host-package] Compiling crossbeam-channel v0.5.15
26452026-06-08T20:21:46.010Z[ host-package] Compiling hostname v0.3.1
26462026-06-08T20:21:46.052Z[ host-package] Compiling slog-json v2.6.1
26472026-06-08T20:21:46.071Z[ host-package] Compiling compression-codecs v0.4.37
26482026-06-08T20:21:46.096Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
26492026-06-08T20:21:46.122Z[ host-package] Compiling serde_spanned v1.0.4
26502026-06-08T20:21:46.147Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
26512026-06-08T20:21:46.171Z[ host-package] Compiling take_mut v0.2.2
26522026-06-08T20:21:46.191Z[ host-package] Compiling term v1.2.1
26532026-06-08T20:21:46.260Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26542026-06-08T20:21:46.281Z[ host-package] Compiling async-compression v0.4.41
26552026-06-08T20:21:46.307Z[ host-package] Compiling slog-bunyan v2.5.0
26562026-06-08T20:21:46.358Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
26572026-06-08T20:21:46.406Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26582026-06-08T20:21:46.407Z[ host-package] Compiling dropshot v0.17.0
26592026-06-08T20:21:46.477Z[ host-package] Compiling slog-term v2.9.2
26602026-06-08T20:21:46.477Z[ host-package] Compiling async-stream v0.3.6
26612026-06-08T20:21:46.525Z[ host-package] Compiling num-rational v0.4.2
26622026-06-08T20:21:46.609Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26632026-06-08T20:21:46.631Z[ host-package] Compiling waitgroup v0.1.2
26642026-06-08T20:21:46.706Z[ host-package] Compiling backon v1.6.0
26652026-06-08T20:21:46.718Z[ host-package] Compiling rustls-pemfile v2.2.0
26662026-06-08T20:21:46.795Z[ host-package] Compiling num-complex v0.4.6
26672026-06-08T20:21:46.820Z[ host-package] Compiling serde_path_to_error v0.1.20
26682026-06-08T20:21:46.820Z[ host-package] Compiling hostname v0.4.2
26692026-06-08T20:21:46.865Z[ host-package] Compiling instant v0.1.13
26702026-06-08T20:21:46.924Z[ host-package] Compiling debug-ignore v1.0.5
26712026-06-08T20:21:46.946Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26722026-06-08T20:21:46.993Z[ host-package] Compiling backoff v0.4.0
26732026-06-08T20:21:47.018Z[ host-package] Compiling parse-display v0.10.0
26742026-06-08T20:21:47.022Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26752026-06-08T20:21:47.065Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
26762026-06-08T20:21:47.087Z[ host-package] Compiling macaddr v1.0.1
26772026-06-08T20:21:47.183Z[ host-package] Compiling num v0.4.3
26782026-06-08T20:21:47.231Z[ host-package] Compiling typify-impl v0.6.2
26792026-06-08T20:21:47.270Z[ host-package] Compiling humantime v2.3.0
26802026-06-08T20:21:47.295Z[ host-package] Compiling float-ord v0.3.2
26812026-06-08T20:21:47.521Z[ host-package] Compiling console v0.15.11
26822026-06-08T20:21:47.572Z[ host-package] Compiling atomicwrites v0.4.4
26832026-06-08T20:21:47.575Z[ host-package] Compiling newline-converter v0.3.0
26842026-06-08T20:21:47.672Z[ host-package] Compiling slog-dtrace v0.3.0
26852026-06-08T20:21:47.705Z[ host-package] Compiling cancel-safe-futures v0.1.5
26862026-06-08T20:21:47.729Z[ host-package] Compiling owo-colors v4.3.0
26872026-06-08T20:21:47.750Z[ host-package] Compiling resolv-conf v0.7.6
26882026-06-08T20:21:47.771Z[ host-package] Compiling toml v0.8.23
26892026-06-08T20:21:47.912Z[ host-package] Compiling expectorate v1.2.0
26902026-06-08T20:21:47.915Z[ host-package] Compiling libsw-core v0.3.2
26912026-06-08T20:21:48.033Z[ host-package] Compiling linked-hash-map v0.5.6
26922026-06-08T20:21:48.054Z[ host-package] Compiling linear-map v1.2.0
26932026-06-08T20:21:48.153Z[ host-package] Compiling libsw v3.5.0
26942026-06-08T20:21:48.292Z[ host-package] Compiling lru-cache v0.1.2
26952026-06-08T20:21:48.327Z[ host-package] Compiling minimal-lexical v0.2.1
26962026-06-08T20:21:48.350Z[ host-package] Compiling hickory-proto v0.24.4
26972026-06-08T20:21:48.350Z[ host-package] Compiling unicode-xid v0.2.6
26982026-06-08T20:21:48.394Z[ host-package] Compiling convert_case v0.10.0
26992026-06-08T20:21:48.404Z[ host-package] Compiling papergrid v0.11.0
27002026-06-08T20:21:48.463Z[ host-package] Compiling tabled_derive v0.7.0
27012026-06-08T20:21:48.511Z[ host-package] Compiling termtree v0.5.1
27022026-06-08T20:21:48.532Z[ host-package] Compiling phf_shared v0.12.1
27032026-06-08T20:21:48.599Z[ host-package] Compiling nom v7.1.3
27042026-06-08T20:21:48.683Z[ host-package] Compiling derive_more-impl v2.1.1
27052026-06-08T20:21:48.706Z[ host-package] Compiling vte v0.14.1
27062026-06-08T20:21:48.732Z[ host-package] Compiling csv-core v0.1.13
27072026-06-08T20:21:48.778Z[ host-package] Compiling chrono-tz v0.10.4
27082026-06-08T20:21:48.799Z[ host-package] Compiling highway v1.3.0
27092026-06-08T20:21:48.960Z[ host-package] Compiling csv v1.4.0
27102026-06-08T20:21:49.031Z[ host-package] Compiling strip-ansi-escapes v0.2.1
27112026-06-08T20:21:49.097Z[ host-package] Compiling phf v0.12.1
27122026-06-08T20:21:49.166Z[ host-package] Compiling const_format_proc_macros v0.2.34
27132026-06-08T20:21:49.291Z[ host-package] Compiling fd-lock v4.0.4
27142026-06-08T20:21:49.370Z[ host-package] Compiling tabled v0.15.0
27152026-06-08T20:21:49.461Z[ host-package] Compiling derive_more v2.1.1
27162026-06-08T20:21:49.464Z[ host-package] Compiling peg-macros v0.8.5
27172026-06-08T20:21:49.550Z[ host-package] Compiling rustls v0.23.37
27182026-06-08T20:21:49.578Z[ host-package] Compiling rustls v0.22.4
27192026-06-08T20:21:49.607Z[ host-package] Compiling crossterm v0.29.0
27202026-06-08T20:21:49.629Z[ host-package] Compiling nu-ansi-term v0.50.3
27212026-06-08T20:21:49.944Z[ host-package] Compiling const_format v0.2.35
27222026-06-08T20:21:49.994Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232026-06-08T20:21:50.018Z[ host-package] Compiling reedline v0.40.0
27242026-06-08T20:21:50.449Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27252026-06-08T20:21:50.517Z[ host-package] Compiling bcs v0.1.6
27262026-06-08T20:21:50.547Z[ host-package] Compiling nom v8.0.0
27272026-06-08T20:21:50.669Z[ host-package] Compiling typify-macro v0.6.2
27282026-06-08T20:21:50.764Z[ host-package] Compiling rustls-webpki v0.103.9
27292026-06-08T20:21:50.945Z[ host-package] Compiling rustls-webpki v0.102.8
27302026-06-08T20:21:51.177Z[ host-package] Compiling hickory-resolver v0.24.4
27312026-06-08T20:21:51.681Z[ host-package] Compiling peg v0.8.5
27322026-06-08T20:21:51.785Z[ host-package] Compiling semver v0.1.20
27332026-06-08T20:21:52.078Z[ host-package] Compiling rustc_version v0.1.7
27342026-06-08T20:21:52.216Z[ host-package] Compiling typify v0.6.2
27352026-06-08T20:21:52.351Z[ host-package] Compiling progenitor-impl v0.14.0
27362026-06-08T20:21:52.556Z[ host-package] Compiling qorb v0.4.1
27372026-06-08T20:21:53.156Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27382026-06-08T20:21:53.755Z[ host-package] Compiling tokio-rustls v0.25.0
27392026-06-08T20:21:54.528Z[ host-package] Compiling progenitor-macro v0.14.0
27402026-06-08T20:21:54.578Z[ host-package] Compiling newtype_derive v0.1.6
27412026-06-08T20:21:54.771Z[ host-package] Compiling tokio-rustls v0.26.4
27422026-06-08T20:21:54.825Z[ host-package] Compiling rustls-platform-verifier v0.6.2
27432026-06-08T20:21:55.051Z[ host-package] Compiling hyper-rustls v0.27.7
27442026-06-08T20:21:55.410Z[ host-package] Compiling reqwest v0.13.2
27452026-06-08T20:21:56.361Z[ host-package] Compiling reqwest v0.12.28
27462026-06-08T20:21:57.043Z[ host-package] Compiling progenitor-client v0.14.0
27472026-06-08T20:21:57.225Z[ host-package] Compiling unicode-linebreak v0.1.5
27482026-06-08T20:21:57.383Z[ host-package] Compiling progenitor-extras v0.2.0
27492026-06-08T20:21:57.490Z[ host-package] Compiling smawk v0.3.2
27502026-06-08T20:21:57.532Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27512026-06-08T20:21:57.634Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27522026-06-08T20:21:57.685Z[ host-package] Compiling textwrap v0.16.2
27532026-06-08T20:21:57.705Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27542026-06-08T20:21:57.774Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
27552026-06-08T20:21:57.836Z[ host-package] Compiling steno v0.4.1
27562026-06-08T20:21:58.081Z[ host-package] Compiling tough v0.22.0
27572026-06-08T20:21:58.390Z[ host-package] Compiling progenitor-client v0.10.0
27582026-06-08T20:21:58.686Z[ host-package] Compiling tagptr v0.2.0
27592026-06-08T20:21:58.712Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27602026-06-08T20:21:58.712Z[ host-package] Compiling utf-8 v0.7.6
27612026-06-08T20:21:58.875Z[ host-package] Compiling moka v0.12.13
27622026-06-08T20:21:58.960Z[ host-package] Compiling tungstenite v0.21.0
27632026-06-08T20:21:58.982Z[ host-package] Compiling num-derive v0.3.3
27642026-06-08T20:21:59.008Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
27652026-06-08T20:21:59.415Z[ host-package] Compiling vergen-lib v0.1.6
27662026-06-08T20:21:59.438Z[ host-package] Compiling proc-macro-error2 v2.0.1
27672026-06-08T20:21:59.639Z[ host-package] Compiling tokio-tungstenite v0.21.0
27682026-06-08T20:21:59.760Z[ host-package] Compiling tabled_derive v0.11.0
27692026-06-08T20:21:59.902Z[ host-package] Compiling libscf-sys v1.1.0
27702026-06-08T20:21:59.951Z[ host-package] Compiling papergrid v0.17.0
27712026-06-08T20:22:00.038Z[ host-package] Compiling hickory-resolver v0.25.2
27722026-06-08T20:22:00.360Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27732026-06-08T20:22:01.051Z[ host-package] Compiling testing_table v0.3.0
27742026-06-08T20:22:01.098Z[ host-package] Compiling vergen-gitcl v1.0.8
27752026-06-08T20:22:01.332Z[ host-package] Compiling dirs-sys-next v0.1.2
27762026-06-08T20:22:01.387Z[ host-package] Compiling maplit v1.0.2
27772026-06-08T20:22:01.419Z[ host-package] Compiling diesel_derives v2.3.7
27782026-06-08T20:22:01.487Z[ host-package] Compiling glob v0.3.3
27792026-06-08T20:22:01.508Z[ host-package] Compiling crunchy v0.2.4
27802026-06-08T20:22:01.607Z[ host-package] Compiling dirs-next v2.0.0
27812026-06-08T20:22:01.749Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27822026-06-08T20:22:01.777Z[ host-package] Compiling tabled v0.20.0
27832026-06-08T20:22:01.859Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
27842026-06-08T20:22:01.882Z[ host-package] Compiling clang-sys v1.8.1
27852026-06-08T20:22:02.161Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27862026-06-08T20:22:02.193Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27872026-06-08T20:22:02.256Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27882026-06-08T20:22:02.371Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27892026-06-08T20:22:03.186Z[ host-package] Compiling progenitor v0.14.0
27902026-06-08T20:22:03.283Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27912026-06-08T20:22:03.367Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27922026-06-08T20:22:03.644Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27932026-06-08T20:22:06.429Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27942026-06-08T20:22:06.499Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27952026-06-08T20:22:07.417Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27962026-06-08T20:22:07.552Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27972026-06-08T20:22:07.888Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27982026-06-08T20:22:08.215Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27992026-06-08T20:22:08.576Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28002026-06-08T20:22:08.661Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28012026-06-08T20:22:08.725Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28022026-06-08T20:22:09.002Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28032026-06-08T20:22:09.454Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28042026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO clone ok!, project: amd-firmware
28052026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
28062026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28072026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
28082026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
28092026-06-08T20:22:10.237Z[ helios-setup] Jun 08 20:22:09.396 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
28102026-06-08T20:22:10.241Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
28112026-06-08T20:22:10.281Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28122026-06-08T20:22:10.443Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28132026-06-08T20:22:10.862Z[ helios-setup] Jun 08 20:22:10.022 INFO clone ok!, project: phbl
28142026-06-08T20:22:10.862Z[ helios-setup] Jun 08 20:22:10.022 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
28152026-06-08T20:22:10.865Z[ helios-setup] Jun 08 20:22:10.022 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28162026-06-08T20:22:10.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28172026-06-08T20:22:11.441Z[ helios-setup] Jun 08 20:22:10.601 INFO clone ok!, project: bootserver
28182026-06-08T20:22:11.441Z[ helios-setup] Jun 08 20:22:10.601 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
28192026-06-08T20:22:11.441Z[ helios-setup] Jun 08 20:22:10.601 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28202026-06-08T20:22:11.445Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28212026-06-08T20:22:11.525Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28222026-06-08T20:22:11.795Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28232026-06-08T20:22:11.917Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28242026-06-08T20:22:12.042Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28252026-06-08T20:22:12.387Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28262026-06-08T20:22:12.392Z[ helios-setup] Jun 08 20:22:11.552 INFO clone ok!, project: chelsio-t6-roms
28272026-06-08T20:22:12.396Z[ helios-setup] Jun 08 20:22:11.553 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
28282026-06-08T20:22:12.396Z[ helios-setup] Jun 08 20:22:11.553 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
28292026-06-08T20:22:12.396Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
28302026-06-08T20:22:12.625Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28312026-06-08T20:22:12.849Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28322026-06-08T20:22:13.185Z[ helios-setup] Jun 08 20:22:12.345 INFO clone ok!, project: dmar-report
28332026-06-08T20:22:13.188Z[ helios-setup] Jun 08 20:22:12.345 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
28342026-06-08T20:22:13.188Z[ helios-setup] Jun 08 20:22:12.345 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
28352026-06-08T20:22:13.188Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
28362026-06-08T20:22:13.485Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28372026-06-08T20:22:13.825Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28382026-06-08T20:22:14.131Z[ helios-setup] Jun 08 20:22:13.291 INFO clone ok!, project: amd-host-image-builder
28392026-06-08T20:22:14.131Z[ helios-setup] Jun 08 20:22:13.291 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
28402026-06-08T20:22:14.134Z[ helios-setup] Jun 08 20:22:13.291 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
28412026-06-08T20:22:14.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
28422026-06-08T20:22:14.637Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28432026-06-08T20:22:14.741Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28442026-06-08T20:22:14.764Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28452026-06-08T20:22:14.994Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
28462026-06-08T20:22:15.168Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28472026-06-08T20:22:15.558Z[ helios-setup] Jun 08 20:22:14.718 INFO clone ok!, project: pilot
28482026-06-08T20:22:15.558Z[ helios-setup] Jun 08 20:22:14.718 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
28492026-06-08T20:22:15.558Z[ helios-setup] Jun 08 20:22:14.718 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28502026-06-08T20:22:15.561Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28512026-06-08T20:22:15.734Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28522026-06-08T20:22:16.101Z[ host-package] Compiling dsl_auto_type v0.2.0
28532026-06-08T20:22:16.160Z[ helios-setup] Jun 08 20:22:15.320 INFO clone ok!, project: pinprick
28542026-06-08T20:22:16.164Z[ helios-setup] Jun 08 20:22:15.320 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
28552026-06-08T20:22:16.164Z[ helios-setup] Jun 08 20:22:15.320 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
28562026-06-08T20:22:16.164Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
28572026-06-08T20:22:16.311Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28582026-06-08T20:22:16.678Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
28592026-06-08T20:22:16.770Z[ helios-setup] Jun 08 20:22:15.928 INFO clone ok!, project: image-builder
28602026-06-08T20:22:16.770Z[ helios-setup] Jun 08 20:22:15.929 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28612026-06-08T20:22:16.779Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
28622026-06-08T20:22:16.921Z[ host-package] Compiling tiny-keccak v2.0.2
28632026-06-08T20:22:17.054Z[ helios-setup] Jun 08 20:22:16.214 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28642026-06-08T20:22:17.158Z[ host-package] Compiling r2d2 v0.8.10
28652026-06-08T20:22:17.192Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
28662026-06-08T20:22:17.324Z[ helios-setup] Jun 08 20:22:16.483 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28672026-06-08T20:22:17.324Z[ helios-setup] Jun 08 20:22:16.484 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28682026-06-08T20:22:17.587Z[ helios-setup] Jun 08 20:22:16.747 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28692026-06-08T20:22:17.638Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28702026-06-08T20:22:17.696Z[ host-package] Compiling term v0.7.0
28712026-06-08T20:22:17.922Z[ helios-setup] Jun 08 20:22:17.082 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28722026-06-08T20:22:17.922Z[ helios-setup] Jun 08 20:22:17.082 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28732026-06-08T20:22:17.991Z[ host-package] Compiling xshell-macros v0.2.7
28742026-06-08T20:22:18.195Z[ helios-setup] Jun 08 20:22:17.355 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28752026-06-08T20:22:18.220Z[ host-package] Compiling downcast-rs v2.0.2
28762026-06-08T20:22:18.390Z[ host-package] Compiling bit-vec v0.6.3
28772026-06-08T20:22:18.485Z[ helios-setup] Jun 08 20:22:17.645 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28782026-06-08T20:22:18.485Z[ helios-setup] Jun 08 20:22:17.645 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28792026-06-08T20:22:18.485Z[ helios-setup] Jun 08 20:22:17.645 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28802026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.645 INFO ok!
28812026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.645 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28822026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.645 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28832026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.646 INFO ok!
28842026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.646 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28852026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.646 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28862026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.646 INFO ok!
28872026-06-08T20:22:18.489Z[ helios-setup] Jun 08 20:22:17.646 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28882026-06-08T20:22:18.496Z[ helios-setup] Jun 08 20:22:17.654 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
28892026-06-08T20:22:18.496Z[ helios-setup] Jun 08 20:22:17.655 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28902026-06-08T20:22:18.496Z[ helios-setup] Jun 08 20:22:17.655 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28912026-06-08T20:22:18.537Z[ host-package] Compiling xshell v0.2.7
28922026-06-08T20:22:18.603Z[ helios-setup] Jun 08 20:22:17.763 INFO E| Downloading crates ...
28932026-06-08T20:22:18.652Z[ helios-setup] Jun 08 20:22:17.812 INFO E| Downloaded sha2 v0.10.5
28942026-06-08T20:22:18.658Z[ helios-setup] Jun 08 20:22:17.818 INFO E| Downloaded cpufeatures v0.2.5
28952026-06-08T20:22:18.661Z[ helios-setup] Jun 08 20:22:17.821 INFO E| Downloaded miniz_oxide v0.6.2
28962026-06-08T20:22:18.665Z[ host-package] Compiling bit-set v0.5.3
28972026-06-08T20:22:18.668Z[ helios-setup] Jun 08 20:22:17.825 INFO E| Downloaded block-buffer v0.10.3
28982026-06-08T20:22:18.668Z[ helios-setup] Jun 08 20:22:17.826 INFO E| Downloaded anyhow v1.0.62
28992026-06-08T20:22:18.671Z[ helios-setup] Jun 08 20:22:17.829 INFO E| Downloaded generic-array v0.14.6
29002026-06-08T20:22:18.674Z[ helios-setup] Jun 08 20:22:17.833 INFO E| Downloaded unicode-width v0.1.10
29012026-06-08T20:22:18.674Z[ helios-setup] Jun 08 20:22:17.834 INFO E| Downloaded digest v0.10.3
29022026-06-08T20:22:18.677Z[ helios-setup] Jun 08 20:22:17.836 INFO E| Downloaded typenum v1.15.0
29032026-06-08T20:22:18.680Z[ helios-setup] Jun 08 20:22:17.839 INFO E| Downloaded bytes v1.2.1
29042026-06-08T20:22:18.683Z[ helios-setup] Jun 08 20:22:17.842 INFO E| Downloaded flate2 v1.0.25
29052026-06-08T20:22:18.727Z[ helios-setup] Jun 08 20:22:17.887 INFO E| Compiling version_check v0.9.4
29062026-06-08T20:22:18.727Z[ helios-setup] Jun 08 20:22:17.887 INFO E| Compiling typenum v1.15.0
29072026-06-08T20:22:18.727Z[ helios-setup] Jun 08 20:22:17.888 INFO E| Compiling crc32fast v1.3.2
29082026-06-08T20:22:18.731Z[ helios-setup] Jun 08 20:22:17.888 INFO E| Compiling cfg-if v1.0.0
29092026-06-08T20:22:18.731Z[ helios-setup] Jun 08 20:22:17.888 INFO E| Compiling adler v1.0.2
29102026-06-08T20:22:18.731Z[ helios-setup] Jun 08 20:22:17.888 INFO E| Compiling anyhow v1.0.62
29112026-06-08T20:22:18.741Z[ helios-setup] Jun 08 20:22:17.901 INFO E| Compiling unicode-width v0.1.10
29122026-06-08T20:22:18.741Z[ helios-setup] Jun 08 20:22:17.901 INFO E| Compiling cpufeatures v0.2.5
29132026-06-08T20:22:18.743Z[ helios-setup] Jun 08 20:22:17.901 INFO E| Compiling bytes v1.2.1
29142026-06-08T20:22:18.743Z[ helios-setup] Jun 08 20:22:17.901 INFO E| Compiling bitflags v1.3.2
29152026-06-08T20:22:18.902Z[ host-package] Compiling ascii-canvas v3.0.0
29162026-06-08T20:22:19.031Z[ helios-setup] Jun 08 20:22:18.191 INFO E| Compiling getopts v0.2.21
29172026-06-08T20:22:19.054Z[ helios-setup] Jun 08 20:22:18.214 INFO E| Compiling generic-array v0.14.6
29182026-06-08T20:22:19.068Z[ helios-setup] Jun 08 20:22:18.225 INFO E| Compiling miniz_oxide v0.6.2
29192026-06-08T20:22:19.444Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29202026-06-08T20:22:19.686Z[ helios-setup] Jun 08 20:22:18.846 INFO E| Compiling flate2 v1.0.25
29212026-06-08T20:22:19.779Z[ host-package] Compiling itertools v0.10.5
29222026-06-08T20:22:19.846Z[ host-package] Compiling ena v0.14.4
29232026-06-08T20:22:20.165Z[ host-package] Compiling libloading v0.8.9
29242026-06-08T20:22:20.249Z[ host-package] Compiling unicase v2.9.0
29252026-06-08T20:22:20.342Z[ host-package] Compiling diff v0.1.13
29262026-06-08T20:22:20.523Z[ host-package] Compiling crc8 v0.1.1
29272026-06-08T20:22:20.605Z[ host-package] Compiling regex-syntax v0.6.29
29282026-06-08T20:22:20.675Z[ host-package] Compiling bindgen v0.71.1
29292026-06-08T20:22:20.704Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29302026-06-08T20:22:20.754Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29312026-06-08T20:22:20.805Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29322026-06-08T20:22:21.004Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29332026-06-08T20:22:21.054Z[ helios-setup] Jun 08 20:22:20.210 INFO E| Compiling block-buffer v0.10.3
29342026-06-08T20:22:21.054Z[ helios-setup] Jun 08 20:22:20.210 INFO E| Compiling crypto-common v0.1.6
29352026-06-08T20:22:21.098Z[ host-package] Compiling cexpr v0.6.0
29362026-06-08T20:22:21.160Z[ helios-setup] Jun 08 20:22:20.320 INFO E| Compiling digest v0.10.3
29372026-06-08T20:22:21.191Z[ host-package] Compiling rustc-hash v2.1.1
29382026-06-08T20:22:21.281Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29392026-06-08T20:22:21.334Z[ helios-setup] Jun 08 20:22:20.493 INFO E| Compiling sha2 v0.10.5
29402026-06-08T20:22:21.340Z[ host-package] Compiling headers-core v0.3.0
29412026-06-08T20:22:21.414Z[ host-package] Compiling libxml v0.3.3
29422026-06-08T20:22:21.442Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29432026-06-08T20:22:21.484Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29442026-06-08T20:22:21.531Z[ host-package] Compiling headers v0.4.1
29452026-06-08T20:22:21.568Z[ helios-setup] Jun 08 20:22:20.729 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29462026-06-08T20:22:21.685Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29472026-06-08T20:22:21.874Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29482026-06-08T20:22:21.939Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29492026-06-08T20:22:22.093Z[ host-package] Compiling lalrpop v0.19.12
29502026-06-08T20:22:22.151Z[ host-package] Compiling git-stub v1.0.0
29512026-06-08T20:22:22.254Z[ host-package] Compiling strum_macros v0.24.3
29522026-06-08T20:22:22.305Z[ host-package] Compiling indoc v1.0.9
29532026-06-08T20:22:22.327Z[ host-package] Compiling diesel v2.3.7
29542026-06-08T20:22:22.586Z[ host-package] Compiling git-stub-vcs v0.1.0
29552026-06-08T20:22:22.965Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29562026-06-08T20:22:22.968Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29572026-06-08T20:22:23.079Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29582026-06-08T20:22:23.348Z[ helios-setup] Jun 08 20:22:22.508 INFO E| Finished `release` profile [optimized] target(s) in 4.84s
29592026-06-08T20:22:23.361Z[ helios-setup] Jun 08 20:22:22.521 INFO building project "bootserver" ok (4 seconds)
29602026-06-08T20:22:23.361Z[ helios-setup] Jun 08 20:22:22.521 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
29612026-06-08T20:22:23.371Z[ helios-setup] Jun 08 20:22:22.531 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
29622026-06-08T20:22:23.371Z[ helios-setup] Jun 08 20:22:22.531 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
29632026-06-08T20:22:23.375Z[ helios-setup] Jun 08 20:22:22.531 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29642026-06-08T20:22:23.539Z[ helios-setup] Jun 08 20:22:22.698 INFO E| Updating crates.io index
29652026-06-08T20:22:23.584Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662026-06-08T20:22:23.639Z[ helios-setup] Jun 08 20:22:22.799 INFO E| Downloading crates ...
29672026-06-08T20:22:23.704Z[ helios-setup] Jun 08 20:22:22.863 INFO E| Downloaded proc-macro2 v1.0.95
29682026-06-08T20:22:23.737Z[ helios-setup] Jun 08 20:22:22.897 INFO E| Downloaded time-core v0.1.4
29692026-06-08T20:22:23.741Z[ helios-setup] Jun 08 20:22:22.898 INFO E| Downloaded autocfg v1.4.0
29702026-06-08T20:22:23.741Z[ helios-setup] Jun 08 20:22:22.900 INFO E| Downloaded thiserror v2.0.12
29712026-06-08T20:22:23.744Z[ helios-setup] Jun 08 20:22:22.903 INFO E| Downloaded itoa v1.0.15
29722026-06-08T20:22:23.750Z[ helios-setup] Jun 08 20:22:22.910 INFO E| Downloaded errno v0.3.12
29732026-06-08T20:22:23.754Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29742026-06-08T20:22:23.757Z[ helios-setup] Jun 08 20:22:22.914 INFO E| Downloaded iana-time-zone v0.1.63
29752026-06-08T20:22:23.768Z[ helios-setup] Jun 08 20:22:22.928 INFO E| Downloaded thiserror-impl v2.0.12
29762026-06-08T20:22:23.771Z[ helios-setup] Jun 08 20:22:22.930 INFO E| Downloaded unicode-ident v1.0.18
29772026-06-08T20:22:23.771Z[ helios-setup] Jun 08 20:22:22.931 INFO E| Downloaded bitflags v2.9.1
29782026-06-08T20:22:23.774Z[ helios-setup] Jun 08 20:22:22.934 INFO E| Downloaded quote v1.0.40
29792026-06-08T20:22:23.796Z[ helios-setup] Jun 08 20:22:22.956 INFO E| Downloaded time-macros v0.2.22
29802026-06-08T20:22:23.799Z[ helios-setup] Jun 08 20:22:22.958 INFO E| Downloaded deranged v0.4.0
29812026-06-08T20:22:23.799Z[ helios-setup] Jun 08 20:22:22.959 INFO E| Downloaded tempfile v3.20.0
29822026-06-08T20:22:23.802Z[ helios-setup] Jun 08 20:22:22.961 INFO E| Downloaded serde_with_macros v3.12.0
29832026-06-08T20:22:23.818Z[ helios-setup] Jun 08 20:22:22.978 INFO E| Downloaded ryu v1.0.20
29842026-06-08T20:22:23.821Z[ helios-setup] Jun 08 20:22:22.980 INFO E| Downloaded serde v1.0.219
29852026-06-08T20:22:23.824Z[ helios-setup] Jun 08 20:22:22.983 INFO E| Downloaded anyhow v1.0.98
29862026-06-08T20:22:23.827Z[ helios-setup] Jun 08 20:22:22.985 INFO E| Downloaded getrandom v0.3.3
29872026-06-08T20:22:23.843Z[ helios-setup] Jun 08 20:22:23.003 INFO E| Downloaded serde_derive v1.0.219
29882026-06-08T20:22:23.848Z[ helios-setup] Jun 08 20:22:23.008 INFO E| Downloaded serde_json v1.0.140
29892026-06-08T20:22:23.853Z[ helios-setup] Jun 08 20:22:23.013 INFO E| Downloaded memchr v2.7.4
29902026-06-08T20:22:23.856Z[ helios-setup] Jun 08 20:22:23.016 INFO E| Downloaded indexmap v2.9.0
29912026-06-08T20:22:23.880Z[ helios-setup] Jun 08 20:22:23.019 INFO E| Downloaded time v0.3.41
29922026-06-08T20:22:23.880Z[ helios-setup] Jun 08 20:22:23.024 INFO E| Downloaded hashbrown v0.15.3
29932026-06-08T20:22:23.880Z[ helios-setup] Jun 08 20:22:23.034 INFO E| Downloaded serde_with v3.12.0
29942026-06-08T20:22:23.901Z[ helios-setup] Jun 08 20:22:23.061 INFO E| Downloaded chrono v0.4.41
29952026-06-08T20:22:23.909Z[ helios-setup] Jun 08 20:22:23.070 INFO E| Downloaded syn v2.0.101
29962026-06-08T20:22:23.933Z[ helios-setup] Jun 08 20:22:23.093 INFO E| Downloaded rustix v1.0.7
29972026-06-08T20:22:23.957Z[ helios-setup] Jun 08 20:22:23.117 INFO E| Downloaded libc v0.2.172
29982026-06-08T20:22:24.016Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling proc-macro2 v1.0.95
29992026-06-08T20:22:24.016Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling unicode-ident v1.0.18
30002026-06-08T20:22:24.016Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling libc v0.2.172
30012026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling strsim v0.11.1
30022026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling ident_case v1.0.1
30032026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling fnv v1.0.7
30042026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling serde v1.0.219
30052026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling getrandom v0.3.3
30062026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling rustix v1.0.7
30072026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling anyhow v1.0.98
30082026-06-08T20:22:24.019Z[ helios-setup] Jun 08 20:22:23.176 INFO E| Compiling serde_json v1.0.140
30092026-06-08T20:22:24.019Z[ host-package] Compiling progenitor-impl v0.13.0
30102026-06-08T20:22:24.049Z[ host-package] Compiling derive_builder v0.20.2
30112026-06-08T20:22:24.114Z[ helios-setup] Jun 08 20:22:23.273 INFO E| Compiling bitflags v2.9.1
30122026-06-08T20:22:24.117Z[ host-package] Compiling quick-xml v0.37.5
30132026-06-08T20:22:24.140Z[ helios-setup] Jun 08 20:22:23.300 INFO E| Compiling cfg-if v1.0.0
30142026-06-08T20:22:24.147Z[ helios-setup] Jun 08 20:22:23.307 INFO E| Compiling thiserror v2.0.12
30152026-06-08T20:22:24.147Z[ helios-setup] Jun 08 20:22:23.307 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30162026-06-08T20:22:24.150Z[ helios-setup] Jun 08 20:22:23.307 INFO E| Compiling memchr v2.7.4
30172026-06-08T20:22:24.250Z[ host-package] Compiling oso-derive v0.27.3
30182026-06-08T20:22:24.429Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30192026-06-08T20:22:24.924Z[ helios-setup] Jun 08 20:22:24.084 INFO E| Compiling fastrand v2.3.0
30202026-06-08T20:22:24.930Z[ helios-setup] Jun 08 20:22:24.090 INFO E| Compiling ryu v1.0.20
30212026-06-08T20:22:24.932Z[ helios-setup] Jun 08 20:22:24.090 INFO E| Compiling itoa v1.0.15
30222026-06-08T20:22:24.933Z[ helios-setup] Jun 08 20:22:24.090 INFO E| Compiling once_cell v1.21.3
30232026-06-08T20:22:25.077Z[ host-package] Compiling openssl-probe v0.1.6
30242026-06-08T20:22:25.424Z[ helios-setup] Jun 08 20:22:24.584 INFO E| Compiling errno v0.3.12
30252026-06-08T20:22:25.593Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30262026-06-08T20:22:25.691Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30272026-06-08T20:22:25.853Z[ helios-setup] Jun 08 20:22:25.013 INFO E| Compiling quote v1.0.40
30282026-06-08T20:22:26.048Z[ helios-setup] Jun 08 20:22:25.208 INFO E| Compiling syn v2.0.101
30292026-06-08T20:22:26.509Z[ helios-setup] Jun 08 20:22:25.668 INFO E| Compiling tempfile v3.20.0
30302026-06-08T20:22:26.602Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30312026-06-08T20:22:26.907Z[ host-package] Compiling progenitor-client v0.13.0
30322026-06-08T20:22:26.999Z[ host-package] Compiling progenitor-macro v0.13.0
30332026-06-08T20:22:27.659Z[ host-package] Compiling half v1.8.3
30342026-06-08T20:22:27.725Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30352026-06-08T20:22:27.924Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30362026-06-08T20:22:28.060Z[ host-package] Compiling samael v0.0.19
30372026-06-08T20:22:28.126Z[ host-package] Compiling serde_cbor v0.11.2
30382026-06-08T20:22:28.167Z[ host-package] Compiling bb8 v0.8.6
30392026-06-08T20:22:28.596Z[ host-package] Compiling trait-variant v0.1.2
30402026-06-08T20:22:28.649Z[ helios-setup] Jun 08 20:22:27.809 INFO E| Compiling darling_core v0.20.11
30412026-06-08T20:22:29.290Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-06-08T20:22:29.349Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30432026-06-08T20:22:29.413Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30442026-06-08T20:22:29.483Z[ helios-setup] Jun 08 20:22:28.643 INFO E| Compiling serde_derive v1.0.219
30452026-06-08T20:22:29.483Z[ helios-setup] Jun 08 20:22:28.643 INFO E| Compiling thiserror-impl v2.0.12
30462026-06-08T20:22:29.850Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30472026-06-08T20:22:30.379Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30482026-06-08T20:22:30.845Z[ helios-setup] Jun 08 20:22:30.002 INFO E| Compiling darling_macro v0.20.11
30492026-06-08T20:22:30.994Z[ host-package] Compiling typify-impl v0.4.3
30502026-06-08T20:22:31.192Z[ host-package] Compiling polar-core v0.27.3
30512026-06-08T20:22:31.539Z[ helios-setup] Jun 08 20:22:30.698 INFO E| Compiling darling v0.20.11
30522026-06-08T20:22:31.624Z[ helios-setup] Jun 08 20:22:30.783 INFO E| Compiling serde_with_macros v3.12.0
30532026-06-08T20:22:31.702Z[ host-package] Compiling progenitor v0.13.0
30542026-06-08T20:22:31.930Z[ host-package] Compiling fxhash v0.2.1
30552026-06-08T20:22:31.961Z[ host-package] Compiling libz-sys v1.1.24
30562026-06-08T20:22:32.121Z[ host-package] Compiling salty v0.3.0
30572026-06-08T20:22:32.211Z[ host-package] Compiling nonempty v0.12.0
30582026-06-08T20:22:32.652Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30592026-06-08T20:22:32.834Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30602026-06-08T20:22:32.900Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30612026-06-08T20:22:33.026Z[ host-package] Compiling kstat-rs v0.2.4
30622026-06-08T20:22:33.561Z[ host-package] Compiling arc-swap v1.8.2
30632026-06-08T20:22:33.984Z[ host-package] Compiling slog-scope v4.4.1
30642026-06-08T20:22:34.049Z[ host-package] Compiling mime_guess v2.0.5
30652026-06-08T20:22:34.656Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30662026-06-08T20:22:34.706Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30672026-06-08T20:22:34.924Z[ helios-setup] Jun 08 20:22:34.083 INFO E| Compiling serde_with v3.12.0
30682026-06-08T20:22:34.985Z[ host-package] Compiling typify-macro v0.4.3
30692026-06-08T20:22:35.109Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30702026-06-08T20:22:36.331Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30712026-06-08T20:22:36.728Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30722026-06-08T20:22:37.174Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30732026-06-08T20:22:37.247Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-06-08T20:22:37.272Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
30752026-06-08T20:22:37.805Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30762026-06-08T20:22:38.638Z[ host-package] Compiling nanorand v0.7.0
30772026-06-08T20:22:38.889Z[ host-package] Compiling darling_core v0.23.0
30782026-06-08T20:22:39.012Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
30792026-06-08T20:22:39.258Z[ helios-setup] Jun 08 20:22:38.418 INFO E| Finished `release` profile [optimized] target(s) in 15.87s
30802026-06-08T20:22:39.287Z[ helios-setup] Jun 08 20:22:38.447 INFO building project "dmar-report" ok (15 seconds)
30812026-06-08T20:22:39.287Z[ helios-setup] Jun 08 20:22:38.447 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30822026-06-08T20:22:39.324Z[ helios-setup] Jun 08 20:22:38.483 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')"
30832026-06-08T20:22:39.324Z[ helios-setup] Jun 08 20:22:38.483 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30842026-06-08T20:22:39.324Z[ helios-setup] Jun 08 20:22:38.483 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30852026-06-08T20:22:39.492Z[ helios-setup] Jun 08 20:22:38.652 INFO E| Updating crates.io index
30862026-06-08T20:22:39.547Z[ host-package] Compiling parking_lot_core v0.8.6
30872026-06-08T20:22:39.611Z[ helios-setup] Jun 08 20:22:38.768 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30882026-06-08T20:22:39.882Z[ host-package] Compiling flume v0.11.1
30892026-06-08T20:22:40.307Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30902026-06-08T20:22:40.334Z[ helios-setup] Jun 08 20:22:39.494 INFO E| From https://github.com/oxidecomputer/amd-apcb
30912026-06-08T20:22:40.334Z[ helios-setup] Jun 08 20:22:39.494 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30922026-06-08T20:22:40.356Z[ helios-setup] Jun 08 20:22:39.516 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30932026-06-08T20:22:40.716Z[ helios-setup] Jun 08 20:22:39.876 INFO E| From https://github.com/oxidecomputer/amd-efs
30942026-06-08T20:22:40.716Z[ helios-setup] Jun 08 20:22:39.876 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30952026-06-08T20:22:40.910Z[ helios-setup] Jun 08 20:22:40.070 INFO E| Downloading crates ...
30962026-06-08T20:22:40.913Z[ host-package] Compiling oso v0.27.3
30972026-06-08T20:22:40.966Z[ helios-setup] Jun 08 20:22:40.126 INFO E| Downloaded four-cc v0.4.0
30982026-06-08T20:22:40.969Z[ helios-setup] Jun 08 20:22:40.128 INFO E| Downloaded textwrap v0.11.0
30992026-06-08T20:22:40.979Z[ helios-setup] Jun 08 20:22:40.139 INFO E| Downloaded pest_generator v2.8.0
31002026-06-08T20:22:40.981Z[ helios-setup] Jun 08 20:22:40.140 INFO E| Downloaded unic-char-property v0.9.0
31012026-06-08T20:22:40.982Z[ helios-setup] Jun 08 20:22:40.141 INFO E| Downloaded vec_map v0.8.2
31022026-06-08T20:22:40.985Z[ helios-setup] Jun 08 20:22:40.146 INFO E| Downloaded modular-bitfield-impl v0.13.1
31032026-06-08T20:22:40.989Z[ helios-setup] Jun 08 20:22:40.149 INFO E| Downloaded fletcher v1.0.0
31042026-06-08T20:22:40.992Z[ helios-setup] Jun 08 20:22:40.150 INFO E| Downloaded pest_derive v2.8.0
31052026-06-08T20:22:40.995Z[ helios-setup] Jun 08 20:22:40.154 INFO E| Downloaded unic-char-range v0.9.0
31062026-06-08T20:22:41.000Z[ helios-setup] Jun 08 20:22:40.160 INFO E| Downloaded unic-common v0.9.0
31072026-06-08T20:22:41.003Z[ helios-setup] Jun 08 20:22:40.160 INFO E| Downloaded unic-ucd-ident v0.9.0
31082026-06-08T20:22:41.003Z[ helios-setup] Jun 08 20:22:40.161 INFO E| Downloaded dyn-clone v1.0.19
31092026-06-08T20:22:41.003Z[ helios-setup] Jun 08 20:22:40.162 INFO E| Downloaded strum v0.27.1
31102026-06-08T20:22:41.006Z[ helios-setup] Jun 08 20:22:40.163 INFO E| Downloaded parse_int v0.9.0
31112026-06-08T20:22:41.006Z[ helios-setup] Jun 08 20:22:40.163 INFO E| Downloaded unic-ucd-version v0.9.0
31122026-06-08T20:22:41.006Z[ helios-setup] Jun 08 20:22:40.164 INFO E| Downloaded rustversion v1.0.20
31132026-06-08T20:22:41.006Z[ helios-setup] Jun 08 20:22:40.166 INFO E| Downloaded strsim v0.8.0
31142026-06-08T20:22:41.009Z[ helios-setup] Jun 08 20:22:40.166 INFO E| Downloaded heck v0.3.3
31152026-06-08T20:22:41.012Z[ helios-setup] Jun 08 20:22:40.171 INFO E| Downloaded strum_macros v0.27.1
31162026-06-08T20:22:41.015Z[ helios-setup] Jun 08 20:22:40.173 INFO E| Downloaded modular-bitfield-impl v0.11.2
31172026-06-08T20:22:41.019Z[ helios-setup] Jun 08 20:22:40.179 INFO E| Downloaded structopt-derive v0.4.18
31182026-06-08T20:22:41.026Z[ helios-setup] Jun 08 20:22:40.186 INFO E| Downloaded log v0.4.27
31192026-06-08T20:22:41.030Z[ helios-setup] Jun 08 20:22:40.190 INFO E| Downloaded bytesize v2.0.1
31202026-06-08T20:22:41.033Z[ helios-setup] Jun 08 20:22:40.191 INFO E| Downloaded pest_meta v2.8.0
31212026-06-08T20:22:41.033Z[ helios-setup] Jun 08 20:22:40.193 INFO E| Downloaded modular-bitfield v0.13.1
31222026-06-08T20:22:41.037Z[ helios-setup] Jun 08 20:22:40.197 INFO E| Downloaded modular-bitfield v0.11.2
31232026-06-08T20:22:41.043Z[ helios-setup] Jun 08 20:22:40.203 INFO E| Downloaded structopt v0.3.26
31242026-06-08T20:22:41.048Z[ helios-setup] Jun 08 20:22:40.208 INFO E| Downloaded typenum v1.18.0
31252026-06-08T20:22:41.057Z[ helios-setup] Jun 08 20:22:40.217 INFO E| Downloaded zerocopy-derive v0.8.25
31262026-06-08T20:22:41.061Z[ helios-setup] Jun 08 20:22:40.221 INFO E| Downloaded ansi_term v0.12.1
31272026-06-08T20:22:41.066Z[ helios-setup] Jun 08 20:22:40.226 INFO E| Downloaded pest v2.8.0
31282026-06-08T20:22:41.081Z[ helios-setup] Jun 08 20:22:40.240 INFO E| Downloaded goblin v0.9.3
31292026-06-08T20:22:41.085Z[ helios-setup] Jun 08 20:22:40.245 INFO E| Downloaded clap v2.34.0
31302026-06-08T20:22:41.089Z[ helios-setup] Jun 08 20:22:40.249 INFO E| Downloaded zerocopy v0.8.25
31312026-06-08T20:22:41.135Z[ host-package] Compiling darling_macro v0.23.0
31322026-06-08T20:22:41.157Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling proc-macro2 v1.0.95
31332026-06-08T20:22:41.157Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling unicode-ident v1.0.18
31342026-06-08T20:22:41.157Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling memchr v2.7.4
31352026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling autocfg v1.4.0
31362026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling thiserror v2.0.12
31372026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling syn v1.0.109
31382026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling serde v1.0.219
31392026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling version_check v0.9.5
31402026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling serde_json v1.0.140
31412026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling itoa v1.0.15
31422026-06-08T20:22:41.160Z[ helios-setup] Jun 08 20:22:40.316 INFO E| Compiling schemars v0.8.22
31432026-06-08T20:22:41.187Z[ helios-setup] Jun 08 20:22:40.347 INFO E| Compiling ryu v1.0.20
31442026-06-08T20:22:41.187Z[ helios-setup] Jun 08 20:22:40.347 INFO E| Compiling static_assertions v1.1.0
31452026-06-08T20:22:41.187Z[ helios-setup] Jun 08 20:22:40.347 INFO E| Compiling paste v1.0.15
31462026-06-08T20:22:41.193Z[ helios-setup] Jun 08 20:22:40.347 INFO E| Compiling zerocopy v0.8.25
31472026-06-08T20:22:41.193Z[ helios-setup] Jun 08 20:22:40.347 INFO E| Compiling ucd-trie v0.1.7
31482026-06-08T20:22:41.623Z[ helios-setup] Jun 08 20:22:40.783 INFO E| Compiling libc v0.2.172
31492026-06-08T20:22:41.784Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31502026-06-08T20:22:41.942Z[ helios-setup] Jun 08 20:22:41.102 INFO E| Compiling num-traits v0.2.19
31512026-06-08T20:22:42.015Z[ helios-setup] Jun 08 20:22:41.174 INFO E| Compiling memoffset v0.9.1
31522026-06-08T20:22:42.148Z[ helios-setup] Jun 08 20:22:41.307 INFO E| Compiling dyn-clone v1.0.19
31532026-06-08T20:22:42.238Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-06-08T20:22:42.286Z[ helios-setup] Jun 08 20:22:41.446 INFO E| Compiling rustversion v1.0.20
31552026-06-08T20:22:42.290Z[ helios-setup] Jun 08 20:22:41.450 INFO E| Compiling once_cell v1.21.3
31562026-06-08T20:22:42.352Z[ helios-setup] Jun 08 20:22:41.512 INFO E| Compiling unicode-width v0.1.14
31572026-06-08T20:22:42.365Z[ helios-setup] Jun 08 20:22:41.524 INFO E| Compiling unicode-segmentation v1.12.0
31582026-06-08T20:22:42.377Z[ helios-setup] Jun 08 20:22:41.537 INFO E| Compiling heck v0.5.0
31592026-06-08T20:22:42.621Z[ helios-setup] Jun 08 20:22:41.780 INFO E| Compiling unic-common v0.9.0
31602026-06-08T20:22:42.625Z[ helios-setup] Jun 08 20:22:41.785 INFO E| Compiling ansi_term v0.12.1
31612026-06-08T20:22:42.720Z[ helios-setup] Jun 08 20:22:41.877 INFO E| Compiling textwrap v0.11.0
31622026-06-08T20:22:42.778Z[ helios-setup] Jun 08 20:22:41.937 INFO E| Compiling bitflags v1.3.2
31632026-06-08T20:22:42.811Z[ helios-setup] Jun 08 20:22:41.970 INFO E| Compiling proc-macro-error-attr v1.0.4
31642026-06-08T20:22:42.852Z[ helios-setup] Jun 08 20:22:42.011 INFO E| Compiling proc-macro-error v1.0.4
31652026-06-08T20:22:42.880Z[ helios-setup] Jun 08 20:22:42.040 INFO E| Compiling strum v0.27.1
31662026-06-08T20:22:42.943Z[ helios-setup] Jun 08 20:22:42.102 INFO E| Compiling strsim v0.8.0
31672026-06-08T20:22:42.943Z[ helios-setup] Jun 08 20:22:42.102 INFO E| Compiling fletcher v1.0.0
31682026-06-08T20:22:43.041Z[ helios-setup] Jun 08 20:22:42.200 INFO E| Compiling quote v1.0.40
31692026-06-08T20:22:43.107Z[ helios-setup] Jun 08 20:22:42.267 INFO E| Compiling heck v0.3.3
31702026-06-08T20:22:43.113Z[ helios-setup] Jun 08 20:22:42.273 INFO E| Compiling unic-char-range v0.9.0
31712026-06-08T20:22:43.224Z[ helios-setup] Jun 08 20:22:42.384 INFO E| Compiling vec_map v0.8.2
31722026-06-08T20:22:43.233Z[ helios-setup] Jun 08 20:22:42.393 INFO E| Compiling byteorder v1.5.0
31732026-06-08T20:22:43.275Z[ helios-setup] Jun 08 20:22:42.435 INFO E| Compiling unic-char-property v0.9.0
31742026-06-08T20:22:43.365Z[ helios-setup] Jun 08 20:22:42.524 INFO E| Compiling syn v2.0.101
31752026-06-08T20:22:43.434Z[ helios-setup] Jun 08 20:22:42.593 INFO E| Compiling unic-ucd-version v0.9.0
31762026-06-08T20:22:43.442Z[ helios-setup] Jun 08 20:22:42.602 INFO E| Compiling log v0.4.27
31772026-06-08T20:22:43.442Z[ helios-setup] Jun 08 20:22:42.602 INFO E| Compiling plain v0.2.3
31782026-06-08T20:22:43.534Z[ helios-setup] Jun 08 20:22:42.694 INFO E| Compiling lazy_static v1.5.0
31792026-06-08T20:22:43.542Z[ helios-setup] Jun 08 20:22:42.701 INFO E| Compiling unic-ucd-ident v0.9.0
31802026-06-08T20:22:43.602Z[ helios-setup] Jun 08 20:22:42.761 INFO E| Compiling bytesize v2.0.1
31812026-06-08T20:22:43.881Z[ helios-setup] Jun 08 20:22:43.040 INFO E| Compiling atty v0.2.14
31822026-06-08T20:22:43.982Z[ helios-setup] Jun 08 20:22:43.141 INFO E| Compiling clap v2.34.0
31832026-06-08T20:22:44.028Z[ helios-setup] Jun 08 20:22:43.188 INFO E| Compiling parse_int v0.9.0
31842026-06-08T20:22:45.498Z[ host-package] Compiling diesel-dtrace v0.5.0
31852026-06-08T20:22:45.919Z[ host-package] Compiling async-bb8-diesel v0.2.1
31862026-06-08T20:22:46.433Z[ host-package] Compiling slog-stdlog v4.1.1
31872026-06-08T20:22:46.940Z[ helios-setup] Jun 08 20:22:46.098 INFO E| Compiling serde_derive_internals v0.29.1
31882026-06-08T20:22:47.139Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31892026-06-08T20:22:47.316Z[ helios-setup] Jun 08 20:22:46.476 INFO E| Compiling modular-bitfield-impl v0.11.2
31902026-06-08T20:22:47.316Z[ helios-setup] Jun 08 20:22:46.476 INFO E| Compiling structopt-derive v0.4.18
31912026-06-08T20:22:47.845Z[ host-package] Compiling primeorder v0.13.6
31922026-06-08T20:22:48.395Z[ host-package] Compiling atty v0.2.14
31932026-06-08T20:22:48.459Z[ helios-setup] Jun 08 20:22:47.619 INFO E| Compiling modular-bitfield v0.11.2
31942026-06-08T20:22:48.500Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31952026-06-08T20:22:48.632Z[ host-package] Compiling instability v0.3.11
31962026-06-08T20:22:48.784Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling thiserror-impl v2.0.12
31972026-06-08T20:22:48.784Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling serde_derive v1.0.219
31982026-06-08T20:22:48.784Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling schemars_derive v0.8.22
31992026-06-08T20:22:48.787Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling zerocopy-derive v0.8.25
32002026-06-08T20:22:48.787Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling modular-bitfield-impl v0.13.1
32012026-06-08T20:22:48.787Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling num-derive v0.4.2
32022026-06-08T20:22:48.787Z[ helios-setup] Jun 08 20:22:47.944 INFO E| Compiling strum_macros v0.27.1
32032026-06-08T20:22:48.787Z[ helios-setup] Jun 08 20:22:47.945 INFO E| Compiling scroll_derive v0.12.1
32042026-06-08T20:22:48.835Z[ host-package] Compiling http-range v0.1.5
32052026-06-08T20:22:49.004Z[ host-package] Compiling strsim v0.10.0
32062026-06-08T20:22:49.182Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32072026-06-08T20:22:49.182Z[ host-package] Compiling p384 v0.13.1
32082026-06-08T20:22:49.406Z[ helios-setup] Jun 08 20:22:48.566 INFO E| Compiling structopt v0.3.26
32092026-06-08T20:22:49.725Z[ host-package] Compiling darling_core v0.13.4
32102026-06-08T20:22:49.880Z[ helios-setup] Jun 08 20:22:49.040 INFO E| Compiling scroll v0.12.0
32112026-06-08T20:22:49.908Z[ host-package] Compiling slog-envlogger v2.2.0
32122026-06-08T20:22:50.233Z[ helios-setup] Jun 08 20:22:49.393 INFO E| Compiling goblin v0.9.3
32132026-06-08T20:22:50.355Z[ helios-setup] Jun 08 20:22:49.509 INFO E| Compiling modular-bitfield v0.13.1
32142026-06-08T20:22:50.611Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32152026-06-08T20:22:50.790Z[ helios-setup] Jun 08 20:22:49.950 INFO E| Compiling pest v2.8.0
32162026-06-08T20:22:51.709Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32172026-06-08T20:22:52.074Z[ helios-setup] Jun 08 20:22:51.234 INFO E| Compiling pest_meta v2.8.0
32182026-06-08T20:22:52.291Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32192026-06-08T20:22:52.760Z[ helios-setup] Jun 08 20:22:51.919 INFO E| Compiling pest_generator v2.8.0
32202026-06-08T20:22:53.279Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32212026-06-08T20:22:53.460Z[ helios-setup] Jun 08 20:22:52.619 INFO E| Compiling pest_derive v2.8.0
32222026-06-08T20:22:54.590Z[ helios-setup] Jun 08 20:22:53.749 INFO E| Compiling json5 v0.4.1
32232026-06-08T20:22:54.715Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32242026-06-08T20:22:55.980Z[ host-package] Compiling darling v0.23.0
32252026-06-08T20:22:56.126Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32262026-06-08T20:22:56.247Z[ host-package] Compiling typify v0.4.3
32272026-06-08T20:22:56.325Z[ helios-setup] Jun 08 20:22:55.485 INFO E| Compiling four-cc v0.4.0
32282026-06-08T20:22:56.326Z[ helios-setup] Jun 08 20:22:55.485 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32292026-06-08T20:22:56.444Z[ helios-setup] Jun 08 20:22:55.603 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32302026-06-08T20:22:56.531Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-06-08T20:22:57.005Z[ host-package] Compiling ignore v0.4.25
32322026-06-08T20:22:57.202Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32332026-06-08T20:22:57.378Z[ host-package] Compiling vergen-git2 v9.1.0
32342026-06-08T20:22:57.810Z[ host-package] Compiling castaway v0.2.4
32352026-06-08T20:22:57.980Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32362026-06-08T20:22:58.423Z[ host-package] Compiling indoc v2.0.7
32372026-06-08T20:22:58.997Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32382026-06-08T20:22:59.648Z[ host-package] Compiling compact_str v0.8.1
32392026-06-08T20:22:59.709Z[ host-package] Compiling globwalk v0.9.1
32402026-06-08T20:23:00.313Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32412026-06-08T20:23:00.359Z[ host-package] Compiling parking_lot v0.11.2
32422026-06-08T20:23:00.468Z[ host-package] Compiling progenitor-impl v0.11.2
32432026-06-08T20:23:00.836Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32442026-06-08T20:23:00.903Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32452026-06-08T20:23:00.906Z[ host-package] Compiling hyper-staticfile v0.10.1
32462026-06-08T20:23:01.193Z[ host-package] Compiling darling_macro v0.13.4
32472026-06-08T20:23:01.593Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32482026-06-08T20:23:01.798Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32492026-06-08T20:23:02.120Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32502026-06-08T20:23:02.170Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32512026-06-08T20:23:02.283Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32522026-06-08T20:23:02.603Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32532026-06-08T20:23:02.639Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32542026-06-08T20:23:02.643Z[ host-package] Compiling predicates-tree v1.0.13
32552026-06-08T20:23:02.862Z[ host-package] Compiling unicode-truncate v1.1.0
32562026-06-08T20:23:03.133Z[ host-package] Compiling lru v0.12.5
32572026-06-08T20:23:03.161Z[ host-package] Compiling rand_seeder v0.4.0
32582026-06-08T20:23:03.217Z[ host-package] Compiling prefix-trie v0.7.0
32592026-06-08T20:23:03.399Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32602026-06-08T20:23:03.436Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32612026-06-08T20:23:03.460Z[ host-package] Compiling cassowary v0.3.0
32622026-06-08T20:23:03.754Z[ host-package] Compiling corncobs v0.1.4
32632026-06-08T20:23:03.757Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32642026-06-08T20:23:03.871Z[ host-package] Compiling rustls v0.21.12
32652026-06-08T20:23:03.901Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32662026-06-08T20:23:04.007Z[ host-package] Compiling hickory-server v0.25.2
32672026-06-08T20:23:04.070Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32682026-06-08T20:23:04.178Z[ host-package] Compiling ratatui v0.29.0
32692026-06-08T20:23:04.251Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32702026-06-08T20:23:04.442Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32712026-06-08T20:23:04.689Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32722026-06-08T20:23:04.715Z[ host-package] Compiling progenitor-macro v0.11.2
32732026-06-08T20:23:05.145Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32742026-06-08T20:23:05.359Z[ host-package] Compiling darling v0.13.4
32752026-06-08T20:23:05.454Z[ host-package] Compiling sled v0.34.7
32762026-06-08T20:23:07.145Z[ host-package] Compiling git2 v0.20.4
32772026-06-08T20:23:07.455Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32782026-06-08T20:23:08.233Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32792026-06-08T20:23:09.224Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32802026-06-08T20:23:09.311Z[ host-package] Compiling progenitor-client v0.11.2
32812026-06-08T20:23:09.549Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-06-08T20:23:09.945Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32832026-06-08T20:23:10.249Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32842026-06-08T20:23:10.351Z[ helios-setup] Jun 08 20:23:09.508 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32852026-06-08T20:23:10.358Z[ host-package] Compiling rustls-webpki v0.101.7
32862026-06-08T20:23:10.546Z[ host-package] Compiling sct v0.7.1
32872026-06-08T20:23:10.573Z[ host-package] Compiling secrecy v0.8.0
32882026-06-08T20:23:10.709Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32892026-06-08T20:23:10.997Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32902026-06-08T20:23:11.413Z[ host-package] Compiling progenitor v0.11.2
32912026-06-08T20:23:11.748Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-06-08T20:23:11.982Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32932026-06-08T20:23:12.009Z[ host-package] Compiling serde_with_macros v1.5.2
32942026-06-08T20:23:12.195Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32952026-06-08T20:23:13.032Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-06-08T20:23:13.234Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32972026-06-08T20:23:13.781Z[ helios-setup] Jun 08 20:23:12.941 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32982026-06-08T20:23:14.255Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32992026-06-08T20:23:15.637Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33002026-06-08T20:23:16.532Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33012026-06-08T20:23:16.897Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33022026-06-08T20:23:17.141Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33032026-06-08T20:23:17.198Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33042026-06-08T20:23:17.455Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33052026-06-08T20:23:17.521Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33062026-06-08T20:23:17.809Z[ host-package] Compiling void v1.0.2
33072026-06-08T20:23:17.921Z[ host-package] Compiling base64 v0.21.7
33082026-06-08T20:23:18.056Z[ host-package] Compiling lzss v0.8.2
33092026-06-08T20:23:18.321Z[ host-package] Compiling ron v0.8.1
33102026-06-08T20:23:18.712Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33112026-06-08T20:23:19.270Z[ host-package] Compiling illumos-nvpair v0.3.0
33122026-06-08T20:23:19.805Z[ host-package] Compiling tokio-rustls v0.24.1
33132026-06-08T20:23:19.846Z[ host-package] Compiling serde_with v1.14.0
33142026-06-08T20:23:20.167Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33152026-06-08T20:23:20.563Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33162026-06-08T20:23:21.337Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33172026-06-08T20:23:21.354Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33182026-06-08T20:23:22.225Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33192026-06-08T20:23:23.297Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33202026-06-08T20:23:23.415Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33212026-06-08T20:23:23.807Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33222026-06-08T20:23:24.122Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33232026-06-08T20:23:24.150Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33242026-06-08T20:23:24.383Z[ host-package] Compiling tungstenite v0.23.0
33252026-06-08T20:23:24.459Z[ host-package] Compiling rustls-pemfile v1.0.4
33262026-06-08T20:23:24.841Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33272026-06-08T20:23:24.932Z[ host-package] Compiling nix v0.27.1
33282026-06-08T20:23:25.394Z[ helios-setup] Jun 08 20:23:24.554 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.03s
33292026-06-08T20:23:25.433Z[ helios-setup] Jun 08 20:23:24.592 INFO building project "amd-host-image-builder" ok (46 seconds)
33302026-06-08T20:23:25.433Z[ helios-setup] Jun 08 20:23:24.592 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33312026-06-08T20:23:25.442Z[ helios-setup] Jun 08 20:23:24.601 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
33322026-06-08T20:23:25.442Z[ helios-setup] Jun 08 20:23:24.601 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33332026-06-08T20:23:25.442Z[ helios-setup] Jun 08 20:23:24.601 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33342026-06-08T20:23:25.557Z[ helios-setup] Jun 08 20:23:24.717 INFO E| Blocking waiting for file lock on package cache
33352026-06-08T20:23:25.778Z[ host-package] Compiling twox-hash v2.1.2
33362026-06-08T20:23:26.296Z[ host-package] Compiling serde_bytes v0.11.19
33372026-06-08T20:23:26.328Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33382026-06-08T20:23:26.486Z[ helios-setup] Jun 08 20:23:25.643 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33392026-06-08T20:23:26.585Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33402026-06-08T20:23:26.782Z[ helios-setup] Jun 08 20:23:25.941 INFO E| From https://github.com/jclulow/hiercmd
33412026-06-08T20:23:26.782Z[ helios-setup] Jun 08 20:23:25.941 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33422026-06-08T20:23:26.795Z[ helios-setup] Jun 08 20:23:25.954 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33432026-06-08T20:23:26.846Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33442026-06-08T20:23:26.990Z[ host-package] Compiling tokio-tungstenite v0.23.1
33452026-06-08T20:23:27.074Z[ helios-setup] Jun 08 20:23:26.233 INFO E| From https://github.com/oxidecomputer/network-interface
33462026-06-08T20:23:27.077Z[ helios-setup] Jun 08 20:23:26.233 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33472026-06-08T20:23:27.086Z[ helios-setup] Jun 08 20:23:26.246 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33482026-06-08T20:23:27.209Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33492026-06-08T20:23:27.362Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33502026-06-08T20:23:27.385Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33512026-06-08T20:23:27.398Z[ helios-setup] Jun 08 20:23:26.558 INFO E| From https://github.com/oxidecomputer/boot-image-tools
33522026-06-08T20:23:27.398Z[ helios-setup] Jun 08 20:23:26.558 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33532026-06-08T20:23:27.418Z[ helios-setup] Jun 08 20:23:26.577 INFO E| Updating crates.io index
33542026-06-08T20:23:27.508Z[ helios-setup] Jun 08 20:23:26.667 INFO E| Blocking waiting for file lock on package cache
33552026-06-08T20:23:27.560Z[ helios-setup] Jun 08 20:23:26.720 INFO E| Blocking waiting for file lock on package cache
33562026-06-08T20:23:28.522Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
33572026-06-08T20:23:28.799Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33582026-06-08T20:23:29.510Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33592026-06-08T20:23:29.984Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33602026-06-08T20:23:30.423Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33612026-06-08T20:23:31.457Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33622026-06-08T20:23:31.594Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33632026-06-08T20:23:32.154Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33642026-06-08T20:23:32.384Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33652026-06-08T20:23:32.722Z[ helios-setup] Jun 08 20:23:31.881 INFO E| Downloading crates ...
33662026-06-08T20:23:32.803Z[ helios-setup] Jun 08 20:23:31.963 INFO E| Downloaded anstyle v1.0.13
33672026-06-08T20:23:32.807Z[ helios-setup] Jun 08 20:23:31.966 INFO E| Downloaded futures-core v0.3.31
33682026-06-08T20:23:32.817Z[ helios-setup] Jun 08 20:23:31.977 INFO E| Downloaded futures v0.3.31
33692026-06-08T20:23:32.822Z[ helios-setup] Jun 08 20:23:31.982 INFO E| Downloaded slab v0.4.11
33702026-06-08T20:23:32.825Z[ helios-setup] Jun 08 20:23:31.984 INFO E| Downloaded bitflags v2.10.0
33712026-06-08T20:23:32.851Z[ helios-setup] Jun 08 20:23:32.010 INFO E| Downloaded clap_lex v0.7.6
33722026-06-08T20:23:32.856Z[ helios-setup] Jun 08 20:23:32.012 INFO E| Downloaded futures-task v0.3.31
33732026-06-08T20:23:32.856Z[ helios-setup] Jun 08 20:23:32.013 INFO E| Downloaded time-core v0.1.6
33742026-06-08T20:23:32.856Z[ helios-setup] Jun 08 20:23:32.014 INFO E| Downloaded futures-io v0.3.31
33752026-06-08T20:23:32.883Z[ helios-setup] Jun 08 20:23:32.043 INFO E| Downloaded tokio-macros v2.6.0
33762026-06-08T20:23:32.886Z[ helios-setup] Jun 08 20:23:32.044 INFO E| Downloaded crc v3.3.0
33772026-06-08T20:23:32.886Z[ helios-setup] Jun 08 20:23:32.045 INFO E| Downloaded bitfield-macros v0.19.3
33782026-06-08T20:23:32.886Z[ helios-setup] Jun 08 20:23:32.045 INFO E| Downloaded base64ct v1.8.0
33792026-06-08T20:23:32.889Z[ helios-setup] Jun 08 20:23:32.047 INFO E| Downloaded thiserror-impl v2.0.17
33802026-06-08T20:23:32.889Z[ helios-setup] Jun 08 20:23:32.048 INFO E| Downloaded simd-adler32 v0.3.7
33812026-06-08T20:23:32.889Z[ helios-setup] Jun 08 20:23:32.049 INFO E| Downloaded num_enum_derive v0.7.5
33822026-06-08T20:23:32.893Z[ helios-setup] Jun 08 20:23:32.050 INFO E| Downloaded libdevinfo-sys v1.1.0
33832026-06-08T20:23:32.893Z[ helios-setup] Jun 08 20:23:32.050 INFO E| Downloaded generic-array v0.14.9
33842026-06-08T20:23:32.901Z[ helios-setup] Jun 08 20:23:32.060 INFO E| Downloaded env_filter v0.1.4
33852026-06-08T20:23:32.904Z[ helios-setup] Jun 08 20:23:32.062 INFO E| Downloaded anstyle-query v1.1.4
33862026-06-08T20:23:32.910Z[ helios-setup] Jun 08 20:23:32.070 INFO E| Downloaded toml_writer v1.0.4
33872026-06-08T20:23:32.914Z[ helios-setup] Jun 08 20:23:32.071 INFO E| Downloaded devinfo v0.1.0
33882026-06-08T20:23:32.914Z[ helios-setup] Jun 08 20:23:32.072 INFO E| Downloaded bitfield v0.19.3
33892026-06-08T20:23:32.918Z[ helios-setup] Jun 08 20:23:32.078 INFO E| Downloaded getopts v0.2.24
33902026-06-08T20:23:32.921Z[ helios-setup] Jun 08 20:23:32.079 INFO E| Downloaded signal-hook-registry v1.4.6
33912026-06-08T20:23:32.921Z[ helios-setup] Jun 08 20:23:32.080 INFO E| Downloaded env_logger v0.11.8
33922026-06-08T20:23:32.924Z[ helios-setup] Jun 08 20:23:32.081 INFO E| Downloaded futures-macro v0.3.31
33932026-06-08T20:23:32.927Z[ helios-setup] Jun 08 20:23:32.086 INFO E| Downloaded futures-channel v0.3.31
33942026-06-08T20:23:32.930Z[ helios-setup] Jun 08 20:23:32.088 INFO E| Downloaded serde_spanned v1.0.3
33952026-06-08T20:23:32.930Z[ helios-setup] Jun 08 20:23:32.089 INFO E| Downloaded deranged v0.5.5
33962026-06-08T20:23:32.936Z[ helios-setup] Jun 08 20:23:32.096 INFO E| Downloaded futures-executor v0.3.31
33972026-06-08T20:23:32.944Z[ helios-setup] Jun 08 20:23:32.104 INFO E| Downloaded thiserror v2.0.17
33982026-06-08T20:23:32.948Z[ helios-setup] Jun 08 20:23:32.108 INFO E| Downloaded futures-sink v0.3.31
33992026-06-08T20:23:32.951Z[ helios-setup] Jun 08 20:23:32.108 INFO E| Downloaded num_enum v0.7.5
34002026-06-08T20:23:32.954Z[ helios-setup] Jun 08 20:23:32.113 INFO E| Downloaded pin-project-lite v0.2.16
34012026-06-08T20:23:32.957Z[ helios-setup] Jun 08 20:23:32.117 INFO E| Downloaded find-msvc-tools v0.1.4
34022026-06-08T20:23:32.963Z[ helios-setup] Jun 08 20:23:32.123 INFO E| Downloaded clap v4.5.51
34032026-06-08T20:23:32.971Z[ helios-setup] Jun 08 20:23:32.131 INFO E| Downloaded toml_parser v1.0.4
34042026-06-08T20:23:32.974Z[ helios-setup] Jun 08 20:23:32.133 INFO E| Downloaded toml_datetime v0.7.3
34052026-06-08T20:23:32.980Z[ helios-setup] Jun 08 20:23:32.139 INFO E| Downloaded quote v1.0.41
34062026-06-08T20:23:32.983Z[ helios-setup] Jun 08 20:23:32.141 INFO E| Downloaded zeroize_derive v1.4.2
34072026-06-08T20:23:32.983Z[ helios-setup] Jun 08 20:23:32.142 INFO E| Downloaded getrandom v0.2.16
34082026-06-08T20:23:32.990Z[ helios-setup] Jun 08 20:23:32.149 INFO E| Downloaded log v0.4.28
34092026-06-08T20:23:32.997Z[ helios-setup] Jun 08 20:23:32.157 INFO E| Downloaded socket2 v0.6.1
34102026-06-08T20:23:33.001Z[ helios-setup] Jun 08 20:23:32.159 INFO E| Downloaded indexmap v2.12.0
34112026-06-08T20:23:33.006Z[ helios-setup] Jun 08 20:23:32.166 INFO E| Downloaded time-macros v0.2.24
34122026-06-08T20:23:33.009Z[ helios-setup] Jun 08 20:23:32.168 INFO E| Downloaded unicode-ident v1.0.22
34132026-06-08T20:23:33.012Z[ helios-setup] Jun 08 20:23:32.169 INFO E| Downloaded toml v0.9.8
34142026-06-08T20:23:33.012Z[ helios-setup] Jun 08 20:23:32.172 INFO E| Downloaded clap_derive v4.5.49
34152026-06-08T20:23:33.016Z[ helios-setup] Jun 08 20:23:32.176 INFO E| Downloaded anyhow v1.0.100
34162026-06-08T20:23:33.019Z[ helios-setup] Jun 08 20:23:32.178 INFO E| Downloaded flate2 v1.1.5
34172026-06-08T20:23:33.025Z[ helios-setup] Jun 08 20:23:32.185 INFO E| Downloaded proc-macro2 v1.0.103
34182026-06-08T20:23:33.034Z[ helios-setup] Jun 08 20:23:32.193 INFO E| Downloaded toml_edit v0.23.7
34192026-06-08T20:23:33.055Z[ helios-setup] Jun 08 20:23:32.215 INFO E| Downloaded uuid v1.18.1
34202026-06-08T20:23:33.059Z[ helios-setup] Jun 08 20:23:32.219 INFO E| Downloaded bytes v1.10.1
34212026-06-08T20:23:33.067Z[ helios-setup] Jun 08 20:23:32.226 INFO E| Downloaded memchr v2.7.6
34222026-06-08T20:23:33.075Z[ helios-setup] Jun 08 20:23:32.233 INFO E| Downloaded cc v1.2.44
34232026-06-08T20:23:33.080Z[ helios-setup] Jun 08 20:23:32.237 INFO E| Downloaded rsa v0.9.8
34242026-06-08T20:23:33.087Z[ helios-setup] Jun 08 20:23:32.247 INFO E| Downloaded mio v1.1.0
34252026-06-08T20:23:33.091Z[ helios-setup] Jun 08 20:23:32.250 INFO E| Downloaded iddqd v0.3.14
34262026-06-08T20:23:33.106Z[ helios-setup] Jun 08 20:23:32.265 INFO E| Downloaded serde_json v1.0.145
34272026-06-08T20:23:33.116Z[ helios-setup] Jun 08 20:23:32.275 INFO E| Downloaded num-bigint-dig v0.8.4
34282026-06-08T20:23:33.120Z[ helios-setup] Jun 08 20:23:32.279 INFO E| Downloaded time v0.3.44
34292026-06-08T20:23:33.124Z[ helios-setup] Jun 08 20:23:32.284 INFO E| Downloaded libm v0.2.15
34302026-06-08T20:23:33.131Z[ helios-setup] Jun 08 20:23:32.291 INFO E| Downloaded hashbrown v0.16.0
34312026-06-08T20:23:33.134Z[ helios-setup] Jun 08 20:23:32.294 INFO E| Downloaded futures-util v0.3.31
34322026-06-08T20:23:33.216Z[ helios-setup] Jun 08 20:23:32.375 INFO E| Downloaded clap_builder v4.5.51
34332026-06-08T20:23:33.228Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34342026-06-08T20:23:33.247Z[ helios-setup] Jun 08 20:23:32.406 INFO E| Downloaded chrono v0.4.42
34352026-06-08T20:23:33.252Z[ helios-setup] Jun 08 20:23:32.411 INFO E| Downloaded unicode-width v0.2.2
34362026-06-08T20:23:33.276Z[ helios-setup] Jun 08 20:23:32.435 INFO E| Downloaded syn v2.0.108
34372026-06-08T20:23:33.294Z[ helios-setup] Jun 08 20:23:32.454 INFO E| Downloaded rustix v1.1.2
34382026-06-08T20:23:33.403Z[ helios-setup] Jun 08 20:23:32.563 INFO E| Downloaded libc v0.2.177
34392026-06-08T20:23:33.419Z[ helios-setup] Jun 08 20:23:32.578 INFO E| Downloaded tokio v1.48.0
34402026-06-08T20:23:33.525Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling proc-macro2 v1.0.103
34412026-06-08T20:23:33.525Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling quote v1.0.41
34422026-06-08T20:23:33.525Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling unicode-ident v1.0.22
34432026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling libc v0.2.177
34442026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling serde_core v1.0.228
34452026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling cfg-if v1.0.4
34462026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling serde v1.0.228
34472026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling version_check v0.9.5
34482026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling autocfg v1.5.0
34492026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling typenum v1.19.0
34502026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling const-oid v0.9.6
34512026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling libm v0.2.15
34522026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling zerocopy v0.8.27
34532026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling rustversion v1.0.22
34542026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling smallvec v1.15.1
34552026-06-08T20:23:33.528Z[ helios-setup] Jun 08 20:23:32.682 INFO E| Compiling zeroize v1.8.2
34562026-06-08T20:23:33.915Z[ helios-setup] Jun 08 20:23:33.074 INFO E| Compiling base64ct v1.8.0
34572026-06-08T20:23:34.383Z[ helios-setup] Jun 08 20:23:33.543 INFO E| Compiling pem-rfc7468 v0.7.0
34582026-06-08T20:23:34.460Z[ helios-setup] Jun 08 20:23:33.620 INFO E| Compiling rustix v1.1.2
34592026-06-08T20:23:34.558Z[ helios-setup] Jun 08 20:23:33.717 INFO E| Compiling anyhow v1.0.100
34602026-06-08T20:23:34.698Z[ helios-setup] Jun 08 20:23:33.849 INFO E| Compiling hashbrown v0.16.0
34612026-06-08T20:23:34.722Z[ helios-setup] Jun 08 20:23:33.882 INFO E| Compiling winnow v0.7.13
34622026-06-08T20:23:34.857Z[ helios-setup] Jun 08 20:23:34.017 INFO E| Compiling generic-array v0.14.9
34632026-06-08T20:23:34.978Z[ helios-setup] Jun 08 20:23:34.137 INFO E| Compiling memchr v2.7.6
34642026-06-08T20:23:35.014Z[ helios-setup] Jun 08 20:23:34.173 INFO E| Compiling num-traits v0.2.19
34652026-06-08T20:23:35.096Z[ helios-setup] Jun 08 20:23:34.256 INFO E| Compiling byteorder v1.5.0
34662026-06-08T20:23:35.228Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34672026-06-08T20:23:35.325Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34682026-06-08T20:23:35.571Z[ helios-setup] Jun 08 20:23:34.731 INFO E| Compiling getrandom v0.2.16
34692026-06-08T20:23:35.594Z[ helios-setup] Jun 08 20:23:34.754 INFO E| Compiling utf8parse v0.2.2
34702026-06-08T20:23:35.604Z[ helios-setup] Jun 08 20:23:34.763 INFO E| Compiling crc32fast v1.5.0
34712026-06-08T20:23:35.695Z[ helios-setup] Jun 08 20:23:34.854 INFO E| Compiling equivalent v1.0.2
34722026-06-08T20:23:35.706Z[ helios-setup] Jun 08 20:23:34.865 INFO E| Compiling flagset v0.4.7
34732026-06-08T20:23:35.800Z[ helios-setup] Jun 08 20:23:34.959 INFO E| Compiling indexmap v2.12.0
34742026-06-08T20:23:35.806Z[ helios-setup] Jun 08 20:23:34.965 INFO E| Compiling anstyle-parse v0.2.7
34752026-06-08T20:23:35.881Z[ helios-setup] Jun 08 20:23:35.041 INFO E| Compiling rand_core v0.6.4
34762026-06-08T20:23:35.951Z[ helios-setup] Jun 08 20:23:35.111 INFO E| Compiling errno v0.3.14
34772026-06-08T20:23:36.009Z[ helios-setup] Jun 08 20:23:35.167 INFO E| Compiling anstyle-query v1.1.4
34782026-06-08T20:23:36.033Z[ helios-setup] Jun 08 20:23:35.192 INFO E| Compiling cpufeatures v0.2.17
34792026-06-08T20:23:36.045Z[ helios-setup] Jun 08 20:23:35.204 INFO E| Compiling shlex v1.3.0
34802026-06-08T20:23:36.145Z[ helios-setup] Jun 08 20:23:35.297 INFO E| Compiling allocator-api2 v0.2.21
34812026-06-08T20:23:36.180Z[ helios-setup] Jun 08 20:23:35.340 INFO E| Compiling find-msvc-tools v0.1.4
34822026-06-08T20:23:36.248Z[ helios-setup] Jun 08 20:23:35.407 INFO E| Compiling anstyle v1.0.13
34832026-06-08T20:23:36.367Z[ helios-setup] Jun 08 20:23:35.526 INFO E| Compiling toml_datetime v0.7.3
34842026-06-08T20:23:36.472Z[ helios-setup] Jun 08 20:23:35.632 INFO E| Compiling colorchoice v1.0.4
34852026-06-08T20:23:36.553Z[ helios-setup] Jun 08 20:23:35.712 INFO E| Compiling is_terminal_polyfill v1.70.2
34862026-06-08T20:23:36.649Z[ helios-setup] Jun 08 20:23:35.804 INFO E| Compiling radium v0.7.0
34872026-06-08T20:23:36.659Z[ helios-setup] Jun 08 20:23:35.819 INFO E| Compiling syn v1.0.109
34882026-06-08T20:23:36.928Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34892026-06-08T20:23:36.931Z[ helios-setup] Jun 08 20:23:36.090 INFO E| Compiling slog v2.8.2
34902026-06-08T20:23:36.966Z[ helios-setup] Jun 08 20:23:36.126 INFO E| Compiling toml_parser v1.0.4
34912026-06-08T20:23:36.993Z[ helios-setup] Jun 08 20:23:36.152 INFO E| Compiling anstream v0.6.21
34922026-06-08T20:23:36.993Z[ helios-setup] Jun 08 20:23:36.152 INFO E| Compiling cc v1.2.44
34932026-06-08T20:23:37.138Z[ helios-setup] Jun 08 20:23:36.298 INFO E| Compiling syn v2.0.108
34942026-06-08T20:23:37.195Z[ helios-setup] Jun 08 20:23:36.354 INFO E| Compiling maybe-uninit v2.0.0
34952026-06-08T20:23:37.313Z[ helios-setup] Jun 08 20:23:36.473 INFO E| Compiling tap v1.0.1
34962026-06-08T20:23:37.445Z[ helios-setup] Jun 08 20:23:36.603 INFO E| Compiling pin-project-lite v0.2.16
34972026-06-08T20:23:37.505Z[ helios-setup] Jun 08 20:23:36.664 INFO E| Compiling pkg-config v0.3.32
34982026-06-08T20:23:37.512Z[ helios-setup] Jun 08 20:23:36.671 INFO E| Compiling futures-sink v0.3.31
34992026-06-08T20:23:37.560Z[ helios-setup] Jun 08 20:23:36.719 INFO E| Compiling unicode-width v0.2.2
35002026-06-08T20:23:37.632Z[ helios-setup] Jun 08 20:23:36.789 INFO E| Compiling crypto-common v0.1.6
35012026-06-08T20:23:37.729Z[ helios-setup] Jun 08 20:23:36.888 INFO E| Compiling block-buffer v0.10.4
35022026-06-08T20:23:37.834Z[ helios-setup] Jun 08 20:23:36.993 INFO E| Compiling toml_edit v0.23.7
35032026-06-08T20:23:37.914Z[ helios-setup] Jun 08 20:23:37.073 INFO E| Compiling digest v0.10.7
35042026-06-08T20:23:37.940Z[ helios-setup] Jun 08 20:23:37.099 INFO E| Compiling futures-core v0.3.31
35052026-06-08T20:23:37.953Z[ helios-setup] Jun 08 20:23:37.113 INFO E| Compiling parking_lot_core v0.9.12
35062026-06-08T20:23:38.050Z[ helios-setup] Jun 08 20:23:37.209 INFO E| Compiling getopts v0.2.24
35072026-06-08T20:23:38.526Z[ helios-setup] Jun 08 20:23:37.317 INFO E| Compiling futures-channel v0.3.31
35082026-06-08T20:23:38.526Z[ helios-setup] Jun 08 20:23:37.369 INFO E| Compiling num-integer v0.1.46
35092026-06-08T20:23:38.527Z[ helios-setup] Jun 08 20:23:37.429 INFO E| Compiling sha2 v0.10.9
35102026-06-08T20:23:38.530Z[ helios-setup] Jun 08 20:23:37.587 INFO E| Compiling wyz v0.5.1
35112026-06-08T20:23:38.530Z[ helios-setup] Jun 08 20:23:37.615 INFO E| Compiling ahash v0.8.12
35122026-06-08T20:23:38.562Z[ helios-setup] Jun 08 20:23:37.694 INFO E| Compiling futures-io v0.3.31
35132026-06-08T20:23:38.562Z[ helios-setup] Jun 08 20:23:37.700 INFO E| Compiling scopeguard v1.2.0
35142026-06-08T20:23:38.562Z[ helios-setup] Jun 08 20:23:37.707 INFO E| Compiling slab v0.4.11
35152026-06-08T20:23:38.780Z[ helios-setup] Jun 08 20:23:37.898 INFO E| Compiling num-bigint-dig v0.8.4
35162026-06-08T20:23:38.780Z[ helios-setup] Jun 08 20:23:37.905 INFO E| Compiling pin-utils v0.1.0
35172026-06-08T20:23:38.885Z[ helios-setup] Jun 08 20:23:37.974 INFO E| Compiling strsim v0.11.1
35182026-06-08T20:23:38.885Z[ helios-setup] Jun 08 20:23:37.998 INFO E| Compiling clap_lex v0.7.6
35192026-06-08T20:23:38.941Z[ helios-setup] Jun 08 20:23:38.100 INFO E| Compiling heck v0.5.0
35202026-06-08T20:23:38.961Z[ helios-setup] Jun 08 20:23:38.120 INFO E| Compiling num-conv v0.1.0
35212026-06-08T20:23:38.976Z[ helios-setup] Jun 08 20:23:38.136 INFO E| Compiling getrandom v0.3.4
35222026-06-08T20:23:38.998Z[ helios-setup] Jun 08 20:23:38.158 INFO E| Compiling futures-task v0.3.31
35232026-06-08T20:23:39.012Z[ helios-setup] Jun 08 20:23:38.171 INFO E| Compiling time-core v0.1.6
35242026-06-08T20:23:39.252Z[ helios-setup] Jun 08 20:23:38.411 INFO E| Compiling bitflags v2.10.0
35252026-06-08T20:23:39.274Z[ helios-setup] Jun 08 20:23:38.433 INFO E| Compiling proc-macro-crate v3.4.0
35262026-06-08T20:23:39.390Z[ helios-setup] Jun 08 20:23:38.550 INFO E| Compiling thiserror v1.0.69
35272026-06-08T20:23:39.402Z[ helios-setup] Jun 08 20:23:38.561 INFO E| Compiling powerfmt v0.2.0
35282026-06-08T20:23:39.469Z[ helios-setup] Jun 08 20:23:38.628 INFO E| Compiling bytes v1.10.1
35292026-06-08T20:23:39.554Z[ helios-setup] Jun 08 20:23:38.713 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35302026-06-08T20:23:39.720Z[ helios-setup] Jun 08 20:23:38.879 INFO E| Compiling itoa v1.0.15
35312026-06-08T20:23:39.746Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35322026-06-08T20:23:39.919Z[ helios-setup] Jun 08 20:23:39.079 INFO E| Compiling spin v0.9.8
35332026-06-08T20:23:39.932Z[ helios-setup] Jun 08 20:23:39.092 INFO E| Compiling funty v2.0.0
35342026-06-08T20:23:39.939Z[ helios-setup] Jun 08 20:23:39.099 INFO E| Compiling packed_struct v0.10.1
35352026-06-08T20:23:39.982Z[ helios-setup] Jun 08 20:23:39.142 INFO E| Compiling deranged v0.5.5
35362026-06-08T20:23:40.009Z[ helios-setup] Jun 08 20:23:39.166 INFO E| Compiling time-macros v0.2.24
35372026-06-08T20:23:40.078Z[ helios-setup] Jun 08 20:23:39.238 INFO E| Compiling num-iter v0.1.45
35382026-06-08T20:23:40.113Z[ helios-setup] Jun 08 20:23:39.273 INFO E| Compiling lazy_static v1.5.0
35392026-06-08T20:23:40.184Z[ helios-setup] Jun 08 20:23:39.344 INFO E| Compiling lock_api v0.4.14
35402026-06-08T20:23:40.303Z[ helios-setup] Jun 08 20:23:39.462 INFO E| Compiling indexmap v1.9.3
35412026-06-08T20:23:40.376Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35422026-06-08T20:23:40.458Z[ helios-setup] Jun 08 20:23:39.617 INFO E| Compiling crc-catalog v2.4.0
35432026-06-08T20:23:40.572Z[ helios-setup] Jun 08 20:23:39.731 INFO E| Compiling log v0.4.28
35442026-06-08T20:23:40.634Z[ helios-setup] Jun 08 20:23:39.793 INFO E| Compiling terminal_size v0.4.3
35452026-06-08T20:23:40.734Z[ helios-setup] Jun 08 20:23:39.894 INFO E| Compiling thiserror v2.0.17
35462026-06-08T20:23:40.941Z[ helios-setup] Jun 08 20:23:40.100 INFO E| Compiling bitvec v1.0.1
35472026-06-08T20:23:40.956Z[ helios-setup] Jun 08 20:23:40.115 INFO E| Compiling clap_builder v4.5.51
35482026-06-08T20:23:41.039Z[ helios-setup] Jun 08 20:23:40.198 INFO E| Compiling adler2 v2.0.1
35492026-06-08T20:23:41.214Z[ helios-setup] Jun 08 20:23:40.372 INFO E| Compiling serde_json v1.0.145
35502026-06-08T20:23:41.222Z[ helios-setup] Jun 08 20:23:40.382 INFO E| Compiling simd-adler32 v0.3.7
35512026-06-08T20:23:41.232Z[ helios-setup] Jun 08 20:23:40.392 INFO E| Compiling once_cell v1.21.3
35522026-06-08T20:23:41.472Z[ helios-setup] Jun 08 20:23:40.630 INFO E| Compiling nodrop v0.1.14
35532026-06-08T20:23:41.537Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35542026-06-08T20:23:41.555Z[ helios-setup] Jun 08 20:23:40.715 INFO E| Compiling iana-time-zone v0.1.64
35552026-06-08T20:23:41.630Z[ helios-setup] Jun 08 20:23:40.790 INFO E| Compiling array-init v0.0.4
35562026-06-08T20:23:41.666Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35572026-06-08T20:23:41.787Z[ helios-setup] Jun 08 20:23:40.947 INFO E| Compiling chrono v0.4.42
35582026-06-08T20:23:41.827Z[ helios-setup] Jun 08 20:23:40.987 INFO E| Compiling miniz_oxide v0.8.9
35592026-06-08T20:23:41.876Z[ helios-setup] Jun 08 20:23:41.036 INFO E| Compiling env_filter v0.1.4
35602026-06-08T20:23:41.928Z[ helios-setup] Jun 08 20:23:41.087 INFO E| Compiling parking_lot v0.12.5
35612026-06-08T20:23:42.066Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35622026-06-08T20:23:42.120Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35632026-06-08T20:23:42.231Z[ helios-setup] Jun 08 20:23:41.390 INFO E| Compiling crc v3.3.0
35642026-06-08T20:23:42.293Z[ helios-setup] Jun 08 20:23:41.452 INFO E| Compiling smallvec v0.6.14
35652026-06-08T20:23:42.307Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35662026-06-08T20:23:42.649Z[ helios-setup] Jun 08 20:23:41.809 INFO E| Compiling time v0.3.44
35672026-06-08T20:23:42.674Z[ helios-setup] Jun 08 20:23:41.833 INFO E| Compiling serde_spanned v1.0.3
35682026-06-08T20:23:42.982Z[ helios-setup] Jun 08 20:23:42.141 INFO E| Compiling signature v2.2.0
35692026-06-08T20:23:42.989Z[ helios-setup] Jun 08 20:23:42.148 INFO E| Compiling signal-hook-registry v1.4.6
35702026-06-08T20:23:42.989Z[ helios-setup] Jun 08 20:23:42.149 INFO E| Compiling is-terminal v0.4.17
35712026-06-08T20:23:43.159Z[ helios-setup] Jun 08 20:23:42.318 INFO E| Compiling mio v1.1.0
35722026-06-08T20:23:43.343Z[ host-package] Compiling signal-hook-tokio v0.3.1
35732026-06-08T20:23:43.450Z[ helios-setup] Jun 08 20:23:42.603 INFO E| Compiling socket2 v0.6.1
35742026-06-08T20:23:43.512Z[ helios-setup] Jun 08 20:23:42.671 INFO E| Compiling thread_local v1.1.9
35752026-06-08T20:23:43.586Z[ helios-setup] Jun 08 20:23:42.745 INFO E| Compiling packed_struct_codegen v0.10.1
35762026-06-08T20:23:43.698Z[ host-package] Compiling fatfs v0.3.6
35772026-06-08T20:23:43.754Z[ helios-setup] Jun 08 20:23:42.913 INFO E| Compiling winnow v0.5.40
35782026-06-08T20:23:43.948Z[ helios-setup] Jun 08 20:23:43.108 INFO E| Compiling libdevinfo-sys v1.1.0
35792026-06-08T20:23:44.028Z[ helios-setup] Jun 08 20:23:43.188 INFO E| Compiling term v1.2.0
35802026-06-08T20:23:44.053Z[ helios-setup] Jun 08 20:23:43.212 INFO E| Compiling hashbrown v0.12.3
35812026-06-08T20:23:44.158Z[ helios-setup] Jun 08 20:23:43.318 INFO E| Compiling toml_writer v1.0.4
35822026-06-08T20:23:44.285Z[ host-package] Compiling yasna v0.5.2
35832026-06-08T20:23:44.355Z[ helios-setup] Jun 08 20:23:43.513 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35842026-06-08T20:23:44.421Z[ helios-setup] Jun 08 20:23:43.581 INFO E| Compiling subtle v2.6.1
35852026-06-08T20:23:44.613Z[ helios-setup] Jun 08 20:23:43.772 INFO E| Compiling ryu v1.0.20
35862026-06-08T20:23:44.648Z[ helios-setup] Jun 08 20:23:43.808 INFO E| Compiling base64 v0.21.7
35872026-06-08T20:23:44.947Z[ helios-setup] Jun 08 20:23:44.107 INFO E| Compiling toml v0.9.8
35882026-06-08T20:23:44.978Z[ helios-setup] Jun 08 20:23:44.138 INFO E| Compiling bzip2 v0.4.4
35892026-06-08T20:23:45.016Z[ helios-setup] Jun 08 20:23:44.175 INFO E| Compiling flate2 v1.1.5
35902026-06-08T20:23:45.228Z[ helios-setup] Jun 08 20:23:44.388 INFO E| Compiling uuid v1.18.1
35912026-06-08T20:23:45.388Z[ helios-setup] Jun 08 20:23:44.547 INFO E| Compiling env_logger v0.11.8
35922026-06-08T20:23:45.465Z[ helios-setup] Jun 08 20:23:44.624 INFO E| Compiling bitflags v1.3.2
35932026-06-08T20:23:45.589Z[ helios-setup] Jun 08 20:23:44.749 INFO E| Compiling crc-any v2.5.0
35942026-06-08T20:23:45.642Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35952026-06-08T20:23:45.686Z[ host-package] Compiling assert_matches v1.5.0
35962026-06-08T20:23:45.702Z[ helios-setup] Jun 08 20:23:44.861 INFO E| Compiling hex v0.4.3
35972026-06-08T20:23:45.932Z[ host-package] Compiling is_ci v1.2.0
35982026-06-08T20:23:46.010Z[ helios-setup] Jun 08 20:23:45.170 INFO E| Compiling foldhash v0.2.0
35992026-06-08T20:23:46.145Z[ helios-setup] Jun 08 20:23:45.304 INFO E| Compiling serde_derive v1.0.228
36002026-06-08T20:23:46.186Z[ helios-setup] Jun 08 20:23:45.346 INFO E| Compiling zerocopy-derive v0.8.27
36012026-06-08T20:23:46.282Z[ helios-setup] Jun 08 20:23:45.442 INFO E| Compiling der_derive v0.7.3
36022026-06-08T20:23:46.411Z[ helios-setup] Jun 08 20:23:45.560 INFO E| Compiling futures-macro v0.3.31
36032026-06-08T20:23:46.451Z[ helios-setup] Jun 08 20:23:45.610 INFO E| Compiling num_enum_derive v0.7.5
36042026-06-08T20:23:46.462Z[ helios-setup] Jun 08 20:23:45.622 INFO E| Compiling bitfield-macros v0.19.3
36052026-06-08T20:23:46.498Z[ helios-setup] Jun 08 20:23:45.657 INFO E| Compiling thiserror-impl v1.0.69
36062026-06-08T20:23:46.498Z[ helios-setup] Jun 08 20:23:45.657 INFO E| Compiling zerocopy-derive v0.6.6
36072026-06-08T20:23:46.703Z[ host-package] Compiling seq-macro v0.3.6
36082026-06-08T20:23:46.762Z[ helios-setup] Jun 08 20:23:45.921 INFO E| Compiling clap_derive v4.5.49
36092026-06-08T20:23:46.979Z[ helios-setup] Jun 08 20:23:46.139 INFO E| Compiling tokio-macros v2.6.0
36102026-06-08T20:23:46.991Z[ host-package] Compiling supports-color v3.0.2
36112026-06-08T20:23:47.240Z[ helios-setup] Jun 08 20:23:46.400 INFO E| Compiling thiserror-impl v2.0.17
36122026-06-08T20:23:47.576Z[ helios-setup] Jun 08 20:23:46.736 INFO E| Compiling rustc-hash v2.1.1
36132026-06-08T20:23:47.923Z[ host-package] Compiling rcgen v0.12.1
36142026-06-08T20:23:47.956Z[ helios-setup] Jun 08 20:23:47.113 INFO E| Compiling futures-util v0.3.31
36152026-06-08T20:23:47.959Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36162026-06-08T20:23:48.010Z[ helios-setup] Jun 08 20:23:47.170 INFO E| Compiling iddqd v0.3.14
36172026-06-08T20:23:48.058Z[ helios-setup] Jun 08 20:23:47.217 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36182026-06-08T20:23:48.262Z[ helios-setup] Jun 08 20:23:47.422 INFO E| Compiling zerocopy v0.6.6
36192026-06-08T20:23:48.283Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36202026-06-08T20:23:48.752Z[ helios-setup] Jun 08 20:23:47.790 INFO E| Compiling der v0.7.10
36212026-06-08T20:23:48.762Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36222026-06-08T20:23:48.767Z[ helios-setup] Jun 08 20:23:47.915 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36232026-06-08T20:23:48.945Z[ helios-setup] Jun 08 20:23:48.051 INFO E| Compiling bitfield v0.19.3
36242026-06-08T20:23:48.957Z[ helios-setup] Jun 08 20:23:48.108 INFO E| Compiling num_enum v0.7.5
36252026-06-08T20:23:49.024Z[ helios-setup] Jun 08 20:23:48.184 INFO E| Compiling tokio v1.48.0
36262026-06-08T20:23:49.115Z[ helios-setup] Jun 08 20:23:48.274 INFO E| Compiling devinfo v0.1.0
36272026-06-08T20:23:49.397Z[ helios-setup] Jun 08 20:23:48.557 INFO E| Compiling zip v0.6.6
36282026-06-08T20:23:49.569Z[ helios-setup] Jun 08 20:23:48.728 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36292026-06-08T20:23:49.688Z[ helios-setup] Jun 08 20:23:48.847 INFO E| Compiling path-slash v0.1.5
36302026-06-08T20:23:50.048Z[ helios-setup] Jun 08 20:23:49.207 INFO E| Compiling clap v4.5.51
36312026-06-08T20:23:50.669Z[ helios-setup] Jun 08 20:23:49.828 INFO E| Compiling spki v0.7.3
36322026-06-08T20:23:51.541Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36332026-06-08T20:23:51.621Z[ helios-setup] Jun 08 20:23:50.780 INFO E| Compiling pkcs8 v0.10.2
36342026-06-08T20:23:51.868Z[ helios-setup] Jun 08 20:23:51.023 INFO E| Compiling x509-cert v0.2.5
36352026-06-08T20:23:51.999Z[ helios-setup] Jun 08 20:23:51.158 INFO E| Compiling ppv-lite86 v0.2.21
36362026-06-08T20:23:52.191Z[ helios-setup] Jun 08 20:23:51.350 INFO E| Compiling pkcs1 v0.7.5
36372026-06-08T20:23:52.276Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36382026-06-08T20:23:52.471Z[ helios-setup] Jun 08 20:23:51.626 INFO E| Compiling hashbrown v0.13.2
36392026-06-08T20:23:52.508Z[ host-package] Compiling rtoolbox v0.0.3
36402026-06-08T20:23:52.551Z[ helios-setup] Jun 08 20:23:51.708 INFO E| Compiling erased-serde v0.3.31
36412026-06-08T20:23:52.551Z[ helios-setup] Jun 08 20:23:51.708 INFO E| Compiling toml_datetime v0.6.11
36422026-06-08T20:23:52.551Z[ helios-setup] Jun 08 20:23:51.708 INFO E| Compiling serde_spanned v0.6.9
36432026-06-08T20:23:52.556Z[ helios-setup] Jun 08 20:23:51.708 INFO E| Compiling ron v0.8.1
36442026-06-08T20:23:52.601Z[ helios-setup] Jun 08 20:23:51.761 INFO E| Compiling serde-hex v0.1.0
36452026-06-08T20:23:52.670Z[ helios-setup] Jun 08 20:23:51.830 INFO E| Compiling rand_chacha v0.3.1
36462026-06-08T20:23:52.676Z[ host-package] Compiling subprocess v0.2.15
36472026-06-08T20:23:52.777Z[ helios-setup] Jun 08 20:23:51.936 INFO E| Compiling futures-executor v0.3.31
36482026-06-08T20:23:52.930Z[ helios-setup] Jun 08 20:23:52.089 INFO E| Compiling toml_edit v0.19.15
36492026-06-08T20:23:53.033Z[ host-package] Compiling rpassword v7.4.0
36502026-06-08T20:23:53.118Z[ helios-setup] Jun 08 20:23:52.277 INFO E| Compiling rand v0.8.5
36512026-06-08T20:23:53.204Z[ helios-setup] Jun 08 20:23:52.364 INFO E| Compiling futures v0.3.31
36522026-06-08T20:23:53.485Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36532026-06-08T20:23:53.637Z[ helios-setup] Jun 08 20:23:52.797 INFO E| Compiling object v0.30.4
36542026-06-08T20:23:53.896Z[ helios-setup] Jun 08 20:23:53.054 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36552026-06-08T20:23:53.999Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36562026-06-08T20:23:54.191Z[ helios-setup] Jun 08 20:23:53.351 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36572026-06-08T20:23:54.217Z[ helios-setup] Jun 08 20:23:53.375 INFO E| Compiling slog-term v2.9.2
36582026-06-08T20:23:54.914Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36592026-06-08T20:23:55.258Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36602026-06-08T20:23:55.479Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36612026-06-08T20:23:55.567Z[ host-package] Compiling tui-tree-widget v0.23.1
36622026-06-08T20:23:55.596Z[ helios-setup] Jun 08 20:23:54.755 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36632026-06-08T20:23:55.979Z[ helios-setup] Jun 08 20:23:55.138 INFO E| Compiling toml v0.7.8
36642026-06-08T20:23:56.056Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36652026-06-08T20:23:56.146Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36662026-06-08T20:23:56.425Z[ helios-setup] Jun 08 20:23:55.584 INFO E| Compiling rsa v0.9.8
36672026-06-08T20:23:56.594Z[ helios-setup] Jun 08 20:23:55.752 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36682026-06-08T20:23:56.735Z[ helios-setup] Jun 08 20:23:55.895 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36692026-06-08T20:23:57.031Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36702026-06-08T20:23:59.129Z[ host-package] Compiling uzers v0.12.2
36712026-06-08T20:24:01.497Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36722026-06-08T20:24:01.849Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36732026-06-08T20:24:02.554Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36742026-06-08T20:24:03.442Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36752026-06-08T20:24:04.051Z[ helios-setup] Jun 08 20:24:03.209 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36762026-06-08T20:24:05.278Z[ helios-setup] Jun 08 20:24:04.437 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36772026-06-08T20:24:08.333Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36782026-06-08T20:24:09.221Z[ host-package] Compiling support-bundle-viewer v0.1.2
36792026-06-08T20:24:09.849Z[ helios-setup] Jun 08 20:24:09.008 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36802026-06-08T20:24:10.848Z[ host-package] Compiling multimap v0.10.1
36812026-06-08T20:24:22.043Z[ helios-setup] Jun 08 20:24:21.202 INFO E| Finished `release` profile [optimized] target(s) in 56.58s
36822026-06-08T20:24:22.046Z[ helios-setup] Jun 08 20:24:21.204 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36832026-06-08T20:24:22.046Z[ helios-setup] Jun 08 20:24:21.204 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36842026-06-08T20:24:22.104Z[ helios-setup] Jun 08 20:24:21.263 INFO building project "pilot" ok (56 seconds)
36852026-06-08T20:24:22.104Z[ helios-setup] Jun 08 20:24:21.263 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36862026-06-08T20:24:22.113Z[ helios-setup] Jun 08 20:24:21.272 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36872026-06-08T20:24:22.113Z[ helios-setup] Jun 08 20:24:21.272 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36882026-06-08T20:24:22.116Z[ helios-setup] Jun 08 20:24:21.273 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36892026-06-08T20:24:22.307Z[ helios-setup] Jun 08 20:24:21.466 INFO E| Downloading crates ...
36902026-06-08T20:24:22.355Z[ helios-setup] Jun 08 20:24:21.514 INFO E| Downloaded adler2 v2.0.0
36912026-06-08T20:24:22.366Z[ helios-setup] Jun 08 20:24:21.524 INFO E| Downloaded miniz_oxide v0.8.8
36922026-06-08T20:24:22.410Z[ helios-setup] Jun 08 20:24:21.570 INFO E| Compiling adler2 v2.0.0
36932026-06-08T20:24:22.525Z[ helios-setup] Jun 08 20:24:21.684 INFO E| Compiling miniz_oxide v0.8.8
36942026-06-08T20:24:22.592Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36952026-06-08T20:24:23.659Z[ helios-setup] Jun 08 20:24:22.818 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36962026-06-08T20:24:24.194Z[ helios-setup] Jun 08 20:24:23.354 INFO E| Finished `release` profile [optimized] target(s) in 2.06s
36972026-06-08T20:24:24.206Z[ helios-setup] Jun 08 20:24:23.365 INFO building project "pinprick" ok (2 seconds)
36982026-06-08T20:24:24.206Z[ helios-setup] Jun 08 20:24:23.365 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36992026-06-08T20:24:24.216Z[ helios-setup] Jun 08 20:24:23.375 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
37002026-06-08T20:24:24.216Z[ helios-setup] Jun 08 20:24:23.375 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37012026-06-08T20:24:24.216Z[ helios-setup] Jun 08 20:24:23.375 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37022026-06-08T20:24:24.330Z[ helios-setup] Jun 08 20:24:23.490 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37032026-06-08T20:24:24.633Z[ helios-setup] Jun 08 20:24:23.792 INFO E| From https://github.com/jclulow/rust-jmclib
37042026-06-08T20:24:24.633Z[ helios-setup] Jun 08 20:24:23.792 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37052026-06-08T20:24:24.646Z[ helios-setup] Jun 08 20:24:23.805 INFO E| Updating crates.io index
37062026-06-08T20:24:24.701Z[ helios-setup] Jun 08 20:24:23.860 INFO E| Downloading crates ...
37072026-06-08T20:24:24.754Z[ helios-setup] Jun 08 20:24:23.908 INFO E| Downloaded errno v0.3.1
37082026-06-08T20:24:24.769Z[ helios-setup] Jun 08 20:24:23.926 INFO E| Downloaded sha-1 v0.9.8
37092026-06-08T20:24:24.773Z[ helios-setup] Jun 08 20:24:23.931 INFO E| Downloaded anyhow v1.0.72
37102026-06-08T20:24:24.784Z[ helios-setup] Jun 08 20:24:23.943 INFO E| Downloaded md-5 v0.9.1
37112026-06-08T20:24:24.790Z[ helios-setup] Jun 08 20:24:23.945 INFO E| Downloaded fastrand v2.0.0
37122026-06-08T20:24:24.790Z[ helios-setup] Jun 08 20:24:23.945 INFO E| Downloaded digest v0.9.0
37132026-06-08T20:24:24.790Z[ helios-setup] Jun 08 20:24:23.946 INFO E| Downloaded libdevinfo-sys v1.0.0
37142026-06-08T20:24:24.818Z[ helios-setup] Jun 08 20:24:23.977 INFO E| Downloaded walkdir v2.3.3
37152026-06-08T20:24:24.821Z[ helios-setup] Jun 08 20:24:23.979 INFO E| Downloaded glob v0.3.1
37162026-06-08T20:24:24.821Z[ helios-setup] Jun 08 20:24:23.980 INFO E| Downloaded block-buffer v0.9.0
37172026-06-08T20:24:24.826Z[ helios-setup] Jun 08 20:24:23.980 INFO E| Downloaded bitflags v2.3.3
37182026-06-08T20:24:24.826Z[ helios-setup] Jun 08 20:24:23.982 INFO E| Downloaded unicode-ident v1.0.11
37192026-06-08T20:24:24.826Z[ helios-setup] Jun 08 20:24:23.984 INFO E| Downloaded tempfile v3.7.0
37202026-06-08T20:24:24.831Z[ helios-setup] Jun 08 20:24:23.985 INFO E| Downloaded uuid v0.8.2
37212026-06-08T20:24:24.831Z[ helios-setup] Jun 08 20:24:23.987 INFO E| Downloaded proc-macro2 v1.0.66
37222026-06-08T20:24:24.831Z[ helios-setup] Jun 08 20:24:23.989 INFO E| Downloaded once_cell v1.18.0
37232026-06-08T20:24:24.836Z[ helios-setup] Jun 08 20:24:23.990 INFO E| Downloaded quote v1.0.31
37242026-06-08T20:24:24.836Z[ helios-setup] Jun 08 20:24:23.992 INFO E| Downloaded getrandom v0.2.10
37252026-06-08T20:24:24.839Z[ helios-setup] Jun 08 20:24:23.993 INFO E| Downloaded typenum v1.16.0
37262026-06-08T20:24:24.839Z[ helios-setup] Jun 08 20:24:23.995 INFO E| Downloaded toml v0.5.11
37272026-06-08T20:24:24.839Z[ helios-setup] Jun 08 20:24:23.996 INFO E| Downloaded serde_derive v1.0.193
37282026-06-08T20:24:24.839Z[ helios-setup] Jun 08 20:24:23.998 INFO E| Downloaded cpufeatures v0.2.9
37292026-06-08T20:24:24.864Z[ helios-setup] Jun 08 20:24:24.023 INFO E| Downloaded serde_json v1.0.103
37302026-06-08T20:24:24.894Z[ helios-setup] Jun 08 20:24:24.050 INFO E| Downloaded serde v1.0.193
37312026-06-08T20:24:24.906Z[ helios-setup] Jun 08 20:24:24.065 INFO E| Downloaded syn v2.0.32
37322026-06-08T20:24:24.911Z[ helios-setup] Jun 08 20:24:24.071 INFO E| Downloaded rustix v0.38.4
37332026-06-08T20:24:24.932Z[ helios-setup] Jun 08 20:24:24.091 INFO E| Downloaded libc v0.2.147
37342026-06-08T20:24:24.993Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling libc v0.2.147
37352026-06-08T20:24:24.993Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling proc-macro2 v1.0.66
37362026-06-08T20:24:24.993Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling cfg-if v1.0.0
37372026-06-08T20:24:24.993Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling unicode-ident v1.0.11
37382026-06-08T20:24:24.993Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling version_check v0.9.4
37392026-06-08T20:24:24.996Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling typenum v1.16.0
37402026-06-08T20:24:24.996Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling serde v1.0.193
37412026-06-08T20:24:24.996Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling num-conv v0.1.0
37422026-06-08T20:24:24.996Z[ helios-setup] Jun 08 20:24:24.152 INFO E| Compiling powerfmt v0.2.0
37432026-06-08T20:24:25.007Z[ helios-setup] Jun 08 20:24:24.166 INFO E| Compiling slog v2.7.0
37442026-06-08T20:24:25.007Z[ helios-setup] Jun 08 20:24:24.166 INFO E| Compiling time-core v0.1.2
37452026-06-08T20:24:25.011Z[ helios-setup] Jun 08 20:24:24.166 INFO E| Compiling itoa v1.0.9
37462026-06-08T20:24:25.011Z[ helios-setup] Jun 08 20:24:24.167 INFO E| Compiling rustix v0.38.4
37472026-06-08T20:24:25.011Z[ helios-setup] Jun 08 20:24:24.167 INFO E| Compiling bitflags v2.3.3
37482026-06-08T20:24:25.011Z[ helios-setup] Jun 08 20:24:24.167 INFO E| Compiling once_cell v1.18.0
37492026-06-08T20:24:25.011Z[ helios-setup] Jun 08 20:24:24.167 INFO E| Compiling num_threads v0.1.6
37502026-06-08T20:24:25.301Z[ helios-setup] Jun 08 20:24:24.460 INFO E| Compiling opaque-debug v0.3.0
37512026-06-08T20:24:25.311Z[ helios-setup] Jun 08 20:24:24.470 INFO E| Compiling anyhow v1.0.72
37522026-06-08T20:24:25.321Z[ helios-setup] Jun 08 20:24:24.480 INFO E| Compiling serde_json v1.0.103
37532026-06-08T20:24:25.385Z[ helios-setup] Jun 08 20:24:24.543 INFO E| Compiling thread_local v1.1.7
37542026-06-08T20:24:25.389Z[ helios-setup] Jun 08 20:24:24.548 INFO E| Compiling fastrand v2.0.0
37552026-06-08T20:24:25.402Z[ helios-setup] Jun 08 20:24:24.561 INFO E| Compiling ryu v1.0.15
37562026-06-08T20:24:25.493Z[ helios-setup] Jun 08 20:24:24.652 INFO E| Compiling time-macros v0.2.18
37572026-06-08T20:24:25.508Z[ helios-setup] Jun 08 20:24:24.666 INFO E| Compiling deranged v0.3.11
37582026-06-08T20:24:25.535Z[ helios-setup] Jun 08 20:24:24.694 INFO E| Compiling same-file v1.0.6
37592026-06-08T20:24:25.697Z[ helios-setup] Jun 08 20:24:24.856 INFO E| Compiling cpufeatures v0.2.9
37602026-06-08T20:24:25.855Z[ helios-setup] Jun 08 20:24:25.014 INFO E| Compiling unicode-width v0.1.10
37612026-06-08T20:24:25.858Z[ helios-setup] Jun 08 20:24:25.014 INFO E| Compiling walkdir v2.3.3
37622026-06-08T20:24:25.919Z[ helios-setup] Jun 08 20:24:25.078 INFO E| Compiling generic-array v0.14.7
37632026-06-08T20:24:25.952Z[ helios-setup] Jun 08 20:24:25.112 INFO E| Compiling libdevinfo-sys v1.0.0
37642026-06-08T20:24:25.977Z[ helios-setup] Jun 08 20:24:25.137 INFO E| Compiling glob v0.3.1
37652026-06-08T20:24:26.036Z[ helios-setup] Jun 08 20:24:25.189 INFO E| Compiling getopts v0.2.21
37662026-06-08T20:24:26.716Z[ helios-setup] Jun 08 20:24:25.875 INFO E| Compiling dirs-sys-next v0.1.2
37672026-06-08T20:24:26.716Z[ helios-setup] Jun 08 20:24:25.876 INFO E| Compiling errno v0.3.1
37682026-06-08T20:24:26.719Z[ helios-setup] Jun 08 20:24:25.876 INFO E| Compiling atty v0.2.14
37692026-06-08T20:24:26.719Z[ helios-setup] Jun 08 20:24:25.876 INFO E| Compiling getrandom v0.2.10
37702026-06-08T20:24:26.815Z[ helios-setup] Jun 08 20:24:25.974 INFO E| Compiling quote v1.0.31
37712026-06-08T20:24:26.975Z[ helios-setup] Jun 08 20:24:26.135 INFO E| Compiling dirs-next v2.0.0
37722026-06-08T20:24:27.054Z[ helios-setup] Jun 08 20:24:26.213 INFO E| Compiling term v0.7.0
37732026-06-08T20:24:27.091Z[ helios-setup] Jun 08 20:24:26.251 INFO E| Compiling syn v2.0.32
37742026-06-08T20:24:27.148Z[ helios-setup] Jun 08 20:24:26.308 INFO E| Compiling time v0.3.36
37752026-06-08T20:24:27.654Z[ helios-setup] Jun 08 20:24:26.813 INFO E| Compiling tempfile v3.7.0
37762026-06-08T20:24:27.664Z[ helios-setup] Jun 08 20:24:26.819 INFO E| Compiling digest v0.9.0
37772026-06-08T20:24:27.664Z[ helios-setup] Jun 08 20:24:26.819 INFO E| Compiling block-buffer v0.9.0
37782026-06-08T20:24:27.790Z[ helios-setup] Jun 08 20:24:26.950 INFO E| Compiling md-5 v0.9.1
37792026-06-08T20:24:27.791Z[ helios-setup] Jun 08 20:24:26.950 INFO E| Compiling sha-1 v0.9.8
37802026-06-08T20:24:28.291Z[ helios-setup] Jun 08 20:24:27.450 INFO E| Compiling slog-term v2.9.0
37812026-06-08T20:24:29.211Z[ helios-setup] Jun 08 20:24:28.370 INFO E| Compiling serde_derive v1.0.193
37822026-06-08T20:24:31.318Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37832026-06-08T20:24:33.889Z[ helios-setup] Jun 08 20:24:33.048 INFO E| Compiling toml v0.5.11
37842026-06-08T20:24:33.889Z[ helios-setup] Jun 08 20:24:33.048 INFO E| Compiling uuid v0.8.2
37852026-06-08T20:24:34.679Z[ helios-setup] Jun 08 20:24:33.834 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37862026-06-08T20:24:35.429Z[ helios-setup] Jun 08 20:24:34.583 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37872026-06-08T20:24:36.293Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37882026-06-08T20:24:37.010Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37892026-06-08T20:24:40.043Z[ helios-setup] Jun 08 20:24:39.155 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.76s
37902026-06-08T20:24:40.048Z[ helios-setup] Jun 08 20:24:39.179 INFO building project "image-builder" ok (15 seconds)
37912026-06-08T20:24:40.048Z[ helios-setup] rm -f helios-build
37922026-06-08T20:24:40.048Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37932026-06-08T20:24:40.048Z[ helios-setup]
37942026-06-08T20:24:40.048Z[ helios-setup] Setup complete! ./helios-build is now available.
37952026-06-08T20:24:40.048Z[ helios-setup]
37962026-06-08T20:24:40.048Z[ helios-setup]
37972026-06-08T20:24:40.048Z[ helios-setup] real 3:42.020304086
37982026-06-08T20:24:40.048Z[ helios-setup] user 6:50.737814245
37992026-06-08T20:24:40.048Z[ helios-setup] sys 1:16.646580204
38002026-06-08T20:24:40.048Z[ helios-setup] trap 0.432931754
38012026-06-08T20:24:40.048Z[ helios-setup] tflt 1.934971518
38022026-06-08T20:24:40.048Z[ helios-setup] dflt 8.505012497
38032026-06-08T20:24:40.048Z[ helios-setup] kflt 0.000629310
38042026-06-08T20:24:40.048Z[ helios-setup] lock 39:06.718388880
38052026-06-08T20:24:40.048Z[ helios-setup] slp 43:02.408314619
38062026-06-08T20:24:40.048Z[ helios-setup] lat 7:29.756724962
38072026-06-08T20:24:40.048Z[ helios-setup] stop 1:28.931870367
38082026-06-08T20:24:40.048ZJun 08 20:24:39.188 INFO [helios-setup] process exited with exit status: 0 (222.023158266s)
38092026-06-08T20:24:40.049ZJun 08 20:24:39.188 INFO [helios-record] running task
38102026-06-08T20:24:40.049ZJun 08 20:24:39.188 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38112026-06-08T20:24:40.049ZJun 08 20:24:39.193 DEBG process exited with exit status: 0 (4.41167ms)
38122026-06-08T20:24:40.049ZJun 08 20:24:39.193 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38132026-06-08T20:24:40.049ZJun 08 20:24:39.198 DEBG process exited with exit status: 0 (4.18518ms)
38142026-06-08T20:24:40.049ZJun 08 20:24:39.198 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38152026-06-08T20:24:40.049ZJun 08 20:24:39.201 DEBG process exited with exit status: 0 (3.6539ms)
38162026-06-08T20:24:40.049ZJun 08 20:24:39.201 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38172026-06-08T20:24:40.049ZJun 08 20:24:39.204 DEBG process exited with exit status: 0 (3.17705ms)
38182026-06-08T20:24:40.049ZJun 08 20:24:39.204 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38192026-06-08T20:24:40.054ZJun 08 20:24:39.208 DEBG process exited with exit status: 0 (3.14544ms)
38202026-06-08T20:24:40.054ZJun 08 20:24:39.208 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38212026-06-08T20:24:40.054ZJun 08 20:24:39.210 DEBG process exited with exit status: 0 (3.08192ms)
38222026-06-08T20:24:40.054ZJun 08 20:24:39.210 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38232026-06-08T20:24:40.058ZJun 08 20:24:39.213 DEBG process exited with exit status: 0 (2.99164ms)
38242026-06-08T20:24:40.058ZJun 08 20:24:39.213 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38252026-06-08T20:24:40.058ZJun 08 20:24:39.216 DEBG process exited with exit status: 0 (3.00684ms)
38262026-06-08T20:24:40.058ZJun 08 20:24:39.216 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38272026-06-08T20:24:40.065ZJun 08 20:24:39.219 DEBG process exited with exit status: 0 (2.97952ms)
38282026-06-08T20:24:40.065ZJun 08 20:24:39.220 INFO [helios-record] task succeeded (31.50918ms)
38292026-06-08T20:31:38.279Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 54s
38302026-06-08T20:32:24.748ZJun 08 20:32:23.903 INFO [host-package] process exited with exit status: 0 (640.819099178s)
38312026-06-08T20:32:24.748ZJun 08 20:32:23.903 INFO [host-stamp] running task
38322026-06-08T20:32:24.751ZJun 08 20:32:23.904 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git3ff799da2b0
38332026-06-08T20:32:24.751ZJun 08 20:32:23.904 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38342026-06-08T20:32:24.751ZJun 08 20:32:23.905 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git3ff799da2b0
38352026-06-08T20:32:24.751ZJun 08 20:32:23.905 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git3ff799da2b0
38362026-06-08T20:32:24.751ZJun 08 20:32:23.905 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git3ff799da2b0
38372026-06-08T20:32:24.751ZJun 08 20:32:23.905 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git3ff799da2b0
38382026-06-08T20:32:24.751ZJun 08 20:32:23.906 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git3ff799da2b0
38392026-06-08T20:32:24.751ZJun 08 20:32:23.906 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git3ff799da2b0
38402026-06-08T20:32:24.751ZJun 08 20:32:23.906 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git3ff799da2b0
38412026-06-08T20:32:24.761Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-06-08T20:32:24.761Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-06-08T20:32:24.761Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-06-08T20:32:24.761Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38452026-06-08T20:32:24.764Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-06-08T20:32:24.764Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-06-08T20:32:24.764Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-06-08T20:32:24.764Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-06-08T20:32:24.764Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-06-08T20:32:24.764Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38512026-06-08T20:32:24.767ZJun 08 20:32:23.922 INFO [stamp-overlay] process exited with exit status: 0 (17.17401ms)
38522026-06-08T20:32:24.772Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38532026-06-08T20:32:24.775ZJun 08 20:32:23.931 INFO [stamp-oxlog] process exited with exit status: 0 (24.9842ms)
38542026-06-08T20:32:24.806Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38552026-06-08T20:32:24.810ZJun 08 20:32:23.966 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.71214ms)
38562026-06-08T20:32:24.824Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38572026-06-08T20:32:24.828ZJun 08 20:32:23.985 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (80.68154ms)
38582026-06-08T20:32:24.969Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38592026-06-08T20:32:24.972ZJun 08 20:32:24.129 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.6949ms)
38602026-06-08T20:32:25.166Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38612026-06-08T20:32:25.169ZJun 08 20:32:24.324 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (418.93397ms)
38622026-06-08T20:32:25.303Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38632026-06-08T20:32:25.307ZJun 08 20:32:24.463 INFO [stamp-propolis-server] process exited with exit status: 0 (556.81123ms)
38642026-06-08T20:32:25.785Z[recovery-package] Compiling newtype-uuid v1.3.2
38652026-06-08T20:32:26.023Z[recovery-package] Compiling daft v0.1.7
38662026-06-08T20:32:26.236Z[recovery-package] Compiling iddqd v0.4.2
38672026-06-08T20:32:27.176Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38682026-06-08T20:32:27.433Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38692026-06-08T20:32:27.433Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38702026-06-08T20:32:27.433Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38712026-06-08T20:32:27.436Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38722026-06-08T20:32:27.436Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38732026-06-08T20:32:27.436Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38742026-06-08T20:32:27.436Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38752026-06-08T20:32:27.436Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38762026-06-08T20:32:27.543Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38772026-06-08T20:32:27.812Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38782026-06-08T20:32:27.829Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38792026-06-08T20:32:27.953Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38802026-06-08T20:32:31.048Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38812026-06-08T20:32:31.052ZJun 08 20:32:30.209 INFO [stamp-switch-asic] process exited with exit status: 0 (6.303441198s)
38822026-06-08T20:32:31.052ZJun 08 20:32:30.209 INFO [host-stamp] task succeeded (6.305442928s)
38832026-06-08T20:32:31.052ZJun 08 20:32:30.209 INFO [host-proto] running task
38842026-06-08T20:32:31.483ZJun 08 20:32:30.639 INFO [host-proto] task succeeded (430.311849ms)
38852026-06-08T20:32:31.483ZJun 08 20:32:30.639 INFO [host-profile] running task
38862026-06-08T20:32:31.486ZJun 08 20:32:30.639 INFO [host-profile] task succeeded (209.16µs)
38872026-06-08T20:32:31.486ZJun 08 20:32:30.640 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/.tmpav2ks6/proto/host/root -N 'ci 3ff799d/${os_short_commit} 2026-06-08 20:20' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38882026-06-08T20:32:31.489Z[ host-image] Jun 08 20:32:30.645 INFO Checking files for board 'gimlet'
38892026-06-08T20:32:31.489Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38902026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38912026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO Checking files for board 'cosmo'
38922026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38932026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38942026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO Checking files for board 'cosmo-mbist-noaggr'
38952026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38962026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO Checking files for board 'cosmo-mbist'
38972026-06-08T20:32:31.499Z[ host-image] Jun 08 20:32:30.646 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38982026-06-08T20:32:31.502Z[ host-image] Jun 08 20:32:30.654 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpav2ks6/proto/host/root"
38992026-06-08T20:32:31.503Z[ host-image] Jun 08 20:32:30.654 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39002026-06-08T20:32:31.503Z[ host-image] Jun 08 20:32:30.654 INFO image builder template: ramdisk-01-os...
39012026-06-08T20:32:31.503Z[ host-image] Jun 08 20:32:30.654 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/.tmpav2ks6/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@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39022026-06-08T20:32:31.511Z[ host-image] Jun 08 20:32:30.667 INFO O| Jun 08 20:32:30.667 INFO CREATE DATASET: rpool/images/build/host/output
39032026-06-08T20:32:32.010Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39042026-06-08T20:32:32.010Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39052026-06-08T20:32:32.010Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39062026-06-08T20:32:32.013Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39072026-06-08T20:32:32.013Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39082026-06-08T20:32:33.542Z[ host-image] Jun 08 20:32:32.699 INFO O| Jun 08 20:32:32.698 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39092026-06-08T20:32:33.546Z[ host-image] Jun 08 20:32:32.702 INFO O| Jun 08 20:32:32.702 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39102026-06-08T20:32:33.754Z[ host-image] Jun 08 20:32:32.910 INFO O| Jun 08 20:32:32.910 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39112026-06-08T20:32:33.817Z[ host-image] Jun 08 20:32:32.974 INFO O| Jun 08 20:32:32.974 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39122026-06-08T20:32:33.817Z[ host-image] Jun 08 20:32:32.974 INFO O| Jun 08 20:32:32.974 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39132026-06-08T20:32:33.820Z[ host-image] Jun 08 20:32:32.974 INFO O| Jun 08 20:32:32.974 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39142026-06-08T20:32:33.820Z[ host-image] Jun 08 20:32:32.974 INFO O| Jun 08 20:32:32.974 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39152026-06-08T20:32:33.823Z[ host-image] Jun 08 20:32:32.979 INFO O| Jun 08 20:32:32.979 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39162026-06-08T20:32:34.042Z[ host-image] Jun 08 20:32:33.198 INFO O| Jun 08 20:32:33.198 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-06-08T20:32:34.048Z[ host-image] Jun 08 20:32:33.205 INFO O| Jun 08 20:32:33.205 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39182026-06-08T20:32:34.307Z[ host-image] Jun 08 20:32:33.463 INFO O| Jun 08 20:32:33.463 INFO O| Caching catalogs ... Done
39192026-06-08T20:32:34.366Z[ host-image] Jun 08 20:32:33.522 INFO O| Jun 08 20:32:33.522 INFO STEP 0 (pkg_image_create) COMPLETE
39202026-06-08T20:32:34.366Z[ host-image] Jun 08 20:32:33.522 INFO O| Jun 08 20:32:33.522 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-06-08T20:32:34.373Z[ host-image] Jun 08 20:32:33.529 INFO O| Jun 08 20:32:33.529 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"]
39222026-06-08T20:32:34.614Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO STEP 1 (pkg_set_publisher) COMPLETE
39232026-06-08T20:32:34.614Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO skip step because feature "publisher_1_name" is not enabled
39252026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO skip step because feature "publisher_2_name" is not enabled
39272026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO skip step because feature "publisher_3_name" is not enabled
39292026-06-08T20:32:34.617Z[ host-image] Jun 08 20:32:33.770 INFO O| Jun 08 20:32:33.770 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-06-08T20:32:34.855Z[ host-image] Jun 08 20:32:34.011 INFO O| Jun 08 20:32:34.011 INFO variant opensolaris.zone is already global
39312026-06-08T20:32:34.855Z[ host-image] Jun 08 20:32:34.011 INFO O| Jun 08 20:32:34.011 INFO STEP 5 (pkg_change_variant) COMPLETE
39322026-06-08T20:32:34.869Z[ host-image] Jun 08 20:32:34.011 INFO O| Jun 08 20:32:34.011 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-06-08T20:32:35.094Z[ host-image] Jun 08 20:32:34.250 INFO O| Jun 08 20:32:34.250 INFO variant opensolaris.imagetype is full; changing to partial
39342026-06-08T20:32:35.094Z[ host-image] Jun 08 20:32:34.250 INFO O| Jun 08 20:32:34.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39352026-06-08T20:32:35.648Z[ host-image] Jun 08 20:32:34.804 INFO O| Jun 08 20:32:34.804 INFO O| Startup: Refreshing catalog 'helios' ... Done
39362026-06-08T20:32:35.724Z[ host-image] Jun 08 20:32:34.880 INFO O| Jun 08 20:32:34.880 INFO O| Startup: Caching catalogs ... Done
39372026-06-08T20:32:35.727Z[ host-image] Jun 08 20:32:34.883 INFO O| Jun 08 20:32:34.883 INFO O| Planning: Planning completed in 0.00 seconds
39382026-06-08T20:32:35.727Z[ host-image] Jun 08 20:32:34.883 INFO O| Jun 08 20:32:34.883 INFO O| Planning: Consolidating action changes ... Done
39392026-06-08T20:32:35.727Z[ host-image] Jun 08 20:32:34.883 INFO O| Jun 08 20:32:34.883 INFO O| Planning: Evaluating mediators ... Done
39402026-06-08T20:32:35.728Z[ host-image] Jun 08 20:32:34.883 INFO O| Jun 08 20:32:34.883 INFO O| Planning: Planning completed in 0.00 seconds
39412026-06-08T20:32:35.728Z[ host-image] Jun 08 20:32:34.884 INFO O| Jun 08 20:32:34.884 INFO O| Variants/Facets to change: 1
39422026-06-08T20:32:35.736Z[ host-image] Jun 08 20:32:34.892 INFO O| Jun 08 20:32:34.892 INFO O| Finalize: Updating package state database ... Done
39432026-06-08T20:32:35.736Z[ host-image] Jun 08 20:32:34.892 INFO O| Jun 08 20:32:34.892 INFO O| Finalize: Updating package cache ... Done
39442026-06-08T20:32:35.750Z[ host-image] Jun 08 20:32:34.906 INFO O| Jun 08 20:32:34.906 INFO O| Finalize: Updating image state ... Done
39452026-06-08T20:32:35.754Z[ host-image] Jun 08 20:32:34.908 INFO O| Jun 08 20:32:34.908 INFO O| Finalize: Creating fast lookup database ... Done
39462026-06-08T20:32:35.754Z[ host-image] Jun 08 20:32:34.908 INFO O| Jun 08 20:32:34.908 INFO O| Finalize: Reading search index ... Done
39472026-06-08T20:32:35.754Z[ host-image] Jun 08 20:32:34.908 INFO O| Jun 08 20:32:34.908 INFO O| Finalize: Updating search index ... Done
39482026-06-08T20:32:35.754Z[ host-image] Jun 08 20:32:34.909 INFO O| Jun 08 20:32:34.909 INFO O| Finalize: Updating package cache ... Done
39492026-06-08T20:32:35.827Z[ host-image] Jun 08 20:32:34.981 INFO O| Jun 08 20:32:34.981 INFO STEP 6 (pkg_change_variant) COMPLETE
39502026-06-08T20:32:35.827Z[ host-image] Jun 08 20:32:34.981 INFO O| Jun 08 20:32:34.981 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-06-08T20:32:35.832Z[ host-image] Jun 08 20:32:34.981 INFO O| Jun 08 20:32:34.981 INFO skip step because feature "debug_variant" is not enabled
39522026-06-08T20:32:35.832Z[ host-image] Jun 08 20:32:34.981 INFO O| Jun 08 20:32:34.981 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-06-08T20:32:36.067Z[ host-image] Jun 08 20:32:35.223 INFO O| Jun 08 20:32:35.223 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39542026-06-08T20:32:37.005Z[ host-image] Jun 08 20:32:36.161 INFO O| Jun 08 20:32:36.161 INFO O| Startup: Refreshing catalog 'helios' ... Done
39552026-06-08T20:32:37.081Z[ host-image] Jun 08 20:32:36.237 INFO O| Jun 08 20:32:36.237 INFO O| Startup: Caching catalogs ... Done
39562026-06-08T20:32:37.084Z[ host-image] Jun 08 20:32:36.240 INFO O| Jun 08 20:32:36.240 INFO O| Planning: Planning completed in 0.00 seconds
39572026-06-08T20:32:37.085Z[ host-image] Jun 08 20:32:36.241 INFO O| Jun 08 20:32:36.241 INFO O| Planning: Consolidating action changes ... Done
39582026-06-08T20:32:37.085Z[ host-image] Jun 08 20:32:36.241 INFO O| Jun 08 20:32:36.241 INFO O| Planning: Evaluating mediators ... Done
39592026-06-08T20:32:37.085Z[ host-image] Jun 08 20:32:36.241 INFO O| Jun 08 20:32:36.241 INFO O| Planning: Planning completed in 0.00 seconds
39602026-06-08T20:32:37.089Z[ host-image] Jun 08 20:32:36.241 INFO O| Jun 08 20:32:36.241 INFO O| Variants/Facets to change: 1
39612026-06-08T20:32:37.094Z[ host-image] Jun 08 20:32:36.249 INFO O| Jun 08 20:32:36.249 INFO O| Finalize: Updating package state database ... Done
39622026-06-08T20:32:37.094Z[ host-image] Jun 08 20:32:36.249 INFO O| Jun 08 20:32:36.249 INFO O| Finalize: Updating package cache ... Done
39632026-06-08T20:32:37.107Z[ host-image] Jun 08 20:32:36.263 INFO O| Jun 08 20:32:36.263 INFO O| Finalize: Updating image state ... Done
39642026-06-08T20:32:37.110Z[ host-image] Jun 08 20:32:36.265 INFO O| Jun 08 20:32:36.265 INFO O| Finalize: Creating fast lookup database ... Done
39652026-06-08T20:32:37.110Z[ host-image] Jun 08 20:32:36.266 INFO O| Jun 08 20:32:36.266 INFO O| Finalize: Reading search index ... Done
39662026-06-08T20:32:37.110Z[ host-image] Jun 08 20:32:36.266 INFO O| Jun 08 20:32:36.266 INFO O| Finalize: Updating search index ... Done
39672026-06-08T20:32:37.110Z[ host-image] Jun 08 20:32:36.266 INFO O| Jun 08 20:32:36.266 INFO O| Finalize: Updating package cache ... Done
39682026-06-08T20:32:37.185Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO STEP 8 (pkg_change_facet) COMPLETE
39692026-06-08T20:32:37.185Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-06-08T20:32:37.188Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO skip step because feature "recovery" is not enabled
39712026-06-08T20:32:37.188Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-06-08T20:32:37.188Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO skip step because feature "recovery" is not enabled
39732026-06-08T20:32:37.188Z[ host-image] Jun 08 20:32:36.341 INFO O| Jun 08 20:32:36.341 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-06-08T20:32:37.194Z[ host-image] Jun 08 20:32:36.349 INFO O| Jun 08 20:32:36.349 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
39752026-06-08T20:32:37.749Z[ host-image] Jun 08 20:32:36.905 INFO O| Jun 08 20:32:36.905 INFO O| Startup: Refreshing catalog 'helios' ... Done
39762026-06-08T20:32:37.826Z[ host-image] Jun 08 20:32:36.982 INFO O| Jun 08 20:32:36.982 INFO O| Startup: Caching catalogs ... Done
39772026-06-08T20:32:38.129Z[ host-image] Jun 08 20:32:37.286 INFO O| Jun 08 20:32:37.286 INFO O| Planning: Solver setup ... Done
39782026-06-08T20:32:38.140Z[ host-image] Jun 08 20:32:37.296 INFO O| Jun 08 20:32:37.296 INFO O| Planning: Running solver ... Done
39792026-06-08T20:32:38.147Z[ host-image] Jun 08 20:32:37.303 INFO O| Jun 08 20:32:37.303 INFO O| Planning: Finding local manifests ... Done
39802026-06-08T20:32:38.164Z[ host-image] Jun 08 20:32:37.319 INFO O| Jun 08 20:32:37.319 INFO O| Planning: Fetching manifests: 0/127 0% complete
39812026-06-08T20:32:39.921Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39822026-06-08T20:32:40.246Z[ host-image] Jun 08 20:32:39.402 INFO O| Jun 08 20:32:39.402 INFO O| Planning: Fetching manifests: 127/127 100% complete
39832026-06-08T20:32:40.720Z[ host-image] Jun 08 20:32:39.876 INFO O| Jun 08 20:32:39.876 INFO O| Planning: Package planning ... Done
39842026-06-08T20:32:40.779Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39852026-06-08T20:32:41.036Z[ host-image] Jun 08 20:32:40.192 INFO O| Jun 08 20:32:40.192 INFO O| Planning: Merging actions ... Done
39862026-06-08T20:32:41.146Z[ host-image] Jun 08 20:32:40.300 INFO O| Jun 08 20:32:40.300 INFO O| Planning: Checking for conflicting actions ... Done
39872026-06-08T20:32:41.247Z[ host-image] Jun 08 20:32:40.403 INFO O| Jun 08 20:32:40.403 INFO O| Planning: Consolidating action changes ... Done
39882026-06-08T20:32:41.433Z[ host-image] Jun 08 20:32:40.589 INFO O| Jun 08 20:32:40.588 INFO O| Planning: Evaluating mediators ... Done
39892026-06-08T20:32:42.856Z[ host-image] Jun 08 20:32:42.010 INFO O| Jun 08 20:32:42.010 INFO O| Planning: Planning completed in 5.03 seconds
39902026-06-08T20:32:42.859Z[ host-image] Jun 08 20:32:42.012 INFO O| Jun 08 20:32:42.012 INFO O| Packages to install: 127
39912026-06-08T20:32:42.859Z[ host-image] Jun 08 20:32:42.012 INFO O| Jun 08 20:32:42.012 INFO O| Mediators to change: 5
39922026-06-08T20:32:42.860Z[ host-image] Jun 08 20:32:42.012 INFO O| Jun 08 20:32:42.012 INFO O| Services to change: 6
39932026-06-08T20:32:42.886Z[ host-image] Jun 08 20:32:42.041 INFO O| Jun 08 20:32:42.041 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
39942026-06-08T20:32:43.051Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39952026-06-08T20:32:43.051Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39962026-06-08T20:32:44.089Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39972026-06-08T20:32:44.701Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39982026-06-08T20:32:48.420Z[ host-image] Jun 08 20:32:47.576 INFO O| Jun 08 20:32:47.576 INFO O| Download: 1619/23754 items 9.7/222.1MB 4% complete (2.2M/s)
39992026-06-08T20:32:53.769Z[ host-image] Jun 08 20:32:52.924 INFO O| Jun 08 20:32:52.924 INFO O| Download: 1780/23754 items 14.2/222.1MB 6% complete (1.3M/s)
40002026-06-08T20:32:56.993Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.10s
40012026-06-08T20:32:58.877ZJun 08 20:32:58.033 INFO [recovery-package] process exited with exit status: 0 (34.129182962s)
40022026-06-08T20:32:58.877ZJun 08 20:32:58.033 INFO [recovery-stamp] running task
40032026-06-08T20:32:58.880ZJun 08 20:32:58.033 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40042026-06-08T20:32:58.880ZJun 08 20:32:58.033 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git3ff799da2b0
40052026-06-08T20:32:58.880ZJun 08 20:32:58.034 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git3ff799da2b0
40062026-06-08T20:32:58.888Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40072026-06-08T20:32:58.892Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40082026-06-08T20:32:58.987Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40092026-06-08T20:32:58.990ZJun 08 20:32:58.147 INFO [stamp-installinator] process exited with exit status: 0 (112.69594ms)
40102026-06-08T20:32:59.032Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40112026-06-08T20:32:59.036ZJun 08 20:32:58.192 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.48149ms)
40122026-06-08T20:32:59.036ZJun 08 20:32:58.192 INFO [recovery-stamp] task succeeded (158.63797ms)
40132026-06-08T20:32:59.036ZJun 08 20:32:58.192 INFO [recovery-proto] running task
40142026-06-08T20:32:59.036ZJun 08 20:32:58.192 INFO [tuf-stamp] running task
40152026-06-08T20:32:59.039ZJun 08 20:32:58.192 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git3ff799da2b0
40162026-06-08T20:32:59.039ZJun 08 20:32:58.193 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git3ff799da2b0
40172026-06-08T20:32:59.039ZJun 08 20:32:58.193 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git3ff799da2b0
40182026-06-08T20:32:59.039ZJun 08 20:32:58.193 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git3ff799da2b0
40192026-06-08T20:32:59.039ZJun 08 20:32:58.193 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git3ff799da2b0
40202026-06-08T20:32:59.039ZJun 08 20:32:58.194 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git3ff799da2b0
40212026-06-08T20:32:59.039ZJun 08 20:32:58.194 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git3ff799da2b0
40222026-06-08T20:32:59.039ZJun 08 20:32:58.194 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git3ff799da2b0
40232026-06-08T20:32:59.039ZJun 08 20:32:58.195 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git3ff799da2b0
40242026-06-08T20:32:59.039ZJun 08 20:32:58.195 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git3ff799da2b0
40252026-06-08T20:32:59.042ZJun 08 20:32:58.195 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git3ff799da2b0
40262026-06-08T20:32:59.042ZJun 08 20:32:58.196 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git3ff799da2b0
40272026-06-08T20:32:59.048Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-06-08T20:32:59.051Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-06-08T20:32:59.051Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-06-08T20:32:59.051Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-06-08T20:32:59.051Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-06-08T20:32:59.051Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-06-08T20:32:59.051Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-06-08T20:32:59.051Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-06-08T20:32:59.051Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-06-08T20:32:59.052Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-06-08T20:32:59.052Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-06-08T20:32:59.052Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-06-08T20:32:59.097Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40402026-06-08T20:32:59.101ZJun 08 20:32:58.257 INFO [stamp-probe] process exited with exit status: 0 (62.85726ms)
40412026-06-08T20:32:59.164ZJun 08 20:32:58.320 INFO [recovery-proto] task succeeded (128.48924ms)
40422026-06-08T20:32:59.167ZJun 08 20:32:58.320 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/.tmpav2ks6/proto/recovery/root -N 'recovery 3ff799d/${os_short_commit} 2026-06-08 20:20' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40432026-06-08T20:32:59.171Z[ recovery-image] Jun 08 20:32:58.327 INFO Checking files for board 'cosmo'
40442026-06-08T20:32:59.171Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40452026-06-08T20:32:59.171Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40462026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO Checking files for board 'cosmo-mbist'
40472026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40482026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO Checking files for board 'cosmo-mbist-noaggr'
40492026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40502026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO Checking files for board 'gimlet'
40512026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40522026-06-08T20:32:59.174Z[ recovery-image] Jun 08 20:32:58.327 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40532026-06-08T20:32:59.180Z[ recovery-image] Jun 08 20:32:58.337 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpav2ks6/proto/recovery/root"
40542026-06-08T20:32:59.183Z[ recovery-image] Jun 08 20:32:58.337 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40552026-06-08T20:32:59.183Z[ recovery-image] Jun 08 20:32:58.337 INFO image builder template: ramdisk-01-os...
40562026-06-08T20:32:59.183Z[ recovery-image] Jun 08 20:32:58.337 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/.tmpav2ks6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40572026-06-08T20:32:59.197Z[ recovery-image] Jun 08 20:32:58.353 INFO O| Jun 08 20:32:58.353 INFO CREATE DATASET: rpool/images/build/recovery/output
40582026-06-08T20:32:59.482Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40592026-06-08T20:32:59.518Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40602026-06-08T20:32:59.557Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40612026-06-08T20:32:59.562ZJun 08 20:32:58.718 INFO [stamp-ntp] process exited with exit status: 0 (522.309049ms)
40622026-06-08T20:32:59.669Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40632026-06-08T20:32:59.672ZJun 08 20:32:58.829 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (634.471168ms)
40642026-06-08T20:32:59.696Z[ recovery-image] Jun 08 20:32:58.852 INFO O| Jun 08 20:32:58.852 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40652026-06-08T20:32:59.699Z[ recovery-image] Jun 08 20:32:58.856 INFO O| Jun 08 20:32:58.856 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40662026-06-08T20:32:59.799Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40672026-06-08T20:32:59.804ZJun 08 20:32:58.960 INFO [stamp-external-dns] process exited with exit status: 0 (764.902138ms)
40682026-06-08T20:32:59.812Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40692026-06-08T20:32:59.817ZJun 08 20:32:58.972 INFO [stamp-internal-dns] process exited with exit status: 0 (779.156288ms)
40702026-06-08T20:32:59.883Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40712026-06-08T20:32:59.887ZJun 08 20:32:59.043 INFO [stamp-crucible-zone] process exited with exit status: 0 (850.740768ms)
40722026-06-08T20:33:00.076Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40732026-06-08T20:33:00.080ZJun 08 20:32:59.236 INFO [stamp-oximeter] process exited with exit status: 0 (1.042898678s)
40742026-06-08T20:33:00.750Z[ recovery-image] Jun 08 20:32:59.906 INFO O| Jun 08 20:32:59.906 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40752026-06-08T20:33:01.612Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40762026-06-08T20:33:01.616ZJun 08 20:33:00.772 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.577334925s)
40772026-06-08T20:33:01.693Z[ recovery-image] Jun 08 20:33:00.849 INFO O| Jun 08 20:33:00.849 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40782026-06-08T20:33:01.693Z[ recovery-image] Jun 08 20:33:00.849 INFO O| Jun 08 20:33:00.849 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40792026-06-08T20:33:01.697Z[ recovery-image] Jun 08 20:33:00.849 INFO O| Jun 08 20:33:00.849 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40802026-06-08T20:33:01.697Z[ recovery-image] Jun 08 20:33:00.849 INFO O| Jun 08 20:33:00.849 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40812026-06-08T20:33:01.700Z[ recovery-image] Jun 08 20:33:00.855 INFO O| Jun 08 20:33:00.855 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40822026-06-08T20:33:01.712Z[ host-image] Jun 08 20:33:00.867 INFO O| Jun 08 20:33:00.867 INFO O| Download: 2138/23754 items 23.1/222.1MB 10% complete (1.7M/s)
40832026-06-08T20:33:03.108Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40842026-06-08T20:33:03.111ZJun 08 20:33:02.267 INFO [stamp-nexus] process exited with exit status: 0 (4.073963892s)
40852026-06-08T20:33:03.505Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40862026-06-08T20:33:03.509ZJun 08 20:33:02.665 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.471758541s)
40872026-06-08T20:33:03.763Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40882026-06-08T20:33:03.768ZJun 08 20:33:02.924 INFO [stamp-clickhouse] process exited with exit status: 0 (4.73017619s)
40892026-06-08T20:33:03.770Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40902026-06-08T20:33:03.774ZJun 08 20:33:02.930 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.7352903s)
40912026-06-08T20:33:03.774ZJun 08 20:33:02.930 INFO [tuf-stamp] task succeeded (4.73863725s)
40922026-06-08T20:33:03.804Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40932026-06-08T20:33:04.022Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40942026-06-08T20:33:04.048Z[verify-libraries] Compiling stacker v0.1.23
40952026-06-08T20:33:04.048Z[verify-libraries] Compiling cfg_aliases v0.1.1
40962026-06-08T20:33:04.081Z[verify-libraries] Compiling home v0.5.12
40972026-06-08T20:33:04.097Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40982026-06-08T20:33:04.097Z[verify-libraries] Compiling nibble_vec v0.1.0
40992026-06-08T20:33:04.101Z[verify-libraries] Compiling endian-type v0.1.2
41002026-06-08T20:33:04.162Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41012026-06-08T20:33:04.185Z[verify-libraries] Compiling nix v0.28.0
41022026-06-08T20:33:04.204Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41032026-06-08T20:33:04.204Z[verify-libraries] Compiling winnow v0.6.26
41042026-06-08T20:33:04.250Z[verify-libraries] Compiling unicode_categories v0.1.1
41052026-06-08T20:33:04.271Z[verify-libraries] Compiling radix_trie v0.2.1
41062026-06-08T20:33:04.291Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41072026-06-08T20:33:04.359Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41082026-06-08T20:33:04.390Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41092026-06-08T20:33:04.417Z[verify-libraries] Compiling polyval v0.6.2
41102026-06-08T20:33:04.440Z[verify-libraries] Compiling ctr v0.9.2
41112026-06-08T20:33:04.464Z[verify-libraries] Compiling colored v2.2.0
41122026-06-08T20:33:04.464Z[verify-libraries] Compiling blowfish v0.9.1
41132026-06-08T20:33:04.506Z[verify-libraries] Compiling ssh-encoding v0.2.0
41142026-06-08T20:33:04.546Z[verify-libraries] Compiling password-hash v0.4.2
41152026-06-08T20:33:04.648Z[verify-libraries] Compiling ghash v0.5.1
41162026-06-08T20:33:04.714Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41172026-06-08T20:33:04.735Z[verify-libraries] Compiling petname v2.0.2
41182026-06-08T20:33:04.760Z[verify-libraries] Compiling p256 v0.13.2
41192026-06-08T20:33:04.760Z[verify-libraries] Compiling p521 v0.13.3
41202026-06-08T20:33:04.806Z[verify-libraries] Compiling psm v0.1.30
41212026-06-08T20:33:04.806Z[verify-libraries] Compiling aes-gcm v0.10.3
41222026-06-08T20:33:04.827Z[verify-libraries] Compiling pbkdf2 v0.11.0
41232026-06-08T20:33:04.870Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41242026-06-08T20:33:04.951Z[verify-libraries] Compiling md5 v0.7.0
41252026-06-08T20:33:05.002Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41262026-06-08T20:33:05.059Z[verify-libraries] Compiling ssh-cipher v0.2.0
41272026-06-08T20:33:05.133Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41282026-06-08T20:33:05.157Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41292026-06-08T20:33:05.179Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41302026-06-08T20:33:05.180Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41312026-06-08T20:33:05.247Z[verify-libraries] Compiling num-bigint v0.4.6
41322026-06-08T20:33:05.268Z[verify-libraries] Compiling des v0.8.1
41332026-06-08T20:33:05.345Z[verify-libraries] Compiling ssh-key v0.6.7
41342026-06-08T20:33:05.369Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41352026-06-08T20:33:05.441Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41362026-06-08T20:33:05.445Z[verify-libraries] Compiling hex-literal v0.4.1
41372026-06-08T20:33:05.488Z[verify-libraries] Compiling sync-ptr v0.1.4
41382026-06-08T20:33:05.643Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41392026-06-08T20:33:05.663Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41402026-06-08T20:33:05.666Z[verify-libraries] Compiling socket2 v0.5.10
41412026-06-08T20:33:05.729Z[verify-libraries] Compiling recursive v0.1.1
41422026-06-08T20:33:05.825Z[verify-libraries] Compiling rustyline v14.0.0
41432026-06-08T20:33:05.881Z[verify-libraries] Compiling sqlparser v0.61.0
41442026-06-08T20:33:05.901Z[verify-libraries] Compiling sqlformat v0.3.5
41452026-06-08T20:33:05.925Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41462026-06-08T20:33:05.959Z[verify-libraries] Compiling internet-checksum v0.2.1
41472026-06-08T20:33:06.071Z[ recovery-image] Jun 08 20:33:05.227 INFO O| Jun 08 20:33:05.227 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41482026-06-08T20:33:06.081Z[ recovery-image] Jun 08 20:33:05.237 INFO O| Jun 08 20:33:05.237 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41492026-06-08T20:33:06.136Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41502026-06-08T20:33:06.176Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41512026-06-08T20:33:06.418Z[ recovery-image] Jun 08 20:33:05.574 INFO O| Jun 08 20:33:05.574 INFO O| Caching catalogs ... Done
41522026-06-08T20:33:06.501Z[verify-libraries] Compiling git-stub v1.0.0
41532026-06-08T20:33:06.516Z[ recovery-image] Jun 08 20:33:05.672 INFO O| Jun 08 20:33:05.672 INFO STEP 0 (pkg_image_create) COMPLETE
41542026-06-08T20:33:06.516Z[ recovery-image] Jun 08 20:33:05.672 INFO O| Jun 08 20:33:05.672 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552026-06-08T20:33:06.526Z[ recovery-image] Jun 08 20:33:05.682 INFO O| Jun 08 20:33:05.682 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"]
41562026-06-08T20:33:06.717Z[ host-image] Jun 08 20:33:05.873 INFO O| Jun 08 20:33:05.873 INFO O| Download: 2408/23754 items 27.4/222.1MB 12% complete (851k/s)
41572026-06-08T20:33:06.730Z[verify-libraries] Compiling russh-keys v0.45.0
41582026-06-08T20:33:06.792Z[verify-libraries] Compiling diff v0.1.13
41592026-06-08T20:33:06.844Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO STEP 1 (pkg_set_publisher) COMPLETE
41602026-06-08T20:33:06.844Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-06-08T20:33:06.845Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO skip step because feature "publisher_1_name" is not enabled
41622026-06-08T20:33:06.848Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-06-08T20:33:06.848Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO skip step because feature "publisher_2_name" is not enabled
41642026-06-08T20:33:06.848Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-06-08T20:33:06.848Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO skip step because feature "publisher_3_name" is not enabled
41662026-06-08T20:33:06.848Z[ recovery-image] Jun 08 20:33:06.000 INFO O| Jun 08 20:33:06.000 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-06-08T20:33:06.925Z[verify-libraries] Compiling yansi v1.0.1
41682026-06-08T20:33:07.123Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41692026-06-08T20:33:07.161Z[ recovery-image] Jun 08 20:33:06.317 INFO O| Jun 08 20:33:06.317 INFO variant opensolaris.zone is already global
41702026-06-08T20:33:07.161Z[ recovery-image] Jun 08 20:33:06.317 INFO O| Jun 08 20:33:06.317 INFO STEP 5 (pkg_change_variant) COMPLETE
41712026-06-08T20:33:07.161Z[ recovery-image] Jun 08 20:33:06.317 INFO O| Jun 08 20:33:06.317 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41722026-06-08T20:33:07.449Z[verify-libraries] Compiling pretty_assertions v1.4.1
41732026-06-08T20:33:07.475Z[ recovery-image] Jun 08 20:33:06.631 INFO O| Jun 08 20:33:06.631 INFO variant opensolaris.imagetype is full; changing to partial
41742026-06-08T20:33:07.475Z[ recovery-image] Jun 08 20:33:06.631 INFO O| Jun 08 20:33:06.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41752026-06-08T20:33:07.541Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41762026-06-08T20:33:07.838Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41772026-06-08T20:33:07.932Z[verify-libraries] Compiling russh v0.45.0
41782026-06-08T20:33:08.011Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41792026-06-08T20:33:08.218Z[ recovery-image] Jun 08 20:33:07.374 INFO O| Jun 08 20:33:07.374 INFO O| Startup: Refreshing catalog 'helios' ... Done
41802026-06-08T20:33:08.295Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41812026-06-08T20:33:08.326Z[ recovery-image] Jun 08 20:33:07.482 INFO O| Jun 08 20:33:07.482 INFO O| Startup: Caching catalogs ... Done
41822026-06-08T20:33:08.332Z[ recovery-image] Jun 08 20:33:07.488 INFO O| Jun 08 20:33:07.488 INFO O| Planning: Planning completed in 0.00 seconds
41832026-06-08T20:33:08.336Z[ recovery-image] Jun 08 20:33:07.489 INFO O| Jun 08 20:33:07.489 INFO O| Planning: Consolidating action changes ... Done
41842026-06-08T20:33:08.336Z[ recovery-image] Jun 08 20:33:07.489 INFO O| Jun 08 20:33:07.489 INFO O| Planning: Evaluating mediators ... Done
41852026-06-08T20:33:08.336Z[ recovery-image] Jun 08 20:33:07.489 INFO O| Jun 08 20:33:07.489 INFO O| Planning: Planning completed in 0.00 seconds
41862026-06-08T20:33:08.336Z[ recovery-image] Jun 08 20:33:07.489 INFO O| Jun 08 20:33:07.489 INFO O| Variants/Facets to change: 1
41872026-06-08T20:33:08.341Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41882026-06-08T20:33:08.350Z[ recovery-image] Jun 08 20:33:07.506 INFO O| Jun 08 20:33:07.506 INFO O| Finalize: Updating package state database ... Done
41892026-06-08T20:33:08.350Z[ recovery-image] Jun 08 20:33:07.506 INFO O| Jun 08 20:33:07.506 INFO O| Finalize: Updating package cache ... Done
41902026-06-08T20:33:08.367Z[ recovery-image] Jun 08 20:33:07.523 INFO O| Jun 08 20:33:07.523 INFO O| Finalize: Updating image state ... Done
41912026-06-08T20:33:08.371Z[ recovery-image] Jun 08 20:33:07.527 INFO O| Jun 08 20:33:07.527 INFO O| Finalize: Creating fast lookup database ... Done
41922026-06-08T20:33:08.374Z[ recovery-image] Jun 08 20:33:07.527 INFO O| Jun 08 20:33:07.527 INFO O| Finalize: Reading search index ... Done
41932026-06-08T20:33:08.374Z[ recovery-image] Jun 08 20:33:07.527 INFO O| Jun 08 20:33:07.527 INFO O| Finalize: Updating search index ... Done
41942026-06-08T20:33:08.374Z[ recovery-image] Jun 08 20:33:07.528 INFO O| Jun 08 20:33:07.528 INFO O| Finalize: Updating package cache ... Done
41952026-06-08T20:33:08.496Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41962026-06-08T20:33:08.502Z[ recovery-image] Jun 08 20:33:07.658 INFO O| Jun 08 20:33:07.658 INFO STEP 6 (pkg_change_variant) COMPLETE
41972026-06-08T20:33:08.502Z[ recovery-image] Jun 08 20:33:07.658 INFO O| Jun 08 20:33:07.658 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41982026-06-08T20:33:08.502Z[ recovery-image] Jun 08 20:33:07.658 INFO O| Jun 08 20:33:07.658 INFO skip step because feature "debug_variant" is not enabled
41992026-06-08T20:33:08.506Z[ recovery-image] Jun 08 20:33:07.658 INFO O| Jun 08 20:33:07.658 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42002026-06-08T20:33:08.546Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42012026-06-08T20:33:08.602Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42022026-06-08T20:33:08.634Z[verify-libraries] Compiling drift v0.2.0
42032026-06-08T20:33:08.832Z[ recovery-image] Jun 08 20:33:07.988 INFO O| Jun 08 20:33:07.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42042026-06-08T20:33:08.949Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42052026-06-08T20:33:08.970Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42062026-06-08T20:33:09.018Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42072026-06-08T20:33:09.149Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42082026-06-08T20:33:09.515Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42092026-06-08T20:33:09.687Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42102026-06-08T20:33:09.716Z[ recovery-image] Jun 08 20:33:08.872 INFO O| Jun 08 20:33:08.872 INFO O| Startup: Refreshing catalog 'helios' ... Done
42112026-06-08T20:33:09.748Z[verify-libraries] Compiling termios v0.3.3
42122026-06-08T20:33:09.812Z[ recovery-image] Jun 08 20:33:08.968 INFO O| Jun 08 20:33:08.968 INFO O| Startup: Caching catalogs ... Done
42132026-06-08T20:33:09.819Z[ recovery-image] Jun 08 20:33:08.975 INFO O| Jun 08 20:33:08.974 INFO O| Planning: Planning completed in 0.00 seconds
42142026-06-08T20:33:09.822Z[ recovery-image] Jun 08 20:33:08.975 INFO O| Jun 08 20:33:08.975 INFO O| Planning: Consolidating action changes ... Done
42152026-06-08T20:33:09.822Z[ recovery-image] Jun 08 20:33:08.975 INFO O| Jun 08 20:33:08.975 INFO O| Planning: Evaluating mediators ... Done
42162026-06-08T20:33:09.822Z[ recovery-image] Jun 08 20:33:08.975 INFO O| Jun 08 20:33:08.975 INFO O| Planning: Planning completed in 0.00 seconds
42172026-06-08T20:33:09.822Z[ recovery-image] Jun 08 20:33:08.975 INFO O| Jun 08 20:33:08.975 INFO O| Variants/Facets to change: 1
42182026-06-08T20:33:09.853Z[ recovery-image] Jun 08 20:33:09.009 INFO O| Jun 08 20:33:09.009 INFO O| Finalize: Updating package state database ... Done
42192026-06-08T20:33:09.853Z[ recovery-image] Jun 08 20:33:09.009 INFO O| Jun 08 20:33:09.009 INFO O| Finalize: Updating package cache ... Done
42202026-06-08T20:33:09.871Z[ recovery-image] Jun 08 20:33:09.027 INFO O| Jun 08 20:33:09.026 INFO O| Finalize: Updating image state ... Done
42212026-06-08T20:33:09.875Z[ recovery-image] Jun 08 20:33:09.030 INFO O| Jun 08 20:33:09.030 INFO O| Finalize: Creating fast lookup database ... Done
42222026-06-08T20:33:09.880Z[ recovery-image] Jun 08 20:33:09.031 INFO O| Jun 08 20:33:09.031 INFO O| Finalize: Reading search index ... Done
42232026-06-08T20:33:09.880Z[ recovery-image] Jun 08 20:33:09.031 INFO O| Jun 08 20:33:09.031 INFO O| Finalize: Updating search index ... Done
42242026-06-08T20:33:09.880Z[ recovery-image] Jun 08 20:33:09.032 INFO O| Jun 08 20:33:09.032 INFO O| Finalize: Updating package cache ... Done
42252026-06-08T20:33:10.035Z[ recovery-image] Jun 08 20:33:09.191 INFO O| Jun 08 20:33:09.191 INFO STEP 8 (pkg_change_facet) COMPLETE
42262026-06-08T20:33:10.035Z[ recovery-image] Jun 08 20:33:09.191 INFO O| Jun 08 20:33:09.191 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42272026-06-08T20:33:10.140Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42282026-06-08T20:33:10.397Z[ recovery-image] Jun 08 20:33:09.553 INFO O| Jun 08 20:33:09.553 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42292026-06-08T20:33:10.890Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42302026-06-08T20:33:11.086Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42312026-06-08T20:33:11.225Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42322026-06-08T20:33:11.571Z[ recovery-image] Jun 08 20:33:10.726 INFO O| Jun 08 20:33:10.726 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-06-08T20:33:11.681Z[ recovery-image] Jun 08 20:33:10.837 INFO O| Jun 08 20:33:10.837 INFO O| Startup: Caching catalogs ... Done
42342026-06-08T20:33:11.688Z[ recovery-image] Jun 08 20:33:10.843 INFO O| Jun 08 20:33:10.843 INFO O| Planning: Planning completed in 0.00 seconds
42352026-06-08T20:33:11.691Z[ recovery-image] Jun 08 20:33:10.844 INFO O| Jun 08 20:33:10.844 INFO O| Planning: Consolidating action changes ... Done
42362026-06-08T20:33:11.691Z[ recovery-image] Jun 08 20:33:10.844 INFO O| Jun 08 20:33:10.844 INFO O| Planning: Evaluating mediators ... Done
42372026-06-08T20:33:11.691Z[ recovery-image] Jun 08 20:33:10.844 INFO O| Jun 08 20:33:10.844 INFO O| Planning: Planning completed in 0.00 seconds
42382026-06-08T20:33:11.691Z[ recovery-image] Jun 08 20:33:10.844 INFO O| Jun 08 20:33:10.844 INFO O| Variants/Facets to change: 1
42392026-06-08T20:33:11.701Z[ recovery-image] Jun 08 20:33:10.857 INFO O| Jun 08 20:33:10.856 INFO O| Finalize: Updating package state database ... Done
42402026-06-08T20:33:11.701Z[ recovery-image] Jun 08 20:33:10.857 INFO O| Jun 08 20:33:10.857 INFO O| Finalize: Updating package cache ... Done
42412026-06-08T20:33:11.718Z[ recovery-image] Jun 08 20:33:10.873 INFO O| Jun 08 20:33:10.873 INFO O| Finalize: Updating image state ... Done
42422026-06-08T20:33:11.721Z[ recovery-image] Jun 08 20:33:10.877 INFO O| Jun 08 20:33:10.877 INFO O| Finalize: Creating fast lookup database ... Done
42432026-06-08T20:33:11.724Z[ recovery-image] Jun 08 20:33:10.878 INFO O| Jun 08 20:33:10.877 INFO O| Finalize: Reading search index ... Done
42442026-06-08T20:33:11.724Z[ recovery-image] Jun 08 20:33:10.878 INFO O| Jun 08 20:33:10.878 INFO O| Finalize: Updating search index ... Done
42452026-06-08T20:33:11.724Z[ recovery-image] Jun 08 20:33:10.878 INFO O| Jun 08 20:33:10.878 INFO O| Finalize: Updating package cache ... Done
42462026-06-08T20:33:11.839Z[ host-image] Jun 08 20:33:10.994 INFO O| Jun 08 20:33:10.994 INFO O| Download: 3473/23754 items 33.8/222.1MB 15% complete (1.1M/s)
42472026-06-08T20:33:11.843Z[ recovery-image] Jun 08 20:33:10.999 INFO O| Jun 08 20:33:10.999 INFO STEP 9 (pkg_change_facet) COMPLETE
42482026-06-08T20:33:11.843Z[ recovery-image] Jun 08 20:33:10.999 INFO O| Jun 08 20:33:10.999 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42492026-06-08T20:33:12.181Z[ recovery-image] Jun 08 20:33:11.336 INFO O| Jun 08 20:33:11.336 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42502026-06-08T20:33:12.650Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42512026-06-08T20:33:13.298Z[ recovery-image] Jun 08 20:33:12.454 INFO O| Jun 08 20:33:12.454 INFO O| Startup: Refreshing catalog 'helios' ... Done
42522026-06-08T20:33:13.393Z[ recovery-image] Jun 08 20:33:12.548 INFO O| Jun 08 20:33:12.548 INFO O| Startup: Caching catalogs ... Done
42532026-06-08T20:33:13.400Z[ recovery-image] Jun 08 20:33:12.556 INFO O| Jun 08 20:33:12.556 INFO O| Planning: Planning completed in 0.00 seconds
42542026-06-08T20:33:13.403Z[ recovery-image] Jun 08 20:33:12.556 INFO O| Jun 08 20:33:12.556 INFO O| Planning: Consolidating action changes ... Done
42552026-06-08T20:33:13.403Z[ recovery-image] Jun 08 20:33:12.556 INFO O| Jun 08 20:33:12.556 INFO O| Planning: Evaluating mediators ... Done
42562026-06-08T20:33:13.403Z[ recovery-image] Jun 08 20:33:12.556 INFO O| Jun 08 20:33:12.556 INFO O| Planning: Planning completed in 0.00 seconds
42572026-06-08T20:33:13.403Z[ recovery-image] Jun 08 20:33:12.557 INFO O| Jun 08 20:33:12.557 INFO O| Variants/Facets to change: 1
42582026-06-08T20:33:13.441Z[ recovery-image] Jun 08 20:33:12.596 INFO O| Jun 08 20:33:12.596 INFO O| Finalize: Updating package state database ... Done
42592026-06-08T20:33:13.441Z[ recovery-image] Jun 08 20:33:12.597 INFO O| Jun 08 20:33:12.596 INFO O| Finalize: Updating package cache ... Done
42602026-06-08T20:33:13.457Z[ recovery-image] Jun 08 20:33:12.613 INFO O| Jun 08 20:33:12.613 INFO O| Finalize: Updating image state ... Done
42612026-06-08T20:33:13.460Z[ recovery-image] Jun 08 20:33:12.616 INFO O| Jun 08 20:33:12.616 INFO O| Finalize: Creating fast lookup database ... Done
42622026-06-08T20:33:13.463Z[ recovery-image] Jun 08 20:33:12.616 INFO O| Jun 08 20:33:12.616 INFO O| Finalize: Reading search index ... Done
42632026-06-08T20:33:13.463Z[ recovery-image] Jun 08 20:33:12.616 INFO O| Jun 08 20:33:12.616 INFO O| Finalize: Updating search index ... Done
42642026-06-08T20:33:13.463Z[ recovery-image] Jun 08 20:33:12.617 INFO O| Jun 08 20:33:12.617 INFO O| Finalize: Updating package cache ... Done
42652026-06-08T20:33:13.571Z[ recovery-image] Jun 08 20:33:12.726 INFO O| Jun 08 20:33:12.726 INFO STEP 10 (pkg_change_facet) COMPLETE
42662026-06-08T20:33:13.571Z[ recovery-image] Jun 08 20:33:12.727 INFO O| Jun 08 20:33:12.726 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-06-08T20:33:13.581Z[ recovery-image] Jun 08 20:33:12.736 INFO O| Jun 08 20:33:12.736 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
42682026-06-08T20:33:14.357Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42692026-06-08T20:33:14.659Z[ recovery-image] Jun 08 20:33:13.815 INFO O| Jun 08 20:33:13.815 INFO O| Startup: Refreshing catalog 'helios' ... Done
42702026-06-08T20:33:14.782Z[ recovery-image] Jun 08 20:33:13.938 INFO O| Jun 08 20:33:13.938 INFO O| Startup: Caching catalogs ... Done
42712026-06-08T20:33:15.184Z[ recovery-image] Jun 08 20:33:14.339 INFO O| Jun 08 20:33:14.339 INFO O| Planning: Solver setup ... Done
42722026-06-08T20:33:15.195Z[ recovery-image] Jun 08 20:33:14.351 INFO O| Jun 08 20:33:14.351 INFO O| Planning: Running solver ... Done
42732026-06-08T20:33:15.206Z[ recovery-image] Jun 08 20:33:14.361 INFO O| Jun 08 20:33:14.361 INFO O| Planning: Finding local manifests ... Done
42742026-06-08T20:33:15.248Z[ recovery-image] Jun 08 20:33:14.404 INFO O| Jun 08 20:33:14.404 INFO O| Planning: Fetching manifests: 0/127 0% complete
42752026-06-08T20:33:16.127Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42762026-06-08T20:33:17.132Z[ host-image] Jun 08 20:33:16.288 INFO O| Jun 08 20:33:16.288 INFO O| Download: 4522/23754 items 41.1/222.1MB 18% complete (1.5M/s)
42772026-06-08T20:33:19.063Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42782026-06-08T20:33:20.248Z[ recovery-image] Jun 08 20:33:19.404 INFO O| Jun 08 20:33:19.404 INFO O| Planning: Fetching manifests: 107/127 84% complete
42792026-06-08T20:33:20.591Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42802026-06-08T20:33:20.983Z[ recovery-image] Jun 08 20:33:20.138 INFO O| Jun 08 20:33:20.138 INFO O| Planning: Fetching manifests: 127/127 100% complete
42812026-06-08T20:33:21.482Z[ recovery-image] Jun 08 20:33:20.636 INFO O| Jun 08 20:33:20.636 INFO O| Planning: Package planning ... Done
42822026-06-08T20:33:21.660Z[ recovery-image] Jun 08 20:33:20.816 INFO O| Jun 08 20:33:20.816 INFO O| Planning: Merging actions ... Done
42832026-06-08T20:33:21.742Z[ recovery-image] Jun 08 20:33:20.884 INFO O| Jun 08 20:33:20.884 INFO O| Planning: Checking for conflicting actions ... Done
42842026-06-08T20:33:21.785Z[ recovery-image] Jun 08 20:33:20.939 INFO O| Jun 08 20:33:20.939 INFO O| Planning: Consolidating action changes ... Done
42852026-06-08T20:33:21.916Z[ recovery-image] Jun 08 20:33:21.071 INFO O| Jun 08 20:33:21.071 INFO O| Planning: Evaluating mediators ... Done
42862026-06-08T20:33:22.331Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42872026-06-08T20:33:22.459Z[ host-image] Jun 08 20:33:21.613 INFO O| Jun 08 20:33:21.613 INFO O| Download: 4837/23754 items 42.8/222.1MB 19% complete (898k/s)
42882026-06-08T20:33:23.315Z[ recovery-image] Jun 08 20:33:22.471 INFO O| Jun 08 20:33:22.471 INFO O| Planning: Planning completed in 8.53 seconds
42892026-06-08T20:33:23.319Z[ recovery-image] Jun 08 20:33:22.473 INFO O| Jun 08 20:33:22.473 INFO O| Packages to install: 127
42902026-06-08T20:33:23.319Z[ recovery-image] Jun 08 20:33:22.473 INFO O| Jun 08 20:33:22.473 INFO O| Mediators to change: 5
42912026-06-08T20:33:23.319Z[ recovery-image] Jun 08 20:33:22.473 INFO O| Jun 08 20:33:22.473 INFO O| Services to change: 5
42922026-06-08T20:33:23.344Z[ recovery-image] Jun 08 20:33:22.499 INFO O| Jun 08 20:33:22.499 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
42932026-06-08T20:33:24.607Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42942026-06-08T20:33:24.824Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42952026-06-08T20:33:27.232Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42962026-06-08T20:33:27.517Z[ host-image] Jun 08 20:33:26.641 INFO O| Jun 08 20:33:26.641 INFO O| Download: 5341/23754 items 46.5/222.1MB 20% complete (681k/s)
42972026-06-08T20:33:28.648Z[ recovery-image] Jun 08 20:33:27.776 INFO O| Jun 08 20:33:27.776 INFO O| Download: 1058/16562 items 8.0/199.3MB 4% complete (1.6M/s)
42982026-06-08T20:33:30.872Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42992026-06-08T20:33:31.016Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43002026-06-08T20:33:31.207Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43012026-06-08T20:33:31.348Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43022026-06-08T20:33:31.410Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43032026-06-08T20:33:32.146Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43042026-06-08T20:33:32.502Z[ host-image] Jun 08 20:33:31.647 INFO O| Jun 08 20:33:31.647 INFO O| Download: 6290/23754 items 47.0/222.1MB 21% complete (439k/s)
43052026-06-08T20:33:33.298Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43062026-06-08T20:33:33.929Z[ recovery-image] Jun 08 20:33:33.082 INFO O| Jun 08 20:33:33.082 INFO O| Download: 1166/16562 items 9.7/199.3MB 4% complete (1.2M/s)
43072026-06-08T20:33:34.481Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43082026-06-08T20:33:34.648Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43092026-06-08T20:33:35.074Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43102026-06-08T20:33:35.878Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43112026-06-08T20:33:36.085Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43122026-06-08T20:33:37.030Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43132026-06-08T20:33:37.251Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43142026-06-08T20:33:37.746Z[ host-image] Jun 08 20:33:36.901 INFO O| Jun 08 20:33:36.901 INFO O| Download: 7075/23754 items 48.5/222.1MB 21% complete (203k/s)
43152026-06-08T20:33:37.824Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43162026-06-08T20:33:37.935Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43172026-06-08T20:33:38.109Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43182026-06-08T20:33:38.939Z[ recovery-image] Jun 08 20:33:38.094 INFO O| Jun 08 20:33:38.094 INFO O| Download: 1500/16562 items 20.9/199.3MB 10% complete (1.3M/s)
43192026-06-08T20:33:40.110Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43202026-06-08T20:33:42.378Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43212026-06-08T20:33:43.541Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43222026-06-08T20:33:43.947Z[ recovery-image] Jun 08 20:33:43.098 INFO O| Jun 08 20:33:43.098 INFO O| Download: 1927/16562 items 28.2/199.3MB 14% complete (1.8M/s)
43232026-06-08T20:33:44.164Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43242026-06-08T20:33:44.183Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43252026-06-08T20:33:44.562Z[ host-image] Jun 08 20:33:43.710 INFO O| Jun 08 20:33:43.710 INFO O| Download: 7157/23754 items 49.1/222.1MB 22% complete (221k/s)
43262026-06-08T20:33:44.927Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43272026-06-08T20:33:45.266Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43282026-06-08T20:33:45.832Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43292026-06-08T20:33:46.494Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43302026-06-08T20:33:49.480Z[ recovery-image] Jun 08 20:33:48.106 INFO O| Jun 08 20:33:48.106 INFO O| Download: 2792/16562 items 32.9/199.3MB 16% complete (1.2M/s)
43312026-06-08T20:33:49.577Z[ host-image] Jun 08 20:33:48.717 INFO O| Jun 08 20:33:48.717 INFO O| Download: 7591/23754 items 59.6/222.1MB 26% complete (1.1M/s)
43322026-06-08T20:33:50.631Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43332026-06-08T20:33:53.191Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43342026-06-08T20:33:53.951Z[ recovery-image] Jun 08 20:33:53.107 INFO O| Jun 08 20:33:53.107 INFO O| Download: 3709/16562 items 38.5/199.3MB 19% complete (1.1M/s)
43352026-06-08T20:33:55.181Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43362026-06-08T20:33:55.622Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43372026-06-08T20:33:55.691Z[ host-image] Jun 08 20:33:54.847 INFO O| Jun 08 20:33:54.847 INFO O| Download: 8414/23754 items 61.7/222.1MB 27% complete (1.4M/s)
43382026-06-08T20:33:56.062Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43392026-06-08T20:33:57.548Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43402026-06-08T20:33:58.601Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-06-08T20:33:58.962Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-06-08T20:33:59.006Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43432026-06-08T20:33:59.147Z[ recovery-image] Jun 08 20:33:58.302 INFO O| Jun 08 20:33:58.302 INFO O| Download: 3926/16562 items 39.6/199.3MB 19% complete (848k/s)
43442026-06-08T20:33:59.516Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43452026-06-08T20:34:00.830Z[ host-image] Jun 08 20:33:59.984 INFO O| Jun 08 20:33:59.984 INFO O| Download: 8758/23754 items 67.2/222.1MB 30% complete (621k/s)
43462026-06-08T20:34:01.766Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43472026-06-08T20:34:02.351Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-06-08T20:34:03.711Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-06-08T20:34:04.160Z[ recovery-image] Jun 08 20:34:03.316 INFO O| Jun 08 20:34:03.316 INFO O| Download: 4089/16562 items 42.6/199.3MB 21% complete (488k/s)
43502026-06-08T20:34:05.931Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43512026-06-08T20:34:06.691Z[ host-image] Jun 08 20:34:05.829 INFO O| Jun 08 20:34:05.829 INFO O| Download: 8868/23754 items 77.4/222.1MB 34% complete (1.6M/s)
43522026-06-08T20:34:09.174Z[ recovery-image] Jun 08 20:34:08.328 INFO O| Jun 08 20:34:08.328 INFO O| Download: 5100/16562 items 43.7/199.3MB 21% complete (426k/s)
43532026-06-08T20:34:11.234Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43542026-06-08T20:34:11.512Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-06-08T20:34:11.736Z[ host-image] Jun 08 20:34:10.856 INFO O| Jun 08 20:34:10.856 INFO O| Download: 9888/23754 items 88.5/222.1MB 39% complete (2.0M/s)
43562026-06-08T20:34:11.886Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43572026-06-08T20:34:15.075Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43582026-06-08T20:34:15.755Z[ recovery-image] Jun 08 20:34:14.908 INFO O| Jun 08 20:34:14.908 INFO O| Download: 5991/16562 items 45.2/199.3MB 22% complete (237k/s)
43592026-06-08T20:34:16.228Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43602026-06-08T20:34:16.303Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-06-08T20:34:16.588Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43622026-06-08T20:34:16.705Z[ host-image] Jun 08 20:34:15.858 INFO O| Jun 08 20:34:15.858 INFO O| Download: 10826/23754 items 94.6/222.1MB 42% complete (1.7M/s)
43632026-06-08T20:34:21.483Z[ recovery-image] Jun 08 20:34:20.637 INFO O| Jun 08 20:34:20.637 INFO O| Download: 6098/16562 items 46.1/199.3MB 23% complete (233k/s)
43642026-06-08T20:34:21.948Z[ host-image] Jun 08 20:34:21.102 INFO O| Jun 08 20:34:21.102 INFO O| Download: 11661/23754 items 99.0/222.1MB 44% complete (1.1M/s)
43652026-06-08T20:34:22.841Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43662026-06-08T20:34:24.824Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43672026-06-08T20:34:25.749Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43682026-06-08T20:34:26.567Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43692026-06-08T20:34:26.756Z[ recovery-image] Jun 08 20:34:25.910 INFO O| Jun 08 20:34:25.910 INFO O| Download: 6321/16562 items 55.7/199.3MB 27% complete (1005k/s)
43702026-06-08T20:34:26.951Z[ host-image] Jun 08 20:34:26.102 INFO O| Jun 08 20:34:26.102 INFO O| Download: 12254/23754 items 105.5/222.1MB 47% complete (1021k/s)
43712026-06-08T20:34:27.145Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43722026-06-08T20:34:27.457Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43732026-06-08T20:34:31.960Z[ host-image] Jun 08 20:34:31.115 INFO O| Jun 08 20:34:31.115 INFO O| Download: 12887/23754 items 116.8/222.1MB 52% complete (1.5M/s)
43742026-06-08T20:34:37.710Z[ recovery-image] Jun 08 20:34:33.577 INFO O| Jun 08 20:34:33.577 INFO O| Download: 6367/16562 items 56.3/199.3MB 28% complete (1.0M/s)
43752026-06-08T20:34:37.813Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43762026-06-08T20:34:37.813Z[ host-image] Jun 08 20:34:36.115 INFO O| Jun 08 20:34:36.115 INFO O| Download: 13917/23754 items 119.4/222.1MB 53% complete (1.4M/s)
43772026-06-08T20:34:40.929Z[ recovery-image] Jun 08 20:34:40.083 INFO O| Jun 08 20:34:40.083 INFO O| Download: 6520/16562 items 59.4/199.3MB 29% complete (261k/s)
43782026-06-08T20:34:41.292Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-06-08T20:34:42.150Z[ host-image] Jun 08 20:34:41.305 INFO O| Jun 08 20:34:41.305 INFO O| Download: 14662/23754 items 119.8/222.1MB 53% complete (855k/s)
43802026-06-08T20:34:42.226Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43812026-06-08T20:34:45.933Z[ recovery-image] Jun 08 20:34:45.088 INFO O| Jun 08 20:34:45.087 INFO O| Download: 7182/16562 items 73.5/199.3MB 36% complete (1.7M/s)
43822026-06-08T20:34:47.704Z[ host-image] Jun 08 20:34:46.858 INFO O| Jun 08 20:34:46.858 INFO O| Download: 15186/23754 items 121.4/222.1MB 54% complete (201k/s)
43832026-06-08T20:34:49.293Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43842026-06-08T20:34:49.356Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43852026-06-08T20:34:50.136Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43862026-06-08T20:34:50.953Z[ recovery-image] Jun 08 20:34:50.092 INFO O| Jun 08 20:34:50.092 INFO O| Download: 8015/16562 items 82.9/199.3MB 41% complete (2.4M/s)
43872026-06-08T20:34:52.708Z[ host-image] Jun 08 20:34:51.859 INFO O| Jun 08 20:34:51.859 INFO O| Download: 16001/23754 items 129.5/222.1MB 58% complete (1.1M/s)
43882026-06-08T20:34:56.076Z[ recovery-image] Jun 08 20:34:55.231 INFO O| Jun 08 20:34:55.230 INFO O| Download: 8513/16562 items 87.4/199.3MB 43% complete (1.4M/s)
43892026-06-08T20:34:56.621Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43902026-06-08T20:34:58.797Z[ host-image] Jun 08 20:34:57.931 INFO O| Jun 08 20:34:57.931 INFO O| Download: 16491/23754 items 135.6/222.1MB 61% complete (1.4M/s)
43912026-06-08T20:35:01.200Z[ recovery-image] Jun 08 20:35:00.335 INFO O| Jun 08 20:35:00.334 INFO O| Download: 9203/16562 items 93.1/199.3MB 46% complete (982k/s)
43922026-06-08T20:35:03.798Z[ host-image] Jun 08 20:35:02.950 INFO O| Jun 08 20:35:02.950 INFO O| Download: 17114/23754 items 148.3/222.1MB 66% complete (1.4M/s)
43932026-06-08T20:35:06.947Z[ recovery-image] Jun 08 20:35:06.102 INFO O| Jun 08 20:35:06.102 INFO O| Download: 9376/16562 items 102.0/199.3MB 51% complete (1.7M/s)
43942026-06-08T20:35:08.815Z[ host-image] Jun 08 20:35:07.967 INFO O| Jun 08 20:35:07.967 INFO O| Download: 18169/23754 items 159.4/222.1MB 71% complete (2.4M/s)
43952026-06-08T20:35:11.956Z[ recovery-image] Jun 08 20:35:11.103 INFO O| Jun 08 20:35:11.103 INFO O| Download: 10244/16562 items 103.1/199.3MB 51% complete (967k/s)
43962026-06-08T20:35:14.056Z[ host-image] Jun 08 20:35:13.210 INFO O| Jun 08 20:35:13.210 INFO O| Download: 18707/23754 items 169.7/222.1MB 76% complete (2.1M/s)
43972026-06-08T20:35:14.988Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43982026-06-08T20:35:16.964Z[ recovery-image] Jun 08 20:35:16.105 INFO O| Jun 08 20:35:16.105 INFO O| Download: 11343/16562 items 104.0/199.3MB 52% complete (199k/s)
43992026-06-08T20:35:19.105Z[ host-image] Jun 08 20:35:18.212 INFO O| Jun 08 20:35:18.211 INFO O| Download: 19474/23754 items 174.6/222.1MB 78% complete (1.5M/s)
44002026-06-08T20:35:21.950Z[ recovery-image] Jun 08 20:35:21.105 INFO O| Jun 08 20:35:21.105 INFO O| Download: 11585/16562 items 108.0/199.3MB 54% complete (421k/s)
44012026-06-08T20:35:24.060Z[ host-image] Jun 08 20:35:23.212 INFO O| Jun 08 20:35:23.212 INFO O| Download: 19764/23754 items 175.5/222.1MB 79% complete (597k/s)
44022026-06-08T20:35:27.620Z[ recovery-image] Jun 08 20:35:26.771 INFO O| Jun 08 20:35:26.771 INFO O| Download: 11924/16562 items 117.3/199.3MB 58% complete (1.3M/s)
44032026-06-08T20:35:29.062Z[ host-image] Jun 08 20:35:28.214 INFO O| Jun 08 20:35:28.214 INFO O| Download: 20859/23754 items 179.8/222.1MB 80% complete (536k/s)
44042026-06-08T20:35:30.594Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44052026-06-08T20:35:30.878Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44062026-06-08T20:35:30.946Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44072026-06-08T20:35:31.119Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44082026-06-08T20:35:31.160Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44092026-06-08T20:35:31.295Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44102026-06-08T20:35:32.698Z[ recovery-image] Jun 08 20:35:31.843 INFO O| Jun 08 20:35:31.843 INFO O| Download: 12453/16562 items 138.9/199.3MB 69% complete (3.3M/s)
44112026-06-08T20:35:34.005Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44122026-06-08T20:35:34.097Z[ host-image] Jun 08 20:35:33.214 INFO O| Jun 08 20:35:33.214 INFO O| Download: 21500/23754 items 183.2/222.1MB 82% complete (783k/s)
44132026-06-08T20:35:35.521Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44142026-06-08T20:35:38.134Z[ recovery-image] Jun 08 20:35:37.244 INFO O| Jun 08 20:35:37.244 INFO O| Download: 13542/16562 items 154.2/199.3MB 77% complete (3.8M/s)
44152026-06-08T20:35:42.958Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44162026-06-08T20:35:43.152Z[ recovery-image] Jun 08 20:35:42.256 INFO O| Jun 08 20:35:42.256 INFO O| Download: 14564/16562 items 158.1/199.3MB 79% complete (1.4M/s)
44172026-06-08T20:35:47.599Z[ host-image] Jun 08 20:35:45.393 INFO O| Jun 08 20:35:45.393 INFO O| Download: 21579/23754 items 184.0/222.1MB 82% complete
44182026-06-08T20:35:48.604Z[ recovery-image] Jun 08 20:35:47.745 INFO O| Jun 08 20:35:47.745 INFO O| Download: 15219/16562 items 161.6/199.3MB 81% complete (787k/s)
44192026-06-08T20:35:51.253Z[ host-image] Jun 08 20:35:50.404 INFO O| Jun 08 20:35:50.404 INFO O| Download: 22439/23754 items 198.8/222.1MB 89% complete (2.9M/s)
44202026-06-08T20:35:53.595Z[ recovery-image] Jun 08 20:35:52.748 INFO O| Jun 08 20:35:52.748 INFO O| Download: 15864/16562 items 169.7/199.3MB 85% complete (1.1M/s)
44212026-06-08T20:35:56.347Z[ host-image] Jun 08 20:35:55.501 INFO O| Jun 08 20:35:55.501 INFO O| Download: 22875/23754 items 214.7/222.1MB 96% complete (3.1M/s)
44222026-06-08T20:35:58.790Z[ recovery-image] Jun 08 20:35:57.906 INFO O| Jun 08 20:35:57.906 INFO O| Download: 15979/16562 items 178.1/199.3MB 89% complete (1.9M/s)
44232026-06-08T20:36:02.815Z[ host-image] Jun 08 20:36:01.943 INFO O| Jun 08 20:36:01.943 INFO O| Download: 22928/23754 items 215.1/222.1MB 96% complete (2.2M/s)
44242026-06-08T20:36:03.790Z[ recovery-image] Jun 08 20:36:02.932 INFO O| Jun 08 20:36:02.931 INFO O| Download: 16243/16562 items 192.7/199.3MB 96% complete (2.5M/s)
44252026-06-08T20:36:07.796Z[ host-image] Jun 08 20:36:06.946 INFO O| Jun 08 20:36:06.945 INFO O| Download: 23374/23754 items 221.6/222.1MB 99% complete (765k/s)
44262026-06-08T20:36:11.109Z[ recovery-image] Jun 08 20:36:10.260 INFO O| Jun 08 20:36:10.260 INFO O| Download: 16343/16562 items 194.1/199.3MB 97% complete (1.6M/s)
44272026-06-08T20:36:14.099Z[ recovery-image] Jun 08 20:36:13.239 INFO O| Jun 08 20:36:13.239 INFO O| Download: Completed 199.29 MB in 170.73 seconds (1.2M/s)
44282026-06-08T20:36:14.323Z[ recovery-image] Jun 08 20:36:13.474 INFO O| Jun 08 20:36:13.474 INFO O| Actions: 1/27372 actions (Installing new actions)
44292026-06-08T20:36:14.427Z[ host-image] Jun 08 20:36:13.565 INFO O| Jun 08 20:36:13.565 INFO O| Download: 23752/23754 items 222.1/222.1MB 99% complete (764k/s)
44302026-06-08T20:36:14.474Z[ host-image] Jun 08 20:36:13.606 INFO O| Jun 08 20:36:13.606 INFO O| Download: Completed 222.09 MB in 211.56 seconds (1.1M/s)
44312026-06-08T20:36:15.045Z[ host-image] Jun 08 20:36:14.104 INFO O| Jun 08 20:36:14.104 INFO O| Actions: 1/53919 actions (Installing new actions)
44322026-06-08T20:36:19.325Z[ recovery-image] Jun 08 20:36:18.479 INFO O| Jun 08 20:36:18.479 INFO O| Actions: 26882/27372 actions (Installing new actions)
44332026-06-08T20:36:19.610Z[ recovery-image] Jun 08 20:36:18.764 INFO O| Jun 08 20:36:18.764 INFO O| Actions: Completed 27372 actions in 5.29 seconds.
44342026-06-08T20:36:19.654Z[ recovery-image] Jun 08 20:36:18.809 INFO O| Jun 08 20:36:18.809 INFO O| Finalize: Updating package state database ... Done
44352026-06-08T20:36:19.672Z[ recovery-image] Jun 08 20:36:18.809 INFO O| Jun 08 20:36:18.809 INFO O| Finalize: Updating package cache ... Done
44362026-06-08T20:36:19.700Z[ recovery-image] Jun 08 20:36:18.843 INFO O| Jun 08 20:36:18.843 INFO O| Finalize: Updating image state ... Done
44372026-06-08T20:36:19.948Z[ host-image] Jun 08 20:36:19.103 INFO O| Jun 08 20:36:19.102 INFO O| Actions: 24005/53919 actions (Installing new actions)
44382026-06-08T20:36:20.324Z[ recovery-image] Jun 08 20:36:19.478 INFO O| Jun 08 20:36:19.478 INFO O| Finalize: Creating fast lookup database ... Done
44392026-06-08T20:36:20.339Z[ recovery-image] Jun 08 20:36:19.494 INFO O| Jun 08 20:36:19.494 INFO O| Finalize: Reading search index ... Done
44402026-06-08T20:36:21.903Z[ recovery-image] Jun 08 20:36:21.057 INFO O| Jun 08 20:36:21.057 INFO O| Finalize: Building new search index ... Done
44412026-06-08T20:36:21.966Z[ host-image] Jun 08 20:36:21.116 INFO O| Jun 08 20:36:21.116 INFO O| Actions: Completed 53919 actions in 7.01 seconds.
44422026-06-08T20:36:22.014Z[ host-image] Jun 08 20:36:21.166 INFO O| Jun 08 20:36:21.166 INFO O| Finalize: Updating package state database ... Done
44432026-06-08T20:36:22.014Z[ host-image] Jun 08 20:36:21.166 INFO O| Jun 08 20:36:21.166 INFO O| Finalize: Updating package cache ... Done
44442026-06-08T20:36:22.050Z[ host-image] Jun 08 20:36:21.204 INFO O| Jun 08 20:36:21.204 INFO O| Finalize: Updating image state ... Done
44452026-06-08T20:36:22.178Z[ recovery-image] Jun 08 20:36:21.332 INFO O| Jun 08 20:36:21.332 INFO O| Finalize: Updating package cache ... Done
44462026-06-08T20:36:22.288Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.442 INFO STEP 11 (pkg_install) COMPLETE
44472026-06-08T20:36:22.289Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.443 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44482026-06-08T20:36:22.289Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.443 INFO skip step because feature "recovery" is enabled
44492026-06-08T20:36:22.304Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.443 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502026-06-08T20:36:22.304Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.443 INFO skip step because feature "omicron1" is not enabled
44512026-06-08T20:36:22.304Z[ recovery-image] Jun 08 20:36:21.443 INFO O| Jun 08 20:36:21.443 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-06-08T20:36:22.304Z[ recovery-image] Jun 08 20:36:21.450 INFO O| Jun 08 20:36:21.449 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
44532026-06-08T20:36:22.829Z[ host-image] Jun 08 20:36:21.983 INFO O| Jun 08 20:36:21.983 INFO O| Finalize: Creating fast lookup database ... Done
44542026-06-08T20:36:22.850Z[ host-image] Jun 08 20:36:22.004 INFO O| Jun 08 20:36:22.004 INFO O| Finalize: Reading search index ... Done
44552026-06-08T20:36:23.591Z[ recovery-image] Jun 08 20:36:22.740 INFO O| Jun 08 20:36:22.740 INFO O| Startup: Refreshing catalog 'helios' ... Done
44562026-06-08T20:36:23.743Z[ recovery-image] Jun 08 20:36:22.838 INFO O| Jun 08 20:36:22.838 INFO O| Startup: Caching catalogs ... Done
44572026-06-08T20:36:23.855Z[ recovery-image] Jun 08 20:36:23.009 INFO O| Jun 08 20:36:23.009 INFO O| Planning: Solver setup ... Done
44582026-06-08T20:36:23.862Z[ recovery-image] Jun 08 20:36:23.014 INFO O| Jun 08 20:36:23.014 INFO O| Planning: Running solver ... Done
44592026-06-08T20:36:23.872Z[ recovery-image] Jun 08 20:36:23.018 INFO O| Jun 08 20:36:23.018 INFO O| Planning: Finding local manifests ... Done
44602026-06-08T20:36:23.907Z[ recovery-image] Jun 08 20:36:23.061 INFO O| Jun 08 20:36:23.061 INFO O| Planning: Fetching manifests: 0/1 0% complete
44612026-06-08T20:36:23.913Z[ recovery-image] Jun 08 20:36:23.067 INFO O| Jun 08 20:36:23.066 INFO O| Planning: Fetching manifests: 1/1 100% complete
44622026-06-08T20:36:23.931Z[ recovery-image] Jun 08 20:36:23.086 INFO O| Jun 08 20:36:23.086 INFO O| Planning: Package planning ... Done
44632026-06-08T20:36:23.937Z[ recovery-image] Jun 08 20:36:23.086 INFO O| Jun 08 20:36:23.086 INFO O| Planning: Merging actions ... Done
44642026-06-08T20:36:24.009Z[ recovery-image] Jun 08 20:36:23.164 INFO O| Jun 08 20:36:23.164 INFO O| Planning: Checking for conflicting actions ... Done
44652026-06-08T20:36:24.017Z[ recovery-image] Jun 08 20:36:23.164 INFO O| Jun 08 20:36:23.164 INFO O| Planning: Consolidating action changes ... Done
44662026-06-08T20:36:24.132Z[ recovery-image] Jun 08 20:36:23.286 INFO O| Jun 08 20:36:23.286 INFO O| Planning: Evaluating mediators ... Done
44672026-06-08T20:36:24.156Z[ recovery-image] Jun 08 20:36:23.309 INFO O| Jun 08 20:36:23.309 INFO O| Planning: Planning completed in 0.46 seconds
44682026-06-08T20:36:24.165Z[ recovery-image] Jun 08 20:36:23.310 INFO O| Jun 08 20:36:23.309 INFO O| Packages to install: 1
44692026-06-08T20:36:24.177Z[ recovery-image] Jun 08 20:36:23.320 INFO O| Jun 08 20:36:23.320 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
44702026-06-08T20:36:24.950Z[ recovery-image] Jun 08 20:36:24.103 INFO O| Jun 08 20:36:24.103 INFO O| Download: Completed 13.07 MB in 0.78 seconds (16.7M/s)
44712026-06-08T20:36:24.971Z[ recovery-image] Jun 08 20:36:24.125 INFO O| Jun 08 20:36:24.125 INFO O| Actions: 1/22 actions (Installing new actions)
44722026-06-08T20:36:25.226Z[ recovery-image] Jun 08 20:36:24.379 INFO O| Jun 08 20:36:24.379 INFO O| Actions: Completed 22 actions in 0.25 seconds.
44732026-06-08T20:36:25.242Z[ recovery-image] Jun 08 20:36:24.390 INFO O| Jun 08 20:36:24.390 INFO O| Finalize: Updating package state database ... Done
44742026-06-08T20:36:25.242Z[ recovery-image] Jun 08 20:36:24.390 INFO O| Jun 08 20:36:24.390 INFO O| Finalize: Updating package cache ... Done
44752026-06-08T20:36:25.267Z[ recovery-image] Jun 08 20:36:24.418 INFO O| Jun 08 20:36:24.418 INFO O| Finalize: Updating image state ... Done
44762026-06-08T20:36:25.529Z[ host-image] Jun 08 20:36:24.671 INFO O| Jun 08 20:36:24.671 INFO O| Finalize: Building new search index ... Done
44772026-06-08T20:36:25.878Z[ recovery-image] Jun 08 20:36:25.028 INFO O| Jun 08 20:36:25.027 INFO O| Finalize: Creating fast lookup database ... Done
44782026-06-08T20:36:25.889Z[ recovery-image] Jun 08 20:36:25.043 INFO O| Jun 08 20:36:25.043 INFO O| Finalize: Reading search index ... Done
44792026-06-08T20:36:25.889Z[ recovery-image] Jun 08 20:36:25.043 INFO O| Jun 08 20:36:25.043 INFO O| Finalize: Updating search index ... Done
44802026-06-08T20:36:25.907Z[ recovery-image] Jun 08 20:36:25.054 INFO O| Jun 08 20:36:25.054 INFO O| Finalize: Updating package cache ... Done
44812026-06-08T20:36:25.977Z[ host-image] Jun 08 20:36:25.121 INFO O| Jun 08 20:36:25.121 INFO O| Finalize: Updating package cache ... Done
44822026-06-08T20:36:26.053Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.183 INFO STEP 14 (pkg_install) COMPLETE
44832026-06-08T20:36:26.053Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-06-08T20:36:26.053Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "mbist" is not enabled
44852026-06-08T20:36:26.076Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-06-08T20:36:26.077Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "mfg" is not enabled
44872026-06-08T20:36:26.077Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44882026-06-08T20:36:26.077Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "compliance" is not enabled
44892026-06-08T20:36:26.077Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44902026-06-08T20:36:26.077Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "stress" is not enabled
44912026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44922026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "compliance" is not enabled
44932026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44942026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO skip step because feature "nfs" is not enabled
44952026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44962026-06-08T20:36:26.078Z[ recovery-image] Jun 08 20:36:25.184 INFO O| Jun 08 20:36:25.184 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44972026-06-08T20:36:26.157Z[ host-image] Jun 08 20:36:25.310 INFO O| Jun 08 20:36:25.310 INFO STEP 11 (pkg_install) COMPLETE
44982026-06-08T20:36:26.157Z[ host-image] Jun 08 20:36:25.310 INFO O| Jun 08 20:36:25.310 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-06-08T20:36:26.206Z[ host-image] Jun 08 20:36:25.319 INFO O| Jun 08 20:36:25.319 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"]
45002026-06-08T20:36:26.229Z[ recovery-image] Jun 08 20:36:25.345 INFO O| Jun 08 20:36:25.345 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45012026-06-08T20:36:26.290Z[ recovery-image] Jun 08 20:36:25.441 INFO O| Jun 08 20:36:25.441 INFO completed processing sled/ramdisk-01-os
45022026-06-08T20:36:26.306Z[ recovery-image] Jun 08 20:36:25.443 INFO image builder template: ramdisk-02-trim...
45032026-06-08T20:36:26.306Z[ recovery-image] Jun 08 20:36:25.444 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/.tmpav2ks6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45042026-06-08T20:36:26.321Z[ recovery-image] Jun 08 20:36:25.462 INFO O| Jun 08 20:36:25.462 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45052026-06-08T20:36:26.321Z[ recovery-image] Jun 08 20:36:25.465 INFO O| Jun 08 20:36:25.465 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45062026-06-08T20:36:26.375Z[ recovery-image] Jun 08 20:36:25.529 INFO O| Jun 08 20:36:25.529 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45072026-06-08T20:36:26.452Z[ recovery-image] Jun 08 20:36:25.597 INFO O| Jun 08 20:36:25.597 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45082026-06-08T20:36:26.452Z[ recovery-image] Jun 08 20:36:25.597 INFO O| Jun 08 20:36:25.597 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45092026-06-08T20:36:26.462Z[ recovery-image] Jun 08 20:36:25.601 INFO O| Jun 08 20:36:25.601 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45102026-06-08T20:36:26.462Z[ recovery-image] Jun 08 20:36:25.604 INFO O| Jun 08 20:36:25.604 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45112026-06-08T20:36:26.462Z[ recovery-image] Jun 08 20:36:25.607 INFO O| Jun 08 20:36:25.607 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45122026-06-08T20:36:26.945Z[ recovery-image] Jun 08 20:36:26.057 INFO O| Jun 08 20:36:26.057 INFO rolled back to input snapshot; work may begin
45132026-06-08T20:36:26.945Z[ recovery-image] Jun 08 20:36:26.057 INFO O| Jun 08 20:36:26.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45142026-06-08T20:36:26.965Z[ recovery-image] Jun 08 20:36:26.061 INFO O| Jun 08 20:36:26.061 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45152026-06-08T20:36:26.965Z[ recovery-image] Jun 08 20:36:26.072 INFO O| Jun 08 20:36:26.072 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45162026-06-08T20:36:26.994Z[ recovery-image] Jun 08 20:36:26.107 INFO O| Jun 08 20:36:26.107 INFO STEP 0 (remove_files) COMPLETE
45172026-06-08T20:36:26.994Z[ recovery-image] Jun 08 20:36:26.107 INFO O| Jun 08 20:36:26.107 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45182026-06-08T20:36:26.994Z[ recovery-image] Jun 08 20:36:26.117 INFO O| Jun 08 20:36:26.117 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45192026-06-08T20:36:26.994Z[ recovery-image] Jun 08 20:36:26.118 INFO O| Jun 08 20:36:26.118 INFO STEP 1 (remove_files) COMPLETE
45202026-06-08T20:36:26.994Z[ recovery-image] Jun 08 20:36:26.118 INFO O| Jun 08 20:36:26.118 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45212026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.128 INFO O| Jun 08 20:36:26.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45222026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.139 INFO O| Jun 08 20:36:26.139 INFO STEP 2 (remove_files) COMPLETE
45232026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.139 INFO O| Jun 08 20:36:26.139 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45242026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.148 INFO O| Jun 08 20:36:26.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45252026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.149 INFO O| Jun 08 20:36:26.149 INFO STEP 3 (remove_files) COMPLETE
45262026-06-08T20:36:27.012Z[ recovery-image] Jun 08 20:36:26.149 INFO O| Jun 08 20:36:26.149 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45272026-06-08T20:36:27.034Z[ recovery-image] Jun 08 20:36:26.156 INFO O| Jun 08 20:36:26.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45282026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.159 INFO O| Jun 08 20:36:26.159 INFO STEP 4 (remove_files) COMPLETE
45292026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.159 INFO O| Jun 08 20:36:26.159 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45302026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.166 INFO O| Jun 08 20:36:26.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45312026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.166 INFO O| Jun 08 20:36:26.166 INFO STEP 5 (remove_files) COMPLETE
45322026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.166 INFO O| Jun 08 20:36:26.166 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45332026-06-08T20:36:27.035Z[ recovery-image] Jun 08 20:36:26.173 INFO O| Jun 08 20:36:26.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45342026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.182 INFO O| Jun 08 20:36:26.182 INFO STEP 6 (remove_files) COMPLETE
45352026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.182 INFO O| Jun 08 20:36:26.182 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.182 INFO O| Jun 08 20:36:26.182 INFO skip step because feature "heliosv2" is not enabled
45372026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.182 INFO O| Jun 08 20:36:26.182 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45382026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.182 INFO O| Jun 08 20:36:26.182 INFO skip step because feature "recovery" is enabled
45392026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.183 INFO O| Jun 08 20:36:26.182 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.183 INFO O| Jun 08 20:36:26.182 INFO skip step because feature "recovery" is enabled
45412026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.183 INFO O| Jun 08 20:36:26.182 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.183 INFO O| Jun 08 20:36:26.182 INFO skip step because feature "recovery" is enabled
45432026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.183 INFO O| Jun 08 20:36:26.182 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45442026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.191 INFO O| Jun 08 20:36:26.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45452026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.193 INFO O| Jun 08 20:36:26.193 INFO STEP 11 (remove_files) COMPLETE
45462026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.194 INFO O| Jun 08 20:36:26.193 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45472026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.201 INFO O| Jun 08 20:36:26.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45482026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.202 INFO O| Jun 08 20:36:26.202 INFO STEP 12 (remove_files) COMPLETE
45492026-06-08T20:36:27.061Z[ recovery-image] Jun 08 20:36:26.202 INFO O| Jun 08 20:36:26.202 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45502026-06-08T20:36:27.062Z[ recovery-image] Jun 08 20:36:26.210 INFO O| Jun 08 20:36:26.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45512026-06-08T20:36:27.062Z[ recovery-image] Jun 08 20:36:26.211 INFO O| Jun 08 20:36:26.211 INFO STEP 13 (remove_files) COMPLETE
45522026-06-08T20:36:27.062Z[ recovery-image] Jun 08 20:36:26.211 INFO O| Jun 08 20:36:26.211 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45532026-06-08T20:36:27.071Z[ host-image] Jun 08 20:36:26.219 INFO O| Jun 08 20:36:26.219 INFO O| Startup: Refreshing catalog 'helios' ... Done
45542026-06-08T20:36:27.079Z[ recovery-image] Jun 08 20:36:26.234 INFO O| Jun 08 20:36:26.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45552026-06-08T20:36:27.085Z[ recovery-image] Jun 08 20:36:26.239 INFO O| Jun 08 20:36:26.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45562026-06-08T20:36:27.198Z[ host-image] Jun 08 20:36:26.352 INFO O| Jun 08 20:36:26.352 INFO O| Startup: Caching catalogs ... Done
45572026-06-08T20:36:27.217Z[ recovery-image] Jun 08 20:36:26.371 INFO O| Jun 08 20:36:26.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45582026-06-08T20:36:27.217Z[ recovery-image] Jun 08 20:36:26.371 INFO O| Jun 08 20:36:26.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45592026-06-08T20:36:27.225Z[ recovery-image] Jun 08 20:36:26.380 INFO O| Jun 08 20:36:26.380 INFO STEP 14 (remove_files) COMPLETE
45602026-06-08T20:36:27.225Z[ recovery-image] Jun 08 20:36:26.380 INFO O| Jun 08 20:36:26.380 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-06-08T20:36:27.234Z[ recovery-image] Jun 08 20:36:26.388 INFO O| Jun 08 20:36:26.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45622026-06-08T20:36:27.242Z[ recovery-image] Jun 08 20:36:26.389 INFO O| Jun 08 20:36:26.389 INFO STEP 15 (remove_files) COMPLETE
45632026-06-08T20:36:27.242Z[ recovery-image] Jun 08 20:36:26.389 INFO O| Jun 08 20:36:26.389 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-06-08T20:36:27.242Z[ recovery-image] Jun 08 20:36:26.396 INFO O| Jun 08 20:36:26.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45652026-06-08T20:36:27.247Z[ recovery-image] Jun 08 20:36:26.401 INFO O| Jun 08 20:36:26.401 INFO STEP 16 (remove_files) COMPLETE
45662026-06-08T20:36:27.247Z[ recovery-image] Jun 08 20:36:26.401 INFO O| Jun 08 20:36:26.401 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-06-08T20:36:27.255Z[ recovery-image] Jun 08 20:36:26.409 INFO O| Jun 08 20:36:26.409 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45682026-06-08T20:36:27.255Z[ recovery-image] Jun 08 20:36:26.409 INFO O| Jun 08 20:36:26.409 INFO STEP 17 (remove_files) COMPLETE
45692026-06-08T20:36:27.255Z[ recovery-image] Jun 08 20:36:26.409 INFO O| Jun 08 20:36:26.409 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-06-08T20:36:27.262Z[ recovery-image] Jun 08 20:36:26.416 INFO O| Jun 08 20:36:26.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45712026-06-08T20:36:27.271Z[ recovery-image] Jun 08 20:36:26.417 INFO O| Jun 08 20:36:26.417 INFO STEP 18 (remove_files) COMPLETE
45722026-06-08T20:36:27.271Z[ recovery-image] Jun 08 20:36:26.417 INFO O| Jun 08 20:36:26.417 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-06-08T20:36:27.271Z[ recovery-image] Jun 08 20:36:26.423 INFO O| Jun 08 20:36:26.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45742026-06-08T20:36:27.271Z[ recovery-image] Jun 08 20:36:26.423 INFO O| Jun 08 20:36:26.423 INFO STEP 19 (remove_files) COMPLETE
45752026-06-08T20:36:27.271Z[ recovery-image] Jun 08 20:36:26.423 INFO O| Jun 08 20:36:26.423 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-06-08T20:36:27.276Z[ recovery-image] Jun 08 20:36:26.430 INFO O| Jun 08 20:36:26.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45772026-06-08T20:36:27.276Z[ recovery-image] Jun 08 20:36:26.430 INFO O| Jun 08 20:36:26.430 INFO STEP 20 (remove_files) COMPLETE
45782026-06-08T20:36:27.276Z[ recovery-image] Jun 08 20:36:26.430 INFO O| Jun 08 20:36:26.430 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-06-08T20:36:27.300Z[ recovery-image] Jun 08 20:36:26.436 INFO O| Jun 08 20:36:26.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45802026-06-08T20:36:27.300Z[ recovery-image] Jun 08 20:36:26.436 INFO O| Jun 08 20:36:26.436 INFO STEP 21 (remove_files) COMPLETE
45812026-06-08T20:36:27.300Z[ recovery-image] Jun 08 20:36:26.436 INFO O| Jun 08 20:36:26.436 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.442 INFO O| Jun 08 20:36:26.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45832026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.442 INFO O| Jun 08 20:36:26.442 INFO STEP 22 (remove_files) COMPLETE
45842026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.442 INFO O| Jun 08 20:36:26.442 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.448 INFO O| Jun 08 20:36:26.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45862026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.448 INFO O| Jun 08 20:36:26.448 INFO STEP 23 (remove_files) COMPLETE
45872026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.448 INFO O| Jun 08 20:36:26.448 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-06-08T20:36:27.346Z[ recovery-image] Jun 08 20:36:26.454 INFO O| Jun 08 20:36:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45892026-06-08T20:36:27.347Z[ recovery-image] Jun 08 20:36:26.454 INFO O| Jun 08 20:36:26.454 INFO STEP 24 (remove_files) COMPLETE
45902026-06-08T20:36:27.347Z[ recovery-image] Jun 08 20:36:26.454 INFO O| Jun 08 20:36:26.454 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-06-08T20:36:27.347Z[ recovery-image] Jun 08 20:36:26.461 INFO O| Jun 08 20:36:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45922026-06-08T20:36:27.347Z[ recovery-image] Jun 08 20:36:26.461 INFO O| Jun 08 20:36:26.461 INFO STEP 25 (remove_files) COMPLETE
45932026-06-08T20:36:27.347Z[ recovery-image] Jun 08 20:36:26.461 INFO O| Jun 08 20:36:26.461 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.469 INFO O| Jun 08 20:36:26.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45952026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.469 INFO O| Jun 08 20:36:26.469 INFO STEP 26 (remove_files) COMPLETE
45962026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.469 INFO O| Jun 08 20:36:26.469 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.475 INFO O| Jun 08 20:36:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45982026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.475 INFO O| Jun 08 20:36:26.475 INFO STEP 27 (remove_files) COMPLETE
45992026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.475 INFO O| Jun 08 20:36:26.475 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.481 INFO O| Jun 08 20:36:26.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46012026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.482 INFO O| Jun 08 20:36:26.481 INFO STEP 28 (remove_files) COMPLETE
46022026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.482 INFO O| Jun 08 20:36:26.481 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.488 INFO O| Jun 08 20:36:26.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46042026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.488 INFO O| Jun 08 20:36:26.488 INFO STEP 29 (remove_files) COMPLETE
46052026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.488 INFO O| Jun 08 20:36:26.488 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-06-08T20:36:27.358Z[ recovery-image] Jun 08 20:36:26.494 INFO O| Jun 08 20:36:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46072026-06-08T20:36:27.362Z[ recovery-image] Jun 08 20:36:26.494 INFO O| Jun 08 20:36:26.494 INFO STEP 30 (remove_files) COMPLETE
46082026-06-08T20:36:27.362Z[ recovery-image] Jun 08 20:36:26.494 INFO O| Jun 08 20:36:26.494 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.500 INFO O| Jun 08 20:36:26.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46102026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.500 INFO O| Jun 08 20:36:26.500 INFO STEP 31 (remove_files) COMPLETE
46112026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.500 INFO O| Jun 08 20:36:26.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.507 INFO O| Jun 08 20:36:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46132026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.507 INFO O| Jun 08 20:36:26.507 INFO STEP 32 (remove_files) COMPLETE
46142026-06-08T20:36:27.363Z[ recovery-image] Jun 08 20:36:26.507 INFO O| Jun 08 20:36:26.507 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-06-08T20:36:27.370Z[ host-image] Jun 08 20:36:26.514 INFO O| Jun 08 20:36:26.514 INFO O| Planning: Solver setup ... Done
46162026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.515 INFO O| Jun 08 20:36:26.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46172026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.515 INFO O| Jun 08 20:36:26.515 INFO STEP 33 (remove_files) COMPLETE
46182026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.515 INFO O| Jun 08 20:36:26.515 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-06-08T20:36:27.370Z[ host-image] Jun 08 20:36:26.519 INFO O| Jun 08 20:36:26.519 INFO O| Planning: Running solver ... Done
46202026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.521 INFO O| Jun 08 20:36:26.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46212026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.521 INFO O| Jun 08 20:36:26.521 INFO STEP 34 (remove_files) COMPLETE
46222026-06-08T20:36:27.370Z[ recovery-image] Jun 08 20:36:26.521 INFO O| Jun 08 20:36:26.521 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-06-08T20:36:27.375Z[ host-image] Jun 08 20:36:26.524 INFO O| Jun 08 20:36:26.524 INFO O| Planning: Finding local manifests ... Done
46242026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.528 INFO O| Jun 08 20:36:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46252026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.528 INFO O| Jun 08 20:36:26.528 INFO STEP 35 (remove_files) COMPLETE
46262026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.528 INFO O| Jun 08 20:36:26.528 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.534 INFO O| Jun 08 20:36:26.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46282026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.534 INFO O| Jun 08 20:36:26.534 INFO STEP 36 (remove_files) COMPLETE
46292026-06-08T20:36:27.382Z[ recovery-image] Jun 08 20:36:26.534 INFO O| Jun 08 20:36:26.534 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-06-08T20:36:27.388Z[ recovery-image] Jun 08 20:36:26.540 INFO O| Jun 08 20:36:26.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46312026-06-08T20:36:27.388Z[ recovery-image] Jun 08 20:36:26.540 INFO O| Jun 08 20:36:26.540 INFO STEP 37 (remove_files) COMPLETE
46322026-06-08T20:36:27.388Z[ recovery-image] Jun 08 20:36:26.540 INFO O| Jun 08 20:36:26.540 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-06-08T20:36:27.398Z[ recovery-image] Jun 08 20:36:26.546 INFO O| Jun 08 20:36:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46342026-06-08T20:36:27.398Z[ recovery-image] Jun 08 20:36:26.546 INFO O| Jun 08 20:36:26.546 INFO STEP 38 (remove_files) COMPLETE
46352026-06-08T20:36:27.398Z[ recovery-image] Jun 08 20:36:26.546 INFO O| Jun 08 20:36:26.546 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-06-08T20:36:27.403Z[ recovery-image] Jun 08 20:36:26.552 INFO O| Jun 08 20:36:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46372026-06-08T20:36:27.403Z[ recovery-image] Jun 08 20:36:26.552 INFO O| Jun 08 20:36:26.552 INFO STEP 39 (remove_files) COMPLETE
46382026-06-08T20:36:27.403Z[ recovery-image] Jun 08 20:36:26.552 INFO O| Jun 08 20:36:26.552 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-06-08T20:36:27.412Z[ recovery-image] Jun 08 20:36:26.558 INFO O| Jun 08 20:36:26.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46402026-06-08T20:36:27.412Z[ recovery-image] Jun 08 20:36:26.558 INFO O| Jun 08 20:36:26.558 INFO STEP 40 (remove_files) COMPLETE
46412026-06-08T20:36:27.412Z[ recovery-image] Jun 08 20:36:26.558 INFO O| Jun 08 20:36:26.558 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.565 INFO O| Jun 08 20:36:26.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46432026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.565 INFO O| Jun 08 20:36:26.565 INFO STEP 41 (remove_files) COMPLETE
46442026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.565 INFO O| Jun 08 20:36:26.565 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.571 INFO O| Jun 08 20:36:26.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46462026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.571 INFO O| Jun 08 20:36:26.571 INFO STEP 42 (remove_files) COMPLETE
46472026-06-08T20:36:27.424Z[ recovery-image] Jun 08 20:36:26.571 INFO O| Jun 08 20:36:26.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-06-08T20:36:27.431Z[ recovery-image] Jun 08 20:36:26.578 INFO O| Jun 08 20:36:26.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46492026-06-08T20:36:27.431Z[ recovery-image] Jun 08 20:36:26.578 INFO O| Jun 08 20:36:26.578 INFO STEP 43 (remove_files) COMPLETE
46502026-06-08T20:36:27.431Z[ recovery-image] Jun 08 20:36:26.578 INFO O| Jun 08 20:36:26.578 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-06-08T20:36:27.431Z[ recovery-image] Jun 08 20:36:26.584 INFO O| Jun 08 20:36:26.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46522026-06-08T20:36:27.431Z[ recovery-image] Jun 08 20:36:26.584 INFO O| Jun 08 20:36:26.584 INFO STEP 44 (remove_files) COMPLETE
46532026-06-08T20:36:27.434Z[ recovery-image] Jun 08 20:36:26.584 INFO O| Jun 08 20:36:26.584 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-06-08T20:36:27.453Z[ recovery-image] Jun 08 20:36:26.591 INFO O| Jun 08 20:36:26.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46552026-06-08T20:36:27.453Z[ recovery-image] Jun 08 20:36:26.591 INFO O| Jun 08 20:36:26.591 INFO STEP 45 (remove_files) COMPLETE
46562026-06-08T20:36:27.453Z[ recovery-image] Jun 08 20:36:26.591 INFO O| Jun 08 20:36:26.591 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-06-08T20:36:27.454Z[ recovery-image] Jun 08 20:36:26.598 INFO O| Jun 08 20:36:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46582026-06-08T20:36:27.454Z[ recovery-image] Jun 08 20:36:26.598 INFO O| Jun 08 20:36:26.598 INFO STEP 46 (remove_files) COMPLETE
46592026-06-08T20:36:27.454Z[ recovery-image] Jun 08 20:36:26.598 INFO O| Jun 08 20:36:26.598 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.605 INFO O| Jun 08 20:36:26.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46612026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.605 INFO O| Jun 08 20:36:26.605 INFO STEP 47 (remove_files) COMPLETE
46622026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.605 INFO O| Jun 08 20:36:26.605 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-06-08T20:36:27.462Z[ host-image] Jun 08 20:36:26.611 INFO O| Jun 08 20:36:26.611 INFO O| Planning: Fetching manifests: 0/6 0% complete
46642026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.611 INFO O| Jun 08 20:36:26.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46652026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.611 INFO O| Jun 08 20:36:26.611 INFO STEP 48 (remove_files) COMPLETE
46662026-06-08T20:36:27.462Z[ recovery-image] Jun 08 20:36:26.612 INFO O| Jun 08 20:36:26.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-08T20:36:27.469Z[ recovery-image] Jun 08 20:36:26.618 INFO O| Jun 08 20:36:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46682026-06-08T20:36:27.469Z[ recovery-image] Jun 08 20:36:26.618 INFO O| Jun 08 20:36:26.618 INFO STEP 49 (remove_files) COMPLETE
46692026-06-08T20:36:27.469Z[ recovery-image] Jun 08 20:36:26.618 INFO O| Jun 08 20:36:26.618 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-08T20:36:27.482Z[ recovery-image] Jun 08 20:36:26.625 INFO O| Jun 08 20:36:26.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46712026-06-08T20:36:27.482Z[ recovery-image] Jun 08 20:36:26.625 INFO O| Jun 08 20:36:26.625 INFO STEP 50 (remove_files) COMPLETE
46722026-06-08T20:36:27.482Z[ recovery-image] Jun 08 20:36:26.625 INFO O| Jun 08 20:36:26.625 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.631 INFO O| Jun 08 20:36:26.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46742026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.631 INFO O| Jun 08 20:36:26.631 INFO STEP 51 (remove_files) COMPLETE
46752026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.631 INFO O| Jun 08 20:36:26.631 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.638 INFO O| Jun 08 20:36:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46772026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.638 INFO O| Jun 08 20:36:26.638 INFO STEP 52 (remove_files) COMPLETE
46782026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.638 INFO O| Jun 08 20:36:26.638 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.644 INFO O| Jun 08 20:36:26.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46802026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.644 INFO O| Jun 08 20:36:26.644 INFO STEP 53 (remove_files) COMPLETE
46812026-06-08T20:36:27.490Z[ recovery-image] Jun 08 20:36:26.644 INFO O| Jun 08 20:36:26.644 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-06-08T20:36:27.510Z[ recovery-image] Jun 08 20:36:26.650 INFO O| Jun 08 20:36:26.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46832026-06-08T20:36:27.511Z[ recovery-image] Jun 08 20:36:26.650 INFO O| Jun 08 20:36:26.650 INFO STEP 54 (remove_files) COMPLETE
46842026-06-08T20:36:27.511Z[ recovery-image] Jun 08 20:36:26.650 INFO O| Jun 08 20:36:26.650 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-06-08T20:36:27.511Z[ recovery-image] Jun 08 20:36:26.657 INFO O| Jun 08 20:36:26.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46862026-06-08T20:36:27.511Z[ recovery-image] Jun 08 20:36:26.657 INFO O| Jun 08 20:36:26.657 INFO STEP 55 (remove_files) COMPLETE
46872026-06-08T20:36:27.511Z[ recovery-image] Jun 08 20:36:26.657 INFO O| Jun 08 20:36:26.657 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.663 INFO O| Jun 08 20:36:26.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46892026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.663 INFO O| Jun 08 20:36:26.663 INFO STEP 56 (remove_files) COMPLETE
46902026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.663 INFO O| Jun 08 20:36:26.663 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.669 INFO O| Jun 08 20:36:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46922026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.669 INFO O| Jun 08 20:36:26.669 INFO STEP 57 (remove_files) COMPLETE
46932026-06-08T20:36:27.522Z[ recovery-image] Jun 08 20:36:26.669 INFO O| Jun 08 20:36:26.669 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-06-08T20:36:27.529Z[ recovery-image] Jun 08 20:36:26.677 INFO O| Jun 08 20:36:26.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46952026-06-08T20:36:27.530Z[ recovery-image] Jun 08 20:36:26.677 INFO O| Jun 08 20:36:26.677 INFO STEP 58 (remove_files) COMPLETE
46962026-06-08T20:36:27.537Z[ recovery-image] Jun 08 20:36:26.677 INFO O| Jun 08 20:36:26.677 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-06-08T20:36:27.538Z[ recovery-image] Jun 08 20:36:26.683 INFO O| Jun 08 20:36:26.683 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46982026-06-08T20:36:27.538Z[ recovery-image] Jun 08 20:36:26.683 INFO O| Jun 08 20:36:26.683 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46992026-06-08T20:36:27.538Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47002026-06-08T20:36:27.551Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47012026-06-08T20:36:27.551Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47022026-06-08T20:36:27.551Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47032026-06-08T20:36:27.551Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO ok!
47042026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO STEP 59 (ensure_file) COMPLETE
47052026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.684 INFO O| Jun 08 20:36:26.684 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47072026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47082026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47092026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47102026-06-08T20:36:27.559Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47112026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47122026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO ok!
47132026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO STEP 60 (ensure_file) COMPLETE
47142026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.691 INFO O| Jun 08 20:36:26.691 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47162026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47172026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47182026-06-08T20:36:27.565Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO ok!
47192026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO STEP 61 (ensure_file) COMPLETE
47202026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.697 INFO O| Jun 08 20:36:26.697 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.703 INFO O| Jun 08 20:36:26.703 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47222026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.704 INFO O| Jun 08 20:36:26.703 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47232026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.704 INFO O| Jun 08 20:36:26.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47242026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.704 INFO O| Jun 08 20:36:26.704 INFO ok!
47252026-06-08T20:36:27.566Z[ recovery-image] Jun 08 20:36:26.704 INFO O| Jun 08 20:36:26.704 INFO STEP 62 (ensure_file) COMPLETE
47262026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.704 INFO O| Jun 08 20:36:26.704 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47282026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47292026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47302026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47312026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO ok!
47322026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO STEP 63 (ensure_file) COMPLETE
47332026-06-08T20:36:27.572Z[ recovery-image] Jun 08 20:36:26.710 INFO O| Jun 08 20:36:26.710 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47352026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47362026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47372026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47382026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO ok!
47392026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO STEP 64 (ensure_file) COMPLETE
47402026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.717 INFO O| Jun 08 20:36:26.717 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47422026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47432026-06-08T20:36:27.591Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47442026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO ok!
47452026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO STEP 65 (assemble_files) COMPLETE
47462026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.724 INFO O| Jun 08 20:36:26.724 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47482026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47492026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47502026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47512026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO ok!
47522026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO STEP 66 (ensure_file) COMPLETE
47532026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO skip step because feature "omicron1" is not enabled
47552026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO skip step because feature "omicron1" is not enabled
47572026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO skip step because feature "omicron1" is not enabled
47592026-06-08T20:36:27.592Z[ recovery-image] Jun 08 20:36:26.731 INFO O| Jun 08 20:36:26.731 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-06-08T20:36:27.607Z[ recovery-image] Jun 08 20:36:26.742 INFO O| Jun 08 20:36:26.742 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47612026-06-08T20:36:27.607Z[ recovery-image] Jun 08 20:36:26.742 INFO O| Jun 08 20:36:26.742 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47622026-06-08T20:36:28.346Z[ host-image] Jun 08 20:36:27.500 INFO O| Jun 08 20:36:27.500 INFO O| Planning: Fetching manifests: 6/6 100% complete
47632026-06-08T20:36:28.370Z[ host-image] Jun 08 20:36:27.520 INFO O| Jun 08 20:36:27.520 INFO O| Planning: Package planning ... Done
47642026-06-08T20:36:28.376Z[ host-image] Jun 08 20:36:27.522 INFO O| Jun 08 20:36:27.522 INFO O| Planning: Merging actions ... Done
47652026-06-08T20:36:28.463Z[ host-image] Jun 08 20:36:27.618 INFO O| Jun 08 20:36:27.618 INFO O| Planning: Checking for conflicting actions ... Done
47662026-06-08T20:36:28.479Z[ host-image] Jun 08 20:36:27.619 INFO O| Jun 08 20:36:27.619 INFO O| Planning: Consolidating action changes ... Done
47672026-06-08T20:36:28.597Z[ host-image] Jun 08 20:36:27.751 INFO O| Jun 08 20:36:27.751 INFO O| Planning: Evaluating mediators ... Done
47682026-06-08T20:36:28.602Z[ host-image] Jun 08 20:36:27.752 INFO O| Jun 08 20:36:27.752 INFO O| Planning: Planning completed in 1.39 seconds
47692026-06-08T20:36:28.602Z[ host-image] Jun 08 20:36:27.753 INFO O| Jun 08 20:36:27.753 INFO O| Packages to install: 6
47702026-06-08T20:36:28.602Z[ host-image] Jun 08 20:36:27.753 INFO O| Jun 08 20:36:27.753 INFO O| Services to change: 2
47712026-06-08T20:36:28.613Z[ host-image] Jun 08 20:36:27.763 INFO O| Jun 08 20:36:27.762 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
47722026-06-08T20:36:28.641Z[ recovery-image] Jun 08 20:36:27.793 INFO O| Jun 08 20:36:27.793 INFO STEP 70 (pack_tar) COMPLETE
47732026-06-08T20:36:28.646Z[ recovery-image] Jun 08 20:36:27.793 INFO O| Jun 08 20:36:27.793 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47742026-06-08T20:36:28.652Z[ recovery-image] Jun 08 20:36:27.793 INFO O| Jun 08 20:36:27.793 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47752026-06-08T20:36:29.163Z[ recovery-image] Jun 08 20:36:28.318 INFO O| Jun 08 20:36:28.318 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47762026-06-08T20:36:29.261Z[ recovery-image] Jun 08 20:36:28.416 INFO O| Jun 08 20:36:28.416 INFO completed processing sled/ramdisk-02-trim
47772026-06-08T20:36:29.269Z[ recovery-image] Jun 08 20:36:28.418 INFO image builder template: ramdisk-03-recovery-trim...
47782026-06-08T20:36:29.270Z[ recovery-image] Jun 08 20:36:28.418 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/.tmpav2ks6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47792026-06-08T20:36:29.270Z[ recovery-image] Jun 08 20:36:28.423 INFO O| Jun 08 20:36:28.423 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
47802026-06-08T20:36:29.346Z[ recovery-image] Jun 08 20:36:28.494 INFO O| Jun 08 20:36:28.494 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47812026-06-08T20:36:29.368Z[ recovery-image] Jun 08 20:36:28.498 INFO O| Jun 08 20:36:28.497 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47822026-06-08T20:36:29.474Z[ recovery-image] Jun 08 20:36:28.628 INFO O| Jun 08 20:36:28.628 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47832026-06-08T20:36:29.543Z[ recovery-image] Jun 08 20:36:28.697 INFO O| Jun 08 20:36:28.697 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47842026-06-08T20:36:29.543Z[ recovery-image] Jun 08 20:36:28.697 INFO O| Jun 08 20:36:28.697 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47852026-06-08T20:36:29.562Z[ recovery-image] Jun 08 20:36:28.702 INFO O| Jun 08 20:36:28.702 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47862026-06-08T20:36:29.570Z[ recovery-image] Jun 08 20:36:28.706 INFO O| Jun 08 20:36:28.706 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47872026-06-08T20:36:29.570Z[ recovery-image] Jun 08 20:36:28.709 INFO O| Jun 08 20:36:28.709 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47882026-06-08T20:36:29.810Z[ recovery-image] Jun 08 20:36:28.957 INFO O| Jun 08 20:36:28.957 INFO rolled back to input snapshot; work may begin
47892026-06-08T20:36:29.810Z[ recovery-image] Jun 08 20:36:28.957 INFO O| Jun 08 20:36:28.957 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47902026-06-08T20:36:29.830Z[ recovery-image] Jun 08 20:36:28.961 INFO O| Jun 08 20:36:28.961 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47912026-06-08T20:36:29.830Z[ recovery-image] Jun 08 20:36:28.970 INFO O| Jun 08 20:36:28.970 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47922026-06-08T20:36:29.859Z[ recovery-image] Jun 08 20:36:28.974 INFO O| Jun 08 20:36:28.974 INFO STEP 0 (remove_files) COMPLETE
47932026-06-08T20:36:29.859Z[ recovery-image] Jun 08 20:36:28.974 INFO O| Jun 08 20:36:28.974 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47942026-06-08T20:36:29.859Z[ recovery-image] Jun 08 20:36:28.980 INFO O| Jun 08 20:36:28.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47952026-06-08T20:36:29.900Z[ recovery-image] Jun 08 20:36:29.027 INFO O| Jun 08 20:36:29.027 INFO STEP 1 (remove_files) COMPLETE
47962026-06-08T20:36:29.909Z[ recovery-image] Jun 08 20:36:29.027 INFO O| Jun 08 20:36:29.027 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
47972026-06-08T20:36:29.930Z[ recovery-image] Jun 08 20:36:29.034 INFO O| Jun 08 20:36:29.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47982026-06-08T20:36:29.930Z[ recovery-image] Jun 08 20:36:29.036 INFO O| Jun 08 20:36:29.036 INFO STEP 2 (remove_files) COMPLETE
47992026-06-08T20:36:29.930Z[ recovery-image] Jun 08 20:36:29.036 INFO O| Jun 08 20:36:29.036 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48002026-06-08T20:36:29.930Z[ recovery-image] Jun 08 20:36:29.043 INFO O| Jun 08 20:36:29.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48012026-06-08T20:36:29.943Z[ recovery-image] Jun 08 20:36:29.076 INFO O| Jun 08 20:36:29.076 INFO STEP 3 (remove_files) COMPLETE
48022026-06-08T20:36:29.943Z[ recovery-image] Jun 08 20:36:29.076 INFO O| Jun 08 20:36:29.076 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48032026-06-08T20:36:29.944Z[ recovery-image] Jun 08 20:36:29.085 INFO O| Jun 08 20:36:29.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48042026-06-08T20:36:29.969Z[ recovery-image] Jun 08 20:36:29.097 INFO O| Jun 08 20:36:29.097 INFO STEP 4 (remove_files) COMPLETE
48052026-06-08T20:36:29.969Z[ recovery-image] Jun 08 20:36:29.097 INFO O| Jun 08 20:36:29.097 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48062026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.105 INFO O| Jun 08 20:36:29.105 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48072026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.108 INFO O| Jun 08 20:36:29.108 INFO STEP 5 (remove_files) COMPLETE
48082026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.108 INFO O| Jun 08 20:36:29.108 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48092026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.114 INFO O| Jun 08 20:36:29.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48102026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.115 INFO O| Jun 08 20:36:29.115 INFO STEP 6 (remove_files) COMPLETE
48112026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.115 INFO O| Jun 08 20:36:29.115 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48122026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.121 INFO O| Jun 08 20:36:29.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48132026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.124 INFO O| Jun 08 20:36:29.123 INFO STEP 7 (remove_files) COMPLETE
48142026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.124 INFO O| Jun 08 20:36:29.123 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48152026-06-08T20:36:29.989Z[ recovery-image] Jun 08 20:36:29.129 INFO O| Jun 08 20:36:29.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48162026-06-08T20:36:30.010Z[ recovery-image] Jun 08 20:36:29.129 INFO O| Jun 08 20:36:29.129 INFO STEP 8 (remove_files) COMPLETE
48172026-06-08T20:36:30.010Z[ recovery-image] Jun 08 20:36:29.129 INFO O| Jun 08 20:36:29.129 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48182026-06-08T20:36:30.029Z[ recovery-image] Jun 08 20:36:29.135 INFO O| Jun 08 20:36:29.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48192026-06-08T20:36:30.029Z[ recovery-image] Jun 08 20:36:29.137 INFO O| Jun 08 20:36:29.137 INFO STEP 9 (remove_files) COMPLETE
48202026-06-08T20:36:30.029Z[ recovery-image] Jun 08 20:36:29.137 INFO O| Jun 08 20:36:29.137 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48212026-06-08T20:36:30.029Z[ recovery-image] Jun 08 20:36:29.143 INFO O| Jun 08 20:36:29.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48222026-06-08T20:36:30.093Z[ recovery-image] Jun 08 20:36:29.194 INFO O| Jun 08 20:36:29.194 INFO STEP 10 (remove_files) COMPLETE
48232026-06-08T20:36:30.093Z[ recovery-image] Jun 08 20:36:29.194 INFO O| Jun 08 20:36:29.194 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48242026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.203 INFO O| Jun 08 20:36:29.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48252026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.205 INFO O| Jun 08 20:36:29.205 INFO STEP 11 (remove_files) COMPLETE
48262026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.205 INFO O| Jun 08 20:36:29.205 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48272026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.212 INFO O| Jun 08 20:36:29.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48282026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.214 INFO O| Jun 08 20:36:29.214 INFO STEP 12 (remove_files) COMPLETE
48292026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.214 INFO O| Jun 08 20:36:29.214 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48302026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.220 INFO O| Jun 08 20:36:29.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48312026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.220 INFO O| Jun 08 20:36:29.220 INFO STEP 13 (remove_files) COMPLETE
48322026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.220 INFO O| Jun 08 20:36:29.220 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48332026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.226 INFO O| Jun 08 20:36:29.226 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48342026-06-08T20:36:30.141Z[ recovery-image] Jun 08 20:36:29.226 INFO O| Jun 08 20:36:29.226 INFO STEP 14 (remove_files) COMPLETE
48352026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.226 INFO O| Jun 08 20:36:29.226 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48362026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.233 INFO O| Jun 08 20:36:29.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48372026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.241 INFO O| Jun 08 20:36:29.241 INFO STEP 15 (remove_files) COMPLETE
48382026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.241 INFO O| Jun 08 20:36:29.241 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48392026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.247 INFO O| Jun 08 20:36:29.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48402026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.247 INFO O| Jun 08 20:36:29.247 INFO STEP 16 (remove_files) COMPLETE
48412026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.247 INFO O| Jun 08 20:36:29.247 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48422026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.254 INFO O| Jun 08 20:36:29.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48432026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.254 INFO O| Jun 08 20:36:29.254 INFO STEP 17 (remove_files) COMPLETE
48442026-06-08T20:36:30.142Z[ recovery-image] Jun 08 20:36:29.254 INFO O| Jun 08 20:36:29.254 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48452026-06-08T20:36:30.201Z[ recovery-image] Jun 08 20:36:29.259 INFO O| Jun 08 20:36:29.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48462026-06-08T20:36:30.201Z[ recovery-image] Jun 08 20:36:29.294 INFO O| Jun 08 20:36:29.294 INFO STEP 18 (remove_files) COMPLETE
48472026-06-08T20:36:30.201Z[ recovery-image] Jun 08 20:36:29.294 INFO O| Jun 08 20:36:29.294 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48482026-06-08T20:36:30.201Z[ recovery-image] Jun 08 20:36:29.302 INFO O| Jun 08 20:36:29.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48492026-06-08T20:36:30.242Z[ recovery-image] Jun 08 20:36:29.303 INFO O| Jun 08 20:36:29.303 INFO STEP 19 (remove_files) COMPLETE
48502026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.303 INFO O| Jun 08 20:36:29.303 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48512026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.309 INFO O| Jun 08 20:36:29.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48522026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.310 INFO O| Jun 08 20:36:29.310 INFO STEP 20 (remove_files) COMPLETE
48532026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.310 INFO O| Jun 08 20:36:29.310 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48542026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.315 INFO O| Jun 08 20:36:29.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48552026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.316 INFO O| Jun 08 20:36:29.316 INFO STEP 21 (remove_files) COMPLETE
48562026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.316 INFO O| Jun 08 20:36:29.316 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48572026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.323 INFO O| Jun 08 20:36:29.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48582026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.324 INFO O| Jun 08 20:36:29.324 INFO STEP 22 (remove_files) COMPLETE
48592026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.324 INFO O| Jun 08 20:36:29.324 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48602026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.330 INFO O| Jun 08 20:36:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48612026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.330 INFO O| Jun 08 20:36:29.330 INFO STEP 23 (remove_files) COMPLETE
48622026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.330 INFO O| Jun 08 20:36:29.330 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48632026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.336 INFO O| Jun 08 20:36:29.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48642026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.336 INFO O| Jun 08 20:36:29.336 INFO STEP 24 (remove_files) COMPLETE
48652026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.336 INFO O| Jun 08 20:36:29.336 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48662026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.342 INFO O| Jun 08 20:36:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48672026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.343 INFO O| Jun 08 20:36:29.343 INFO STEP 25 (remove_files) COMPLETE
48682026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.343 INFO O| Jun 08 20:36:29.343 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48692026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.348 INFO O| Jun 08 20:36:29.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48702026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.348 INFO O| Jun 08 20:36:29.348 INFO STEP 26 (remove_files) COMPLETE
48712026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.348 INFO O| Jun 08 20:36:29.348 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48722026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.354 INFO O| Jun 08 20:36:29.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48732026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.355 INFO O| Jun 08 20:36:29.355 INFO STEP 27 (remove_files) COMPLETE
48742026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.355 INFO O| Jun 08 20:36:29.355 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48752026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.362 INFO O| Jun 08 20:36:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48762026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.363 INFO O| Jun 08 20:36:29.363 INFO STEP 28 (remove_files) COMPLETE
48772026-06-08T20:36:30.254Z[ recovery-image] Jun 08 20:36:29.363 INFO O| Jun 08 20:36:29.363 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48782026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.368 INFO O| Jun 08 20:36:29.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48792026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.368 INFO O| Jun 08 20:36:29.368 INFO STEP 29 (remove_files) COMPLETE
48802026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.368 INFO O| Jun 08 20:36:29.368 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48812026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.375 INFO O| Jun 08 20:36:29.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48822026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.376 INFO O| Jun 08 20:36:29.376 INFO STEP 30 (remove_files) COMPLETE
48832026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.376 INFO O| Jun 08 20:36:29.376 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48842026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.383 INFO O| Jun 08 20:36:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48852026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.383 INFO O| Jun 08 20:36:29.383 INFO STEP 31 (remove_files) COMPLETE
48862026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.383 INFO O| Jun 08 20:36:29.383 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48872026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.389 INFO O| Jun 08 20:36:29.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48882026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.389 INFO O| Jun 08 20:36:29.389 INFO STEP 32 (remove_files) COMPLETE
48892026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.389 INFO O| Jun 08 20:36:29.389 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48902026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.395 INFO O| Jun 08 20:36:29.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48912026-06-08T20:36:30.304Z[ recovery-image] Jun 08 20:36:29.395 INFO O| Jun 08 20:36:29.395 INFO STEP 33 (remove_files) COMPLETE
48922026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.395 INFO O| Jun 08 20:36:29.395 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48932026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.401 INFO O| Jun 08 20:36:29.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48942026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.401 INFO O| Jun 08 20:36:29.401 INFO STEP 34 (remove_files) COMPLETE
48952026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.401 INFO O| Jun 08 20:36:29.401 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48962026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.406 INFO O| Jun 08 20:36:29.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48972026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.406 INFO O| Jun 08 20:36:29.406 INFO STEP 35 (remove_files) COMPLETE
48982026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.406 INFO O| Jun 08 20:36:29.406 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48992026-06-08T20:36:30.307Z[ recovery-image] Jun 08 20:36:29.413 INFO O| Jun 08 20:36:29.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49002026-06-08T20:36:30.308Z[ recovery-image] Jun 08 20:36:29.413 INFO O| Jun 08 20:36:29.413 INFO STEP 36 (remove_files) COMPLETE
49012026-06-08T20:36:30.308Z[ recovery-image] Jun 08 20:36:29.413 INFO O| Jun 08 20:36:29.413 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49022026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.419 INFO O| Jun 08 20:36:29.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49032026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.419 INFO O| Jun 08 20:36:29.419 INFO STEP 37 (remove_files) COMPLETE
49042026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.419 INFO O| Jun 08 20:36:29.419 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49052026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.425 INFO O| Jun 08 20:36:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49062026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.425 INFO O| Jun 08 20:36:29.425 INFO STEP 38 (remove_files) COMPLETE
49072026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.425 INFO O| Jun 08 20:36:29.425 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.431 INFO O| Jun 08 20:36:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49092026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.431 INFO O| Jun 08 20:36:29.431 INFO STEP 39 (remove_files) COMPLETE
49102026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.431 INFO O| Jun 08 20:36:29.431 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.437 INFO O| Jun 08 20:36:29.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49122026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.437 INFO O| Jun 08 20:36:29.437 INFO STEP 40 (remove_files) COMPLETE
49132026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.437 INFO O| Jun 08 20:36:29.437 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.443 INFO O| Jun 08 20:36:29.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49152026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.443 INFO O| Jun 08 20:36:29.443 INFO STEP 41 (remove_files) COMPLETE
49162026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.443 INFO O| Jun 08 20:36:29.443 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.449 INFO O| Jun 08 20:36:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49182026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.450 INFO O| Jun 08 20:36:29.450 INFO STEP 42 (remove_files) COMPLETE
49192026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.450 INFO O| Jun 08 20:36:29.450 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.458 INFO O| Jun 08 20:36:29.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49212026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.458 INFO O| Jun 08 20:36:29.458 INFO STEP 43 (remove_files) COMPLETE
49222026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.458 INFO O| Jun 08 20:36:29.458 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.465 INFO O| Jun 08 20:36:29.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49242026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.466 INFO O| Jun 08 20:36:29.466 INFO STEP 44 (remove_files) COMPLETE
49252026-06-08T20:36:30.371Z[ recovery-image] Jun 08 20:36:29.466 INFO O| Jun 08 20:36:29.466 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-06-08T20:36:30.396Z[ recovery-image] Jun 08 20:36:29.473 INFO O| Jun 08 20:36:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49272026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.473 INFO O| Jun 08 20:36:29.473 INFO STEP 45 (remove_files) COMPLETE
49282026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.473 INFO O| Jun 08 20:36:29.473 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.480 INFO O| Jun 08 20:36:29.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49302026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.480 INFO O| Jun 08 20:36:29.480 INFO STEP 46 (remove_files) COMPLETE
49312026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.480 INFO O| Jun 08 20:36:29.480 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.486 INFO O| Jun 08 20:36:29.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49332026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.486 INFO O| Jun 08 20:36:29.486 INFO STEP 47 (remove_files) COMPLETE
49342026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.486 INFO O| Jun 08 20:36:29.486 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.492 INFO O| Jun 08 20:36:29.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49362026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.492 INFO O| Jun 08 20:36:29.492 INFO STEP 48 (remove_files) COMPLETE
49372026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.492 INFO O| Jun 08 20:36:29.492 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.500 INFO O| Jun 08 20:36:29.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49392026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.501 INFO O| Jun 08 20:36:29.501 INFO STEP 49 (remove_files) COMPLETE
49402026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.501 INFO O| Jun 08 20:36:29.501 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.507 INFO O| Jun 08 20:36:29.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49422026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.507 INFO O| Jun 08 20:36:29.507 INFO STEP 50 (remove_files) COMPLETE
49432026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.507 INFO O| Jun 08 20:36:29.507 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.514 INFO O| Jun 08 20:36:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49452026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.514 INFO O| Jun 08 20:36:29.514 INFO STEP 51 (remove_files) COMPLETE
49462026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.514 INFO O| Jun 08 20:36:29.514 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.520 INFO O| Jun 08 20:36:29.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49482026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.521 INFO O| Jun 08 20:36:29.520 INFO STEP 52 (remove_files) COMPLETE
49492026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.521 INFO O| Jun 08 20:36:29.520 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.526 INFO O| Jun 08 20:36:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49512026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.526 INFO O| Jun 08 20:36:29.526 INFO STEP 53 (remove_files) COMPLETE
49522026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.526 INFO O| Jun 08 20:36:29.526 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.532 INFO O| Jun 08 20:36:29.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49542026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.532 INFO O| Jun 08 20:36:29.532 INFO STEP 54 (remove_files) COMPLETE
49552026-06-08T20:36:30.397Z[ recovery-image] Jun 08 20:36:29.532 INFO O| Jun 08 20:36:29.532 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.538 INFO O| Jun 08 20:36:29.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49572026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.538 INFO O| Jun 08 20:36:29.538 INFO STEP 55 (remove_files) COMPLETE
49582026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.538 INFO O| Jun 08 20:36:29.538 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.546 INFO O| Jun 08 20:36:29.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49602026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.546 INFO O| Jun 08 20:36:29.546 INFO STEP 56 (remove_files) COMPLETE
49612026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.546 INFO O| Jun 08 20:36:29.546 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.553 INFO O| Jun 08 20:36:29.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49632026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.553 INFO O| Jun 08 20:36:29.553 INFO STEP 57 (remove_files) COMPLETE
49642026-06-08T20:36:30.431Z[ recovery-image] Jun 08 20:36:29.553 INFO O| Jun 08 20:36:29.553 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.559 INFO O| Jun 08 20:36:29.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49662026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.560 INFO O| Jun 08 20:36:29.560 INFO STEP 58 (remove_files) COMPLETE
49672026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.560 INFO O| Jun 08 20:36:29.560 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.565 INFO O| Jun 08 20:36:29.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49692026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.565 INFO O| Jun 08 20:36:29.565 INFO STEP 59 (remove_files) COMPLETE
49702026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.565 INFO O| Jun 08 20:36:29.565 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.571 INFO O| Jun 08 20:36:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49722026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.571 INFO O| Jun 08 20:36:29.571 INFO STEP 60 (remove_files) COMPLETE
49732026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.571 INFO O| Jun 08 20:36:29.571 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.577 INFO O| Jun 08 20:36:29.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49752026-06-08T20:36:30.474Z[ recovery-image] Jun 08 20:36:29.577 INFO O| Jun 08 20:36:29.577 INFO STEP 61 (remove_files) COMPLETE
49762026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.577 INFO O| Jun 08 20:36:29.577 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.582 INFO O| Jun 08 20:36:29.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49782026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.583 INFO O| Jun 08 20:36:29.583 INFO STEP 62 (remove_files) COMPLETE
49792026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.583 INFO O| Jun 08 20:36:29.583 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.591 INFO O| Jun 08 20:36:29.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49812026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.591 INFO O| Jun 08 20:36:29.591 INFO STEP 63 (remove_files) COMPLETE
49822026-06-08T20:36:30.490Z[ recovery-image] Jun 08 20:36:29.591 INFO O| Jun 08 20:36:29.591 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-06-08T20:36:30.517Z[ recovery-image] Jun 08 20:36:29.597 INFO O| Jun 08 20:36:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49842026-06-08T20:36:30.517Z[ recovery-image] Jun 08 20:36:29.597 INFO O| Jun 08 20:36:29.597 INFO STEP 64 (remove_files) COMPLETE
49852026-06-08T20:36:30.517Z[ recovery-image] Jun 08 20:36:29.597 INFO O| Jun 08 20:36:29.597 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.603 INFO O| Jun 08 20:36:29.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49872026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.603 INFO O| Jun 08 20:36:29.603 INFO STEP 65 (remove_files) COMPLETE
49882026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.603 INFO O| Jun 08 20:36:29.603 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.609 INFO O| Jun 08 20:36:29.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49902026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.609 INFO O| Jun 08 20:36:29.609 INFO STEP 66 (remove_files) COMPLETE
49912026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.609 INFO O| Jun 08 20:36:29.609 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.615 INFO O| Jun 08 20:36:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49932026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.615 INFO O| Jun 08 20:36:29.615 INFO STEP 67 (remove_files) COMPLETE
49942026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.615 INFO O| Jun 08 20:36:29.615 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.623 INFO O| Jun 08 20:36:29.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49962026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.623 INFO O| Jun 08 20:36:29.623 INFO STEP 68 (remove_files) COMPLETE
49972026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.623 INFO O| Jun 08 20:36:29.623 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.629 INFO O| Jun 08 20:36:29.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49992026-06-08T20:36:30.520Z[ recovery-image] Jun 08 20:36:29.629 INFO O| Jun 08 20:36:29.629 INFO STEP 69 (remove_files) COMPLETE
50002026-06-08T20:36:30.521Z[ recovery-image] Jun 08 20:36:29.629 INFO O| Jun 08 20:36:29.629 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.636 INFO O| Jun 08 20:36:29.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50022026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.636 INFO O| Jun 08 20:36:29.636 INFO STEP 70 (remove_files) COMPLETE
50032026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.636 INFO O| Jun 08 20:36:29.636 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.641 INFO O| Jun 08 20:36:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50052026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.641 INFO O| Jun 08 20:36:29.641 INFO STEP 71 (remove_files) COMPLETE
50062026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.641 INFO O| Jun 08 20:36:29.641 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.647 INFO O| Jun 08 20:36:29.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50082026-06-08T20:36:30.525Z[ recovery-image] Jun 08 20:36:29.647 INFO O| Jun 08 20:36:29.647 INFO STEP 72 (remove_files) COMPLETE
50092026-06-08T20:36:30.526Z[ recovery-image] Jun 08 20:36:29.647 INFO O| Jun 08 20:36:29.647 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.654 INFO O| Jun 08 20:36:29.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50112026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.655 INFO O| Jun 08 20:36:29.654 INFO STEP 73 (remove_files) COMPLETE
50122026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.655 INFO O| Jun 08 20:36:29.654 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.661 INFO O| Jun 08 20:36:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50142026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.661 INFO O| Jun 08 20:36:29.661 INFO STEP 74 (remove_files) COMPLETE
50152026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.661 INFO O| Jun 08 20:36:29.661 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.667 INFO O| Jun 08 20:36:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50172026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.667 INFO O| Jun 08 20:36:29.667 INFO STEP 75 (remove_files) COMPLETE
50182026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.667 INFO O| Jun 08 20:36:29.667 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.673 INFO O| Jun 08 20:36:29.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50202026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.673 INFO O| Jun 08 20:36:29.673 INFO STEP 76 (remove_files) COMPLETE
50212026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.673 INFO O| Jun 08 20:36:29.673 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.680 INFO O| Jun 08 20:36:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50232026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.680 INFO O| Jun 08 20:36:29.680 INFO STEP 77 (remove_files) COMPLETE
50242026-06-08T20:36:30.594Z[ recovery-image] Jun 08 20:36:29.680 INFO O| Jun 08 20:36:29.680 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-06-08T20:36:30.595Z[ recovery-image] Jun 08 20:36:29.686 INFO O| Jun 08 20:36:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50262026-06-08T20:36:30.595Z[ recovery-image] Jun 08 20:36:29.686 INFO O| Jun 08 20:36:29.686 INFO STEP 78 (remove_files) COMPLETE
50272026-06-08T20:36:30.595Z[ recovery-image] Jun 08 20:36:29.686 INFO O| Jun 08 20:36:29.686 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.692 INFO O| Jun 08 20:36:29.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50292026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.692 INFO O| Jun 08 20:36:29.692 INFO STEP 79 (remove_files) COMPLETE
50302026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.692 INFO O| Jun 08 20:36:29.692 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.698 INFO O| Jun 08 20:36:29.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50322026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.698 INFO O| Jun 08 20:36:29.698 INFO STEP 80 (remove_files) COMPLETE
50332026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.698 INFO O| Jun 08 20:36:29.698 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-06-08T20:36:30.614Z[ recovery-image] Jun 08 20:36:29.703 INFO O| Jun 08 20:36:29.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50352026-06-08T20:36:30.624Z[ recovery-image] Jun 08 20:36:29.704 INFO O| Jun 08 20:36:29.704 INFO STEP 81 (remove_files) COMPLETE
50362026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.704 INFO O| Jun 08 20:36:29.704 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.710 INFO O| Jun 08 20:36:29.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50382026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.711 INFO O| Jun 08 20:36:29.711 INFO STEP 82 (remove_files) COMPLETE
50392026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.711 INFO O| Jun 08 20:36:29.711 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.717 INFO O| Jun 08 20:36:29.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50412026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.717 INFO O| Jun 08 20:36:29.717 INFO STEP 83 (remove_files) COMPLETE
50422026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.717 INFO O| Jun 08 20:36:29.717 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.723 INFO O| Jun 08 20:36:29.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50442026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.723 INFO O| Jun 08 20:36:29.723 INFO STEP 84 (remove_files) COMPLETE
50452026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.723 INFO O| Jun 08 20:36:29.723 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.729 INFO O| Jun 08 20:36:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50472026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.729 INFO O| Jun 08 20:36:29.729 INFO STEP 85 (remove_files) COMPLETE
50482026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.729 INFO O| Jun 08 20:36:29.729 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.734 INFO O| Jun 08 20:36:29.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50502026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.734 INFO O| Jun 08 20:36:29.734 INFO STEP 86 (remove_files) COMPLETE
50512026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.734 INFO O| Jun 08 20:36:29.734 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.740 INFO O| Jun 08 20:36:29.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50532026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.740 INFO O| Jun 08 20:36:29.740 INFO STEP 87 (remove_files) COMPLETE
50542026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.740 INFO O| Jun 08 20:36:29.740 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.745 INFO O| Jun 08 20:36:29.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50562026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.745 INFO O| Jun 08 20:36:29.745 INFO STEP 88 (remove_files) COMPLETE
50572026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.745 INFO O| Jun 08 20:36:29.745 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.751 INFO O| Jun 08 20:36:29.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50592026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.751 INFO O| Jun 08 20:36:29.751 INFO STEP 89 (remove_files) COMPLETE
50602026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.751 INFO O| Jun 08 20:36:29.751 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.756 INFO O| Jun 08 20:36:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50622026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.756 INFO O| Jun 08 20:36:29.756 INFO STEP 90 (remove_files) COMPLETE
50632026-06-08T20:36:30.625Z[ recovery-image] Jun 08 20:36:29.756 INFO O| Jun 08 20:36:29.756 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-06-08T20:36:30.651Z[ recovery-image] Jun 08 20:36:29.762 INFO O| Jun 08 20:36:29.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50652026-06-08T20:36:30.651Z[ recovery-image] Jun 08 20:36:29.762 INFO O| Jun 08 20:36:29.762 INFO STEP 91 (remove_files) COMPLETE
50662026-06-08T20:36:30.651Z[ recovery-image] Jun 08 20:36:29.762 INFO O| Jun 08 20:36:29.762 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-06-08T20:36:30.651Z[ recovery-image] Jun 08 20:36:29.768 INFO O| Jun 08 20:36:29.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50682026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.768 INFO O| Jun 08 20:36:29.768 INFO STEP 92 (remove_files) COMPLETE
50692026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.768 INFO O| Jun 08 20:36:29.768 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.773 INFO O| Jun 08 20:36:29.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50712026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.773 INFO O| Jun 08 20:36:29.773 INFO STEP 93 (remove_files) COMPLETE
50722026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.773 INFO O| Jun 08 20:36:29.773 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.778 INFO O| Jun 08 20:36:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50742026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.778 INFO O| Jun 08 20:36:29.778 INFO STEP 94 (remove_files) COMPLETE
50752026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.778 INFO O| Jun 08 20:36:29.778 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.784 INFO O| Jun 08 20:36:29.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50772026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.784 INFO O| Jun 08 20:36:29.784 INFO STEP 95 (remove_files) COMPLETE
50782026-06-08T20:36:30.652Z[ recovery-image] Jun 08 20:36:29.784 INFO O| Jun 08 20:36:29.784 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-06-08T20:36:30.669Z[ recovery-image] Jun 08 20:36:29.790 INFO O| Jun 08 20:36:29.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50802026-06-08T20:36:30.669Z[ recovery-image] Jun 08 20:36:29.790 INFO O| Jun 08 20:36:29.790 INFO STEP 96 (remove_files) COMPLETE
50812026-06-08T20:36:30.669Z[ recovery-image] Jun 08 20:36:29.790 INFO O| Jun 08 20:36:29.790 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-06-08T20:36:30.669Z[ recovery-image] Jun 08 20:36:29.795 INFO O| Jun 08 20:36:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50832026-06-08T20:36:30.669Z[ recovery-image] Jun 08 20:36:29.795 INFO O| Jun 08 20:36:29.795 INFO STEP 97 (remove_files) COMPLETE
50842026-06-08T20:36:30.678Z[ recovery-image] Jun 08 20:36:29.795 INFO O| Jun 08 20:36:29.795 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-06-08T20:36:30.678Z[ recovery-image] Jun 08 20:36:29.801 INFO O| Jun 08 20:36:29.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50862026-06-08T20:36:30.678Z[ recovery-image] Jun 08 20:36:29.801 INFO O| Jun 08 20:36:29.801 INFO STEP 98 (remove_files) COMPLETE
50872026-06-08T20:36:30.678Z[ recovery-image] Jun 08 20:36:29.801 INFO O| Jun 08 20:36:29.801 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-06-08T20:36:30.678Z[ recovery-image] Jun 08 20:36:29.806 INFO O| Jun 08 20:36:29.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50892026-06-08T20:36:30.679Z[ recovery-image] Jun 08 20:36:29.806 INFO O| Jun 08 20:36:29.806 INFO STEP 99 (remove_files) COMPLETE
50902026-06-08T20:36:30.679Z[ recovery-image] Jun 08 20:36:29.806 INFO O| Jun 08 20:36:29.806 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-06-08T20:36:30.679Z[ recovery-image] Jun 08 20:36:29.812 INFO O| Jun 08 20:36:29.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50922026-06-08T20:36:30.679Z[ recovery-image] Jun 08 20:36:29.812 INFO O| Jun 08 20:36:29.812 INFO STEP 100 (remove_files) COMPLETE
50932026-06-08T20:36:30.690Z[ recovery-image] Jun 08 20:36:29.812 INFO O| Jun 08 20:36:29.812 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.818 INFO O| Jun 08 20:36:29.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50952026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.818 INFO O| Jun 08 20:36:29.818 INFO STEP 101 (remove_files) COMPLETE
50962026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.818 INFO O| Jun 08 20:36:29.818 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.824 INFO O| Jun 08 20:36:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50982026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.824 INFO O| Jun 08 20:36:29.824 INFO STEP 102 (remove_files) COMPLETE
50992026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.824 INFO O| Jun 08 20:36:29.824 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.831 INFO O| Jun 08 20:36:29.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51012026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.831 INFO O| Jun 08 20:36:29.831 INFO STEP 103 (remove_files) COMPLETE
51022026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.831 INFO O| Jun 08 20:36:29.831 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.837 INFO O| Jun 08 20:36:29.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51042026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.837 INFO O| Jun 08 20:36:29.837 INFO STEP 104 (remove_files) COMPLETE
51052026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.837 INFO O| Jun 08 20:36:29.837 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.844 INFO O| Jun 08 20:36:29.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51072026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.844 INFO O| Jun 08 20:36:29.844 INFO STEP 105 (remove_files) COMPLETE
51082026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.844 INFO O| Jun 08 20:36:29.844 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.850 INFO O| Jun 08 20:36:29.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51102026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.850 INFO O| Jun 08 20:36:29.850 INFO STEP 106 (remove_files) COMPLETE
51112026-06-08T20:36:30.703Z[ recovery-image] Jun 08 20:36:29.850 INFO O| Jun 08 20:36:29.850 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-06-08T20:36:30.738Z[ recovery-image] Jun 08 20:36:29.856 INFO O| Jun 08 20:36:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51132026-06-08T20:36:30.738Z[ recovery-image] Jun 08 20:36:29.856 INFO O| Jun 08 20:36:29.856 INFO STEP 107 (remove_files) COMPLETE
51142026-06-08T20:36:30.738Z[ recovery-image] Jun 08 20:36:29.856 INFO O| Jun 08 20:36:29.856 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-06-08T20:36:30.738Z[ recovery-image] Jun 08 20:36:29.863 INFO O| Jun 08 20:36:29.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51162026-06-08T20:36:30.740Z[ recovery-image] Jun 08 20:36:29.863 INFO O| Jun 08 20:36:29.863 INFO STEP 108 (remove_files) COMPLETE
51172026-06-08T20:36:30.740Z[ recovery-image] Jun 08 20:36:29.863 INFO O| Jun 08 20:36:29.863 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-06-08T20:36:30.757Z[ recovery-image] Jun 08 20:36:29.869 INFO O| Jun 08 20:36:29.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51192026-06-08T20:36:30.757Z[ recovery-image] Jun 08 20:36:29.869 INFO O| Jun 08 20:36:29.869 INFO STEP 109 (remove_files) COMPLETE
51202026-06-08T20:36:30.757Z[ recovery-image] Jun 08 20:36:29.869 INFO O| Jun 08 20:36:29.869 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-06-08T20:36:30.757Z[ recovery-image] Jun 08 20:36:29.875 INFO O| Jun 08 20:36:29.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51222026-06-08T20:36:30.757Z[ recovery-image] Jun 08 20:36:29.875 INFO O| Jun 08 20:36:29.875 INFO STEP 110 (remove_files) COMPLETE
51232026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.875 INFO O| Jun 08 20:36:29.875 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.881 INFO O| Jun 08 20:36:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51252026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.881 INFO O| Jun 08 20:36:29.881 INFO STEP 111 (remove_files) COMPLETE
51262026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.881 INFO O| Jun 08 20:36:29.881 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.886 INFO O| Jun 08 20:36:29.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51282026-06-08T20:36:30.758Z[ recovery-image] Jun 08 20:36:29.886 INFO O| Jun 08 20:36:29.886 INFO STEP 112 (remove_files) COMPLETE
51292026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.886 INFO O| Jun 08 20:36:29.886 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.892 INFO O| Jun 08 20:36:29.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51312026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.892 INFO O| Jun 08 20:36:29.892 INFO STEP 113 (remove_files) COMPLETE
51322026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.892 INFO O| Jun 08 20:36:29.892 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.898 INFO O| Jun 08 20:36:29.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51342026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.898 INFO O| Jun 08 20:36:29.898 INFO STEP 114 (remove_files) COMPLETE
51352026-06-08T20:36:30.762Z[ recovery-image] Jun 08 20:36:29.898 INFO O| Jun 08 20:36:29.898 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.904 INFO O| Jun 08 20:36:29.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51372026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.904 INFO O| Jun 08 20:36:29.904 INFO STEP 115 (remove_files) COMPLETE
51382026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.904 INFO O| Jun 08 20:36:29.904 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.910 INFO O| Jun 08 20:36:29.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51402026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.910 INFO O| Jun 08 20:36:29.910 INFO STEP 116 (remove_files) COMPLETE
51412026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.910 INFO O| Jun 08 20:36:29.910 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.915 INFO O| Jun 08 20:36:29.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51432026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.915 INFO O| Jun 08 20:36:29.915 INFO STEP 117 (remove_files) COMPLETE
51442026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.915 INFO O| Jun 08 20:36:29.915 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-06-08T20:36:30.812Z[ recovery-image] Jun 08 20:36:29.921 INFO O| Jun 08 20:36:29.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51462026-06-08T20:36:30.813Z[ recovery-image] Jun 08 20:36:29.921 INFO O| Jun 08 20:36:29.921 INFO STEP 118 (remove_files) COMPLETE
51472026-06-08T20:36:30.813Z[ recovery-image] Jun 08 20:36:29.921 INFO O| Jun 08 20:36:29.921 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.928 INFO O| Jun 08 20:36:29.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51492026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.928 INFO O| Jun 08 20:36:29.928 INFO STEP 119 (remove_files) COMPLETE
51502026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.928 INFO O| Jun 08 20:36:29.928 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.934 INFO O| Jun 08 20:36:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51522026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.934 INFO O| Jun 08 20:36:29.934 INFO STEP 120 (remove_files) COMPLETE
51532026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.934 INFO O| Jun 08 20:36:29.934 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.941 INFO O| Jun 08 20:36:29.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51552026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.941 INFO O| Jun 08 20:36:29.941 INFO STEP 121 (remove_files) COMPLETE
51562026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.941 INFO O| Jun 08 20:36:29.941 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.948 INFO O| Jun 08 20:36:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51582026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.948 INFO O| Jun 08 20:36:29.948 INFO STEP 122 (remove_files) COMPLETE
51592026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.948 INFO O| Jun 08 20:36:29.948 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-06-08T20:36:30.857Z[ recovery-image] Jun 08 20:36:29.954 INFO O| Jun 08 20:36:29.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51612026-06-08T20:36:30.859Z[ recovery-image] Jun 08 20:36:29.954 INFO O| Jun 08 20:36:29.954 INFO STEP 123 (remove_files) COMPLETE
51622026-06-08T20:36:30.859Z[ recovery-image] Jun 08 20:36:29.954 INFO O| Jun 08 20:36:29.954 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.959 INFO O| Jun 08 20:36:29.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51642026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.959 INFO O| Jun 08 20:36:29.959 INFO STEP 124 (remove_files) COMPLETE
51652026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.959 INFO O| Jun 08 20:36:29.959 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.965 INFO O| Jun 08 20:36:29.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51672026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.965 INFO O| Jun 08 20:36:29.965 INFO STEP 125 (remove_files) COMPLETE
51682026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.965 INFO O| Jun 08 20:36:29.965 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.971 INFO O| Jun 08 20:36:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51702026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.971 INFO O| Jun 08 20:36:29.971 INFO STEP 126 (remove_files) COMPLETE
51712026-06-08T20:36:30.860Z[ recovery-image] Jun 08 20:36:29.971 INFO O| Jun 08 20:36:29.971 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.977 INFO O| Jun 08 20:36:29.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51732026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.977 INFO O| Jun 08 20:36:29.977 INFO STEP 127 (remove_files) COMPLETE
51742026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.977 INFO O| Jun 08 20:36:29.977 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.983 INFO O| Jun 08 20:36:29.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51762026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.983 INFO O| Jun 08 20:36:29.983 INFO STEP 128 (remove_files) COMPLETE
51772026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.983 INFO O| Jun 08 20:36:29.983 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.989 INFO O| Jun 08 20:36:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51792026-06-08T20:36:30.911Z[ recovery-image] Jun 08 20:36:29.989 INFO O| Jun 08 20:36:29.989 INFO STEP 129 (remove_files) COMPLETE
51802026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:29.989 INFO O| Jun 08 20:36:29.989 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:29.994 INFO O| Jun 08 20:36:29.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51822026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:29.994 INFO O| Jun 08 20:36:29.994 INFO STEP 130 (remove_files) COMPLETE
51832026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:29.994 INFO O| Jun 08 20:36:29.994 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.001 INFO O| Jun 08 20:36:30.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51852026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.002 INFO O| Jun 08 20:36:30.002 INFO STEP 131 (remove_files) COMPLETE
51862026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.002 INFO O| Jun 08 20:36:30.002 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.010 INFO O| Jun 08 20:36:30.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51882026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.010 INFO O| Jun 08 20:36:30.010 INFO STEP 132 (remove_files) COMPLETE
51892026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.010 INFO O| Jun 08 20:36:30.010 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51902026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.017 INFO O| Jun 08 20:36:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51912026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.017 INFO O| Jun 08 20:36:30.017 INFO STEP 133 (remove_files) COMPLETE
51922026-06-08T20:36:30.914Z[ recovery-image] Jun 08 20:36:30.017 INFO O| Jun 08 20:36:30.017 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.023 INFO O| Jun 08 20:36:30.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51942026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.023 INFO O| Jun 08 20:36:30.023 INFO STEP 134 (remove_files) COMPLETE
51952026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.023 INFO O| Jun 08 20:36:30.023 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.028 INFO O| Jun 08 20:36:30.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51972026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.028 INFO O| Jun 08 20:36:30.028 INFO STEP 135 (remove_files) COMPLETE
51982026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.028 INFO O| Jun 08 20:36:30.028 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.033 INFO O| Jun 08 20:36:30.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52002026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.033 INFO O| Jun 08 20:36:30.033 INFO STEP 136 (remove_files) COMPLETE
52012026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.033 INFO O| Jun 08 20:36:30.033 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52022026-06-08T20:36:30.953Z[ recovery-image] Jun 08 20:36:30.039 INFO O| Jun 08 20:36:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52032026-06-08T20:36:30.954Z[ recovery-image] Jun 08 20:36:30.039 INFO O| Jun 08 20:36:30.039 INFO STEP 137 (remove_files) COMPLETE
52042026-06-08T20:36:30.954Z[ recovery-image] Jun 08 20:36:30.039 INFO O| Jun 08 20:36:30.039 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-06-08T20:36:30.954Z[ recovery-image] Jun 08 20:36:30.044 INFO O| Jun 08 20:36:30.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52062026-06-08T20:36:30.954Z[ recovery-image] Jun 08 20:36:30.044 INFO O| Jun 08 20:36:30.044 INFO STEP 138 (remove_files) COMPLETE
52072026-06-08T20:36:30.954Z[ recovery-image] Jun 08 20:36:30.044 INFO O| Jun 08 20:36:30.044 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52082026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.050 INFO O| Jun 08 20:36:30.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52092026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.050 INFO O| Jun 08 20:36:30.050 INFO STEP 139 (remove_files) COMPLETE
52102026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.050 INFO O| Jun 08 20:36:30.050 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52112026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.055 INFO O| Jun 08 20:36:30.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52122026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.055 INFO O| Jun 08 20:36:30.055 INFO STEP 140 (remove_files) COMPLETE
52132026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.055 INFO O| Jun 08 20:36:30.055 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.060 INFO O| Jun 08 20:36:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52152026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.060 INFO O| Jun 08 20:36:30.060 INFO STEP 141 (remove_files) COMPLETE
52162026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.060 INFO O| Jun 08 20:36:30.060 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.068 INFO O| Jun 08 20:36:30.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52182026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.068 INFO O| Jun 08 20:36:30.068 INFO STEP 142 (remove_files) COMPLETE
52192026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.068 INFO O| Jun 08 20:36:30.068 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.074 INFO O| Jun 08 20:36:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52212026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.074 INFO O| Jun 08 20:36:30.074 INFO STEP 143 (remove_files) COMPLETE
52222026-06-08T20:36:30.957Z[ recovery-image] Jun 08 20:36:30.074 INFO O| Jun 08 20:36:30.074 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-06-08T20:36:30.985Z[ recovery-image] Jun 08 20:36:30.080 INFO O| Jun 08 20:36:30.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52242026-06-08T20:36:30.985Z[ recovery-image] Jun 08 20:36:30.080 INFO O| Jun 08 20:36:30.080 INFO STEP 144 (remove_files) COMPLETE
52252026-06-08T20:36:30.985Z[ recovery-image] Jun 08 20:36:30.080 INFO O| Jun 08 20:36:30.080 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-06-08T20:36:30.985Z[ recovery-image] Jun 08 20:36:30.086 INFO O| Jun 08 20:36:30.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52272026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.086 INFO O| Jun 08 20:36:30.086 INFO STEP 145 (remove_files) COMPLETE
52282026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.086 INFO O| Jun 08 20:36:30.086 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.093 INFO O| Jun 08 20:36:30.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52302026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.093 INFO O| Jun 08 20:36:30.093 INFO STEP 146 (remove_files) COMPLETE
52312026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.093 INFO O| Jun 08 20:36:30.093 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.099 INFO O| Jun 08 20:36:30.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52332026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.099 INFO O| Jun 08 20:36:30.099 INFO STEP 147 (remove_files) COMPLETE
52342026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.099 INFO O| Jun 08 20:36:30.099 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.105 INFO O| Jun 08 20:36:30.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52362026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.105 INFO O| Jun 08 20:36:30.105 INFO STEP 148 (remove_files) COMPLETE
52372026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.105 INFO O| Jun 08 20:36:30.105 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.111 INFO O| Jun 08 20:36:30.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52392026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.111 INFO O| Jun 08 20:36:30.111 INFO STEP 149 (remove_files) COMPLETE
52402026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.111 INFO O| Jun 08 20:36:30.111 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.117 INFO O| Jun 08 20:36:30.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52422026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.117 INFO O| Jun 08 20:36:30.117 INFO STEP 150 (remove_files) COMPLETE
52432026-06-08T20:36:30.986Z[ recovery-image] Jun 08 20:36:30.117 INFO O| Jun 08 20:36:30.117 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.124 INFO O| Jun 08 20:36:30.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52452026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.124 INFO O| Jun 08 20:36:30.124 INFO STEP 151 (remove_files) COMPLETE
52462026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.124 INFO O| Jun 08 20:36:30.124 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.129 INFO O| Jun 08 20:36:30.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52482026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.129 INFO O| Jun 08 20:36:30.129 INFO STEP 152 (remove_files) COMPLETE
52492026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.129 INFO O| Jun 08 20:36:30.129 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.135 INFO O| Jun 08 20:36:30.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52512026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.135 INFO O| Jun 08 20:36:30.135 INFO STEP 153 (remove_files) COMPLETE
52522026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.135 INFO O| Jun 08 20:36:30.135 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.141 INFO O| Jun 08 20:36:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52542026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.141 INFO O| Jun 08 20:36:30.141 INFO STEP 154 (remove_files) COMPLETE
52552026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.141 INFO O| Jun 08 20:36:30.141 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.147 INFO O| Jun 08 20:36:30.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52572026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.147 INFO O| Jun 08 20:36:30.147 INFO STEP 155 (remove_files) COMPLETE
52582026-06-08T20:36:31.010Z[ recovery-image] Jun 08 20:36:30.147 INFO O| Jun 08 20:36:30.147 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.155 INFO O| Jun 08 20:36:30.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52602026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.155 INFO O| Jun 08 20:36:30.155 INFO STEP 156 (remove_files) COMPLETE
52612026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.155 INFO O| Jun 08 20:36:30.155 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.161 INFO O| Jun 08 20:36:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52632026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.161 INFO O| Jun 08 20:36:30.161 INFO STEP 157 (remove_files) COMPLETE
52642026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.161 INFO O| Jun 08 20:36:30.161 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.167 INFO O| Jun 08 20:36:30.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52662026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.167 INFO O| Jun 08 20:36:30.167 INFO STEP 158 (remove_files) COMPLETE
52672026-06-08T20:36:31.021Z[ recovery-image] Jun 08 20:36:30.167 INFO O| Jun 08 20:36:30.167 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.173 INFO O| Jun 08 20:36:30.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52692026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.173 INFO O| Jun 08 20:36:30.173 INFO STEP 159 (remove_files) COMPLETE
52702026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.173 INFO O| Jun 08 20:36:30.173 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.180 INFO O| Jun 08 20:36:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52722026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.180 INFO O| Jun 08 20:36:30.180 INFO STEP 160 (remove_files) COMPLETE
52732026-06-08T20:36:31.042Z[ recovery-image] Jun 08 20:36:30.180 INFO O| Jun 08 20:36:30.180 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-06-08T20:36:31.156Z[ recovery-image] Jun 08 20:36:30.186 INFO O| Jun 08 20:36:30.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52752026-06-08T20:36:31.156Z[ recovery-image] Jun 08 20:36:30.186 INFO O| Jun 08 20:36:30.186 INFO STEP 161 (remove_files) COMPLETE
52762026-06-08T20:36:31.163Z[ recovery-image] Jun 08 20:36:30.186 INFO O| Jun 08 20:36:30.186 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-06-08T20:36:31.163Z[ recovery-image] Jun 08 20:36:30.192 INFO O| Jun 08 20:36:30.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52782026-06-08T20:36:31.163Z[ recovery-image] Jun 08 20:36:30.192 INFO O| Jun 08 20:36:30.192 INFO STEP 162 (remove_files) COMPLETE
52792026-06-08T20:36:31.163Z[ recovery-image] Jun 08 20:36:30.192 INFO O| Jun 08 20:36:30.192 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-06-08T20:36:31.171Z[ recovery-image] Jun 08 20:36:30.199 INFO O| Jun 08 20:36:30.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52812026-06-08T20:36:31.171Z[ recovery-image] Jun 08 20:36:30.199 INFO O| Jun 08 20:36:30.199 INFO STEP 163 (remove_files) COMPLETE
52822026-06-08T20:36:31.171Z[ recovery-image] Jun 08 20:36:30.199 INFO O| Jun 08 20:36:30.199 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.205 INFO O| Jun 08 20:36:30.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52842026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.205 INFO O| Jun 08 20:36:30.205 INFO STEP 164 (remove_files) COMPLETE
52852026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.205 INFO O| Jun 08 20:36:30.205 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.210 INFO O| Jun 08 20:36:30.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52872026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.210 INFO O| Jun 08 20:36:30.210 INFO STEP 165 (remove_files) COMPLETE
52882026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.210 INFO O| Jun 08 20:36:30.210 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.217 INFO O| Jun 08 20:36:30.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52902026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.217 INFO O| Jun 08 20:36:30.217 INFO STEP 166 (remove_files) COMPLETE
52912026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.217 INFO O| Jun 08 20:36:30.217 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.223 INFO O| Jun 08 20:36:30.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52932026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.223 INFO O| Jun 08 20:36:30.223 INFO STEP 167 (remove_files) COMPLETE
52942026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.223 INFO O| Jun 08 20:36:30.223 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.229 INFO O| Jun 08 20:36:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52962026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.229 INFO O| Jun 08 20:36:30.229 INFO STEP 168 (remove_files) COMPLETE
52972026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.229 INFO O| Jun 08 20:36:30.229 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.236 INFO O| Jun 08 20:36:30.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52992026-06-08T20:36:31.231Z[ recovery-image] Jun 08 20:36:30.236 INFO O| Jun 08 20:36:30.236 INFO STEP 169 (remove_files) COMPLETE
53002026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.236 INFO O| Jun 08 20:36:30.236 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.242 INFO O| Jun 08 20:36:30.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53022026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.242 INFO O| Jun 08 20:36:30.242 INFO STEP 170 (remove_files) COMPLETE
53032026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.242 INFO O| Jun 08 20:36:30.242 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.249 INFO O| Jun 08 20:36:30.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53052026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.249 INFO O| Jun 08 20:36:30.249 INFO STEP 171 (remove_files) COMPLETE
53062026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.249 INFO O| Jun 08 20:36:30.249 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.255 INFO O| Jun 08 20:36:30.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53082026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.255 INFO O| Jun 08 20:36:30.255 INFO STEP 172 (remove_files) COMPLETE
53092026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.255 INFO O| Jun 08 20:36:30.255 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.262 INFO O| Jun 08 20:36:30.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53112026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.262 INFO O| Jun 08 20:36:30.262 INFO STEP 173 (remove_files) COMPLETE
53122026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.262 INFO O| Jun 08 20:36:30.262 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.268 INFO O| Jun 08 20:36:30.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53142026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.268 INFO O| Jun 08 20:36:30.268 INFO STEP 174 (remove_files) COMPLETE
53152026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.268 INFO O| Jun 08 20:36:30.268 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.274 INFO O| Jun 08 20:36:30.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53172026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.275 INFO O| Jun 08 20:36:30.274 INFO STEP 175 (remove_files) COMPLETE
53182026-06-08T20:36:31.232Z[ recovery-image] Jun 08 20:36:30.275 INFO O| Jun 08 20:36:30.275 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.280 INFO O| Jun 08 20:36:30.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53202026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.280 INFO O| Jun 08 20:36:30.280 INFO STEP 176 (remove_files) COMPLETE
53212026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.280 INFO O| Jun 08 20:36:30.280 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.287 INFO O| Jun 08 20:36:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53232026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.287 INFO O| Jun 08 20:36:30.287 INFO STEP 177 (remove_files) COMPLETE
53242026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.287 INFO O| Jun 08 20:36:30.287 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.294 INFO O| Jun 08 20:36:30.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53262026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.294 INFO O| Jun 08 20:36:30.294 INFO STEP 178 (remove_files) COMPLETE
53272026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.294 INFO O| Jun 08 20:36:30.294 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.301 INFO O| Jun 08 20:36:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53292026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.301 INFO O| Jun 08 20:36:30.301 INFO STEP 179 (remove_files) COMPLETE
53302026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.301 INFO O| Jun 08 20:36:30.301 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.307 INFO O| Jun 08 20:36:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53322026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.307 INFO O| Jun 08 20:36:30.307 INFO STEP 180 (remove_files) COMPLETE
53332026-06-08T20:36:31.238Z[ recovery-image] Jun 08 20:36:30.307 INFO O| Jun 08 20:36:30.307 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.313 INFO O| Jun 08 20:36:30.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53352026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.313 INFO O| Jun 08 20:36:30.313 INFO STEP 181 (remove_files) COMPLETE
53362026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.313 INFO O| Jun 08 20:36:30.313 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.320 INFO O| Jun 08 20:36:30.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53382026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.320 INFO O| Jun 08 20:36:30.320 INFO STEP 182 (remove_files) COMPLETE
53392026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.320 INFO O| Jun 08 20:36:30.320 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.326 INFO O| Jun 08 20:36:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53412026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.326 INFO O| Jun 08 20:36:30.326 INFO STEP 183 (remove_files) COMPLETE
53422026-06-08T20:36:31.243Z[ recovery-image] Jun 08 20:36:30.326 INFO O| Jun 08 20:36:30.326 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-06-08T20:36:31.261Z[ recovery-image] Jun 08 20:36:30.333 INFO O| Jun 08 20:36:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53442026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.333 INFO O| Jun 08 20:36:30.333 INFO STEP 184 (remove_files) COMPLETE
53452026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.333 INFO O| Jun 08 20:36:30.333 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.339 INFO O| Jun 08 20:36:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53472026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.339 INFO O| Jun 08 20:36:30.339 INFO STEP 185 (remove_files) COMPLETE
53482026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.339 INFO O| Jun 08 20:36:30.339 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.345 INFO O| Jun 08 20:36:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53502026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.345 INFO O| Jun 08 20:36:30.345 INFO STEP 186 (remove_files) COMPLETE
53512026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.345 INFO O| Jun 08 20:36:30.345 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.351 INFO O| Jun 08 20:36:30.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53532026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.351 INFO O| Jun 08 20:36:30.351 INFO STEP 187 (remove_files) COMPLETE
53542026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.351 INFO O| Jun 08 20:36:30.351 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.358 INFO O| Jun 08 20:36:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53562026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.358 INFO O| Jun 08 20:36:30.358 INFO STEP 188 (remove_files) COMPLETE
53572026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.358 INFO O| Jun 08 20:36:30.358 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-06-08T20:36:31.264Z[ recovery-image] Jun 08 20:36:30.364 INFO O| Jun 08 20:36:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53592026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.364 INFO O| Jun 08 20:36:30.364 INFO STEP 189 (remove_files) COMPLETE
53602026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.364 INFO O| Jun 08 20:36:30.364 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.370 INFO O| Jun 08 20:36:30.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53622026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.370 INFO O| Jun 08 20:36:30.370 INFO STEP 190 (remove_files) COMPLETE
53632026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.370 INFO O| Jun 08 20:36:30.370 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.375 INFO O| Jun 08 20:36:30.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53652026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.375 INFO O| Jun 08 20:36:30.375 INFO STEP 191 (remove_files) COMPLETE
53662026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.375 INFO O| Jun 08 20:36:30.375 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.381 INFO O| Jun 08 20:36:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53682026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.381 INFO O| Jun 08 20:36:30.381 INFO STEP 192 (remove_files) COMPLETE
53692026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.381 INFO O| Jun 08 20:36:30.381 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.387 INFO O| Jun 08 20:36:30.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53712026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.387 INFO O| Jun 08 20:36:30.387 INFO STEP 193 (remove_files) COMPLETE
53722026-06-08T20:36:31.267Z[ recovery-image] Jun 08 20:36:30.387 INFO O| Jun 08 20:36:30.387 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-06-08T20:36:31.268Z[ recovery-image] Jun 08 20:36:30.392 INFO O| Jun 08 20:36:30.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53742026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.392 INFO O| Jun 08 20:36:30.392 INFO STEP 194 (remove_files) COMPLETE
53752026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.392 INFO O| Jun 08 20:36:30.392 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.398 INFO O| Jun 08 20:36:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53772026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.398 INFO O| Jun 08 20:36:30.398 INFO STEP 195 (remove_files) COMPLETE
53782026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.398 INFO O| Jun 08 20:36:30.398 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.404 INFO O| Jun 08 20:36:30.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53802026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.404 INFO O| Jun 08 20:36:30.404 INFO STEP 196 (remove_files) COMPLETE
53812026-06-08T20:36:31.278Z[ recovery-image] Jun 08 20:36:30.404 INFO O| Jun 08 20:36:30.404 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-06-08T20:36:31.315Z[ recovery-image] Jun 08 20:36:30.409 INFO O| Jun 08 20:36:30.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53832026-06-08T20:36:31.315Z[ recovery-image] Jun 08 20:36:30.409 INFO O| Jun 08 20:36:30.409 INFO STEP 197 (remove_files) COMPLETE
53842026-06-08T20:36:31.315Z[ recovery-image] Jun 08 20:36:30.409 INFO O| Jun 08 20:36:30.409 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-06-08T20:36:31.315Z[ recovery-image] Jun 08 20:36:30.415 INFO O| Jun 08 20:36:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53862026-06-08T20:36:31.315Z[ recovery-image] Jun 08 20:36:30.415 INFO O| Jun 08 20:36:30.415 INFO STEP 198 (remove_files) COMPLETE
53872026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.415 INFO O| Jun 08 20:36:30.415 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.420 INFO O| Jun 08 20:36:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53892026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.420 INFO O| Jun 08 20:36:30.420 INFO STEP 199 (remove_files) COMPLETE
53902026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.420 INFO O| Jun 08 20:36:30.420 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.426 INFO O| Jun 08 20:36:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53922026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.426 INFO O| Jun 08 20:36:30.426 INFO STEP 200 (remove_files) COMPLETE
53932026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.426 INFO O| Jun 08 20:36:30.426 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.432 INFO O| Jun 08 20:36:30.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53952026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.432 INFO O| Jun 08 20:36:30.432 INFO STEP 201 (remove_files) COMPLETE
53962026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.432 INFO O| Jun 08 20:36:30.432 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.438 INFO O| Jun 08 20:36:30.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53982026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.438 INFO O| Jun 08 20:36:30.438 INFO STEP 202 (remove_files) COMPLETE
53992026-06-08T20:36:31.316Z[ recovery-image] Jun 08 20:36:30.438 INFO O| Jun 08 20:36:30.438 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.443 INFO O| Jun 08 20:36:30.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54012026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.443 INFO O| Jun 08 20:36:30.443 INFO STEP 203 (remove_files) COMPLETE
54022026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.443 INFO O| Jun 08 20:36:30.443 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.449 INFO O| Jun 08 20:36:30.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54042026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.449 INFO O| Jun 08 20:36:30.449 INFO STEP 204 (remove_files) COMPLETE
54052026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.449 INFO O| Jun 08 20:36:30.449 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.454 INFO O| Jun 08 20:36:30.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54072026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.454 INFO O| Jun 08 20:36:30.454 INFO STEP 205 (remove_files) COMPLETE
54082026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.454 INFO O| Jun 08 20:36:30.454 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.460 INFO O| Jun 08 20:36:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54102026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.461 INFO O| Jun 08 20:36:30.461 INFO STEP 206 (remove_files) COMPLETE
54112026-06-08T20:36:31.360Z[ recovery-image] Jun 08 20:36:30.461 INFO O| Jun 08 20:36:30.461 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.466 INFO O| Jun 08 20:36:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54132026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.466 INFO O| Jun 08 20:36:30.466 INFO STEP 207 (remove_files) COMPLETE
54142026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.466 INFO O| Jun 08 20:36:30.466 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.472 INFO O| Jun 08 20:36:30.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54162026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.472 INFO O| Jun 08 20:36:30.472 INFO STEP 208 (remove_files) COMPLETE
54172026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.472 INFO O| Jun 08 20:36:30.472 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.477 INFO O| Jun 08 20:36:30.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54192026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.477 INFO O| Jun 08 20:36:30.477 INFO STEP 209 (remove_files) COMPLETE
54202026-06-08T20:36:31.361Z[ recovery-image] Jun 08 20:36:30.477 INFO O| Jun 08 20:36:30.477 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.483 INFO O| Jun 08 20:36:30.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54222026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.483 INFO O| Jun 08 20:36:30.483 INFO STEP 210 (remove_files) COMPLETE
54232026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.483 INFO O| Jun 08 20:36:30.483 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.488 INFO O| Jun 08 20:36:30.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54252026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.488 INFO O| Jun 08 20:36:30.488 INFO STEP 211 (remove_files) COMPLETE
54262026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.488 INFO O| Jun 08 20:36:30.488 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.493 INFO O| Jun 08 20:36:30.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54282026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.493 INFO O| Jun 08 20:36:30.493 INFO STEP 212 (remove_files) COMPLETE
54292026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.493 INFO O| Jun 08 20:36:30.493 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.499 INFO O| Jun 08 20:36:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54312026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.499 INFO O| Jun 08 20:36:30.499 INFO STEP 213 (remove_files) COMPLETE
54322026-06-08T20:36:31.367Z[ recovery-image] Jun 08 20:36:30.499 INFO O| Jun 08 20:36:30.499 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.504 INFO O| Jun 08 20:36:30.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54342026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.504 INFO O| Jun 08 20:36:30.504 INFO STEP 214 (remove_files) COMPLETE
54352026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.504 INFO O| Jun 08 20:36:30.504 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.509 INFO O| Jun 08 20:36:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54372026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.509 INFO O| Jun 08 20:36:30.509 INFO STEP 215 (remove_files) COMPLETE
54382026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.509 INFO O| Jun 08 20:36:30.509 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.515 INFO O| Jun 08 20:36:30.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54402026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.515 INFO O| Jun 08 20:36:30.515 INFO STEP 216 (remove_files) COMPLETE
54412026-06-08T20:36:31.369Z[ recovery-image] Jun 08 20:36:30.515 INFO O| Jun 08 20:36:30.515 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-06-08T20:36:31.412Z[ recovery-image] Jun 08 20:36:30.520 INFO O| Jun 08 20:36:30.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54432026-06-08T20:36:31.412Z[ recovery-image] Jun 08 20:36:30.520 INFO O| Jun 08 20:36:30.520 INFO STEP 217 (remove_files) COMPLETE
54442026-06-08T20:36:31.412Z[ recovery-image] Jun 08 20:36:30.520 INFO O| Jun 08 20:36:30.520 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-06-08T20:36:31.413Z[ recovery-image] Jun 08 20:36:30.526 INFO O| Jun 08 20:36:30.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54462026-06-08T20:36:31.413Z[ recovery-image] Jun 08 20:36:30.526 INFO O| Jun 08 20:36:30.526 INFO STEP 218 (remove_files) COMPLETE
54472026-06-08T20:36:31.413Z[ recovery-image] Jun 08 20:36:30.526 INFO O| Jun 08 20:36:30.526 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-06-08T20:36:33.211Z[ recovery-image] Jun 08 20:36:30.531 INFO O| Jun 08 20:36:30.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54492026-06-08T20:36:33.211Z[ recovery-image] Jun 08 20:36:30.531 INFO O| Jun 08 20:36:30.531 INFO STEP 219 (remove_files) COMPLETE
54502026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.531 INFO O| Jun 08 20:36:30.531 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.536 INFO O| Jun 08 20:36:30.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54522026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.536 INFO O| Jun 08 20:36:30.536 INFO STEP 220 (remove_files) COMPLETE
54532026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.536 INFO O| Jun 08 20:36:30.536 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.542 INFO O| Jun 08 20:36:30.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54552026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.542 INFO O| Jun 08 20:36:30.542 INFO STEP 221 (remove_files) COMPLETE
54562026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.542 INFO O| Jun 08 20:36:30.542 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-06-08T20:36:33.212Z[ recovery-image] Jun 08 20:36:30.548 INFO O| Jun 08 20:36:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54582026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.548 INFO O| Jun 08 20:36:30.548 INFO STEP 222 (remove_files) COMPLETE
54592026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.548 INFO O| Jun 08 20:36:30.548 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.554 INFO O| Jun 08 20:36:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54612026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.554 INFO O| Jun 08 20:36:30.554 INFO STEP 223 (remove_files) COMPLETE
54622026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.554 INFO O| Jun 08 20:36:30.554 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-06-08T20:36:33.213Z[ recovery-image] Jun 08 20:36:30.560 INFO O| Jun 08 20:36:30.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54642026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.561 INFO O| Jun 08 20:36:30.560 INFO STEP 224 (remove_files) COMPLETE
54652026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.561 INFO O| Jun 08 20:36:30.561 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.568 INFO O| Jun 08 20:36:30.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54672026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.568 INFO O| Jun 08 20:36:30.568 INFO STEP 225 (remove_files) COMPLETE
54682026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.568 INFO O| Jun 08 20:36:30.568 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.574 INFO O| Jun 08 20:36:30.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54702026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.574 INFO O| Jun 08 20:36:30.574 INFO STEP 226 (remove_files) COMPLETE
54712026-06-08T20:36:33.215Z[ recovery-image] Jun 08 20:36:30.574 INFO O| Jun 08 20:36:30.574 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.581 INFO O| Jun 08 20:36:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54732026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.581 INFO O| Jun 08 20:36:30.581 INFO STEP 227 (remove_files) COMPLETE
54742026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.581 INFO O| Jun 08 20:36:30.581 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.587 INFO O| Jun 08 20:36:30.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54762026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.587 INFO O| Jun 08 20:36:30.587 INFO STEP 228 (remove_files) COMPLETE
54772026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.587 INFO O| Jun 08 20:36:30.587 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.593 INFO O| Jun 08 20:36:30.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54792026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.593 INFO O| Jun 08 20:36:30.593 INFO STEP 229 (remove_files) COMPLETE
54802026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.593 INFO O| Jun 08 20:36:30.593 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.600 INFO O| Jun 08 20:36:30.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54822026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.600 INFO O| Jun 08 20:36:30.600 INFO STEP 230 (remove_files) COMPLETE
54832026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.600 INFO O| Jun 08 20:36:30.600 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.606 INFO O| Jun 08 20:36:30.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54852026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.606 INFO O| Jun 08 20:36:30.606 INFO STEP 231 (remove_files) COMPLETE
54862026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.606 INFO O| Jun 08 20:36:30.606 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.613 INFO O| Jun 08 20:36:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54882026-06-08T20:36:33.438Z[ recovery-image] Jun 08 20:36:30.613 INFO O| Jun 08 20:36:30.613 INFO STEP 232 (remove_files) COMPLETE
54892026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.613 INFO O| Jun 08 20:36:30.613 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.619 INFO O| Jun 08 20:36:30.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54912026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.619 INFO O| Jun 08 20:36:30.619 INFO STEP 233 (remove_files) COMPLETE
54922026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.619 INFO O| Jun 08 20:36:30.619 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.626 INFO O| Jun 08 20:36:30.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54942026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.626 INFO O| Jun 08 20:36:30.626 INFO STEP 234 (remove_files) COMPLETE
54952026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.626 INFO O| Jun 08 20:36:30.626 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.633 INFO O| Jun 08 20:36:30.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54972026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.633 INFO O| Jun 08 20:36:30.633 INFO STEP 235 (remove_files) COMPLETE
54982026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.633 INFO O| Jun 08 20:36:30.633 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.639 INFO O| Jun 08 20:36:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55002026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.639 INFO O| Jun 08 20:36:30.639 INFO STEP 236 (remove_files) COMPLETE
55012026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.639 INFO O| Jun 08 20:36:30.639 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.645 INFO O| Jun 08 20:36:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55032026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.645 INFO O| Jun 08 20:36:30.645 INFO STEP 237 (remove_files) COMPLETE
55042026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.645 INFO O| Jun 08 20:36:30.645 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.652 INFO O| Jun 08 20:36:30.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55062026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.652 INFO O| Jun 08 20:36:30.652 INFO STEP 238 (remove_files) COMPLETE
55072026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.652 INFO O| Jun 08 20:36:30.652 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.659 INFO O| Jun 08 20:36:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55092026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.659 INFO O| Jun 08 20:36:30.659 INFO STEP 239 (remove_files) COMPLETE
55102026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.659 INFO O| Jun 08 20:36:30.659 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.665 INFO O| Jun 08 20:36:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55122026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.665 INFO O| Jun 08 20:36:30.665 INFO STEP 240 (remove_files) COMPLETE
55132026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.665 INFO O| Jun 08 20:36:30.665 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.672 INFO O| Jun 08 20:36:30.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55152026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.672 INFO O| Jun 08 20:36:30.672 INFO STEP 241 (remove_files) COMPLETE
55162026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.672 INFO O| Jun 08 20:36:30.672 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.678 INFO O| Jun 08 20:36:30.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55182026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.678 INFO O| Jun 08 20:36:30.678 INFO STEP 242 (remove_files) COMPLETE
55192026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.678 INFO O| Jun 08 20:36:30.678 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.685 INFO O| Jun 08 20:36:30.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55212026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.685 INFO O| Jun 08 20:36:30.685 INFO STEP 243 (remove_files) COMPLETE
55222026-06-08T20:36:33.439Z[ recovery-image] Jun 08 20:36:30.685 INFO O| Jun 08 20:36:30.685 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.691 INFO O| Jun 08 20:36:30.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55242026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.691 INFO O| Jun 08 20:36:30.691 INFO STEP 244 (remove_files) COMPLETE
55252026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.691 INFO O| Jun 08 20:36:30.691 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.697 INFO O| Jun 08 20:36:30.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55272026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.697 INFO O| Jun 08 20:36:30.697 INFO STEP 245 (remove_files) COMPLETE
55282026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.697 INFO O| Jun 08 20:36:30.697 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.703 INFO O| Jun 08 20:36:30.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55302026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.703 INFO O| Jun 08 20:36:30.703 INFO STEP 246 (remove_files) COMPLETE
55312026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.703 INFO O| Jun 08 20:36:30.703 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.709 INFO O| Jun 08 20:36:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55332026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.709 INFO O| Jun 08 20:36:30.709 INFO STEP 247 (remove_files) COMPLETE
55342026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.709 INFO O| Jun 08 20:36:30.709 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.715 INFO O| Jun 08 20:36:30.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55362026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.715 INFO O| Jun 08 20:36:30.715 INFO STEP 248 (remove_files) COMPLETE
55372026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.715 INFO O| Jun 08 20:36:30.715 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.721 INFO O| Jun 08 20:36:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55392026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.721 INFO O| Jun 08 20:36:30.721 INFO STEP 249 (remove_files) COMPLETE
55402026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.721 INFO O| Jun 08 20:36:30.721 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.727 INFO O| Jun 08 20:36:30.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55422026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.727 INFO O| Jun 08 20:36:30.727 INFO STEP 250 (remove_files) COMPLETE
55432026-06-08T20:36:33.440Z[ recovery-image] Jun 08 20:36:30.727 INFO O| Jun 08 20:36:30.727 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.732 INFO O| Jun 08 20:36:30.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55452026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.732 INFO O| Jun 08 20:36:30.732 INFO STEP 251 (remove_files) COMPLETE
55462026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.732 INFO O| Jun 08 20:36:30.732 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.738 INFO O| Jun 08 20:36:30.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55482026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.738 INFO O| Jun 08 20:36:30.738 INFO STEP 252 (remove_files) COMPLETE
55492026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.738 INFO O| Jun 08 20:36:30.738 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.744 INFO O| Jun 08 20:36:30.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55512026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.744 INFO O| Jun 08 20:36:30.744 INFO STEP 253 (remove_files) COMPLETE
55522026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.744 INFO O| Jun 08 20:36:30.744 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.750 INFO O| Jun 08 20:36:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55542026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.751 INFO O| Jun 08 20:36:30.751 INFO STEP 254 (remove_files) COMPLETE
55552026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.751 INFO O| Jun 08 20:36:30.751 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.757 INFO O| Jun 08 20:36:30.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55572026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.757 INFO O| Jun 08 20:36:30.757 INFO STEP 255 (remove_files) COMPLETE
55582026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.757 INFO O| Jun 08 20:36:30.757 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.763 INFO O| Jun 08 20:36:30.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55602026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.763 INFO O| Jun 08 20:36:30.763 INFO STEP 256 (remove_files) COMPLETE
55612026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.763 INFO O| Jun 08 20:36:30.763 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.769 INFO O| Jun 08 20:36:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55632026-06-08T20:36:33.443Z[ recovery-image] Jun 08 20:36:30.769 INFO O| Jun 08 20:36:30.769 INFO STEP 257 (remove_files) COMPLETE
55642026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.769 INFO O| Jun 08 20:36:30.769 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.776 INFO O| Jun 08 20:36:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55662026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.776 INFO O| Jun 08 20:36:30.776 INFO STEP 258 (remove_files) COMPLETE
55672026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.776 INFO O| Jun 08 20:36:30.776 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.783 INFO O| Jun 08 20:36:30.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55692026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.783 INFO O| Jun 08 20:36:30.783 INFO STEP 259 (remove_files) COMPLETE
55702026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.783 INFO O| Jun 08 20:36:30.783 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-06-08T20:36:33.449Z[ recovery-image] Jun 08 20:36:30.789 INFO O| Jun 08 20:36:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55722026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.789 INFO O| Jun 08 20:36:30.789 INFO STEP 260 (remove_files) COMPLETE
55732026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.789 INFO O| Jun 08 20:36:30.789 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.795 INFO O| Jun 08 20:36:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55752026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.795 INFO O| Jun 08 20:36:30.795 INFO STEP 261 (remove_files) COMPLETE
55762026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.795 INFO O| Jun 08 20:36:30.795 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.802 INFO O| Jun 08 20:36:30.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55782026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.802 INFO O| Jun 08 20:36:30.802 INFO STEP 262 (remove_files) COMPLETE
55792026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.802 INFO O| Jun 08 20:36:30.802 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.808 INFO O| Jun 08 20:36:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55812026-06-08T20:36:33.694Z[ recovery-image] Jun 08 20:36:30.808 INFO O| Jun 08 20:36:30.808 INFO STEP 263 (remove_files) COMPLETE
55822026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.808 INFO O| Jun 08 20:36:30.808 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.815 INFO O| Jun 08 20:36:30.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55842026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.815 INFO O| Jun 08 20:36:30.815 INFO STEP 264 (remove_files) COMPLETE
55852026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.815 INFO O| Jun 08 20:36:30.815 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.821 INFO O| Jun 08 20:36:30.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55872026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.821 INFO O| Jun 08 20:36:30.821 INFO STEP 265 (remove_files) COMPLETE
55882026-06-08T20:36:33.695Z[ recovery-image] Jun 08 20:36:30.821 INFO O| Jun 08 20:36:30.821 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.827 INFO O| Jun 08 20:36:30.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55902026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.827 INFO O| Jun 08 20:36:30.827 INFO STEP 266 (remove_files) COMPLETE
55912026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.827 INFO O| Jun 08 20:36:30.827 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.834 INFO O| Jun 08 20:36:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55932026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.834 INFO O| Jun 08 20:36:30.834 INFO STEP 267 (remove_files) COMPLETE
55942026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.834 INFO O| Jun 08 20:36:30.834 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.840 INFO O| Jun 08 20:36:30.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55962026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.840 INFO O| Jun 08 20:36:30.840 INFO STEP 268 (remove_files) COMPLETE
55972026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.840 INFO O| Jun 08 20:36:30.840 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.846 INFO O| Jun 08 20:36:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55992026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.846 INFO O| Jun 08 20:36:30.846 INFO STEP 269 (remove_files) COMPLETE
56002026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.846 INFO O| Jun 08 20:36:30.846 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.852 INFO O| Jun 08 20:36:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56022026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.852 INFO O| Jun 08 20:36:30.852 INFO STEP 270 (remove_files) COMPLETE
56032026-06-08T20:36:33.698Z[ recovery-image] Jun 08 20:36:30.852 INFO O| Jun 08 20:36:30.852 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.858 INFO O| Jun 08 20:36:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56052026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.858 INFO O| Jun 08 20:36:30.858 INFO STEP 271 (remove_files) COMPLETE
56062026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.858 INFO O| Jun 08 20:36:30.858 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.864 INFO O| Jun 08 20:36:30.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56082026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.864 INFO O| Jun 08 20:36:30.864 INFO STEP 272 (remove_files) COMPLETE
56092026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.864 INFO O| Jun 08 20:36:30.864 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.870 INFO O| Jun 08 20:36:30.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56112026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.870 INFO O| Jun 08 20:36:30.870 INFO STEP 273 (remove_files) COMPLETE
56122026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.870 INFO O| Jun 08 20:36:30.870 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.876 INFO O| Jun 08 20:36:30.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56142026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.876 INFO O| Jun 08 20:36:30.876 INFO STEP 274 (remove_files) COMPLETE
56152026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.876 INFO O| Jun 08 20:36:30.876 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-06-08T20:36:33.700Z[ recovery-image] Jun 08 20:36:30.882 INFO O| Jun 08 20:36:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56172026-06-08T20:36:33.701Z[ recovery-image] Jun 08 20:36:30.882 INFO O| Jun 08 20:36:30.882 INFO STEP 275 (remove_files) COMPLETE
56182026-06-08T20:36:33.701Z[ recovery-image] Jun 08 20:36:30.882 INFO O| Jun 08 20:36:30.882 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.889 INFO O| Jun 08 20:36:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56202026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.889 INFO O| Jun 08 20:36:30.889 INFO STEP 276 (remove_files) COMPLETE
56212026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.889 INFO O| Jun 08 20:36:30.889 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.895 INFO O| Jun 08 20:36:30.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56232026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.895 INFO O| Jun 08 20:36:30.895 INFO STEP 277 (remove_files) COMPLETE
56242026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.896 INFO O| Jun 08 20:36:30.895 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.901 INFO O| Jun 08 20:36:30.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56262026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.901 INFO O| Jun 08 20:36:30.901 INFO STEP 278 (remove_files) COMPLETE
56272026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.901 INFO O| Jun 08 20:36:30.901 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.908 INFO O| Jun 08 20:36:30.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56292026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.908 INFO O| Jun 08 20:36:30.908 INFO STEP 279 (remove_files) COMPLETE
56302026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.908 INFO O| Jun 08 20:36:30.908 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.915 INFO O| Jun 08 20:36:30.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56322026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.915 INFO O| Jun 08 20:36:30.915 INFO STEP 280 (remove_files) COMPLETE
56332026-06-08T20:36:33.708Z[ recovery-image] Jun 08 20:36:30.915 INFO O| Jun 08 20:36:30.915 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.920 INFO O| Jun 08 20:36:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56352026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.921 INFO O| Jun 08 20:36:30.920 INFO STEP 281 (remove_files) COMPLETE
56362026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.921 INFO O| Jun 08 20:36:30.920 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.927 INFO O| Jun 08 20:36:30.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56382026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.927 INFO O| Jun 08 20:36:30.927 INFO STEP 282 (remove_files) COMPLETE
56392026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.927 INFO O| Jun 08 20:36:30.927 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.933 INFO O| Jun 08 20:36:30.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56412026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.933 INFO O| Jun 08 20:36:30.933 INFO STEP 283 (remove_files) COMPLETE
56422026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.933 INFO O| Jun 08 20:36:30.933 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.940 INFO O| Jun 08 20:36:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56442026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.940 INFO O| Jun 08 20:36:30.940 INFO STEP 284 (remove_files) COMPLETE
56452026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.940 INFO O| Jun 08 20:36:30.940 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.945 INFO O| Jun 08 20:36:30.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56472026-06-08T20:36:33.713Z[ recovery-image] Jun 08 20:36:30.946 INFO O| Jun 08 20:36:30.946 INFO STEP 285 (remove_files) COMPLETE
56482026-06-08T20:36:33.714Z[ recovery-image] Jun 08 20:36:30.946 INFO O| Jun 08 20:36:30.946 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.952 INFO O| Jun 08 20:36:30.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56502026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.952 INFO O| Jun 08 20:36:30.952 INFO STEP 286 (remove_files) COMPLETE
56512026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.952 INFO O| Jun 08 20:36:30.952 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.959 INFO O| Jun 08 20:36:30.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56532026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.959 INFO O| Jun 08 20:36:30.959 INFO STEP 287 (remove_files) COMPLETE
56542026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.959 INFO O| Jun 08 20:36:30.959 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.965 INFO O| Jun 08 20:36:30.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56562026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.965 INFO O| Jun 08 20:36:30.965 INFO STEP 288 (remove_files) COMPLETE
56572026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.965 INFO O| Jun 08 20:36:30.965 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.972 INFO O| Jun 08 20:36:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56592026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.972 INFO O| Jun 08 20:36:30.972 INFO STEP 289 (remove_files) COMPLETE
56602026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.972 INFO O| Jun 08 20:36:30.972 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.979 INFO O| Jun 08 20:36:30.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56622026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.979 INFO O| Jun 08 20:36:30.979 INFO STEP 290 (remove_files) COMPLETE
56632026-06-08T20:36:33.719Z[ recovery-image] Jun 08 20:36:30.979 INFO O| Jun 08 20:36:30.979 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.985 INFO O| Jun 08 20:36:30.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56652026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.985 INFO O| Jun 08 20:36:30.985 INFO STEP 291 (remove_files) COMPLETE
56662026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.985 INFO O| Jun 08 20:36:30.985 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.991 INFO O| Jun 08 20:36:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56682026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.991 INFO O| Jun 08 20:36:30.991 INFO STEP 292 (remove_files) COMPLETE
56692026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.991 INFO O| Jun 08 20:36:30.991 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.997 INFO O| Jun 08 20:36:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56712026-06-08T20:36:33.722Z[ recovery-image] Jun 08 20:36:30.997 INFO O| Jun 08 20:36:30.997 INFO STEP 293 (remove_files) COMPLETE
56722026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:30.997 INFO O| Jun 08 20:36:30.997 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.003 INFO O| Jun 08 20:36:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56742026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.003 INFO O| Jun 08 20:36:31.003 INFO STEP 294 (remove_files) COMPLETE
56752026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.003 INFO O| Jun 08 20:36:31.003 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.011 INFO O| Jun 08 20:36:31.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56772026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.011 INFO O| Jun 08 20:36:31.011 INFO STEP 295 (remove_files) COMPLETE
56782026-06-08T20:36:33.883Z[ recovery-image] Jun 08 20:36:31.011 INFO O| Jun 08 20:36:31.011 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.017 INFO O| Jun 08 20:36:31.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56802026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.017 INFO O| Jun 08 20:36:31.017 INFO STEP 296 (remove_files) COMPLETE
56812026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.017 INFO O| Jun 08 20:36:31.017 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.025 INFO O| Jun 08 20:36:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56832026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.025 INFO O| Jun 08 20:36:31.025 INFO STEP 297 (remove_files) COMPLETE
56842026-06-08T20:36:33.887Z[ recovery-image] Jun 08 20:36:31.025 INFO O| Jun 08 20:36:31.025 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.031 INFO O| Jun 08 20:36:31.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56862026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.031 INFO O| Jun 08 20:36:31.031 INFO STEP 298 (remove_files) COMPLETE
56872026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.031 INFO O| Jun 08 20:36:31.031 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.037 INFO O| Jun 08 20:36:31.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56892026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.037 INFO O| Jun 08 20:36:31.037 INFO STEP 299 (remove_files) COMPLETE
56902026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.037 INFO O| Jun 08 20:36:31.037 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.043 INFO O| Jun 08 20:36:31.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56922026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.043 INFO O| Jun 08 20:36:31.043 INFO STEP 300 (remove_files) COMPLETE
56932026-06-08T20:36:33.888Z[ recovery-image] Jun 08 20:36:31.043 INFO O| Jun 08 20:36:31.043 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.050 INFO O| Jun 08 20:36:31.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56952026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.050 INFO O| Jun 08 20:36:31.050 INFO STEP 301 (remove_files) COMPLETE
56962026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.050 INFO O| Jun 08 20:36:31.050 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.056 INFO O| Jun 08 20:36:31.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56982026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.056 INFO O| Jun 08 20:36:31.056 INFO STEP 302 (remove_files) COMPLETE
56992026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.056 INFO O| Jun 08 20:36:31.056 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.062 INFO O| Jun 08 20:36:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57012026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.062 INFO O| Jun 08 20:36:31.062 INFO STEP 303 (remove_files) COMPLETE
57022026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.062 INFO O| Jun 08 20:36:31.062 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.068 INFO O| Jun 08 20:36:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57042026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.068 INFO O| Jun 08 20:36:31.068 INFO STEP 304 (remove_files) COMPLETE
57052026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.068 INFO O| Jun 08 20:36:31.068 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.074 INFO O| Jun 08 20:36:31.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57072026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.074 INFO O| Jun 08 20:36:31.074 INFO STEP 305 (remove_files) COMPLETE
57082026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.074 INFO O| Jun 08 20:36:31.074 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.081 INFO O| Jun 08 20:36:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57102026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.081 INFO O| Jun 08 20:36:31.081 INFO STEP 306 (remove_files) COMPLETE
57112026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.081 INFO O| Jun 08 20:36:31.081 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.087 INFO O| Jun 08 20:36:31.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57132026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.087 INFO O| Jun 08 20:36:31.087 INFO STEP 307 (remove_files) COMPLETE
57142026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.087 INFO O| Jun 08 20:36:31.087 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-06-08T20:36:33.890Z[ recovery-image] Jun 08 20:36:31.093 INFO O| Jun 08 20:36:31.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57162026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.093 INFO O| Jun 08 20:36:31.093 INFO STEP 308 (remove_files) COMPLETE
57172026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.093 INFO O| Jun 08 20:36:31.093 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.099 INFO O| Jun 08 20:36:31.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57192026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.099 INFO O| Jun 08 20:36:31.099 INFO STEP 309 (remove_files) COMPLETE
57202026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.099 INFO O| Jun 08 20:36:31.099 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.106 INFO O| Jun 08 20:36:31.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57222026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.106 INFO O| Jun 08 20:36:31.106 INFO STEP 310 (remove_files) COMPLETE
57232026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.106 INFO O| Jun 08 20:36:31.106 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-06-08T20:36:33.891Z[ host-image] Jun 08 20:36:31.110 INFO O| Jun 08 20:36:31.110 INFO O| Download: Completed 1.75 MB in 3.35 seconds (533k/s)
57252026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.113 INFO O| Jun 08 20:36:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57262026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.113 INFO O| Jun 08 20:36:31.113 INFO STEP 311 (remove_files) COMPLETE
57272026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.113 INFO O| Jun 08 20:36:31.113 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.119 INFO O| Jun 08 20:36:31.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57292026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.119 INFO O| Jun 08 20:36:31.119 INFO STEP 312 (remove_files) COMPLETE
57302026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.119 INFO O| Jun 08 20:36:31.119 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.125 INFO O| Jun 08 20:36:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57322026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.125 INFO O| Jun 08 20:36:31.125 INFO STEP 313 (remove_files) COMPLETE
57332026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.125 INFO O| Jun 08 20:36:31.125 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-08T20:36:33.891Z[ host-image] Jun 08 20:36:31.131 INFO O| Jun 08 20:36:31.131 INFO O| Actions: 1/390 actions (Installing new actions)
57352026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.133 INFO O| Jun 08 20:36:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57362026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.133 INFO O| Jun 08 20:36:31.133 INFO STEP 314 (remove_files) COMPLETE
57372026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.133 INFO O| Jun 08 20:36:31.133 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.139 INFO O| Jun 08 20:36:31.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57392026-06-08T20:36:33.891Z[ recovery-image] Jun 08 20:36:31.139 INFO O| Jun 08 20:36:31.139 INFO STEP 315 (remove_files) COMPLETE
57402026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.139 INFO O| Jun 08 20:36:31.139 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.146 INFO O| Jun 08 20:36:31.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57422026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.146 INFO O| Jun 08 20:36:31.146 INFO STEP 316 (remove_files) COMPLETE
57432026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.146 INFO O| Jun 08 20:36:31.146 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.152 INFO O| Jun 08 20:36:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57452026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.153 INFO O| Jun 08 20:36:31.152 INFO STEP 317 (remove_files) COMPLETE
57462026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.153 INFO O| Jun 08 20:36:31.153 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.159 INFO O| Jun 08 20:36:31.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57482026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.159 INFO O| Jun 08 20:36:31.159 INFO STEP 318 (remove_files) COMPLETE
57492026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.159 INFO O| Jun 08 20:36:31.159 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.165 INFO O| Jun 08 20:36:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57512026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.165 INFO O| Jun 08 20:36:31.165 INFO STEP 319 (remove_files) COMPLETE
57522026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.165 INFO O| Jun 08 20:36:31.165 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.172 INFO O| Jun 08 20:36:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57542026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.172 INFO O| Jun 08 20:36:31.172 INFO STEP 320 (remove_files) COMPLETE
57552026-06-08T20:36:33.892Z[ recovery-image] Jun 08 20:36:31.172 INFO O| Jun 08 20:36:31.172 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.178 INFO O| Jun 08 20:36:31.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57572026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.178 INFO O| Jun 08 20:36:31.178 INFO STEP 321 (remove_files) COMPLETE
57582026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.178 INFO O| Jun 08 20:36:31.178 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.183 INFO O| Jun 08 20:36:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57602026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.183 INFO O| Jun 08 20:36:31.183 INFO STEP 322 (remove_files) COMPLETE
57612026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.183 INFO O| Jun 08 20:36:31.183 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.191 INFO O| Jun 08 20:36:31.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57632026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.191 INFO O| Jun 08 20:36:31.191 INFO STEP 323 (remove_files) COMPLETE
57642026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.191 INFO O| Jun 08 20:36:31.191 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.197 INFO O| Jun 08 20:36:31.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57662026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.197 INFO O| Jun 08 20:36:31.197 INFO STEP 324 (remove_files) COMPLETE
57672026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.197 INFO O| Jun 08 20:36:31.197 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.204 INFO O| Jun 08 20:36:31.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57692026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.204 INFO O| Jun 08 20:36:31.204 INFO STEP 325 (remove_files) COMPLETE
57702026-06-08T20:36:33.901Z[ recovery-image] Jun 08 20:36:31.204 INFO O| Jun 08 20:36:31.204 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-06-08T20:36:33.903Z[ recovery-image] Jun 08 20:36:31.212 INFO O| Jun 08 20:36:31.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57722026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.212 INFO O| Jun 08 20:36:31.212 INFO STEP 326 (remove_files) COMPLETE
57732026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.212 INFO O| Jun 08 20:36:31.212 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.219 INFO O| Jun 08 20:36:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57752026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.219 INFO O| Jun 08 20:36:31.219 INFO STEP 327 (remove_files) COMPLETE
57762026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.219 INFO O| Jun 08 20:36:31.219 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.225 INFO O| Jun 08 20:36:31.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57782026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.225 INFO O| Jun 08 20:36:31.225 INFO STEP 328 (remove_files) COMPLETE
57792026-06-08T20:36:33.962Z[ recovery-image] Jun 08 20:36:31.225 INFO O| Jun 08 20:36:31.225 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.232 INFO O| Jun 08 20:36:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57812026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.232 INFO O| Jun 08 20:36:31.232 INFO STEP 329 (remove_files) COMPLETE
57822026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.232 INFO O| Jun 08 20:36:31.232 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.239 INFO O| Jun 08 20:36:31.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57842026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.239 INFO O| Jun 08 20:36:31.239 INFO STEP 330 (remove_files) COMPLETE
57852026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.239 INFO O| Jun 08 20:36:31.239 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.246 INFO O| Jun 08 20:36:31.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57872026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.246 INFO O| Jun 08 20:36:31.246 INFO STEP 331 (remove_files) COMPLETE
57882026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.246 INFO O| Jun 08 20:36:31.246 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.252 INFO O| Jun 08 20:36:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57902026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.252 INFO O| Jun 08 20:36:31.252 INFO STEP 332 (remove_files) COMPLETE
57912026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.252 INFO O| Jun 08 20:36:31.252 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-06-08T20:36:33.965Z[ host-image] Jun 08 20:36:31.254 INFO O| Jun 08 20:36:31.254 INFO O| Actions: Completed 390 actions in 0.12 seconds.
57932026-06-08T20:36:33.965Z[ recovery-image] Jun 08 20:36:31.258 INFO O| Jun 08 20:36:31.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57942026-06-08T20:36:33.966Z[ recovery-image] Jun 08 20:36:31.259 INFO O| Jun 08 20:36:31.259 INFO STEP 333 (remove_files) COMPLETE
57952026-06-08T20:36:33.966Z[ recovery-image] Jun 08 20:36:31.259 INFO O| Jun 08 20:36:31.259 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-06-08T20:36:33.969Z[ host-image] Jun 08 20:36:31.262 INFO O| Jun 08 20:36:31.262 INFO O| Finalize: Updating package state database ... Done
57972026-06-08T20:36:33.969Z[ host-image] Jun 08 20:36:31.262 INFO O| Jun 08 20:36:31.262 INFO O| Finalize: Updating package cache ... Done
57982026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.266 INFO O| Jun 08 20:36:31.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57992026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.266 INFO O| Jun 08 20:36:31.266 INFO STEP 334 (remove_files) COMPLETE
58002026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.266 INFO O| Jun 08 20:36:31.266 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.272 INFO O| Jun 08 20:36:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58022026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.272 INFO O| Jun 08 20:36:31.272 INFO STEP 335 (remove_files) COMPLETE
58032026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.272 INFO O| Jun 08 20:36:31.272 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.280 INFO O| Jun 08 20:36:31.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58052026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.280 INFO O| Jun 08 20:36:31.280 INFO STEP 336 (remove_files) COMPLETE
58062026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.280 INFO O| Jun 08 20:36:31.280 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-06-08T20:36:33.969Z[ host-image] Jun 08 20:36:31.285 INFO O| Jun 08 20:36:31.285 INFO O| Finalize: Updating image state ... Done
58082026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.285 INFO O| Jun 08 20:36:31.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58092026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.285 INFO O| Jun 08 20:36:31.285 INFO STEP 337 (remove_files) COMPLETE
58102026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.285 INFO O| Jun 08 20:36:31.285 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.292 INFO O| Jun 08 20:36:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58122026-06-08T20:36:33.969Z[ recovery-image] Jun 08 20:36:31.292 INFO O| Jun 08 20:36:31.292 INFO STEP 338 (remove_files) COMPLETE
58132026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.292 INFO O| Jun 08 20:36:31.292 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.298 INFO O| Jun 08 20:36:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58152026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.299 INFO O| Jun 08 20:36:31.298 INFO STEP 339 (remove_files) COMPLETE
58162026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.299 INFO O| Jun 08 20:36:31.298 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.304 INFO O| Jun 08 20:36:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58182026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.304 INFO O| Jun 08 20:36:31.304 INFO STEP 340 (remove_files) COMPLETE
58192026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.304 INFO O| Jun 08 20:36:31.304 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.311 INFO O| Jun 08 20:36:31.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58212026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.311 INFO O| Jun 08 20:36:31.311 INFO STEP 341 (remove_files) COMPLETE
58222026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.311 INFO O| Jun 08 20:36:31.311 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.318 INFO O| Jun 08 20:36:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58242026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.318 INFO O| Jun 08 20:36:31.318 INFO STEP 342 (remove_files) COMPLETE
58252026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.318 INFO O| Jun 08 20:36:31.318 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.324 INFO O| Jun 08 20:36:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58272026-06-08T20:36:33.970Z[ recovery-image] Jun 08 20:36:31.324 INFO O| Jun 08 20:36:31.324 INFO STEP 343 (remove_files) COMPLETE
58282026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.324 INFO O| Jun 08 20:36:31.324 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.330 INFO O| Jun 08 20:36:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58302026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.331 INFO O| Jun 08 20:36:31.331 INFO STEP 344 (remove_files) COMPLETE
58312026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.331 INFO O| Jun 08 20:36:31.331 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.336 INFO O| Jun 08 20:36:31.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58332026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.336 INFO O| Jun 08 20:36:31.336 INFO STEP 345 (remove_files) COMPLETE
58342026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.336 INFO O| Jun 08 20:36:31.336 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.342 INFO O| Jun 08 20:36:31.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58362026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.342 INFO O| Jun 08 20:36:31.342 INFO STEP 346 (remove_files) COMPLETE
58372026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.342 INFO O| Jun 08 20:36:31.342 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.349 INFO O| Jun 08 20:36:31.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58392026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.350 INFO O| Jun 08 20:36:31.350 INFO STEP 347 (remove_files) COMPLETE
58402026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.350 INFO O| Jun 08 20:36:31.350 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.356 INFO O| Jun 08 20:36:31.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58422026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.357 INFO O| Jun 08 20:36:31.357 INFO STEP 348 (remove_files) COMPLETE
58432026-06-08T20:36:33.975Z[ recovery-image] Jun 08 20:36:31.357 INFO O| Jun 08 20:36:31.357 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.364 INFO O| Jun 08 20:36:31.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58452026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.364 INFO O| Jun 08 20:36:31.364 INFO STEP 349 (remove_files) COMPLETE
58462026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.364 INFO O| Jun 08 20:36:31.364 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.371 INFO O| Jun 08 20:36:31.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58482026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.371 INFO O| Jun 08 20:36:31.371 INFO STEP 350 (remove_files) COMPLETE
58492026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.371 INFO O| Jun 08 20:36:31.371 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.378 INFO O| Jun 08 20:36:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58512026-06-08T20:36:33.977Z[ recovery-image] Jun 08 20:36:31.378 INFO O| Jun 08 20:36:31.378 INFO STEP 351 (remove_files) COMPLETE
58522026-06-08T20:36:33.979Z[ recovery-image] Jun 08 20:36:31.378 INFO O| Jun 08 20:36:31.378 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-06-08T20:36:33.979Z[ recovery-image] Jun 08 20:36:31.385 INFO O| Jun 08 20:36:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58542026-06-08T20:36:33.979Z[ recovery-image] Jun 08 20:36:31.385 INFO O| Jun 08 20:36:31.385 INFO STEP 352 (remove_files) COMPLETE
58552026-06-08T20:36:33.979Z[ recovery-image] Jun 08 20:36:31.385 INFO O| Jun 08 20:36:31.385 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-06-08T20:36:33.979Z[ recovery-image] Jun 08 20:36:31.393 INFO O| Jun 08 20:36:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58572026-06-08T20:36:33.980Z[ recovery-image] Jun 08 20:36:31.393 INFO O| Jun 08 20:36:31.393 INFO STEP 353 (remove_files) COMPLETE
58582026-06-08T20:36:33.980Z[ recovery-image] Jun 08 20:36:31.393 INFO O| Jun 08 20:36:31.393 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.399 INFO O| Jun 08 20:36:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58602026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.399 INFO O| Jun 08 20:36:31.399 INFO STEP 354 (remove_files) COMPLETE
58612026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.399 INFO O| Jun 08 20:36:31.399 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.406 INFO O| Jun 08 20:36:31.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58632026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.406 INFO O| Jun 08 20:36:31.406 INFO STEP 355 (remove_files) COMPLETE
58642026-06-08T20:36:33.982Z[ recovery-image] Jun 08 20:36:31.406 INFO O| Jun 08 20:36:31.406 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.411 INFO O| Jun 08 20:36:31.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58662026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.411 INFO O| Jun 08 20:36:31.411 INFO STEP 356 (remove_files) COMPLETE
58672026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.411 INFO O| Jun 08 20:36:31.411 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.417 INFO O| Jun 08 20:36:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58692026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.417 INFO O| Jun 08 20:36:31.417 INFO STEP 357 (remove_files) COMPLETE
58702026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.417 INFO O| Jun 08 20:36:31.417 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-06-08T20:36:33.983Z[ recovery-image] Jun 08 20:36:31.423 INFO O| Jun 08 20:36:31.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58722026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.423 INFO O| Jun 08 20:36:31.423 INFO STEP 358 (remove_files) COMPLETE
58732026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.423 INFO O| Jun 08 20:36:31.423 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.430 INFO O| Jun 08 20:36:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58752026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.430 INFO O| Jun 08 20:36:31.430 INFO STEP 359 (remove_files) COMPLETE
58762026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.430 INFO O| Jun 08 20:36:31.430 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.436 INFO O| Jun 08 20:36:31.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58782026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.436 INFO O| Jun 08 20:36:31.436 INFO STEP 360 (remove_files) COMPLETE
58792026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.436 INFO O| Jun 08 20:36:31.436 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.442 INFO O| Jun 08 20:36:31.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58812026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.442 INFO O| Jun 08 20:36:31.442 INFO STEP 361 (remove_files) COMPLETE
58822026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.442 INFO O| Jun 08 20:36:31.442 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-06-08T20:36:34.025Z[ recovery-image] Jun 08 20:36:31.450 INFO O| Jun 08 20:36:31.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58842026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.450 INFO O| Jun 08 20:36:31.450 INFO STEP 362 (remove_files) COMPLETE
58852026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.450 INFO O| Jun 08 20:36:31.450 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.456 INFO O| Jun 08 20:36:31.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58872026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.456 INFO O| Jun 08 20:36:31.456 INFO STEP 363 (remove_files) COMPLETE
58882026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.456 INFO O| Jun 08 20:36:31.456 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.463 INFO O| Jun 08 20:36:31.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58902026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.463 INFO O| Jun 08 20:36:31.463 INFO STEP 364 (remove_files) COMPLETE
58912026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.463 INFO O| Jun 08 20:36:31.463 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.469 INFO O| Jun 08 20:36:31.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58932026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.469 INFO O| Jun 08 20:36:31.469 INFO STEP 365 (remove_files) COMPLETE
58942026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.469 INFO O| Jun 08 20:36:31.469 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.475 INFO O| Jun 08 20:36:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58962026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.475 INFO O| Jun 08 20:36:31.475 INFO STEP 366 (remove_files) COMPLETE
58972026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.475 INFO O| Jun 08 20:36:31.475 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.480 INFO O| Jun 08 20:36:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58992026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.480 INFO O| Jun 08 20:36:31.480 INFO STEP 367 (remove_files) COMPLETE
59002026-06-08T20:36:34.026Z[ recovery-image] Jun 08 20:36:31.480 INFO O| Jun 08 20:36:31.480 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.486 INFO O| Jun 08 20:36:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59022026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.486 INFO O| Jun 08 20:36:31.486 INFO STEP 368 (remove_files) COMPLETE
59032026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.486 INFO O| Jun 08 20:36:31.486 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.492 INFO O| Jun 08 20:36:31.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59052026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.492 INFO O| Jun 08 20:36:31.492 INFO STEP 369 (remove_files) COMPLETE
59062026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.492 INFO O| Jun 08 20:36:31.492 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.498 INFO O| Jun 08 20:36:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59082026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.498 INFO O| Jun 08 20:36:31.498 INFO STEP 370 (remove_files) COMPLETE
59092026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.498 INFO O| Jun 08 20:36:31.498 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.503 INFO O| Jun 08 20:36:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59112026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.503 INFO O| Jun 08 20:36:31.503 INFO STEP 371 (remove_files) COMPLETE
59122026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.503 INFO O| Jun 08 20:36:31.503 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.511 INFO O| Jun 08 20:36:31.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59142026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.511 INFO O| Jun 08 20:36:31.511 INFO STEP 372 (remove_files) COMPLETE
59152026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.511 INFO O| Jun 08 20:36:31.511 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.517 INFO O| Jun 08 20:36:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59172026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.517 INFO O| Jun 08 20:36:31.517 INFO STEP 373 (remove_files) COMPLETE
59182026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.517 INFO O| Jun 08 20:36:31.517 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.523 INFO O| Jun 08 20:36:31.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59202026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.523 INFO O| Jun 08 20:36:31.523 INFO STEP 374 (remove_files) COMPLETE
59212026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.523 INFO O| Jun 08 20:36:31.523 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.529 INFO O| Jun 08 20:36:31.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59232026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.529 INFO O| Jun 08 20:36:31.529 INFO STEP 375 (remove_files) COMPLETE
59242026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.529 INFO O| Jun 08 20:36:31.529 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.537 INFO O| Jun 08 20:36:31.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59262026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.537 INFO O| Jun 08 20:36:31.537 INFO STEP 376 (remove_files) COMPLETE
59272026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.537 INFO O| Jun 08 20:36:31.537 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-06-08T20:36:34.029Z[ recovery-image] Jun 08 20:36:31.543 INFO O| Jun 08 20:36:31.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59292026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.543 INFO O| Jun 08 20:36:31.543 INFO STEP 377 (remove_files) COMPLETE
59302026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.543 INFO O| Jun 08 20:36:31.543 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.548 INFO O| Jun 08 20:36:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59322026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.548 INFO O| Jun 08 20:36:31.548 INFO STEP 378 (remove_files) COMPLETE
59332026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.548 INFO O| Jun 08 20:36:31.548 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.556 INFO O| Jun 08 20:36:31.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59352026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.556 INFO O| Jun 08 20:36:31.556 INFO STEP 379 (remove_files) COMPLETE
59362026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.556 INFO O| Jun 08 20:36:31.556 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.563 INFO O| Jun 08 20:36:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59382026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.563 INFO O| Jun 08 20:36:31.563 INFO STEP 380 (remove_files) COMPLETE
59392026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.563 INFO O| Jun 08 20:36:31.563 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.570 INFO O| Jun 08 20:36:31.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59412026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.570 INFO O| Jun 08 20:36:31.570 INFO STEP 381 (remove_files) COMPLETE
59422026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.570 INFO O| Jun 08 20:36:31.570 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.576 INFO O| Jun 08 20:36:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59442026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.576 INFO O| Jun 08 20:36:31.576 INFO STEP 382 (remove_files) COMPLETE
59452026-06-08T20:36:34.030Z[ host-image] Jun 08 20:36:32.008 INFO O| Jun 08 20:36:32.008 INFO O| Finalize: Creating fast lookup database ... Done
59462026-06-08T20:36:34.030Z[ recovery-image] Jun 08 20:36:31.576 INFO O| Jun 08 20:36:31.576 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-06-08T20:36:34.032Z[ host-image] Jun 08 20:36:32.031 INFO O| Jun 08 20:36:32.031 INFO O| Finalize: Reading search index ... Done
59482026-06-08T20:36:34.034Z[ host-image] Jun 08 20:36:32.031 INFO O| Jun 08 20:36:32.031 INFO O| Finalize: Updating search index ... Done
59492026-06-08T20:36:34.034Z[ recovery-image] Jun 08 20:36:31.583 INFO O| Jun 08 20:36:31.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59502026-06-08T20:36:34.034Z[ recovery-image] Jun 08 20:36:31.583 INFO O| Jun 08 20:36:31.583 INFO STEP 383 (remove_files) COMPLETE
59512026-06-08T20:36:34.034Z[ host-image] Jun 08 20:36:32.045 INFO O| Jun 08 20:36:32.045 INFO O| Finalize: Updating package cache ... Done
59522026-06-08T20:36:34.034Z[ recovery-image] Jun 08 20:36:31.583 INFO O| Jun 08 20:36:31.583 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-06-08T20:36:34.034Z[ recovery-image] Jun 08 20:36:31.590 INFO O| Jun 08 20:36:31.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59542026-06-08T20:36:34.034Z[ host-image] Jun 08 20:36:32.146 INFO O| Jun 08 20:36:32.146 INFO STEP 12 (pkg_install) COMPLETE
59552026-06-08T20:36:34.035Z[ recovery-image] Jun 08 20:36:31.590 INFO O| Jun 08 20:36:31.590 INFO STEP 384 (remove_files) COMPLETE
59562026-06-08T20:36:34.035Z[ recovery-image] Jun 08 20:36:31.590 INFO O| Jun 08 20:36:31.590 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-06-08T20:36:34.035Z[ host-image] Jun 08 20:36:32.146 INFO O| Jun 08 20:36:32.146 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59582026-06-08T20:36:34.035Z[ host-image] Jun 08 20:36:32.155 INFO O| Jun 08 20:36:32.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
59592026-06-08T20:36:34.035Z[ recovery-image] Jun 08 20:36:31.597 INFO O| Jun 08 20:36:31.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59602026-06-08T20:36:34.035Z[ recovery-image] Jun 08 20:36:31.597 INFO O| Jun 08 20:36:31.597 INFO STEP 385 (remove_files) COMPLETE
59612026-06-08T20:36:34.035Z[ recovery-image] Jun 08 20:36:31.597 INFO O| Jun 08 20:36:31.597 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-06-08T20:36:34.036Z[ recovery-image] Jun 08 20:36:31.603 INFO O| Jun 08 20:36:31.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59632026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.603 INFO O| Jun 08 20:36:31.603 INFO STEP 386 (remove_files) COMPLETE
59642026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.603 INFO O| Jun 08 20:36:31.603 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.610 INFO O| Jun 08 20:36:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59662026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.610 INFO O| Jun 08 20:36:31.610 INFO STEP 387 (remove_files) COMPLETE
59672026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.610 INFO O| Jun 08 20:36:31.610 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.617 INFO O| Jun 08 20:36:31.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59692026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.617 INFO O| Jun 08 20:36:31.617 INFO STEP 388 (remove_files) COMPLETE
59702026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.617 INFO O| Jun 08 20:36:31.617 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-06-08T20:36:34.037Z[ recovery-image] Jun 08 20:36:31.624 INFO O| Jun 08 20:36:31.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59722026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.624 INFO O| Jun 08 20:36:31.624 INFO STEP 389 (remove_files) COMPLETE
59732026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.624 INFO O| Jun 08 20:36:31.624 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.631 INFO O| Jun 08 20:36:31.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59752026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.631 INFO O| Jun 08 20:36:31.631 INFO STEP 390 (remove_files) COMPLETE
59762026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.631 INFO O| Jun 08 20:36:31.631 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.637 INFO O| Jun 08 20:36:31.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59782026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.637 INFO O| Jun 08 20:36:31.637 INFO STEP 391 (remove_files) COMPLETE
59792026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.637 INFO O| Jun 08 20:36:31.637 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.644 INFO O| Jun 08 20:36:31.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59812026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.644 INFO O| Jun 08 20:36:31.644 INFO STEP 392 (remove_files) COMPLETE
59822026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.644 INFO O| Jun 08 20:36:31.644 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.651 INFO O| Jun 08 20:36:31.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59842026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.651 INFO O| Jun 08 20:36:31.651 INFO STEP 393 (remove_files) COMPLETE
59852026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.651 INFO O| Jun 08 20:36:31.651 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.657 INFO O| Jun 08 20:36:31.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59872026-06-08T20:36:34.060Z[ recovery-image] Jun 08 20:36:31.658 INFO O| Jun 08 20:36:31.658 INFO STEP 394 (remove_files) COMPLETE
59882026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.658 INFO O| Jun 08 20:36:31.658 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.666 INFO O| Jun 08 20:36:31.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59902026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.666 INFO O| Jun 08 20:36:31.666 INFO STEP 395 (remove_files) COMPLETE
59912026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.666 INFO O| Jun 08 20:36:31.666 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.673 INFO O| Jun 08 20:36:31.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59932026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.673 INFO O| Jun 08 20:36:31.673 INFO STEP 396 (remove_files) COMPLETE
59942026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.673 INFO O| Jun 08 20:36:31.673 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.679 INFO O| Jun 08 20:36:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59962026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.679 INFO O| Jun 08 20:36:31.679 INFO STEP 397 (remove_files) COMPLETE
59972026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.679 INFO O| Jun 08 20:36:31.679 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.686 INFO O| Jun 08 20:36:31.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59992026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.686 INFO O| Jun 08 20:36:31.686 INFO STEP 398 (remove_files) COMPLETE
60002026-06-08T20:36:34.062Z[ recovery-image] Jun 08 20:36:31.686 INFO O| Jun 08 20:36:31.686 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.692 INFO O| Jun 08 20:36:31.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60022026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.692 INFO O| Jun 08 20:36:31.692 INFO STEP 399 (remove_files) COMPLETE
60032026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.692 INFO O| Jun 08 20:36:31.692 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.699 INFO O| Jun 08 20:36:31.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60052026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.699 INFO O| Jun 08 20:36:31.699 INFO STEP 400 (remove_files) COMPLETE
60062026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.699 INFO O| Jun 08 20:36:31.699 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.705 INFO O| Jun 08 20:36:31.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60082026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.705 INFO O| Jun 08 20:36:31.705 INFO STEP 401 (remove_files) COMPLETE
60092026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.705 INFO O| Jun 08 20:36:31.705 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.712 INFO O| Jun 08 20:36:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60112026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.712 INFO O| Jun 08 20:36:31.712 INFO STEP 402 (remove_files) COMPLETE
60122026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.712 INFO O| Jun 08 20:36:31.712 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.720 INFO O| Jun 08 20:36:31.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60142026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.720 INFO O| Jun 08 20:36:31.720 INFO STEP 403 (remove_files) COMPLETE
60152026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.720 INFO O| Jun 08 20:36:31.720 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.726 INFO O| Jun 08 20:36:31.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60172026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.726 INFO O| Jun 08 20:36:31.726 INFO STEP 404 (remove_files) COMPLETE
60182026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.726 INFO O| Jun 08 20:36:31.726 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.734 INFO O| Jun 08 20:36:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60202026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.734 INFO O| Jun 08 20:36:31.734 INFO STEP 405 (remove_files) COMPLETE
60212026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.734 INFO O| Jun 08 20:36:31.734 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.740 INFO O| Jun 08 20:36:31.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60232026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.740 INFO O| Jun 08 20:36:31.740 INFO STEP 406 (remove_files) COMPLETE
60242026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.740 INFO O| Jun 08 20:36:31.740 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.747 INFO O| Jun 08 20:36:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60262026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.747 INFO O| Jun 08 20:36:31.747 INFO STEP 407 (remove_files) COMPLETE
60272026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.747 INFO O| Jun 08 20:36:31.747 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.753 INFO O| Jun 08 20:36:31.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60292026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.753 INFO O| Jun 08 20:36:31.753 INFO STEP 408 (remove_files) COMPLETE
60302026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.753 INFO O| Jun 08 20:36:31.753 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.759 INFO O| Jun 08 20:36:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60322026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.759 INFO O| Jun 08 20:36:31.759 INFO STEP 409 (remove_files) COMPLETE
60332026-06-08T20:36:34.063Z[ recovery-image] Jun 08 20:36:31.759 INFO O| Jun 08 20:36:31.759 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.766 INFO O| Jun 08 20:36:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60352026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.766 INFO O| Jun 08 20:36:31.766 INFO STEP 410 (remove_files) COMPLETE
60362026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.766 INFO O| Jun 08 20:36:31.766 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.772 INFO O| Jun 08 20:36:31.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60382026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.772 INFO O| Jun 08 20:36:31.772 INFO STEP 411 (remove_files) COMPLETE
60392026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.772 INFO O| Jun 08 20:36:31.772 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.778 INFO O| Jun 08 20:36:31.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60412026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.778 INFO O| Jun 08 20:36:31.778 INFO STEP 412 (remove_files) COMPLETE
60422026-06-08T20:36:34.065Z[ recovery-image] Jun 08 20:36:31.778 INFO O| Jun 08 20:36:31.778 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-06-08T20:36:34.066Z[ recovery-image] Jun 08 20:36:31.784 INFO O| Jun 08 20:36:31.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60442026-06-08T20:36:34.071Z[ recovery-image] Jun 08 20:36:31.784 INFO O| Jun 08 20:36:31.784 INFO STEP 413 (remove_files) COMPLETE
60452026-06-08T20:36:34.071Z[ recovery-image] Jun 08 20:36:31.784 INFO O| Jun 08 20:36:31.784 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-06-08T20:36:34.071Z[ recovery-image] Jun 08 20:36:31.791 INFO O| Jun 08 20:36:31.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60472026-06-08T20:36:34.071Z[ recovery-image] Jun 08 20:36:31.791 INFO O| Jun 08 20:36:31.791 INFO STEP 414 (remove_files) COMPLETE
60482026-06-08T20:36:34.071Z[ recovery-image] Jun 08 20:36:31.791 INFO O| Jun 08 20:36:31.791 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-06-08T20:36:34.075Z[ recovery-image] Jun 08 20:36:31.797 INFO O| Jun 08 20:36:31.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60502026-06-08T20:36:34.075Z[ recovery-image] Jun 08 20:36:31.797 INFO O| Jun 08 20:36:31.797 INFO STEP 415 (remove_files) COMPLETE
60512026-06-08T20:36:34.075Z[ recovery-image] Jun 08 20:36:31.797 INFO O| Jun 08 20:36:31.797 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-06-08T20:36:34.075Z[ recovery-image] Jun 08 20:36:31.803 INFO O| Jun 08 20:36:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60532026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.803 INFO O| Jun 08 20:36:31.803 INFO STEP 416 (remove_files) COMPLETE
60542026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.803 INFO O| Jun 08 20:36:31.803 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.810 INFO O| Jun 08 20:36:31.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60562026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.810 INFO O| Jun 08 20:36:31.810 INFO STEP 417 (remove_files) COMPLETE
60572026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.810 INFO O| Jun 08 20:36:31.810 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.816 INFO O| Jun 08 20:36:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60592026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.816 INFO O| Jun 08 20:36:31.816 INFO STEP 418 (remove_files) COMPLETE
60602026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.816 INFO O| Jun 08 20:36:31.816 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.822 INFO O| Jun 08 20:36:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60622026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.822 INFO O| Jun 08 20:36:31.822 INFO STEP 419 (remove_files) COMPLETE
60632026-06-08T20:36:34.076Z[ recovery-image] Jun 08 20:36:31.822 INFO O| Jun 08 20:36:31.822 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.828 INFO O| Jun 08 20:36:31.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60652026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.828 INFO O| Jun 08 20:36:31.828 INFO STEP 420 (remove_files) COMPLETE
60662026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.828 INFO O| Jun 08 20:36:31.828 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.836 INFO O| Jun 08 20:36:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60682026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.836 INFO O| Jun 08 20:36:31.836 INFO STEP 421 (remove_files) COMPLETE
60692026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.836 INFO O| Jun 08 20:36:31.836 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.843 INFO O| Jun 08 20:36:31.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60712026-06-08T20:36:34.080Z[ recovery-image] Jun 08 20:36:31.843 INFO O| Jun 08 20:36:31.843 INFO STEP 422 (remove_files) COMPLETE
60722026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.843 INFO O| Jun 08 20:36:31.843 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.849 INFO O| Jun 08 20:36:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60742026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.849 INFO O| Jun 08 20:36:31.849 INFO STEP 423 (remove_files) COMPLETE
60752026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.849 INFO O| Jun 08 20:36:31.849 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.855 INFO O| Jun 08 20:36:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60772026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.855 INFO O| Jun 08 20:36:31.855 INFO STEP 424 (remove_files) COMPLETE
60782026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.855 INFO O| Jun 08 20:36:31.855 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.861 INFO O| Jun 08 20:36:31.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60802026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.861 INFO O| Jun 08 20:36:31.861 INFO STEP 425 (remove_files) COMPLETE
60812026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.861 INFO O| Jun 08 20:36:31.861 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.868 INFO O| Jun 08 20:36:31.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60832026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.868 INFO O| Jun 08 20:36:31.868 INFO STEP 426 (remove_files) COMPLETE
60842026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:31.868 INFO O| Jun 08 20:36:31.868 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60862026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.874 INFO STEP 427 (remove_files) COMPLETE
60872026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.874 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60892026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.880 INFO STEP 428 (remove_files) COMPLETE
60902026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.880 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60922026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.886 INFO STEP 429 (remove_files) COMPLETE
60932026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.886 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60952026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.892 INFO STEP 430 (remove_files) COMPLETE
60962026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.892 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60982026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.898 INFO STEP 431 (remove_files) COMPLETE
60992026-06-08T20:36:34.097Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.898 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61012026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.904 INFO STEP 432 (remove_files) COMPLETE
61022026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.904 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61042026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.910 INFO STEP 433 (remove_files) COMPLETE
61052026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.910 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61072026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.917 INFO STEP 434 (remove_files) COMPLETE
61082026-06-08T20:36:34.098Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.917 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61102026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.923 INFO STEP 435 (remove_files) COMPLETE
61112026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.923 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61132026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.929 INFO STEP 436 (remove_files) COMPLETE
61142026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.929 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61162026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.935 INFO STEP 437 (remove_files) COMPLETE
61172026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.935 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61192026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.942 INFO STEP 438 (remove_files) COMPLETE
61202026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.942 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61222026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.948 INFO STEP 439 (remove_files) COMPLETE
61232026-06-08T20:36:34.099Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.948 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61252026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.954 INFO STEP 440 (remove_files) COMPLETE
61262026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.954 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61282026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.961 INFO STEP 441 (remove_files) COMPLETE
61292026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.961 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61312026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.967 INFO STEP 442 (remove_files) COMPLETE
61322026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.967 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61342026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.973 INFO STEP 443 (remove_files) COMPLETE
61352026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.973 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61372026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.979 INFO STEP 444 (remove_files) COMPLETE
61382026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.979 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-06-08T20:36:34.102Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61402026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.985 INFO STEP 445 (remove_files) COMPLETE
61412026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.985 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61432026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.992 INFO STEP 446 (remove_files) COMPLETE
61442026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.992 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61462026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.998 INFO STEP 447 (remove_files) COMPLETE
61472026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:31.998 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-06-08T20:36:34.106Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61492026-06-08T20:36:34.107Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:32.004 INFO STEP 448 (remove_files) COMPLETE
61502026-06-08T20:36:34.107Z[ recovery-image] Jun 08 20:36:32.581 INFO O| Jun 08 20:36:32.004 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-06-08T20:36:34.107Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61522026-06-08T20:36:34.107Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.011 INFO STEP 449 (remove_files) COMPLETE
61532026-06-08T20:36:34.107Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.011 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61552026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.017 INFO STEP 450 (remove_files) COMPLETE
61562026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.017 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61582026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.023 INFO STEP 451 (remove_files) COMPLETE
61592026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.023 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61612026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.030 INFO STEP 452 (remove_files) COMPLETE
61622026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.030 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61642026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.036 INFO STEP 453 (remove_files) COMPLETE
61652026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.036 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61672026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.042 INFO STEP 454 (remove_files) COMPLETE
61682026-06-08T20:36:34.109Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.042 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-06-08T20:36:34.112Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61702026-06-08T20:36:34.112Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.050 INFO STEP 455 (remove_files) COMPLETE
61712026-06-08T20:36:34.112Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.050 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61732026-06-08T20:36:34.125Z[ host-image] Jun 08 20:36:32.712 INFO O| Jun 08 20:36:32.712 INFO O| Startup: Refreshing catalog 'helios' ... Done
61742026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.056 INFO STEP 456 (remove_files) COMPLETE
61752026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.056 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61772026-06-08T20:36:34.125Z[ host-image] Jun 08 20:36:32.799 INFO O| Jun 08 20:36:32.799 INFO O| Startup: Caching catalogs ... Done
61782026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.063 INFO STEP 457 (remove_files) COMPLETE
61792026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.063 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61812026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.069 INFO STEP 458 (remove_files) COMPLETE
61822026-06-08T20:36:34.125Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.069 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61842026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.075 INFO STEP 459 (remove_files) COMPLETE
61852026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.075 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61872026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.082 INFO STEP 460 (remove_files) COMPLETE
61882026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.082 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61902026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.088 INFO STEP 461 (remove_files) COMPLETE
61912026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.088 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61932026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.094 INFO STEP 462 (remove_files) COMPLETE
61942026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.094 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61962026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.100 INFO STEP 463 (remove_files) COMPLETE
61972026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.100 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61992026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.107 INFO STEP 464 (remove_files) COMPLETE
62002026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.107 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62022026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.113 INFO STEP 465 (remove_files) COMPLETE
62032026-06-08T20:36:34.131Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.113 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62052026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.120 INFO STEP 466 (remove_files) COMPLETE
62062026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.120 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62082026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.127 INFO STEP 467 (remove_files) COMPLETE
62092026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.127 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62112026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.135 INFO STEP 468 (remove_files) COMPLETE
62122026-06-08T20:36:34.132Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.135 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62142026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.142 INFO STEP 469 (remove_files) COMPLETE
62152026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.142 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.583 INFO O| Jun 08 20:36:32.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62172026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.151 INFO STEP 470 (remove_files) COMPLETE
62182026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.151 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62202026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.158 INFO STEP 471 (remove_files) COMPLETE
62212026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.158 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62232026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.166 INFO STEP 472 (remove_files) COMPLETE
62242026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.166 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62262026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.173 INFO STEP 473 (remove_files) COMPLETE
62272026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.173 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62292026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.180 INFO STEP 474 (remove_files) COMPLETE
62302026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.180 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62322026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.187 INFO STEP 475 (remove_files) COMPLETE
62332026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.187 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-06-08T20:36:34.134Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62352026-06-08T20:36:34.135Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.194 INFO STEP 476 (remove_files) COMPLETE
62362026-06-08T20:36:34.136Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.194 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-06-08T20:36:34.136Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62382026-06-08T20:36:34.137Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.201 INFO STEP 477 (remove_files) COMPLETE
62392026-06-08T20:36:34.137Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.201 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-06-08T20:36:34.137Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62412026-06-08T20:36:34.137Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.207 INFO STEP 478 (remove_files) COMPLETE
62422026-06-08T20:36:34.137Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.207 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62442026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.214 INFO STEP 479 (remove_files) COMPLETE
62452026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.214 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62472026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.221 INFO STEP 480 (remove_files) COMPLETE
62482026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.221 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62502026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.228 INFO STEP 481 (remove_files) COMPLETE
62512026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.228 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62532026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.581 INFO STEP 482 (remove_files) COMPLETE
62542026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.581 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62562026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.589 INFO STEP 483 (remove_files) COMPLETE
62572026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.589 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62592026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.595 INFO STEP 484 (remove_files) COMPLETE
62602026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.595 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62622026-06-08T20:36:34.139Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.601 INFO STEP 485 (remove_files) COMPLETE
62632026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.601 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62652026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.607 INFO STEP 486 (remove_files) COMPLETE
62662026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.607 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62682026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.612 INFO STEP 487 (remove_files) COMPLETE
62692026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.612 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62712026-06-08T20:36:34.140Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.618 INFO STEP 488 (remove_files) COMPLETE
62722026-06-08T20:36:34.155Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.618 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62742026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.623 INFO STEP 489 (remove_files) COMPLETE
62752026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.623 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62772026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.629 INFO STEP 490 (remove_files) COMPLETE
62782026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.629 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62802026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.684 INFO O| Jun 08 20:36:32.634 INFO STEP 491 (remove_files) COMPLETE
62812026-06-08T20:36:34.156Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.634 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62832026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.640 INFO STEP 492 (remove_files) COMPLETE
62842026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.640 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:32.935 INFO O| Jun 08 20:36:32.934 INFO O| Planning: Solver setup ... Done
62862026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62872026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:32.939 INFO O| Jun 08 20:36:32.939 INFO O| Planning: Running solver ... Done
62882026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.645 INFO STEP 493 (remove_files) COMPLETE
62892026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:32.941 INFO O| Jun 08 20:36:32.941 INFO O| Planning: Finding local manifests ... Done
62902026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:32.954 INFO O| Jun 08 20:36:32.954 INFO O| Planning: Fetching manifests: 0/6 0% complete
62912026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.645 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:33.014 INFO O| Jun 08 20:36:33.014 INFO O| Planning: Fetching manifests: 6/6 100% complete
62932026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62942026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:33.038 INFO O| Jun 08 20:36:33.038 INFO O| Planning: Package planning ... Done
62952026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.651 INFO STEP 494 (remove_files) COMPLETE
62962026-06-08T20:36:34.157Z[ host-image] Jun 08 20:36:33.046 INFO O| Jun 08 20:36:33.046 INFO O| Planning: Merging actions ... Done
62972026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.651 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62992026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.656 INFO STEP 495 (remove_files) COMPLETE
63002026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.656 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63022026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.662 INFO STEP 496 (remove_files) COMPLETE
63032026-06-08T20:36:34.157Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.662 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63052026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.667 INFO STEP 497 (remove_files) COMPLETE
63062026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.667 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63082026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.672 INFO STEP 498 (remove_files) COMPLETE
63092026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.672 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-06-08T20:36:34.159Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63112026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.678 INFO STEP 499 (remove_files) COMPLETE
63122026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.678 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63142026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.683 INFO STEP 500 (remove_files) COMPLETE
63152026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.686 INFO O| Jun 08 20:36:32.683 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.689 INFO O| Jun 08 20:36:32.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63172026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.689 INFO O| Jun 08 20:36:32.689 INFO STEP 501 (remove_files) COMPLETE
63182026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.689 INFO O| Jun 08 20:36:32.689 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.695 INFO O| Jun 08 20:36:32.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63202026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.695 INFO O| Jun 08 20:36:32.695 INFO STEP 502 (remove_files) COMPLETE
63212026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.695 INFO O| Jun 08 20:36:32.695 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.700 INFO O| Jun 08 20:36:32.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63232026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.700 INFO O| Jun 08 20:36:32.700 INFO STEP 503 (remove_files) COMPLETE
63242026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.700 INFO O| Jun 08 20:36:32.700 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.706 INFO O| Jun 08 20:36:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63262026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.706 INFO O| Jun 08 20:36:32.706 INFO STEP 504 (remove_files) COMPLETE
63272026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.706 INFO O| Jun 08 20:36:32.706 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.712 INFO O| Jun 08 20:36:32.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63292026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.712 INFO O| Jun 08 20:36:32.712 INFO STEP 505 (remove_files) COMPLETE
63302026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.712 INFO O| Jun 08 20:36:32.712 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.718 INFO O| Jun 08 20:36:32.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63322026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.718 INFO O| Jun 08 20:36:32.718 INFO STEP 506 (remove_files) COMPLETE
63332026-06-08T20:36:34.160Z[ recovery-image] Jun 08 20:36:32.718 INFO O| Jun 08 20:36:32.718 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.723 INFO O| Jun 08 20:36:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63352026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.723 INFO O| Jun 08 20:36:32.723 INFO STEP 507 (remove_files) COMPLETE
63362026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.723 INFO O| Jun 08 20:36:32.723 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.729 INFO O| Jun 08 20:36:32.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63382026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.729 INFO O| Jun 08 20:36:32.729 INFO STEP 508 (remove_files) COMPLETE
63392026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.729 INFO O| Jun 08 20:36:32.729 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.734 INFO O| Jun 08 20:36:32.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63412026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.735 INFO O| Jun 08 20:36:32.734 INFO STEP 509 (remove_files) COMPLETE
63422026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.735 INFO O| Jun 08 20:36:32.735 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.741 INFO O| Jun 08 20:36:32.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63442026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.741 INFO O| Jun 08 20:36:32.741 INFO STEP 510 (remove_files) COMPLETE
63452026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.741 INFO O| Jun 08 20:36:32.741 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.746 INFO O| Jun 08 20:36:32.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63472026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.746 INFO O| Jun 08 20:36:32.746 INFO STEP 511 (remove_files) COMPLETE
63482026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.746 INFO O| Jun 08 20:36:32.746 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.752 INFO O| Jun 08 20:36:32.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63502026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.752 INFO O| Jun 08 20:36:32.752 INFO STEP 512 (remove_files) COMPLETE
63512026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.752 INFO O| Jun 08 20:36:32.752 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63532026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.758 INFO STEP 513 (remove_files) COMPLETE
63542026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.758 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63562026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.764 INFO STEP 514 (remove_files) COMPLETE
63572026-06-08T20:36:34.163Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.764 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63592026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.770 INFO STEP 515 (remove_files) COMPLETE
63602026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.770 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63622026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.776 INFO STEP 516 (remove_files) COMPLETE
63632026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.776 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63652026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.782 INFO STEP 517 (remove_files) COMPLETE
63662026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.782 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63682026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.787 INFO STEP 518 (remove_files) COMPLETE
63692026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.787 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63712026-06-08T20:36:34.164Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.792 INFO STEP 519 (remove_files) COMPLETE
63722026-06-08T20:36:34.190Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.792 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-06-08T20:36:34.190Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63742026-06-08T20:36:34.190Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.798 INFO STEP 520 (remove_files) COMPLETE
63752026-06-08T20:36:34.190Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.798 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63772026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.803 INFO STEP 521 (remove_files) COMPLETE
63782026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.803 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63802026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.808 INFO STEP 522 (remove_files) COMPLETE
63812026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.808 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63832026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.814 INFO STEP 523 (remove_files) COMPLETE
63842026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.814 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63862026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.820 INFO STEP 524 (remove_files) COMPLETE
63872026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.820 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63892026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.826 INFO STEP 525 (remove_files) COMPLETE
63902026-06-08T20:36:34.193Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.826 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63922026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.831 INFO STEP 526 (remove_files) COMPLETE
63932026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.831 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63952026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.837 INFO STEP 527 (remove_files) COMPLETE
63962026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.837 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
63982026-06-08T20:36:34.195Z[ host-image] Jun 08 20:36:33.129 INFO O| Jun 08 20:36:33.129 INFO O| Planning: Checking for conflicting actions ... Done
63992026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.842 INFO STEP 528 (remove_files) COMPLETE
64002026-06-08T20:36:34.195Z[ host-image] Jun 08 20:36:33.132 INFO O| Jun 08 20:36:33.132 INFO O| Planning: Consolidating action changes ... Done
64012026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.842 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64032026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.848 INFO STEP 529 (remove_files) COMPLETE
64042026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.848 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-06-08T20:36:34.195Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64062026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.853 INFO STEP 530 (remove_files) COMPLETE
64072026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.853 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64092026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.859 INFO STEP 531 (remove_files) COMPLETE
64102026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.859 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64122026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.864 INFO STEP 532 (remove_files) COMPLETE
64132026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.864 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64152026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.870 INFO STEP 533 (remove_files) COMPLETE
64162026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.908 INFO O| Jun 08 20:36:32.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64182026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.876 INFO STEP 534 (remove_files) COMPLETE
64192026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.876 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-06-08T20:36:34.196Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64212026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.881 INFO STEP 535 (remove_files) COMPLETE
64222026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.881 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64242026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.887 INFO STEP 536 (remove_files) COMPLETE
64252026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.887 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-06-08T20:36:34.198Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64272026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.892 INFO STEP 537 (remove_files) COMPLETE
64282026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.892 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64302026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.897 INFO STEP 538 (remove_files) COMPLETE
64312026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.897 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64332026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.903 INFO STEP 539 (remove_files) COMPLETE
64342026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.903 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-06-08T20:36:34.199Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64362026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.908 INFO STEP 540 (remove_files) COMPLETE
64372026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.910 INFO O| Jun 08 20:36:32.908 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.916 INFO O| Jun 08 20:36:32.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64392026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.917 INFO O| Jun 08 20:36:32.917 INFO STEP 541 (remove_files) COMPLETE
64402026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.917 INFO O| Jun 08 20:36:32.917 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.923 INFO O| Jun 08 20:36:32.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64422026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.923 INFO O| Jun 08 20:36:32.923 INFO STEP 542 (remove_files) COMPLETE
64432026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.923 INFO O| Jun 08 20:36:32.923 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.928 INFO O| Jun 08 20:36:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64452026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.928 INFO O| Jun 08 20:36:32.928 INFO STEP 543 (remove_files) COMPLETE
64462026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.928 INFO O| Jun 08 20:36:32.928 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.934 INFO O| Jun 08 20:36:32.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64482026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.934 INFO O| Jun 08 20:36:32.934 INFO STEP 544 (remove_files) COMPLETE
64492026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.934 INFO O| Jun 08 20:36:32.934 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-06-08T20:36:34.202Z[ recovery-image] Jun 08 20:36:32.939 INFO O| Jun 08 20:36:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64512026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.939 INFO O| Jun 08 20:36:32.939 INFO STEP 545 (remove_files) COMPLETE
64522026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.939 INFO O| Jun 08 20:36:32.939 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.946 INFO O| Jun 08 20:36:32.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64542026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.946 INFO O| Jun 08 20:36:32.946 INFO STEP 546 (remove_files) COMPLETE
64552026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.946 INFO O| Jun 08 20:36:32.946 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.951 INFO O| Jun 08 20:36:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64572026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.951 INFO O| Jun 08 20:36:32.951 INFO STEP 547 (remove_files) COMPLETE
64582026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.951 INFO O| Jun 08 20:36:32.951 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.957 INFO O| Jun 08 20:36:32.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64602026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.957 INFO O| Jun 08 20:36:32.957 INFO STEP 548 (remove_files) COMPLETE
64612026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.957 INFO O| Jun 08 20:36:32.957 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.963 INFO O| Jun 08 20:36:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64632026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.963 INFO O| Jun 08 20:36:32.963 INFO STEP 549 (remove_files) COMPLETE
64642026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.963 INFO O| Jun 08 20:36:32.963 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-06-08T20:36:34.209Z[ recovery-image] Jun 08 20:36:32.968 INFO O| Jun 08 20:36:32.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64662026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.968 INFO O| Jun 08 20:36:32.968 INFO STEP 550 (remove_files) COMPLETE
64672026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.968 INFO O| Jun 08 20:36:32.968 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.974 INFO O| Jun 08 20:36:32.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64692026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.974 INFO O| Jun 08 20:36:32.974 INFO STEP 551 (remove_files) COMPLETE
64702026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.974 INFO O| Jun 08 20:36:32.974 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-06-08T20:36:34.211Z[ recovery-image] Jun 08 20:36:32.980 INFO O| Jun 08 20:36:32.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64722026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.980 INFO O| Jun 08 20:36:32.980 INFO STEP 552 (remove_files) COMPLETE
64732026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.980 INFO O| Jun 08 20:36:32.980 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.986 INFO O| Jun 08 20:36:32.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64752026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.986 INFO O| Jun 08 20:36:32.986 INFO STEP 553 (remove_files) COMPLETE
64762026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.986 INFO O| Jun 08 20:36:32.986 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.991 INFO O| Jun 08 20:36:32.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64782026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.991 INFO O| Jun 08 20:36:32.991 INFO STEP 554 (remove_files) COMPLETE
64792026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.991 INFO O| Jun 08 20:36:32.991 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:32.997 INFO O| Jun 08 20:36:32.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64812026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:32.997 INFO STEP 555 (remove_files) COMPLETE
64822026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:32.997 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64842026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.003 INFO STEP 556 (remove_files) COMPLETE
64852026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.003 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64872026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.009 INFO STEP 557 (remove_files) COMPLETE
64882026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.009 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64902026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.015 INFO STEP 558 (remove_files) COMPLETE
64912026-06-08T20:36:34.244Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.015 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-06-08T20:36:34.246Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64932026-06-08T20:36:34.246Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.021 INFO STEP 559 (remove_files) COMPLETE
64942026-06-08T20:36:34.246Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.021 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-06-08T20:36:34.246Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64962026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.026 INFO STEP 560 (remove_files) COMPLETE
64972026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.026 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64992026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.032 INFO STEP 561 (remove_files) COMPLETE
65002026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.032 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65022026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.038 INFO STEP 562 (remove_files) COMPLETE
65032026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.038 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65052026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.043 INFO STEP 563 (remove_files) COMPLETE
65062026-06-08T20:36:34.247Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.043 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65082026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.048 INFO STEP 564 (remove_files) COMPLETE
65092026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.048 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65112026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.054 INFO STEP 565 (remove_files) COMPLETE
65122026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.054 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65142026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.059 INFO STEP 566 (remove_files) COMPLETE
65152026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.059 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65172026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.065 INFO STEP 567 (remove_files) COMPLETE
65182026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.068 INFO O| Jun 08 20:36:33.065 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.072 INFO O| Jun 08 20:36:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65202026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.072 INFO O| Jun 08 20:36:33.072 INFO STEP 568 (remove_files) COMPLETE
65212026-06-08T20:36:34.249Z[ recovery-image] Jun 08 20:36:33.072 INFO O| Jun 08 20:36:33.072 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-06-08T20:36:34.255Z[ recovery-image] Jun 08 20:36:33.079 INFO O| Jun 08 20:36:33.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65232026-06-08T20:36:34.255Z[ recovery-image] Jun 08 20:36:33.079 INFO O| Jun 08 20:36:33.079 INFO STEP 569 (remove_files) COMPLETE
65242026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.079 INFO O| Jun 08 20:36:33.079 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.084 INFO O| Jun 08 20:36:33.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65262026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.084 INFO O| Jun 08 20:36:33.084 INFO STEP 570 (remove_files) COMPLETE
65272026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.084 INFO O| Jun 08 20:36:33.084 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.090 INFO O| Jun 08 20:36:33.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65292026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.090 INFO O| Jun 08 20:36:33.090 INFO STEP 571 (remove_files) COMPLETE
65302026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.090 INFO O| Jun 08 20:36:33.090 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.096 INFO O| Jun 08 20:36:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65322026-06-08T20:36:34.260Z[ recovery-image] Jun 08 20:36:33.096 INFO O| Jun 08 20:36:33.096 INFO STEP 572 (remove_files) COMPLETE
65332026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.096 INFO O| Jun 08 20:36:33.096 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.103 INFO O| Jun 08 20:36:33.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65352026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.103 INFO O| Jun 08 20:36:33.103 INFO STEP 573 (remove_files) COMPLETE
65362026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.103 INFO O| Jun 08 20:36:33.103 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.110 INFO O| Jun 08 20:36:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65382026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.110 INFO O| Jun 08 20:36:33.110 INFO STEP 574 (remove_files) COMPLETE
65392026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.110 INFO O| Jun 08 20:36:33.110 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.116 INFO O| Jun 08 20:36:33.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65412026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.116 INFO O| Jun 08 20:36:33.116 INFO STEP 575 (remove_files) COMPLETE
65422026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.116 INFO O| Jun 08 20:36:33.116 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.121 INFO O| Jun 08 20:36:33.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65442026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.121 INFO STEP 576 (remove_files) COMPLETE
65452026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.121 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65472026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.127 INFO STEP 577 (remove_files) COMPLETE
65482026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.127 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65502026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.133 INFO STEP 578 (remove_files) COMPLETE
65512026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.133 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65532026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.140 INFO STEP 579 (remove_files) COMPLETE
65542026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.140 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65562026-06-08T20:36:34.261Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.146 INFO STEP 580 (remove_files) COMPLETE
65572026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.147 INFO O| Jun 08 20:36:33.146 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.152 INFO O| Jun 08 20:36:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65592026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.152 INFO O| Jun 08 20:36:33.152 INFO STEP 581 (remove_files) COMPLETE
65602026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.152 INFO O| Jun 08 20:36:33.152 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.159 INFO O| Jun 08 20:36:33.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65622026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.159 INFO O| Jun 08 20:36:33.159 INFO STEP 582 (remove_files) COMPLETE
65632026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.159 INFO O| Jun 08 20:36:33.159 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.165 INFO O| Jun 08 20:36:33.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65652026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.165 INFO O| Jun 08 20:36:33.165 INFO STEP 583 (remove_files) COMPLETE
65662026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.165 INFO O| Jun 08 20:36:33.165 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.171 INFO O| Jun 08 20:36:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65682026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.171 INFO O| Jun 08 20:36:33.171 INFO STEP 584 (remove_files) COMPLETE
65692026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.171 INFO O| Jun 08 20:36:33.171 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.177 INFO O| Jun 08 20:36:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65712026-06-08T20:36:34.262Z[ recovery-image] Jun 08 20:36:33.177 INFO O| Jun 08 20:36:33.177 INFO STEP 585 (remove_files) COMPLETE
65722026-06-08T20:36:34.282Z[ recovery-image] Jun 08 20:36:33.177 INFO O| Jun 08 20:36:33.177 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.185 INFO O| Jun 08 20:36:33.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65742026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.185 INFO O| Jun 08 20:36:33.185 INFO STEP 586 (remove_files) COMPLETE
65752026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.185 INFO O| Jun 08 20:36:33.185 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.191 INFO O| Jun 08 20:36:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65772026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.191 INFO O| Jun 08 20:36:33.191 INFO STEP 587 (remove_files) COMPLETE
65782026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.191 INFO O| Jun 08 20:36:33.191 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.196 INFO O| Jun 08 20:36:33.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65802026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.196 INFO O| Jun 08 20:36:33.196 INFO STEP 588 (remove_files) COMPLETE
65812026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.196 INFO O| Jun 08 20:36:33.196 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.203 INFO O| Jun 08 20:36:33.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65832026-06-08T20:36:34.283Z[ recovery-image] Jun 08 20:36:33.203 INFO O| Jun 08 20:36:33.203 INFO STEP 589 (remove_files) COMPLETE
65842026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.203 INFO O| Jun 08 20:36:33.203 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.209 INFO O| Jun 08 20:36:33.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65862026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.209 INFO O| Jun 08 20:36:33.209 INFO STEP 590 (remove_files) COMPLETE
65872026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.209 INFO O| Jun 08 20:36:33.209 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.214 INFO O| Jun 08 20:36:33.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65892026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.214 INFO O| Jun 08 20:36:33.214 INFO STEP 591 (remove_files) COMPLETE
65902026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.214 INFO O| Jun 08 20:36:33.214 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.220 INFO O| Jun 08 20:36:33.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65922026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.220 INFO O| Jun 08 20:36:33.220 INFO STEP 592 (remove_files) COMPLETE
65932026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.220 INFO O| Jun 08 20:36:33.220 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.227 INFO O| Jun 08 20:36:33.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65952026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.227 INFO O| Jun 08 20:36:33.227 INFO STEP 593 (remove_files) COMPLETE
65962026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.227 INFO O| Jun 08 20:36:33.227 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.234 INFO O| Jun 08 20:36:33.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65982026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.234 INFO O| Jun 08 20:36:33.234 INFO STEP 594 (remove_files) COMPLETE
65992026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.234 INFO O| Jun 08 20:36:33.234 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.240 INFO O| Jun 08 20:36:33.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66012026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.240 INFO O| Jun 08 20:36:33.240 INFO STEP 595 (remove_files) COMPLETE
66022026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.240 INFO O| Jun 08 20:36:33.240 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.247 INFO O| Jun 08 20:36:33.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66042026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.247 INFO O| Jun 08 20:36:33.247 INFO STEP 596 (remove_files) COMPLETE
66052026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.247 INFO O| Jun 08 20:36:33.247 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.255 INFO O| Jun 08 20:36:33.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66072026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.255 INFO O| Jun 08 20:36:33.255 INFO STEP 597 (remove_files) COMPLETE
66082026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.255 INFO O| Jun 08 20:36:33.255 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-06-08T20:36:34.284Z[ host-image] Jun 08 20:36:33.259 INFO O| Jun 08 20:36:33.259 INFO O| Planning: Evaluating mediators ... Done
66102026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.260 INFO O| Jun 08 20:36:33.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66112026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.260 INFO O| Jun 08 20:36:33.260 INFO STEP 598 (remove_files) COMPLETE
66122026-06-08T20:36:34.284Z[ recovery-image] Jun 08 20:36:33.260 INFO O| Jun 08 20:36:33.260 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-06-08T20:36:34.284Z[ host-image] Jun 08 20:36:33.262 INFO O| Jun 08 20:36:33.262 INFO O| Planning: Planning completed in 0.46 seconds
66142026-06-08T20:36:34.285Z[ host-image] Jun 08 20:36:33.263 INFO O| Jun 08 20:36:33.263 INFO O| Packages to install: 6
66152026-06-08T20:36:34.285Z[ host-image] Jun 08 20:36:33.263 INFO O| Jun 08 20:36:33.263 INFO O| Mediators to change: 1
66162026-06-08T20:36:34.285Z[ host-image] Jun 08 20:36:33.263 INFO O| Jun 08 20:36:33.263 INFO O| Services to change: 1
66172026-06-08T20:36:34.285Z[ recovery-image] Jun 08 20:36:33.266 INFO O| Jun 08 20:36:33.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66182026-06-08T20:36:34.285Z[ recovery-image] Jun 08 20:36:33.266 INFO O| Jun 08 20:36:33.266 INFO STEP 599 (remove_files) COMPLETE
66192026-06-08T20:36:34.289Z[ recovery-image] Jun 08 20:36:33.266 INFO O| Jun 08 20:36:33.266 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-06-08T20:36:34.292Z[ host-image] Jun 08 20:36:33.272 INFO O| Jun 08 20:36:33.272 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
66212026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.273 INFO O| Jun 08 20:36:33.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66222026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.273 INFO O| Jun 08 20:36:33.273 INFO STEP 600 (remove_files) COMPLETE
66232026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.273 INFO O| Jun 08 20:36:33.273 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.280 INFO O| Jun 08 20:36:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66252026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.280 INFO O| Jun 08 20:36:33.280 INFO STEP 601 (remove_files) COMPLETE
66262026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.280 INFO O| Jun 08 20:36:33.280 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.285 INFO O| Jun 08 20:36:33.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66282026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.285 INFO O| Jun 08 20:36:33.285 INFO STEP 602 (remove_files) COMPLETE
66292026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.285 INFO O| Jun 08 20:36:33.285 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.291 INFO O| Jun 08 20:36:33.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66312026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.291 INFO O| Jun 08 20:36:33.291 INFO STEP 603 (remove_files) COMPLETE
66322026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.291 INFO O| Jun 08 20:36:33.291 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.297 INFO O| Jun 08 20:36:33.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66342026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.297 INFO O| Jun 08 20:36:33.297 INFO STEP 604 (remove_files) COMPLETE
66352026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.297 INFO O| Jun 08 20:36:33.297 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.302 INFO O| Jun 08 20:36:33.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66372026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.302 INFO O| Jun 08 20:36:33.302 INFO STEP 605 (remove_files) COMPLETE
66382026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.302 INFO O| Jun 08 20:36:33.302 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.308 INFO O| Jun 08 20:36:33.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66402026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.308 INFO O| Jun 08 20:36:33.308 INFO STEP 606 (remove_files) COMPLETE
66412026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.308 INFO O| Jun 08 20:36:33.308 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.315 INFO O| Jun 08 20:36:33.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66432026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.315 INFO O| Jun 08 20:36:33.315 INFO STEP 607 (remove_files) COMPLETE
66442026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.315 INFO O| Jun 08 20:36:33.315 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.321 INFO O| Jun 08 20:36:33.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66462026-06-08T20:36:34.293Z[ recovery-image] Jun 08 20:36:33.321 INFO O| Jun 08 20:36:33.321 INFO STEP 608 (remove_files) COMPLETE
66472026-06-08T20:36:34.294Z[ recovery-image] Jun 08 20:36:33.321 INFO O| Jun 08 20:36:33.321 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-06-08T20:36:34.294Z[ recovery-image] Jun 08 20:36:33.326 INFO O| Jun 08 20:36:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66492026-06-08T20:36:34.295Z[ recovery-image] Jun 08 20:36:33.326 INFO O| Jun 08 20:36:33.326 INFO STEP 609 (remove_files) COMPLETE
66502026-06-08T20:36:34.295Z[ recovery-image] Jun 08 20:36:33.326 INFO O| Jun 08 20:36:33.326 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-06-08T20:36:34.295Z[ recovery-image] Jun 08 20:36:33.334 INFO O| Jun 08 20:36:33.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66522026-06-08T20:36:34.295Z[ recovery-image] Jun 08 20:36:33.334 INFO O| Jun 08 20:36:33.334 INFO STEP 610 (remove_files) COMPLETE
66532026-06-08T20:36:34.295Z[ recovery-image] Jun 08 20:36:33.334 INFO O| Jun 08 20:36:33.334 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.342 INFO O| Jun 08 20:36:33.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66552026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.342 INFO O| Jun 08 20:36:33.342 INFO STEP 611 (remove_files) COMPLETE
66562026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.342 INFO O| Jun 08 20:36:33.342 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.348 INFO O| Jun 08 20:36:33.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66582026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.348 INFO O| Jun 08 20:36:33.348 INFO STEP 612 (remove_files) COMPLETE
66592026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.348 INFO O| Jun 08 20:36:33.348 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.355 INFO O| Jun 08 20:36:33.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66612026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.356 INFO O| Jun 08 20:36:33.355 INFO STEP 613 (remove_files) COMPLETE
66622026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.356 INFO O| Jun 08 20:36:33.356 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.362 INFO O| Jun 08 20:36:33.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66642026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.362 INFO O| Jun 08 20:36:33.362 INFO STEP 614 (remove_files) COMPLETE
66652026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.362 INFO O| Jun 08 20:36:33.362 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.369 INFO O| Jun 08 20:36:33.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66672026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.369 INFO O| Jun 08 20:36:33.369 INFO STEP 615 (remove_files) COMPLETE
66682026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.369 INFO O| Jun 08 20:36:33.369 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.375 INFO O| Jun 08 20:36:33.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66702026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.376 INFO O| Jun 08 20:36:33.376 INFO STEP 616 (remove_files) COMPLETE
66712026-06-08T20:36:34.296Z[ recovery-image] Jun 08 20:36:33.376 INFO O| Jun 08 20:36:33.376 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.381 INFO O| Jun 08 20:36:33.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66732026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.382 INFO O| Jun 08 20:36:33.381 INFO STEP 617 (remove_files) COMPLETE
66742026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.382 INFO O| Jun 08 20:36:33.381 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.388 INFO O| Jun 08 20:36:33.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66762026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.388 INFO O| Jun 08 20:36:33.388 INFO STEP 618 (remove_files) COMPLETE
66772026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.388 INFO O| Jun 08 20:36:33.388 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.393 INFO O| Jun 08 20:36:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66792026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.394 INFO O| Jun 08 20:36:33.393 INFO STEP 619 (remove_files) COMPLETE
66802026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.394 INFO O| Jun 08 20:36:33.393 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.401 INFO O| Jun 08 20:36:33.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66822026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.401 INFO O| Jun 08 20:36:33.401 INFO STEP 620 (remove_files) COMPLETE
66832026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.401 INFO O| Jun 08 20:36:33.401 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.408 INFO O| Jun 08 20:36:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66852026-06-08T20:36:34.318Z[ recovery-image] Jun 08 20:36:33.408 INFO O| Jun 08 20:36:33.408 INFO STEP 621 (remove_files) COMPLETE
66862026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.408 INFO O| Jun 08 20:36:33.408 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.414 INFO O| Jun 08 20:36:33.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66882026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.414 INFO O| Jun 08 20:36:33.414 INFO STEP 622 (remove_files) COMPLETE
66892026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.414 INFO O| Jun 08 20:36:33.414 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.420 INFO O| Jun 08 20:36:33.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66912026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.420 INFO O| Jun 08 20:36:33.420 INFO STEP 623 (remove_files) COMPLETE
66922026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.420 INFO O| Jun 08 20:36:33.420 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.426 INFO O| Jun 08 20:36:33.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66942026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.427 INFO O| Jun 08 20:36:33.427 INFO STEP 624 (remove_files) COMPLETE
66952026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.427 INFO O| Jun 08 20:36:33.427 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.433 INFO O| Jun 08 20:36:33.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66972026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.433 INFO O| Jun 08 20:36:33.433 INFO STEP 625 (remove_files) COMPLETE
66982026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.433 INFO O| Jun 08 20:36:33.433 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.440 INFO O| Jun 08 20:36:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67002026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.440 INFO O| Jun 08 20:36:33.440 INFO STEP 626 (remove_files) COMPLETE
67012026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.440 INFO O| Jun 08 20:36:33.440 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.447 INFO O| Jun 08 20:36:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67032026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.447 INFO O| Jun 08 20:36:33.447 INFO STEP 627 (remove_files) COMPLETE
67042026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.447 INFO O| Jun 08 20:36:33.447 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.453 INFO O| Jun 08 20:36:33.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67062026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.453 INFO O| Jun 08 20:36:33.453 INFO STEP 628 (remove_files) COMPLETE
67072026-06-08T20:36:34.319Z[ recovery-image] Jun 08 20:36:33.453 INFO O| Jun 08 20:36:33.453 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-06-08T20:36:34.326Z[ recovery-image] Jun 08 20:36:33.459 INFO O| Jun 08 20:36:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67092026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.459 INFO O| Jun 08 20:36:33.459 INFO STEP 629 (remove_files) COMPLETE
67102026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.459 INFO O| Jun 08 20:36:33.459 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.465 INFO O| Jun 08 20:36:33.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67122026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.465 INFO O| Jun 08 20:36:33.465 INFO STEP 630 (remove_files) COMPLETE
67132026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.465 INFO O| Jun 08 20:36:33.465 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.472 INFO O| Jun 08 20:36:33.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67152026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.472 INFO O| Jun 08 20:36:33.472 INFO STEP 631 (remove_files) COMPLETE
67162026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.472 INFO O| Jun 08 20:36:33.472 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.478 INFO O| Jun 08 20:36:33.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67182026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.478 INFO O| Jun 08 20:36:33.478 INFO STEP 632 (remove_files) COMPLETE
67192026-06-08T20:36:34.327Z[ recovery-image] Jun 08 20:36:33.478 INFO O| Jun 08 20:36:33.478 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-06-08T20:36:34.341Z[ recovery-image] Jun 08 20:36:33.485 INFO O| Jun 08 20:36:33.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67212026-06-08T20:36:34.341Z[ recovery-image] Jun 08 20:36:33.485 INFO O| Jun 08 20:36:33.485 INFO STEP 633 (remove_files) COMPLETE
67222026-06-08T20:36:34.341Z[ recovery-image] Jun 08 20:36:33.485 INFO O| Jun 08 20:36:33.485 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.491 INFO O| Jun 08 20:36:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67242026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.491 INFO O| Jun 08 20:36:33.491 INFO STEP 634 (remove_files) COMPLETE
67252026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.491 INFO O| Jun 08 20:36:33.491 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.497 INFO O| Jun 08 20:36:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67272026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.497 INFO O| Jun 08 20:36:33.497 INFO STEP 635 (remove_files) COMPLETE
67282026-06-08T20:36:34.353Z[ recovery-image] Jun 08 20:36:33.497 INFO O| Jun 08 20:36:33.497 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-06-08T20:36:34.361Z[ recovery-image] Jun 08 20:36:33.503 INFO O| Jun 08 20:36:33.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67302026-06-08T20:36:34.361Z[ recovery-image] Jun 08 20:36:33.503 INFO O| Jun 08 20:36:33.503 INFO STEP 636 (remove_files) COMPLETE
67312026-06-08T20:36:34.361Z[ recovery-image] Jun 08 20:36:33.503 INFO O| Jun 08 20:36:33.503 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-06-08T20:36:34.362Z[ recovery-image] Jun 08 20:36:33.511 INFO O| Jun 08 20:36:33.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67332026-06-08T20:36:34.363Z[ recovery-image] Jun 08 20:36:33.511 INFO O| Jun 08 20:36:33.511 INFO STEP 637 (remove_files) COMPLETE
67342026-06-08T20:36:34.363Z[ recovery-image] Jun 08 20:36:33.511 INFO O| Jun 08 20:36:33.511 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.517 INFO O| Jun 08 20:36:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67362026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.517 INFO O| Jun 08 20:36:33.517 INFO STEP 638 (remove_files) COMPLETE
67372026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.517 INFO O| Jun 08 20:36:33.517 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.523 INFO O| Jun 08 20:36:33.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67392026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.523 INFO O| Jun 08 20:36:33.523 INFO STEP 639 (remove_files) COMPLETE
67402026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.523 INFO O| Jun 08 20:36:33.523 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.531 INFO O| Jun 08 20:36:33.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67422026-06-08T20:36:34.531Z[ recovery-image] Jun 08 20:36:33.531 INFO O| Jun 08 20:36:33.531 INFO STEP 640 (remove_files) COMPLETE
67432026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.531 INFO O| Jun 08 20:36:33.531 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.538 INFO O| Jun 08 20:36:33.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67452026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.538 INFO O| Jun 08 20:36:33.538 INFO STEP 641 (remove_files) COMPLETE
67462026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.538 INFO O| Jun 08 20:36:33.538 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.545 INFO O| Jun 08 20:36:33.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67482026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.545 INFO O| Jun 08 20:36:33.545 INFO STEP 642 (remove_files) COMPLETE
67492026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.545 INFO O| Jun 08 20:36:33.545 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.552 INFO O| Jun 08 20:36:33.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67512026-06-08T20:36:34.538Z[ recovery-image] Jun 08 20:36:33.552 INFO O| Jun 08 20:36:33.552 INFO STEP 643 (remove_files) COMPLETE
67522026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.552 INFO O| Jun 08 20:36:33.552 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.559 INFO O| Jun 08 20:36:33.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67542026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.559 INFO O| Jun 08 20:36:33.559 INFO STEP 644 (remove_files) COMPLETE
67552026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.559 INFO O| Jun 08 20:36:33.559 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.566 INFO O| Jun 08 20:36:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67572026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.566 INFO O| Jun 08 20:36:33.566 INFO STEP 645 (remove_files) COMPLETE
67582026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.566 INFO O| Jun 08 20:36:33.566 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.573 INFO O| Jun 08 20:36:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67602026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.573 INFO O| Jun 08 20:36:33.573 INFO STEP 646 (remove_files) COMPLETE
67612026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.573 INFO O| Jun 08 20:36:33.573 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.578 INFO O| Jun 08 20:36:33.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67632026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.578 INFO O| Jun 08 20:36:33.578 INFO STEP 647 (remove_files) COMPLETE
67642026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.578 INFO O| Jun 08 20:36:33.578 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.584 INFO O| Jun 08 20:36:33.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67662026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.584 INFO O| Jun 08 20:36:33.584 INFO STEP 648 (remove_files) COMPLETE
67672026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.584 INFO O| Jun 08 20:36:33.584 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.590 INFO O| Jun 08 20:36:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67692026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.591 INFO O| Jun 08 20:36:33.591 INFO STEP 649 (remove_files) COMPLETE
67702026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.591 INFO O| Jun 08 20:36:33.591 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-06-08T20:36:34.539Z[ recovery-image] Jun 08 20:36:33.597 INFO O| Jun 08 20:36:33.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67722026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.597 INFO O| Jun 08 20:36:33.597 INFO STEP 650 (remove_files) COMPLETE
67732026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.597 INFO O| Jun 08 20:36:33.597 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.602 INFO O| Jun 08 20:36:33.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67752026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.602 INFO O| Jun 08 20:36:33.602 INFO STEP 651 (remove_files) COMPLETE
67762026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.602 INFO O| Jun 08 20:36:33.602 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.608 INFO O| Jun 08 20:36:33.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67782026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.608 INFO O| Jun 08 20:36:33.608 INFO STEP 652 (remove_files) COMPLETE
67792026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.608 INFO O| Jun 08 20:36:33.608 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.614 INFO O| Jun 08 20:36:33.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67812026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.614 INFO O| Jun 08 20:36:33.614 INFO STEP 653 (remove_files) COMPLETE
67822026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.614 INFO O| Jun 08 20:36:33.614 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.619 INFO O| Jun 08 20:36:33.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67842026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.619 INFO O| Jun 08 20:36:33.619 INFO STEP 654 (remove_files) COMPLETE
67852026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.619 INFO O| Jun 08 20:36:33.619 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.625 INFO O| Jun 08 20:36:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67872026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.625 INFO O| Jun 08 20:36:33.625 INFO STEP 655 (remove_files) COMPLETE
67882026-06-08T20:36:34.540Z[ recovery-image] Jun 08 20:36:33.625 INFO O| Jun 08 20:36:33.625 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.632 INFO O| Jun 08 20:36:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67902026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.632 INFO O| Jun 08 20:36:33.632 INFO STEP 656 (remove_files) COMPLETE
67912026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.632 INFO O| Jun 08 20:36:33.632 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.638 INFO O| Jun 08 20:36:33.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67932026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.639 INFO O| Jun 08 20:36:33.639 INFO STEP 657 (remove_files) COMPLETE
67942026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.639 INFO O| Jun 08 20:36:33.639 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.647 INFO O| Jun 08 20:36:33.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67962026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.647 INFO O| Jun 08 20:36:33.647 INFO STEP 658 (remove_files) COMPLETE
67972026-06-08T20:36:34.546Z[ recovery-image] Jun 08 20:36:33.647 INFO O| Jun 08 20:36:33.647 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-06-08T20:36:34.578Z[ recovery-image] Jun 08 20:36:33.653 INFO O| Jun 08 20:36:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67992026-06-08T20:36:34.578Z[ recovery-image] Jun 08 20:36:33.653 INFO O| Jun 08 20:36:33.653 INFO STEP 659 (remove_files) COMPLETE
68002026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.653 INFO O| Jun 08 20:36:33.653 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.661 INFO O| Jun 08 20:36:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68022026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.661 INFO O| Jun 08 20:36:33.661 INFO STEP 660 (remove_files) COMPLETE
68032026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.661 INFO O| Jun 08 20:36:33.661 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.667 INFO O| Jun 08 20:36:33.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68052026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.667 INFO O| Jun 08 20:36:33.667 INFO STEP 661 (remove_files) COMPLETE
68062026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.667 INFO O| Jun 08 20:36:33.667 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.673 INFO O| Jun 08 20:36:33.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68082026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.673 INFO O| Jun 08 20:36:33.673 INFO STEP 662 (remove_files) COMPLETE
68092026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.673 INFO O| Jun 08 20:36:33.673 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.678 INFO O| Jun 08 20:36:33.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68112026-06-08T20:36:34.579Z[ recovery-image] Jun 08 20:36:33.678 INFO O| Jun 08 20:36:33.678 INFO STEP 663 (remove_files) COMPLETE
68122026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.678 INFO O| Jun 08 20:36:33.678 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.684 INFO O| Jun 08 20:36:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68142026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.684 INFO O| Jun 08 20:36:33.684 INFO STEP 664 (remove_files) COMPLETE
68152026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.684 INFO O| Jun 08 20:36:33.684 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.690 INFO O| Jun 08 20:36:33.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68172026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.690 INFO O| Jun 08 20:36:33.690 INFO STEP 665 (remove_files) COMPLETE
68182026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.690 INFO O| Jun 08 20:36:33.690 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.696 INFO O| Jun 08 20:36:33.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68202026-06-08T20:36:34.581Z[ recovery-image] Jun 08 20:36:33.696 INFO O| Jun 08 20:36:33.696 INFO STEP 666 (remove_files) COMPLETE
68212026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.696 INFO O| Jun 08 20:36:33.696 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.703 INFO O| Jun 08 20:36:33.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68232026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.703 INFO O| Jun 08 20:36:33.703 INFO STEP 667 (remove_files) COMPLETE
68242026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.703 INFO O| Jun 08 20:36:33.703 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.708 INFO O| Jun 08 20:36:33.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68262026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.708 INFO O| Jun 08 20:36:33.708 INFO STEP 668 (remove_files) COMPLETE
68272026-06-08T20:36:34.582Z[ recovery-image] Jun 08 20:36:33.708 INFO O| Jun 08 20:36:33.708 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-06-08T20:36:34.605Z[ recovery-image] Jun 08 20:36:33.714 INFO O| Jun 08 20:36:33.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68292026-06-08T20:36:34.605Z[ recovery-image] Jun 08 20:36:33.714 INFO O| Jun 08 20:36:33.714 INFO STEP 669 (remove_files) COMPLETE
68302026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.714 INFO O| Jun 08 20:36:33.714 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.723 INFO O| Jun 08 20:36:33.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68322026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.723 INFO O| Jun 08 20:36:33.723 INFO STEP 670 (remove_files) COMPLETE
68332026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.723 INFO O| Jun 08 20:36:33.723 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.728 INFO O| Jun 08 20:36:33.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68352026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.728 INFO O| Jun 08 20:36:33.728 INFO STEP 671 (remove_files) COMPLETE
68362026-06-08T20:36:34.606Z[ recovery-image] Jun 08 20:36:33.728 INFO O| Jun 08 20:36:33.728 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-06-08T20:36:34.611Z[ recovery-image] Jun 08 20:36:33.737 INFO O| Jun 08 20:36:33.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68382026-06-08T20:36:34.611Z[ recovery-image] Jun 08 20:36:33.737 INFO O| Jun 08 20:36:33.737 INFO STEP 672 (remove_files) COMPLETE
68392026-06-08T20:36:34.611Z[ recovery-image] Jun 08 20:36:33.737 INFO O| Jun 08 20:36:33.737 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.745 INFO O| Jun 08 20:36:33.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68412026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.745 INFO O| Jun 08 20:36:33.745 INFO STEP 673 (remove_files) COMPLETE
68422026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.745 INFO O| Jun 08 20:36:33.745 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.751 INFO O| Jun 08 20:36:33.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68442026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.751 INFO O| Jun 08 20:36:33.751 INFO STEP 674 (remove_files) COMPLETE
68452026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.751 INFO O| Jun 08 20:36:33.751 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.759 INFO O| Jun 08 20:36:33.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68472026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.759 INFO O| Jun 08 20:36:33.759 INFO STEP 675 (remove_files) COMPLETE
68482026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.759 INFO O| Jun 08 20:36:33.759 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.766 INFO O| Jun 08 20:36:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68502026-06-08T20:36:34.622Z[ recovery-image] Jun 08 20:36:33.767 INFO O| Jun 08 20:36:33.767 INFO STEP 676 (remove_files) COMPLETE
68512026-06-08T20:36:34.628Z[ recovery-image] Jun 08 20:36:33.767 INFO O| Jun 08 20:36:33.767 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.773 INFO O| Jun 08 20:36:33.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68532026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.773 INFO O| Jun 08 20:36:33.773 INFO STEP 677 (remove_files) COMPLETE
68542026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.773 INFO O| Jun 08 20:36:33.773 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.779 INFO O| Jun 08 20:36:33.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68562026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.780 INFO O| Jun 08 20:36:33.780 INFO STEP 678 (remove_files) COMPLETE
68572026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.780 INFO O| Jun 08 20:36:33.780 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.786 INFO O| Jun 08 20:36:33.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68592026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.786 INFO O| Jun 08 20:36:33.786 INFO STEP 679 (remove_files) COMPLETE
68602026-06-08T20:36:34.646Z[ recovery-image] Jun 08 20:36:33.786 INFO O| Jun 08 20:36:33.786 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-06-08T20:36:34.661Z[ recovery-image] Jun 08 20:36:33.792 INFO O| Jun 08 20:36:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68622026-06-08T20:36:34.661Z[ recovery-image] Jun 08 20:36:33.793 INFO O| Jun 08 20:36:33.793 INFO STEP 680 (remove_files) COMPLETE
68632026-06-08T20:36:34.661Z[ recovery-image] Jun 08 20:36:33.793 INFO O| Jun 08 20:36:33.793 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.799 INFO O| Jun 08 20:36:33.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68652026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.799 INFO O| Jun 08 20:36:33.799 INFO STEP 681 (remove_files) COMPLETE
68662026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.799 INFO O| Jun 08 20:36:33.799 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.807 INFO O| Jun 08 20:36:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68682026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.807 INFO O| Jun 08 20:36:33.807 INFO STEP 682 (remove_files) COMPLETE
68692026-06-08T20:36:34.662Z[ recovery-image] Jun 08 20:36:33.807 INFO O| Jun 08 20:36:33.807 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-06-08T20:36:34.667Z[ recovery-image] Jun 08 20:36:33.815 INFO O| Jun 08 20:36:33.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68712026-06-08T20:36:34.667Z[ recovery-image] Jun 08 20:36:33.815 INFO O| Jun 08 20:36:33.815 INFO STEP 683 (remove_files) COMPLETE
68722026-06-08T20:36:34.667Z[ recovery-image] Jun 08 20:36:33.815 INFO O| Jun 08 20:36:33.815 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-06-08T20:36:34.673Z[ recovery-image] Jun 08 20:36:33.822 INFO O| Jun 08 20:36:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68742026-06-08T20:36:34.673Z[ recovery-image] Jun 08 20:36:33.822 INFO O| Jun 08 20:36:33.822 INFO STEP 684 (remove_files) COMPLETE
68752026-06-08T20:36:34.673Z[ recovery-image] Jun 08 20:36:33.822 INFO O| Jun 08 20:36:33.822 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-06-08T20:36:34.677Z[ recovery-image] Jun 08 20:36:33.829 INFO O| Jun 08 20:36:33.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68772026-06-08T20:36:34.677Z[ recovery-image] Jun 08 20:36:33.829 INFO O| Jun 08 20:36:33.829 INFO STEP 685 (remove_files) COMPLETE
68782026-06-08T20:36:34.677Z[ recovery-image] Jun 08 20:36:33.829 INFO O| Jun 08 20:36:33.829 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-06-08T20:36:34.683Z[ recovery-image] Jun 08 20:36:33.836 INFO O| Jun 08 20:36:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68802026-06-08T20:36:34.683Z[ recovery-image] Jun 08 20:36:33.836 INFO O| Jun 08 20:36:33.836 INFO STEP 686 (remove_files) COMPLETE
68812026-06-08T20:36:34.683Z[ recovery-image] Jun 08 20:36:33.836 INFO O| Jun 08 20:36:33.836 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-06-08T20:36:34.699Z[ recovery-image] Jun 08 20:36:33.843 INFO O| Jun 08 20:36:33.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68832026-06-08T20:36:34.699Z[ recovery-image] Jun 08 20:36:33.843 INFO O| Jun 08 20:36:33.843 INFO STEP 687 (remove_files) COMPLETE
68842026-06-08T20:36:34.699Z[ recovery-image] Jun 08 20:36:33.843 INFO O| Jun 08 20:36:33.843 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-06-08T20:36:34.707Z[ recovery-image] Jun 08 20:36:33.850 INFO O| Jun 08 20:36:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68862026-06-08T20:36:34.707Z[ recovery-image] Jun 08 20:36:33.850 INFO O| Jun 08 20:36:33.850 INFO STEP 688 (remove_files) COMPLETE
68872026-06-08T20:36:34.708Z[ recovery-image] Jun 08 20:36:33.850 INFO O| Jun 08 20:36:33.850 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-06-08T20:36:34.708Z[ recovery-image] Jun 08 20:36:33.857 INFO O| Jun 08 20:36:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68892026-06-08T20:36:34.708Z[ recovery-image] Jun 08 20:36:33.857 INFO O| Jun 08 20:36:33.857 INFO STEP 689 (remove_files) COMPLETE
68902026-06-08T20:36:34.708Z[ recovery-image] Jun 08 20:36:33.857 INFO O| Jun 08 20:36:33.857 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-06-08T20:36:34.713Z[ recovery-image] Jun 08 20:36:33.864 INFO O| Jun 08 20:36:33.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68922026-06-08T20:36:34.713Z[ recovery-image] Jun 08 20:36:33.864 INFO O| Jun 08 20:36:33.864 INFO STEP 690 (remove_files) COMPLETE
68932026-06-08T20:36:34.713Z[ recovery-image] Jun 08 20:36:33.864 INFO O| Jun 08 20:36:33.864 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-06-08T20:36:34.717Z[ recovery-image] Jun 08 20:36:33.870 INFO O| Jun 08 20:36:33.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68952026-06-08T20:36:34.718Z[ recovery-image] Jun 08 20:36:33.870 INFO O| Jun 08 20:36:33.870 INFO STEP 691 (remove_files) COMPLETE
68962026-06-08T20:36:34.718Z[ recovery-image] Jun 08 20:36:33.870 INFO O| Jun 08 20:36:33.870 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-06-08T20:36:34.727Z[ recovery-image] Jun 08 20:36:33.878 INFO O| Jun 08 20:36:33.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68982026-06-08T20:36:34.727Z[ recovery-image] Jun 08 20:36:33.878 INFO O| Jun 08 20:36:33.878 INFO STEP 692 (remove_files) COMPLETE
68992026-06-08T20:36:34.727Z[ recovery-image] Jun 08 20:36:33.878 INFO O| Jun 08 20:36:33.878 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-06-08T20:36:34.733Z[ recovery-image] Jun 08 20:36:33.885 INFO O| Jun 08 20:36:33.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69012026-06-08T20:36:34.734Z[ recovery-image] Jun 08 20:36:33.885 INFO O| Jun 08 20:36:33.885 INFO STEP 693 (remove_files) COMPLETE
69022026-06-08T20:36:34.734Z[ recovery-image] Jun 08 20:36:33.885 INFO O| Jun 08 20:36:33.885 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-06-08T20:36:34.742Z[ recovery-image] Jun 08 20:36:33.891 INFO O| Jun 08 20:36:33.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69042026-06-08T20:36:34.742Z[ recovery-image] Jun 08 20:36:33.891 INFO O| Jun 08 20:36:33.891 INFO STEP 694 (remove_files) COMPLETE
69052026-06-08T20:36:34.742Z[ recovery-image] Jun 08 20:36:33.891 INFO O| Jun 08 20:36:33.891 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-06-08T20:36:34.749Z[ recovery-image] Jun 08 20:36:33.898 INFO O| Jun 08 20:36:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69072026-06-08T20:36:34.749Z[ recovery-image] Jun 08 20:36:33.898 INFO O| Jun 08 20:36:33.898 INFO STEP 695 (remove_files) COMPLETE
69082026-06-08T20:36:34.751Z[ recovery-image] Jun 08 20:36:33.898 INFO O| Jun 08 20:36:33.898 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-06-08T20:36:34.754Z[ recovery-image] Jun 08 20:36:33.905 INFO O| Jun 08 20:36:33.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69102026-06-08T20:36:34.754Z[ recovery-image] Jun 08 20:36:33.905 INFO O| Jun 08 20:36:33.905 INFO STEP 696 (remove_files) COMPLETE
69112026-06-08T20:36:34.755Z[ recovery-image] Jun 08 20:36:33.905 INFO O| Jun 08 20:36:33.905 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-06-08T20:36:34.760Z[ recovery-image] Jun 08 20:36:33.915 INFO O| Jun 08 20:36:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69132026-06-08T20:36:34.764Z[ recovery-image] Jun 08 20:36:33.915 INFO O| Jun 08 20:36:33.915 INFO STEP 697 (remove_files) COMPLETE
69142026-06-08T20:36:34.771Z[ recovery-image] Jun 08 20:36:33.915 INFO O| Jun 08 20:36:33.915 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-06-08T20:36:34.771Z[ recovery-image] Jun 08 20:36:33.923 INFO O| Jun 08 20:36:33.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69162026-06-08T20:36:34.771Z[ recovery-image] Jun 08 20:36:33.923 INFO O| Jun 08 20:36:33.923 INFO STEP 698 (remove_files) COMPLETE
69172026-06-08T20:36:34.771Z[ recovery-image] Jun 08 20:36:33.923 INFO O| Jun 08 20:36:33.923 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-06-08T20:36:34.782Z[ recovery-image] Jun 08 20:36:33.931 INFO O| Jun 08 20:36:33.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69192026-06-08T20:36:34.782Z[ recovery-image] Jun 08 20:36:33.931 INFO O| Jun 08 20:36:33.931 INFO STEP 699 (remove_files) COMPLETE
69202026-06-08T20:36:34.782Z[ recovery-image] Jun 08 20:36:33.931 INFO O| Jun 08 20:36:33.931 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-06-08T20:36:34.799Z[ recovery-image] Jun 08 20:36:33.940 INFO O| Jun 08 20:36:33.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69222026-06-08T20:36:34.799Z[ recovery-image] Jun 08 20:36:33.940 INFO O| Jun 08 20:36:33.940 INFO STEP 700 (remove_files) COMPLETE
69232026-06-08T20:36:34.801Z[ recovery-image] Jun 08 20:36:33.940 INFO O| Jun 08 20:36:33.940 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.947 INFO O| Jun 08 20:36:33.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69252026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.947 INFO O| Jun 08 20:36:33.947 INFO STEP 701 (remove_files) COMPLETE
69262026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.947 INFO O| Jun 08 20:36:33.947 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.953 INFO O| Jun 08 20:36:33.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69282026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.953 INFO O| Jun 08 20:36:33.953 INFO STEP 702 (remove_files) COMPLETE
69292026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.953 INFO O| Jun 08 20:36:33.953 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.960 INFO O| Jun 08 20:36:33.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69312026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.960 INFO O| Jun 08 20:36:33.960 INFO STEP 703 (remove_files) COMPLETE
69322026-06-08T20:36:34.806Z[ recovery-image] Jun 08 20:36:33.960 INFO O| Jun 08 20:36:33.960 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-06-08T20:36:34.823Z[ recovery-image] Jun 08 20:36:33.968 INFO O| Jun 08 20:36:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69342026-06-08T20:36:34.823Z[ recovery-image] Jun 08 20:36:33.968 INFO O| Jun 08 20:36:33.968 INFO STEP 704 (remove_files) COMPLETE
69352026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.968 INFO O| Jun 08 20:36:33.968 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.975 INFO O| Jun 08 20:36:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69372026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.975 INFO O| Jun 08 20:36:33.975 INFO STEP 705 (remove_files) COMPLETE
69382026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.975 INFO O| Jun 08 20:36:33.975 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.982 INFO O| Jun 08 20:36:33.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69402026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.983 INFO O| Jun 08 20:36:33.983 INFO STEP 706 (remove_files) COMPLETE
69412026-06-08T20:36:34.839Z[ recovery-image] Jun 08 20:36:33.983 INFO O| Jun 08 20:36:33.983 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.990 INFO O| Jun 08 20:36:33.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69432026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.990 INFO O| Jun 08 20:36:33.990 INFO STEP 707 (remove_files) COMPLETE
69442026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.990 INFO O| Jun 08 20:36:33.990 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.997 INFO O| Jun 08 20:36:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69462026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.997 INFO O| Jun 08 20:36:33.997 INFO STEP 708 (remove_files) COMPLETE
69472026-06-08T20:36:34.849Z[ recovery-image] Jun 08 20:36:33.997 INFO O| Jun 08 20:36:33.997 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-06-08T20:36:34.854Z[ recovery-image] Jun 08 20:36:34.004 INFO O| Jun 08 20:36:34.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69492026-06-08T20:36:34.854Z[ recovery-image] Jun 08 20:36:34.004 INFO O| Jun 08 20:36:34.004 INFO STEP 709 (remove_files) COMPLETE
69502026-06-08T20:36:34.854Z[ recovery-image] Jun 08 20:36:34.004 INFO O| Jun 08 20:36:34.004 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-06-08T20:36:34.859Z[ recovery-image] Jun 08 20:36:34.010 INFO O| Jun 08 20:36:34.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69522026-06-08T20:36:34.859Z[ recovery-image] Jun 08 20:36:34.010 INFO O| Jun 08 20:36:34.010 INFO STEP 710 (remove_files) COMPLETE
69532026-06-08T20:36:34.859Z[ recovery-image] Jun 08 20:36:34.010 INFO O| Jun 08 20:36:34.010 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-06-08T20:36:34.865Z[ recovery-image] Jun 08 20:36:34.017 INFO O| Jun 08 20:36:34.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69552026-06-08T20:36:34.865Z[ recovery-image] Jun 08 20:36:34.017 INFO O| Jun 08 20:36:34.017 INFO STEP 711 (remove_files) COMPLETE
69562026-06-08T20:36:34.865Z[ recovery-image] Jun 08 20:36:34.017 INFO O| Jun 08 20:36:34.017 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-06-08T20:36:34.871Z[ recovery-image] Jun 08 20:36:34.026 INFO O| Jun 08 20:36:34.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69582026-06-08T20:36:34.871Z[ recovery-image] Jun 08 20:36:34.026 INFO O| Jun 08 20:36:34.026 INFO STEP 712 (remove_files) COMPLETE
69592026-06-08T20:36:34.871Z[ recovery-image] Jun 08 20:36:34.026 INFO O| Jun 08 20:36:34.026 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-06-08T20:36:34.879Z[ recovery-image] Jun 08 20:36:34.033 INFO O| Jun 08 20:36:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69612026-06-08T20:36:34.879Z[ recovery-image] Jun 08 20:36:34.033 INFO O| Jun 08 20:36:34.033 INFO STEP 713 (remove_files) COMPLETE
69622026-06-08T20:36:34.879Z[ recovery-image] Jun 08 20:36:34.033 INFO O| Jun 08 20:36:34.033 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-06-08T20:36:34.885Z[ recovery-image] Jun 08 20:36:34.040 INFO O| Jun 08 20:36:34.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69642026-06-08T20:36:34.893Z[ recovery-image] Jun 08 20:36:34.040 INFO O| Jun 08 20:36:34.040 INFO STEP 714 (remove_files) COMPLETE
69652026-06-08T20:36:34.893Z[ recovery-image] Jun 08 20:36:34.040 INFO O| Jun 08 20:36:34.040 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-06-08T20:36:34.898Z[ recovery-image] Jun 08 20:36:34.046 INFO O| Jun 08 20:36:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69672026-06-08T20:36:34.898Z[ recovery-image] Jun 08 20:36:34.046 INFO O| Jun 08 20:36:34.046 INFO STEP 715 (remove_files) COMPLETE
69682026-06-08T20:36:34.899Z[ recovery-image] Jun 08 20:36:34.046 INFO O| Jun 08 20:36:34.046 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-06-08T20:36:34.899Z[ recovery-image] Jun 08 20:36:34.053 INFO O| Jun 08 20:36:34.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69702026-06-08T20:36:34.903Z[ recovery-image] Jun 08 20:36:34.053 INFO O| Jun 08 20:36:34.053 INFO STEP 716 (remove_files) COMPLETE
69712026-06-08T20:36:34.903Z[ recovery-image] Jun 08 20:36:34.053 INFO O| Jun 08 20:36:34.053 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-06-08T20:36:34.912Z[ recovery-image] Jun 08 20:36:34.059 INFO O| Jun 08 20:36:34.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69732026-06-08T20:36:34.912Z[ recovery-image] Jun 08 20:36:34.060 INFO O| Jun 08 20:36:34.060 INFO STEP 717 (remove_files) COMPLETE
69742026-06-08T20:36:34.912Z[ recovery-image] Jun 08 20:36:34.060 INFO O| Jun 08 20:36:34.060 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-06-08T20:36:34.921Z[ recovery-image] Jun 08 20:36:34.069 INFO O| Jun 08 20:36:34.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69762026-06-08T20:36:34.921Z[ recovery-image] Jun 08 20:36:34.069 INFO O| Jun 08 20:36:34.069 INFO STEP 718 (remove_files) COMPLETE
69772026-06-08T20:36:34.921Z[ recovery-image] Jun 08 20:36:34.069 INFO O| Jun 08 20:36:34.069 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-06-08T20:36:34.926Z[ recovery-image] Jun 08 20:36:34.076 INFO O| Jun 08 20:36:34.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69792026-06-08T20:36:34.926Z[ recovery-image] Jun 08 20:36:34.077 INFO O| Jun 08 20:36:34.077 INFO STEP 719 (remove_files) COMPLETE
69802026-06-08T20:36:34.926Z[ recovery-image] Jun 08 20:36:34.077 INFO O| Jun 08 20:36:34.077 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-06-08T20:36:34.934Z[ recovery-image] Jun 08 20:36:34.083 INFO O| Jun 08 20:36:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69822026-06-08T20:36:34.934Z[ recovery-image] Jun 08 20:36:34.083 INFO O| Jun 08 20:36:34.083 INFO STEP 720 (remove_files) COMPLETE
69832026-06-08T20:36:34.934Z[ recovery-image] Jun 08 20:36:34.083 INFO O| Jun 08 20:36:34.083 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-06-08T20:36:34.942Z[ recovery-image] Jun 08 20:36:34.090 INFO O| Jun 08 20:36:34.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69852026-06-08T20:36:34.942Z[ recovery-image] Jun 08 20:36:34.090 INFO O| Jun 08 20:36:34.090 INFO STEP 721 (remove_files) COMPLETE
69862026-06-08T20:36:34.942Z[ recovery-image] Jun 08 20:36:34.090 INFO O| Jun 08 20:36:34.090 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-06-08T20:36:34.946Z[ recovery-image] Jun 08 20:36:34.097 INFO O| Jun 08 20:36:34.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69882026-06-08T20:36:34.946Z[ recovery-image] Jun 08 20:36:34.097 INFO O| Jun 08 20:36:34.097 INFO STEP 722 (remove_files) COMPLETE
69892026-06-08T20:36:34.949Z[ recovery-image] Jun 08 20:36:34.097 INFO O| Jun 08 20:36:34.097 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-06-08T20:36:34.955Z[ recovery-image] Jun 08 20:36:34.104 INFO O| Jun 08 20:36:34.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69912026-06-08T20:36:34.955Z[ recovery-image] Jun 08 20:36:34.104 INFO O| Jun 08 20:36:34.104 INFO STEP 723 (remove_files) COMPLETE
69922026-06-08T20:36:34.955Z[ recovery-image] Jun 08 20:36:34.104 INFO O| Jun 08 20:36:34.104 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-06-08T20:36:34.959Z[ recovery-image] Jun 08 20:36:34.110 INFO O| Jun 08 20:36:34.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69942026-06-08T20:36:34.959Z[ recovery-image] Jun 08 20:36:34.110 INFO O| Jun 08 20:36:34.110 INFO STEP 724 (remove_files) COMPLETE
69952026-06-08T20:36:34.959Z[ recovery-image] Jun 08 20:36:34.110 INFO O| Jun 08 20:36:34.110 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-06-08T20:36:34.965Z[ recovery-image] Jun 08 20:36:34.118 INFO O| Jun 08 20:36:34.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69972026-06-08T20:36:34.965Z[ recovery-image] Jun 08 20:36:34.118 INFO O| Jun 08 20:36:34.118 INFO STEP 725 (remove_files) COMPLETE
69982026-06-08T20:36:34.965Z[ recovery-image] Jun 08 20:36:34.118 INFO O| Jun 08 20:36:34.118 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-06-08T20:36:34.973Z[ recovery-image] Jun 08 20:36:34.128 INFO O| Jun 08 20:36:34.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70002026-06-08T20:36:34.978Z[ recovery-image] Jun 08 20:36:34.128 INFO O| Jun 08 20:36:34.128 INFO STEP 726 (remove_files) COMPLETE
70012026-06-08T20:36:34.978Z[ recovery-image] Jun 08 20:36:34.128 INFO O| Jun 08 20:36:34.128 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-06-08T20:36:34.985Z[ recovery-image] Jun 08 20:36:34.138 INFO O| Jun 08 20:36:34.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70032026-06-08T20:36:34.985Z[ recovery-image] Jun 08 20:36:34.138 INFO O| Jun 08 20:36:34.138 INFO STEP 727 (remove_files) COMPLETE
70042026-06-08T20:36:34.986Z[ recovery-image] Jun 08 20:36:34.138 INFO O| Jun 08 20:36:34.138 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-06-08T20:36:34.992Z[ recovery-image] Jun 08 20:36:34.147 INFO O| Jun 08 20:36:34.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70062026-06-08T20:36:34.998Z[ recovery-image] Jun 08 20:36:34.147 INFO O| Jun 08 20:36:34.147 INFO STEP 728 (remove_files) COMPLETE
70072026-06-08T20:36:34.998Z[ recovery-image] Jun 08 20:36:34.147 INFO O| Jun 08 20:36:34.147 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-06-08T20:36:35.005Z[ recovery-image] Jun 08 20:36:34.155 INFO O| Jun 08 20:36:34.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70092026-06-08T20:36:35.005Z[ recovery-image] Jun 08 20:36:34.155 INFO O| Jun 08 20:36:34.155 INFO STEP 729 (remove_files) COMPLETE
70102026-06-08T20:36:35.005Z[ recovery-image] Jun 08 20:36:34.155 INFO O| Jun 08 20:36:34.155 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-06-08T20:36:35.013Z[ recovery-image] Jun 08 20:36:34.164 INFO O| Jun 08 20:36:34.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70122026-06-08T20:36:35.013Z[ recovery-image] Jun 08 20:36:34.164 INFO O| Jun 08 20:36:34.164 INFO STEP 730 (remove_files) COMPLETE
70132026-06-08T20:36:35.013Z[ recovery-image] Jun 08 20:36:34.164 INFO O| Jun 08 20:36:34.164 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-06-08T20:36:35.022Z[ recovery-image] Jun 08 20:36:34.173 INFO O| Jun 08 20:36:34.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70152026-06-08T20:36:35.022Z[ recovery-image] Jun 08 20:36:34.173 INFO O| Jun 08 20:36:34.173 INFO STEP 731 (remove_files) COMPLETE
70162026-06-08T20:36:35.028Z[ recovery-image] Jun 08 20:36:34.173 INFO O| Jun 08 20:36:34.173 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-06-08T20:36:35.029Z[ recovery-image] Jun 08 20:36:34.181 INFO O| Jun 08 20:36:34.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70182026-06-08T20:36:35.033Z[ recovery-image] Jun 08 20:36:34.181 INFO O| Jun 08 20:36:34.181 INFO STEP 732 (remove_files) COMPLETE
70192026-06-08T20:36:35.033Z[ recovery-image] Jun 08 20:36:34.181 INFO O| Jun 08 20:36:34.181 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-06-08T20:36:35.042Z[ recovery-image] Jun 08 20:36:34.190 INFO O| Jun 08 20:36:34.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70212026-06-08T20:36:35.042Z[ recovery-image] Jun 08 20:36:34.190 INFO O| Jun 08 20:36:34.190 INFO STEP 733 (remove_files) COMPLETE
70222026-06-08T20:36:35.042Z[ recovery-image] Jun 08 20:36:34.190 INFO O| Jun 08 20:36:34.190 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-06-08T20:36:35.049Z[ recovery-image] Jun 08 20:36:34.198 INFO O| Jun 08 20:36:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70242026-06-08T20:36:35.049Z[ recovery-image] Jun 08 20:36:34.198 INFO O| Jun 08 20:36:34.198 INFO STEP 734 (remove_files) COMPLETE
70252026-06-08T20:36:35.049Z[ recovery-image] Jun 08 20:36:34.198 INFO O| Jun 08 20:36:34.198 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-06-08T20:36:35.055Z[ recovery-image] Jun 08 20:36:34.207 INFO O| Jun 08 20:36:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70272026-06-08T20:36:35.055Z[ recovery-image] Jun 08 20:36:34.207 INFO O| Jun 08 20:36:34.207 INFO STEP 735 (remove_files) COMPLETE
70282026-06-08T20:36:35.055Z[ recovery-image] Jun 08 20:36:34.207 INFO O| Jun 08 20:36:34.207 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-06-08T20:36:35.063Z[ recovery-image] Jun 08 20:36:34.215 INFO O| Jun 08 20:36:34.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70302026-06-08T20:36:35.063Z[ recovery-image] Jun 08 20:36:34.215 INFO O| Jun 08 20:36:34.215 INFO STEP 736 (remove_files) COMPLETE
70312026-06-08T20:36:35.068Z[ recovery-image] Jun 08 20:36:34.215 INFO O| Jun 08 20:36:34.215 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-06-08T20:36:35.072Z[ recovery-image] Jun 08 20:36:34.224 INFO O| Jun 08 20:36:34.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70332026-06-08T20:36:35.072Z[ recovery-image] Jun 08 20:36:34.224 INFO O| Jun 08 20:36:34.224 INFO STEP 737 (remove_files) COMPLETE
70342026-06-08T20:36:35.072Z[ recovery-image] Jun 08 20:36:34.224 INFO O| Jun 08 20:36:34.224 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-06-08T20:36:35.082Z[ recovery-image] Jun 08 20:36:34.232 INFO O| Jun 08 20:36:34.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70362026-06-08T20:36:35.082Z[ recovery-image] Jun 08 20:36:34.232 INFO O| Jun 08 20:36:34.232 INFO STEP 738 (remove_files) COMPLETE
70372026-06-08T20:36:35.088Z[ recovery-image] Jun 08 20:36:34.232 INFO O| Jun 08 20:36:34.232 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-06-08T20:36:35.089Z[ recovery-image] Jun 08 20:36:34.240 INFO O| Jun 08 20:36:34.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70392026-06-08T20:36:35.089Z[ recovery-image] Jun 08 20:36:34.240 INFO O| Jun 08 20:36:34.240 INFO STEP 739 (remove_files) COMPLETE
70402026-06-08T20:36:35.089Z[ recovery-image] Jun 08 20:36:34.240 INFO O| Jun 08 20:36:34.240 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-06-08T20:36:35.094Z[ recovery-image] Jun 08 20:36:34.248 INFO O| Jun 08 20:36:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70422026-06-08T20:36:35.094Z[ recovery-image] Jun 08 20:36:34.248 INFO O| Jun 08 20:36:34.248 INFO STEP 740 (remove_files) COMPLETE
70432026-06-08T20:36:35.094Z[ recovery-image] Jun 08 20:36:34.248 INFO O| Jun 08 20:36:34.248 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-06-08T20:36:35.105Z[ recovery-image] Jun 08 20:36:34.256 INFO O| Jun 08 20:36:34.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70452026-06-08T20:36:35.107Z[ recovery-image] Jun 08 20:36:34.256 INFO O| Jun 08 20:36:34.256 INFO STEP 741 (remove_files) COMPLETE
70462026-06-08T20:36:35.113Z[ recovery-image] Jun 08 20:36:34.256 INFO O| Jun 08 20:36:34.256 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-06-08T20:36:35.113Z[ recovery-image] Jun 08 20:36:34.264 INFO O| Jun 08 20:36:34.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70482026-06-08T20:36:35.113Z[ recovery-image] Jun 08 20:36:34.264 INFO O| Jun 08 20:36:34.264 INFO STEP 742 (remove_files) COMPLETE
70492026-06-08T20:36:35.114Z[ recovery-image] Jun 08 20:36:34.264 INFO O| Jun 08 20:36:34.264 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-06-08T20:36:35.121Z[ recovery-image] Jun 08 20:36:34.275 INFO O| Jun 08 20:36:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70512026-06-08T20:36:35.121Z[ recovery-image] Jun 08 20:36:34.275 INFO O| Jun 08 20:36:34.275 INFO STEP 743 (remove_files) COMPLETE
70522026-06-08T20:36:35.121Z[ recovery-image] Jun 08 20:36:34.275 INFO O| Jun 08 20:36:34.275 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-06-08T20:36:35.129Z[ recovery-image] Jun 08 20:36:34.284 INFO O| Jun 08 20:36:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70542026-06-08T20:36:35.129Z[ recovery-image] Jun 08 20:36:34.284 INFO O| Jun 08 20:36:34.284 INFO STEP 744 (remove_files) COMPLETE
70552026-06-08T20:36:35.130Z[ recovery-image] Jun 08 20:36:34.284 INFO O| Jun 08 20:36:34.284 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-06-08T20:36:35.137Z[ recovery-image] Jun 08 20:36:34.292 INFO O| Jun 08 20:36:34.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70572026-06-08T20:36:35.138Z[ recovery-image] Jun 08 20:36:34.292 INFO O| Jun 08 20:36:34.292 INFO STEP 745 (remove_files) COMPLETE
70582026-06-08T20:36:35.143Z[ recovery-image] Jun 08 20:36:34.292 INFO O| Jun 08 20:36:34.292 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-06-08T20:36:35.149Z[ recovery-image] Jun 08 20:36:34.300 INFO O| Jun 08 20:36:34.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70602026-06-08T20:36:35.152Z[ recovery-image] Jun 08 20:36:34.300 INFO O| Jun 08 20:36:34.300 INFO STEP 746 (remove_files) COMPLETE
70612026-06-08T20:36:35.152Z[ recovery-image] Jun 08 20:36:34.300 INFO O| Jun 08 20:36:34.300 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-06-08T20:36:35.163Z[ recovery-image] Jun 08 20:36:34.309 INFO O| Jun 08 20:36:34.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70632026-06-08T20:36:35.163Z[ recovery-image] Jun 08 20:36:34.309 INFO O| Jun 08 20:36:34.309 INFO STEP 747 (remove_files) COMPLETE
70642026-06-08T20:36:35.163Z[ recovery-image] Jun 08 20:36:34.309 INFO O| Jun 08 20:36:34.309 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-06-08T20:36:35.169Z[ recovery-image] Jun 08 20:36:34.317 INFO O| Jun 08 20:36:34.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70662026-06-08T20:36:35.169Z[ recovery-image] Jun 08 20:36:34.317 INFO O| Jun 08 20:36:34.317 INFO STEP 748 (remove_files) COMPLETE
70672026-06-08T20:36:35.169Z[ recovery-image] Jun 08 20:36:34.317 INFO O| Jun 08 20:36:34.317 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-06-08T20:36:35.176Z[ recovery-image] Jun 08 20:36:34.328 INFO O| Jun 08 20:36:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70692026-06-08T20:36:35.176Z[ recovery-image] Jun 08 20:36:34.329 INFO O| Jun 08 20:36:34.329 INFO STEP 749 (remove_files) COMPLETE
70702026-06-08T20:36:35.176Z[ recovery-image] Jun 08 20:36:34.329 INFO O| Jun 08 20:36:34.329 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-06-08T20:36:35.188Z[ recovery-image] Jun 08 20:36:34.337 INFO O| Jun 08 20:36:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70722026-06-08T20:36:35.188Z[ recovery-image] Jun 08 20:36:34.337 INFO O| Jun 08 20:36:34.337 INFO STEP 750 (remove_files) COMPLETE
70732026-06-08T20:36:35.188Z[ recovery-image] Jun 08 20:36:34.337 INFO O| Jun 08 20:36:34.337 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-06-08T20:36:35.192Z[ recovery-image] Jun 08 20:36:34.345 INFO O| Jun 08 20:36:34.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70752026-06-08T20:36:35.193Z[ recovery-image] Jun 08 20:36:34.345 INFO O| Jun 08 20:36:34.345 INFO STEP 751 (remove_files) COMPLETE
70762026-06-08T20:36:35.193Z[ recovery-image] Jun 08 20:36:34.345 INFO O| Jun 08 20:36:34.345 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-06-08T20:36:35.203Z[ recovery-image] Jun 08 20:36:34.354 INFO O| Jun 08 20:36:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70782026-06-08T20:36:35.203Z[ recovery-image] Jun 08 20:36:34.354 INFO O| Jun 08 20:36:34.354 INFO STEP 752 (remove_files) COMPLETE
70792026-06-08T20:36:35.203Z[ recovery-image] Jun 08 20:36:34.354 INFO O| Jun 08 20:36:34.354 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-06-08T20:36:35.209Z[ recovery-image] Jun 08 20:36:34.362 INFO O| Jun 08 20:36:34.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70812026-06-08T20:36:35.209Z[ recovery-image] Jun 08 20:36:34.363 INFO O| Jun 08 20:36:34.362 INFO STEP 753 (remove_files) COMPLETE
70822026-06-08T20:36:35.209Z[ recovery-image] Jun 08 20:36:34.363 INFO O| Jun 08 20:36:34.363 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-06-08T20:36:35.216Z[ recovery-image] Jun 08 20:36:34.371 INFO O| Jun 08 20:36:34.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70842026-06-08T20:36:35.216Z[ recovery-image] Jun 08 20:36:34.371 INFO O| Jun 08 20:36:34.371 INFO STEP 754 (remove_files) COMPLETE
70852026-06-08T20:36:35.216Z[ recovery-image] Jun 08 20:36:34.371 INFO O| Jun 08 20:36:34.371 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-06-08T20:36:35.228Z[ recovery-image] Jun 08 20:36:34.380 INFO O| Jun 08 20:36:34.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70872026-06-08T20:36:35.228Z[ recovery-image] Jun 08 20:36:34.380 INFO O| Jun 08 20:36:34.380 INFO STEP 755 (remove_files) COMPLETE
70882026-06-08T20:36:35.228Z[ recovery-image] Jun 08 20:36:34.380 INFO O| Jun 08 20:36:34.380 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-06-08T20:36:35.236Z[ recovery-image] Jun 08 20:36:34.390 INFO O| Jun 08 20:36:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70902026-06-08T20:36:35.236Z[ recovery-image] Jun 08 20:36:34.391 INFO O| Jun 08 20:36:34.390 INFO STEP 756 (remove_files) COMPLETE
70912026-06-08T20:36:35.245Z[ recovery-image] Jun 08 20:36:34.391 INFO O| Jun 08 20:36:34.390 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-06-08T20:36:35.259Z[ recovery-image] Jun 08 20:36:34.401 INFO O| Jun 08 20:36:34.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70932026-06-08T20:36:35.259Z[ recovery-image] Jun 08 20:36:34.401 INFO O| Jun 08 20:36:34.401 INFO STEP 757 (remove_files) COMPLETE
70942026-06-08T20:36:35.259Z[ recovery-image] Jun 08 20:36:34.401 INFO O| Jun 08 20:36:34.401 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-06-08T20:36:35.263Z[ recovery-image] Jun 08 20:36:34.410 INFO O| Jun 08 20:36:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70962026-06-08T20:36:35.263Z[ recovery-image] Jun 08 20:36:34.411 INFO O| Jun 08 20:36:34.411 INFO STEP 758 (remove_files) COMPLETE
70972026-06-08T20:36:35.263Z[ recovery-image] Jun 08 20:36:34.411 INFO O| Jun 08 20:36:34.411 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-06-08T20:36:35.279Z[ recovery-image] Jun 08 20:36:34.420 INFO O| Jun 08 20:36:34.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70992026-06-08T20:36:35.279Z[ recovery-image] Jun 08 20:36:34.420 INFO O| Jun 08 20:36:34.420 INFO STEP 759 (remove_files) COMPLETE
71002026-06-08T20:36:35.281Z[ recovery-image] Jun 08 20:36:34.420 INFO O| Jun 08 20:36:34.420 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-06-08T20:36:35.281Z[ recovery-image] Jun 08 20:36:34.429 INFO O| Jun 08 20:36:34.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71022026-06-08T20:36:35.281Z[ recovery-image] Jun 08 20:36:34.429 INFO O| Jun 08 20:36:34.429 INFO STEP 760 (remove_files) COMPLETE
71032026-06-08T20:36:35.281Z[ recovery-image] Jun 08 20:36:34.429 INFO O| Jun 08 20:36:34.429 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-06-08T20:36:35.291Z[ recovery-image] Jun 08 20:36:34.439 INFO O| Jun 08 20:36:34.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71052026-06-08T20:36:35.291Z[ recovery-image] Jun 08 20:36:34.439 INFO O| Jun 08 20:36:34.439 INFO STEP 761 (remove_files) COMPLETE
71062026-06-08T20:36:35.291Z[ recovery-image] Jun 08 20:36:34.439 INFO O| Jun 08 20:36:34.439 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-06-08T20:36:35.307Z[ recovery-image] Jun 08 20:36:34.448 INFO O| Jun 08 20:36:34.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71082026-06-08T20:36:35.307Z[ recovery-image] Jun 08 20:36:34.448 INFO O| Jun 08 20:36:34.448 INFO STEP 762 (remove_files) COMPLETE
71092026-06-08T20:36:35.307Z[ recovery-image] Jun 08 20:36:34.448 INFO O| Jun 08 20:36:34.448 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.457 INFO O| Jun 08 20:36:34.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71112026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.457 INFO O| Jun 08 20:36:34.457 INFO STEP 763 (remove_files) COMPLETE
71122026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.457 INFO O| Jun 08 20:36:34.457 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.466 INFO O| Jun 08 20:36:34.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71142026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.466 INFO O| Jun 08 20:36:34.466 INFO STEP 764 (remove_files) COMPLETE
71152026-06-08T20:36:35.317Z[ recovery-image] Jun 08 20:36:34.466 INFO O| Jun 08 20:36:34.466 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-06-08T20:36:35.327Z[ recovery-image] Jun 08 20:36:34.475 INFO O| Jun 08 20:36:34.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71172026-06-08T20:36:35.327Z[ recovery-image] Jun 08 20:36:34.475 INFO O| Jun 08 20:36:34.475 INFO STEP 765 (remove_files) COMPLETE
71182026-06-08T20:36:35.327Z[ recovery-image] Jun 08 20:36:34.475 INFO O| Jun 08 20:36:34.475 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-06-08T20:36:35.339Z[ recovery-image] Jun 08 20:36:34.484 INFO O| Jun 08 20:36:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71202026-06-08T20:36:35.339Z[ recovery-image] Jun 08 20:36:34.484 INFO O| Jun 08 20:36:34.484 INFO STEP 766 (remove_files) COMPLETE
71212026-06-08T20:36:35.344Z[ recovery-image] Jun 08 20:36:34.484 INFO O| Jun 08 20:36:34.484 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.493 INFO O| Jun 08 20:36:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71232026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.493 INFO O| Jun 08 20:36:34.493 INFO STEP 767 (remove_files) COMPLETE
71242026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.493 INFO O| Jun 08 20:36:34.493 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.501 INFO O| Jun 08 20:36:34.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71262026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.501 INFO O| Jun 08 20:36:34.501 INFO STEP 768 (remove_files) COMPLETE
71272026-06-08T20:36:35.360Z[ recovery-image] Jun 08 20:36:34.501 INFO O| Jun 08 20:36:34.501 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-06-08T20:36:35.372Z[ recovery-image] Jun 08 20:36:34.513 INFO O| Jun 08 20:36:34.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71292026-06-08T20:36:35.372Z[ recovery-image] Jun 08 20:36:34.513 INFO O| Jun 08 20:36:34.513 INFO STEP 769 (remove_files) COMPLETE
71302026-06-08T20:36:35.372Z[ recovery-image] Jun 08 20:36:34.513 INFO O| Jun 08 20:36:34.513 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.520 INFO O| Jun 08 20:36:34.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71322026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.520 INFO O| Jun 08 20:36:34.520 INFO STEP 770 (remove_files) COMPLETE
71332026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.520 INFO O| Jun 08 20:36:34.520 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.527 INFO O| Jun 08 20:36:34.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71352026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.528 INFO O| Jun 08 20:36:34.528 INFO STEP 771 (remove_files) COMPLETE
71362026-06-08T20:36:35.378Z[ recovery-image] Jun 08 20:36:34.528 INFO O| Jun 08 20:36:34.528 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-06-08T20:36:35.385Z[ recovery-image] Jun 08 20:36:34.534 INFO O| Jun 08 20:36:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71382026-06-08T20:36:35.385Z[ recovery-image] Jun 08 20:36:34.534 INFO O| Jun 08 20:36:34.534 INFO STEP 772 (remove_files) COMPLETE
71392026-06-08T20:36:35.385Z[ recovery-image] Jun 08 20:36:34.534 INFO O| Jun 08 20:36:34.534 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-06-08T20:36:35.393Z[ recovery-image] Jun 08 20:36:34.541 INFO O| Jun 08 20:36:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71412026-06-08T20:36:35.393Z[ recovery-image] Jun 08 20:36:34.541 INFO O| Jun 08 20:36:34.541 INFO STEP 773 (remove_files) COMPLETE
71422026-06-08T20:36:35.393Z[ recovery-image] Jun 08 20:36:34.541 INFO O| Jun 08 20:36:34.541 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-06-08T20:36:35.399Z[ recovery-image] Jun 08 20:36:34.547 INFO O| Jun 08 20:36:34.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71442026-06-08T20:36:35.399Z[ recovery-image] Jun 08 20:36:34.547 INFO O| Jun 08 20:36:34.547 INFO STEP 774 (remove_files) COMPLETE
71452026-06-08T20:36:35.399Z[ recovery-image] Jun 08 20:36:34.547 INFO O| Jun 08 20:36:34.547 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-06-08T20:36:35.404Z[ recovery-image] Jun 08 20:36:34.554 INFO O| Jun 08 20:36:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71472026-06-08T20:36:35.404Z[ recovery-image] Jun 08 20:36:34.554 INFO O| Jun 08 20:36:34.554 INFO STEP 775 (remove_files) COMPLETE
71482026-06-08T20:36:35.404Z[ recovery-image] Jun 08 20:36:34.554 INFO O| Jun 08 20:36:34.554 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-06-08T20:36:35.408Z[ recovery-image] Jun 08 20:36:34.560 INFO O| Jun 08 20:36:34.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71502026-06-08T20:36:35.408Z[ recovery-image] Jun 08 20:36:34.560 INFO O| Jun 08 20:36:34.560 INFO STEP 776 (remove_files) COMPLETE
71512026-06-08T20:36:35.408Z[ recovery-image] Jun 08 20:36:34.560 INFO O| Jun 08 20:36:34.560 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-06-08T20:36:35.415Z[ recovery-image] Jun 08 20:36:34.567 INFO O| Jun 08 20:36:34.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71532026-06-08T20:36:35.415Z[ recovery-image] Jun 08 20:36:34.567 INFO O| Jun 08 20:36:34.567 INFO STEP 777 (remove_files) COMPLETE
71542026-06-08T20:36:35.415Z[ recovery-image] Jun 08 20:36:34.567 INFO O| Jun 08 20:36:34.567 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-06-08T20:36:35.424Z[ recovery-image] Jun 08 20:36:34.573 INFO O| Jun 08 20:36:34.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71562026-06-08T20:36:35.424Z[ recovery-image] Jun 08 20:36:34.573 INFO O| Jun 08 20:36:34.573 INFO STEP 778 (remove_files) COMPLETE
71572026-06-08T20:36:35.424Z[ recovery-image] Jun 08 20:36:34.573 INFO O| Jun 08 20:36:34.573 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-06-08T20:36:35.438Z[ recovery-image] Jun 08 20:36:34.580 INFO O| Jun 08 20:36:34.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71592026-06-08T20:36:35.438Z[ recovery-image] Jun 08 20:36:34.580 INFO O| Jun 08 20:36:34.580 INFO STEP 779 (remove_files) COMPLETE
71602026-06-08T20:36:35.438Z[ recovery-image] Jun 08 20:36:34.580 INFO O| Jun 08 20:36:34.580 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-06-08T20:36:35.447Z[ recovery-image] Jun 08 20:36:34.586 INFO O| Jun 08 20:36:34.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71622026-06-08T20:36:35.449Z[ recovery-image] Jun 08 20:36:34.586 INFO O| Jun 08 20:36:34.586 INFO STEP 780 (remove_files) COMPLETE
71632026-06-08T20:36:35.449Z[ recovery-image] Jun 08 20:36:34.586 INFO O| Jun 08 20:36:34.586 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-06-08T20:36:35.449Z[ recovery-image] Jun 08 20:36:34.593 INFO O| Jun 08 20:36:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71652026-06-08T20:36:35.449Z[ recovery-image] Jun 08 20:36:34.594 INFO O| Jun 08 20:36:34.594 INFO STEP 781 (remove_files) COMPLETE
71662026-06-08T20:36:35.449Z[ recovery-image] Jun 08 20:36:34.594 INFO O| Jun 08 20:36:34.594 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.601 INFO O| Jun 08 20:36:34.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71682026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.601 INFO O| Jun 08 20:36:34.601 INFO STEP 782 (remove_files) COMPLETE
71692026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.601 INFO O| Jun 08 20:36:34.601 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.607 INFO O| Jun 08 20:36:34.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71712026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.607 INFO O| Jun 08 20:36:34.607 INFO STEP 783 (remove_files) COMPLETE
71722026-06-08T20:36:35.459Z[ recovery-image] Jun 08 20:36:34.607 INFO O| Jun 08 20:36:34.607 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-06-08T20:36:35.462Z[ recovery-image] Jun 08 20:36:34.615 INFO O| Jun 08 20:36:34.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71742026-06-08T20:36:35.462Z[ recovery-image] Jun 08 20:36:34.615 INFO O| Jun 08 20:36:34.615 INFO STEP 784 (remove_files) COMPLETE
71752026-06-08T20:36:35.462Z[ recovery-image] Jun 08 20:36:34.615 INFO O| Jun 08 20:36:34.615 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-06-08T20:36:35.470Z[ recovery-image] Jun 08 20:36:34.621 INFO O| Jun 08 20:36:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71772026-06-08T20:36:35.470Z[ recovery-image] Jun 08 20:36:34.621 INFO O| Jun 08 20:36:34.621 INFO STEP 785 (remove_files) COMPLETE
71782026-06-08T20:36:35.470Z[ recovery-image] Jun 08 20:36:34.621 INFO O| Jun 08 20:36:34.621 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-06-08T20:36:35.486Z[ recovery-image] Jun 08 20:36:34.628 INFO O| Jun 08 20:36:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71802026-06-08T20:36:35.486Z[ recovery-image] Jun 08 20:36:34.628 INFO O| Jun 08 20:36:34.628 INFO STEP 786 (remove_files) COMPLETE
71812026-06-08T20:36:35.486Z[ recovery-image] Jun 08 20:36:34.628 INFO O| Jun 08 20:36:34.628 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-06-08T20:36:35.494Z[ recovery-image] Jun 08 20:36:34.635 INFO O| Jun 08 20:36:34.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71832026-06-08T20:36:35.494Z[ recovery-image] Jun 08 20:36:34.635 INFO O| Jun 08 20:36:34.635 INFO STEP 787 (remove_files) COMPLETE
71842026-06-08T20:36:35.494Z[ recovery-image] Jun 08 20:36:34.635 INFO O| Jun 08 20:36:34.635 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-06-08T20:36:35.494Z[ recovery-image] Jun 08 20:36:34.641 INFO O| Jun 08 20:36:34.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71862026-06-08T20:36:35.494Z[ recovery-image] Jun 08 20:36:34.641 INFO O| Jun 08 20:36:34.641 INFO STEP 788 (remove_files) COMPLETE
71872026-06-08T20:36:35.497Z[ recovery-image] Jun 08 20:36:34.641 INFO O| Jun 08 20:36:34.641 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-06-08T20:36:35.502Z[ recovery-image] Jun 08 20:36:34.648 INFO O| Jun 08 20:36:34.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71892026-06-08T20:36:35.502Z[ recovery-image] Jun 08 20:36:34.648 INFO O| Jun 08 20:36:34.648 INFO STEP 789 (remove_files) COMPLETE
71902026-06-08T20:36:35.502Z[ recovery-image] Jun 08 20:36:34.648 INFO O| Jun 08 20:36:34.648 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-06-08T20:36:35.502Z[ recovery-image] Jun 08 20:36:34.654 INFO O| Jun 08 20:36:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71922026-06-08T20:36:35.502Z[ recovery-image] Jun 08 20:36:34.654 INFO O| Jun 08 20:36:34.654 INFO STEP 790 (remove_files) COMPLETE
71932026-06-08T20:36:35.503Z[ recovery-image] Jun 08 20:36:34.654 INFO O| Jun 08 20:36:34.654 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-06-08T20:36:35.507Z[ recovery-image] Jun 08 20:36:34.661 INFO O| Jun 08 20:36:34.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71952026-06-08T20:36:35.507Z[ recovery-image] Jun 08 20:36:34.661 INFO O| Jun 08 20:36:34.661 INFO STEP 791 (remove_files) COMPLETE
71962026-06-08T20:36:35.507Z[ recovery-image] Jun 08 20:36:34.661 INFO O| Jun 08 20:36:34.661 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-06-08T20:36:35.513Z[ recovery-image] Jun 08 20:36:34.668 INFO O| Jun 08 20:36:34.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71982026-06-08T20:36:35.524Z[ recovery-image] Jun 08 20:36:34.668 INFO O| Jun 08 20:36:34.668 INFO STEP 792 (remove_files) COMPLETE
71992026-06-08T20:36:35.524Z[ recovery-image] Jun 08 20:36:34.668 INFO O| Jun 08 20:36:34.668 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-06-08T20:36:35.540Z[ recovery-image] Jun 08 20:36:34.675 INFO O| Jun 08 20:36:34.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72012026-06-08T20:36:35.541Z[ recovery-image] Jun 08 20:36:34.675 INFO O| Jun 08 20:36:34.675 INFO STEP 793 (remove_files) COMPLETE
72022026-06-08T20:36:35.541Z[ recovery-image] Jun 08 20:36:34.675 INFO O| Jun 08 20:36:34.675 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-06-08T20:36:35.541Z[ recovery-image] Jun 08 20:36:34.682 INFO O| Jun 08 20:36:34.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72042026-06-08T20:36:35.541Z[ recovery-image] Jun 08 20:36:34.682 INFO O| Jun 08 20:36:34.682 INFO STEP 794 (remove_files) COMPLETE
72052026-06-08T20:36:35.541Z[ recovery-image] Jun 08 20:36:34.682 INFO O| Jun 08 20:36:34.682 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.689 INFO O| Jun 08 20:36:34.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72072026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.689 INFO O| Jun 08 20:36:34.689 INFO STEP 795 (remove_files) COMPLETE
72082026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.689 INFO O| Jun 08 20:36:34.689 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.696 INFO O| Jun 08 20:36:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72102026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.696 INFO O| Jun 08 20:36:34.696 INFO STEP 796 (remove_files) COMPLETE
72112026-06-08T20:36:35.553Z[ recovery-image] Jun 08 20:36:34.696 INFO O| Jun 08 20:36:34.696 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-06-08T20:36:35.558Z[ recovery-image] Jun 08 20:36:34.702 INFO O| Jun 08 20:36:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72132026-06-08T20:36:35.558Z[ recovery-image] Jun 08 20:36:34.702 INFO O| Jun 08 20:36:34.702 INFO STEP 797 (remove_files) COMPLETE
72142026-06-08T20:36:35.559Z[ recovery-image] Jun 08 20:36:34.702 INFO O| Jun 08 20:36:34.702 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-06-08T20:36:35.560Z[ recovery-image] Jun 08 20:36:34.707 INFO O| Jun 08 20:36:34.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72162026-06-08T20:36:35.560Z[ recovery-image] Jun 08 20:36:34.707 INFO O| Jun 08 20:36:34.707 INFO STEP 798 (remove_files) COMPLETE
72172026-06-08T20:36:35.560Z[ recovery-image] Jun 08 20:36:34.707 INFO O| Jun 08 20:36:34.707 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.712 INFO O| Jun 08 20:36:34.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72192026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.712 INFO O| Jun 08 20:36:34.712 INFO STEP 799 (remove_files) COMPLETE
72202026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.712 INFO O| Jun 08 20:36:34.712 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.718 INFO O| Jun 08 20:36:34.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72222026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.718 INFO O| Jun 08 20:36:34.718 INFO STEP 800 (remove_files) COMPLETE
72232026-06-08T20:36:35.567Z[ recovery-image] Jun 08 20:36:34.718 INFO O| Jun 08 20:36:34.718 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-06-08T20:36:35.574Z[ recovery-image] Jun 08 20:36:34.723 INFO O| Jun 08 20:36:34.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72252026-06-08T20:36:35.574Z[ recovery-image] Jun 08 20:36:34.723 INFO O| Jun 08 20:36:34.723 INFO STEP 801 (remove_files) COMPLETE
72262026-06-08T20:36:35.574Z[ recovery-image] Jun 08 20:36:34.723 INFO O| Jun 08 20:36:34.723 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-06-08T20:36:35.578Z[ recovery-image] Jun 08 20:36:34.729 INFO O| Jun 08 20:36:34.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72282026-06-08T20:36:35.578Z[ recovery-image] Jun 08 20:36:34.729 INFO O| Jun 08 20:36:34.729 INFO STEP 802 (remove_files) COMPLETE
72292026-06-08T20:36:35.578Z[ recovery-image] Jun 08 20:36:34.729 INFO O| Jun 08 20:36:34.729 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-06-08T20:36:35.583Z[ recovery-image] Jun 08 20:36:34.736 INFO O| Jun 08 20:36:34.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72312026-06-08T20:36:35.583Z[ recovery-image] Jun 08 20:36:34.736 INFO O| Jun 08 20:36:34.736 INFO STEP 803 (remove_files) COMPLETE
72322026-06-08T20:36:35.583Z[ recovery-image] Jun 08 20:36:34.736 INFO O| Jun 08 20:36:34.736 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-06-08T20:36:35.633Z[ recovery-image] Jun 08 20:36:34.741 INFO O| Jun 08 20:36:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72342026-06-08T20:36:35.633Z[ recovery-image] Jun 08 20:36:34.741 INFO O| Jun 08 20:36:34.741 INFO STEP 804 (remove_files) COMPLETE
72352026-06-08T20:36:35.633Z[ recovery-image] Jun 08 20:36:34.741 INFO O| Jun 08 20:36:34.741 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.746 INFO O| Jun 08 20:36:34.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72372026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.746 INFO O| Jun 08 20:36:34.746 INFO STEP 805 (remove_files) COMPLETE
72382026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.746 INFO O| Jun 08 20:36:34.746 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.752 INFO O| Jun 08 20:36:34.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72402026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.752 INFO O| Jun 08 20:36:34.752 INFO STEP 806 (remove_files) COMPLETE
72412026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.752 INFO O| Jun 08 20:36:34.752 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.758 INFO O| Jun 08 20:36:34.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72432026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.759 INFO O| Jun 08 20:36:34.759 INFO STEP 807 (remove_files) COMPLETE
72442026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.759 INFO O| Jun 08 20:36:34.759 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.764 INFO O| Jun 08 20:36:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72462026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.765 INFO O| Jun 08 20:36:34.765 INFO STEP 808 (remove_files) COMPLETE
72472026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.765 INFO O| Jun 08 20:36:34.765 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.771 INFO O| Jun 08 20:36:34.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72492026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.771 INFO O| Jun 08 20:36:34.771 INFO STEP 809 (remove_files) COMPLETE
72502026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.771 INFO O| Jun 08 20:36:34.771 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-06-08T20:36:35.658Z[ recovery-image] Jun 08 20:36:34.777 INFO O| Jun 08 20:36:34.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72522026-06-08T20:36:35.659Z[ recovery-image] Jun 08 20:36:34.777 INFO O| Jun 08 20:36:34.777 INFO STEP 810 (remove_files) COMPLETE
72532026-06-08T20:36:35.659Z[ recovery-image] Jun 08 20:36:34.777 INFO O| Jun 08 20:36:34.777 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-06-08T20:36:35.659Z[ recovery-image] Jun 08 20:36:34.782 INFO O| Jun 08 20:36:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72552026-06-08T20:36:35.659Z[ recovery-image] Jun 08 20:36:34.782 INFO O| Jun 08 20:36:34.782 INFO STEP 811 (remove_files) COMPLETE
72562026-06-08T20:36:35.663Z[ recovery-image] Jun 08 20:36:34.782 INFO O| Jun 08 20:36:34.782 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-06-08T20:36:35.663Z[ recovery-image] Jun 08 20:36:34.787 INFO O| Jun 08 20:36:34.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72582026-06-08T20:36:35.663Z[ recovery-image] Jun 08 20:36:34.787 INFO O| Jun 08 20:36:34.787 INFO STEP 812 (remove_files) COMPLETE
72592026-06-08T20:36:35.663Z[ recovery-image] Jun 08 20:36:34.787 INFO O| Jun 08 20:36:34.787 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-06-08T20:36:35.686Z[ recovery-image] Jun 08 20:36:34.792 INFO O| Jun 08 20:36:34.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72612026-06-08T20:36:35.686Z[ recovery-image] Jun 08 20:36:34.792 INFO O| Jun 08 20:36:34.792 INFO STEP 813 (remove_files) COMPLETE
72622026-06-08T20:36:35.686Z[ recovery-image] Jun 08 20:36:34.792 INFO O| Jun 08 20:36:34.792 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-06-08T20:36:35.686Z[ recovery-image] Jun 08 20:36:34.798 INFO O| Jun 08 20:36:34.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72642026-06-08T20:36:35.687Z[ recovery-image] Jun 08 20:36:34.798 INFO O| Jun 08 20:36:34.798 INFO STEP 814 (remove_files) COMPLETE
72652026-06-08T20:36:35.687Z[ recovery-image] Jun 08 20:36:34.798 INFO O| Jun 08 20:36:34.798 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-06-08T20:36:35.687Z[ recovery-image] Jun 08 20:36:34.803 INFO O| Jun 08 20:36:34.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72672026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.803 INFO O| Jun 08 20:36:34.803 INFO STEP 815 (remove_files) COMPLETE
72682026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.803 INFO O| Jun 08 20:36:34.803 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.810 INFO O| Jun 08 20:36:34.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72702026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.810 INFO O| Jun 08 20:36:34.810 INFO STEP 816 (remove_files) COMPLETE
72712026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.810 INFO O| Jun 08 20:36:34.810 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.816 INFO O| Jun 08 20:36:34.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72732026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.816 INFO O| Jun 08 20:36:34.816 INFO STEP 817 (remove_files) COMPLETE
72742026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.816 INFO O| Jun 08 20:36:34.816 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.821 INFO O| Jun 08 20:36:34.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72762026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.821 INFO O| Jun 08 20:36:34.821 INFO STEP 818 (remove_files) COMPLETE
72772026-06-08T20:36:35.688Z[ recovery-image] Jun 08 20:36:34.821 INFO O| Jun 08 20:36:34.821 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-06-08T20:36:35.693Z[ recovery-image] Jun 08 20:36:34.828 INFO O| Jun 08 20:36:34.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72792026-06-08T20:36:35.693Z[ recovery-image] Jun 08 20:36:34.828 INFO O| Jun 08 20:36:34.828 INFO STEP 819 (remove_files) COMPLETE
72802026-06-08T20:36:35.693Z[ recovery-image] Jun 08 20:36:34.828 INFO O| Jun 08 20:36:34.828 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-06-08T20:36:35.693Z[ recovery-image] Jun 08 20:36:34.834 INFO O| Jun 08 20:36:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72822026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.834 INFO O| Jun 08 20:36:34.834 INFO STEP 820 (remove_files) COMPLETE
72832026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.834 INFO O| Jun 08 20:36:34.834 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.839 INFO O| Jun 08 20:36:34.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72852026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.839 INFO O| Jun 08 20:36:34.839 INFO STEP 821 (remove_files) COMPLETE
72862026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.839 INFO O| Jun 08 20:36:34.839 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.844 INFO O| Jun 08 20:36:34.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72882026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.844 INFO O| Jun 08 20:36:34.844 INFO STEP 822 (remove_files) COMPLETE
72892026-06-08T20:36:35.696Z[ recovery-image] Jun 08 20:36:34.844 INFO O| Jun 08 20:36:34.844 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-06-08T20:36:35.701Z[ recovery-image] Jun 08 20:36:34.849 INFO O| Jun 08 20:36:34.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72912026-06-08T20:36:35.701Z[ recovery-image] Jun 08 20:36:34.849 INFO O| Jun 08 20:36:34.849 INFO STEP 823 (remove_files) COMPLETE
72922026-06-08T20:36:35.703Z[ recovery-image] Jun 08 20:36:34.849 INFO O| Jun 08 20:36:34.849 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-06-08T20:36:35.703Z[ recovery-image] Jun 08 20:36:34.854 INFO O| Jun 08 20:36:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72942026-06-08T20:36:35.703Z[ recovery-image] Jun 08 20:36:34.855 INFO O| Jun 08 20:36:34.854 INFO STEP 824 (remove_files) COMPLETE
72952026-06-08T20:36:35.703Z[ recovery-image] Jun 08 20:36:34.855 INFO O| Jun 08 20:36:34.855 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-06-08T20:36:35.712Z[ recovery-image] Jun 08 20:36:34.860 INFO O| Jun 08 20:36:34.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72972026-06-08T20:36:35.712Z[ recovery-image] Jun 08 20:36:34.860 INFO O| Jun 08 20:36:34.860 INFO STEP 825 (remove_files) COMPLETE
72982026-06-08T20:36:35.712Z[ recovery-image] Jun 08 20:36:34.860 INFO O| Jun 08 20:36:34.860 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-06-08T20:36:35.721Z[ recovery-image] Jun 08 20:36:34.865 INFO O| Jun 08 20:36:34.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73002026-06-08T20:36:35.721Z[ recovery-image] Jun 08 20:36:34.865 INFO O| Jun 08 20:36:34.865 INFO STEP 826 (remove_files) COMPLETE
73012026-06-08T20:36:35.722Z[ recovery-image] Jun 08 20:36:34.865 INFO O| Jun 08 20:36:34.865 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-06-08T20:36:35.722Z[ recovery-image] Jun 08 20:36:34.870 INFO O| Jun 08 20:36:34.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73032026-06-08T20:36:35.722Z[ recovery-image] Jun 08 20:36:34.870 INFO O| Jun 08 20:36:34.870 INFO STEP 827 (remove_files) COMPLETE
73042026-06-08T20:36:35.722Z[ recovery-image] Jun 08 20:36:34.870 INFO O| Jun 08 20:36:34.870 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-06-08T20:36:35.788Z[ recovery-image] Jun 08 20:36:34.875 INFO O| Jun 08 20:36:34.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73062026-06-08T20:36:35.788Z[ recovery-image] Jun 08 20:36:34.875 INFO O| Jun 08 20:36:34.875 INFO STEP 828 (remove_files) COMPLETE
73072026-06-08T20:36:35.789Z[ recovery-image] Jun 08 20:36:34.875 INFO O| Jun 08 20:36:34.875 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-06-08T20:36:35.789Z[ recovery-image] Jun 08 20:36:34.880 INFO O| Jun 08 20:36:34.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73092026-06-08T20:36:35.789Z[ recovery-image] Jun 08 20:36:34.880 INFO O| Jun 08 20:36:34.880 INFO STEP 829 (remove_files) COMPLETE
73102026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.880 INFO O| Jun 08 20:36:34.880 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.885 INFO O| Jun 08 20:36:34.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73122026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.885 INFO O| Jun 08 20:36:34.885 INFO STEP 830 (remove_files) COMPLETE
73132026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.885 INFO O| Jun 08 20:36:34.885 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.890 INFO O| Jun 08 20:36:34.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73152026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.890 INFO O| Jun 08 20:36:34.890 INFO STEP 831 (remove_files) COMPLETE
73162026-06-08T20:36:35.791Z[ recovery-image] Jun 08 20:36:34.890 INFO O| Jun 08 20:36:34.890 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.895 INFO O| Jun 08 20:36:34.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73182026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.896 INFO O| Jun 08 20:36:34.895 INFO STEP 832 (remove_files) COMPLETE
73192026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.896 INFO O| Jun 08 20:36:34.896 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.901 INFO O| Jun 08 20:36:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73212026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.901 INFO O| Jun 08 20:36:34.901 INFO STEP 833 (remove_files) COMPLETE
73222026-06-08T20:36:35.801Z[ recovery-image] Jun 08 20:36:34.901 INFO O| Jun 08 20:36:34.901 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-06-08T20:36:35.804Z[ recovery-image] Jun 08 20:36:34.907 INFO O| Jun 08 20:36:34.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73242026-06-08T20:36:35.804Z[ recovery-image] Jun 08 20:36:34.907 INFO O| Jun 08 20:36:34.907 INFO STEP 834 (remove_files) COMPLETE
73252026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.907 INFO O| Jun 08 20:36:34.907 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.912 INFO O| Jun 08 20:36:34.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73272026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.912 INFO O| Jun 08 20:36:34.912 INFO STEP 835 (remove_files) COMPLETE
73282026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.912 INFO O| Jun 08 20:36:34.912 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.918 INFO O| Jun 08 20:36:34.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73302026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.918 INFO O| Jun 08 20:36:34.918 INFO STEP 836 (remove_files) COMPLETE
73312026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.918 INFO O| Jun 08 20:36:34.918 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.923 INFO O| Jun 08 20:36:34.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73332026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.923 INFO O| Jun 08 20:36:34.923 INFO STEP 837 (remove_files) COMPLETE
73342026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.923 INFO O| Jun 08 20:36:34.923 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.929 INFO O| Jun 08 20:36:34.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73362026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.929 INFO O| Jun 08 20:36:34.929 INFO STEP 838 (remove_files) COMPLETE
73372026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.929 INFO O| Jun 08 20:36:34.929 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.934 INFO O| Jun 08 20:36:34.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73392026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.934 INFO O| Jun 08 20:36:34.934 INFO STEP 839 (remove_files) COMPLETE
73402026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.934 INFO O| Jun 08 20:36:34.934 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.940 INFO O| Jun 08 20:36:34.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73422026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.940 INFO O| Jun 08 20:36:34.940 INFO STEP 840 (remove_files) COMPLETE
73432026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.940 INFO O| Jun 08 20:36:34.940 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.946 INFO O| Jun 08 20:36:34.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73452026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.946 INFO O| Jun 08 20:36:34.946 INFO STEP 841 (remove_files) COMPLETE
73462026-06-08T20:36:35.805Z[ recovery-image] Jun 08 20:36:34.946 INFO O| Jun 08 20:36:34.946 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.952 INFO O| Jun 08 20:36:34.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73482026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.953 INFO O| Jun 08 20:36:34.953 INFO STEP 842 (remove_files) COMPLETE
73492026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.953 INFO O| Jun 08 20:36:34.953 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.959 INFO O| Jun 08 20:36:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73512026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.959 INFO O| Jun 08 20:36:34.959 INFO STEP 843 (remove_files) COMPLETE
73522026-06-08T20:36:35.817Z[ recovery-image] Jun 08 20:36:34.959 INFO O| Jun 08 20:36:34.959 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.965 INFO O| Jun 08 20:36:34.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73542026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.965 INFO O| Jun 08 20:36:34.965 INFO STEP 844 (remove_files) COMPLETE
73552026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.965 INFO O| Jun 08 20:36:34.965 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.970 INFO O| Jun 08 20:36:34.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73572026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.970 INFO O| Jun 08 20:36:34.970 INFO STEP 845 (remove_files) COMPLETE
73582026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.970 INFO O| Jun 08 20:36:34.970 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.976 INFO O| Jun 08 20:36:34.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73602026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.976 INFO O| Jun 08 20:36:34.976 INFO STEP 846 (remove_files) COMPLETE
73612026-06-08T20:36:35.826Z[ recovery-image] Jun 08 20:36:34.976 INFO O| Jun 08 20:36:34.976 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-06-08T20:36:35.836Z[ recovery-image] Jun 08 20:36:34.982 INFO O| Jun 08 20:36:34.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73632026-06-08T20:36:35.836Z[ recovery-image] Jun 08 20:36:34.982 INFO O| Jun 08 20:36:34.982 INFO STEP 847 (remove_files) COMPLETE
73642026-06-08T20:36:35.836Z[ recovery-image] Jun 08 20:36:34.982 INFO O| Jun 08 20:36:34.982 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-06-08T20:36:35.847Z[ recovery-image] Jun 08 20:36:34.987 INFO O| Jun 08 20:36:34.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73662026-06-08T20:36:35.847Z[ recovery-image] Jun 08 20:36:34.987 INFO O| Jun 08 20:36:34.987 INFO STEP 848 (remove_files) COMPLETE
73672026-06-08T20:36:35.847Z[ recovery-image] Jun 08 20:36:34.987 INFO O| Jun 08 20:36:34.987 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-06-08T20:36:35.847Z[ recovery-image] Jun 08 20:36:34.993 INFO O| Jun 08 20:36:34.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73692026-06-08T20:36:35.847Z[ recovery-image] Jun 08 20:36:34.993 INFO O| Jun 08 20:36:34.993 INFO STEP 849 (remove_files) COMPLETE
73702026-06-08T20:36:35.848Z[ recovery-image] Jun 08 20:36:34.993 INFO O| Jun 08 20:36:34.993 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-06-08T20:36:35.861Z[ recovery-image] Jun 08 20:36:35.000 INFO O| Jun 08 20:36:35.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73722026-06-08T20:36:35.862Z[ recovery-image] Jun 08 20:36:35.000 INFO O| Jun 08 20:36:35.000 INFO STEP 850 (remove_files) COMPLETE
73732026-06-08T20:36:35.862Z[ recovery-image] Jun 08 20:36:35.000 INFO O| Jun 08 20:36:35.000 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-06-08T20:36:35.862Z[ recovery-image] Jun 08 20:36:35.006 INFO O| Jun 08 20:36:35.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73752026-06-08T20:36:35.862Z[ recovery-image] Jun 08 20:36:35.006 INFO O| Jun 08 20:36:35.006 INFO STEP 851 (remove_files) COMPLETE
73762026-06-08T20:36:35.862Z[ recovery-image] Jun 08 20:36:35.006 INFO O| Jun 08 20:36:35.006 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.014 INFO O| Jun 08 20:36:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73782026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.014 INFO O| Jun 08 20:36:35.014 INFO STEP 852 (remove_files) COMPLETE
73792026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.014 INFO O| Jun 08 20:36:35.014 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.020 INFO O| Jun 08 20:36:35.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73812026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.020 INFO O| Jun 08 20:36:35.020 INFO STEP 853 (remove_files) COMPLETE
73822026-06-08T20:36:35.883Z[ recovery-image] Jun 08 20:36:35.020 INFO O| Jun 08 20:36:35.020 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-06-08T20:36:35.887Z[ recovery-image] Jun 08 20:36:35.026 INFO O| Jun 08 20:36:35.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73842026-06-08T20:36:35.887Z[ recovery-image] Jun 08 20:36:35.026 INFO O| Jun 08 20:36:35.026 INFO STEP 854 (remove_files) COMPLETE
73852026-06-08T20:36:35.887Z[ recovery-image] Jun 08 20:36:35.026 INFO O| Jun 08 20:36:35.026 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-06-08T20:36:35.887Z[ recovery-image] Jun 08 20:36:35.032 INFO O| Jun 08 20:36:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73872026-06-08T20:36:35.887Z[ recovery-image] Jun 08 20:36:35.032 INFO O| Jun 08 20:36:35.032 INFO STEP 855 (remove_files) COMPLETE
73882026-06-08T20:36:35.888Z[ recovery-image] Jun 08 20:36:35.032 INFO O| Jun 08 20:36:35.032 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-06-08T20:36:35.889Z[ recovery-image] Jun 08 20:36:35.038 INFO O| Jun 08 20:36:35.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73902026-06-08T20:36:35.889Z[ recovery-image] Jun 08 20:36:35.038 INFO O| Jun 08 20:36:35.038 INFO STEP 856 (remove_files) COMPLETE
73912026-06-08T20:36:35.889Z[ recovery-image] Jun 08 20:36:35.038 INFO O| Jun 08 20:36:35.038 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-06-08T20:36:35.896Z[ recovery-image] Jun 08 20:36:35.044 INFO O| Jun 08 20:36:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73932026-06-08T20:36:35.896Z[ recovery-image] Jun 08 20:36:35.044 INFO O| Jun 08 20:36:35.044 INFO STEP 857 (remove_files) COMPLETE
73942026-06-08T20:36:35.896Z[ recovery-image] Jun 08 20:36:35.044 INFO O| Jun 08 20:36:35.044 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-06-08T20:36:35.901Z[ recovery-image] Jun 08 20:36:35.050 INFO O| Jun 08 20:36:35.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73962026-06-08T20:36:35.902Z[ recovery-image] Jun 08 20:36:35.050 INFO O| Jun 08 20:36:35.050 INFO STEP 858 (remove_files) COMPLETE
73972026-06-08T20:36:35.902Z[ recovery-image] Jun 08 20:36:35.050 INFO O| Jun 08 20:36:35.050 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-06-08T20:36:35.908Z[ recovery-image] Jun 08 20:36:35.057 INFO O| Jun 08 20:36:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73992026-06-08T20:36:35.908Z[ recovery-image] Jun 08 20:36:35.057 INFO O| Jun 08 20:36:35.057 INFO STEP 859 (remove_files) COMPLETE
74002026-06-08T20:36:35.908Z[ recovery-image] Jun 08 20:36:35.057 INFO O| Jun 08 20:36:35.057 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-06-08T20:36:35.929Z[ recovery-image] Jun 08 20:36:35.063 INFO O| Jun 08 20:36:35.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74022026-06-08T20:36:35.929Z[ recovery-image] Jun 08 20:36:35.063 INFO O| Jun 08 20:36:35.063 INFO STEP 860 (remove_files) COMPLETE
74032026-06-08T20:36:35.929Z[ recovery-image] Jun 08 20:36:35.063 INFO O| Jun 08 20:36:35.063 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.069 INFO O| Jun 08 20:36:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74052026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.069 INFO O| Jun 08 20:36:35.069 INFO STEP 861 (remove_files) COMPLETE
74062026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.069 INFO O| Jun 08 20:36:35.069 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.074 INFO O| Jun 08 20:36:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74082026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.074 INFO O| Jun 08 20:36:35.074 INFO STEP 862 (remove_files) COMPLETE
74092026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.074 INFO O| Jun 08 20:36:35.074 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.079 INFO O| Jun 08 20:36:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74112026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.079 INFO O| Jun 08 20:36:35.079 INFO STEP 863 (remove_files) COMPLETE
74122026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.079 INFO O| Jun 08 20:36:35.079 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.084 INFO O| Jun 08 20:36:35.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74142026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.084 INFO O| Jun 08 20:36:35.084 INFO STEP 864 (remove_files) COMPLETE
74152026-06-08T20:36:35.937Z[ recovery-image] Jun 08 20:36:35.085 INFO O| Jun 08 20:36:35.084 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.090 INFO O| Jun 08 20:36:35.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74172026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.090 INFO O| Jun 08 20:36:35.090 INFO STEP 865 (remove_files) COMPLETE
74182026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.090 INFO O| Jun 08 20:36:35.090 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.095 INFO O| Jun 08 20:36:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74202026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.095 INFO O| Jun 08 20:36:35.095 INFO STEP 866 (remove_files) COMPLETE
74212026-06-08T20:36:35.947Z[ recovery-image] Jun 08 20:36:35.095 INFO O| Jun 08 20:36:35.095 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-06-08T20:36:35.953Z[ recovery-image] Jun 08 20:36:35.100 INFO O| Jun 08 20:36:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74232026-06-08T20:36:35.953Z[ recovery-image] Jun 08 20:36:35.100 INFO O| Jun 08 20:36:35.100 INFO STEP 867 (remove_files) COMPLETE
74242026-06-08T20:36:35.953Z[ recovery-image] Jun 08 20:36:35.100 INFO O| Jun 08 20:36:35.100 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-06-08T20:36:35.953Z[ recovery-image] Jun 08 20:36:35.105 INFO O| Jun 08 20:36:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74262026-06-08T20:36:35.958Z[ recovery-image] Jun 08 20:36:35.106 INFO O| Jun 08 20:36:35.106 INFO STEP 868 (remove_files) COMPLETE
74272026-06-08T20:36:35.958Z[ recovery-image] Jun 08 20:36:35.106 INFO O| Jun 08 20:36:35.106 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-06-08T20:36:35.958Z[ recovery-image] Jun 08 20:36:35.111 INFO O| Jun 08 20:36:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74292026-06-08T20:36:35.960Z[ recovery-image] Jun 08 20:36:35.111 INFO O| Jun 08 20:36:35.111 INFO STEP 869 (remove_files) COMPLETE
74302026-06-08T20:36:35.960Z[ recovery-image] Jun 08 20:36:35.111 INFO O| Jun 08 20:36:35.111 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-06-08T20:36:35.966Z[ recovery-image] Jun 08 20:36:35.116 INFO O| Jun 08 20:36:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74322026-06-08T20:36:35.966Z[ recovery-image] Jun 08 20:36:35.116 INFO O| Jun 08 20:36:35.116 INFO STEP 870 (remove_files) COMPLETE
74332026-06-08T20:36:35.966Z[ recovery-image] Jun 08 20:36:35.116 INFO O| Jun 08 20:36:35.116 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-06-08T20:36:35.977Z[ recovery-image] Jun 08 20:36:35.123 INFO O| Jun 08 20:36:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74352026-06-08T20:36:35.977Z[ recovery-image] Jun 08 20:36:35.123 INFO O| Jun 08 20:36:35.123 INFO STEP 871 (remove_files) COMPLETE
74362026-06-08T20:36:35.977Z[ recovery-image] Jun 08 20:36:35.123 INFO O| Jun 08 20:36:35.123 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-06-08T20:36:35.983Z[ recovery-image] Jun 08 20:36:35.129 INFO O| Jun 08 20:36:35.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74382026-06-08T20:36:35.983Z[ recovery-image] Jun 08 20:36:35.129 INFO O| Jun 08 20:36:35.129 INFO STEP 872 (remove_files) COMPLETE
74392026-06-08T20:36:35.983Z[ recovery-image] Jun 08 20:36:35.129 INFO O| Jun 08 20:36:35.129 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-06-08T20:36:35.983Z[ recovery-image] Jun 08 20:36:35.134 INFO O| Jun 08 20:36:35.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74412026-06-08T20:36:35.983Z[ recovery-image] Jun 08 20:36:35.134 INFO O| Jun 08 20:36:35.134 INFO STEP 873 (remove_files) COMPLETE
74422026-06-08T20:36:35.991Z[ recovery-image] Jun 08 20:36:35.134 INFO O| Jun 08 20:36:35.134 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.141 INFO O| Jun 08 20:36:35.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74442026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.141 INFO O| Jun 08 20:36:35.141 INFO STEP 874 (remove_files) COMPLETE
74452026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.141 INFO O| Jun 08 20:36:35.141 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.146 INFO O| Jun 08 20:36:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74472026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.146 INFO O| Jun 08 20:36:35.146 INFO STEP 875 (remove_files) COMPLETE
74482026-06-08T20:36:36.002Z[ recovery-image] Jun 08 20:36:35.146 INFO O| Jun 08 20:36:35.146 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-06-08T20:36:36.163Z[ recovery-image] Jun 08 20:36:35.151 INFO O| Jun 08 20:36:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74502026-06-08T20:36:36.163Z[ recovery-image] Jun 08 20:36:35.151 INFO O| Jun 08 20:36:35.151 INFO STEP 876 (remove_files) COMPLETE
74512026-06-08T20:36:36.163Z[ recovery-image] Jun 08 20:36:35.151 INFO O| Jun 08 20:36:35.151 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-06-08T20:36:36.163Z[ recovery-image] Jun 08 20:36:35.157 INFO O| Jun 08 20:36:35.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74532026-06-08T20:36:36.164Z[ recovery-image] Jun 08 20:36:35.157 INFO O| Jun 08 20:36:35.157 INFO STEP 877 (remove_files) COMPLETE
74542026-06-08T20:36:36.165Z[ recovery-image] Jun 08 20:36:35.157 INFO O| Jun 08 20:36:35.157 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.162 INFO O| Jun 08 20:36:35.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74562026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.162 INFO O| Jun 08 20:36:35.162 INFO STEP 878 (remove_files) COMPLETE
74572026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.162 INFO O| Jun 08 20:36:35.162 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.167 INFO O| Jun 08 20:36:35.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74592026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.167 INFO O| Jun 08 20:36:35.167 INFO STEP 879 (remove_files) COMPLETE
74602026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.167 INFO O| Jun 08 20:36:35.167 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.172 INFO O| Jun 08 20:36:35.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74622026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.172 INFO O| Jun 08 20:36:35.172 INFO STEP 880 (remove_files) COMPLETE
74632026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.172 INFO O| Jun 08 20:36:35.172 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.179 INFO O| Jun 08 20:36:35.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74652026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.179 INFO O| Jun 08 20:36:35.179 INFO STEP 881 (remove_files) COMPLETE
74662026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.179 INFO O| Jun 08 20:36:35.179 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.185 INFO O| Jun 08 20:36:35.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74682026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.185 INFO O| Jun 08 20:36:35.185 INFO STEP 882 (remove_files) COMPLETE
74692026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.185 INFO O| Jun 08 20:36:35.185 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.190 INFO O| Jun 08 20:36:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74712026-06-08T20:36:36.189Z[ recovery-image] Jun 08 20:36:35.190 INFO O| Jun 08 20:36:35.190 INFO STEP 883 (remove_files) COMPLETE
74722026-06-08T20:36:36.190Z[ recovery-image] Jun 08 20:36:35.190 INFO O| Jun 08 20:36:35.190 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-06-08T20:36:36.190Z[ recovery-image] Jun 08 20:36:35.196 INFO O| Jun 08 20:36:35.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74742026-06-08T20:36:36.190Z[ recovery-image] Jun 08 20:36:35.196 INFO O| Jun 08 20:36:35.196 INFO STEP 884 (remove_files) COMPLETE
74752026-06-08T20:36:36.190Z[ recovery-image] Jun 08 20:36:35.196 INFO O| Jun 08 20:36:35.196 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.203 INFO O| Jun 08 20:36:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74772026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.203 INFO O| Jun 08 20:36:35.203 INFO STEP 885 (remove_files) COMPLETE
74782026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.203 INFO O| Jun 08 20:36:35.203 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.209 INFO O| Jun 08 20:36:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74802026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.209 INFO O| Jun 08 20:36:35.209 INFO STEP 886 (remove_files) COMPLETE
74812026-06-08T20:36:36.196Z[ recovery-image] Jun 08 20:36:35.209 INFO O| Jun 08 20:36:35.209 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-06-08T20:36:36.197Z[ recovery-image] Jun 08 20:36:35.214 INFO O| Jun 08 20:36:35.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74832026-06-08T20:36:36.197Z[ recovery-image] Jun 08 20:36:35.214 INFO O| Jun 08 20:36:35.214 INFO STEP 887 (remove_files) COMPLETE
74842026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.214 INFO O| Jun 08 20:36:35.214 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.219 INFO O| Jun 08 20:36:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74862026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.219 INFO O| Jun 08 20:36:35.219 INFO STEP 888 (remove_files) COMPLETE
74872026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.219 INFO O| Jun 08 20:36:35.219 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.225 INFO O| Jun 08 20:36:35.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74892026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.225 INFO O| Jun 08 20:36:35.225 INFO STEP 889 (remove_files) COMPLETE
74902026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.225 INFO O| Jun 08 20:36:35.225 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.230 INFO O| Jun 08 20:36:35.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74922026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.230 INFO O| Jun 08 20:36:35.230 INFO STEP 890 (remove_files) COMPLETE
74932026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.230 INFO O| Jun 08 20:36:35.230 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.236 INFO O| Jun 08 20:36:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74952026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.236 INFO O| Jun 08 20:36:35.236 INFO STEP 891 (remove_files) COMPLETE
74962026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.236 INFO O| Jun 08 20:36:35.236 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-06-08T20:36:36.198Z[ recovery-image] Jun 08 20:36:35.241 INFO O| Jun 08 20:36:35.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74982026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.241 INFO O| Jun 08 20:36:35.241 INFO STEP 892 (remove_files) COMPLETE
74992026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.241 INFO O| Jun 08 20:36:35.241 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.247 INFO O| Jun 08 20:36:35.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75012026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.247 INFO O| Jun 08 20:36:35.247 INFO STEP 893 (remove_files) COMPLETE
75022026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.247 INFO O| Jun 08 20:36:35.247 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.253 INFO O| Jun 08 20:36:35.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75042026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.254 INFO O| Jun 08 20:36:35.254 INFO STEP 894 (remove_files) COMPLETE
75052026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.254 INFO O| Jun 08 20:36:35.254 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.259 INFO O| Jun 08 20:36:35.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75072026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.259 INFO O| Jun 08 20:36:35.259 INFO STEP 895 (remove_files) COMPLETE
75082026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.259 INFO O| Jun 08 20:36:35.259 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.266 INFO O| Jun 08 20:36:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75102026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.266 INFO O| Jun 08 20:36:35.266 INFO STEP 896 (remove_files) COMPLETE
75112026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.266 INFO O| Jun 08 20:36:35.266 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.271 INFO O| Jun 08 20:36:35.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75132026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.271 INFO O| Jun 08 20:36:35.271 INFO STEP 897 (remove_files) COMPLETE
75142026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.271 INFO O| Jun 08 20:36:35.271 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.278 INFO O| Jun 08 20:36:35.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75162026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.278 INFO O| Jun 08 20:36:35.278 INFO STEP 898 (remove_files) COMPLETE
75172026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.278 INFO O| Jun 08 20:36:35.278 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.283 INFO O| Jun 08 20:36:35.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75192026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.283 INFO O| Jun 08 20:36:35.283 INFO STEP 899 (remove_files) COMPLETE
75202026-06-08T20:36:36.199Z[ recovery-image] Jun 08 20:36:35.283 INFO O| Jun 08 20:36:35.283 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.288 INFO O| Jun 08 20:36:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75222026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.288 INFO O| Jun 08 20:36:35.288 INFO STEP 900 (remove_files) COMPLETE
75232026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.288 INFO O| Jun 08 20:36:35.288 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.293 INFO O| Jun 08 20:36:35.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75252026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.293 INFO O| Jun 08 20:36:35.293 INFO STEP 901 (remove_files) COMPLETE
75262026-06-08T20:36:36.201Z[ recovery-image] Jun 08 20:36:35.293 INFO O| Jun 08 20:36:35.293 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.299 INFO O| Jun 08 20:36:35.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75282026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.299 INFO O| Jun 08 20:36:35.299 INFO STEP 902 (remove_files) COMPLETE
75292026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.299 INFO O| Jun 08 20:36:35.299 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.304 INFO O| Jun 08 20:36:35.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75312026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.304 INFO O| Jun 08 20:36:35.304 INFO STEP 903 (remove_files) COMPLETE
75322026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.304 INFO O| Jun 08 20:36:35.304 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.309 INFO O| Jun 08 20:36:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75342026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.309 INFO O| Jun 08 20:36:35.309 INFO STEP 904 (remove_files) COMPLETE
75352026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.309 INFO O| Jun 08 20:36:35.309 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.314 INFO O| Jun 08 20:36:35.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75372026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.314 INFO O| Jun 08 20:36:35.314 INFO STEP 905 (remove_files) COMPLETE
75382026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.314 INFO O| Jun 08 20:36:35.314 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.319 INFO O| Jun 08 20:36:35.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75402026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.319 INFO O| Jun 08 20:36:35.319 INFO STEP 906 (remove_files) COMPLETE
75412026-06-08T20:36:36.202Z[ recovery-image] Jun 08 20:36:35.319 INFO O| Jun 08 20:36:35.319 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.324 INFO O| Jun 08 20:36:35.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75432026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.324 INFO O| Jun 08 20:36:35.324 INFO STEP 907 (remove_files) COMPLETE
75442026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.324 INFO O| Jun 08 20:36:35.324 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.329 INFO O| Jun 08 20:36:35.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75462026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.329 INFO O| Jun 08 20:36:35.329 INFO STEP 908 (remove_files) COMPLETE
75472026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.329 INFO O| Jun 08 20:36:35.329 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.335 INFO O| Jun 08 20:36:35.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75492026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.335 INFO O| Jun 08 20:36:35.335 INFO STEP 909 (remove_files) COMPLETE
75502026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.335 INFO O| Jun 08 20:36:35.335 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.340 INFO O| Jun 08 20:36:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75522026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.340 INFO O| Jun 08 20:36:35.340 INFO STEP 910 (remove_files) COMPLETE
75532026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.340 INFO O| Jun 08 20:36:35.340 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.345 INFO O| Jun 08 20:36:35.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75552026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.345 INFO O| Jun 08 20:36:35.345 INFO STEP 911 (remove_files) COMPLETE
75562026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.345 INFO O| Jun 08 20:36:35.345 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-06-08T20:36:36.222Z[ recovery-image] Jun 08 20:36:35.352 INFO O| Jun 08 20:36:35.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75582026-06-08T20:36:36.223Z[ recovery-image] Jun 08 20:36:35.352 INFO O| Jun 08 20:36:35.352 INFO STEP 912 (remove_files) COMPLETE
75592026-06-08T20:36:36.223Z[ recovery-image] Jun 08 20:36:35.352 INFO O| Jun 08 20:36:35.352 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-06-08T20:36:36.223Z[ recovery-image] Jun 08 20:36:35.357 INFO O| Jun 08 20:36:35.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75612026-06-08T20:36:36.223Z[ recovery-image] Jun 08 20:36:35.357 INFO O| Jun 08 20:36:35.357 INFO STEP 913 (remove_files) COMPLETE
75622026-06-08T20:36:36.223Z[ recovery-image] Jun 08 20:36:35.357 INFO O| Jun 08 20:36:35.357 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.364 INFO O| Jun 08 20:36:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75642026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.364 INFO O| Jun 08 20:36:35.364 INFO STEP 914 (remove_files) COMPLETE
75652026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.364 INFO O| Jun 08 20:36:35.364 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.370 INFO O| Jun 08 20:36:35.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75672026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.370 INFO O| Jun 08 20:36:35.370 INFO STEP 915 (remove_files) COMPLETE
75682026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.370 INFO O| Jun 08 20:36:35.370 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.376 INFO O| Jun 08 20:36:35.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75702026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.376 INFO O| Jun 08 20:36:35.376 INFO STEP 916 (remove_files) COMPLETE
75712026-06-08T20:36:36.226Z[ recovery-image] Jun 08 20:36:35.376 INFO O| Jun 08 20:36:35.376 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-06-08T20:36:36.231Z[ recovery-image] Jun 08 20:36:35.381 INFO O| Jun 08 20:36:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75732026-06-08T20:36:36.231Z[ recovery-image] Jun 08 20:36:35.381 INFO O| Jun 08 20:36:35.381 INFO STEP 917 (remove_files) COMPLETE
75742026-06-08T20:36:36.231Z[ recovery-image] Jun 08 20:36:35.381 INFO O| Jun 08 20:36:35.381 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-06-08T20:36:36.235Z[ recovery-image] Jun 08 20:36:35.387 INFO O| Jun 08 20:36:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75762026-06-08T20:36:36.235Z[ recovery-image] Jun 08 20:36:35.387 INFO O| Jun 08 20:36:35.387 INFO STEP 918 (remove_files) COMPLETE
75772026-06-08T20:36:36.235Z[ recovery-image] Jun 08 20:36:35.387 INFO O| Jun 08 20:36:35.387 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-06-08T20:36:36.241Z[ recovery-image] Jun 08 20:36:35.393 INFO O| Jun 08 20:36:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75792026-06-08T20:36:36.241Z[ recovery-image] Jun 08 20:36:35.393 INFO O| Jun 08 20:36:35.393 INFO STEP 919 (remove_files) COMPLETE
75802026-06-08T20:36:36.241Z[ recovery-image] Jun 08 20:36:35.393 INFO O| Jun 08 20:36:35.393 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-06-08T20:36:36.246Z[ recovery-image] Jun 08 20:36:35.400 INFO O| Jun 08 20:36:35.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75822026-06-08T20:36:36.250Z[ recovery-image] Jun 08 20:36:35.401 INFO O| Jun 08 20:36:35.401 INFO STEP 920 (remove_files) COMPLETE
75832026-06-08T20:36:36.250Z[ recovery-image] Jun 08 20:36:35.401 INFO O| Jun 08 20:36:35.401 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-06-08T20:36:36.253Z[ recovery-image] Jun 08 20:36:35.406 INFO O| Jun 08 20:36:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75852026-06-08T20:36:36.253Z[ recovery-image] Jun 08 20:36:35.406 INFO O| Jun 08 20:36:35.406 INFO STEP 921 (remove_files) COMPLETE
75862026-06-08T20:36:36.253Z[ recovery-image] Jun 08 20:36:35.406 INFO O| Jun 08 20:36:35.406 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-06-08T20:36:36.259Z[ recovery-image] Jun 08 20:36:35.413 INFO O| Jun 08 20:36:35.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75882026-06-08T20:36:36.260Z[ recovery-image] Jun 08 20:36:35.413 INFO O| Jun 08 20:36:35.413 INFO STEP 922 (remove_files) COMPLETE
75892026-06-08T20:36:36.260Z[ recovery-image] Jun 08 20:36:35.413 INFO O| Jun 08 20:36:35.413 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-06-08T20:36:36.267Z[ recovery-image] Jun 08 20:36:35.418 INFO O| Jun 08 20:36:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75912026-06-08T20:36:36.267Z[ recovery-image] Jun 08 20:36:35.418 INFO O| Jun 08 20:36:35.418 INFO STEP 923 (remove_files) COMPLETE
75922026-06-08T20:36:36.267Z[ recovery-image] Jun 08 20:36:35.418 INFO O| Jun 08 20:36:35.418 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-06-08T20:36:36.273Z[ recovery-image] Jun 08 20:36:35.424 INFO O| Jun 08 20:36:35.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75942026-06-08T20:36:36.273Z[ recovery-image] Jun 08 20:36:35.424 INFO O| Jun 08 20:36:35.424 INFO STEP 924 (remove_files) COMPLETE
75952026-06-08T20:36:36.273Z[ recovery-image] Jun 08 20:36:35.424 INFO O| Jun 08 20:36:35.424 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-06-08T20:36:36.283Z[ recovery-image] Jun 08 20:36:35.429 INFO O| Jun 08 20:36:35.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75972026-06-08T20:36:36.283Z[ recovery-image] Jun 08 20:36:35.429 INFO O| Jun 08 20:36:35.429 INFO STEP 925 (remove_files) COMPLETE
75982026-06-08T20:36:36.283Z[ recovery-image] Jun 08 20:36:35.429 INFO O| Jun 08 20:36:35.429 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.435 INFO O| Jun 08 20:36:35.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76002026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.435 INFO O| Jun 08 20:36:35.435 INFO STEP 926 (remove_files) COMPLETE
76012026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.435 INFO O| Jun 08 20:36:35.435 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.441 INFO O| Jun 08 20:36:35.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76032026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.442 INFO O| Jun 08 20:36:35.442 INFO STEP 927 (remove_files) COMPLETE
76042026-06-08T20:36:36.288Z[ recovery-image] Jun 08 20:36:35.442 INFO O| Jun 08 20:36:35.442 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-06-08T20:36:36.301Z[ recovery-image] Jun 08 20:36:35.448 INFO O| Jun 08 20:36:35.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76062026-06-08T20:36:36.301Z[ recovery-image] Jun 08 20:36:35.448 INFO O| Jun 08 20:36:35.448 INFO STEP 928 (remove_files) COMPLETE
76072026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.448 INFO O| Jun 08 20:36:35.448 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.455 INFO O| Jun 08 20:36:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76092026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.455 INFO O| Jun 08 20:36:35.455 INFO STEP 929 (remove_files) COMPLETE
76102026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.455 INFO O| Jun 08 20:36:35.455 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.460 INFO O| Jun 08 20:36:35.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76122026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.460 INFO O| Jun 08 20:36:35.460 INFO STEP 930 (remove_files) COMPLETE
76132026-06-08T20:36:36.308Z[ recovery-image] Jun 08 20:36:35.460 INFO O| Jun 08 20:36:35.460 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-06-08T20:36:36.327Z[ recovery-image] Jun 08 20:36:35.467 INFO O| Jun 08 20:36:35.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76152026-06-08T20:36:36.328Z[ recovery-image] Jun 08 20:36:35.467 INFO O| Jun 08 20:36:35.467 INFO STEP 931 (remove_files) COMPLETE
76162026-06-08T20:36:36.328Z[ recovery-image] Jun 08 20:36:35.467 INFO O| Jun 08 20:36:35.467 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-06-08T20:36:36.328Z[ recovery-image] Jun 08 20:36:35.472 INFO O| Jun 08 20:36:35.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76182026-06-08T20:36:36.328Z[ recovery-image] Jun 08 20:36:35.472 INFO O| Jun 08 20:36:35.472 INFO STEP 932 (remove_files) COMPLETE
76192026-06-08T20:36:36.328Z[ recovery-image] Jun 08 20:36:35.472 INFO O| Jun 08 20:36:35.472 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-06-08T20:36:36.348Z[ recovery-image] Jun 08 20:36:35.479 INFO O| Jun 08 20:36:35.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76212026-06-08T20:36:36.348Z[ recovery-image] Jun 08 20:36:35.479 INFO O| Jun 08 20:36:35.479 INFO STEP 933 (remove_files) COMPLETE
76222026-06-08T20:36:36.348Z[ recovery-image] Jun 08 20:36:35.479 INFO O| Jun 08 20:36:35.479 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-06-08T20:36:36.348Z[ recovery-image] Jun 08 20:36:35.484 INFO O| Jun 08 20:36:35.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76242026-06-08T20:36:36.350Z[ recovery-image] Jun 08 20:36:35.484 INFO O| Jun 08 20:36:35.484 INFO STEP 934 (remove_files) COMPLETE
76252026-06-08T20:36:36.350Z[ recovery-image] Jun 08 20:36:35.484 INFO O| Jun 08 20:36:35.484 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-06-08T20:36:36.378Z[ recovery-image] Jun 08 20:36:35.490 INFO O| Jun 08 20:36:35.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76272026-06-08T20:36:36.378Z[ recovery-image] Jun 08 20:36:35.490 INFO O| Jun 08 20:36:35.490 INFO STEP 935 (remove_files) COMPLETE
76282026-06-08T20:36:36.378Z[ recovery-image] Jun 08 20:36:35.490 INFO O| Jun 08 20:36:35.490 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-06-08T20:36:36.378Z[ recovery-image] Jun 08 20:36:35.496 INFO O| Jun 08 20:36:35.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76302026-06-08T20:36:36.379Z[ recovery-image] Jun 08 20:36:35.496 INFO O| Jun 08 20:36:35.496 INFO STEP 936 (remove_files) COMPLETE
76312026-06-08T20:36:36.379Z[ recovery-image] Jun 08 20:36:35.496 INFO O| Jun 08 20:36:35.496 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-06-08T20:36:36.379Z[ recovery-image] Jun 08 20:36:35.501 INFO O| Jun 08 20:36:35.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76332026-06-08T20:36:36.379Z[ recovery-image] Jun 08 20:36:35.501 INFO O| Jun 08 20:36:35.501 INFO STEP 937 (remove_files) COMPLETE
76342026-06-08T20:36:36.379Z[ recovery-image] Jun 08 20:36:35.501 INFO O| Jun 08 20:36:35.501 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-06-08T20:36:36.382Z[ recovery-image] Jun 08 20:36:35.508 INFO O| Jun 08 20:36:35.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76362026-06-08T20:36:36.382Z[ recovery-image] Jun 08 20:36:35.508 INFO O| Jun 08 20:36:35.508 INFO STEP 938 (remove_files) COMPLETE
76372026-06-08T20:36:36.382Z[ recovery-image] Jun 08 20:36:35.508 INFO O| Jun 08 20:36:35.508 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-06-08T20:36:36.416Z[ recovery-image] Jun 08 20:36:35.515 INFO O| Jun 08 20:36:35.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76392026-06-08T20:36:36.416Z[ recovery-image] Jun 08 20:36:35.515 INFO O| Jun 08 20:36:35.515 INFO STEP 939 (remove_files) COMPLETE
76402026-06-08T20:36:36.416Z[ recovery-image] Jun 08 20:36:35.515 INFO O| Jun 08 20:36:35.515 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-06-08T20:36:36.416Z[ recovery-image] Jun 08 20:36:35.521 INFO O| Jun 08 20:36:35.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76422026-06-08T20:36:36.417Z[ recovery-image] Jun 08 20:36:35.521 INFO O| Jun 08 20:36:35.521 INFO STEP 940 (remove_files) COMPLETE
76432026-06-08T20:36:36.417Z[ recovery-image] Jun 08 20:36:35.521 INFO O| Jun 08 20:36:35.521 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.527 INFO O| Jun 08 20:36:35.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76452026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.527 INFO O| Jun 08 20:36:35.527 INFO STEP 941 (remove_files) COMPLETE
76462026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.527 INFO O| Jun 08 20:36:35.527 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.533 INFO O| Jun 08 20:36:35.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76482026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.533 INFO O| Jun 08 20:36:35.533 INFO STEP 942 (remove_files) COMPLETE
76492026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.533 INFO O| Jun 08 20:36:35.533 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-06-08T20:36:36.418Z[ recovery-image] Jun 08 20:36:35.539 INFO O| Jun 08 20:36:35.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76512026-06-08T20:36:36.419Z[ recovery-image] Jun 08 20:36:35.539 INFO O| Jun 08 20:36:35.539 INFO STEP 943 (remove_files) COMPLETE
76522026-06-08T20:36:36.419Z[ recovery-image] Jun 08 20:36:35.539 INFO O| Jun 08 20:36:35.539 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.545 INFO O| Jun 08 20:36:35.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76542026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.545 INFO O| Jun 08 20:36:35.545 INFO STEP 944 (remove_files) COMPLETE
76552026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.545 INFO O| Jun 08 20:36:35.545 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.550 INFO O| Jun 08 20:36:35.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76572026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.550 INFO O| Jun 08 20:36:35.550 INFO STEP 945 (remove_files) COMPLETE
76582026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.550 INFO O| Jun 08 20:36:35.550 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.555 INFO O| Jun 08 20:36:35.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76602026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.555 INFO O| Jun 08 20:36:35.555 INFO STEP 946 (remove_files) COMPLETE
76612026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.555 INFO O| Jun 08 20:36:35.555 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.560 INFO O| Jun 08 20:36:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76632026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.560 INFO O| Jun 08 20:36:35.560 INFO STEP 947 (remove_files) COMPLETE
76642026-06-08T20:36:36.446Z[ recovery-image] Jun 08 20:36:35.560 INFO O| Jun 08 20:36:35.560 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.567 INFO O| Jun 08 20:36:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76662026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.567 INFO O| Jun 08 20:36:35.567 INFO STEP 948 (remove_files) COMPLETE
76672026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.567 INFO O| Jun 08 20:36:35.567 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.574 INFO O| Jun 08 20:36:35.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76692026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.574 INFO O| Jun 08 20:36:35.574 INFO STEP 949 (remove_files) COMPLETE
76702026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.574 INFO O| Jun 08 20:36:35.574 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.580 INFO O| Jun 08 20:36:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76722026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.580 INFO O| Jun 08 20:36:35.580 INFO STEP 950 (remove_files) COMPLETE
76732026-06-08T20:36:36.447Z[ recovery-image] Jun 08 20:36:35.580 INFO O| Jun 08 20:36:35.580 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-06-08T20:36:36.456Z[ recovery-image] Jun 08 20:36:35.585 INFO O| Jun 08 20:36:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76752026-06-08T20:36:36.456Z[ recovery-image] Jun 08 20:36:35.585 INFO O| Jun 08 20:36:35.585 INFO STEP 951 (remove_files) COMPLETE
76762026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.585 INFO O| Jun 08 20:36:35.585 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.591 INFO O| Jun 08 20:36:35.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76782026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.591 INFO O| Jun 08 20:36:35.591 INFO STEP 952 (remove_files) COMPLETE
76792026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.591 INFO O| Jun 08 20:36:35.591 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.598 INFO O| Jun 08 20:36:35.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76812026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.598 INFO O| Jun 08 20:36:35.598 INFO STEP 953 (remove_files) COMPLETE
76822026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.598 INFO O| Jun 08 20:36:35.598 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.604 INFO O| Jun 08 20:36:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76842026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.604 INFO O| Jun 08 20:36:35.604 INFO STEP 954 (remove_files) COMPLETE
76852026-06-08T20:36:36.459Z[ recovery-image] Jun 08 20:36:35.604 INFO O| Jun 08 20:36:35.604 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.610 INFO O| Jun 08 20:36:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76872026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.610 INFO O| Jun 08 20:36:35.610 INFO STEP 955 (remove_files) COMPLETE
76882026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.610 INFO O| Jun 08 20:36:35.610 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.617 INFO O| Jun 08 20:36:35.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76902026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.617 INFO O| Jun 08 20:36:35.617 INFO STEP 956 (remove_files) COMPLETE
76912026-06-08T20:36:36.469Z[ recovery-image] Jun 08 20:36:35.617 INFO O| Jun 08 20:36:35.617 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.624 INFO O| Jun 08 20:36:35.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76932026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.624 INFO O| Jun 08 20:36:35.624 INFO STEP 957 (remove_files) COMPLETE
76942026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.624 INFO O| Jun 08 20:36:35.624 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.629 INFO O| Jun 08 20:36:35.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76962026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.629 INFO O| Jun 08 20:36:35.629 INFO STEP 958 (remove_files) COMPLETE
76972026-06-08T20:36:36.483Z[ recovery-image] Jun 08 20:36:35.629 INFO O| Jun 08 20:36:35.629 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.635 INFO O| Jun 08 20:36:35.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76992026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.635 INFO O| Jun 08 20:36:35.635 INFO STEP 959 (remove_files) COMPLETE
77002026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.635 INFO O| Jun 08 20:36:35.635 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.640 INFO O| Jun 08 20:36:35.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77022026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.640 INFO O| Jun 08 20:36:35.640 INFO STEP 960 (remove_files) COMPLETE
77032026-06-08T20:36:36.494Z[ recovery-image] Jun 08 20:36:35.640 INFO O| Jun 08 20:36:35.640 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.647 INFO O| Jun 08 20:36:35.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77052026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.647 INFO O| Jun 08 20:36:35.647 INFO STEP 961 (remove_files) COMPLETE
77062026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.647 INFO O| Jun 08 20:36:35.647 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.652 INFO O| Jun 08 20:36:35.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77082026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.652 INFO O| Jun 08 20:36:35.652 INFO STEP 962 (remove_files) COMPLETE
77092026-06-08T20:36:36.503Z[ recovery-image] Jun 08 20:36:35.652 INFO O| Jun 08 20:36:35.652 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-06-08T20:36:36.509Z[ recovery-image] Jun 08 20:36:35.658 INFO O| Jun 08 20:36:35.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77112026-06-08T20:36:36.509Z[ recovery-image] Jun 08 20:36:35.658 INFO O| Jun 08 20:36:35.658 INFO STEP 963 (remove_files) COMPLETE
77122026-06-08T20:36:36.509Z[ recovery-image] Jun 08 20:36:35.658 INFO O| Jun 08 20:36:35.658 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-06-08T20:36:36.515Z[ recovery-image] Jun 08 20:36:35.663 INFO O| Jun 08 20:36:35.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77142026-06-08T20:36:36.515Z[ recovery-image] Jun 08 20:36:35.663 INFO O| Jun 08 20:36:35.663 INFO STEP 964 (remove_files) COMPLETE
77152026-06-08T20:36:36.516Z[ recovery-image] Jun 08 20:36:35.663 INFO O| Jun 08 20:36:35.663 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-06-08T20:36:36.516Z[ recovery-image] Jun 08 20:36:35.669 INFO O| Jun 08 20:36:35.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77172026-06-08T20:36:36.516Z[ recovery-image] Jun 08 20:36:35.669 INFO O| Jun 08 20:36:35.669 INFO STEP 965 (remove_files) COMPLETE
77182026-06-08T20:36:36.516Z[ recovery-image] Jun 08 20:36:35.669 INFO O| Jun 08 20:36:35.669 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-06-08T20:36:36.522Z[ recovery-image] Jun 08 20:36:35.674 INFO O| Jun 08 20:36:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77202026-06-08T20:36:36.523Z[ recovery-image] Jun 08 20:36:35.674 INFO O| Jun 08 20:36:35.674 INFO STEP 966 (remove_files) COMPLETE
77212026-06-08T20:36:36.523Z[ recovery-image] Jun 08 20:36:35.674 INFO O| Jun 08 20:36:35.674 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-06-08T20:36:36.530Z[ recovery-image] Jun 08 20:36:35.680 INFO O| Jun 08 20:36:35.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77232026-06-08T20:36:36.531Z[ recovery-image] Jun 08 20:36:35.680 INFO O| Jun 08 20:36:35.680 INFO STEP 967 (remove_files) COMPLETE
77242026-06-08T20:36:36.531Z[ recovery-image] Jun 08 20:36:35.680 INFO O| Jun 08 20:36:35.680 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-06-08T20:36:36.537Z[ recovery-image] Jun 08 20:36:35.686 INFO O| Jun 08 20:36:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77262026-06-08T20:36:36.538Z[ recovery-image] Jun 08 20:36:35.686 INFO O| Jun 08 20:36:35.686 INFO STEP 968 (remove_files) COMPLETE
77272026-06-08T20:36:36.538Z[ recovery-image] Jun 08 20:36:35.686 INFO O| Jun 08 20:36:35.686 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-06-08T20:36:36.550Z[ recovery-image] Jun 08 20:36:35.692 INFO O| Jun 08 20:36:35.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77292026-06-08T20:36:36.550Z[ recovery-image] Jun 08 20:36:35.692 INFO O| Jun 08 20:36:35.692 INFO STEP 969 (remove_files) COMPLETE
77302026-06-08T20:36:36.550Z[ recovery-image] Jun 08 20:36:35.692 INFO O| Jun 08 20:36:35.692 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-06-08T20:36:36.556Z[ recovery-image] Jun 08 20:36:35.699 INFO O| Jun 08 20:36:35.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77322026-06-08T20:36:36.556Z[ recovery-image] Jun 08 20:36:35.699 INFO O| Jun 08 20:36:35.699 INFO STEP 970 (remove_files) COMPLETE
77332026-06-08T20:36:36.556Z[ recovery-image] Jun 08 20:36:35.699 INFO O| Jun 08 20:36:35.699 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-06-08T20:36:36.556Z[ recovery-image] Jun 08 20:36:35.704 INFO O| Jun 08 20:36:35.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77352026-06-08T20:36:36.557Z[ recovery-image] Jun 08 20:36:35.704 INFO O| Jun 08 20:36:35.704 INFO STEP 971 (remove_files) COMPLETE
77362026-06-08T20:36:36.557Z[ recovery-image] Jun 08 20:36:35.704 INFO O| Jun 08 20:36:35.704 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-06-08T20:36:36.566Z[ recovery-image] Jun 08 20:36:35.710 INFO O| Jun 08 20:36:35.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77382026-06-08T20:36:36.567Z[ recovery-image] Jun 08 20:36:35.710 INFO O| Jun 08 20:36:35.710 INFO STEP 972 (remove_files) COMPLETE
77392026-06-08T20:36:36.567Z[ recovery-image] Jun 08 20:36:35.710 INFO O| Jun 08 20:36:35.710 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-06-08T20:36:36.567Z[ recovery-image] Jun 08 20:36:35.715 INFO O| Jun 08 20:36:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77412026-06-08T20:36:36.567Z[ recovery-image] Jun 08 20:36:35.715 INFO O| Jun 08 20:36:35.715 INFO STEP 973 (remove_files) COMPLETE
77422026-06-08T20:36:36.567Z[ recovery-image] Jun 08 20:36:35.715 INFO O| Jun 08 20:36:35.715 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-06-08T20:36:36.573Z[ recovery-image] Jun 08 20:36:35.721 INFO O| Jun 08 20:36:35.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77442026-06-08T20:36:36.573Z[ recovery-image] Jun 08 20:36:35.721 INFO O| Jun 08 20:36:35.721 INFO STEP 974 (remove_files) COMPLETE
77452026-06-08T20:36:36.573Z[ recovery-image] Jun 08 20:36:35.721 INFO O| Jun 08 20:36:35.721 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-06-08T20:36:36.573Z[ recovery-image] Jun 08 20:36:35.726 INFO O| Jun 08 20:36:35.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77472026-06-08T20:36:36.574Z[ recovery-image] Jun 08 20:36:35.726 INFO O| Jun 08 20:36:35.726 INFO STEP 975 (remove_files) COMPLETE
77482026-06-08T20:36:36.574Z[ recovery-image] Jun 08 20:36:35.726 INFO O| Jun 08 20:36:35.726 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-06-08T20:36:36.584Z[ recovery-image] Jun 08 20:36:35.731 INFO O| Jun 08 20:36:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77502026-06-08T20:36:36.584Z[ recovery-image] Jun 08 20:36:35.731 INFO O| Jun 08 20:36:35.731 INFO STEP 976 (remove_files) COMPLETE
77512026-06-08T20:36:36.584Z[ recovery-image] Jun 08 20:36:35.731 INFO O| Jun 08 20:36:35.731 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-06-08T20:36:36.594Z[ recovery-image] Jun 08 20:36:35.736 INFO O| Jun 08 20:36:35.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77532026-06-08T20:36:36.594Z[ recovery-image] Jun 08 20:36:35.736 INFO O| Jun 08 20:36:35.736 INFO STEP 977 (remove_files) COMPLETE
77542026-06-08T20:36:36.594Z[ recovery-image] Jun 08 20:36:35.736 INFO O| Jun 08 20:36:35.736 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.742 INFO O| Jun 08 20:36:35.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77562026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.742 INFO O| Jun 08 20:36:35.742 INFO STEP 978 (remove_files) COMPLETE
77572026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.742 INFO O| Jun 08 20:36:35.742 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.747 INFO O| Jun 08 20:36:35.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77592026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.747 INFO O| Jun 08 20:36:35.747 INFO STEP 979 (remove_files) COMPLETE
77602026-06-08T20:36:36.595Z[ recovery-image] Jun 08 20:36:35.747 INFO O| Jun 08 20:36:35.747 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-06-08T20:36:36.600Z[ recovery-image] Jun 08 20:36:35.752 INFO O| Jun 08 20:36:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77622026-06-08T20:36:36.600Z[ recovery-image] Jun 08 20:36:35.752 INFO O| Jun 08 20:36:35.752 INFO STEP 980 (remove_files) COMPLETE
77632026-06-08T20:36:36.600Z[ recovery-image] Jun 08 20:36:35.752 INFO O| Jun 08 20:36:35.752 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-06-08T20:36:36.606Z[ recovery-image] Jun 08 20:36:35.757 INFO O| Jun 08 20:36:35.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77652026-06-08T20:36:36.606Z[ recovery-image] Jun 08 20:36:35.757 INFO O| Jun 08 20:36:35.757 INFO STEP 981 (remove_files) COMPLETE
77662026-06-08T20:36:36.606Z[ recovery-image] Jun 08 20:36:35.757 INFO O| Jun 08 20:36:35.757 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-06-08T20:36:36.611Z[ recovery-image] Jun 08 20:36:35.762 INFO O| Jun 08 20:36:35.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77682026-06-08T20:36:36.611Z[ recovery-image] Jun 08 20:36:35.762 INFO O| Jun 08 20:36:35.762 INFO STEP 982 (remove_files) COMPLETE
77692026-06-08T20:36:36.612Z[ recovery-image] Jun 08 20:36:35.762 INFO O| Jun 08 20:36:35.762 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-06-08T20:36:36.622Z[ recovery-image] Jun 08 20:36:35.767 INFO O| Jun 08 20:36:35.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77712026-06-08T20:36:36.622Z[ recovery-image] Jun 08 20:36:35.767 INFO O| Jun 08 20:36:35.767 INFO STEP 983 (remove_files) COMPLETE
77722026-06-08T20:36:36.625Z[ recovery-image] Jun 08 20:36:35.767 INFO O| Jun 08 20:36:35.767 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-06-08T20:36:36.631Z[ recovery-image] Jun 08 20:36:35.773 INFO O| Jun 08 20:36:35.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77742026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.773 INFO O| Jun 08 20:36:35.773 INFO STEP 984 (remove_files) COMPLETE
77752026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.773 INFO O| Jun 08 20:36:35.773 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.778 INFO O| Jun 08 20:36:35.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77772026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.778 INFO O| Jun 08 20:36:35.778 INFO STEP 985 (remove_files) COMPLETE
77782026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.778 INFO O| Jun 08 20:36:35.778 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.783 INFO O| Jun 08 20:36:35.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77802026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.783 INFO O| Jun 08 20:36:35.783 INFO STEP 986 (remove_files) COMPLETE
77812026-06-08T20:36:36.637Z[ recovery-image] Jun 08 20:36:35.783 INFO O| Jun 08 20:36:35.783 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.790 INFO O| Jun 08 20:36:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77832026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.790 INFO O| Jun 08 20:36:35.790 INFO STEP 987 (remove_files) COMPLETE
77842026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.790 INFO O| Jun 08 20:36:35.790 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.795 INFO O| Jun 08 20:36:35.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77862026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.795 INFO O| Jun 08 20:36:35.795 INFO STEP 988 (remove_files) COMPLETE
77872026-06-08T20:36:36.649Z[ recovery-image] Jun 08 20:36:35.795 INFO O| Jun 08 20:36:35.795 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.800 INFO O| Jun 08 20:36:35.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77892026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.800 INFO O| Jun 08 20:36:35.800 INFO STEP 989 (remove_files) COMPLETE
77902026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.800 INFO O| Jun 08 20:36:35.800 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.805 INFO O| Jun 08 20:36:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77922026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.805 INFO O| Jun 08 20:36:35.805 INFO STEP 990 (remove_files) COMPLETE
77932026-06-08T20:36:36.656Z[ recovery-image] Jun 08 20:36:35.805 INFO O| Jun 08 20:36:35.805 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-06-08T20:36:36.660Z[ recovery-image] Jun 08 20:36:35.810 INFO O| Jun 08 20:36:35.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77952026-06-08T20:36:36.660Z[ recovery-image] Jun 08 20:36:35.810 INFO O| Jun 08 20:36:35.810 INFO STEP 991 (remove_files) COMPLETE
77962026-06-08T20:36:36.660Z[ recovery-image] Jun 08 20:36:35.810 INFO O| Jun 08 20:36:35.810 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-06-08T20:36:36.666Z[ recovery-image] Jun 08 20:36:35.815 INFO O| Jun 08 20:36:35.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77982026-06-08T20:36:36.667Z[ recovery-image] Jun 08 20:36:35.816 INFO O| Jun 08 20:36:35.816 INFO STEP 992 (remove_files) COMPLETE
77992026-06-08T20:36:36.667Z[ recovery-image] Jun 08 20:36:35.816 INFO O| Jun 08 20:36:35.816 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-06-08T20:36:36.677Z[ recovery-image] Jun 08 20:36:35.821 INFO O| Jun 08 20:36:35.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78012026-06-08T20:36:36.677Z[ recovery-image] Jun 08 20:36:35.821 INFO O| Jun 08 20:36:35.821 INFO STEP 993 (remove_files) COMPLETE
78022026-06-08T20:36:36.677Z[ recovery-image] Jun 08 20:36:35.821 INFO O| Jun 08 20:36:35.821 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-06-08T20:36:36.687Z[ recovery-image] Jun 08 20:36:35.826 INFO O| Jun 08 20:36:35.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78042026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.826 INFO O| Jun 08 20:36:35.826 INFO STEP 994 (remove_files) COMPLETE
78052026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.826 INFO O| Jun 08 20:36:35.826 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.830 INFO O| Jun 08 20:36:35.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78072026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.830 INFO O| Jun 08 20:36:35.830 INFO STEP 995 (remove_files) COMPLETE
78082026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.830 INFO O| Jun 08 20:36:35.830 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.835 INFO O| Jun 08 20:36:35.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78102026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.835 INFO O| Jun 08 20:36:35.835 INFO STEP 996 (remove_files) COMPLETE
78112026-06-08T20:36:36.688Z[ recovery-image] Jun 08 20:36:35.835 INFO O| Jun 08 20:36:35.835 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-06-08T20:36:36.699Z[ recovery-image] Jun 08 20:36:35.840 INFO O| Jun 08 20:36:35.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78132026-06-08T20:36:36.699Z[ recovery-image] Jun 08 20:36:35.840 INFO O| Jun 08 20:36:35.840 INFO STEP 997 (remove_files) COMPLETE
78142026-06-08T20:36:36.699Z[ recovery-image] Jun 08 20:36:35.840 INFO O| Jun 08 20:36:35.840 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-06-08T20:36:36.699Z[ recovery-image] Jun 08 20:36:35.845 INFO O| Jun 08 20:36:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78162026-06-08T20:36:36.700Z[ recovery-image] Jun 08 20:36:35.845 INFO O| Jun 08 20:36:35.845 INFO STEP 998 (remove_files) COMPLETE
78172026-06-08T20:36:36.700Z[ recovery-image] Jun 08 20:36:35.845 INFO O| Jun 08 20:36:35.845 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.851 INFO O| Jun 08 20:36:35.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78192026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.851 INFO O| Jun 08 20:36:35.851 INFO STEP 999 (remove_files) COMPLETE
78202026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.851 INFO O| Jun 08 20:36:35.851 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.856 INFO O| Jun 08 20:36:35.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78222026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.856 INFO O| Jun 08 20:36:35.856 INFO STEP 1000 (remove_files) COMPLETE
78232026-06-08T20:36:36.710Z[ recovery-image] Jun 08 20:36:35.856 INFO O| Jun 08 20:36:35.856 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-06-08T20:36:36.722Z[ recovery-image] Jun 08 20:36:35.861 INFO O| Jun 08 20:36:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78252026-06-08T20:36:36.722Z[ recovery-image] Jun 08 20:36:35.861 INFO O| Jun 08 20:36:35.861 INFO STEP 1001 (remove_files) COMPLETE
78262026-06-08T20:36:36.722Z[ recovery-image] Jun 08 20:36:35.861 INFO O| Jun 08 20:36:35.861 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-06-08T20:36:36.722Z[ recovery-image] Jun 08 20:36:35.866 INFO O| Jun 08 20:36:35.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78282026-06-08T20:36:36.722Z[ recovery-image] Jun 08 20:36:35.866 INFO O| Jun 08 20:36:35.866 INFO STEP 1002 (remove_files) COMPLETE
78292026-06-08T20:36:36.725Z[ recovery-image] Jun 08 20:36:35.866 INFO O| Jun 08 20:36:35.866 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.871 INFO O| Jun 08 20:36:35.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78312026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.871 INFO O| Jun 08 20:36:35.871 INFO STEP 1003 (remove_files) COMPLETE
78322026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.871 INFO O| Jun 08 20:36:35.871 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.876 INFO O| Jun 08 20:36:35.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78342026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.876 INFO O| Jun 08 20:36:35.876 INFO STEP 1004 (remove_files) COMPLETE
78352026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.876 INFO O| Jun 08 20:36:35.876 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.881 INFO O| Jun 08 20:36:35.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78372026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.881 INFO O| Jun 08 20:36:35.881 INFO STEP 1005 (remove_files) COMPLETE
78382026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.881 INFO O| Jun 08 20:36:35.881 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-06-08T20:36:36.737Z[ recovery-image] Jun 08 20:36:35.886 INFO O| Jun 08 20:36:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78402026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.886 INFO O| Jun 08 20:36:35.886 INFO STEP 1006 (remove_files) COMPLETE
78412026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.886 INFO O| Jun 08 20:36:35.886 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.891 INFO O| Jun 08 20:36:35.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78432026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.891 INFO O| Jun 08 20:36:35.891 INFO STEP 1007 (remove_files) COMPLETE
78442026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.891 INFO O| Jun 08 20:36:35.891 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.896 INFO O| Jun 08 20:36:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78462026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.896 INFO O| Jun 08 20:36:35.896 INFO STEP 1008 (remove_files) COMPLETE
78472026-06-08T20:36:36.745Z[ recovery-image] Jun 08 20:36:35.896 INFO O| Jun 08 20:36:35.896 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-06-08T20:36:36.754Z[ recovery-image] Jun 08 20:36:35.901 INFO O| Jun 08 20:36:35.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78492026-06-08T20:36:36.754Z[ recovery-image] Jun 08 20:36:35.902 INFO O| Jun 08 20:36:35.902 INFO STEP 1009 (remove_files) COMPLETE
78502026-06-08T20:36:36.754Z[ recovery-image] Jun 08 20:36:35.902 INFO O| Jun 08 20:36:35.902 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.907 INFO O| Jun 08 20:36:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78522026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.907 INFO O| Jun 08 20:36:35.907 INFO STEP 1010 (remove_files) COMPLETE
78532026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.907 INFO O| Jun 08 20:36:35.907 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.912 INFO O| Jun 08 20:36:35.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78552026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.912 INFO O| Jun 08 20:36:35.912 INFO STEP 1011 (remove_files) COMPLETE
78562026-06-08T20:36:36.765Z[ recovery-image] Jun 08 20:36:35.912 INFO O| Jun 08 20:36:35.912 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.917 INFO O| Jun 08 20:36:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78582026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.917 INFO O| Jun 08 20:36:35.917 INFO STEP 1012 (remove_files) COMPLETE
78592026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.917 INFO O| Jun 08 20:36:35.917 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.922 INFO O| Jun 08 20:36:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78612026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.922 INFO O| Jun 08 20:36:35.922 INFO STEP 1013 (remove_files) COMPLETE
78622026-06-08T20:36:36.770Z[ recovery-image] Jun 08 20:36:35.922 INFO O| Jun 08 20:36:35.922 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-06-08T20:36:36.776Z[ recovery-image] Jun 08 20:36:35.927 INFO O| Jun 08 20:36:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78642026-06-08T20:36:36.776Z[ recovery-image] Jun 08 20:36:35.927 INFO O| Jun 08 20:36:35.927 INFO STEP 1014 (remove_files) COMPLETE
78652026-06-08T20:36:36.776Z[ recovery-image] Jun 08 20:36:35.927 INFO O| Jun 08 20:36:35.927 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-06-08T20:36:36.783Z[ recovery-image] Jun 08 20:36:35.932 INFO O| Jun 08 20:36:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78672026-06-08T20:36:36.783Z[ recovery-image] Jun 08 20:36:35.932 INFO O| Jun 08 20:36:35.932 INFO STEP 1015 (remove_files) COMPLETE
78682026-06-08T20:36:36.783Z[ recovery-image] Jun 08 20:36:35.932 INFO O| Jun 08 20:36:35.932 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-06-08T20:36:36.792Z[ recovery-image] Jun 08 20:36:35.937 INFO O| Jun 08 20:36:35.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78702026-06-08T20:36:36.792Z[ recovery-image] Jun 08 20:36:35.937 INFO O| Jun 08 20:36:35.937 INFO STEP 1016 (remove_files) COMPLETE
78712026-06-08T20:36:36.793Z[ recovery-image] Jun 08 20:36:35.937 INFO O| Jun 08 20:36:35.937 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-06-08T20:36:36.793Z[ recovery-image] Jun 08 20:36:35.942 INFO O| Jun 08 20:36:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78732026-06-08T20:36:36.793Z[ recovery-image] Jun 08 20:36:35.942 INFO O| Jun 08 20:36:35.942 INFO STEP 1017 (remove_files) COMPLETE
78742026-06-08T20:36:36.793Z[ recovery-image] Jun 08 20:36:35.942 INFO O| Jun 08 20:36:35.942 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-06-08T20:36:36.797Z[ recovery-image] Jun 08 20:36:35.947 INFO O| Jun 08 20:36:35.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78762026-06-08T20:36:36.797Z[ recovery-image] Jun 08 20:36:35.947 INFO O| Jun 08 20:36:35.947 INFO STEP 1018 (remove_files) COMPLETE
78772026-06-08T20:36:36.797Z[ recovery-image] Jun 08 20:36:35.947 INFO O| Jun 08 20:36:35.947 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-06-08T20:36:36.801Z[ recovery-image] Jun 08 20:36:35.953 INFO O| Jun 08 20:36:35.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78792026-06-08T20:36:36.801Z[ recovery-image] Jun 08 20:36:35.953 INFO O| Jun 08 20:36:35.953 INFO STEP 1019 (remove_files) COMPLETE
78802026-06-08T20:36:36.801Z[ recovery-image] Jun 08 20:36:35.953 INFO O| Jun 08 20:36:35.953 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-06-08T20:36:36.806Z[ recovery-image] Jun 08 20:36:35.959 INFO O| Jun 08 20:36:35.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78822026-06-08T20:36:36.807Z[ recovery-image] Jun 08 20:36:35.959 INFO O| Jun 08 20:36:35.959 INFO STEP 1020 (remove_files) COMPLETE
78832026-06-08T20:36:36.809Z[ recovery-image] Jun 08 20:36:35.959 INFO O| Jun 08 20:36:35.959 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-06-08T20:36:36.816Z[ recovery-image] Jun 08 20:36:35.966 INFO O| Jun 08 20:36:35.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78852026-06-08T20:36:36.816Z[ recovery-image] Jun 08 20:36:35.966 INFO O| Jun 08 20:36:35.966 INFO STEP 1021 (remove_files) COMPLETE
78862026-06-08T20:36:36.816Z[ recovery-image] Jun 08 20:36:35.966 INFO O| Jun 08 20:36:35.966 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-06-08T20:36:36.823Z[ recovery-image] Jun 08 20:36:35.972 INFO O| Jun 08 20:36:35.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78882026-06-08T20:36:36.823Z[ recovery-image] Jun 08 20:36:35.972 INFO O| Jun 08 20:36:35.972 INFO STEP 1022 (remove_files) COMPLETE
78892026-06-08T20:36:36.823Z[ recovery-image] Jun 08 20:36:35.972 INFO O| Jun 08 20:36:35.972 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-06-08T20:36:36.828Z[ recovery-image] Jun 08 20:36:35.978 INFO O| Jun 08 20:36:35.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78912026-06-08T20:36:36.828Z[ recovery-image] Jun 08 20:36:35.978 INFO O| Jun 08 20:36:35.978 INFO STEP 1023 (remove_files) COMPLETE
78922026-06-08T20:36:36.828Z[ recovery-image] Jun 08 20:36:35.978 INFO O| Jun 08 20:36:35.978 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-06-08T20:36:36.832Z[ recovery-image] Jun 08 20:36:35.984 INFO O| Jun 08 20:36:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78942026-06-08T20:36:36.832Z[ recovery-image] Jun 08 20:36:35.984 INFO O| Jun 08 20:36:35.984 INFO STEP 1024 (remove_files) COMPLETE
78952026-06-08T20:36:36.832Z[ recovery-image] Jun 08 20:36:35.984 INFO O| Jun 08 20:36:35.984 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-06-08T20:36:36.839Z[ recovery-image] Jun 08 20:36:35.990 INFO O| Jun 08 20:36:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78972026-06-08T20:36:36.839Z[ recovery-image] Jun 08 20:36:35.990 INFO O| Jun 08 20:36:35.990 INFO STEP 1025 (remove_files) COMPLETE
78982026-06-08T20:36:36.839Z[ recovery-image] Jun 08 20:36:35.990 INFO O| Jun 08 20:36:35.990 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-06-08T20:36:36.844Z[ recovery-image] Jun 08 20:36:35.997 INFO O| Jun 08 20:36:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79002026-06-08T20:36:36.844Z[ recovery-image] Jun 08 20:36:35.997 INFO O| Jun 08 20:36:35.997 INFO STEP 1026 (remove_files) COMPLETE
79012026-06-08T20:36:36.844Z[ recovery-image] Jun 08 20:36:35.997 INFO O| Jun 08 20:36:35.997 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-06-08T20:36:36.851Z[ recovery-image] Jun 08 20:36:36.005 INFO O| Jun 08 20:36:36.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79032026-06-08T20:36:36.851Z[ recovery-image] Jun 08 20:36:36.005 INFO O| Jun 08 20:36:36.005 INFO STEP 1027 (remove_files) COMPLETE
79042026-06-08T20:36:36.852Z[ recovery-image] Jun 08 20:36:36.005 INFO O| Jun 08 20:36:36.005 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-06-08T20:36:36.865Z[ recovery-image] Jun 08 20:36:36.011 INFO O| Jun 08 20:36:36.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79062026-06-08T20:36:36.865Z[ recovery-image] Jun 08 20:36:36.012 INFO O| Jun 08 20:36:36.012 INFO STEP 1028 (remove_files) COMPLETE
79072026-06-08T20:36:36.870Z[ recovery-image] Jun 08 20:36:36.012 INFO O| Jun 08 20:36:36.012 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.017 INFO O| Jun 08 20:36:36.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79092026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.017 INFO O| Jun 08 20:36:36.017 INFO STEP 1029 (remove_files) COMPLETE
79102026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.017 INFO O| Jun 08 20:36:36.017 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.023 INFO O| Jun 08 20:36:36.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79122026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.023 INFO O| Jun 08 20:36:36.023 INFO STEP 1030 (remove_files) COMPLETE
79132026-06-08T20:36:36.878Z[ recovery-image] Jun 08 20:36:36.023 INFO O| Jun 08 20:36:36.023 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.030 INFO O| Jun 08 20:36:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79152026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.030 INFO O| Jun 08 20:36:36.030 INFO STEP 1031 (remove_files) COMPLETE
79162026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.030 INFO O| Jun 08 20:36:36.030 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.036 INFO O| Jun 08 20:36:36.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79182026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.036 INFO O| Jun 08 20:36:36.036 INFO STEP 1032 (remove_files) COMPLETE
79192026-06-08T20:36:36.889Z[ recovery-image] Jun 08 20:36:36.036 INFO O| Jun 08 20:36:36.036 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-06-08T20:36:36.898Z[ recovery-image] Jun 08 20:36:36.041 INFO O| Jun 08 20:36:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79212026-06-08T20:36:36.898Z[ recovery-image] Jun 08 20:36:36.041 INFO O| Jun 08 20:36:36.041 INFO STEP 1033 (remove_files) COMPLETE
79222026-06-08T20:36:36.899Z[ recovery-image] Jun 08 20:36:36.041 INFO O| Jun 08 20:36:36.041 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-06-08T20:36:36.899Z[ recovery-image] Jun 08 20:36:36.047 INFO O| Jun 08 20:36:36.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79242026-06-08T20:36:36.899Z[ recovery-image] Jun 08 20:36:36.047 INFO O| Jun 08 20:36:36.047 INFO STEP 1034 (remove_files) COMPLETE
79252026-06-08T20:36:36.899Z[ recovery-image] Jun 08 20:36:36.047 INFO O| Jun 08 20:36:36.047 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-06-08T20:36:36.907Z[ recovery-image] Jun 08 20:36:36.053 INFO O| Jun 08 20:36:36.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79272026-06-08T20:36:36.907Z[ recovery-image] Jun 08 20:36:36.054 INFO O| Jun 08 20:36:36.054 INFO STEP 1035 (remove_files) COMPLETE
79282026-06-08T20:36:36.907Z[ recovery-image] Jun 08 20:36:36.054 INFO O| Jun 08 20:36:36.054 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-06-08T20:36:36.907Z[ recovery-image] Jun 08 20:36:36.060 INFO O| Jun 08 20:36:36.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79302026-06-08T20:36:36.907Z[ recovery-image] Jun 08 20:36:36.060 INFO O| Jun 08 20:36:36.060 INFO STEP 1036 (remove_files) COMPLETE
79312026-06-08T20:36:36.908Z[ recovery-image] Jun 08 20:36:36.060 INFO O| Jun 08 20:36:36.060 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-06-08T20:36:36.916Z[ recovery-image] Jun 08 20:36:36.065 INFO O| Jun 08 20:36:36.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79332026-06-08T20:36:36.917Z[ recovery-image] Jun 08 20:36:36.065 INFO O| Jun 08 20:36:36.065 INFO STEP 1037 (remove_files) COMPLETE
79342026-06-08T20:36:36.917Z[ recovery-image] Jun 08 20:36:36.065 INFO O| Jun 08 20:36:36.065 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-06-08T20:36:36.936Z[ recovery-image] Jun 08 20:36:36.070 INFO O| Jun 08 20:36:36.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79362026-06-08T20:36:36.936Z[ recovery-image] Jun 08 20:36:36.070 INFO O| Jun 08 20:36:36.070 INFO STEP 1038 (remove_files) COMPLETE
79372026-06-08T20:36:36.936Z[ recovery-image] Jun 08 20:36:36.070 INFO O| Jun 08 20:36:36.070 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.076 INFO O| Jun 08 20:36:36.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79392026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.076 INFO O| Jun 08 20:36:36.076 INFO STEP 1039 (remove_files) COMPLETE
79402026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.076 INFO O| Jun 08 20:36:36.076 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.081 INFO O| Jun 08 20:36:36.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79422026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.081 INFO O| Jun 08 20:36:36.081 INFO STEP 1040 (remove_files) COMPLETE
79432026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.081 INFO O| Jun 08 20:36:36.081 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.086 INFO O| Jun 08 20:36:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79452026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.086 INFO O| Jun 08 20:36:36.086 INFO STEP 1041 (remove_files) COMPLETE
79462026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.086 INFO O| Jun 08 20:36:36.086 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.091 INFO O| Jun 08 20:36:36.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79482026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.091 INFO O| Jun 08 20:36:36.091 INFO STEP 1042 (remove_files) COMPLETE
79492026-06-08T20:36:36.949Z[ recovery-image] Jun 08 20:36:36.091 INFO O| Jun 08 20:36:36.091 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-06-08T20:36:36.958Z[ recovery-image] Jun 08 20:36:36.098 INFO O| Jun 08 20:36:36.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79512026-06-08T20:36:36.958Z[ recovery-image] Jun 08 20:36:36.098 INFO O| Jun 08 20:36:36.098 INFO STEP 1043 (remove_files) COMPLETE
79522026-06-08T20:36:36.958Z[ recovery-image] Jun 08 20:36:36.098 INFO O| Jun 08 20:36:36.098 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-06-08T20:36:36.959Z[ recovery-image] Jun 08 20:36:36.104 INFO O| Jun 08 20:36:36.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79542026-06-08T20:36:36.959Z[ recovery-image] Jun 08 20:36:36.104 INFO O| Jun 08 20:36:36.104 INFO STEP 1044 (remove_files) COMPLETE
79552026-06-08T20:36:36.959Z[ recovery-image] Jun 08 20:36:36.104 INFO O| Jun 08 20:36:36.104 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-06-08T20:36:36.962Z[ recovery-image] Jun 08 20:36:36.110 INFO O| Jun 08 20:36:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79572026-06-08T20:36:36.962Z[ recovery-image] Jun 08 20:36:36.110 INFO O| Jun 08 20:36:36.110 INFO STEP 1045 (remove_files) COMPLETE
79582026-06-08T20:36:36.962Z[ recovery-image] Jun 08 20:36:36.110 INFO O| Jun 08 20:36:36.110 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-06-08T20:36:36.963Z[ recovery-image] Jun 08 20:36:36.116 INFO O| Jun 08 20:36:36.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79602026-06-08T20:36:36.963Z[ recovery-image] Jun 08 20:36:36.116 INFO O| Jun 08 20:36:36.116 INFO STEP 1046 (remove_files) COMPLETE
79612026-06-08T20:36:36.968Z[ recovery-image] Jun 08 20:36:36.116 INFO O| Jun 08 20:36:36.116 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-06-08T20:36:36.974Z[ recovery-image] Jun 08 20:36:36.122 INFO O| Jun 08 20:36:36.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79632026-06-08T20:36:36.978Z[ recovery-image] Jun 08 20:36:36.122 INFO O| Jun 08 20:36:36.122 INFO STEP 1047 (remove_files) COMPLETE
79642026-06-08T20:36:36.983Z[ recovery-image] Jun 08 20:36:36.122 INFO O| Jun 08 20:36:36.122 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-06-08T20:36:36.985Z[ recovery-image] Jun 08 20:36:36.128 INFO O| Jun 08 20:36:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79662026-06-08T20:36:36.985Z[ recovery-image] Jun 08 20:36:36.128 INFO O| Jun 08 20:36:36.128 INFO STEP 1048 (remove_files) COMPLETE
79672026-06-08T20:36:36.985Z[ recovery-image] Jun 08 20:36:36.128 INFO O| Jun 08 20:36:36.128 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-06-08T20:36:36.994Z[ recovery-image] Jun 08 20:36:36.134 INFO O| Jun 08 20:36:36.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79692026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.134 INFO O| Jun 08 20:36:36.134 INFO STEP 1049 (remove_files) COMPLETE
79702026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.134 INFO O| Jun 08 20:36:36.134 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.139 INFO O| Jun 08 20:36:36.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79722026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.139 INFO O| Jun 08 20:36:36.139 INFO STEP 1050 (remove_files) COMPLETE
79732026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.139 INFO O| Jun 08 20:36:36.139 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.145 INFO O| Jun 08 20:36:36.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79752026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.145 INFO O| Jun 08 20:36:36.145 INFO STEP 1051 (remove_files) COMPLETE
79762026-06-08T20:36:36.995Z[ recovery-image] Jun 08 20:36:36.145 INFO O| Jun 08 20:36:36.145 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-06-08T20:36:37.000Z[ recovery-image] Jun 08 20:36:36.151 INFO O| Jun 08 20:36:36.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79782026-06-08T20:36:37.000Z[ recovery-image] Jun 08 20:36:36.151 INFO O| Jun 08 20:36:36.151 INFO STEP 1052 (remove_files) COMPLETE
79792026-06-08T20:36:37.000Z[ recovery-image] Jun 08 20:36:36.151 INFO O| Jun 08 20:36:36.151 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-06-08T20:36:37.011Z[ recovery-image] Jun 08 20:36:36.157 INFO O| Jun 08 20:36:36.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79812026-06-08T20:36:37.011Z[ recovery-image] Jun 08 20:36:36.157 INFO O| Jun 08 20:36:36.157 INFO STEP 1053 (remove_files) COMPLETE
79822026-06-08T20:36:37.011Z[ recovery-image] Jun 08 20:36:36.157 INFO O| Jun 08 20:36:36.157 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.163 INFO O| Jun 08 20:36:36.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79842026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.163 INFO O| Jun 08 20:36:36.163 INFO STEP 1054 (remove_files) COMPLETE
79852026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.163 INFO O| Jun 08 20:36:36.163 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.168 INFO O| Jun 08 20:36:36.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79872026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.168 INFO O| Jun 08 20:36:36.168 INFO STEP 1055 (remove_files) COMPLETE
79882026-06-08T20:36:37.017Z[ recovery-image] Jun 08 20:36:36.168 INFO O| Jun 08 20:36:36.168 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-06-08T20:36:37.022Z[ recovery-image] Jun 08 20:36:36.174 INFO O| Jun 08 20:36:36.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79902026-06-08T20:36:37.022Z[ recovery-image] Jun 08 20:36:36.174 INFO O| Jun 08 20:36:36.174 INFO STEP 1056 (remove_files) COMPLETE
79912026-06-08T20:36:37.022Z[ recovery-image] Jun 08 20:36:36.174 INFO O| Jun 08 20:36:36.174 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-06-08T20:36:37.031Z[ recovery-image] Jun 08 20:36:36.179 INFO O| Jun 08 20:36:36.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79932026-06-08T20:36:37.031Z[ recovery-image] Jun 08 20:36:36.179 INFO O| Jun 08 20:36:36.179 INFO STEP 1057 (remove_files) COMPLETE
79942026-06-08T20:36:37.031Z[ recovery-image] Jun 08 20:36:36.179 INFO O| Jun 08 20:36:36.179 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.185 INFO O| Jun 08 20:36:36.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79962026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.185 INFO O| Jun 08 20:36:36.185 INFO STEP 1058 (remove_files) COMPLETE
79972026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.185 INFO O| Jun 08 20:36:36.185 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.190 INFO O| Jun 08 20:36:36.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79992026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.190 INFO O| Jun 08 20:36:36.190 INFO STEP 1059 (remove_files) COMPLETE
80002026-06-08T20:36:37.037Z[ recovery-image] Jun 08 20:36:36.190 INFO O| Jun 08 20:36:36.190 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-06-08T20:36:37.045Z[ recovery-image] Jun 08 20:36:36.196 INFO O| Jun 08 20:36:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80022026-06-08T20:36:37.045Z[ recovery-image] Jun 08 20:36:36.196 INFO O| Jun 08 20:36:36.196 INFO STEP 1060 (remove_files) COMPLETE
80032026-06-08T20:36:37.045Z[ recovery-image] Jun 08 20:36:36.196 INFO O| Jun 08 20:36:36.196 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-06-08T20:36:37.055Z[ recovery-image] Jun 08 20:36:36.201 INFO O| Jun 08 20:36:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80052026-06-08T20:36:37.055Z[ recovery-image] Jun 08 20:36:36.201 INFO O| Jun 08 20:36:36.201 INFO STEP 1061 (remove_files) COMPLETE
80062026-06-08T20:36:37.055Z[ recovery-image] Jun 08 20:36:36.201 INFO O| Jun 08 20:36:36.201 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.208 INFO O| Jun 08 20:36:36.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80082026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.208 INFO O| Jun 08 20:36:36.208 INFO STEP 1062 (remove_files) COMPLETE
80092026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.208 INFO O| Jun 08 20:36:36.208 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.213 INFO O| Jun 08 20:36:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80112026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.213 INFO O| Jun 08 20:36:36.213 INFO STEP 1063 (remove_files) COMPLETE
80122026-06-08T20:36:37.061Z[ recovery-image] Jun 08 20:36:36.213 INFO O| Jun 08 20:36:36.213 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-06-08T20:36:37.071Z[ recovery-image] Jun 08 20:36:36.219 INFO O| Jun 08 20:36:36.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80142026-06-08T20:36:37.071Z[ recovery-image] Jun 08 20:36:36.219 INFO O| Jun 08 20:36:36.219 INFO STEP 1064 (remove_files) COMPLETE
80152026-06-08T20:36:37.071Z[ recovery-image] Jun 08 20:36:36.219 INFO O| Jun 08 20:36:36.219 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-06-08T20:36:37.076Z[ recovery-image] Jun 08 20:36:36.224 INFO O| Jun 08 20:36:36.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80172026-06-08T20:36:37.076Z[ recovery-image] Jun 08 20:36:36.224 INFO O| Jun 08 20:36:36.224 INFO STEP 1065 (remove_files) COMPLETE
80182026-06-08T20:36:37.076Z[ recovery-image] Jun 08 20:36:36.224 INFO O| Jun 08 20:36:36.224 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-06-08T20:36:37.076Z[ recovery-image] Jun 08 20:36:36.230 INFO O| Jun 08 20:36:36.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80202026-06-08T20:36:37.076Z[ recovery-image] Jun 08 20:36:36.230 INFO O| Jun 08 20:36:36.230 INFO STEP 1066 (remove_files) COMPLETE
80212026-06-08T20:36:37.077Z[ recovery-image] Jun 08 20:36:36.230 INFO O| Jun 08 20:36:36.230 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-06-08T20:36:37.083Z[ recovery-image] Jun 08 20:36:36.235 INFO O| Jun 08 20:36:36.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80232026-06-08T20:36:37.083Z[ recovery-image] Jun 08 20:36:36.235 INFO O| Jun 08 20:36:36.235 INFO STEP 1067 (remove_files) COMPLETE
80242026-06-08T20:36:37.083Z[ recovery-image] Jun 08 20:36:36.235 INFO O| Jun 08 20:36:36.235 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-06-08T20:36:37.092Z[ recovery-image] Jun 08 20:36:36.241 INFO O| Jun 08 20:36:36.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80262026-06-08T20:36:37.092Z[ recovery-image] Jun 08 20:36:36.241 INFO O| Jun 08 20:36:36.241 INFO STEP 1068 (remove_files) COMPLETE
80272026-06-08T20:36:37.092Z[ recovery-image] Jun 08 20:36:36.241 INFO O| Jun 08 20:36:36.241 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-06-08T20:36:37.099Z[ recovery-image] Jun 08 20:36:36.246 INFO O| Jun 08 20:36:36.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80292026-06-08T20:36:37.099Z[ recovery-image] Jun 08 20:36:36.246 INFO O| Jun 08 20:36:36.246 INFO STEP 1069 (remove_files) COMPLETE
80302026-06-08T20:36:37.099Z[ recovery-image] Jun 08 20:36:36.246 INFO O| Jun 08 20:36:36.246 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.251 INFO O| Jun 08 20:36:36.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80322026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.251 INFO O| Jun 08 20:36:36.251 INFO STEP 1070 (remove_files) COMPLETE
80332026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.251 INFO O| Jun 08 20:36:36.251 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.257 INFO O| Jun 08 20:36:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80352026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.257 INFO O| Jun 08 20:36:36.257 INFO STEP 1071 (remove_files) COMPLETE
80362026-06-08T20:36:37.104Z[ recovery-image] Jun 08 20:36:36.257 INFO O| Jun 08 20:36:36.257 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-06-08T20:36:37.118Z[ recovery-image] Jun 08 20:36:36.262 INFO O| Jun 08 20:36:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80382026-06-08T20:36:37.118Z[ recovery-image] Jun 08 20:36:36.262 INFO O| Jun 08 20:36:36.262 INFO STEP 1072 (remove_files) COMPLETE
80392026-06-08T20:36:37.118Z[ recovery-image] Jun 08 20:36:36.262 INFO O| Jun 08 20:36:36.262 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-06-08T20:36:37.126Z[ recovery-image] Jun 08 20:36:36.267 INFO O| Jun 08 20:36:36.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80412026-06-08T20:36:37.126Z[ recovery-image] Jun 08 20:36:36.267 INFO O| Jun 08 20:36:36.267 INFO STEP 1073 (remove_files) COMPLETE
80422026-06-08T20:36:37.127Z[ recovery-image] Jun 08 20:36:36.267 INFO O| Jun 08 20:36:36.267 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-06-08T20:36:37.127Z[ recovery-image] Jun 08 20:36:36.273 INFO O| Jun 08 20:36:36.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80442026-06-08T20:36:37.127Z[ recovery-image] Jun 08 20:36:36.273 INFO O| Jun 08 20:36:36.273 INFO STEP 1074 (remove_files) COMPLETE
80452026-06-08T20:36:37.127Z[ recovery-image] Jun 08 20:36:36.273 INFO O| Jun 08 20:36:36.273 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-06-08T20:36:37.138Z[ recovery-image] Jun 08 20:36:36.278 INFO O| Jun 08 20:36:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80472026-06-08T20:36:37.138Z[ recovery-image] Jun 08 20:36:36.278 INFO O| Jun 08 20:36:36.278 INFO STEP 1075 (remove_files) COMPLETE
80482026-06-08T20:36:37.139Z[ recovery-image] Jun 08 20:36:36.278 INFO O| Jun 08 20:36:36.278 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-06-08T20:36:37.139Z[ recovery-image] Jun 08 20:36:36.284 INFO O| Jun 08 20:36:36.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80502026-06-08T20:36:37.139Z[ recovery-image] Jun 08 20:36:36.284 INFO O| Jun 08 20:36:36.284 INFO STEP 1076 (remove_files) COMPLETE
80512026-06-08T20:36:37.139Z[ recovery-image] Jun 08 20:36:36.284 INFO O| Jun 08 20:36:36.284 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.290 INFO O| Jun 08 20:36:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80532026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.290 INFO O| Jun 08 20:36:36.290 INFO STEP 1077 (remove_files) COMPLETE
80542026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.290 INFO O| Jun 08 20:36:36.290 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.296 INFO O| Jun 08 20:36:36.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80562026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.296 INFO O| Jun 08 20:36:36.296 INFO STEP 1078 (remove_files) COMPLETE
80572026-06-08T20:36:37.145Z[ recovery-image] Jun 08 20:36:36.296 INFO O| Jun 08 20:36:36.296 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-06-08T20:36:37.153Z[ recovery-image] Jun 08 20:36:36.301 INFO O| Jun 08 20:36:36.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80592026-06-08T20:36:37.154Z[ recovery-image] Jun 08 20:36:36.301 INFO O| Jun 08 20:36:36.301 INFO STEP 1079 (remove_files) COMPLETE
80602026-06-08T20:36:37.158Z[ recovery-image] Jun 08 20:36:36.301 INFO O| Jun 08 20:36:36.301 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-06-08T20:36:37.168Z[ recovery-image] Jun 08 20:36:36.306 INFO O| Jun 08 20:36:36.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80622026-06-08T20:36:37.168Z[ recovery-image] Jun 08 20:36:36.306 INFO O| Jun 08 20:36:36.306 INFO STEP 1080 (remove_files) COMPLETE
80632026-06-08T20:36:37.168Z[ recovery-image] Jun 08 20:36:36.306 INFO O| Jun 08 20:36:36.306 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-06-08T20:36:37.168Z[ recovery-image] Jun 08 20:36:36.311 INFO O| Jun 08 20:36:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80652026-06-08T20:36:37.169Z[ recovery-image] Jun 08 20:36:36.311 INFO O| Jun 08 20:36:36.311 INFO STEP 1081 (remove_files) COMPLETE
80662026-06-08T20:36:37.169Z[ recovery-image] Jun 08 20:36:36.311 INFO O| Jun 08 20:36:36.311 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-06-08T20:36:37.169Z[ recovery-image] Jun 08 20:36:36.317 INFO O| Jun 08 20:36:36.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80682026-06-08T20:36:37.169Z[ recovery-image] Jun 08 20:36:36.317 INFO O| Jun 08 20:36:36.317 INFO STEP 1082 (remove_files) COMPLETE
80692026-06-08T20:36:37.169Z[ recovery-image] Jun 08 20:36:36.317 INFO O| Jun 08 20:36:36.317 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-06-08T20:36:37.174Z[ recovery-image] Jun 08 20:36:36.322 INFO O| Jun 08 20:36:36.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80712026-06-08T20:36:37.174Z[ recovery-image] Jun 08 20:36:36.322 INFO O| Jun 08 20:36:36.322 INFO STEP 1083 (remove_files) COMPLETE
80722026-06-08T20:36:37.174Z[ recovery-image] Jun 08 20:36:36.322 INFO O| Jun 08 20:36:36.322 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-06-08T20:36:37.182Z[ recovery-image] Jun 08 20:36:36.327 INFO O| Jun 08 20:36:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80742026-06-08T20:36:37.182Z[ recovery-image] Jun 08 20:36:36.327 INFO O| Jun 08 20:36:36.327 INFO STEP 1084 (remove_files) COMPLETE
80752026-06-08T20:36:37.182Z[ recovery-image] Jun 08 20:36:36.327 INFO O| Jun 08 20:36:36.327 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.332 INFO O| Jun 08 20:36:36.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80772026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.332 INFO O| Jun 08 20:36:36.332 INFO STEP 1085 (remove_files) COMPLETE
80782026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.332 INFO O| Jun 08 20:36:36.332 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.337 INFO O| Jun 08 20:36:36.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80802026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.337 INFO O| Jun 08 20:36:36.337 INFO STEP 1086 (remove_files) COMPLETE
80812026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.337 INFO O| Jun 08 20:36:36.337 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.342 INFO O| Jun 08 20:36:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80832026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.342 INFO O| Jun 08 20:36:36.342 INFO STEP 1087 (remove_files) COMPLETE
80842026-06-08T20:36:37.191Z[ recovery-image] Jun 08 20:36:36.342 INFO O| Jun 08 20:36:36.342 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-06-08T20:36:37.200Z[ recovery-image] Jun 08 20:36:36.347 INFO O| Jun 08 20:36:36.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80862026-06-08T20:36:37.200Z[ recovery-image] Jun 08 20:36:36.347 INFO O| Jun 08 20:36:36.347 INFO STEP 1088 (remove_files) COMPLETE
80872026-06-08T20:36:37.207Z[ recovery-image] Jun 08 20:36:36.347 INFO O| Jun 08 20:36:36.347 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.353 INFO O| Jun 08 20:36:36.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80892026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.353 INFO O| Jun 08 20:36:36.353 INFO STEP 1089 (remove_files) COMPLETE
80902026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.353 INFO O| Jun 08 20:36:36.353 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.357 INFO O| Jun 08 20:36:36.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80922026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.357 INFO O| Jun 08 20:36:36.357 INFO STEP 1090 (remove_files) COMPLETE
80932026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.357 INFO O| Jun 08 20:36:36.357 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.362 INFO O| Jun 08 20:36:36.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80952026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.362 INFO O| Jun 08 20:36:36.362 INFO STEP 1091 (remove_files) COMPLETE
80962026-06-08T20:36:37.213Z[ recovery-image] Jun 08 20:36:36.362 INFO O| Jun 08 20:36:36.362 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.367 INFO O| Jun 08 20:36:36.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80982026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.367 INFO O| Jun 08 20:36:36.367 INFO STEP 1092 (remove_files) COMPLETE
80992026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.367 INFO O| Jun 08 20:36:36.367 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.372 INFO O| Jun 08 20:36:36.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81012026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.372 INFO O| Jun 08 20:36:36.372 INFO STEP 1093 (remove_files) COMPLETE
81022026-06-08T20:36:37.219Z[ recovery-image] Jun 08 20:36:36.372 INFO O| Jun 08 20:36:36.372 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-06-08T20:36:37.226Z[ recovery-image] Jun 08 20:36:36.378 INFO O| Jun 08 20:36:36.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81042026-06-08T20:36:37.226Z[ recovery-image] Jun 08 20:36:36.378 INFO O| Jun 08 20:36:36.378 INFO STEP 1094 (remove_files) COMPLETE
81052026-06-08T20:36:37.227Z[ recovery-image] Jun 08 20:36:36.378 INFO O| Jun 08 20:36:36.378 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-06-08T20:36:37.241Z[ recovery-image] Jun 08 20:36:36.383 INFO O| Jun 08 20:36:36.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81072026-06-08T20:36:37.241Z[ recovery-image] Jun 08 20:36:36.383 INFO O| Jun 08 20:36:36.383 INFO STEP 1095 (remove_files) COMPLETE
81082026-06-08T20:36:37.241Z[ recovery-image] Jun 08 20:36:36.383 INFO O| Jun 08 20:36:36.383 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-06-08T20:36:37.246Z[ recovery-image] Jun 08 20:36:36.388 INFO O| Jun 08 20:36:36.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81102026-06-08T20:36:37.248Z[ recovery-image] Jun 08 20:36:36.388 INFO O| Jun 08 20:36:36.388 INFO STEP 1096 (remove_files) COMPLETE
81112026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.388 INFO O| Jun 08 20:36:36.388 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.393 INFO O| Jun 08 20:36:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81132026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.393 INFO O| Jun 08 20:36:36.393 INFO STEP 1097 (remove_files) COMPLETE
81142026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.393 INFO O| Jun 08 20:36:36.393 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.398 INFO O| Jun 08 20:36:36.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81162026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.398 INFO O| Jun 08 20:36:36.398 INFO STEP 1098 (remove_files) COMPLETE
81172026-06-08T20:36:37.249Z[ recovery-image] Jun 08 20:36:36.398 INFO O| Jun 08 20:36:36.398 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.403 INFO O| Jun 08 20:36:36.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81192026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.403 INFO O| Jun 08 20:36:36.403 INFO STEP 1099 (remove_files) COMPLETE
81202026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.403 INFO O| Jun 08 20:36:36.403 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.408 INFO O| Jun 08 20:36:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81222026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.408 INFO O| Jun 08 20:36:36.408 INFO STEP 1100 (remove_files) COMPLETE
81232026-06-08T20:36:37.258Z[ recovery-image] Jun 08 20:36:36.408 INFO O| Jun 08 20:36:36.408 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-06-08T20:36:37.267Z[ recovery-image] Jun 08 20:36:36.413 INFO O| Jun 08 20:36:36.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81252026-06-08T20:36:37.267Z[ recovery-image] Jun 08 20:36:36.413 INFO O| Jun 08 20:36:36.413 INFO STEP 1101 (remove_files) COMPLETE
81262026-06-08T20:36:37.267Z[ recovery-image] Jun 08 20:36:36.413 INFO O| Jun 08 20:36:36.413 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.418 INFO O| Jun 08 20:36:36.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81282026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.418 INFO O| Jun 08 20:36:36.418 INFO STEP 1102 (remove_files) COMPLETE
81292026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.418 INFO O| Jun 08 20:36:36.418 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.423 INFO O| Jun 08 20:36:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81312026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.423 INFO O| Jun 08 20:36:36.423 INFO STEP 1103 (remove_files) COMPLETE
81322026-06-08T20:36:37.273Z[ recovery-image] Jun 08 20:36:36.423 INFO O| Jun 08 20:36:36.423 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-06-08T20:36:37.281Z[ recovery-image] Jun 08 20:36:36.428 INFO O| Jun 08 20:36:36.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81342026-06-08T20:36:37.281Z[ recovery-image] Jun 08 20:36:36.428 INFO O| Jun 08 20:36:36.428 INFO STEP 1104 (remove_files) COMPLETE
81352026-06-08T20:36:37.281Z[ recovery-image] Jun 08 20:36:36.428 INFO O| Jun 08 20:36:36.428 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-06-08T20:36:37.288Z[ recovery-image] Jun 08 20:36:36.433 INFO O| Jun 08 20:36:36.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81372026-06-08T20:36:37.289Z[ recovery-image] Jun 08 20:36:36.433 INFO O| Jun 08 20:36:36.433 INFO STEP 1105 (remove_files) COMPLETE
81382026-06-08T20:36:37.289Z[ recovery-image] Jun 08 20:36:36.433 INFO O| Jun 08 20:36:36.433 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-06-08T20:36:37.289Z[ recovery-image] Jun 08 20:36:36.438 INFO O| Jun 08 20:36:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81402026-06-08T20:36:37.289Z[ recovery-image] Jun 08 20:36:36.438 INFO O| Jun 08 20:36:36.438 INFO STEP 1106 (remove_files) COMPLETE
81412026-06-08T20:36:37.289Z[ recovery-image] Jun 08 20:36:36.438 INFO O| Jun 08 20:36:36.438 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-06-08T20:36:37.319Z[ recovery-image] Jun 08 20:36:36.443 INFO O| Jun 08 20:36:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81432026-06-08T20:36:37.319Z[ recovery-image] Jun 08 20:36:36.443 INFO O| Jun 08 20:36:36.443 INFO STEP 1107 (remove_files) COMPLETE
81442026-06-08T20:36:37.319Z[ recovery-image] Jun 08 20:36:36.443 INFO O| Jun 08 20:36:36.443 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.451 INFO O| Jun 08 20:36:36.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81462026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.451 INFO O| Jun 08 20:36:36.451 INFO STEP 1108 (remove_files) COMPLETE
81472026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.451 INFO O| Jun 08 20:36:36.451 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.456 INFO O| Jun 08 20:36:36.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81492026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.456 INFO O| Jun 08 20:36:36.456 INFO STEP 1109 (remove_files) COMPLETE
81502026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.456 INFO O| Jun 08 20:36:36.456 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.461 INFO O| Jun 08 20:36:36.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81522026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.461 INFO O| Jun 08 20:36:36.461 INFO STEP 1110 (remove_files) COMPLETE
81532026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.461 INFO O| Jun 08 20:36:36.461 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.466 INFO O| Jun 08 20:36:36.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81552026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.466 INFO O| Jun 08 20:36:36.466 INFO STEP 1111 (remove_files) COMPLETE
81562026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.466 INFO O| Jun 08 20:36:36.466 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.471 INFO O| Jun 08 20:36:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81582026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.471 INFO O| Jun 08 20:36:36.471 INFO STEP 1112 (remove_files) COMPLETE
81592026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.471 INFO O| Jun 08 20:36:36.471 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.476 INFO O| Jun 08 20:36:36.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81612026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.476 INFO O| Jun 08 20:36:36.476 INFO STEP 1113 (remove_files) COMPLETE
81622026-06-08T20:36:37.336Z[ recovery-image] Jun 08 20:36:36.476 INFO O| Jun 08 20:36:36.476 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.481 INFO O| Jun 08 20:36:36.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81642026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.481 INFO O| Jun 08 20:36:36.481 INFO STEP 1114 (remove_files) COMPLETE
81652026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.481 INFO O| Jun 08 20:36:36.481 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.487 INFO O| Jun 08 20:36:36.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81672026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.487 INFO O| Jun 08 20:36:36.487 INFO STEP 1115 (remove_files) COMPLETE
81682026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.487 INFO O| Jun 08 20:36:36.487 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.492 INFO O| Jun 08 20:36:36.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81702026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.492 INFO O| Jun 08 20:36:36.492 INFO STEP 1116 (remove_files) COMPLETE
81712026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.492 INFO O| Jun 08 20:36:36.492 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.497 INFO O| Jun 08 20:36:36.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81732026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.497 INFO O| Jun 08 20:36:36.497 INFO STEP 1117 (remove_files) COMPLETE
81742026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.497 INFO O| Jun 08 20:36:36.497 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.502 INFO O| Jun 08 20:36:36.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81762026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.502 INFO O| Jun 08 20:36:36.502 INFO STEP 1118 (remove_files) COMPLETE
81772026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.502 INFO O| Jun 08 20:36:36.502 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81782026-06-08T20:36:37.376Z[ recovery-image] Jun 08 20:36:36.511 INFO O| Jun 08 20:36:36.511 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81792026-06-08T20:36:37.377Z[ recovery-image] Jun 08 20:36:36.511 INFO O| Jun 08 20:36:36.511 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81802026-06-08T20:36:37.895Z[ recovery-image] Jun 08 20:36:37.045 INFO O| Jun 08 20:36:37.045 INFO STEP 1119 (pack_tar) COMPLETE
81812026-06-08T20:36:37.896Z[ recovery-image] Jun 08 20:36:37.045 INFO O| Jun 08 20:36:37.045 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81822026-06-08T20:36:37.896Z[ recovery-image] Jun 08 20:36:37.045 INFO O| Jun 08 20:36:37.045 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81832026-06-08T20:36:38.242Z[ recovery-image] Jun 08 20:36:37.396 INFO O| Jun 08 20:36:37.396 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81842026-06-08T20:36:38.320Z[ recovery-image] Jun 08 20:36:37.471 INFO O| Jun 08 20:36:37.471 INFO completed processing sled/ramdisk-03-recovery-trim
81852026-06-08T20:36:38.325Z[ recovery-image] Jun 08 20:36:37.474 INFO image builder template: zfs-recovery...
81862026-06-08T20:36:38.325Z[ recovery-image] Jun 08 20:36:37.474 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/.tmpav2ks6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.483", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
81872026-06-08T20:36:38.344Z[ recovery-image] Jun 08 20:36:37.498 INFO O| Jun 08 20:36:37.498 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81882026-06-08T20:36:38.353Z[ recovery-image] Jun 08 20:36:37.501 INFO O| Jun 08 20:36:37.501 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81892026-06-08T20:36:38.413Z[ recovery-image] Jun 08 20:36:37.566 INFO O| Jun 08 20:36:37.566 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81902026-06-08T20:36:38.464Z[ recovery-image] Jun 08 20:36:37.617 INFO O| Jun 08 20:36:37.617 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81912026-06-08T20:36:38.464Z[ recovery-image] Jun 08 20:36:37.617 INFO O| Jun 08 20:36:37.617 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81922026-06-08T20:36:38.472Z[ recovery-image] Jun 08 20:36:37.619 INFO O| Jun 08 20:36:37.619 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81932026-06-08T20:36:38.556Z[ recovery-image] Jun 08 20:36:37.704 INFO O| Jun 08 20:36:37.704 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81942026-06-08T20:36:38.617Z[ recovery-image] Jun 08 20:36:37.770 INFO O| Jun 08 20:36:37.770 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81952026-06-08T20:36:38.625Z[ recovery-image] Jun 08 20:36:37.775 INFO O| Jun 08 20:36:37.775 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81962026-06-08T20:36:38.625Z[ recovery-image] Jun 08 20:36:37.777 INFO O| Jun 08 20:36:37.777 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81972026-06-08T20:36:38.626Z[ recovery-image] Jun 08 20:36:37.778 INFO O| Jun 08 20:36:37.778 INFO no lofi found
81982026-06-08T20:36:38.626Z[ recovery-image] Jun 08 20:36:37.778 INFO O| Jun 08 20:36:37.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81992026-06-08T20:36:38.626Z[ recovery-image] Jun 08 20:36:37.778 INFO O| Jun 08 20:36:37.778 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82002026-06-08T20:36:39.120Z[ host-image] Jun 08 20:36:38.274 INFO O| Jun 08 20:36:38.273 INFO O| Download: 636/1147 items 2.3/7.8MB 29% complete (471k/s)
82012026-06-08T20:36:40.847Z[ recovery-image] Jun 08 20:36:40.001 INFO O| Jun 08 20:36:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
82022026-06-08T20:36:40.847Z[ recovery-image] Jun 08 20:36:40.001 INFO O| Jun 08 20:36:40.001 INFO pool device = /dev/dsk/c2t1d0p0
82032026-06-08T20:36:40.853Z[ recovery-image] Jun 08 20:36:40.001 INFO O| Jun 08 20:36:40.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82042026-06-08T20:36:40.899Z[ recovery-image] Jun 08 20:36:40.052 INFO O| Jun 08 20:36:40.052 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82052026-06-08T20:36:40.899Z[ recovery-image] Jun 08 20:36:40.053 INFO O| Jun 08 20:36:40.052 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82062026-06-08T20:36:40.917Z[ recovery-image] Jun 08 20:36:40.067 INFO O| Jun 08 20:36:40.067 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82072026-06-08T20:36:40.955Z[ recovery-image] Jun 08 20:36:40.107 INFO O| Jun 08 20:36:40.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82082026-06-08T20:36:40.981Z[ recovery-image] Jun 08 20:36:40.131 INFO O| Jun 08 20:36:40.131 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82092026-06-08T20:36:41.000Z[ recovery-image] Jun 08 20:36:40.140 INFO O| Jun 08 20:36:40.140 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82102026-06-08T20:36:41.007Z[ recovery-image] Jun 08 20:36:40.147 INFO O| Jun 08 20:36:40.147 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82112026-06-08T20:36:41.023Z[ recovery-image] Jun 08 20:36:40.176 INFO O| Jun 08 20:36:40.176 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82122026-06-08T20:36:41.045Z[ recovery-image] Jun 08 20:36:40.176 INFO O| Jun 08 20:36:40.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82132026-06-08T20:36:41.045Z[ recovery-image] Jun 08 20:36:40.176 INFO O| Jun 08 20:36:40.176 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82142026-06-08T20:36:41.045Z[ recovery-image] Jun 08 20:36:40.181 INFO O| Jun 08 20:36:40.181 INFO boot environment UUID: 50429dd6-fdb3-4a71-92e7-0aef0ee4ba25
82152026-06-08T20:36:41.045Z[ recovery-image] Jun 08 20:36:40.181 INFO O| Jun 08 20:36:40.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 50429dd6-fdb3-4a71-92e7-0aef0ee4ba25
82162026-06-08T20:36:41.049Z[ recovery-image] Jun 08 20:36:40.187 INFO O| Jun 08 20:36:40.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82172026-06-08T20:36:41.049Z[ recovery-image] Jun 08 20:36:40.193 INFO O| Jun 08 20:36:40.193 INFO STEP 0 (create_be) COMPLETE
82182026-06-08T20:36:41.050Z[ recovery-image] Jun 08 20:36:40.193 INFO O| Jun 08 20:36:40.193 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82192026-06-08T20:36:41.050Z[ recovery-image] Jun 08 20:36:40.202 INFO O| Jun 08 20:36:40.202 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"]
82202026-06-08T20:36:42.992Z[ recovery-image] Jun 08 20:36:42.128 INFO O| Jun 08 20:36:42.128 INFO STEP 1 (unpack_tar) COMPLETE
82212026-06-08T20:36:42.992Z[ recovery-image] Jun 08 20:36:42.129 INFO O| Jun 08 20:36:42.128 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82222026-06-08T20:36:43.017Z[ recovery-image] Jun 08 20:36:42.136 INFO O| Jun 08 20:36:42.136 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82232026-06-08T20:36:43.250Z[ recovery-image] Jun 08 20:36:42.393 INFO O| Jun 08 20:36:42.393 INFO STEP 2 (devfsadm) COMPLETE
82242026-06-08T20:36:43.250Z[ recovery-image] Jun 08 20:36:42.393 INFO O| Jun 08 20:36:42.393 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82252026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.400 INFO O| Jun 08 20:36:42.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82262026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.400 INFO O| Jun 08 20:36:42.400 INFO STEP 3 (ensure_dir) COMPLETE
82272026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.400 INFO O| Jun 08 20:36:42.400 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82282026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.407 INFO O| Jun 08 20:36:42.407 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82292026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.407 INFO O| Jun 08 20:36:42.407 INFO STEP 4 (ensure_dir) COMPLETE
82302026-06-08T20:36:43.258Z[ recovery-image] Jun 08 20:36:42.407 INFO O| Jun 08 20:36:42.407 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82312026-06-08T20:36:43.263Z[ recovery-image] Jun 08 20:36:42.415 INFO O| Jun 08 20:36:42.414 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82322026-06-08T20:36:43.263Z[ recovery-image] Jun 08 20:36:42.415 INFO O| Jun 08 20:36:42.415 INFO STEP 5 (ensure_dir) COMPLETE
82332026-06-08T20:36:43.263Z[ recovery-image] Jun 08 20:36:42.415 INFO O| Jun 08 20:36:42.415 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82342026-06-08T20:36:43.271Z[ recovery-image] Jun 08 20:36:42.420 INFO O| Jun 08 20:36:42.420 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82352026-06-08T20:36:43.271Z[ recovery-image] Jun 08 20:36:42.420 INFO O| Jun 08 20:36:42.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82362026-06-08T20:36:43.271Z[ recovery-image] Jun 08 20:36:42.420 INFO O| Jun 08 20:36:42.420 INFO STEP 6 (ensure_dir) COMPLETE
82372026-06-08T20:36:43.280Z[ recovery-image] Jun 08 20:36:42.420 INFO O| Jun 08 20:36:42.420 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82382026-06-08T20:36:43.291Z[ recovery-image] Jun 08 20:36:42.427 INFO O| Jun 08 20:36:42.427 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82392026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.427 INFO O| Jun 08 20:36:42.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82402026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.427 INFO O| Jun 08 20:36:42.427 INFO STEP 7 (ensure_dir) COMPLETE
82412026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.427 INFO O| Jun 08 20:36:42.427 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82422026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.433 INFO O| Jun 08 20:36:42.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82432026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.433 INFO O| Jun 08 20:36:42.433 INFO STEP 8 (remove_files) COMPLETE
82442026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.433 INFO O| Jun 08 20:36:42.433 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82452026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.439 INFO O| Jun 08 20:36:42.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82462026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.440 INFO O| Jun 08 20:36:42.440 INFO STEP 9 (remove_files) COMPLETE
82472026-06-08T20:36:43.292Z[ recovery-image] Jun 08 20:36:42.440 INFO O| Jun 08 20:36:42.440 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82482026-06-08T20:36:43.305Z[ recovery-image] Jun 08 20:36:42.445 INFO O| Jun 08 20:36:42.445 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82492026-06-08T20:36:43.306Z[ recovery-image] Jun 08 20:36:42.446 INFO O| Jun 08 20:36:42.446 INFO STEP 10 (remove_files) COMPLETE
82502026-06-08T20:36:43.307Z[ recovery-image] Jun 08 20:36:42.446 INFO O| Jun 08 20:36:42.446 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82512026-06-08T20:36:43.315Z[ recovery-image] Jun 08 20:36:42.452 INFO O| Jun 08 20:36:42.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82522026-06-08T20:36:43.318Z[ recovery-image] Jun 08 20:36:42.452 INFO O| Jun 08 20:36:42.452 INFO STEP 11 (remove_files) COMPLETE
82532026-06-08T20:36:43.319Z[ recovery-image] Jun 08 20:36:42.452 INFO O| Jun 08 20:36:42.452 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82542026-06-08T20:36:43.319Z[ recovery-image] Jun 08 20:36:42.458 INFO O| Jun 08 20:36:42.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82552026-06-08T20:36:43.319Z[ recovery-image] Jun 08 20:36:42.458 INFO O| Jun 08 20:36:42.458 INFO STEP 12 (remove_files) COMPLETE
82562026-06-08T20:36:43.319Z[ recovery-image] Jun 08 20:36:42.458 INFO O| Jun 08 20:36:42.458 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82572026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.463 INFO O| Jun 08 20:36:42.463 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82582026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.463 INFO O| Jun 08 20:36:42.463 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82592026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.463 INFO O| Jun 08 20:36:42.463 INFO STEP 13 (ensure_dir) COMPLETE
82602026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.463 INFO O| Jun 08 20:36:42.463 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82612026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.468 INFO O| Jun 08 20:36:42.468 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82622026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.468 INFO O| Jun 08 20:36:42.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82632026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.468 INFO O| Jun 08 20:36:42.468 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82642026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.468 INFO O| Jun 08 20:36:42.468 INFO STEP 14 (ensure_dir) COMPLETE
82652026-06-08T20:36:43.320Z[ recovery-image] Jun 08 20:36:42.468 INFO O| Jun 08 20:36:42.468 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.474 INFO O| Jun 08 20:36:42.474 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82672026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.474 INFO O| Jun 08 20:36:42.474 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82682026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.474 INFO O| Jun 08 20:36:42.474 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82692026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.474 INFO O| Jun 08 20:36:42.474 INFO STEP 15 (ensure_dir) COMPLETE
82702026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.474 INFO O| Jun 08 20:36:42.474 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82712026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.479 INFO O| Jun 08 20:36:42.479 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82722026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.479 INFO O| Jun 08 20:36:42.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82732026-06-08T20:36:43.330Z[ recovery-image] Jun 08 20:36:42.479 INFO O| Jun 08 20:36:42.479 INFO STEP 16 (ensure_dir) COMPLETE
82742026-06-08T20:36:43.331Z[ recovery-image] Jun 08 20:36:42.479 INFO O| Jun 08 20:36:42.479 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82752026-06-08T20:36:43.336Z[ recovery-image] Jun 08 20:36:42.486 INFO O| Jun 08 20:36:42.486 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82762026-06-08T20:36:43.336Z[ recovery-image] Jun 08 20:36:42.486 INFO O| Jun 08 20:36:42.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82772026-06-08T20:36:43.336Z[ recovery-image] Jun 08 20:36:42.486 INFO O| Jun 08 20:36:42.486 INFO STEP 17 (ensure_dir) COMPLETE
82782026-06-08T20:36:43.337Z[ recovery-image] Jun 08 20:36:42.486 INFO O| Jun 08 20:36:42.486 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-06-08T20:36:43.342Z[ recovery-image] Jun 08 20:36:42.492 INFO O| Jun 08 20:36:42.492 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82802026-06-08T20:36:43.349Z[ recovery-image] Jun 08 20:36:42.492 INFO O| Jun 08 20:36:42.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82812026-06-08T20:36:43.349Z[ recovery-image] Jun 08 20:36:42.492 INFO O| Jun 08 20:36:42.492 INFO ok!
82822026-06-08T20:36:43.349Z[ recovery-image] Jun 08 20:36:42.492 INFO O| Jun 08 20:36:42.492 INFO STEP 18 (ensure_symlink) COMPLETE
82832026-06-08T20:36:43.349Z[ recovery-image] Jun 08 20:36:42.492 INFO O| Jun 08 20:36:42.492 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82842026-06-08T20:36:43.356Z[ recovery-image] Jun 08 20:36:42.499 INFO O| Jun 08 20:36:42.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
82852026-06-08T20:36:43.356Z[ recovery-image] Jun 08 20:36:42.499 INFO O| Jun 08 20:36:42.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
82862026-06-08T20:36:43.356Z[ recovery-image] Jun 08 20:36:42.499 INFO O| Jun 08 20:36:42.499 INFO ok!
82872026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.499 INFO O| Jun 08 20:36:42.499 INFO STEP 19 (ensure_file) COMPLETE
82882026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.499 INFO O| Jun 08 20:36:42.499 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82892026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82902026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82912026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
82922026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO ok!
82932026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO STEP 20 (ensure_symlink) COMPLETE
82942026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.504 INFO O| Jun 08 20:36:42.504 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82952026-06-08T20:36:43.357Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82962026-06-08T20:36:43.359Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82972026-06-08T20:36:43.359Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82982026-06-08T20:36:43.359Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO ok!
82992026-06-08T20:36:43.359Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO STEP 21 (ensure_symlink) COMPLETE
83002026-06-08T20:36:43.360Z[ recovery-image] Jun 08 20:36:42.510 INFO O| Jun 08 20:36:42.510 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83012026-06-08T20:36:43.367Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83022026-06-08T20:36:43.367Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83032026-06-08T20:36:43.367Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83042026-06-08T20:36:43.367Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO ok!
83052026-06-08T20:36:43.367Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO STEP 22 (ensure_symlink) COMPLETE
83062026-06-08T20:36:43.368Z[ recovery-image] Jun 08 20:36:42.515 INFO O| Jun 08 20:36:42.515 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83072026-06-08T20:36:43.368Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83082026-06-08T20:36:43.368Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83092026-06-08T20:36:43.368Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83102026-06-08T20:36:43.373Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO ok!
83112026-06-08T20:36:43.386Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO STEP 23 (ensure_symlink) COMPLETE
83122026-06-08T20:36:43.386Z[ recovery-image] Jun 08 20:36:42.521 INFO O| Jun 08 20:36:42.521 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83132026-06-08T20:36:43.386Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83142026-06-08T20:36:43.386Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 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 ...
83152026-06-08T20:36:43.387Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83162026-06-08T20:36:43.387Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 INFO ok!
83172026-06-08T20:36:43.387Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 INFO STEP 24 (ensure_file) COMPLETE
83182026-06-08T20:36:43.387Z[ recovery-image] Jun 08 20:36:42.526 INFO O| Jun 08 20:36:42.526 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83192026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.531 INFO O| Jun 08 20:36:42.531 INFO updating shadow file
83202026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.531 INFO O| Jun 08 20:36:42.531 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83212026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.531 INFO O| Jun 08 20:36:42.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83222026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.531 INFO O| Jun 08 20:36:42.531 INFO STEP 25 (shadow) COMPLETE
83232026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.532 INFO O| Jun 08 20:36:42.531 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83242026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83252026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83262026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83272026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 INFO ok!
83282026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 INFO STEP 26 (ensure_file) COMPLETE
83292026-06-08T20:36:43.398Z[ recovery-image] Jun 08 20:36:42.538 INFO O| Jun 08 20:36:42.538 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83302026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83312026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83322026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83332026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO ok!
83342026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO STEP 27 (ensure_file) COMPLETE
83352026-06-08T20:36:43.399Z[ recovery-image] Jun 08 20:36:42.544 INFO O| Jun 08 20:36:42.544 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83362026-06-08T20:36:43.407Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83372026-06-08T20:36:43.407Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83382026-06-08T20:36:43.407Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83392026-06-08T20:36:43.407Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83402026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO ok!
83412026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO STEP 28 (ensure_file) COMPLETE
83422026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.550 INFO O| Jun 08 20:36:42.550 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83432026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83442026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83452026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83462026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO ok!
83472026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO STEP 29 (ensure_file) COMPLETE
83482026-06-08T20:36:43.410Z[ recovery-image] Jun 08 20:36:42.556 INFO O| Jun 08 20:36:42.556 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83492026-06-08T20:36:43.418Z[ recovery-image] Jun 08 20:36:42.562 INFO O| Jun 08 20:36:42.562 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83502026-06-08T20:36:43.418Z[ recovery-image] Jun 08 20:36:42.562 INFO O| Jun 08 20:36:42.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83512026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.562 INFO O| Jun 08 20:36:42.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83522026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.562 INFO O| Jun 08 20:36:42.562 INFO STEP 30 (ensure_dir) COMPLETE
83532026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.562 INFO O| Jun 08 20:36:42.562 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83542026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83552026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 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 ...
83562026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 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
83572026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83582026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 INFO ok!
83592026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 INFO STEP 31 (ensure_file) COMPLETE
83602026-06-08T20:36:43.419Z[ recovery-image] Jun 08 20:36:42.568 INFO O| Jun 08 20:36:42.568 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83612026-06-08T20:36:43.425Z[ recovery-image] Jun 08 20:36:42.573 INFO O| Jun 08 20:36:42.573 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83622026-06-08T20:36:43.425Z[ recovery-image] Jun 08 20:36:42.573 INFO O| Jun 08 20:36:42.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83632026-06-08T20:36:43.425Z[ recovery-image] Jun 08 20:36:42.573 INFO O| Jun 08 20:36:42.573 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83642026-06-08T20:36:43.425Z[ recovery-image] Jun 08 20:36:42.573 INFO O| Jun 08 20:36:42.573 INFO STEP 32 (ensure_dir) COMPLETE
83652026-06-08T20:36:43.425Z[ recovery-image] Jun 08 20:36:42.573 INFO O| Jun 08 20:36:42.573 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83662026-06-08T20:36:43.436Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83672026-06-08T20:36:43.436Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 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 ...
83682026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 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
83692026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83702026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 INFO ok!
83712026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 INFO STEP 33 (ensure_file) COMPLETE
83722026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.579 INFO O| Jun 08 20:36:42.579 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83732026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83742026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83752026-06-08T20:36:43.438Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83762026-06-08T20:36:43.439Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO ok!
83772026-06-08T20:36:43.439Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO STEP 34 (ensure_file) COMPLETE
83782026-06-08T20:36:43.439Z[ recovery-image] Jun 08 20:36:42.586 INFO O| Jun 08 20:36:42.586 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83792026-06-08T20:36:43.446Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83802026-06-08T20:36:43.446Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83812026-06-08T20:36:43.446Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83822026-06-08T20:36:43.448Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83832026-06-08T20:36:43.448Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO ok!
83842026-06-08T20:36:43.448Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO STEP 35 (ensure_file) COMPLETE
83852026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.592 INFO O| Jun 08 20:36:42.592 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83862026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.597 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83872026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.597 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
83882026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
83892026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.598 INFO ok!
83902026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.598 INFO STEP 36 (ensure_file) COMPLETE
83912026-06-08T20:36:43.449Z[ recovery-image] Jun 08 20:36:42.598 INFO O| Jun 08 20:36:42.598 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83922026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83932026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
83942026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
83952026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 INFO ok!
83962026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 INFO STEP 37 (ensure_file) COMPLETE
83972026-06-08T20:36:43.456Z[ recovery-image] Jun 08 20:36:42.604 INFO O| Jun 08 20:36:42.604 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83982026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
83992026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84002026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84012026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84022026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84032026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84042026-06-08T20:36:43.463Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO ok!
84052026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO STEP 38 (ensure_file) COMPLETE
84062026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.610 INFO O| Jun 08 20:36:42.610 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84072026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.615 INFO O| Jun 08 20:36:42.615 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84082026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.615 INFO O| Jun 08 20:36:42.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84092026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.615 INFO O| Jun 08 20:36:42.615 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84102026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.615 INFO O| Jun 08 20:36:42.615 INFO STEP 39 (ensure_dir) COMPLETE
84112026-06-08T20:36:43.464Z[ recovery-image] Jun 08 20:36:42.615 INFO O| Jun 08 20:36:42.615 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84122026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.621 INFO O| Jun 08 20:36:42.621 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
84132026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.621 INFO O| Jun 08 20:36:42.621 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 ...
84142026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.621 INFO O| Jun 08 20:36:42.621 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
84152026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.621 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
84162026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.621 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
84172026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.622 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
84182026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.622 INFO ok!
84192026-06-08T20:36:43.477Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.622 INFO STEP 40 (ensure_file) COMPLETE
84202026-06-08T20:36:43.478Z[ recovery-image] Jun 08 20:36:42.622 INFO O| Jun 08 20:36:42.622 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84212026-06-08T20:36:43.483Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84222026-06-08T20:36:43.483Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 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 ...
84232026-06-08T20:36:43.483Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84242026-06-08T20:36:43.483Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 INFO ok!
84252026-06-08T20:36:43.483Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 INFO STEP 41 (ensure_symlink) COMPLETE
84262026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.627 INFO O| Jun 08 20:36:42.627 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84272026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.632 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84282026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.633 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84292026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84302026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.633 INFO ok!
84312026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.633 INFO STEP 42 (ensure_symlink) COMPLETE
84322026-06-08T20:36:43.484Z[ recovery-image] Jun 08 20:36:42.633 INFO O| Jun 08 20:36:42.633 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84332026-06-08T20:36:43.490Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84342026-06-08T20:36:43.490Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84352026-06-08T20:36:43.490Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84362026-06-08T20:36:43.490Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84372026-06-08T20:36:43.491Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84382026-06-08T20:36:43.491Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84392026-06-08T20:36:43.491Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO ok!
84402026-06-08T20:36:43.491Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO STEP 43 (ensure_file) COMPLETE
84412026-06-08T20:36:43.491Z[ recovery-image] Jun 08 20:36:42.638 INFO O| Jun 08 20:36:42.638 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84422026-06-08T20:36:43.496Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84432026-06-08T20:36:43.496Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 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 ...
84442026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 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
84452026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84462026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 INFO ok!
84472026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 INFO STEP 44 (ensure_file) COMPLETE
84482026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.645 INFO O| Jun 08 20:36:42.645 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84492026-06-08T20:36:43.497Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84502026-06-08T20:36:43.504Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84512026-06-08T20:36:43.505Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84522026-06-08T20:36:43.505Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO ok!
84532026-06-08T20:36:43.505Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO STEP 45 (ensure_file) COMPLETE
84542026-06-08T20:36:43.505Z[ recovery-image] Jun 08 20:36:42.650 INFO O| Jun 08 20:36:42.650 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84552026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.655 INFO O| Jun 08 20:36:42.655 INFO updating shadow file
84562026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.655 INFO O| Jun 08 20:36:42.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84572026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.655 INFO O| Jun 08 20:36:42.655 INFO STEP 46 (shadow) COMPLETE
84582026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.655 INFO O| Jun 08 20:36:42.655 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84592026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84602026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84612026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84622026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84632026-06-08T20:36:43.513Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO ok!
84642026-06-08T20:36:43.514Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO STEP 47 (ensure_file) COMPLETE
84652026-06-08T20:36:43.514Z[ recovery-image] Jun 08 20:36:42.662 INFO O| Jun 08 20:36:42.662 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84662026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.668 INFO O| Jun 08 20:36:42.668 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84672026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.668 INFO O| Jun 08 20:36:42.668 INFO STEP 48 (ensure_dir) COMPLETE
84682026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.668 INFO O| Jun 08 20:36:42.668 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84692026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.674 INFO O| Jun 08 20:36:42.674 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84702026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.674 INFO O| Jun 08 20:36:42.674 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84712026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.674 INFO O| Jun 08 20:36:42.674 INFO STEP 49 (ensure_dir) COMPLETE
84722026-06-08T20:36:43.525Z[ recovery-image] Jun 08 20:36:42.674 INFO O| Jun 08 20:36:42.674 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84732026-06-08T20:36:43.535Z[ recovery-image] Jun 08 20:36:42.679 INFO O| Jun 08 20:36:42.679 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84742026-06-08T20:36:43.536Z[ recovery-image] Jun 08 20:36:42.679 INFO O| Jun 08 20:36:42.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84752026-06-08T20:36:43.536Z[ recovery-image] Jun 08 20:36:42.679 INFO O| Jun 08 20:36:42.679 INFO STEP 50 (ensure_dir) COMPLETE
84762026-06-08T20:36:43.536Z[ recovery-image] Jun 08 20:36:42.679 INFO O| Jun 08 20:36:42.679 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772026-06-08T20:36:43.536Z[ recovery-image] Jun 08 20:36:42.685 INFO O| Jun 08 20:36:42.685 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84782026-06-08T20:36:43.540Z[ recovery-image] Jun 08 20:36:42.685 INFO O| Jun 08 20:36:42.685 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84792026-06-08T20:36:43.563Z[ recovery-image] Jun 08 20:36:42.713 INFO O| Jun 08 20:36:42.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84802026-06-08T20:36:43.563Z[ recovery-image] Jun 08 20:36:42.713 INFO O| Jun 08 20:36:42.713 INFO ok!
84812026-06-08T20:36:43.563Z[ recovery-image] Jun 08 20:36:42.713 INFO O| Jun 08 20:36:42.713 INFO STEP 51 (ensure_file) COMPLETE
84822026-06-08T20:36:43.572Z[ recovery-image] Jun 08 20:36:42.713 INFO O| Jun 08 20:36:42.713 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84832026-06-08T20:36:43.572Z[ recovery-image] Jun 08 20:36:42.720 INFO O| Jun 08 20:36:42.720 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84842026-06-08T20:36:43.572Z[ recovery-image] Jun 08 20:36:42.720 INFO O| Jun 08 20:36:42.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84852026-06-08T20:36:43.572Z[ recovery-image] Jun 08 20:36:42.720 INFO O| Jun 08 20:36:42.720 INFO STEP 52 (ensure_dir) COMPLETE
84862026-06-08T20:36:43.572Z[ recovery-image] Jun 08 20:36:42.720 INFO O| Jun 08 20:36:42.720 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872026-06-08T20:36:43.579Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84882026-06-08T20:36:43.579Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84892026-06-08T20:36:43.579Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
84902026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO ok!
84912026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO STEP 53 (ensure_file) COMPLETE
84922026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.726 INFO O| Jun 08 20:36:42.726 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84932026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.732 INFO O| Jun 08 20:36:42.732 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84942026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.732 INFO O| Jun 08 20:36:42.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84952026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.732 INFO O| Jun 08 20:36:42.732 INFO STEP 54 (ensure_dir) COMPLETE
84962026-06-08T20:36:43.584Z[ recovery-image] Jun 08 20:36:42.732 INFO O| Jun 08 20:36:42.732 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84972026-06-08T20:36:43.593Z[ recovery-image] Jun 08 20:36:42.738 INFO O| Jun 08 20:36:42.738 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84982026-06-08T20:36:43.593Z[ recovery-image] Jun 08 20:36:42.738 INFO O| Jun 08 20:36:42.738 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84992026-06-08T20:36:44.008Z[ recovery-image] Jun 08 20:36:43.162 INFO O| Jun 08 20:36:43.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85002026-06-08T20:36:44.008Z[ recovery-image] Jun 08 20:36:43.162 INFO O| Jun 08 20:36:43.162 INFO ok!
85012026-06-08T20:36:44.015Z[ recovery-image] Jun 08 20:36:43.162 INFO O| Jun 08 20:36:43.162 INFO STEP 55 (ensure_file) COMPLETE
85022026-06-08T20:36:44.015Z[ recovery-image] Jun 08 20:36:43.162 INFO O| Jun 08 20:36:43.162 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85032026-06-08T20:36:44.029Z[ recovery-image] Jun 08 20:36:43.170 INFO O| Jun 08 20:36:43.170 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85042026-06-08T20:36:44.030Z[ recovery-image] Jun 08 20:36:43.170 INFO O| Jun 08 20:36:43.170 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85052026-06-08T20:36:44.241Z[ host-image] Jun 08 20:36:43.394 INFO O| Jun 08 20:36:43.394 INFO O| Download: 1124/1147 items 6.8/7.8MB 86% complete (1001k/s)
85062026-06-08T20:36:44.367Z[ host-image] Jun 08 20:36:43.516 INFO O| Jun 08 20:36:43.516 INFO O| Download: Completed 7.84 MB in 10.24 seconds (783k/s)
85072026-06-08T20:36:44.429Z[ recovery-image] Jun 08 20:36:43.583 INFO O| Jun 08 20:36:43.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85082026-06-08T20:36:44.429Z[ recovery-image] Jun 08 20:36:43.583 INFO O| Jun 08 20:36:43.583 INFO ok!
85092026-06-08T20:36:44.429Z[ recovery-image] Jun 08 20:36:43.583 INFO O| Jun 08 20:36:43.583 INFO STEP 56 (ensure_file) COMPLETE
85102026-06-08T20:36:44.443Z[ recovery-image] Jun 08 20:36:43.583 INFO O| Jun 08 20:36:43.583 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85112026-06-08T20:36:44.443Z[ host-image] Jun 08 20:36:43.588 INFO O| Jun 08 20:36:43.588 INFO O| Actions: 1/1366 actions (Installing new actions)
85122026-06-08T20:36:44.456Z[ recovery-image] Jun 08 20:36:43.591 INFO O| Jun 08 20:36:43.591 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85132026-06-08T20:36:44.456Z[ recovery-image] Jun 08 20:36:43.591 INFO O| Jun 08 20:36:43.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85142026-06-08T20:36:44.456Z[ recovery-image] Jun 08 20:36:43.592 INFO O| Jun 08 20:36:43.591 INFO STEP 57 (ensure_dir) COMPLETE
85152026-06-08T20:36:44.457Z[ recovery-image] Jun 08 20:36:43.592 INFO O| Jun 08 20:36:43.591 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162026-06-08T20:36:44.457Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85172026-06-08T20:36:44.459Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 INFO copying /tmp/.tmpav2ks6/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 ...
85182026-06-08T20:36:44.459Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 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
85192026-06-08T20:36:44.459Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 INFO ok!
85202026-06-08T20:36:44.459Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 INFO STEP 58 (ensure_file) COMPLETE
85212026-06-08T20:36:44.459Z[ recovery-image] Jun 08 20:36:43.598 INFO O| Jun 08 20:36:43.598 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85222026-06-08T20:36:44.470Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85232026-06-08T20:36:44.470Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 INFO copying /tmp/.tmpav2ks6/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 ...
85242026-06-08T20:36:44.470Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 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
85252026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 INFO ok!
85262026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 INFO STEP 59 (ensure_file) COMPLETE
85272026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.606 INFO O| Jun 08 20:36:43.606 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85282026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.613 INFO O| Jun 08 20:36:43.613 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85292026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.613 INFO O| Jun 08 20:36:43.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85302026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.613 INFO O| Jun 08 20:36:43.613 INFO STEP 60 (ensure_dir) COMPLETE
85312026-06-08T20:36:44.471Z[ recovery-image] Jun 08 20:36:43.613 INFO O| Jun 08 20:36:43.613 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85332026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO copying /tmp/.tmpav2ks6/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 ...
85342026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85352026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO ok!
85362026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO STEP 61 (ensure_file) COMPLETE
85372026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.619 INFO O| Jun 08 20:36:43.619 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85382026-06-08T20:36:44.496Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85392026-06-08T20:36:44.499Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 INFO copying /tmp/.tmpav2ks6/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 ...
85402026-06-08T20:36:44.499Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 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
85412026-06-08T20:36:44.499Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 INFO ok!
85422026-06-08T20:36:44.499Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 INFO STEP 62 (ensure_file) COMPLETE
85432026-06-08T20:36:44.499Z[ recovery-image] Jun 08 20:36:43.625 INFO O| Jun 08 20:36:43.625 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85442026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.631 INFO O| Jun 08 20:36:43.631 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85452026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.631 INFO O| Jun 08 20:36:43.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85462026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.631 INFO O| Jun 08 20:36:43.631 INFO STEP 63 (ensure_dir) COMPLETE
85472026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.631 INFO O| Jun 08 20:36:43.631 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85492026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO copying /tmp/.tmpav2ks6/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 ...
85502026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85512026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO ok!
85522026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO STEP 64 (ensure_file) COMPLETE
85532026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.637 INFO O| Jun 08 20:36:43.637 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85552026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85562026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85572026-06-08T20:36:44.535Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO ok!
85582026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO STEP 65 (ensure_file) COMPLETE
85592026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.642 INFO O| Jun 08 20:36:43.642 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.648 INFO O| Jun 08 20:36:43.648 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85612026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.648 INFO O| Jun 08 20:36:43.648 INFO STEP 66 (ensure_dir) COMPLETE
85622026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.648 INFO O| Jun 08 20:36:43.648 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85632026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.655 INFO O| Jun 08 20:36:43.655 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85642026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.655 INFO O| Jun 08 20:36:43.655 INFO STEP 67 (ensure_dir) COMPLETE
85652026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.655 INFO O| Jun 08 20:36:43.655 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85662026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.661 INFO O| Jun 08 20:36:43.661 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85672026-06-08T20:36:44.536Z[ recovery-image] Jun 08 20:36:43.661 INFO O| Jun 08 20:36:43.661 INFO STEP 68 (ensure_dir) COMPLETE
85682026-06-08T20:36:44.544Z[ recovery-image] Jun 08 20:36:43.661 INFO O| Jun 08 20:36:43.661 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-06-08T20:36:44.562Z[ recovery-image] Jun 08 20:36:43.667 INFO O| Jun 08 20:36:43.667 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85702026-06-08T20:36:44.562Z[ recovery-image] Jun 08 20:36:43.667 INFO O| Jun 08 20:36:43.667 INFO STEP 69 (ensure_dir) COMPLETE
85712026-06-08T20:36:44.562Z[ recovery-image] Jun 08 20:36:43.667 INFO O| Jun 08 20:36:43.667 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85722026-06-08T20:36:44.562Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85732026-06-08T20:36:44.562Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO copying /tmp/.tmpav2ks6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85742026-06-08T20:36:44.563Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85752026-06-08T20:36:44.563Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO ok!
85762026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO STEP 70 (ensure_file) COMPLETE
85772026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.673 INFO O| Jun 08 20:36:43.673 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.680 INFO O| Jun 08 20:36:43.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85792026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.680 INFO O| Jun 08 20:36:43.680 INFO STEP 71 (remove_files) COMPLETE
85802026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.680 INFO O| Jun 08 20:36:43.680 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.686 INFO O| Jun 08 20:36:43.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85822026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.686 INFO O| Jun 08 20:36:43.686 INFO STEP 72 (remove_files) COMPLETE
85832026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.686 INFO O| Jun 08 20:36:43.686 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.692 INFO O| Jun 08 20:36:43.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
85852026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.692 INFO O| Jun 08 20:36:43.692 INFO STEP 73 (remove_files) COMPLETE
85862026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.692 INFO O| Jun 08 20:36:43.692 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.698 INFO O| Jun 08 20:36:43.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
85882026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.698 INFO O| Jun 08 20:36:43.698 INFO STEP 74 (remove_files) COMPLETE
85892026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.698 INFO O| Jun 08 20:36:43.698 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.703 INFO O| Jun 08 20:36:43.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
85912026-06-08T20:36:44.566Z[ recovery-image] Jun 08 20:36:43.704 INFO O| Jun 08 20:36:43.703 INFO STEP 75 (remove_files) COMPLETE
85922026-06-08T20:36:44.568Z[ recovery-image] Jun 08 20:36:43.704 INFO O| Jun 08 20:36:43.703 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.709 INFO O| Jun 08 20:36:43.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
85942026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.709 INFO O| Jun 08 20:36:43.709 INFO STEP 76 (remove_files) COMPLETE
85952026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.709 INFO O| Jun 08 20:36:43.709 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.716 INFO O| Jun 08 20:36:43.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85972026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.716 INFO O| Jun 08 20:36:43.716 INFO STEP 77 (remove_files) COMPLETE
85982026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.716 INFO O| Jun 08 20:36:43.716 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.722 INFO O| Jun 08 20:36:43.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86002026-06-08T20:36:44.588Z[ recovery-image] Jun 08 20:36:43.722 INFO O| Jun 08 20:36:43.722 INFO STEP 78 (remove_files) COMPLETE
86012026-06-08T20:36:44.589Z[ recovery-image] Jun 08 20:36:43.722 INFO O| Jun 08 20:36:43.722 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022026-06-08T20:36:44.589Z[ recovery-image] Jun 08 20:36:43.728 INFO O| Jun 08 20:36:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86032026-06-08T20:36:44.589Z[ recovery-image] Jun 08 20:36:43.728 INFO O| Jun 08 20:36:43.728 INFO STEP 79 (remove_files) COMPLETE
86042026-06-08T20:36:44.595Z[ recovery-image] Jun 08 20:36:43.728 INFO O| Jun 08 20:36:43.728 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052026-06-08T20:36:44.615Z[ recovery-image] Jun 08 20:36:43.734 INFO O| Jun 08 20:36:43.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86062026-06-08T20:36:44.615Z[ recovery-image] Jun 08 20:36:43.734 INFO O| Jun 08 20:36:43.734 INFO STEP 80 (remove_files) COMPLETE
86072026-06-08T20:36:44.615Z[ recovery-image] Jun 08 20:36:43.734 INFO O| Jun 08 20:36:43.734 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082026-06-08T20:36:44.615Z[ recovery-image] Jun 08 20:36:43.739 INFO O| Jun 08 20:36:43.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86092026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.739 INFO O| Jun 08 20:36:43.739 INFO STEP 81 (remove_files) COMPLETE
86102026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.739 INFO O| Jun 08 20:36:43.739 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.745 INFO O| Jun 08 20:36:43.745 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86122026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.745 INFO O| Jun 08 20:36:43.745 INFO STEP 82 (remove_files) COMPLETE
86132026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.745 INFO O| Jun 08 20:36:43.745 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.751 INFO O| Jun 08 20:36:43.751 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86152026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.751 INFO O| Jun 08 20:36:43.751 INFO STEP 83 (remove_files) COMPLETE
86162026-06-08T20:36:44.622Z[ recovery-image] Jun 08 20:36:43.751 INFO O| Jun 08 20:36:43.751 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.757 INFO O| Jun 08 20:36:43.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86182026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.757 INFO O| Jun 08 20:36:43.757 INFO STEP 84 (remove_files) COMPLETE
86192026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.757 INFO O| Jun 08 20:36:43.757 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.763 INFO O| Jun 08 20:36:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86212026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.763 INFO O| Jun 08 20:36:43.763 INFO STEP 85 (remove_files) COMPLETE
86222026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.763 INFO O| Jun 08 20:36:43.763 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.768 INFO O| Jun 08 20:36:43.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86242026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.768 INFO O| Jun 08 20:36:43.768 INFO STEP 86 (remove_files) COMPLETE
86252026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.768 INFO O| Jun 08 20:36:43.768 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.773 INFO O| Jun 08 20:36:43.773 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86272026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.773 INFO O| Jun 08 20:36:43.773 INFO STEP 87 (remove_files) COMPLETE
86282026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.773 INFO O| Jun 08 20:36:43.773 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.779 INFO O| Jun 08 20:36:43.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86302026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.779 INFO O| Jun 08 20:36:43.779 INFO STEP 88 (remove_files) COMPLETE
86312026-06-08T20:36:44.636Z[ recovery-image] Jun 08 20:36:43.779 INFO O| Jun 08 20:36:43.779 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.784 INFO O| Jun 08 20:36:43.784 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86332026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.784 INFO O| Jun 08 20:36:43.784 INFO STEP 89 (remove_files) COMPLETE
86342026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.784 INFO O| Jun 08 20:36:43.784 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.791 INFO O| Jun 08 20:36:43.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86362026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.791 INFO O| Jun 08 20:36:43.791 INFO STEP 90 (remove_files) COMPLETE
86372026-06-08T20:36:44.652Z[ recovery-image] Jun 08 20:36:43.791 INFO O| Jun 08 20:36:43.791 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-06-08T20:36:44.662Z[ recovery-image] Jun 08 20:36:43.797 INFO O| Jun 08 20:36:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86392026-06-08T20:36:44.662Z[ recovery-image] Jun 08 20:36:43.797 INFO O| Jun 08 20:36:43.797 INFO STEP 91 (remove_files) COMPLETE
86402026-06-08T20:36:44.662Z[ recovery-image] Jun 08 20:36:43.797 INFO O| Jun 08 20:36:43.797 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.802 INFO O| Jun 08 20:36:43.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86422026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.803 INFO O| Jun 08 20:36:43.802 INFO STEP 92 (remove_files) COMPLETE
86432026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.803 INFO O| Jun 08 20:36:43.802 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-06-08T20:36:44.663Z[ host-image] Jun 08 20:36:43.803 INFO O| Jun 08 20:36:43.803 INFO O| Actions: Completed 1366 actions in 0.22 seconds.
86452026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.808 INFO O| Jun 08 20:36:43.808 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86462026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.808 INFO O| Jun 08 20:36:43.808 INFO STEP 93 (remove_files) COMPLETE
86472026-06-08T20:36:44.663Z[ recovery-image] Jun 08 20:36:43.808 INFO O| Jun 08 20:36:43.808 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86482026-06-08T20:36:44.671Z[ host-image] Jun 08 20:36:43.813 INFO O| Jun 08 20:36:43.813 INFO O| Finalize: Updating package state database ... Done
86492026-06-08T20:36:44.672Z[ host-image] Jun 08 20:36:43.813 INFO O| Jun 08 20:36:43.813 INFO O| Finalize: Updating package cache ... Done
86502026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.814 INFO O| Jun 08 20:36:43.814 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86512026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.814 INFO O| Jun 08 20:36:43.814 INFO STEP 94 (remove_files) COMPLETE
86522026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.814 INFO O| Jun 08 20:36:43.814 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.820 INFO O| Jun 08 20:36:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86542026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.820 INFO O| Jun 08 20:36:43.820 INFO STEP 95 (remove_files) COMPLETE
86552026-06-08T20:36:44.672Z[ recovery-image] Jun 08 20:36:43.820 INFO O| Jun 08 20:36:43.820 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-06-08T20:36:44.682Z[ recovery-image] Jun 08 20:36:43.825 INFO O| Jun 08 20:36:43.825 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86572026-06-08T20:36:44.682Z[ recovery-image] Jun 08 20:36:43.825 INFO O| Jun 08 20:36:43.825 INFO STEP 96 (remove_files) COMPLETE
86582026-06-08T20:36:44.683Z[ recovery-image] Jun 08 20:36:43.825 INFO O| Jun 08 20:36:43.825 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-06-08T20:36:44.683Z[ recovery-image] Jun 08 20:36:43.832 INFO O| Jun 08 20:36:43.832 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86602026-06-08T20:36:44.683Z[ recovery-image] Jun 08 20:36:43.832 INFO O| Jun 08 20:36:43.832 INFO STEP 97 (remove_files) COMPLETE
86612026-06-08T20:36:44.683Z[ recovery-image] Jun 08 20:36:43.832 INFO O| Jun 08 20:36:43.832 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-06-08T20:36:44.689Z[ host-image] Jun 08 20:36:43.835 INFO O| Jun 08 20:36:43.835 INFO O| Finalize: Updating image state ... Done
86632026-06-08T20:36:44.689Z[ recovery-image] Jun 08 20:36:43.838 INFO O| Jun 08 20:36:43.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86642026-06-08T20:36:44.689Z[ recovery-image] Jun 08 20:36:43.838 INFO O| Jun 08 20:36:43.838 INFO STEP 98 (remove_files) COMPLETE
86652026-06-08T20:36:44.690Z[ recovery-image] Jun 08 20:36:43.838 INFO O| Jun 08 20:36:43.838 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-06-08T20:36:44.694Z[ recovery-image] Jun 08 20:36:43.845 INFO O| Jun 08 20:36:43.845 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86672026-06-08T20:36:44.694Z[ recovery-image] Jun 08 20:36:43.845 INFO O| Jun 08 20:36:43.845 INFO STEP 99 (remove_files) COMPLETE
86682026-06-08T20:36:44.694Z[ recovery-image] Jun 08 20:36:43.845 INFO O| Jun 08 20:36:43.845 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86692026-06-08T20:36:44.702Z[ recovery-image] Jun 08 20:36:43.854 INFO O| Jun 08 20:36:43.854 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86702026-06-08T20:36:44.702Z[ recovery-image] Jun 08 20:36:43.854 INFO O| Jun 08 20:36:43.854 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86712026-06-08T20:36:45.377Z[ host-image] Jun 08 20:36:44.530 INFO O| Jun 08 20:36:44.529 INFO O| Finalize: Creating fast lookup database ... Done
86722026-06-08T20:36:45.400Z[ host-image] Jun 08 20:36:44.552 INFO O| Jun 08 20:36:44.552 INFO O| Finalize: Reading search index ... Done
86732026-06-08T20:36:45.400Z[ host-image] Jun 08 20:36:44.552 INFO O| Jun 08 20:36:44.552 INFO O| Finalize: Updating search index ... Done
86742026-06-08T20:36:45.429Z[ host-image] Jun 08 20:36:44.583 INFO O| Jun 08 20:36:44.583 INFO O| Finalize: Updating package cache ... Done
86752026-06-08T20:36:45.521Z[ host-image] Jun 08 20:36:44.673 INFO O| Jun 08 20:36:44.673 INFO STEP 13 (pkg_install) COMPLETE
86762026-06-08T20:36:45.521Z[ host-image] Jun 08 20:36:44.673 INFO O| Jun 08 20:36:44.673 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86772026-06-08T20:36:45.527Z[ host-image] Jun 08 20:36:44.680 INFO O| Jun 08 20:36:44.680 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.483"]
86782026-06-08T20:36:46.086Z[ host-image] Jun 08 20:36:45.237 INFO O| Jun 08 20:36:45.237 INFO O| Startup: Refreshing catalog 'helios' ... Done
86792026-06-08T20:36:46.172Z[ host-image] Jun 08 20:36:45.321 INFO O| Jun 08 20:36:45.321 INFO O| Startup: Caching catalogs ... Done
86802026-06-08T20:36:46.297Z[ host-image] Jun 08 20:36:45.448 INFO O| Jun 08 20:36:45.447 INFO O| Planning: Solver setup ... Done
86812026-06-08T20:36:46.305Z[ host-image] Jun 08 20:36:45.452 INFO O| Jun 08 20:36:45.452 INFO O| Planning: Running solver ... Done
86822026-06-08T20:36:46.305Z[ host-image] Jun 08 20:36:45.453 INFO O| Jun 08 20:36:45.453 INFO O| Planning: Finding local manifests ... Done
86832026-06-08T20:36:46.319Z[ host-image] Jun 08 20:36:45.470 INFO O| Jun 08 20:36:45.470 INFO O| Planning: Fetching manifests: 0/1 0% complete
86842026-06-08T20:36:46.334Z[ host-image] Jun 08 20:36:45.488 INFO O| Jun 08 20:36:45.488 INFO O| Planning: Fetching manifests: 1/1 100% complete
86852026-06-08T20:36:46.348Z[ host-image] Jun 08 20:36:45.501 INFO O| Jun 08 20:36:45.501 INFO O| Planning: Package planning ... Done
86862026-06-08T20:36:46.360Z[ host-image] Jun 08 20:36:45.502 INFO O| Jun 08 20:36:45.502 INFO O| Planning: Merging actions ... Done
86872026-06-08T20:36:46.416Z[ host-image] Jun 08 20:36:45.568 INFO O| Jun 08 20:36:45.568 INFO O| Planning: Checking for conflicting actions ... Done
86882026-06-08T20:36:46.423Z[ host-image] Jun 08 20:36:45.568 INFO O| Jun 08 20:36:45.568 INFO O| Planning: Consolidating action changes ... Done
86892026-06-08T20:36:46.536Z[ host-image] Jun 08 20:36:45.689 INFO O| Jun 08 20:36:45.689 INFO O| Planning: Evaluating mediators ... Done
86902026-06-08T20:36:46.544Z[ host-image] Jun 08 20:36:45.689 INFO O| Jun 08 20:36:45.689 INFO O| Planning: Planning completed in 0.36 seconds
86912026-06-08T20:36:46.547Z[ host-image] Jun 08 20:36:45.689 INFO O| Jun 08 20:36:45.689 INFO O| Packages to install: 1
86922026-06-08T20:36:46.554Z[ host-image] Jun 08 20:36:45.698 INFO O| Jun 08 20:36:45.698 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
86932026-06-08T20:36:46.647Z[ host-image] Jun 08 20:36:45.800 INFO O| Jun 08 20:36:45.800 INFO O| Download: Completed 13.07 MB in 0.10 seconds (128M/s)
86942026-06-08T20:36:46.690Z[ host-image] Jun 08 20:36:45.819 INFO O| Jun 08 20:36:45.819 INFO O| Actions: 1/22 actions (Installing new actions)
86952026-06-08T20:36:46.877Z[ host-image] Jun 08 20:36:46.031 INFO O| Jun 08 20:36:46.031 INFO O| Actions: Completed 22 actions in 0.21 seconds.
86962026-06-08T20:36:46.884Z[ host-image] Jun 08 20:36:46.038 INFO O| Jun 08 20:36:46.038 INFO O| Finalize: Updating package state database ... Done
86972026-06-08T20:36:46.884Z[ host-image] Jun 08 20:36:46.038 INFO O| Jun 08 20:36:46.038 INFO O| Finalize: Updating package cache ... Done
86982026-06-08T20:36:46.913Z[ host-image] Jun 08 20:36:46.062 INFO O| Jun 08 20:36:46.062 INFO O| Finalize: Updating image state ... Done
86992026-06-08T20:36:47.651Z[ host-image] Jun 08 20:36:46.805 INFO O| Jun 08 20:36:46.805 INFO O| Finalize: Creating fast lookup database ... Done
87002026-06-08T20:36:47.678Z[ host-image] Jun 08 20:36:46.829 INFO O| Jun 08 20:36:46.829 INFO O| Finalize: Reading search index ... Done
87012026-06-08T20:36:47.678Z[ host-image] Jun 08 20:36:46.829 INFO O| Jun 08 20:36:46.829 INFO O| Finalize: Updating search index ... Done
87022026-06-08T20:36:47.684Z[ host-image] Jun 08 20:36:46.838 INFO O| Jun 08 20:36:46.838 INFO O| Finalize: Updating package cache ... Done
87032026-06-08T20:36:47.782Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 14 (pkg_install) COMPLETE
87042026-06-08T20:36:47.782Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87052026-06-08T20:36:47.789Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "mbist" is not enabled
87062026-06-08T20:36:47.789Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87072026-06-08T20:36:47.789Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "mfg" is not enabled
87082026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87092026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "compliance" is not enabled
87102026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87112026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "stress" is not enabled
87122026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87132026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "compliance" is not enabled
87142026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87152026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO skip step because feature "nfs" is not enabled
87162026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
87172026-06-08T20:36:47.790Z[ host-image] Jun 08 20:36:46.936 INFO O| Jun 08 20:36:46.936 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
87182026-06-08T20:36:47.982Z[ host-image] Jun 08 20:36:47.134 INFO O| Jun 08 20:36:47.134 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
87192026-06-08T20:36:48.070Z[ host-image] Jun 08 20:36:47.223 INFO O| Jun 08 20:36:47.223 INFO completed processing sled/ramdisk-01-os
87202026-06-08T20:36:48.076Z[ host-image] Jun 08 20:36:47.225 INFO omicron1 baseline generation...
87212026-06-08T20:36:48.076Z[ host-image] Jun 08 20:36:47.225 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
87222026-06-08T20:36:48.357Z[ host-image] Jun 08 20:36:47.509 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24018:20260604T151256Z
87232026-06-08T20:36:49.888Z[ recovery-image] Jun 08 20:36:49.042 INFO O| Jun 08 20:36:49.042 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
87242026-06-08T20:36:49.888Z[ recovery-image] Jun 08 20:36:49.042 INFO O| Jun 08 20:36:49.042 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87252026-06-08T20:36:49.899Z[ recovery-image] Jun 08 20:36:49.052 INFO O| Jun 08 20:36:49.052 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.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"}
87262026-06-08T20:36:49.985Z[ recovery-image] Jun 08 20:36:49.139 INFO O| Jun 08 20:36:49.139 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87272026-06-08T20:36:50.040Z[ recovery-image] Jun 08 20:36:49.185 INFO O| Jun 08 20:36:49.185 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87282026-06-08T20:36:50.100Z[ recovery-image] Jun 08 20:36:49.237 INFO O| Jun 08 20:36:49.237 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87292026-06-08T20:36:50.100Z[ recovery-image] Jun 08 20:36:49.237 INFO O| Jun 08 20:36:49.237 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 ...
87302026-06-08T20:36:50.128Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87312026-06-08T20:36:50.128Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO ok!
87322026-06-08T20:36:50.136Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87332026-06-08T20:36:50.136Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO STEP 100 (seed_smf) COMPLETE
87342026-06-08T20:36:50.136Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO steps complete; finalising image!
87352026-06-08T20:36:50.136Z[ recovery-image] Jun 08 20:36:49.238 INFO O| Jun 08 20:36:49.238 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87362026-06-08T20:36:50.162Z[ recovery-image] Jun 08 20:36:49.262 INFO O| Jun 08 20:36:49.262 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon Jun 8 20:36:49 2026)
87372026-06-08T20:36:50.340Z[ recovery-image] Jun 08 20:36:49.477 INFO O| Jun 08 20:36:49.477 INFO temporary pool has 489M used, 1.27G avail, 1.00x compressratio
87382026-06-08T20:36:50.340Z[ recovery-image] Jun 08 20:36:49.477 INFO O| Jun 08 20:36:49.477 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87392026-06-08T20:36:50.527Z[ recovery-image] Jun 08 20:36:49.679 INFO O| Jun 08 20:36:49.679 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
87402026-06-08T20:36:50.527Z[ recovery-image] Jun 08 20:36:49.679 INFO O| Jun 08 20:36:49.679 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87412026-06-08T20:36:52.537Z[ recovery-image] Jun 08 20:36:51.687 INFO O| Jun 08 20:36:51.687 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87422026-06-08T20:36:52.537Z[ recovery-image] Jun 08 20:36:51.687 INFO O| Jun 08 20:36:51.687 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87432026-06-08T20:36:52.548Z[ recovery-image] Jun 08 20:36:51.687 INFO O| Jun 08 20:36:51.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87442026-06-08T20:36:52.549Z[ recovery-image] Jun 08 20:36:51.687 INFO O| Jun 08 20:36:51.687 INFO completed processing sled/zfs-recovery
87452026-06-08T20:36:52.549Z[ recovery-image] Jun 08 20:36:51.687 INFO O| Jun 08 20:36:51.687 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87462026-06-08T20:36:54.176Z[ recovery-image] Jun 08 20:36:53.295 INFO O| Jun 08 20:36:53.295 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87472026-06-08T20:36:54.247Z[ recovery-image] Jun 08 20:36:53.382 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
87482026-06-08T20:36:54.247Z[ recovery-image] Jun 08 20:36:53.382 INFO expanded image name: "recovery 3ff799d/${os_short_commit} 2026-06-08 20:20" -> "recovery 3ff799d/d847a32 2026-06-08 20:20"
87492026-06-08T20:36:54.247Z[ recovery-image] Jun 08 20:36:53.382 INFO output artefacts stored in: "/work/os-recovery"
87502026-06-08T20:36:54.292Z[ recovery-image] Jun 08 20:36:53.382 INFO collecting git info from project "amd-firmware"...
87512026-06-08T20:36:54.331Z[ recovery-image] Jun 08 20:36:53.427 INFO collecting git info from project "chelsio-t6-roms"...
87522026-06-08T20:36:54.332Z[ recovery-image] Jun 08 20:36:53.443 INFO collecting git info from project "image-builder"...
87532026-06-08T20:36:54.332Z[ recovery-image] Jun 08 20:36:53.448 INFO collecting git info from project "bootserver"...
87542026-06-08T20:36:54.332Z[ recovery-image] Jun 08 20:36:53.452 INFO collecting git info from project "amd-host-image-builder"...
87552026-06-08T20:36:54.347Z[ recovery-image] Jun 08 20:36:53.488 INFO collecting git info from project "phbl"...
87562026-06-08T20:36:54.347Z[ recovery-image] Jun 08 20:36:53.493 INFO collecting git info from project "pinprick"...
87572026-06-08T20:36:54.355Z[ recovery-image] Jun 08 20:36:53.497 INFO collecting git info from project "dmar-report"...
87582026-06-08T20:36:54.355Z[ recovery-image] Jun 08 20:36:53.504 INFO collecting git info from project "pilot"...
87592026-06-08T20:36:54.375Z[ recovery-image] Jun 08 20:36:53.511 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87602026-06-08T20:36:54.664Z[ recovery-image] Jun 08 20:36:53.798 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87612026-06-08T20:36:54.943Z[ recovery-image] Jun 08 20:36:54.088 INFO creating Oxide boot image...
87622026-06-08T20:36:54.943Z[ recovery-image] Jun 08 20:36:54.088 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 3ff799d/d847a32 2026-06-08 20:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87632026-06-08T20:37:25.137Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24018:20260604T151319Z
87642026-06-08T20:37:25.138Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24018:20260604T151319Z
87652026-06-08T20:37:25.138Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87662026-06-08T20:37:25.143Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87672026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87682026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87692026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.286 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87702026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.287 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87712026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.287 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260608T202058Z
87722026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.287 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87732026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.287 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87742026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.287 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24018:20260604T151319Z
87752026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24018:20260604T151320Z
87762026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24018:20260604T151320Z
87772026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24018:20260604T151320Z
87782026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87792026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24018:20260604T151320Z
87802026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24018:20260604T151320Z
87812026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24018:20260604T151320Z
87822026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24018:20260604T151320Z
87832026-06-08T20:37:25.144Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24018:20260604T151321Z
87842026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.288 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24018:20260604T151321Z
87852026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24018:20260604T151321Z
87862026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24018:20260604T151322Z
87872026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24018:20260604T151322Z
87882026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24018:20260604T151322Z
87892026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24018:20260604T151323Z
87902026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24018:20260604T151323Z
87912026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24018:20260604T151324Z
87922026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24018:20260604T151324Z
87932026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/opte@0.41.483-3.0:20260604T161159Z
87942026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24018:20260604T151325Z
87952026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24018:20260604T151327Z
87962026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24018:20260604T151327Z
87972026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24018:20260604T151328Z
87982026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24018:20260604T151329Z
87992026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.289 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24018:20260604T151329Z
88002026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.292 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88012026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.292 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24018:20260604T151329Z
88022026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.292 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88032026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.292 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88042026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.292 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88052026-06-08T20:37:25.145Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88062026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24018:20260604T151329Z
88072026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88082026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88092026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88102026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.293 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88112026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.296 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88122026-06-08T20:37:25.146Z[ host-image] Jun 08 20:37:24.296 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88132026-06-08T20:37:25.151Z[ host-image] Jun 08 20:37:24.296 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88142026-06-08T20:37:25.151Z[ host-image] Jun 08 20:37:24.297 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88152026-06-08T20:37:25.152Z[ host-image] Jun 08 20:37:24.297 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88162026-06-08T20:37:25.152Z[ host-image] Jun 08 20:37:24.297 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88172026-06-08T20:37:25.166Z[ host-image] Jun 08 20:37:24.308 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88182026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88192026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88202026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24018:20260604T151330Z
88212026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24018:20260604T151334Z
88222026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88232026-06-08T20:37:25.167Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24018:20260604T151335Z
88242026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88252026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88262026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88272026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88282026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24018:20260604T151335Z
88292026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.309 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88302026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.310 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88312026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.310 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88322026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.310 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88332026-06-08T20:37:25.173Z[ host-image] Jun 08 20:37:24.310 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24018:20260604T151335Z
88342026-06-08T20:37:25.174Z[ host-image] Jun 08 20:37:24.310 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88352026-06-08T20:37:25.174Z[ host-image] Jun 08 20:37:24.314 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88362026-06-08T20:37:25.174Z[ host-image] Jun 08 20:37:24.314 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24018:20260604T151335Z
88372026-06-08T20:37:25.174Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24018:20260604T151336Z
88382026-06-08T20:37:25.174Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24018:20260604T151336Z
88392026-06-08T20:37:25.180Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88402026-06-08T20:37:25.180Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24018:20260604T151337Z
88412026-06-08T20:37:25.180Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24018:20260604T151337Z
88422026-06-08T20:37:25.180Z[ host-image] Jun 08 20:37:24.315 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24018:20260604T151337Z
88432026-06-08T20:37:25.180Z[ host-image] Jun 08 20:37:24.316 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24018:20260604T151337Z
88442026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.316 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88452026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.316 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24018:20260604T151337Z
88462026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24018:20260604T151338Z
88472026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88482026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24018:20260604T151338Z
88492026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24018:20260604T151338Z
88502026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24018:20260604T151338Z
88512026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.317 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24018:20260604T151339Z
88522026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.319 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24018:20260604T151339Z
88532026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.319 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88542026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.319 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24018:20260604T151339Z
88552026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24018:20260604T151339Z
88562026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24018:20260604T151339Z
88572026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24018:20260604T151339Z
88582026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24018:20260604T151339Z
88592026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24018:20260604T151339Z
88602026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.320 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24018:20260604T151340Z
88612026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.323 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24018:20260604T151340Z
88622026-06-08T20:37:25.181Z[ host-image] Jun 08 20:37:24.323 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24018:20260604T151340Z
88632026-06-08T20:37:25.182Z[ host-image] Jun 08 20:37:24.323 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24018:20260604T151340Z
88642026-06-08T20:37:25.182Z[ host-image] Jun 08 20:37:24.323 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24018:20260604T151340Z
88652026-06-08T20:37:25.182Z[ host-image] Jun 08 20:37:24.323 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24018:20260604T151340Z
88662026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.329 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24018:20260604T151342Z
88672026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.329 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24018:20260604T151341Z
88682026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.329 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24018:20260604T151341Z
88692026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.329 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88702026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.329 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88712026-06-08T20:37:25.194Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24018:20260604T151341Z
88722026-06-08T20:37:25.195Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88732026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24018:20260604T151341Z
88742026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24018:20260604T151341Z
88752026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24018:20260604T151341Z
88762026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88772026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88782026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.338 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24018:20260604T151342Z
88792026-06-08T20:37:25.196Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24018:20260604T151342Z
88802026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24018:20260604T151342Z
88812026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24018:20260604T151342Z
88822026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24018:20260604T151342Z
88832026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24018:20260604T151342Z
88842026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.339 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88852026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24018:20260604T151343Z
88862026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24018:20260604T151343Z
88872026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24018:20260604T151343Z
88882026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24018:20260604T151344Z
88892026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24018:20260604T151343Z
88902026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24018:20260604T151344Z
88912026-06-08T20:37:25.197Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88922026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88932026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.340 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24018:20260604T151345Z
88942026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24018:20260604T151346Z
88952026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88962026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88972026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88982026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88992026-06-08T20:37:25.198Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89002026-06-08T20:37:25.206Z[ host-image] Jun 08 20:37:24.341 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89012026-06-08T20:37:25.207Z[ host-image] Jun 08 20:37:24.342 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
89022026-06-08T20:37:25.207Z[ host-image] Jun 08 20:37:24.342 INFO O| tempdir @ "/tmp/.tmpxgBlSY/tmp"
89032026-06-08T20:37:25.207Z[ host-image] Jun 08 20:37:24.342 INFO O| image root @ "/tmp/.tmpxgBlSY/tmp/root"
89042026-06-08T20:37:25.208Z[ host-image] Jun 08 20:37:24.342 INFO O| creating image...
89052026-06-08T20:37:25.500Z[ host-image] Jun 08 20:37:24.647 INFO O| copying publishers...
89062026-06-08T20:37:26.203Z[ host-image] Jun 08 20:37:25.352 INFO O| adding properties...
89072026-06-08T20:37:26.978Z[ host-image] Jun 08 20:37:26.096 INFO O| installing packages...
89082026-06-08T20:37:33.964Z[ recovery-image] Jun 08 20:37:33.107 INFO O| ok, image written!
89092026-06-08T20:37:33.964Z[ recovery-image] Jun 08 20:37:33.107 INFO O| ok, boot_image_csum file written!
89102026-06-08T20:37:34.064Z[ recovery-image] Jun 08 20:37:33.109 INFO creating boot archive (CPIO)...
89112026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.110 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
89122026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.113 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89132026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.113 INFO E| + outfile=/work/os-recovery/cpio
89142026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.113 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89152026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.116 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89162026-06-08T20:37:34.065Z[ recovery-image] Jun 08 20:37:33.116 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89172026-06-08T20:37:34.109Z[ recovery-image] Jun 08 20:37:33.128 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89182026-06-08T20:37:34.109Z[ recovery-image] Jun 08 20:37:33.128 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89192026-06-08T20:37:34.109Z[ recovery-image] Jun 08 20:37:33.134 INFO creating compressed cpio/unix for dev loaders...
89202026-06-08T20:37:34.109Z[ recovery-image] Jun 08 20:37:33.134 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
89212026-06-08T20:37:34.221Z[ recovery-image] Jun 08 20:37:33.350 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
89222026-06-08T20:37:37.811Z[ recovery-image] Jun 08 20:37:36.545 INFO creating reset image...
89232026-06-08T20:37:37.811Z[ recovery-image] Jun 08 20:37:36.545 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89242026-06-08T20:37:38.798Z[ host-image] Jun 08 20:37:37.952 INFO O| seeding SMF database...
89252026-06-08T20:37:43.321Z[ host-image] Jun 08 20:37:42.296 INFO O| configuring SMF profile...
89262026-06-08T20:37:43.321Z[ host-image] Jun 08 20:37:42.296 INFO O| modifying shadow(5)...
89272026-06-08T20:37:43.402Z[ host-image] Jun 08 20:37:42.296 INFO O| loading user and group database...
89282026-06-08T20:37:43.402Z[ host-image] Jun 08 20:37:42.296 INFO O| loading facet selections...
89292026-06-08T20:37:43.804Z[ host-image] Jun 08 20:37:42.601 INFO O| devel -> true
89302026-06-08T20:37:43.804Z[ host-image] Jun 08 20:37:42.601 INFO O| doc.man -> true
89312026-06-08T20:37:43.855Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.shell/ksh93 -> true
89322026-06-08T20:37:43.855Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.system/data/hardware-registry -> true
89332026-06-08T20:37:43.855Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.system/data/zoneinfo -> true
89342026-06-08T20:37:43.855Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.system/microcode/amd -> true
89352026-06-08T20:37:43.855Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.system/microcode/intel -> true
89362026-06-08T20:37:43.856Z[ host-image] Jun 08 20:37:42.601 INFO O| version-lock.system/microcode/oxide -> true
89372026-06-08T20:37:43.856Z[ host-image] Jun 08 20:37:42.601 INFO O| assessing packaged files...
89382026-06-08T20:37:48.126Z[ host-image] Jun 08 20:37:44.039 INFO O| creating archive...
89392026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.060 INFO O| missing from packaging:
89402026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.060 INFO O| "etc/.pwd.lock"
89412026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.060 INFO O| "etc/bash"
89422026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/profile/generic.xml"
89432026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/profile/inetd_services.xml"
89442026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/profile/name_service.xml"
89452026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/profile/platform.xml"
89462026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/profile/platform_omicron1.xml"
89472026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.064 INFO O| "etc/svc/repository.db"
89482026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.070 INFO O| "opt/ooce/share"
89492026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.070 INFO O| "opt/ooce/share/man"
89502026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.070 INFO O| "opt/ooce/share/man/man1"
89512026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:44.078 INFO O| finishing archive...
89522026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:46.459 INFO O| creating gzonly manifest...
89532026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:46.465 INFO O| ok
89542026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:46.556 INFO image builder template: ramdisk-02-trim...
89552026-06-08T20:37:48.188Z[ host-image] Jun 08 20:37:46.556 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/.tmpav2ks6/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@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89562026-06-08T20:37:48.189Z[ host-image] Jun 08 20:37:46.573 INFO O| Jun 08 20:37:46.573 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89572026-06-08T20:37:48.189Z[ host-image] Jun 08 20:37:46.576 INFO O| Jun 08 20:37:46.576 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89582026-06-08T20:37:48.524Z[ host-image] Jun 08 20:37:47.677 INFO O| Jun 08 20:37:47.677 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89592026-06-08T20:37:48.755Z[ host-image] Jun 08 20:37:47.878 INFO O| Jun 08 20:37:47.878 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89602026-06-08T20:37:48.756Z[ host-image] Jun 08 20:37:47.878 INFO O| Jun 08 20:37:47.878 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89612026-06-08T20:37:48.760Z[ host-image] Jun 08 20:37:47.883 INFO O| Jun 08 20:37:47.883 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89622026-06-08T20:37:48.760Z[ host-image] Jun 08 20:37:47.885 INFO O| Jun 08 20:37:47.885 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89632026-06-08T20:37:48.760Z[ host-image] Jun 08 20:37:47.890 INFO O| Jun 08 20:37:47.890 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89642026-06-08T20:37:49.104Z[ host-image] Jun 08 20:37:48.257 INFO O| Jun 08 20:37:48.257 INFO rolled back to input snapshot; work may begin
89652026-06-08T20:37:49.104Z[ host-image] Jun 08 20:37:48.257 INFO O| Jun 08 20:37:48.257 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89662026-06-08T20:37:49.108Z[ host-image] Jun 08 20:37:48.261 INFO O| Jun 08 20:37:48.261 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89672026-06-08T20:37:49.117Z[ host-image] Jun 08 20:37:48.270 INFO O| Jun 08 20:37:48.270 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89682026-06-08T20:37:49.153Z[ host-image] Jun 08 20:37:48.306 INFO O| Jun 08 20:37:48.306 INFO STEP 0 (remove_files) COMPLETE
89692026-06-08T20:37:49.153Z[ host-image] Jun 08 20:37:48.306 INFO O| Jun 08 20:37:48.306 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89702026-06-08T20:37:49.161Z[ host-image] Jun 08 20:37:48.315 INFO O| Jun 08 20:37:48.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89712026-06-08T20:37:49.164Z[ host-image] Jun 08 20:37:48.316 INFO O| Jun 08 20:37:48.316 INFO STEP 1 (remove_files) COMPLETE
89722026-06-08T20:37:49.164Z[ host-image] Jun 08 20:37:48.316 INFO O| Jun 08 20:37:48.316 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89732026-06-08T20:37:49.170Z[ host-image] Jun 08 20:37:48.324 INFO O| Jun 08 20:37:48.324 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89742026-06-08T20:37:49.184Z[ host-image] Jun 08 20:37:48.337 INFO O| Jun 08 20:37:48.337 INFO STEP 2 (remove_files) COMPLETE
89752026-06-08T20:37:49.187Z[ host-image] Jun 08 20:37:48.337 INFO O| Jun 08 20:37:48.337 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89762026-06-08T20:37:49.193Z[ host-image] Jun 08 20:37:48.346 INFO O| Jun 08 20:37:48.346 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89772026-06-08T20:37:49.198Z[ host-image] Jun 08 20:37:48.347 INFO O| Jun 08 20:37:48.347 INFO STEP 3 (remove_files) COMPLETE
89782026-06-08T20:37:49.198Z[ host-image] Jun 08 20:37:48.347 INFO O| Jun 08 20:37:48.347 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89792026-06-08T20:37:49.202Z[ host-image] Jun 08 20:37:48.355 INFO O| Jun 08 20:37:48.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89802026-06-08T20:37:49.206Z[ host-image] Jun 08 20:37:48.358 INFO O| Jun 08 20:37:48.358 INFO STEP 4 (remove_files) COMPLETE
89812026-06-08T20:37:49.206Z[ host-image] Jun 08 20:37:48.358 INFO O| Jun 08 20:37:48.358 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89822026-06-08T20:37:49.212Z[ host-image] Jun 08 20:37:48.366 INFO O| Jun 08 20:37:48.366 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89832026-06-08T20:37:49.216Z[ host-image] Jun 08 20:37:48.368 INFO O| Jun 08 20:37:48.367 INFO STEP 5 (remove_files) COMPLETE
89842026-06-08T20:37:49.216Z[ host-image] Jun 08 20:37:48.368 INFO O| Jun 08 20:37:48.368 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89852026-06-08T20:37:49.223Z[ host-image] Jun 08 20:37:48.376 INFO O| Jun 08 20:37:48.376 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89862026-06-08T20:37:49.232Z[ host-image] Jun 08 20:37:48.385 INFO O| Jun 08 20:37:48.385 INFO STEP 6 (remove_files) COMPLETE
89872026-06-08T20:37:49.235Z[ host-image] Jun 08 20:37:48.385 INFO O| Jun 08 20:37:48.385 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89882026-06-08T20:37:49.236Z[ host-image] Jun 08 20:37:48.385 INFO O| Jun 08 20:37:48.385 INFO skip step because feature "heliosv2" is not enabled
89892026-06-08T20:37:49.236Z[ host-image] Jun 08 20:37:48.385 INFO O| Jun 08 20:37:48.385 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89902026-06-08T20:37:49.240Z[ host-image] Jun 08 20:37:48.392 INFO O| Jun 08 20:37:48.392 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89912026-06-08T20:37:49.249Z[ host-image] Jun 08 20:37:48.403 INFO O| Jun 08 20:37:48.403 INFO STEP 8 (remove_files) COMPLETE
89922026-06-08T20:37:49.249Z[ host-image] Jun 08 20:37:48.403 INFO O| Jun 08 20:37:48.403 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89932026-06-08T20:37:49.258Z[ host-image] Jun 08 20:37:48.411 INFO O| Jun 08 20:37:48.411 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89942026-06-08T20:37:49.333Z[ host-image] Jun 08 20:37:48.486 INFO O| Jun 08 20:37:48.486 INFO STEP 9 (remove_files) COMPLETE
89952026-06-08T20:37:49.333Z[ host-image] Jun 08 20:37:48.486 INFO O| Jun 08 20:37:48.486 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89962026-06-08T20:37:49.340Z[ host-image] Jun 08 20:37:48.494 INFO O| Jun 08 20:37:48.494 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89972026-06-08T20:37:49.417Z[ host-image] Jun 08 20:37:48.571 INFO O| Jun 08 20:37:48.571 INFO STEP 10 (remove_files) COMPLETE
89982026-06-08T20:37:49.418Z[ host-image] Jun 08 20:37:48.571 INFO O| Jun 08 20:37:48.571 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89992026-06-08T20:37:49.424Z[ host-image] Jun 08 20:37:48.578 INFO O| Jun 08 20:37:48.578 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90002026-06-08T20:37:49.430Z[ host-image] Jun 08 20:37:48.580 INFO O| Jun 08 20:37:48.580 INFO STEP 11 (remove_files) COMPLETE
90012026-06-08T20:37:49.430Z[ host-image] Jun 08 20:37:48.580 INFO O| Jun 08 20:37:48.580 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90022026-06-08T20:37:49.435Z[ host-image] Jun 08 20:37:48.586 INFO O| Jun 08 20:37:48.586 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90032026-06-08T20:37:49.435Z[ host-image] Jun 08 20:37:48.587 INFO O| Jun 08 20:37:48.587 INFO STEP 12 (remove_files) COMPLETE
90042026-06-08T20:37:49.435Z[ host-image] Jun 08 20:37:48.587 INFO O| Jun 08 20:37:48.587 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-06-08T20:37:49.440Z[ host-image] Jun 08 20:37:48.592 INFO O| Jun 08 20:37:48.592 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90062026-06-08T20:37:49.440Z[ host-image] Jun 08 20:37:48.593 INFO O| Jun 08 20:37:48.593 INFO STEP 13 (remove_files) COMPLETE
90072026-06-08T20:37:49.440Z[ host-image] Jun 08 20:37:48.593 INFO O| Jun 08 20:37:48.593 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-06-08T20:37:49.526Z[ host-image] Jun 08 20:37:48.680 INFO O| Jun 08 20:37:48.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90092026-06-08T20:37:49.533Z[ host-image] Jun 08 20:37:48.686 INFO O| Jun 08 20:37:48.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90102026-06-08T20:37:49.655Z[ host-image] Jun 08 20:37:48.808 INFO O| Jun 08 20:37:48.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90112026-06-08T20:37:49.655Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90122026-06-08T20:37:49.658Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90132026-06-08T20:37:49.658Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90142026-06-08T20:37:49.658Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90152026-06-08T20:37:49.659Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90162026-06-08T20:37:49.659Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90172026-06-08T20:37:49.659Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90182026-06-08T20:37:49.659Z[ host-image] Jun 08 20:37:48.809 INFO O| Jun 08 20:37:48.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90192026-06-08T20:37:49.659Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90202026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90212026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90222026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90232026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90242026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90252026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90262026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90272026-06-08T20:37:49.660Z[ host-image] Jun 08 20:37:48.810 INFO O| Jun 08 20:37:48.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90282026-06-08T20:37:49.669Z[ host-image] Jun 08 20:37:48.823 INFO O| Jun 08 20:37:48.823 INFO STEP 14 (remove_files) COMPLETE
90292026-06-08T20:37:49.670Z[ host-image] Jun 08 20:37:48.823 INFO O| Jun 08 20:37:48.823 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90302026-06-08T20:37:49.679Z[ host-image] Jun 08 20:37:48.832 INFO O| Jun 08 20:37:48.832 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90312026-06-08T20:37:49.683Z[ host-image] Jun 08 20:37:48.834 INFO O| Jun 08 20:37:48.833 INFO STEP 15 (remove_files) COMPLETE
90322026-06-08T20:37:49.683Z[ host-image] Jun 08 20:37:48.834 INFO O| Jun 08 20:37:48.834 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90332026-06-08T20:37:49.688Z[ host-image] Jun 08 20:37:48.842 INFO O| Jun 08 20:37:48.842 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90342026-06-08T20:37:49.694Z[ host-image] Jun 08 20:37:48.847 INFO O| Jun 08 20:37:48.847 INFO STEP 16 (remove_files) COMPLETE
90352026-06-08T20:37:49.694Z[ host-image] Jun 08 20:37:48.847 INFO O| Jun 08 20:37:48.847 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90362026-06-08T20:37:49.702Z[ host-image] Jun 08 20:37:48.855 INFO O| Jun 08 20:37:48.855 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90372026-06-08T20:37:49.706Z[ host-image] Jun 08 20:37:48.855 INFO O| Jun 08 20:37:48.855 INFO STEP 17 (remove_files) COMPLETE
90382026-06-08T20:37:49.706Z[ host-image] Jun 08 20:37:48.855 INFO O| Jun 08 20:37:48.855 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90392026-06-08T20:37:49.709Z[ host-image] Jun 08 20:37:48.863 INFO O| Jun 08 20:37:48.863 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90402026-06-08T20:37:49.714Z[ host-image] Jun 08 20:37:48.864 INFO O| Jun 08 20:37:48.864 INFO STEP 18 (remove_files) COMPLETE
90412026-06-08T20:37:49.714Z[ host-image] Jun 08 20:37:48.864 INFO O| Jun 08 20:37:48.864 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90422026-06-08T20:37:49.719Z[ host-image] Jun 08 20:37:48.872 INFO O| Jun 08 20:37:48.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90432026-06-08T20:37:49.719Z[ host-image] Jun 08 20:37:48.872 INFO O| Jun 08 20:37:48.872 INFO STEP 19 (remove_files) COMPLETE
90442026-06-08T20:37:49.719Z[ host-image] Jun 08 20:37:48.872 INFO O| Jun 08 20:37:48.872 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90452026-06-08T20:37:49.726Z[ host-image] Jun 08 20:37:48.880 INFO O| Jun 08 20:37:48.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90462026-06-08T20:37:49.726Z[ host-image] Jun 08 20:37:48.880 INFO O| Jun 08 20:37:48.880 INFO STEP 20 (remove_files) COMPLETE
90472026-06-08T20:37:49.731Z[ host-image] Jun 08 20:37:48.880 INFO O| Jun 08 20:37:48.880 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90482026-06-08T20:37:49.734Z[ host-image] Jun 08 20:37:48.887 INFO O| Jun 08 20:37:48.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90492026-06-08T20:37:49.734Z[ host-image] Jun 08 20:37:48.887 INFO O| Jun 08 20:37:48.887 INFO STEP 21 (remove_files) COMPLETE
90502026-06-08T20:37:49.734Z[ host-image] Jun 08 20:37:48.887 INFO O| Jun 08 20:37:48.887 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90512026-06-08T20:37:49.739Z[ host-image] Jun 08 20:37:48.893 INFO O| Jun 08 20:37:48.893 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90522026-06-08T20:37:49.739Z[ host-image] Jun 08 20:37:48.893 INFO O| Jun 08 20:37:48.893 INFO STEP 22 (remove_files) COMPLETE
90532026-06-08T20:37:49.739Z[ host-image] Jun 08 20:37:48.893 INFO O| Jun 08 20:37:48.893 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90542026-06-08T20:37:49.746Z[ host-image] Jun 08 20:37:48.900 INFO O| Jun 08 20:37:48.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90552026-06-08T20:37:49.746Z[ host-image] Jun 08 20:37:48.900 INFO O| Jun 08 20:37:48.900 INFO STEP 23 (remove_files) COMPLETE
90562026-06-08T20:37:49.747Z[ host-image] Jun 08 20:37:48.900 INFO O| Jun 08 20:37:48.900 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90572026-06-08T20:37:49.753Z[ host-image] Jun 08 20:37:48.906 INFO O| Jun 08 20:37:48.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90582026-06-08T20:37:49.753Z[ host-image] Jun 08 20:37:48.906 INFO O| Jun 08 20:37:48.906 INFO STEP 24 (remove_files) COMPLETE
90592026-06-08T20:37:49.757Z[ host-image] Jun 08 20:37:48.906 INFO O| Jun 08 20:37:48.906 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90602026-06-08T20:37:49.760Z[ host-image] Jun 08 20:37:48.914 INFO O| Jun 08 20:37:48.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90612026-06-08T20:37:49.760Z[ host-image] Jun 08 20:37:48.914 INFO O| Jun 08 20:37:48.914 INFO STEP 25 (remove_files) COMPLETE
90622026-06-08T20:37:49.760Z[ host-image] Jun 08 20:37:48.914 INFO O| Jun 08 20:37:48.914 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90632026-06-08T20:37:49.765Z[ host-image] Jun 08 20:37:48.919 INFO O| Jun 08 20:37:48.919 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90642026-06-08T20:37:49.769Z[ host-image] Jun 08 20:37:48.919 INFO O| Jun 08 20:37:48.919 INFO STEP 26 (remove_files) COMPLETE
90652026-06-08T20:37:49.769Z[ host-image] Jun 08 20:37:48.919 INFO O| Jun 08 20:37:48.919 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90662026-06-08T20:37:49.773Z[ host-image] Jun 08 20:37:48.924 INFO O| Jun 08 20:37:48.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90672026-06-08T20:37:49.773Z[ host-image] Jun 08 20:37:48.924 INFO O| Jun 08 20:37:48.924 INFO STEP 27 (remove_files) COMPLETE
90682026-06-08T20:37:49.773Z[ host-image] Jun 08 20:37:48.924 INFO O| Jun 08 20:37:48.924 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90692026-06-08T20:37:49.780Z[ host-image] Jun 08 20:37:48.933 INFO O| Jun 08 20:37:48.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90702026-06-08T20:37:49.783Z[ host-image] Jun 08 20:37:48.933 INFO O| Jun 08 20:37:48.933 INFO STEP 28 (remove_files) COMPLETE
90712026-06-08T20:37:49.783Z[ host-image] Jun 08 20:37:48.933 INFO O| Jun 08 20:37:48.933 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90722026-06-08T20:37:49.787Z[ host-image] Jun 08 20:37:48.940 INFO O| Jun 08 20:37:48.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90732026-06-08T20:37:49.787Z[ host-image] Jun 08 20:37:48.940 INFO O| Jun 08 20:37:48.940 INFO STEP 29 (remove_files) COMPLETE
90742026-06-08T20:37:49.787Z[ host-image] Jun 08 20:37:48.940 INFO O| Jun 08 20:37:48.940 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90752026-06-08T20:37:49.793Z[ host-image] Jun 08 20:37:48.947 INFO O| Jun 08 20:37:48.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90762026-06-08T20:37:49.793Z[ host-image] Jun 08 20:37:48.947 INFO O| Jun 08 20:37:48.947 INFO STEP 30 (remove_files) COMPLETE
90772026-06-08T20:37:49.797Z[ host-image] Jun 08 20:37:48.947 INFO O| Jun 08 20:37:48.947 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90782026-06-08T20:37:49.801Z[ host-image] Jun 08 20:37:48.955 INFO O| Jun 08 20:37:48.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90792026-06-08T20:37:49.801Z[ host-image] Jun 08 20:37:48.955 INFO O| Jun 08 20:37:48.955 INFO STEP 31 (remove_files) COMPLETE
90802026-06-08T20:37:49.805Z[ host-image] Jun 08 20:37:48.955 INFO O| Jun 08 20:37:48.955 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90812026-06-08T20:37:49.809Z[ host-image] Jun 08 20:37:48.962 INFO O| Jun 08 20:37:48.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90822026-06-08T20:37:49.809Z[ host-image] Jun 08 20:37:48.962 INFO O| Jun 08 20:37:48.962 INFO STEP 32 (remove_files) COMPLETE
90832026-06-08T20:37:49.809Z[ host-image] Jun 08 20:37:48.962 INFO O| Jun 08 20:37:48.962 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90842026-06-08T20:37:49.814Z[ host-image] Jun 08 20:37:48.968 INFO O| Jun 08 20:37:48.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90852026-06-08T20:37:49.818Z[ host-image] Jun 08 20:37:48.968 INFO O| Jun 08 20:37:48.968 INFO STEP 33 (remove_files) COMPLETE
90862026-06-08T20:37:49.818Z[ host-image] Jun 08 20:37:48.968 INFO O| Jun 08 20:37:48.968 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90872026-06-08T20:37:49.822Z[ host-image] Jun 08 20:37:48.974 INFO O| Jun 08 20:37:48.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90882026-06-08T20:37:49.822Z[ host-image] Jun 08 20:37:48.974 INFO O| Jun 08 20:37:48.974 INFO STEP 34 (remove_files) COMPLETE
90892026-06-08T20:37:49.822Z[ host-image] Jun 08 20:37:48.974 INFO O| Jun 08 20:37:48.974 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90902026-06-08T20:37:49.828Z[ host-image] Jun 08 20:37:48.982 INFO O| Jun 08 20:37:48.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90912026-06-08T20:37:49.828Z[ host-image] Jun 08 20:37:48.982 INFO O| Jun 08 20:37:48.982 INFO STEP 35 (remove_files) COMPLETE
90922026-06-08T20:37:49.834Z[ host-image] Jun 08 20:37:48.982 INFO O| Jun 08 20:37:48.982 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90932026-06-08T20:37:49.837Z[ host-image] Jun 08 20:37:48.989 INFO O| Jun 08 20:37:48.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90942026-06-08T20:37:49.837Z[ host-image] Jun 08 20:37:48.989 INFO O| Jun 08 20:37:48.989 INFO STEP 36 (remove_files) COMPLETE
90952026-06-08T20:37:49.837Z[ host-image] Jun 08 20:37:48.989 INFO O| Jun 08 20:37:48.989 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90962026-06-08T20:37:49.843Z[ host-image] Jun 08 20:37:48.996 INFO O| Jun 08 20:37:48.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90972026-06-08T20:37:49.843Z[ host-image] Jun 08 20:37:48.996 INFO O| Jun 08 20:37:48.996 INFO STEP 37 (remove_files) COMPLETE
90982026-06-08T20:37:49.847Z[ host-image] Jun 08 20:37:48.996 INFO O| Jun 08 20:37:48.996 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90992026-06-08T20:37:49.850Z[ host-image] Jun 08 20:37:49.001 INFO O| Jun 08 20:37:49.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91002026-06-08T20:37:49.851Z[ host-image] Jun 08 20:37:49.001 INFO O| Jun 08 20:37:49.001 INFO STEP 38 (remove_files) COMPLETE
91012026-06-08T20:37:49.851Z[ host-image] Jun 08 20:37:49.001 INFO O| Jun 08 20:37:49.001 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91022026-06-08T20:37:49.896Z[ host-image] Jun 08 20:37:49.010 INFO O| Jun 08 20:37:49.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91032026-06-08T20:37:49.896Z[ host-image] Jun 08 20:37:49.010 INFO O| Jun 08 20:37:49.010 INFO STEP 39 (remove_files) COMPLETE
91042026-06-08T20:37:49.896Z[ host-image] Jun 08 20:37:49.010 INFO O| Jun 08 20:37:49.010 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91052026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.017 INFO O| Jun 08 20:37:49.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91062026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.017 INFO O| Jun 08 20:37:49.017 INFO STEP 40 (remove_files) COMPLETE
91072026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.017 INFO O| Jun 08 20:37:49.017 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.025 INFO O| Jun 08 20:37:49.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91092026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.025 INFO O| Jun 08 20:37:49.025 INFO STEP 41 (remove_files) COMPLETE
91102026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.025 INFO O| Jun 08 20:37:49.025 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91112026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.031 INFO O| Jun 08 20:37:49.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91122026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.031 INFO O| Jun 08 20:37:49.031 INFO STEP 42 (remove_files) COMPLETE
91132026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.031 INFO O| Jun 08 20:37:49.031 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91142026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.038 INFO O| Jun 08 20:37:49.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91152026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.038 INFO O| Jun 08 20:37:49.038 INFO STEP 43 (remove_files) COMPLETE
91162026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.038 INFO O| Jun 08 20:37:49.038 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.046 INFO O| Jun 08 20:37:49.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91182026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.046 INFO O| Jun 08 20:37:49.046 INFO STEP 44 (remove_files) COMPLETE
91192026-06-08T20:37:49.897Z[ host-image] Jun 08 20:37:49.046 INFO O| Jun 08 20:37:49.046 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202026-06-08T20:37:49.901Z[ host-image] Jun 08 20:37:49.054 INFO O| Jun 08 20:37:49.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91212026-06-08T20:37:49.902Z[ host-image] Jun 08 20:37:49.054 INFO O| Jun 08 20:37:49.054 INFO STEP 45 (remove_files) COMPLETE
91222026-06-08T20:37:49.902Z[ host-image] Jun 08 20:37:49.054 INFO O| Jun 08 20:37:49.054 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232026-06-08T20:37:49.908Z[ host-image] Jun 08 20:37:49.060 INFO O| Jun 08 20:37:49.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91242026-06-08T20:37:49.908Z[ host-image] Jun 08 20:37:49.060 INFO O| Jun 08 20:37:49.060 INFO STEP 46 (remove_files) COMPLETE
91252026-06-08T20:37:49.908Z[ host-image] Jun 08 20:37:49.061 INFO O| Jun 08 20:37:49.060 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262026-06-08T20:37:49.917Z[ host-image] Jun 08 20:37:49.067 INFO O| Jun 08 20:37:49.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91272026-06-08T20:37:49.917Z[ host-image] Jun 08 20:37:49.067 INFO O| Jun 08 20:37:49.067 INFO STEP 47 (remove_files) COMPLETE
91282026-06-08T20:37:49.925Z[ host-image] Jun 08 20:37:49.067 INFO O| Jun 08 20:37:49.067 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-06-08T20:37:49.925Z[ host-image] Jun 08 20:37:49.074 INFO O| Jun 08 20:37:49.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91302026-06-08T20:37:49.925Z[ host-image] Jun 08 20:37:49.074 INFO O| Jun 08 20:37:49.074 INFO STEP 48 (remove_files) COMPLETE
91312026-06-08T20:37:49.925Z[ host-image] Jun 08 20:37:49.074 INFO O| Jun 08 20:37:49.074 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322026-06-08T20:37:49.930Z[ host-image] Jun 08 20:37:49.081 INFO O| Jun 08 20:37:49.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91332026-06-08T20:37:49.931Z[ host-image] Jun 08 20:37:49.081 INFO O| Jun 08 20:37:49.081 INFO STEP 49 (remove_files) COMPLETE
91342026-06-08T20:37:49.931Z[ host-image] Jun 08 20:37:49.081 INFO O| Jun 08 20:37:49.081 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-06-08T20:37:49.935Z[ host-image] Jun 08 20:37:49.088 INFO O| Jun 08 20:37:49.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91362026-06-08T20:37:49.935Z[ host-image] Jun 08 20:37:49.088 INFO O| Jun 08 20:37:49.088 INFO STEP 50 (remove_files) COMPLETE
91372026-06-08T20:37:49.935Z[ host-image] Jun 08 20:37:49.088 INFO O| Jun 08 20:37:49.088 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-06-08T20:37:49.941Z[ host-image] Jun 08 20:37:49.095 INFO O| Jun 08 20:37:49.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91392026-06-08T20:37:49.941Z[ host-image] Jun 08 20:37:49.095 INFO O| Jun 08 20:37:49.095 INFO STEP 51 (remove_files) COMPLETE
91402026-06-08T20:37:49.942Z[ host-image] Jun 08 20:37:49.095 INFO O| Jun 08 20:37:49.095 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-06-08T20:37:49.951Z[ host-image] Jun 08 20:37:49.103 INFO O| Jun 08 20:37:49.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91422026-06-08T20:37:49.951Z[ host-image] Jun 08 20:37:49.103 INFO O| Jun 08 20:37:49.103 INFO STEP 52 (remove_files) COMPLETE
91432026-06-08T20:37:49.951Z[ host-image] Jun 08 20:37:49.103 INFO O| Jun 08 20:37:49.103 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-06-08T20:37:49.957Z[ host-image] Jun 08 20:37:49.110 INFO O| Jun 08 20:37:49.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91452026-06-08T20:37:49.957Z[ host-image] Jun 08 20:37:49.110 INFO O| Jun 08 20:37:49.110 INFO STEP 53 (remove_files) COMPLETE
91462026-06-08T20:37:49.963Z[ host-image] Jun 08 20:37:49.110 INFO O| Jun 08 20:37:49.110 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-06-08T20:37:49.967Z[ host-image] Jun 08 20:37:49.118 INFO O| Jun 08 20:37:49.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91482026-06-08T20:37:49.967Z[ host-image] Jun 08 20:37:49.118 INFO O| Jun 08 20:37:49.118 INFO STEP 54 (remove_files) COMPLETE
91492026-06-08T20:37:49.967Z[ host-image] Jun 08 20:37:49.118 INFO O| Jun 08 20:37:49.118 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-06-08T20:37:49.972Z[ host-image] Jun 08 20:37:49.125 INFO O| Jun 08 20:37:49.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91512026-06-08T20:37:49.972Z[ host-image] Jun 08 20:37:49.125 INFO O| Jun 08 20:37:49.125 INFO STEP 55 (remove_files) COMPLETE
91522026-06-08T20:37:49.972Z[ host-image] Jun 08 20:37:49.125 INFO O| Jun 08 20:37:49.125 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-06-08T20:37:49.980Z[ host-image] Jun 08 20:37:49.133 INFO O| Jun 08 20:37:49.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91542026-06-08T20:37:49.983Z[ host-image] Jun 08 20:37:49.133 INFO O| Jun 08 20:37:49.133 INFO STEP 56 (remove_files) COMPLETE
91552026-06-08T20:37:49.983Z[ host-image] Jun 08 20:37:49.133 INFO O| Jun 08 20:37:49.133 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-06-08T20:37:49.988Z[ host-image] Jun 08 20:37:49.139 INFO O| Jun 08 20:37:49.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91572026-06-08T20:37:49.988Z[ host-image] Jun 08 20:37:49.139 INFO O| Jun 08 20:37:49.139 INFO STEP 57 (remove_files) COMPLETE
91582026-06-08T20:37:49.988Z[ host-image] Jun 08 20:37:49.139 INFO O| Jun 08 20:37:49.139 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-06-08T20:37:49.993Z[ host-image] Jun 08 20:37:49.147 INFO O| Jun 08 20:37:49.147 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91602026-06-08T20:37:49.994Z[ host-image] Jun 08 20:37:49.147 INFO O| Jun 08 20:37:49.147 INFO STEP 58 (remove_files) COMPLETE
91612026-06-08T20:37:49.997Z[ host-image] Jun 08 20:37:49.147 INFO O| Jun 08 20:37:49.147 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-06-08T20:37:50.002Z[ host-image] Jun 08 20:37:49.155 INFO O| Jun 08 20:37:49.155 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91632026-06-08T20:37:50.002Z[ host-image] Jun 08 20:37:49.155 INFO O| Jun 08 20:37:49.155 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91642026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.155 INFO O| Jun 08 20:37:49.155 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91652026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.155 INFO O| Jun 08 20:37:49.155 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91662026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.156 INFO O| Jun 08 20:37:49.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91672026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.156 INFO O| Jun 08 20:37:49.156 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91682026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.156 INFO O| Jun 08 20:37:49.156 INFO ok!
91692026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.156 INFO O| Jun 08 20:37:49.156 INFO STEP 59 (ensure_file) COMPLETE
91702026-06-08T20:37:50.006Z[ host-image] Jun 08 20:37:49.156 INFO O| Jun 08 20:37:49.156 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-06-08T20:37:50.012Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91722026-06-08T20:37:50.012Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91732026-06-08T20:37:50.012Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91742026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91752026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91762026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91772026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO ok!
91782026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO STEP 60 (ensure_file) COMPLETE
91792026-06-08T20:37:50.013Z[ host-image] Jun 08 20:37:49.162 INFO O| Jun 08 20:37:49.162 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-06-08T20:37:50.020Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91812026-06-08T20:37:50.020Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91822026-06-08T20:37:50.020Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91832026-06-08T20:37:50.020Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO ok!
91842026-06-08T20:37:50.021Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO STEP 61 (ensure_file) COMPLETE
91852026-06-08T20:37:50.021Z[ host-image] Jun 08 20:37:49.169 INFO O| Jun 08 20:37:49.169 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-06-08T20:37:50.024Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91872026-06-08T20:37:50.024Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91882026-06-08T20:37:50.024Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91892026-06-08T20:37:50.026Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 INFO ok!
91902026-06-08T20:37:50.026Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 INFO STEP 62 (ensure_file) COMPLETE
91912026-06-08T20:37:50.027Z[ host-image] Jun 08 20:37:49.177 INFO O| Jun 08 20:37:49.177 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-06-08T20:37:50.032Z[ host-image] Jun 08 20:37:49.184 INFO O| Jun 08 20:37:49.184 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91932026-06-08T20:37:50.032Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.184 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91942026-06-08T20:37:50.033Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91952026-06-08T20:37:50.033Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.185 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91962026-06-08T20:37:50.033Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.185 INFO ok!
91972026-06-08T20:37:50.033Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.185 INFO STEP 63 (ensure_file) COMPLETE
91982026-06-08T20:37:50.033Z[ host-image] Jun 08 20:37:49.185 INFO O| Jun 08 20:37:49.185 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992026-06-08T20:37:50.037Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92002026-06-08T20:37:50.037Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92012026-06-08T20:37:50.041Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92022026-06-08T20:37:50.041Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92032026-06-08T20:37:50.041Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO ok!
92042026-06-08T20:37:50.041Z[ host-image] Jun 08 20:37:49.190 INFO O| Jun 08 20:37:49.190 INFO STEP 64 (ensure_file) COMPLETE
92052026-06-08T20:37:50.041Z[ host-image] Jun 08 20:37:49.191 INFO O| Jun 08 20:37:49.190 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062026-06-08T20:37:50.045Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92072026-06-08T20:37:50.045Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92082026-06-08T20:37:50.045Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92092026-06-08T20:37:50.046Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO ok!
92102026-06-08T20:37:50.046Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO STEP 65 (assemble_files) COMPLETE
92112026-06-08T20:37:50.046Z[ host-image] Jun 08 20:37:49.196 INFO O| Jun 08 20:37:49.196 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92132026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92142026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92152026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92162026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO ok!
92172026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO STEP 66 (ensure_file) COMPLETE
92182026-06-08T20:37:50.051Z[ host-image] Jun 08 20:37:49.204 INFO O| Jun 08 20:37:49.204 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-06-08T20:37:50.060Z[ host-image] Jun 08 20:37:49.214 INFO O| Jun 08 20:37:49.214 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92202026-06-08T20:37:50.064Z[ host-image] Jun 08 20:37:49.214 INFO O| Jun 08 20:37:49.214 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92212026-06-08T20:37:50.064Z[ host-image] Jun 08 20:37:49.214 INFO O| Jun 08 20:37:49.214 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92222026-06-08T20:37:50.064Z[ host-image] Jun 08 20:37:49.214 INFO O| Jun 08 20:37:49.214 INFO STEP 67 (ensure_dir) COMPLETE
92232026-06-08T20:37:50.064Z[ host-image] Jun 08 20:37:49.214 INFO O| Jun 08 20:37:49.214 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-06-08T20:37:50.068Z[ host-image] Jun 08 20:37:49.220 INFO O| Jun 08 20:37:49.220 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92252026-06-08T20:37:50.068Z[ host-image] Jun 08 20:37:49.220 INFO O| Jun 08 20:37:49.220 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 ...
92262026-06-08T20:37:50.073Z[ host-image] Jun 08 20:37:49.226 INFO O| Jun 08 20:37:49.226 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
92272026-06-08T20:37:50.073Z[ host-image] Jun 08 20:37:49.226 INFO O| Jun 08 20:37:49.226 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92282026-06-08T20:37:50.073Z[ host-image] Jun 08 20:37:49.226 INFO O| Jun 08 20:37:49.226 INFO ok!
92292026-06-08T20:37:50.077Z[ host-image] Jun 08 20:37:49.226 INFO O| Jun 08 20:37:49.226 INFO STEP 68 (ensure_file) COMPLETE
92302026-06-08T20:37:50.077Z[ host-image] Jun 08 20:37:49.226 INFO O| Jun 08 20:37:49.226 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92322026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 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 ...
92332026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 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
92342026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92352026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 INFO ok!
92362026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 INFO STEP 69 (ensure_file) COMPLETE
92372026-06-08T20:37:50.083Z[ host-image] Jun 08 20:37:49.232 INFO O| Jun 08 20:37:49.232 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382026-06-08T20:37:50.088Z[ host-image] Jun 08 20:37:49.241 INFO O| Jun 08 20:37:49.241 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92392026-06-08T20:37:50.094Z[ host-image] Jun 08 20:37:49.241 INFO O| Jun 08 20:37:49.241 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92402026-06-08T20:37:51.479Z[ host-image] Jun 08 20:37:50.630 INFO O| Jun 08 20:37:50.630 INFO STEP 70 (pack_tar) COMPLETE
92412026-06-08T20:37:51.479Z[ host-image] Jun 08 20:37:50.630 INFO O| Jun 08 20:37:50.630 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92422026-06-08T20:37:51.484Z[ host-image] Jun 08 20:37:50.630 INFO O| Jun 08 20:37:50.630 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92432026-06-08T20:37:52.056Z[ host-image] Jun 08 20:37:51.210 INFO O| Jun 08 20:37:51.210 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92442026-06-08T20:37:52.197Z[ host-image] Jun 08 20:37:51.350 INFO O| Jun 08 20:37:51.350 INFO completed processing sled/ramdisk-02-trim
92452026-06-08T20:37:52.202Z[ host-image] Jun 08 20:37:51.352 INFO image builder template: zfs...
92462026-06-08T20:37:52.202Z[ host-image] Jun 08 20:37:51.352 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/.tmpav2ks6/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@20.0.0.0", "-n", "zfs"], pwd: None
92472026-06-08T20:37:52.210Z[ host-image] Jun 08 20:37:51.363 INFO O| Jun 08 20:37:51.363 INFO skip include "stress" because feature "stress" is not enabled
92482026-06-08T20:37:52.210Z[ host-image] Jun 08 20:37:51.363 INFO O| Jun 08 20:37:51.363 INFO skip include "stress" because feature "compliance" is not enabled
92492026-06-08T20:37:52.236Z[ host-image] Jun 08 20:37:51.389 INFO O| Jun 08 20:37:51.389 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92502026-06-08T20:37:52.240Z[ host-image] Jun 08 20:37:51.392 INFO O| Jun 08 20:37:51.392 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92512026-06-08T20:37:52.324Z[ host-image] Jun 08 20:37:51.477 INFO O| Jun 08 20:37:51.477 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92522026-06-08T20:37:52.463Z[ host-image] Jun 08 20:37:51.616 INFO O| Jun 08 20:37:51.616 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92532026-06-08T20:37:52.463Z[ host-image] Jun 08 20:37:51.616 INFO O| Jun 08 20:37:51.616 INFO work dataset: rpool/images/build/host/work/sled/zfs
92542026-06-08T20:37:52.466Z[ host-image] Jun 08 20:37:51.619 INFO O| Jun 08 20:37:51.619 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92552026-06-08T20:37:52.599Z[ host-image] Jun 08 20:37:51.752 INFO O| Jun 08 20:37:51.752 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92562026-06-08T20:37:52.685Z[ host-image] Jun 08 20:37:51.838 INFO O| Jun 08 20:37:51.838 INFO DESTROY POOL: TEMPORARY-sled-zfs
92572026-06-08T20:37:52.693Z[ host-image] Jun 08 20:37:51.846 INFO O| Jun 08 20:37:51.846 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92582026-06-08T20:37:52.697Z[ host-image] Jun 08 20:37:51.851 INFO O| Jun 08 20:37:51.851 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92592026-06-08T20:37:52.697Z[ host-image] Jun 08 20:37:51.851 INFO O| Jun 08 20:37:51.851 INFO no lofi found
92602026-06-08T20:37:52.701Z[ host-image] Jun 08 20:37:51.851 INFO O| Jun 08 20:37:51.851 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92612026-06-08T20:37:52.701Z[ host-image] Jun 08 20:37:51.851 INFO O| Jun 08 20:37:51.851 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92622026-06-08T20:37:54.848Z[ host-image] Jun 08 20:37:54.001 INFO O| Jun 08 20:37:54.001 INFO lofi device = /dev/dsk/c2t1d0p0
92632026-06-08T20:37:54.848Z[ host-image] Jun 08 20:37:54.001 INFO O| Jun 08 20:37:54.001 INFO pool device = /dev/dsk/c2t1d0p0
92642026-06-08T20:37:54.848Z[ host-image] Jun 08 20:37:54.001 INFO O| Jun 08 20:37:54.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"]
92652026-06-08T20:37:54.907Z[ host-image] Jun 08 20:37:54.061 INFO O| Jun 08 20:37:54.060 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92662026-06-08T20:37:54.908Z[ host-image] Jun 08 20:37:54.061 INFO O| Jun 08 20:37:54.061 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92672026-06-08T20:37:54.921Z[ host-image] Jun 08 20:37:54.073 INFO O| Jun 08 20:37:54.073 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92682026-06-08T20:37:54.962Z[ host-image] Jun 08 20:37:54.115 INFO O| Jun 08 20:37:54.115 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92692026-06-08T20:37:54.986Z[ host-image] Jun 08 20:37:54.140 INFO O| Jun 08 20:37:54.140 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92702026-06-08T20:37:54.997Z[ host-image] Jun 08 20:37:54.151 INFO O| Jun 08 20:37:54.150 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92712026-06-08T20:37:55.005Z[ host-image] Jun 08 20:37:54.158 INFO O| Jun 08 20:37:54.158 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92722026-06-08T20:37:55.036Z[ host-image] Jun 08 20:37:54.189 INFO O| Jun 08 20:37:54.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92732026-06-08T20:37:55.036Z[ host-image] Jun 08 20:37:54.189 INFO O| Jun 08 20:37:54.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92742026-06-08T20:37:55.036Z[ host-image] Jun 08 20:37:54.189 INFO O| Jun 08 20:37:54.189 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92752026-06-08T20:37:55.047Z[ host-image] Jun 08 20:37:54.200 INFO O| Jun 08 20:37:54.200 INFO boot environment UUID: 6d1413e3-1b73-4d99-94aa-95ef01e56257
92762026-06-08T20:37:55.047Z[ host-image] Jun 08 20:37:54.200 INFO O| Jun 08 20:37:54.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6d1413e3-1b73-4d99-94aa-95ef01e56257
92772026-06-08T20:37:55.054Z[ host-image] Jun 08 20:37:54.208 INFO O| Jun 08 20:37:54.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92782026-06-08T20:37:55.061Z[ host-image] Jun 08 20:37:54.215 INFO O| Jun 08 20:37:54.215 INFO STEP 0 (create_be) COMPLETE
92792026-06-08T20:37:55.062Z[ host-image] Jun 08 20:37:54.215 INFO O| Jun 08 20:37:54.215 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92802026-06-08T20:37:55.071Z[ host-image] Jun 08 20:37:54.224 INFO O| Jun 08 20:37:54.224 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92812026-06-08T20:37:56.679Z[ recovery-image] Jun 08 20:37:55.830 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')"
92822026-06-08T20:37:56.679Z[ recovery-image] Jun 08 20:37:55.831 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")
92832026-06-08T20:37:56.899Z[ recovery-image] Jun 08 20:37:56.021 INFO E| Updating crates.io index
92842026-06-08T20:37:56.974Z[ recovery-image] Jun 08 20:37:56.124 INFO E| Downloading crates ...
92852026-06-08T20:37:57.019Z[ recovery-image] Jun 08 20:37:56.172 INFO E| Downloaded shared_child v1.1.1
92862026-06-08T20:37:57.025Z[ recovery-image] Jun 08 20:37:56.174 INFO E| Downloaded clap_lex v1.1.0
92872026-06-08T20:37:57.025Z[ recovery-image] Jun 08 20:37:56.176 INFO E| Downloaded sigchld v0.2.4
92882026-06-08T20:37:57.029Z[ recovery-image] Jun 08 20:37:56.181 INFO E| Downloaded duct v1.1.1
92892026-06-08T20:37:57.032Z[ recovery-image] Jun 08 20:37:56.182 INFO E| Downloaded colorchoice v1.0.5
92902026-06-08T20:37:57.032Z[ recovery-image] Jun 08 20:37:56.183 INFO E| Downloaded shared_thread v0.2.0
92912026-06-08T20:37:57.032Z[ recovery-image] Jun 08 20:37:56.184 INFO E| Downloaded os_pipe v1.2.3
92922026-06-08T20:37:57.069Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling libc v0.2.185
92932026-06-08T20:37:57.069Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling proc-macro2 v1.0.106
92942026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling unicode-ident v1.0.24
92952026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling signal-hook v0.3.18
92962026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling quote v1.0.45
92972026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling utf8parse v0.2.2
92982026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling colorchoice v1.0.5
92992026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling anstyle-query v1.1.5
93002026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling anstyle v1.0.14
93012026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling is_terminal_polyfill v1.70.2
93022026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling heck v0.5.0
93032026-06-08T20:37:57.075Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling strsim v0.11.1
93042026-06-08T20:37:57.076Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling clap_lex v1.1.0
93052026-06-08T20:37:57.076Z[ recovery-image] Jun 08 20:37:56.222 INFO E| Compiling shared_thread v0.2.0
93062026-06-08T20:37:57.220Z[ recovery-image] Jun 08 20:37:56.373 INFO E| Compiling anstyle-parse v1.0.0
93072026-06-08T20:37:57.513Z[ recovery-image] Jun 08 20:37:56.660 INFO E| Compiling anstream v1.0.0
93082026-06-08T20:37:57.767Z[ recovery-image] Jun 08 20:37:56.920 INFO E| Compiling clap_builder v4.6.0
93092026-06-08T20:37:58.164Z[ recovery-image] Jun 08 20:37:57.317 INFO E| Compiling errno v0.3.14
93102026-06-08T20:37:58.165Z[ recovery-image] Jun 08 20:37:57.317 INFO E| Compiling os_pipe v1.2.3
93112026-06-08T20:37:58.266Z[ recovery-image] Jun 08 20:37:57.418 INFO E| Compiling signal-hook-registry v1.4.8
93122026-06-08T20:37:58.544Z[ recovery-image] Jun 08 20:37:57.693 INFO E| Compiling sigchld v0.2.4
93132026-06-08T20:37:58.589Z[ recovery-image] Jun 08 20:37:57.740 INFO E| Compiling syn v2.0.117
93142026-06-08T20:37:58.653Z[ recovery-image] Jun 08 20:37:57.806 INFO E| Compiling shared_child v1.1.1
93152026-06-08T20:37:58.782Z[ recovery-image] Jun 08 20:37:57.933 INFO E| Compiling duct v1.1.1
93162026-06-08T20:38:00.852Z[ recovery-image] Jun 08 20:38:00.005 INFO E| Compiling clap_derive v4.6.1
93172026-06-08T20:38:02.661Z[ recovery-image] Jun 08 20:38:01.811 INFO E| Compiling clap v4.6.1
93182026-06-08T20:38:02.746Z[ recovery-image] Jun 08 20:38:01.899 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93192026-06-08T20:38:03.968Z[ recovery-image] Jun 08 20:38:03.120 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s
93202026-06-08T20:38:03.981Z[ recovery-image] Jun 08 20:38:03.132 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
93212026-06-08T20:38:04.353Z[ host-image] Jun 08 20:38:03.506 INFO O| Jun 08 20:38:03.506 INFO STEP 1 (unpack_tar) COMPLETE
93222026-06-08T20:38:04.353Z[ host-image] Jun 08 20:38:03.506 INFO O| Jun 08 20:38:03.506 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232026-06-08T20:38:04.362Z[ host-image] Jun 08 20:38:03.515 INFO O| Jun 08 20:38:03.515 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93242026-06-08T20:38:04.457Z[ recovery-image] Jun 08 20:38:03.610 INFO E| Downloading crates ...
93252026-06-08T20:38:04.509Z[ recovery-image] Jun 08 20:38:03.661 INFO E| Downloaded bitstruct v0.1.1
93262026-06-08T20:38:04.515Z[ recovery-image] Jun 08 20:38:03.662 INFO E| Downloaded cpio_reader v0.1.2
93272026-06-08T20:38:04.521Z[ recovery-image] Jun 08 20:38:03.671 INFO E| Downloaded bitflags v2.11.1
93282026-06-08T20:38:04.528Z[ recovery-image] Jun 08 20:38:03.674 INFO E| Downloaded bit_field v0.10.3
93292026-06-08T20:38:04.528Z[ recovery-image] Jun 08 20:38:03.674 INFO E| Downloaded bitstruct_derive v0.1.0
93302026-06-08T20:38:04.533Z[ recovery-image] Jun 08 20:38:03.679 INFO E| Downloaded miniz_oxide v0.9.1
93312026-06-08T20:38:04.533Z[ recovery-image] Jun 08 20:38:03.685 INFO E| Downloaded raw-cpuid v10.7.0
93322026-06-08T20:38:04.544Z[ host-image] Jun 08 20:38:03.693 INFO O| Jun 08 20:38:03.693 INFO STEP 2 (devfsadm) COMPLETE
93332026-06-08T20:38:04.544Z[ host-image] Jun 08 20:38:03.693 INFO O| Jun 08 20:38:03.693 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93342026-06-08T20:38:04.575Z[ host-image] Jun 08 20:38:03.701 INFO O| Jun 08 20:38:03.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93352026-06-08T20:38:04.575Z[ host-image] Jun 08 20:38:03.701 INFO O| Jun 08 20:38:03.701 INFO STEP 3 (ensure_dir) COMPLETE
93362026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.701 INFO O| Jun 08 20:38:03.701 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93372026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.708 INFO O| Jun 08 20:38:03.708 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93382026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.708 INFO O| Jun 08 20:38:03.708 INFO STEP 4 (ensure_dir) COMPLETE
93392026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.708 INFO O| Jun 08 20:38:03.708 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93402026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.715 INFO O| Jun 08 20:38:03.715 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93412026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.715 INFO O| Jun 08 20:38:03.715 INFO STEP 5 (ensure_dir) COMPLETE
93422026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.715 INFO O| Jun 08 20:38:03.715 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.723 INFO O| Jun 08 20:38:03.723 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93442026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.723 INFO O| Jun 08 20:38:03.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93452026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.723 INFO O| Jun 08 20:38:03.723 INFO STEP 6 (ensure_dir) COMPLETE
93462026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.723 INFO O| Jun 08 20:38:03.723 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93472026-06-08T20:38:04.582Z[ host-image] Jun 08 20:38:03.730 INFO O| Jun 08 20:38:03.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93482026-06-08T20:38:04.583Z[ host-image] Jun 08 20:38:03.730 INFO O| Jun 08 20:38:03.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93492026-06-08T20:38:04.583Z[ host-image] Jun 08 20:38:03.730 INFO O| Jun 08 20:38:03.730 INFO STEP 7 (ensure_dir) COMPLETE
93502026-06-08T20:38:04.583Z[ host-image] Jun 08 20:38:03.730 INFO O| Jun 08 20:38:03.730 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93512026-06-08T20:38:04.592Z[ host-image] Jun 08 20:38:03.735 INFO O| Jun 08 20:38:03.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93522026-06-08T20:38:04.593Z[ host-image] Jun 08 20:38:03.736 INFO O| Jun 08 20:38:03.736 INFO STEP 8 (remove_files) COMPLETE
93532026-06-08T20:38:04.593Z[ host-image] Jun 08 20:38:03.736 INFO O| Jun 08 20:38:03.736 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93542026-06-08T20:38:04.597Z[ host-image] Jun 08 20:38:03.741 INFO O| Jun 08 20:38:03.741 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93552026-06-08T20:38:04.597Z[ host-image] Jun 08 20:38:03.742 INFO O| Jun 08 20:38:03.742 INFO STEP 9 (remove_files) COMPLETE
93562026-06-08T20:38:04.597Z[ host-image] Jun 08 20:38:03.742 INFO O| Jun 08 20:38:03.742 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93572026-06-08T20:38:04.598Z[ host-image] Jun 08 20:38:03.749 INFO O| Jun 08 20:38:03.749 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93582026-06-08T20:38:04.598Z[ host-image] Jun 08 20:38:03.749 INFO O| Jun 08 20:38:03.749 INFO STEP 10 (remove_files) COMPLETE
93592026-06-08T20:38:04.598Z[ host-image] Jun 08 20:38:03.749 INFO O| Jun 08 20:38:03.749 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93602026-06-08T20:38:04.602Z[ host-image] Jun 08 20:38:03.756 INFO O| Jun 08 20:38:03.756 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93612026-06-08T20:38:04.606Z[ host-image] Jun 08 20:38:03.756 INFO O| Jun 08 20:38:03.756 INFO STEP 11 (remove_files) COMPLETE
93622026-06-08T20:38:04.606Z[ host-image] Jun 08 20:38:03.756 INFO O| Jun 08 20:38:03.756 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93632026-06-08T20:38:04.613Z[ host-image] Jun 08 20:38:03.762 INFO O| Jun 08 20:38:03.762 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93642026-06-08T20:38:04.613Z[ host-image] Jun 08 20:38:03.763 INFO O| Jun 08 20:38:03.762 INFO STEP 12 (remove_files) COMPLETE
93652026-06-08T20:38:04.613Z[ host-image] Jun 08 20:38:03.763 INFO O| Jun 08 20:38:03.763 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-06-08T20:38:04.636Z[ host-image] Jun 08 20:38:03.772 INFO O| Jun 08 20:38:03.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93672026-06-08T20:38:04.636Z[ host-image] Jun 08 20:38:03.772 INFO O| Jun 08 20:38:03.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93682026-06-08T20:38:04.645Z[ host-image] Jun 08 20:38:03.772 INFO O| Jun 08 20:38:03.772 INFO STEP 13 (ensure_dir) COMPLETE
93692026-06-08T20:38:04.645Z[ host-image] Jun 08 20:38:03.772 INFO O| Jun 08 20:38:03.772 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93702026-06-08T20:38:04.645Z[ host-image] Jun 08 20:38:03.781 INFO O| Jun 08 20:38:03.780 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93712026-06-08T20:38:04.645Z[ host-image] Jun 08 20:38:03.781 INFO O| Jun 08 20:38:03.781 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93722026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.781 INFO O| Jun 08 20:38:03.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93732026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.781 INFO O| Jun 08 20:38:03.781 INFO STEP 14 (ensure_dir) COMPLETE
93742026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.781 INFO O| Jun 08 20:38:03.781 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93752026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.790 INFO O| Jun 08 20:38:03.790 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93762026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.790 INFO O| Jun 08 20:38:03.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93772026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.790 INFO O| Jun 08 20:38:03.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93782026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.790 INFO O| Jun 08 20:38:03.790 INFO STEP 15 (ensure_dir) COMPLETE
93792026-06-08T20:38:04.646Z[ host-image] Jun 08 20:38:03.790 INFO O| Jun 08 20:38:03.790 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93802026-06-08T20:38:04.655Z[ host-image] Jun 08 20:38:03.799 INFO O| Jun 08 20:38:03.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93812026-06-08T20:38:04.655Z[ host-image] Jun 08 20:38:03.799 INFO O| Jun 08 20:38:03.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93822026-06-08T20:38:04.655Z[ host-image] Jun 08 20:38:03.799 INFO O| Jun 08 20:38:03.799 INFO STEP 16 (ensure_dir) COMPLETE
93832026-06-08T20:38:04.655Z[ host-image] Jun 08 20:38:03.799 INFO O| Jun 08 20:38:03.799 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93842026-06-08T20:38:04.660Z[ host-image] Jun 08 20:38:03.808 INFO O| Jun 08 20:38:03.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93852026-06-08T20:38:04.660Z[ host-image] Jun 08 20:38:03.808 INFO O| Jun 08 20:38:03.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93862026-06-08T20:38:04.660Z[ host-image] Jun 08 20:38:03.808 INFO O| Jun 08 20:38:03.808 INFO STEP 17 (ensure_dir) COMPLETE
93872026-06-08T20:38:04.660Z[ host-image] Jun 08 20:38:03.808 INFO O| Jun 08 20:38:03.808 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93882026-06-08T20:38:04.664Z[ host-image] Jun 08 20:38:03.817 INFO O| Jun 08 20:38:03.817 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93892026-06-08T20:38:04.664Z[ host-image] Jun 08 20:38:03.817 INFO O| Jun 08 20:38:03.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93902026-06-08T20:38:04.665Z[ host-image] Jun 08 20:38:03.817 INFO O| Jun 08 20:38:03.817 INFO ok!
93912026-06-08T20:38:04.665Z[ host-image] Jun 08 20:38:03.817 INFO O| Jun 08 20:38:03.817 INFO STEP 18 (ensure_symlink) COMPLETE
93922026-06-08T20:38:04.665Z[ host-image] Jun 08 20:38:03.817 INFO O| Jun 08 20:38:03.817 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93932026-06-08T20:38:04.668Z[ recovery-image] Jun 08 20:38:03.821 INFO E| Downloaded x86 v0.52.0
93942026-06-08T20:38:04.675Z[ host-image] Jun 08 20:38:03.824 INFO O| Jun 08 20:38:03.824 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93952026-06-08T20:38:04.675Z[ host-image] Jun 08 20:38:03.824 INFO O| Jun 08 20:38:03.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93962026-06-08T20:38:04.675Z[ host-image] Jun 08 20:38:03.824 INFO O| Jun 08 20:38:03.824 INFO ok!
93972026-06-08T20:38:04.675Z[ host-image] Jun 08 20:38:03.824 INFO O| Jun 08 20:38:03.824 INFO STEP 19 (ensure_file) COMPLETE
93982026-06-08T20:38:04.675Z[ host-image] Jun 08 20:38:03.824 INFO O| Jun 08 20:38:03.824 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93992026-06-08T20:38:04.681Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94002026-06-08T20:38:04.681Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94012026-06-08T20:38:04.681Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94022026-06-08T20:38:04.681Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO ok!
94032026-06-08T20:38:04.682Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO STEP 20 (ensure_symlink) COMPLETE
94042026-06-08T20:38:04.682Z[ host-image] Jun 08 20:38:03.832 INFO O| Jun 08 20:38:03.832 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94052026-06-08T20:38:04.686Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94062026-06-08T20:38:04.687Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94072026-06-08T20:38:04.687Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94082026-06-08T20:38:04.687Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO ok!
94092026-06-08T20:38:04.687Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO STEP 21 (ensure_symlink) COMPLETE
94102026-06-08T20:38:04.687Z[ host-image] Jun 08 20:38:03.840 INFO O| Jun 08 20:38:03.840 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112026-06-08T20:38:04.701Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94122026-06-08T20:38:04.701Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94132026-06-08T20:38:04.701Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94142026-06-08T20:38:04.701Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO ok!
94152026-06-08T20:38:04.706Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO STEP 22 (ensure_symlink) COMPLETE
94162026-06-08T20:38:04.706Z[ host-image] Jun 08 20:38:03.848 INFO O| Jun 08 20:38:03.848 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94172026-06-08T20:38:04.706Z[ recovery-image] Jun 08 20:38:03.853 INFO E| Updating crates.io index
94182026-06-08T20:38:04.706Z[ host-image] Jun 08 20:38:03.856 INFO O| Jun 08 20:38:03.856 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94192026-06-08T20:38:04.706Z[ host-image] Jun 08 20:38:03.856 INFO O| Jun 08 20:38:03.856 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94202026-06-08T20:38:04.707Z[ host-image] Jun 08 20:38:03.857 INFO O| Jun 08 20:38:03.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94212026-06-08T20:38:04.707Z[ host-image] Jun 08 20:38:03.857 INFO O| Jun 08 20:38:03.857 INFO ok!
94222026-06-08T20:38:04.707Z[ host-image] Jun 08 20:38:03.857 INFO O| Jun 08 20:38:03.857 INFO STEP 23 (ensure_symlink) COMPLETE
94232026-06-08T20:38:04.707Z[ host-image] Jun 08 20:38:03.857 INFO O| Jun 08 20:38:03.857 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94242026-06-08T20:38:04.714Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94252026-06-08T20:38:04.714Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94262026-06-08T20:38:04.719Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94272026-06-08T20:38:04.719Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 INFO ok!
94282026-06-08T20:38:04.719Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 INFO STEP 24 (ensure_file) COMPLETE
94292026-06-08T20:38:04.719Z[ host-image] Jun 08 20:38:03.865 INFO O| Jun 08 20:38:03.865 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94302026-06-08T20:38:04.725Z[ host-image] Jun 08 20:38:03.873 INFO O| Jun 08 20:38:03.873 INFO updating shadow file
94312026-06-08T20:38:04.725Z[ host-image] Jun 08 20:38:03.873 INFO O| Jun 08 20:38:03.873 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94322026-06-08T20:38:04.725Z[ host-image] Jun 08 20:38:03.873 INFO O| Jun 08 20:38:03.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94332026-06-08T20:38:04.725Z[ host-image] Jun 08 20:38:03.873 INFO O| Jun 08 20:38:03.873 INFO STEP 25 (shadow) COMPLETE
94342026-06-08T20:38:04.725Z[ host-image] Jun 08 20:38:03.873 INFO O| Jun 08 20:38:03.873 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94352026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94362026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94372026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94382026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 INFO ok!
94392026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 INFO STEP 26 (ensure_file) COMPLETE
94402026-06-08T20:38:04.731Z[ host-image] Jun 08 20:38:03.879 INFO O| Jun 08 20:38:03.879 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94412026-06-08T20:38:04.739Z[ host-image] Jun 08 20:38:03.887 INFO O| Jun 08 20:38:03.887 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94422026-06-08T20:38:04.741Z[ host-image] Jun 08 20:38:03.887 INFO O| Jun 08 20:38:03.887 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94432026-06-08T20:38:04.741Z[ host-image] Jun 08 20:38:03.888 INFO O| Jun 08 20:38:03.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94442026-06-08T20:38:04.741Z[ host-image] Jun 08 20:38:03.888 INFO O| Jun 08 20:38:03.888 INFO ok!
94452026-06-08T20:38:04.741Z[ host-image] Jun 08 20:38:03.888 INFO O| Jun 08 20:38:03.888 INFO STEP 27 (ensure_file) COMPLETE
94462026-06-08T20:38:04.741Z[ host-image] Jun 08 20:38:03.888 INFO O| Jun 08 20:38:03.888 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94472026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94482026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94492026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94502026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94512026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO ok!
94522026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO STEP 28 (ensure_file) COMPLETE
94532026-06-08T20:38:04.746Z[ host-image] Jun 08 20:38:03.896 INFO O| Jun 08 20:38:03.896 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94542026-06-08T20:38:04.752Z[ recovery-image] Jun 08 20:38:03.901 INFO E| Downloading crates ...
94552026-06-08T20:38:04.757Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94562026-06-08T20:38:04.757Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94572026-06-08T20:38:04.758Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94582026-06-08T20:38:04.758Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO ok!
94592026-06-08T20:38:04.758Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO STEP 29 (ensure_file) COMPLETE
94602026-06-08T20:38:04.758Z[ host-image] Jun 08 20:38:03.905 INFO O| Jun 08 20:38:03.905 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94612026-06-08T20:38:04.764Z[ host-image] Jun 08 20:38:03.912 INFO O| Jun 08 20:38:03.912 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94622026-06-08T20:38:04.764Z[ host-image] Jun 08 20:38:03.912 INFO O| Jun 08 20:38:03.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94632026-06-08T20:38:04.764Z[ host-image] Jun 08 20:38:03.912 INFO O| Jun 08 20:38:03.912 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94642026-06-08T20:38:04.765Z[ host-image] Jun 08 20:38:03.912 INFO O| Jun 08 20:38:03.912 INFO STEP 30 (ensure_dir) COMPLETE
94652026-06-08T20:38:04.765Z[ host-image] Jun 08 20:38:03.912 INFO O| Jun 08 20:38:03.912 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94662026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94672026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94682026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94692026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94702026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO ok!
94712026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO STEP 31 (ensure_file) COMPLETE
94722026-06-08T20:38:04.770Z[ host-image] Jun 08 20:38:03.921 INFO O| Jun 08 20:38:03.921 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94732026-06-08T20:38:04.777Z[ host-image] Jun 08 20:38:03.929 INFO O| Jun 08 20:38:03.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94742026-06-08T20:38:04.777Z[ host-image] Jun 08 20:38:03.929 INFO O| Jun 08 20:38:03.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94752026-06-08T20:38:04.781Z[ host-image] Jun 08 20:38:03.929 INFO O| Jun 08 20:38:03.929 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94762026-06-08T20:38:04.781Z[ host-image] Jun 08 20:38:03.929 INFO O| Jun 08 20:38:03.929 INFO STEP 32 (ensure_dir) COMPLETE
94772026-06-08T20:38:04.781Z[ host-image] Jun 08 20:38:03.929 INFO O| Jun 08 20:38:03.929 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94782026-06-08T20:38:04.785Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94792026-06-08T20:38:04.785Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 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 ...
94802026-06-08T20:38:04.786Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 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
94812026-06-08T20:38:04.786Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94822026-06-08T20:38:04.786Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 INFO ok!
94832026-06-08T20:38:04.787Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 INFO STEP 33 (ensure_file) COMPLETE
94842026-06-08T20:38:04.787Z[ host-image] Jun 08 20:38:03.935 INFO O| Jun 08 20:38:03.935 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94852026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94862026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94872026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94882026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO ok!
94892026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO STEP 34 (ensure_file) COMPLETE
94902026-06-08T20:38:04.791Z[ host-image] Jun 08 20:38:03.943 INFO O| Jun 08 20:38:03.943 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94912026-06-08T20:38:04.799Z[ host-image] Jun 08 20:38:03.948 INFO O| Jun 08 20:38:03.948 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94922026-06-08T20:38:04.799Z[ host-image] Jun 08 20:38:03.948 INFO O| Jun 08 20:38:03.948 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94932026-06-08T20:38:04.799Z[ host-image] Jun 08 20:38:03.949 INFO O| Jun 08 20:38:03.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94942026-06-08T20:38:04.799Z[ host-image] Jun 08 20:38:03.949 INFO O| Jun 08 20:38:03.949 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94952026-06-08T20:38:04.800Z[ host-image] Jun 08 20:38:03.949 INFO O| Jun 08 20:38:03.949 INFO ok!
94962026-06-08T20:38:04.800Z[ host-image] Jun 08 20:38:03.949 INFO O| Jun 08 20:38:03.949 INFO STEP 35 (ensure_file) COMPLETE
94972026-06-08T20:38:04.800Z[ host-image] Jun 08 20:38:03.949 INFO O| Jun 08 20:38:03.949 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94982026-06-08T20:38:04.803Z[ recovery-image] Jun 08 20:38:03.954 INFO E| Downloaded rustc-literal-escaper v0.0.7
94992026-06-08T20:38:04.803Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95002026-06-08T20:38:04.804Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95012026-06-08T20:38:04.804Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95022026-06-08T20:38:04.804Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 INFO ok!
95032026-06-08T20:38:04.804Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 INFO STEP 36 (ensure_file) COMPLETE
95042026-06-08T20:38:04.804Z[ host-image] Jun 08 20:38:03.956 INFO O| Jun 08 20:38:03.956 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95052026-06-08T20:38:04.812Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95062026-06-08T20:38:04.812Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95072026-06-08T20:38:04.819Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95082026-06-08T20:38:04.819Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 INFO ok!
95092026-06-08T20:38:04.819Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 INFO STEP 37 (ensure_file) COMPLETE
95102026-06-08T20:38:04.819Z[ host-image] Jun 08 20:38:03.963 INFO O| Jun 08 20:38:03.963 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95112026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.972 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95122026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.972 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95132026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95142026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95152026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95162026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95172026-06-08T20:38:04.824Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO ok!
95182026-06-08T20:38:04.825Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO STEP 38 (ensure_file) COMPLETE
95192026-06-08T20:38:04.825Z[ host-image] Jun 08 20:38:03.973 INFO O| Jun 08 20:38:03.973 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95202026-06-08T20:38:04.829Z[ host-image] Jun 08 20:38:03.980 INFO O| Jun 08 20:38:03.980 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95212026-06-08T20:38:04.830Z[ host-image] Jun 08 20:38:03.980 INFO O| Jun 08 20:38:03.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95222026-06-08T20:38:04.830Z[ host-image] Jun 08 20:38:03.980 INFO O| Jun 08 20:38:03.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95232026-06-08T20:38:04.830Z[ host-image] Jun 08 20:38:03.980 INFO O| Jun 08 20:38:03.980 INFO STEP 39 (ensure_dir) COMPLETE
95242026-06-08T20:38:04.830Z[ host-image] Jun 08 20:38:03.980 INFO O| Jun 08 20:38:03.980 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95252026-06-08T20:38:04.837Z[ host-image] Jun 08 20:38:03.987 INFO O| Jun 08 20:38:03.987 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
95262026-06-08T20:38:04.837Z[ host-image] Jun 08 20:38:03.987 INFO O| Jun 08 20:38:03.987 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 ...
95272026-06-08T20:38:04.846Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 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
95282026-06-08T20:38:04.846Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 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
95292026-06-08T20:38:04.846Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 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
95302026-06-08T20:38:04.846Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 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
95312026-06-08T20:38:04.847Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 INFO ok!
95322026-06-08T20:38:04.847Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 INFO STEP 40 (ensure_file) COMPLETE
95332026-06-08T20:38:04.847Z[ host-image] Jun 08 20:38:03.988 INFO O| Jun 08 20:38:03.988 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95342026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95352026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 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 ...
95362026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95372026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 INFO ok!
95382026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 INFO STEP 41 (ensure_symlink) COMPLETE
95392026-06-08T20:38:04.851Z[ host-image] Jun 08 20:38:03.996 INFO O| Jun 08 20:38:03.996 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95402026-06-08T20:38:04.851Z[ recovery-image] Jun 08 20:38:03.998 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)
95412026-06-08T20:38:04.851Z[ recovery-image] Jun 08 20:38:03.998 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)
95422026-06-08T20:38:04.851Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling proc-macro2 v1.0.106
95432026-06-08T20:38:04.851Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling quote v1.0.45
95442026-06-08T20:38:04.852Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling unicode-ident v1.0.24
95452026-06-08T20:38:04.852Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling syn v1.0.109
95462026-06-08T20:38:04.852Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling x86 v0.52.0
95472026-06-08T20:38:04.852Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95482026-06-08T20:38:04.852Z[ recovery-image] Jun 08 20:38:03.998 INFO E| Compiling seq-macro v0.3.6
95492026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95502026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95512026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95522026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO ok!
95532026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO STEP 42 (ensure_symlink) COMPLETE
95542026-06-08T20:38:04.852Z[ host-image] Jun 08 20:38:04.004 INFO O| Jun 08 20:38:04.004 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95552026-06-08T20:38:04.862Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95562026-06-08T20:38:04.862Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95572026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95582026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95592026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95602026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95612026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO ok!
95622026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO STEP 43 (ensure_file) COMPLETE
95632026-06-08T20:38:04.867Z[ host-image] Jun 08 20:38:04.012 INFO O| Jun 08 20:38:04.012 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95642026-06-08T20:38:04.872Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95652026-06-08T20:38:04.872Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 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 ...
95662026-06-08T20:38:04.873Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 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
95672026-06-08T20:38:04.873Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95682026-06-08T20:38:04.873Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 INFO ok!
95692026-06-08T20:38:04.873Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 INFO STEP 44 (ensure_file) COMPLETE
95702026-06-08T20:38:04.873Z[ host-image] Jun 08 20:38:04.021 INFO O| Jun 08 20:38:04.021 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95712026-06-08T20:38:04.879Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95722026-06-08T20:38:04.879Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95732026-06-08T20:38:04.879Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95742026-06-08T20:38:04.879Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO ok!
95752026-06-08T20:38:04.879Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO STEP 45 (ensure_file) COMPLETE
95762026-06-08T20:38:04.887Z[ host-image] Jun 08 20:38:04.030 INFO O| Jun 08 20:38:04.030 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95772026-06-08T20:38:04.892Z[ host-image] Jun 08 20:38:04.038 INFO O| Jun 08 20:38:04.037 INFO updating shadow file
95782026-06-08T20:38:04.892Z[ host-image] Jun 08 20:38:04.038 INFO O| Jun 08 20:38:04.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95792026-06-08T20:38:04.892Z[ host-image] Jun 08 20:38:04.038 INFO O| Jun 08 20:38:04.038 INFO STEP 46 (shadow) COMPLETE
95802026-06-08T20:38:04.892Z[ host-image] Jun 08 20:38:04.038 INFO O| Jun 08 20:38:04.038 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95812026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95822026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95832026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95842026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95852026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO ok!
95862026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO STEP 47 (ensure_file) COMPLETE
95872026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95882026-06-08T20:38:04.903Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO skip step because feature "mfg" is not enabled
95892026-06-08T20:38:04.907Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95902026-06-08T20:38:04.908Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO skip step because feature "mfg" is not enabled
95912026-06-08T20:38:04.908Z[ host-image] Jun 08 20:38:04.047 INFO O| Jun 08 20:38:04.047 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95922026-06-08T20:38:04.908Z[ host-image] Jun 08 20:38:04.057 INFO O| Jun 08 20:38:04.057 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95932026-06-08T20:38:04.908Z[ host-image] Jun 08 20:38:04.057 INFO O| Jun 08 20:38:04.057 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95942026-06-08T20:38:04.925Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95952026-06-08T20:38:04.926Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95962026-06-08T20:38:04.926Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO ok!
95972026-06-08T20:38:04.926Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO STEP 50 (ensure_file) COMPLETE
95982026-06-08T20:38:04.930Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95992026-06-08T20:38:04.930Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO skip step because feature "compliance" is not enabled
96002026-06-08T20:38:04.930Z[ host-image] Jun 08 20:38:04.078 INFO O| Jun 08 20:38:04.078 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96012026-06-08T20:38:04.935Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96022026-06-08T20:38:04.936Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96032026-06-08T20:38:04.936Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96042026-06-08T20:38:04.939Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96052026-06-08T20:38:04.939Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96062026-06-08T20:38:04.940Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96072026-06-08T20:38:04.940Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO ok!
96082026-06-08T20:38:04.940Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO STEP 52 (ensure_file) COMPLETE
96092026-06-08T20:38:04.940Z[ host-image] Jun 08 20:38:04.089 INFO O| Jun 08 20:38:04.089 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96102026-06-08T20:38:04.946Z[ host-image] Jun 08 20:38:04.098 INFO O| Jun 08 20:38:04.098 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96112026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.098 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 ...
96122026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.099 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
96132026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96142026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.099 INFO ok!
96152026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.099 INFO STEP 53 (ensure_file) COMPLETE
96162026-06-08T20:38:04.947Z[ host-image] Jun 08 20:38:04.099 INFO O| Jun 08 20:38:04.099 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96172026-06-08T20:38:04.956Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96182026-06-08T20:38:04.956Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 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 ...
96192026-06-08T20:38:04.962Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96202026-06-08T20:38:04.963Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96212026-06-08T20:38:04.963Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO ok!
96222026-06-08T20:38:04.963Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO STEP 54 (ensure_file) COMPLETE
96232026-06-08T20:38:04.963Z[ host-image] Jun 08 20:38:04.108 INFO O| Jun 08 20:38:04.108 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96242026-06-08T20:38:04.967Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96252026-06-08T20:38:04.967Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 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 ...
96262026-06-08T20:38:04.967Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 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
96272026-06-08T20:38:04.967Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96282026-06-08T20:38:04.967Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 INFO ok!
96292026-06-08T20:38:04.968Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 INFO STEP 55 (ensure_file) COMPLETE
96302026-06-08T20:38:04.968Z[ host-image] Jun 08 20:38:04.118 INFO O| Jun 08 20:38:04.118 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96312026-06-08T20:38:04.976Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96322026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 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 ...
96332026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96342026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96352026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO ok!
96362026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO STEP 56 (ensure_file) COMPLETE
96372026-06-08T20:38:04.981Z[ host-image] Jun 08 20:38:04.129 INFO O| Jun 08 20:38:04.129 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96382026-06-08T20:38:04.987Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96392026-06-08T20:38:04.987Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 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 ...
96402026-06-08T20:38:04.993Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 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
96412026-06-08T20:38:04.993Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96422026-06-08T20:38:04.993Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 INFO ok!
96432026-06-08T20:38:04.993Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 INFO STEP 57 (ensure_file) COMPLETE
96442026-06-08T20:38:04.993Z[ host-image] Jun 08 20:38:04.139 INFO O| Jun 08 20:38:04.139 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96452026-06-08T20:38:04.999Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96462026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 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 ...
96472026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96482026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96492026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96502026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96512026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO ok!
96522026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO STEP 58 (ensure_file) COMPLETE
96532026-06-08T20:38:05.000Z[ host-image] Jun 08 20:38:04.149 INFO O| Jun 08 20:38:04.149 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96542026-06-08T20:38:05.007Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96552026-06-08T20:38:05.008Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 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 ...
96562026-06-08T20:38:05.008Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 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
96572026-06-08T20:38:05.014Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96582026-06-08T20:38:05.014Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 INFO ok!
96592026-06-08T20:38:05.015Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 INFO STEP 59 (ensure_file) COMPLETE
96602026-06-08T20:38:05.015Z[ host-image] Jun 08 20:38:04.160 INFO O| Jun 08 20:38:04.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96612026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.169 INFO O| Jun 08 20:38:04.169 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96622026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.169 INFO O| Jun 08 20:38:04.169 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96632026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.170 INFO O| Jun 08 20:38:04.169 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96642026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.170 INFO O| Jun 08 20:38:04.170 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96652026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.170 INFO O| Jun 08 20:38:04.170 INFO ok!
96662026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.170 INFO O| Jun 08 20:38:04.170 INFO STEP 60 (ensure_file) COMPLETE
96672026-06-08T20:38:05.019Z[ host-image] Jun 08 20:38:04.170 INFO O| Jun 08 20:38:04.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96682026-06-08T20:38:05.027Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96692026-06-08T20:38:05.027Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 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 ...
96702026-06-08T20:38:05.031Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 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
96712026-06-08T20:38:05.032Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96722026-06-08T20:38:05.032Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 INFO ok!
96732026-06-08T20:38:05.032Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 INFO STEP 61 (ensure_file) COMPLETE
96742026-06-08T20:38:05.032Z[ host-image] Jun 08 20:38:04.180 INFO O| Jun 08 20:38:04.180 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96752026-06-08T20:38:05.037Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96762026-06-08T20:38:05.037Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96772026-06-08T20:38:05.037Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96782026-06-08T20:38:05.041Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96792026-06-08T20:38:05.041Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96802026-06-08T20:38:05.041Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96812026-06-08T20:38:05.041Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO ok!
96822026-06-08T20:38:05.042Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO STEP 62 (ensure_file) COMPLETE
96832026-06-08T20:38:05.042Z[ host-image] Jun 08 20:38:04.190 INFO O| Jun 08 20:38:04.190 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96842026-06-08T20:38:05.046Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96852026-06-08T20:38:05.046Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 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 ...
96862026-06-08T20:38:05.046Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 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
96872026-06-08T20:38:05.046Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96882026-06-08T20:38:05.047Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 INFO ok!
96892026-06-08T20:38:05.047Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 INFO STEP 63 (ensure_file) COMPLETE
96902026-06-08T20:38:05.047Z[ host-image] Jun 08 20:38:04.199 INFO O| Jun 08 20:38:04.199 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96912026-06-08T20:38:05.058Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96922026-06-08T20:38:05.059Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 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 ...
96932026-06-08T20:38:05.059Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 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
96942026-06-08T20:38:05.065Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96952026-06-08T20:38:05.065Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 INFO ok!
96962026-06-08T20:38:05.065Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 INFO STEP 64 (ensure_file) COMPLETE
96972026-06-08T20:38:05.065Z[ host-image] Jun 08 20:38:04.209 INFO O| Jun 08 20:38:04.209 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982026-06-08T20:38:05.069Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96992026-06-08T20:38:05.069Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 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 ...
97002026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 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
97012026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97022026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO ok!
97032026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO STEP 65 (ensure_file) COMPLETE
97042026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97052026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO skip step because feature "mbist" is not enabled
97062026-06-08T20:38:05.070Z[ host-image] Jun 08 20:38:04.217 INFO O| Jun 08 20:38:04.217 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072026-06-08T20:38:05.078Z[ host-image] Jun 08 20:38:04.226 INFO O| Jun 08 20:38:04.225 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97082026-06-08T20:38:05.078Z[ host-image] Jun 08 20:38:04.226 INFO O| Jun 08 20:38:04.226 INFO STEP 67 (ensure_dir) COMPLETE
97092026-06-08T20:38:05.078Z[ host-image] Jun 08 20:38:04.226 INFO O| Jun 08 20:38:04.226 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102026-06-08T20:38:05.085Z[ host-image] Jun 08 20:38:04.236 INFO O| Jun 08 20:38:04.236 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97112026-06-08T20:38:05.086Z[ host-image] Jun 08 20:38:04.236 INFO O| Jun 08 20:38:04.236 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97122026-06-08T20:38:05.086Z[ host-image] Jun 08 20:38:04.236 INFO O| Jun 08 20:38:04.236 INFO STEP 68 (ensure_dir) COMPLETE
97132026-06-08T20:38:05.089Z[ host-image] Jun 08 20:38:04.236 INFO O| Jun 08 20:38:04.236 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142026-06-08T20:38:05.095Z[ host-image] Jun 08 20:38:04.244 INFO O| Jun 08 20:38:04.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97152026-06-08T20:38:05.095Z[ host-image] Jun 08 20:38:04.244 INFO O| Jun 08 20:38:04.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97162026-06-08T20:38:05.095Z[ host-image] Jun 08 20:38:04.244 INFO O| Jun 08 20:38:04.244 INFO STEP 69 (ensure_dir) COMPLETE
97172026-06-08T20:38:05.095Z[ host-image] Jun 08 20:38:04.244 INFO O| Jun 08 20:38:04.244 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182026-06-08T20:38:05.104Z[ host-image] Jun 08 20:38:04.255 INFO O| Jun 08 20:38:04.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97192026-06-08T20:38:05.104Z[ host-image] Jun 08 20:38:04.255 INFO O| Jun 08 20:38:04.255 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97202026-06-08T20:38:05.829Z[ host-image] Jun 08 20:38:04.981 INFO O| Jun 08 20:38:04.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97212026-06-08T20:38:05.829Z[ host-image] Jun 08 20:38:04.981 INFO O| Jun 08 20:38:04.981 INFO ok!
97222026-06-08T20:38:05.835Z[ host-image] Jun 08 20:38:04.981 INFO O| Jun 08 20:38:04.981 INFO STEP 70 (ensure_file) COMPLETE
97232026-06-08T20:38:05.835Z[ host-image] Jun 08 20:38:04.981 INFO O| Jun 08 20:38:04.981 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242026-06-08T20:38:05.839Z[ host-image] Jun 08 20:38:04.990 INFO O| Jun 08 20:38:04.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97252026-06-08T20:38:05.839Z[ host-image] Jun 08 20:38:04.991 INFO O| Jun 08 20:38:04.990 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97262026-06-08T20:38:06.489Z[ recovery-image] Jun 08 20:38:05.642 INFO E| Compiling syn v2.0.117
97272026-06-08T20:38:06.524Z[ host-image] Jun 08 20:38:05.677 INFO O| Jun 08 20:38:05.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97282026-06-08T20:38:06.524Z[ host-image] Jun 08 20:38:05.678 INFO O| Jun 08 20:38:05.677 INFO ok!
97292026-06-08T20:38:06.528Z[ host-image] Jun 08 20:38:05.678 INFO O| Jun 08 20:38:05.677 INFO STEP 71 (ensure_file) COMPLETE
97302026-06-08T20:38:06.528Z[ host-image] Jun 08 20:38:05.678 INFO O| Jun 08 20:38:05.677 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-06-08T20:38:06.535Z[ host-image] Jun 08 20:38:05.688 INFO O| Jun 08 20:38:05.688 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97322026-06-08T20:38:06.535Z[ host-image] Jun 08 20:38:05.688 INFO O| Jun 08 20:38:05.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97332026-06-08T20:38:06.542Z[ host-image] Jun 08 20:38:05.688 INFO O| Jun 08 20:38:05.688 INFO STEP 72 (ensure_dir) COMPLETE
97342026-06-08T20:38:06.542Z[ host-image] Jun 08 20:38:05.688 INFO O| Jun 08 20:38:05.688 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97362026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO copying /tmp/.tmpav2ks6/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 ...
97372026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97382026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO ok!
97392026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO STEP 73 (ensure_file) COMPLETE
97402026-06-08T20:38:06.546Z[ host-image] Jun 08 20:38:05.698 INFO O| Jun 08 20:38:05.698 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412026-06-08T20:38:06.555Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97422026-06-08T20:38:06.555Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO copying /tmp/.tmpav2ks6/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 ...
97432026-06-08T20:38:06.560Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97442026-06-08T20:38:06.560Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO ok!
97452026-06-08T20:38:06.560Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO STEP 74 (ensure_file) COMPLETE
97462026-06-08T20:38:06.560Z[ host-image] Jun 08 20:38:05.708 INFO O| Jun 08 20:38:05.708 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-06-08T20:38:06.565Z[ host-image] Jun 08 20:38:05.716 INFO O| Jun 08 20:38:05.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97482026-06-08T20:38:06.565Z[ host-image] Jun 08 20:38:05.716 INFO O| Jun 08 20:38:05.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97492026-06-08T20:38:06.565Z[ host-image] Jun 08 20:38:05.716 INFO O| Jun 08 20:38:05.716 INFO STEP 75 (ensure_dir) COMPLETE
97502026-06-08T20:38:06.566Z[ host-image] Jun 08 20:38:05.716 INFO O| Jun 08 20:38:05.716 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-06-08T20:38:06.572Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97522026-06-08T20:38:06.572Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO copying /tmp/.tmpav2ks6/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 ...
97532026-06-08T20:38:06.578Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97542026-06-08T20:38:06.578Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO ok!
97552026-06-08T20:38:06.578Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO STEP 76 (ensure_file) COMPLETE
97562026-06-08T20:38:06.578Z[ host-image] Jun 08 20:38:05.725 INFO O| Jun 08 20:38:05.725 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-06-08T20:38:06.583Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97582026-06-08T20:38:06.583Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO copying /tmp/.tmpav2ks6/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 ...
97592026-06-08T20:38:06.583Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97602026-06-08T20:38:06.583Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO ok!
97612026-06-08T20:38:06.584Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO STEP 77 (ensure_file) COMPLETE
97622026-06-08T20:38:06.584Z[ host-image] Jun 08 20:38:05.733 INFO O| Jun 08 20:38:05.733 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-06-08T20:38:06.588Z[ host-image] Jun 08 20:38:05.742 INFO O| Jun 08 20:38:05.742 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97642026-06-08T20:38:06.594Z[ host-image] Jun 08 20:38:05.742 INFO O| Jun 08 20:38:05.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97652026-06-08T20:38:06.594Z[ host-image] Jun 08 20:38:05.742 INFO O| Jun 08 20:38:05.742 INFO STEP 78 (ensure_dir) COMPLETE
97662026-06-08T20:38:06.594Z[ host-image] Jun 08 20:38:05.742 INFO O| Jun 08 20:38:05.742 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-06-08T20:38:06.599Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97682026-06-08T20:38:06.599Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO copying /tmp/.tmpav2ks6/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 ...
97692026-06-08T20:38:06.604Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97702026-06-08T20:38:06.604Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO ok!
97712026-06-08T20:38:06.604Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO STEP 79 (ensure_file) COMPLETE
97722026-06-08T20:38:06.604Z[ host-image] Jun 08 20:38:05.752 INFO O| Jun 08 20:38:05.752 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-06-08T20:38:06.609Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97742026-06-08T20:38:06.612Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97752026-06-08T20:38:06.612Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97762026-06-08T20:38:06.613Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO ok!
97772026-06-08T20:38:06.613Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO STEP 80 (ensure_file) COMPLETE
97782026-06-08T20:38:06.613Z[ host-image] Jun 08 20:38:05.762 INFO O| Jun 08 20:38:05.762 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-06-08T20:38:06.618Z[ host-image] Jun 08 20:38:05.772 INFO O| Jun 08 20:38:05.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97802026-06-08T20:38:06.618Z[ host-image] Jun 08 20:38:05.772 INFO O| Jun 08 20:38:05.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97812026-06-08T20:38:06.618Z[ host-image] Jun 08 20:38:05.772 INFO O| Jun 08 20:38:05.772 INFO STEP 81 (ensure_dir) COMPLETE
97822026-06-08T20:38:06.619Z[ host-image] Jun 08 20:38:05.772 INFO O| Jun 08 20:38:05.772 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832026-06-08T20:38:06.628Z[ host-image] Jun 08 20:38:05.781 INFO O| Jun 08 20:38:05.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97842026-06-08T20:38:06.628Z[ host-image] Jun 08 20:38:05.781 INFO O| Jun 08 20:38:05.781 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97852026-06-08T20:38:06.955Z[ host-image] Jun 08 20:38:06.108 INFO O| Jun 08 20:38:06.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97862026-06-08T20:38:06.955Z[ host-image] Jun 08 20:38:06.108 INFO O| Jun 08 20:38:06.108 INFO ok!
97872026-06-08T20:38:06.955Z[ host-image] Jun 08 20:38:06.108 INFO O| Jun 08 20:38:06.108 INFO STEP 82 (ensure_file) COMPLETE
97882026-06-08T20:38:06.960Z[ host-image] Jun 08 20:38:06.108 INFO O| Jun 08 20:38:06.108 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892026-06-08T20:38:06.966Z[ host-image] Jun 08 20:38:06.118 INFO O| Jun 08 20:38:06.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97902026-06-08T20:38:06.966Z[ host-image] Jun 08 20:38:06.118 INFO O| Jun 08 20:38:06.118 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97912026-06-08T20:38:07.547Z[ host-image] Jun 08 20:38:06.700 INFO O| Jun 08 20:38:06.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97922026-06-08T20:38:07.547Z[ host-image] Jun 08 20:38:06.700 INFO O| Jun 08 20:38:06.700 INFO ok!
97932026-06-08T20:38:07.547Z[ host-image] Jun 08 20:38:06.700 INFO O| Jun 08 20:38:06.700 INFO STEP 83 (ensure_file) COMPLETE
97942026-06-08T20:38:07.550Z[ host-image] Jun 08 20:38:06.700 INFO O| Jun 08 20:38:06.700 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-06-08T20:38:07.559Z[ host-image] Jun 08 20:38:06.710 INFO O| Jun 08 20:38:06.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97962026-06-08T20:38:07.559Z[ host-image] Jun 08 20:38:06.710 INFO O| Jun 08 20:38:06.710 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97972026-06-08T20:38:08.693Z[ recovery-image] Jun 08 20:38:07.846 INFO E| Compiling scroll_derive v0.13.1
97982026-06-08T20:38:09.209Z[ host-image] Jun 08 20:38:08.356 INFO O| Jun 08 20:38:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97992026-06-08T20:38:09.209Z[ host-image] Jun 08 20:38:08.356 INFO O| Jun 08 20:38:08.356 INFO ok!
98002026-06-08T20:38:09.215Z[ host-image] Jun 08 20:38:08.356 INFO O| Jun 08 20:38:08.356 INFO STEP 84 (ensure_file) COMPLETE
98012026-06-08T20:38:09.215Z[ host-image] Jun 08 20:38:08.356 INFO O| Jun 08 20:38:08.356 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98022026-06-08T20:38:09.216Z[ host-image] Jun 08 20:38:08.366 INFO O| Jun 08 20:38:08.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98032026-06-08T20:38:09.216Z[ host-image] Jun 08 20:38:08.366 INFO O| Jun 08 20:38:08.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98042026-06-08T20:38:09.216Z[ host-image] Jun 08 20:38:08.366 INFO O| Jun 08 20:38:08.366 INFO STEP 85 (ensure_dir) COMPLETE
98052026-06-08T20:38:09.225Z[ host-image] Jun 08 20:38:08.366 INFO O| Jun 08 20:38:08.366 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98072026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO copying /tmp/.tmpav2ks6/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 ...
98082026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98092026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO ok!
98102026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO STEP 86 (ensure_file) COMPLETE
98112026-06-08T20:38:09.229Z[ host-image] Jun 08 20:38:08.374 INFO O| Jun 08 20:38:08.374 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.382 INFO O| Jun 08 20:38:08.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98132026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.382 INFO O| Jun 08 20:38:08.382 INFO copying /tmp/.tmpav2ks6/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 ...
98142026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.382 INFO O| Jun 08 20:38:08.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98152026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.383 INFO O| Jun 08 20:38:08.382 INFO ok!
98162026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.383 INFO O| Jun 08 20:38:08.382 INFO STEP 87 (ensure_file) COMPLETE
98172026-06-08T20:38:09.240Z[ host-image] Jun 08 20:38:08.383 INFO O| Jun 08 20:38:08.383 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98192026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.392 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98202026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98212026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.392 INFO ok!
98222026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.392 INFO STEP 88 (ensure_file) COMPLETE
98232026-06-08T20:38:09.246Z[ host-image] Jun 08 20:38:08.392 INFO O| Jun 08 20:38:08.392 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98252026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98262026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98272026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO ok!
98282026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO STEP 89 (ensure_file) COMPLETE
98292026-06-08T20:38:09.259Z[ host-image] Jun 08 20:38:08.399 INFO O| Jun 08 20:38:08.399 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302026-06-08T20:38:09.268Z[ host-image] Jun 08 20:38:08.406 INFO O| Jun 08 20:38:08.406 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98312026-06-08T20:38:09.272Z[ host-image] Jun 08 20:38:08.406 INFO O| Jun 08 20:38:08.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98322026-06-08T20:38:09.272Z[ host-image] Jun 08 20:38:08.406 INFO O| Jun 08 20:38:08.406 INFO STEP 90 (ensure_dir) COMPLETE
98332026-06-08T20:38:09.272Z[ host-image] Jun 08 20:38:08.406 INFO O| Jun 08 20:38:08.406 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342026-06-08T20:38:09.272Z[ host-image] Jun 08 20:38:08.415 INFO O| Jun 08 20:38:08.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98352026-06-08T20:38:09.272Z[ host-image] Jun 08 20:38:08.415 INFO O| Jun 08 20:38:08.415 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98362026-06-08T20:38:09.283Z[ host-image] Jun 08 20:38:08.417 INFO O| Jun 08 20:38:08.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98372026-06-08T20:38:09.283Z[ host-image] Jun 08 20:38:08.417 INFO O| Jun 08 20:38:08.417 INFO ok!
98382026-06-08T20:38:09.283Z[ host-image] Jun 08 20:38:08.417 INFO O| Jun 08 20:38:08.417 INFO STEP 91 (ensure_file) COMPLETE
98392026-06-08T20:38:09.284Z[ host-image] Jun 08 20:38:08.417 INFO O| Jun 08 20:38:08.417 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402026-06-08T20:38:09.284Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98412026-06-08T20:38:09.284Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98422026-06-08T20:38:09.284Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98432026-06-08T20:38:09.284Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO ok!
98442026-06-08T20:38:09.285Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO STEP 92 (ensure_file) COMPLETE
98452026-06-08T20:38:09.285Z[ host-image] Jun 08 20:38:08.425 INFO O| Jun 08 20:38:08.425 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462026-06-08T20:38:09.293Z[ host-image] Jun 08 20:38:08.433 INFO O| Jun 08 20:38:08.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98472026-06-08T20:38:09.293Z[ host-image] Jun 08 20:38:08.433 INFO O| Jun 08 20:38:08.432 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98482026-06-08T20:38:10.159Z[ recovery-image] Jun 08 20:38:09.291 INFO E| Compiling bitstruct_derive v0.1.0
98492026-06-08T20:38:10.329Z[ host-image] Jun 08 20:38:09.464 INFO O| Jun 08 20:38:09.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98502026-06-08T20:38:10.329Z[ host-image] Jun 08 20:38:09.464 INFO O| Jun 08 20:38:09.464 INFO ok!
98512026-06-08T20:38:10.329Z[ host-image] Jun 08 20:38:09.464 INFO O| Jun 08 20:38:09.464 INFO STEP 93 (ensure_file) COMPLETE
98522026-06-08T20:38:10.338Z[ host-image] Jun 08 20:38:09.464 INFO O| Jun 08 20:38:09.464 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532026-06-08T20:38:10.338Z[ host-image] Jun 08 20:38:09.473 INFO O| Jun 08 20:38:09.473 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98542026-06-08T20:38:10.338Z[ host-image] Jun 08 20:38:09.473 INFO O| Jun 08 20:38:09.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98552026-06-08T20:38:10.344Z[ host-image] Jun 08 20:38:09.473 INFO O| Jun 08 20:38:09.473 INFO STEP 94 (ensure_dir) COMPLETE
98562026-06-08T20:38:10.344Z[ host-image] Jun 08 20:38:09.473 INFO O| Jun 08 20:38:09.473 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-06-08T20:38:10.344Z[ host-image] Jun 08 20:38:09.481 INFO O| Jun 08 20:38:09.481 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98582026-06-08T20:38:10.344Z[ host-image] Jun 08 20:38:09.481 INFO O| Jun 08 20:38:09.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98592026-06-08T20:38:10.345Z[ host-image] Jun 08 20:38:09.481 INFO O| Jun 08 20:38:09.481 INFO STEP 95 (ensure_dir) COMPLETE
98602026-06-08T20:38:10.345Z[ host-image] Jun 08 20:38:09.481 INFO O| Jun 08 20:38:09.481 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.490 INFO O| Jun 08 20:38:09.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98622026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.490 INFO O| Jun 08 20:38:09.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98632026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.490 INFO O| Jun 08 20:38:09.490 INFO STEP 96 (ensure_dir) COMPLETE
98642026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.490 INFO O| Jun 08 20:38:09.490 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.499 INFO O| Jun 08 20:38:09.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98662026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.499 INFO O| Jun 08 20:38:09.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98672026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.499 INFO O| Jun 08 20:38:09.499 INFO STEP 97 (ensure_dir) COMPLETE
98682026-06-08T20:38:10.370Z[ host-image] Jun 08 20:38:09.499 INFO O| Jun 08 20:38:09.499 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-06-08T20:38:10.445Z[ host-image] Jun 08 20:38:09.506 INFO O| Jun 08 20:38:09.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98702026-06-08T20:38:10.446Z[ host-image] Jun 08 20:38:09.506 INFO O| Jun 08 20:38:09.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98712026-06-08T20:38:10.452Z[ host-image] Jun 08 20:38:09.506 INFO O| Jun 08 20:38:09.506 INFO STEP 98 (ensure_dir) COMPLETE
98722026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.506 INFO O| Jun 08 20:38:09.506 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98742026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO copying /tmp/.tmpav2ks6/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 ...
98752026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98762026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO ok!
98772026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO STEP 99 (ensure_file) COMPLETE
98782026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.514 INFO O| Jun 08 20:38:09.514 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-06-08T20:38:10.453Z[ host-image] Jun 08 20:38:09.521 INFO O| Jun 08 20:38:09.521 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98802026-06-08T20:38:10.454Z[ host-image] Jun 08 20:38:09.521 INFO O| Jun 08 20:38:09.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98812026-06-08T20:38:10.454Z[ host-image] Jun 08 20:38:09.521 INFO O| Jun 08 20:38:09.521 INFO STEP 100 (ensure_dir) COMPLETE
98822026-06-08T20:38:10.454Z[ host-image] Jun 08 20:38:09.521 INFO O| Jun 08 20:38:09.521 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832026-06-08T20:38:10.454Z[ host-image] Jun 08 20:38:09.531 INFO O| Jun 08 20:38:09.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98842026-06-08T20:38:10.454Z[ host-image] Jun 08 20:38:09.531 INFO O| Jun 08 20:38:09.531 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98852026-06-08T20:38:10.920Z[ host-image] Jun 08 20:38:10.051 INFO O| Jun 08 20:38:10.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98862026-06-08T20:38:10.920Z[ host-image] Jun 08 20:38:10.051 INFO O| Jun 08 20:38:10.051 INFO ok!
98872026-06-08T20:38:10.956Z[ host-image] Jun 08 20:38:10.051 INFO O| Jun 08 20:38:10.051 INFO STEP 101 (ensure_file) COMPLETE
98882026-06-08T20:38:10.956Z[ host-image] Jun 08 20:38:10.051 INFO O| Jun 08 20:38:10.051 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-06-08T20:38:10.956Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98902026-06-08T20:38:10.956Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98912026-06-08T20:38:10.957Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98922026-06-08T20:38:10.957Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO ok!
98932026-06-08T20:38:10.957Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO STEP 102 (ensure_file) COMPLETE
98942026-06-08T20:38:10.957Z[ host-image] Jun 08 20:38:10.059 INFO O| Jun 08 20:38:10.059 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-06-08T20:38:10.961Z[ host-image] Jun 08 20:38:10.067 INFO O| Jun 08 20:38:10.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98962026-06-08T20:38:10.961Z[ host-image] Jun 08 20:38:10.067 INFO O| Jun 08 20:38:10.067 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98972026-06-08T20:38:10.961Z[ host-image] Jun 08 20:38:10.073 INFO O| Jun 08 20:38:10.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98982026-06-08T20:38:10.961Z[ host-image] Jun 08 20:38:10.073 INFO O| Jun 08 20:38:10.073 INFO ok!
98992026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.073 INFO O| Jun 08 20:38:10.073 INFO STEP 103 (ensure_file) COMPLETE
99002026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.073 INFO O| Jun 08 20:38:10.073 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99022026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99032026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99042026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO ok!
99052026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO STEP 104 (ensure_file) COMPLETE
99062026-06-08T20:38:10.962Z[ host-image] Jun 08 20:38:10.083 INFO O| Jun 08 20:38:10.083 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.092 INFO O| Jun 08 20:38:10.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99082026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.092 INFO O| Jun 08 20:38:10.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99092026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.092 INFO O| Jun 08 20:38:10.092 INFO STEP 105 (ensure_dir) COMPLETE
99102026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.092 INFO O| Jun 08 20:38:10.092 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.100 INFO O| Jun 08 20:38:10.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99122026-06-08T20:38:10.981Z[ host-image] Jun 08 20:38:10.100 INFO O| Jun 08 20:38:10.100 INFO copying /tmp/.tmpav2ks6/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 ...
99132026-06-08T20:38:11.249Z[ host-image] Jun 08 20:38:10.398 INFO O| Jun 08 20:38:10.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99142026-06-08T20:38:11.249Z[ host-image] Jun 08 20:38:10.398 INFO O| Jun 08 20:38:10.398 INFO ok!
99152026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.398 INFO O| Jun 08 20:38:10.398 INFO STEP 106 (ensure_file) COMPLETE
99162026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.398 INFO O| Jun 08 20:38:10.398 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99182026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO copying /tmp/.tmpav2ks6/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 ...
99192026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99202026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO ok!
99212026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO STEP 107 (ensure_file) COMPLETE
99222026-06-08T20:38:11.260Z[ host-image] Jun 08 20:38:10.406 INFO O| Jun 08 20:38:10.406 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-06-08T20:38:11.271Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
99242026-06-08T20:38:11.272Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO copying /tmp/.tmpav2ks6/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 ...
99252026-06-08T20:38:11.272Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
99262026-06-08T20:38:11.272Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO ok!
99272026-06-08T20:38:11.272Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO STEP 108 (ensure_file) COMPLETE
99282026-06-08T20:38:11.272Z[ host-image] Jun 08 20:38:10.413 INFO O| Jun 08 20:38:10.413 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292026-06-08T20:38:11.294Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99302026-06-08T20:38:11.295Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO copying /tmp/.tmpav2ks6/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 ...
99312026-06-08T20:38:11.295Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
99322026-06-08T20:38:11.295Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO ok!
99332026-06-08T20:38:11.302Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO STEP 109 (ensure_file) COMPLETE
99342026-06-08T20:38:11.302Z[ host-image] Jun 08 20:38:10.419 INFO O| Jun 08 20:38:10.419 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352026-06-08T20:38:11.302Z[ host-image] Jun 08 20:38:10.425 INFO O| Jun 08 20:38:10.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99362026-06-08T20:38:11.302Z[ host-image] Jun 08 20:38:10.425 INFO O| Jun 08 20:38:10.425 INFO copying /tmp/.tmpav2ks6/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 ...
99372026-06-08T20:38:11.303Z[ host-image] Jun 08 20:38:10.426 INFO O| Jun 08 20:38:10.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99382026-06-08T20:38:11.303Z[ host-image] Jun 08 20:38:10.426 INFO O| Jun 08 20:38:10.426 INFO ok!
99392026-06-08T20:38:11.303Z[ host-image] Jun 08 20:38:10.426 INFO O| Jun 08 20:38:10.426 INFO STEP 110 (ensure_file) COMPLETE
99402026-06-08T20:38:11.303Z[ host-image] Jun 08 20:38:10.426 INFO O| Jun 08 20:38:10.426 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99422026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO copying /tmp/.tmpav2ks6/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 ...
99432026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99442026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO ok!
99452026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO STEP 111 (ensure_file) COMPLETE
99462026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.432 INFO O| Jun 08 20:38:10.432 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99482026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO copying /tmp/.tmpav2ks6/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 ...
99492026-06-08T20:38:11.319Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99502026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO ok!
99512026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO STEP 112 (ensure_file) COMPLETE
99522026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.439 INFO O| Jun 08 20:38:10.439 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99542026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99552026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99562026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO ok!
99572026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO STEP 113 (ensure_file) COMPLETE
99582026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.447 INFO O| Jun 08 20:38:10.447 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
99602026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO copying /tmp/.tmpav2ks6/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 ...
99612026-06-08T20:38:11.320Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
99622026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO ok!
99632026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO STEP 114 (ensure_file) COMPLETE
99642026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.456 INFO O| Jun 08 20:38:10.456 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
99662026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO copying /tmp/.tmpav2ks6/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 ...
99672026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99682026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO ok!
99692026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO STEP 115 (ensure_file) COMPLETE
99702026-06-08T20:38:11.321Z[ host-image] Jun 08 20:38:10.465 INFO O| Jun 08 20:38:10.465 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-06-08T20:38:11.343Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99722026-06-08T20:38:11.343Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO copying /tmp/.tmpav2ks6/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 ...
99732026-06-08T20:38:11.343Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99742026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO ok!
99752026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO STEP 116 (ensure_file) COMPLETE
99762026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.474 INFO O| Jun 08 20:38:10.474 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99782026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99792026-06-08T20:38:11.344Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99802026-06-08T20:38:11.350Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO ok!
99812026-06-08T20:38:11.350Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO STEP 117 (ensure_file) COMPLETE
99822026-06-08T20:38:11.350Z[ host-image] Jun 08 20:38:10.482 INFO O| Jun 08 20:38:10.482 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-06-08T20:38:11.361Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99842026-06-08T20:38:11.361Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO copying /tmp/.tmpav2ks6/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 ...
99852026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99862026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO ok!
99872026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO STEP 118 (ensure_file) COMPLETE
99882026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.492 INFO O| Jun 08 20:38:10.492 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99902026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO copying /tmp/.tmpav2ks6/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 ...
99912026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99922026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO ok!
99932026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO STEP 119 (ensure_file) COMPLETE
99942026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.499 INFO O| Jun 08 20:38:10.499 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-06-08T20:38:11.362Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99962026-06-08T20:38:11.363Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO copying /tmp/.tmpav2ks6/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 ...
99972026-06-08T20:38:11.363Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99982026-06-08T20:38:11.363Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO ok!
99992026-06-08T20:38:11.363Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO STEP 120 (ensure_file) COMPLETE
100002026-06-08T20:38:11.363Z[ host-image] Jun 08 20:38:10.508 INFO O| Jun 08 20:38:10.508 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100012026-06-08T20:38:11.383Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100022026-06-08T20:38:11.384Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO copying /tmp/.tmpav2ks6/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 ...
100032026-06-08T20:38:11.384Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100042026-06-08T20:38:11.384Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO ok!
100052026-06-08T20:38:11.384Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO STEP 121 (ensure_file) COMPLETE
100062026-06-08T20:38:11.384Z[ host-image] Jun 08 20:38:10.517 INFO O| Jun 08 20:38:10.517 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072026-06-08T20:38:11.399Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100082026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO copying /tmp/.tmpav2ks6/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 ...
100092026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100102026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO ok!
100112026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO STEP 122 (ensure_file) COMPLETE
100122026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.526 INFO O| Jun 08 20:38:10.526 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100132026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100142026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO copying /tmp/.tmpav2ks6/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 ...
100152026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
100162026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO ok!
100172026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO STEP 123 (ensure_file) COMPLETE
100182026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.535 INFO O| Jun 08 20:38:10.535 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-06-08T20:38:11.400Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
100202026-06-08T20:38:11.401Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO copying /tmp/.tmpav2ks6/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 ...
100212026-06-08T20:38:11.415Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
100222026-06-08T20:38:11.416Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO ok!
100232026-06-08T20:38:11.416Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO STEP 124 (ensure_file) COMPLETE
100242026-06-08T20:38:11.416Z[ host-image] Jun 08 20:38:10.544 INFO O| Jun 08 20:38:10.544 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100252026-06-08T20:38:11.419Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
100262026-06-08T20:38:11.419Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO copying /tmp/.tmpav2ks6/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 ...
100272026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
100282026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO ok!
100292026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO STEP 125 (ensure_file) COMPLETE
100302026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.552 INFO O| Jun 08 20:38:10.552 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
100322026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO copying /tmp/.tmpav2ks6/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 ...
100332026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
100342026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO ok!
100352026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO STEP 126 (ensure_file) COMPLETE
100362026-06-08T20:38:11.420Z[ host-image] Jun 08 20:38:10.559 INFO O| Jun 08 20:38:10.559 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-06-08T20:38:11.438Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100382026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO copying /tmp/.tmpav2ks6/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 ...
100392026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100402026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO ok!
100412026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO STEP 127 (ensure_file) COMPLETE
100422026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.567 INFO O| Jun 08 20:38:10.567 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100442026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO copying /tmp/.tmpav2ks6/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 ...
100452026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100462026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO ok!
100472026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO STEP 128 (ensure_file) COMPLETE
100482026-06-08T20:38:11.439Z[ host-image] Jun 08 20:38:10.575 INFO O| Jun 08 20:38:10.575 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100502026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO copying /tmp/.tmpav2ks6/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 ...
100512026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100522026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO ok!
100532026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO STEP 129 (ensure_file) COMPLETE
100542026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.584 INFO O| Jun 08 20:38:10.584 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100562026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO copying /tmp/.tmpav2ks6/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 ...
100572026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100582026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO ok!
100592026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO STEP 130 (ensure_file) COMPLETE
100602026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.591 INFO O| Jun 08 20:38:10.591 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
100622026-06-08T20:38:11.458Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO copying /tmp/.tmpav2ks6/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 ...
100632026-06-08T20:38:11.459Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
100642026-06-08T20:38:11.459Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO ok!
100652026-06-08T20:38:11.459Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO STEP 131 (ensure_file) COMPLETE
100662026-06-08T20:38:11.459Z[ host-image] Jun 08 20:38:10.599 INFO O| Jun 08 20:38:10.599 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-06-08T20:38:11.483Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100682026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO copying /tmp/.tmpav2ks6/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 ...
100692026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100702026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO ok!
100712026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO STEP 132 (ensure_file) COMPLETE
100722026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.608 INFO O| Jun 08 20:38:10.608 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100742026-06-08T20:38:11.484Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO copying /tmp/.tmpav2ks6/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 ...
100752026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100762026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO ok!
100772026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO STEP 133 (ensure_file) COMPLETE
100782026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.615 INFO O| Jun 08 20:38:10.615 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100802026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO copying /tmp/.tmpav2ks6/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 ...
100812026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100822026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO ok!
100832026-06-08T20:38:11.485Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO STEP 134 (ensure_file) COMPLETE
100842026-06-08T20:38:11.486Z[ host-image] Jun 08 20:38:10.622 INFO O| Jun 08 20:38:10.622 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852026-06-08T20:38:11.513Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100862026-06-08T20:38:11.513Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO copying /tmp/.tmpav2ks6/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 ...
100872026-06-08T20:38:11.513Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100882026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO ok!
100892026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO STEP 135 (ensure_file) COMPLETE
100902026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.630 INFO O| Jun 08 20:38:10.630 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100922026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100932026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100942026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO ok!
100952026-06-08T20:38:11.514Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO STEP 136 (ensure_file) COMPLETE
100962026-06-08T20:38:11.518Z[ host-image] Jun 08 20:38:10.639 INFO O| Jun 08 20:38:10.639 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-06-08T20:38:11.518Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100982026-06-08T20:38:11.518Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO copying /tmp/.tmpav2ks6/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 ...
100992026-06-08T20:38:11.518Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101002026-06-08T20:38:11.518Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO ok!
101012026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO STEP 137 (ensure_file) COMPLETE
101022026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.646 INFO O| Jun 08 20:38:10.646 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101042026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101052026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101062026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO ok!
101072026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO STEP 138 (ensure_file) COMPLETE
101082026-06-08T20:38:11.519Z[ host-image] Jun 08 20:38:10.653 INFO O| Jun 08 20:38:10.653 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-06-08T20:38:11.534Z[ host-image] Jun 08 20:38:10.659 INFO O| Jun 08 20:38:10.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101102026-06-08T20:38:11.534Z[ host-image] Jun 08 20:38:10.659 INFO O| Jun 08 20:38:10.659 INFO copying /tmp/.tmpav2ks6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101112026-06-08T20:38:21.097Z[ recovery-image] Jun 08 20:38:20.250 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)
101122026-06-08T20:38:24.279Z[ recovery-image] Jun 08 20:38:23.431 INFO E| Compiling bitflags v1.3.2
101132026-06-08T20:38:24.279Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling bit_field v0.10.3
101142026-06-08T20:38:24.279Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling scroll v0.13.0
101152026-06-08T20:38:24.283Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling adler2 v2.0.1
101162026-06-08T20:38:24.283Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling log v0.4.29
101172026-06-08T20:38:24.284Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling bitflags v2.11.1
101182026-06-08T20:38:24.284Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling plain v0.2.3
101192026-06-08T20:38:24.284Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling static_assertions v1.1.0
101202026-06-08T20:38:24.284Z[ recovery-image] Jun 08 20:38:23.432 INFO E| Compiling bitstruct v0.1.1
101212026-06-08T20:38:24.350Z[ recovery-image] Jun 08 20:38:23.502 INFO E| Compiling raw-cpuid v10.7.0
101222026-06-08T20:38:24.421Z[ recovery-image] Jun 08 20:38:23.574 INFO E| Compiling miniz_oxide v0.9.1
101232026-06-08T20:38:24.547Z[ recovery-image] Jun 08 20:38:23.699 INFO E| Compiling cpio_reader v0.1.2
101242026-06-08T20:38:24.662Z[ recovery-image] Jun 08 20:38:23.816 INFO E| Compiling goblin v0.10.5
101252026-06-08T20:38:28.680Z[ recovery-image] Jun 08 20:38:27.832 INFO E| Finished `release` profile [optimized] target(s) in 24.63s
101262026-06-08T20:38:28.703Z[ recovery-image] Jun 08 20:38:27.856 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
101272026-06-08T20:38:28.742Z[ recovery-image] Jun 08 20:38:27.895 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')"
101282026-06-08T20:38:28.742Z[ recovery-image] Jun 08 20:38:27.895 INFO building ROM for cosmo
101292026-06-08T20:38:28.742Z[ recovery-image] Jun 08 20:38:27.895 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")
101302026-06-08T20:38:28.781Z[ host-image] Jun 08 20:38:27.935 INFO O| Jun 08 20:38:27.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101312026-06-08T20:38:28.781Z[ host-image] Jun 08 20:38:27.935 INFO O| Jun 08 20:38:27.935 INFO ok!
101322026-06-08T20:38:28.781Z[ host-image] Jun 08 20:38:27.935 INFO O| Jun 08 20:38:27.935 INFO STEP 139 (ensure_file) COMPLETE
101332026-06-08T20:38:28.784Z[ host-image] Jun 08 20:38:27.935 INFO O| Jun 08 20:38:27.935 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-06-08T20:38:28.788Z[ host-image] Jun 08 20:38:27.942 INFO O| Jun 08 20:38:27.942 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101352026-06-08T20:38:28.788Z[ host-image] Jun 08 20:38:27.942 INFO O| Jun 08 20:38:27.942 INFO STEP 140 (ensure_dir) COMPLETE
101362026-06-08T20:38:28.791Z[ host-image] Jun 08 20:38:27.942 INFO O| Jun 08 20:38:27.942 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-06-08T20:38:28.794Z[ host-image] Jun 08 20:38:27.948 INFO O| Jun 08 20:38:27.948 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101382026-06-08T20:38:28.794Z[ host-image] Jun 08 20:38:27.948 INFO O| Jun 08 20:38:27.948 INFO STEP 141 (ensure_dir) COMPLETE
101392026-06-08T20:38:28.794Z[ host-image] Jun 08 20:38:27.948 INFO O| Jun 08 20:38:27.948 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-06-08T20:38:28.800Z[ host-image] Jun 08 20:38:27.954 INFO O| Jun 08 20:38:27.954 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101412026-06-08T20:38:28.800Z[ host-image] Jun 08 20:38:27.954 INFO O| Jun 08 20:38:27.954 INFO STEP 142 (ensure_dir) COMPLETE
101422026-06-08T20:38:28.800Z[ host-image] Jun 08 20:38:27.954 INFO O| Jun 08 20:38:27.954 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-06-08T20:38:28.806Z[ host-image] Jun 08 20:38:27.960 INFO O| Jun 08 20:38:27.960 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101442026-06-08T20:38:28.806Z[ host-image] Jun 08 20:38:27.960 INFO O| Jun 08 20:38:27.960 INFO STEP 143 (ensure_dir) COMPLETE
101452026-06-08T20:38:28.806Z[ host-image] Jun 08 20:38:27.960 INFO O| Jun 08 20:38:27.960 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-06-08T20:38:28.813Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
101472026-06-08T20:38:28.813Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO copying /tmp/.tmpav2ks6/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 ...
101482026-06-08T20:38:28.813Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101492026-06-08T20:38:28.816Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO ok!
101502026-06-08T20:38:28.816Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO STEP 144 (ensure_file) COMPLETE
101512026-06-08T20:38:28.816Z[ host-image] Jun 08 20:38:27.966 INFO O| Jun 08 20:38:27.966 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-06-08T20:38:28.819Z[ host-image] Jun 08 20:38:27.972 INFO O| Jun 08 20:38:27.972 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101532026-06-08T20:38:28.819Z[ host-image] Jun 08 20:38:27.972 INFO O| Jun 08 20:38:27.972 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101542026-06-08T20:38:28.819Z[ host-image] Jun 08 20:38:27.972 INFO O| Jun 08 20:38:27.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101552026-06-08T20:38:28.821Z[ host-image] Jun 08 20:38:27.972 INFO O| Jun 08 20:38:27.972 INFO STEP 145 (ensure_dir) COMPLETE
101562026-06-08T20:38:28.821Z[ host-image] Jun 08 20:38:27.972 INFO O| Jun 08 20:38:27.972 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101582026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 INFO copying /tmp/.tmpav2ks6/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101592026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101602026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 INFO ok!
101612026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 INFO STEP 146 (ensure_file) COMPLETE
101622026-06-08T20:38:28.825Z[ host-image] Jun 08 20:38:27.978 INFO O| Jun 08 20:38:27.978 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101632026-06-08T20:38:28.829Z[ recovery-image] Jun 08 20:38:27.983 INFO E| Downloading crates ...
101642026-06-08T20:38:28.833Z[ host-image] Jun 08 20:38:27.984 INFO O| Jun 08 20:38:27.984 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101652026-06-08T20:38:28.833Z[ host-image] Jun 08 20:38:27.985 INFO O| Jun 08 20:38:27.985 INFO STEP 147 (remove_files) COMPLETE
101662026-06-08T20:38:28.833Z[ host-image] Jun 08 20:38:27.985 INFO O| Jun 08 20:38:27.985 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101672026-06-08T20:38:28.837Z[ host-image] Jun 08 20:38:27.991 INFO O| Jun 08 20:38:27.991 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101682026-06-08T20:38:28.837Z[ host-image] Jun 08 20:38:27.991 INFO O| Jun 08 20:38:27.991 INFO STEP 148 (remove_files) COMPLETE
101692026-06-08T20:38:28.837Z[ host-image] Jun 08 20:38:27.991 INFO O| Jun 08 20:38:27.991 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101702026-06-08T20:38:28.845Z[ host-image] Jun 08 20:38:27.997 INFO O| Jun 08 20:38:27.997 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101712026-06-08T20:38:28.848Z[ host-image] Jun 08 20:38:27.997 INFO O| Jun 08 20:38:27.997 INFO STEP 149 (remove_files) COMPLETE
101722026-06-08T20:38:28.848Z[ host-image] Jun 08 20:38:27.997 INFO O| Jun 08 20:38:27.997 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101732026-06-08T20:38:28.851Z[ host-image] Jun 08 20:38:28.004 INFO O| Jun 08 20:38:28.003 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101742026-06-08T20:38:28.851Z[ host-image] Jun 08 20:38:28.004 INFO O| Jun 08 20:38:28.004 INFO STEP 150 (remove_files) COMPLETE
101752026-06-08T20:38:28.852Z[ host-image] Jun 08 20:38:28.004 INFO O| Jun 08 20:38:28.004 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101762026-06-08T20:38:28.856Z[ host-image] Jun 08 20:38:28.010 INFO O| Jun 08 20:38:28.010 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101772026-06-08T20:38:28.859Z[ host-image] Jun 08 20:38:28.010 INFO O| Jun 08 20:38:28.010 INFO STEP 151 (remove_files) COMPLETE
101782026-06-08T20:38:28.859Z[ host-image] Jun 08 20:38:28.010 INFO O| Jun 08 20:38:28.010 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101792026-06-08T20:38:28.862Z[ host-image] Jun 08 20:38:28.016 INFO O| Jun 08 20:38:28.016 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101802026-06-08T20:38:28.865Z[ host-image] Jun 08 20:38:28.016 INFO O| Jun 08 20:38:28.016 INFO STEP 152 (remove_files) COMPLETE
101812026-06-08T20:38:28.865Z[ host-image] Jun 08 20:38:28.016 INFO O| Jun 08 20:38:28.016 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101822026-06-08T20:38:28.868Z[ host-image] Jun 08 20:38:28.022 INFO O| Jun 08 20:38:28.022 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101832026-06-08T20:38:28.868Z[ host-image] Jun 08 20:38:28.022 INFO O| Jun 08 20:38:28.022 INFO STEP 153 (remove_files) COMPLETE
101842026-06-08T20:38:28.871Z[ host-image] Jun 08 20:38:28.022 INFO O| Jun 08 20:38:28.022 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101852026-06-08T20:38:28.875Z[ host-image] Jun 08 20:38:28.028 INFO O| Jun 08 20:38:28.028 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101862026-06-08T20:38:28.875Z[ host-image] Jun 08 20:38:28.028 INFO O| Jun 08 20:38:28.028 INFO STEP 154 (remove_files) COMPLETE
101872026-06-08T20:38:28.875Z[ host-image] Jun 08 20:38:28.028 INFO O| Jun 08 20:38:28.028 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101882026-06-08T20:38:28.882Z[ host-image] Jun 08 20:38:28.036 INFO O| Jun 08 20:38:28.036 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101892026-06-08T20:38:28.882Z[ host-image] Jun 08 20:38:28.036 INFO O| Jun 08 20:38:28.036 INFO STEP 155 (remove_files) COMPLETE
101902026-06-08T20:38:28.886Z[ host-image] Jun 08 20:38:28.036 INFO O| Jun 08 20:38:28.036 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101912026-06-08T20:38:28.889Z[ recovery-image] Jun 08 20:38:28.041 INFO E| Downloaded is_terminal_polyfill v1.70.1
101922026-06-08T20:38:28.892Z[ host-image] Jun 08 20:38:28.044 INFO O| Jun 08 20:38:28.044 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101932026-06-08T20:38:28.892Z[ host-image] Jun 08 20:38:28.044 INFO O| Jun 08 20:38:28.044 INFO STEP 156 (remove_files) COMPLETE
101942026-06-08T20:38:28.892Z[ host-image] Jun 08 20:38:28.044 INFO O| Jun 08 20:38:28.044 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101952026-06-08T20:38:28.896Z[ recovery-image] Jun 08 20:38:28.049 INFO E| Downloaded clap_derive v4.5.32
101962026-06-08T20:38:28.898Z[ recovery-image] Jun 08 20:38:28.051 INFO E| Downloaded clap_lex v0.7.4
101972026-06-08T20:38:28.901Z[ host-image] Jun 08 20:38:28.053 INFO O| Jun 08 20:38:28.053 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101982026-06-08T20:38:28.901Z[ host-image] Jun 08 20:38:28.053 INFO O| Jun 08 20:38:28.053 INFO STEP 157 (remove_files) COMPLETE
101992026-06-08T20:38:28.901Z[ host-image] Jun 08 20:38:28.053 INFO O| Jun 08 20:38:28.053 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102002026-06-08T20:38:28.904Z[ recovery-image] Jun 08 20:38:28.057 INFO E| Downloaded colorchoice v1.0.3
102012026-06-08T20:38:28.907Z[ host-image] Jun 08 20:38:28.060 INFO O| Jun 08 20:38:28.059 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102022026-06-08T20:38:28.908Z[ host-image] Jun 08 20:38:28.060 INFO O| Jun 08 20:38:28.060 INFO STEP 158 (remove_files) COMPLETE
102032026-06-08T20:38:28.908Z[ host-image] Jun 08 20:38:28.060 INFO O| Jun 08 20:38:28.060 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102042026-06-08T20:38:28.908Z[ recovery-image] Jun 08 20:38:28.061 INFO E| Downloaded os_pipe v1.2.1
102052026-06-08T20:38:28.911Z[ recovery-image] Jun 08 20:38:28.062 INFO E| Downloaded anstyle-query v1.1.2
102062026-06-08T20:38:28.911Z[ recovery-image] Jun 08 20:38:28.064 INFO E| Downloaded toml_datetime v0.6.9
102072026-06-08T20:38:28.916Z[ host-image] Jun 08 20:38:28.066 INFO O| Jun 08 20:38:28.066 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102082026-06-08T20:38:28.916Z[ host-image] Jun 08 20:38:28.066 INFO O| Jun 08 20:38:28.066 INFO STEP 159 (remove_files) COMPLETE
102092026-06-08T20:38:28.916Z[ host-image] Jun 08 20:38:28.066 INFO O| Jun 08 20:38:28.066 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102102026-06-08T20:38:28.920Z[ recovery-image] Jun 08 20:38:28.069 INFO E| Downloaded shared_child v1.0.1
102112026-06-08T20:38:28.924Z[ recovery-image] Jun 08 20:38:28.073 INFO E| Downloaded anstyle v1.0.10
102122026-06-08T20:38:28.924Z[ host-image] Jun 08 20:38:28.073 INFO O| Jun 08 20:38:28.073 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102132026-06-08T20:38:28.924Z[ host-image] Jun 08 20:38:28.074 INFO O| Jun 08 20:38:28.073 INFO STEP 160 (remove_files) COMPLETE
102142026-06-08T20:38:28.924Z[ host-image] Jun 08 20:38:28.074 INFO O| Jun 08 20:38:28.074 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102152026-06-08T20:38:28.924Z[ recovery-image] Jun 08 20:38:28.075 INFO E| Downloaded serde_spanned v0.6.8
102162026-06-08T20:38:28.924Z[ recovery-image] Jun 08 20:38:28.076 INFO E| Downloaded duct v0.13.7
102172026-06-08T20:38:28.924Z[ recovery-image] Jun 08 20:38:28.077 INFO E| Downloaded anstream v0.6.18
102182026-06-08T20:38:28.928Z[ host-image] Jun 08 20:38:28.081 INFO O| Jun 08 20:38:28.081 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102192026-06-08T20:38:28.928Z[ host-image] Jun 08 20:38:28.081 INFO O| Jun 08 20:38:28.081 INFO STEP 161 (remove_files) COMPLETE
102202026-06-08T20:38:28.928Z[ host-image] Jun 08 20:38:28.081 INFO O| Jun 08 20:38:28.081 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102212026-06-08T20:38:28.932Z[ recovery-image] Jun 08 20:38:28.083 INFO E| Downloaded toml_write v0.1.1
102222026-06-08T20:38:28.933Z[ recovery-image] Jun 08 20:38:28.084 INFO E| Downloaded anstyle-parse v0.2.6
102232026-06-08T20:38:28.936Z[ host-image] Jun 08 20:38:28.089 INFO O| Jun 08 20:38:28.089 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102242026-06-08T20:38:28.936Z[ host-image] Jun 08 20:38:28.090 INFO O| Jun 08 20:38:28.090 INFO STEP 162 (remove_files) COMPLETE
102252026-06-08T20:38:28.936Z[ host-image] Jun 08 20:38:28.090 INFO O| Jun 08 20:38:28.090 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102262026-06-08T20:38:28.945Z[ host-image] Jun 08 20:38:28.096 INFO O| Jun 08 20:38:28.096 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102272026-06-08T20:38:28.946Z[ host-image] Jun 08 20:38:28.096 INFO O| Jun 08 20:38:28.096 INFO STEP 163 (remove_files) COMPLETE
102282026-06-08T20:38:28.946Z[ host-image] Jun 08 20:38:28.096 INFO O| Jun 08 20:38:28.096 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102292026-06-08T20:38:28.952Z[ recovery-image] Jun 08 20:38:28.097 INFO E| Downloaded clap v4.5.37
102302026-06-08T20:38:28.952Z[ host-image] Jun 08 20:38:28.103 INFO O| Jun 08 20:38:28.103 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102312026-06-08T20:38:28.952Z[ host-image] Jun 08 20:38:28.103 INFO O| Jun 08 20:38:28.103 INFO STEP 164 (remove_files) COMPLETE
102322026-06-08T20:38:28.952Z[ host-image] Jun 08 20:38:28.103 INFO O| Jun 08 20:38:28.103 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102332026-06-08T20:38:28.952Z[ recovery-image] Jun 08 20:38:28.104 INFO E| Downloaded toml v0.8.22
102342026-06-08T20:38:28.959Z[ host-image] Jun 08 20:38:28.111 INFO O| Jun 08 20:38:28.111 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102352026-06-08T20:38:28.960Z[ host-image] Jun 08 20:38:28.111 INFO O| Jun 08 20:38:28.111 INFO STEP 165 (remove_files) COMPLETE
102362026-06-08T20:38:28.960Z[ host-image] Jun 08 20:38:28.111 INFO O| Jun 08 20:38:28.111 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102372026-06-08T20:38:28.964Z[ host-image] Jun 08 20:38:28.117 INFO O| Jun 08 20:38:28.117 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102382026-06-08T20:38:28.964Z[ host-image] Jun 08 20:38:28.117 INFO O| Jun 08 20:38:28.117 INFO STEP 166 (remove_files) COMPLETE
102392026-06-08T20:38:28.967Z[ host-image] Jun 08 20:38:28.117 INFO O| Jun 08 20:38:28.117 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102402026-06-08T20:38:28.971Z[ recovery-image] Jun 08 20:38:28.125 INFO E| Downloaded clap_builder v4.5.37
102412026-06-08T20:38:28.974Z[ host-image] Jun 08 20:38:28.126 INFO O| Jun 08 20:38:28.126 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102422026-06-08T20:38:28.974Z[ host-image] Jun 08 20:38:28.126 INFO O| Jun 08 20:38:28.126 INFO STEP 167 (remove_files) COMPLETE
102432026-06-08T20:38:28.975Z[ host-image] Jun 08 20:38:28.126 INFO O| Jun 08 20:38:28.126 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102442026-06-08T20:38:28.980Z[ recovery-image] Jun 08 20:38:28.129 INFO E| Downloaded toml_edit v0.22.26
102452026-06-08T20:38:28.985Z[ host-image] Jun 08 20:38:28.134 INFO O| Jun 08 20:38:28.134 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102462026-06-08T20:38:28.985Z[ host-image] Jun 08 20:38:28.134 INFO O| Jun 08 20:38:28.134 INFO STEP 168 (remove_files) COMPLETE
102472026-06-08T20:38:28.985Z[ host-image] Jun 08 20:38:28.134 INFO O| Jun 08 20:38:28.134 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482026-06-08T20:38:28.988Z[ host-image] Jun 08 20:38:28.141 INFO O| Jun 08 20:38:28.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102492026-06-08T20:38:28.988Z[ host-image] Jun 08 20:38:28.141 INFO O| Jun 08 20:38:28.141 INFO STEP 169 (remove_files) COMPLETE
102502026-06-08T20:38:28.988Z[ host-image] Jun 08 20:38:28.141 INFO O| Jun 08 20:38:28.141 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512026-06-08T20:38:28.996Z[ host-image] Jun 08 20:38:28.147 INFO O| Jun 08 20:38:28.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102522026-06-08T20:38:28.996Z[ host-image] Jun 08 20:38:28.147 INFO O| Jun 08 20:38:28.147 INFO STEP 170 (remove_files) COMPLETE
102532026-06-08T20:38:28.999Z[ host-image] Jun 08 20:38:28.147 INFO O| Jun 08 20:38:28.147 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542026-06-08T20:38:28.999Z[ recovery-image] Jun 08 20:38:28.151 INFO E| Downloaded winnow v0.7.7
102552026-06-08T20:38:29.002Z[ host-image] Jun 08 20:38:28.153 INFO O| Jun 08 20:38:28.153 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102562026-06-08T20:38:29.002Z[ host-image] Jun 08 20:38:28.154 INFO O| Jun 08 20:38:28.153 INFO STEP 171 (remove_files) COMPLETE
102572026-06-08T20:38:29.002Z[ host-image] Jun 08 20:38:28.154 INFO O| Jun 08 20:38:28.154 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582026-06-08T20:38:29.008Z[ recovery-image] Jun 08 20:38:28.157 INFO E| Downloaded cc v1.2.20
102592026-06-08T20:38:29.011Z[ host-image] Jun 08 20:38:28.160 INFO O| Jun 08 20:38:28.160 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102602026-06-08T20:38:29.011Z[ host-image] Jun 08 20:38:28.160 INFO O| Jun 08 20:38:28.160 INFO STEP 172 (remove_files) COMPLETE
102612026-06-08T20:38:29.011Z[ host-image] Jun 08 20:38:28.160 INFO O| Jun 08 20:38:28.160 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102622026-06-08T20:38:29.015Z[ host-image] Jun 08 20:38:28.168 INFO O| Jun 08 20:38:28.168 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102632026-06-08T20:38:29.015Z[ host-image] Jun 08 20:38:28.168 INFO O| Jun 08 20:38:28.168 INFO STEP 173 (remove_files) COMPLETE
102642026-06-08T20:38:29.015Z[ host-image] Jun 08 20:38:28.168 INFO O| Jun 08 20:38:28.168 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102652026-06-08T20:38:29.018Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling syn v2.0.101
102662026-06-08T20:38:29.018Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling libc v0.2.172
102672026-06-08T20:38:29.018Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling utf8parse v0.2.2
102682026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling once_cell v1.21.3
102692026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling hashbrown v0.15.2
102702026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling shlex v1.3.0
102712026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling equivalent v1.0.2
102722026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling is_terminal_polyfill v1.70.1
102732026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling anstyle v1.0.10
102742026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling anstyle-query v1.1.2
102752026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling colorchoice v1.0.3
102762026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling anyhow v1.0.98
102772026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling strsim v0.11.1
102782026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling clap_lex v0.7.4
102792026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling toml_write v0.1.1
102802026-06-08T20:38:29.019Z[ recovery-image] Jun 08 20:38:28.171 INFO E| Compiling winnow v0.7.7
102812026-06-08T20:38:29.022Z[ host-image] Jun 08 20:38:28.176 INFO O| Jun 08 20:38:28.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
102822026-06-08T20:38:29.022Z[ host-image] Jun 08 20:38:28.176 INFO O| Jun 08 20:38:28.176 INFO STEP 174 (remove_files) COMPLETE
102832026-06-08T20:38:29.022Z[ host-image] Jun 08 20:38:28.176 INFO O| Jun 08 20:38:28.176 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842026-06-08T20:38:29.029Z[ host-image] Jun 08 20:38:28.183 INFO O| Jun 08 20:38:28.183 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
102852026-06-08T20:38:29.030Z[ host-image] Jun 08 20:38:28.183 INFO O| Jun 08 20:38:28.183 INFO STEP 175 (remove_files) COMPLETE
102862026-06-08T20:38:29.033Z[ host-image] Jun 08 20:38:28.183 INFO O| Jun 08 20:38:28.183 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102872026-06-08T20:38:29.043Z[ host-image] Jun 08 20:38:28.194 INFO O| Jun 08 20:38:28.194 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102882026-06-08T20:38:29.043Z[ host-image] Jun 08 20:38:28.194 INFO O| Jun 08 20:38:28.194 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102892026-06-08T20:38:29.960Z[ recovery-image] Jun 08 20:38:29.114 INFO E| Compiling indexmap v2.9.0
102902026-06-08T20:38:30.125Z[ recovery-image] Jun 08 20:38:29.278 INFO E| Compiling anstyle-parse v0.2.6
102912026-06-08T20:38:30.197Z[ recovery-image] Jun 08 20:38:29.350 INFO E| Compiling cc v1.2.20
102922026-06-08T20:38:30.380Z[ recovery-image] Jun 08 20:38:29.533 INFO E| Compiling os_pipe v1.2.1
102932026-06-08T20:38:30.380Z[ recovery-image] Jun 08 20:38:29.533 INFO E| Compiling shared_child v1.0.1
102942026-06-08T20:38:30.404Z[ recovery-image] Jun 08 20:38:29.557 INFO E| Compiling anstream v0.6.18
102952026-06-08T20:38:30.556Z[ recovery-image] Jun 08 20:38:29.710 INFO E| Compiling duct v0.13.7
102962026-06-08T20:38:30.694Z[ recovery-image] Jun 08 20:38:29.848 INFO E| Compiling clap_builder v4.5.37
102972026-06-08T20:38:32.139Z[ recovery-image] Jun 08 20:38:31.292 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
102982026-06-08T20:38:33.402Z[ recovery-image] Jun 08 20:38:32.555 INFO E| Compiling serde_derive v1.0.219
102992026-06-08T20:38:33.402Z[ recovery-image] Jun 08 20:38:32.555 INFO E| Compiling clap_derive v4.5.32
103002026-06-08T20:38:34.755Z[ host-image] Jun 08 20:38:33.890 INFO O| Jun 08 20:38:33.890 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
103012026-06-08T20:38:34.765Z[ host-image] Jun 08 20:38:33.890 INFO O| Jun 08 20:38:33.890 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103022026-06-08T20:38:34.765Z[ host-image] Jun 08 20:38:33.901 INFO O| Jun 08 20:38:33.901 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103032026-06-08T20:38:34.864Z[ recovery-image] Jun 08 20:38:33.984 INFO E| Compiling clap v4.5.37
103042026-06-08T20:38:34.869Z[ host-image] Jun 08 20:38:34.001 INFO O| Jun 08 20:38:34.001 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
103052026-06-08T20:38:34.931Z[ host-image] Jun 08 20:38:34.057 INFO O| Jun 08 20:38:34.057 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103062026-06-08T20:38:34.997Z[ host-image] Jun 08 20:38:34.122 INFO O| Jun 08 20:38:34.122 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103072026-06-08T20:38:34.997Z[ host-image] Jun 08 20:38:34.122 INFO O| Jun 08 20:38:34.122 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103082026-06-08T20:38:35.115Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103092026-06-08T20:38:35.115Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO ok!
103102026-06-08T20:38:35.115Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103112026-06-08T20:38:35.115Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO STEP 176 (seed_smf) COMPLETE
103122026-06-08T20:38:35.115Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO steps complete; finalising image!
103132026-06-08T20:38:35.120Z[ host-image] Jun 08 20:38:34.269 INFO O| Jun 08 20:38:34.269 INFO TRIM POOL: TEMPORARY-sled-zfs
103142026-06-08T20:38:35.226Z[ host-image] Jun 08 20:38:34.355 INFO O| Jun 08 20:38:34.355 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Mon Jun 8 20:38:34 2026)
103152026-06-08T20:38:35.419Z[ host-image] Jun 08 20:38:34.572 INFO O| Jun 08 20:38:34.572 INFO temporary pool has 857M used, 38.6M avail, 1.81x compressratio
103162026-06-08T20:38:35.420Z[ host-image] Jun 08 20:38:34.573 INFO O| Jun 08 20:38:34.572 INFO EXPORT POOL: TEMPORARY-sled-zfs
103172026-06-08T20:38:35.526Z[ recovery-image] Jun 08 20:38:34.676 INFO E| Compiling serde v1.0.219
103182026-06-08T20:38:35.762Z[ host-image] Jun 08 20:38:34.916 INFO O| Jun 08 20:38:34.916 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103192026-06-08T20:38:35.762Z[ host-image] Jun 08 20:38:34.916 INFO O| Jun 08 20:38:34.916 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103202026-06-08T20:38:36.438Z[ host-image] Jun 08 20:38:35.591 INFO O| Jun 08 20:38:35.591 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103212026-06-08T20:38:36.438Z[ host-image] Jun 08 20:38:35.591 INFO O| Jun 08 20:38:35.591 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103222026-06-08T20:38:36.441Z[ host-image] Jun 08 20:38:35.591 INFO O| Jun 08 20:38:35.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103232026-06-08T20:38:36.441Z[ host-image] Jun 08 20:38:35.591 INFO O| Jun 08 20:38:35.591 INFO completed processing sled/zfs
103242026-06-08T20:38:36.441Z[ host-image] Jun 08 20:38:35.591 INFO O| Jun 08 20:38:35.591 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103252026-06-08T20:38:37.384Z[ recovery-image] Jun 08 20:38:36.536 INFO E| Compiling serde_spanned v0.6.8
103262026-06-08T20:38:37.385Z[ recovery-image] Jun 08 20:38:36.537 INFO E| Compiling toml_datetime v0.6.9
103272026-06-08T20:38:37.524Z[ recovery-image] Jun 08 20:38:36.677 INFO E| Compiling toml_edit v0.22.26
103282026-06-08T20:38:38.817Z[ recovery-image] Jun 08 20:38:37.969 INFO E| Compiling toml v0.8.22
103292026-06-08T20:38:40.906Z[ recovery-image] Jun 08 20:38:40.057 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
103302026-06-08T20:38:40.920Z[ recovery-image] Jun 08 20:38:40.069 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`
103312026-06-08T20:38:40.930Z[ recovery-image] Jun 08 20:38:40.083 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103322026-06-08T20:38:41.009Z[ recovery-image] Jun 08 20:38:40.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103332026-06-08T20:38:41.017Z[ recovery-image] Jun 08 20:38:40.164 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`
103342026-06-08T20:38:41.218Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103352026-06-08T20:38:41.218Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103362026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103372026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103382026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103392026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103402026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103412026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103422026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103432026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103442026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103452026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103462026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103472026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103482026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103492026-06-08T20:38:41.224Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103502026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
103512026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103522026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
103532026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
103542026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103552026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103562026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
103572026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103582026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
103592026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
103602026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
103612026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103622026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
103632026-06-08T20:38:41.225Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
103642026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
103652026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
103662026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
103672026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
103682026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
103692026-06-08T20:38:41.226Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
103702026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
103712026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
103722026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
103732026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
103742026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
103752026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
103762026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
103772026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
103782026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
103792026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
103802026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
103812026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
103822026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
103832026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
103842026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
103852026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
103862026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
103872026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO O| Info: ABL version: 0x100af010
103882026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
103892026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.372 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
103902026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
103912026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
103922026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
103932026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
103942026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
103952026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
103962026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
103972026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
103982026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
103992026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104002026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104012026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104022026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104032026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104042026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104052026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104062026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104072026-06-08T20:38:41.227Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104082026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104092026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104102026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104112026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104122026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104132026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104142026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104152026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104162026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104172026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104182026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104192026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104202026-06-08T20:38:41.228Z[ recovery-image] Jun 08 20:38:40.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104212026-06-08T20:38:41.253Z[ recovery-image] Jun 08 20:38:40.407 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104222026-06-08T20:38:41.253Z[ recovery-image] Jun 08 20:38:40.407 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104232026-06-08T20:38:41.260Z[ recovery-image] Jun 08 20:38:40.407 INFO building ROM for gimlet
104242026-06-08T20:38:41.260Z[ recovery-image] Jun 08 20:38:40.407 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")
104252026-06-08T20:38:41.345Z[ recovery-image] Jun 08 20:38:40.498 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104262026-06-08T20:38:41.349Z[ recovery-image] Jun 08 20:38:40.501 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`
104272026-06-08T20:38:41.362Z[ recovery-image] Jun 08 20:38:40.514 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104282026-06-08T20:38:41.431Z[ recovery-image] Jun 08 20:38:40.583 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104292026-06-08T20:38:41.434Z[ recovery-image] Jun 08 20:38:40.587 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`
104302026-06-08T20:38:41.553Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104312026-06-08T20:38:41.553Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104322026-06-08T20:38:41.553Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104332026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104342026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104352026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104362026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104372026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104382026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104392026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104402026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104412026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104422026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104432026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104442026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104452026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO O| Info: ABL version: 0x100f5010
104462026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.706 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104472026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104482026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104492026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104502026-06-08T20:38:41.557Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104512026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104522026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104532026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104542026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104552026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104562026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104572026-06-08T20:38:41.558Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104582026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104592026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104602026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104612026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104622026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104632026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104642026-06-08T20:38:41.559Z[ recovery-image] Jun 08 20:38:40.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104652026-06-08T20:38:41.588Z[ recovery-image] Jun 08 20:38:40.741 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104662026-06-08T20:38:42.875Z[ recovery-image] Jun 08 20:38:42.028 INFO image complete! materials are in "/work/os-recovery"
104672026-06-08T20:38:42.880Z[ recovery-image]
104682026-06-08T20:38:42.880Z[ recovery-image] real 5:43.705865062
104692026-06-08T20:38:42.880Z[ recovery-image] user 2:46.983682535
104702026-06-08T20:38:42.880Z[ recovery-image] sys 38.673286429
104712026-06-08T20:38:42.880Z[ recovery-image] trap 0.098006188
104722026-06-08T20:38:42.880Z[ recovery-image] tflt 1.323582700
104732026-06-08T20:38:42.880Z[ recovery-image] dflt 1.413348281
104742026-06-08T20:38:42.880Z[ recovery-image] kflt 0.000244384
104752026-06-08T20:38:42.880Z[ recovery-image] lock 20:45.541665733
104762026-06-08T20:38:42.880Z[ recovery-image] slp 34:33.713622348
104772026-06-08T20:38:42.880Z[ recovery-image] lat 1:22.382262961
104782026-06-08T20:38:42.880Z[ recovery-image] stop 14.803858901
104792026-06-08T20:38:42.880ZJun 08 20:38:42.031 INFO [recovery-image] process exited with exit status: 0 (343.710509402s)
104802026-06-08T20:38:48.837Z[ host-image] Jun 08 20:38:47.990 INFO O| Jun 08 20:38:47.990 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104812026-06-08T20:38:48.923Z[ host-image] Jun 08 20:38:48.071 INFO BUILD STRING "heads/stlouis-0-gd847a32fb8\n"
104822026-06-08T20:38:48.923Z[ host-image] Jun 08 20:38:48.071 INFO expanded image name: "ci 3ff799d/${os_short_commit} 2026-06-08 20:20" -> "ci 3ff799d/d847a32 2026-06-08 20:20"
104832026-06-08T20:38:48.927Z[ host-image] Jun 08 20:38:48.071 INFO output artefacts stored in: "/work/os-host"
104842026-06-08T20:38:48.927Z[ host-image] Jun 08 20:38:48.071 INFO collecting git info from project "amd-firmware"...
104852026-06-08T20:38:48.931Z[ host-image] Jun 08 20:38:48.084 INFO collecting git info from project "chelsio-t6-roms"...
104862026-06-08T20:38:48.935Z[ host-image] Jun 08 20:38:48.088 INFO collecting git info from project "image-builder"...
104872026-06-08T20:38:48.939Z[ host-image] Jun 08 20:38:48.092 INFO collecting git info from project "bootserver"...
104882026-06-08T20:38:48.943Z[ host-image] Jun 08 20:38:48.096 INFO collecting git info from project "amd-host-image-builder"...
104892026-06-08T20:38:48.947Z[ host-image] Jun 08 20:38:48.101 INFO collecting git info from project "phbl"...
104902026-06-08T20:38:48.951Z[ host-image] Jun 08 20:38:48.104 INFO collecting git info from project "pinprick"...
104912026-06-08T20:38:48.955Z[ host-image] Jun 08 20:38:48.108 INFO collecting git info from project "dmar-report"...
104922026-06-08T20:38:48.959Z[ host-image] Jun 08 20:38:48.112 INFO collecting git info from project "pilot"...
104932026-06-08T20:38:48.964Z[ host-image] Jun 08 20:38:48.116 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104942026-06-08T20:38:49.267Z[ host-image] Jun 08 20:38:48.420 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104952026-06-08T20:38:49.547Z[ host-image] Jun 08 20:38:48.700 INFO creating Oxide boot image...
104962026-06-08T20:38:49.547Z[ host-image] Jun 08 20:38:48.700 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 3ff799d/d847a32 2026-06-08 20:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104972026-06-08T20:38:50.228Z[ host-image] Jun 08 20:38:49.381 INFO O| ok, image written!
104982026-06-08T20:38:50.231Z[ host-image] Jun 08 20:38:49.381 INFO O| ok, boot_image_csum file written!
104992026-06-08T20:38:50.232Z[ host-image] Jun 08 20:38:49.383 INFO creating boot archive (CPIO)...
105002026-06-08T20:38:50.232Z[ host-image] Jun 08 20:38:49.383 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
105012026-06-08T20:38:50.235Z[ host-image] Jun 08 20:38:49.387 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105022026-06-08T20:38:50.235Z[ host-image] Jun 08 20:38:49.387 INFO E| + outfile=/work/os-host/cpio
105032026-06-08T20:38:50.235Z[ host-image] Jun 08 20:38:49.387 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105042026-06-08T20:38:50.238Z[ host-image] Jun 08 20:38:49.389 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105052026-06-08T20:38:50.238Z[ host-image] Jun 08 20:38:49.389 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105062026-06-08T20:38:50.262Z[ host-image] Jun 08 20:38:49.414 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105072026-06-08T20:38:50.265Z[ host-image] Jun 08 20:38:49.415 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105082026-06-08T20:38:50.268Z[ host-image] Jun 08 20:38:49.420 INFO creating compressed cpio/unix for dev loaders...
105092026-06-08T20:38:50.268Z[ host-image] Jun 08 20:38:49.420 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
105102026-06-08T20:38:50.483Z[ host-image] Jun 08 20:38:49.636 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
105112026-06-08T20:38:53.681Z[ host-image] Jun 08 20:38:52.833 INFO creating reset image...
105122026-06-08T20:38:53.681Z[ host-image] Jun 08 20:38:52.833 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105132026-06-08T20:38:53.711Z[ host-image] Jun 08 20:38:52.864 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')"
105142026-06-08T20:38:53.711Z[ host-image] Jun 08 20:38:52.864 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")
105152026-06-08T20:38:53.777Z[ host-image] Jun 08 20:38:52.930 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
105162026-06-08T20:38:53.780Z[ host-image] Jun 08 20:38:52.931 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105172026-06-08T20:38:54.013Z[ host-image] Jun 08 20:38:53.166 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)
105182026-06-08T20:38:54.013Z[ host-image] Jun 08 20:38:53.166 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)
105192026-06-08T20:38:54.013Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling proc-macro2 v1.0.106
105202026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling quote v1.0.45
105212026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling unicode-ident v1.0.24
105222026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling syn v1.0.109
105232026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling x86 v0.52.0
105242026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105252026-06-08T20:38:54.019Z[ host-image] Jun 08 20:38:53.166 INFO E| Compiling seq-macro v0.3.6
105262026-06-08T20:38:54.906Z[ host-image] Jun 08 20:38:54.059 INFO E| Compiling syn v2.0.117
105272026-06-08T20:38:56.167Z[ host-image] Jun 08 20:38:55.320 INFO E| Compiling scroll_derive v0.13.1
105282026-06-08T20:38:57.149Z[ host-image] Jun 08 20:38:56.302 INFO E| Compiling bitstruct_derive v0.1.0
105292026-06-08T20:39:06.011Z[ host-image] Jun 08 20:39:05.164 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)
105302026-06-08T20:39:08.207Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling bitflags v1.3.2
105312026-06-08T20:39:08.207Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling scroll v0.13.0
105322026-06-08T20:39:08.213Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling plain v0.2.3
105332026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling adler2 v2.0.1
105342026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling bit_field v0.10.3
105352026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling bitflags v2.11.1
105362026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling log v0.4.29
105372026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.347 INFO E| Compiling static_assertions v1.1.0
105382026-06-08T20:39:08.214Z[ host-image] Jun 08 20:39:07.348 INFO E| Compiling bitstruct v0.1.1
105392026-06-08T20:39:08.282Z[ host-image] Jun 08 20:39:07.396 INFO E| Compiling raw-cpuid v10.7.0
105402026-06-08T20:39:08.292Z[ host-image] Jun 08 20:39:07.446 INFO E| Compiling miniz_oxide v0.9.1
105412026-06-08T20:39:08.341Z[ host-image] Jun 08 20:39:07.491 INFO E| Compiling cpio_reader v0.1.2
105422026-06-08T20:39:08.454Z[ host-image] Jun 08 20:39:07.572 INFO E| Compiling goblin v0.10.5
105432026-06-08T20:39:11.163Z[ host-image] Jun 08 20:39:10.294 INFO E| Finished `release` profile [optimized] target(s) in 17.35s
105442026-06-08T20:39:11.173Z[ host-image] Jun 08 20:39:10.307 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105452026-06-08T20:39:11.222Z[ host-image] Jun 08 20:39:10.338 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')"
105462026-06-08T20:39:11.222Z[ host-image] Jun 08 20:39:10.338 INFO building ROM for gimlet
105472026-06-08T20:39:11.222Z[ host-image] Jun 08 20:39:10.338 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")
105482026-06-08T20:39:11.290Z[ host-image] Jun 08 20:39:10.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105492026-06-08T20:39:11.296Z[ host-image] Jun 08 20:39:10.425 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`
105502026-06-08T20:39:11.296Z[ host-image] Jun 08 20:39:10.435 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105512026-06-08T20:39:11.361Z[ host-image] Jun 08 20:39:10.497 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105522026-06-08T20:39:11.364Z[ host-image] Jun 08 20:39:10.500 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`
105532026-06-08T20:39:11.479Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105542026-06-08T20:39:11.479Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105552026-06-08T20:39:11.479Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105562026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105572026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105582026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105592026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105602026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105612026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105622026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105632026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105642026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105652026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105662026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105672026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105682026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO O| Info: ABL version: 0x100f5010
105692026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105702026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105712026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105722026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105732026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105742026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105752026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105762026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105772026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105782026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105792026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105802026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105812026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105822026-06-08T20:39:11.487Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105832026-06-08T20:39:11.488Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105842026-06-08T20:39:11.488Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105852026-06-08T20:39:11.488Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105862026-06-08T20:39:11.488Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105872026-06-08T20:39:11.488Z[ host-image] Jun 08 20:39:10.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105882026-06-08T20:39:11.496Z[ host-image] Jun 08 20:39:10.645 INFO building ROM for cosmo
105892026-06-08T20:39:11.496Z[ host-image] Jun 08 20:39:10.646 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105902026-06-08T20:39:11.619Z[ host-image] Jun 08 20:39:10.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105912026-06-08T20:39:11.630Z[ host-image] Jun 08 20:39:10.736 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`
105922026-06-08T20:39:11.630Z[ host-image] Jun 08 20:39:10.749 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105932026-06-08T20:39:11.676Z[ host-image] Jun 08 20:39:10.813 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105942026-06-08T20:39:11.684Z[ host-image] Jun 08 20:39:10.816 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`
105952026-06-08T20:39:11.891Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105962026-06-08T20:39:11.891Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105972026-06-08T20:39:11.892Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105982026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105992026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106002026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106012026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106022026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106032026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106042026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106052026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106062026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106072026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106082026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106092026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106102026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106112026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106122026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106132026-06-08T20:39:11.905Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106142026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106152026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106162026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106172026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106182026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106192026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106202026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106212026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106222026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106232026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106242026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106252026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106262026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106272026-06-08T20:39:11.906Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106282026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106292026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106302026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106312026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106322026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106332026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106342026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106352026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106362026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106372026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106382026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106392026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106402026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106412026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106422026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106432026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106442026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106452026-06-08T20:39:11.907Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106462026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106472026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106482026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO O| Info: ABL version: 0x100af010
106492026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106502026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106512026-06-08T20:39:11.908Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106522026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106532026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106542026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106552026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106562026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106572026-06-08T20:39:11.909Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106582026-06-08T20:39:11.910Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106592026-06-08T20:39:11.910Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106602026-06-08T20:39:11.910Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106612026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106622026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106632026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106642026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106652026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106662026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106672026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106682026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106692026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106702026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106712026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106722026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106732026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106742026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106752026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106762026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106772026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106782026-06-08T20:39:11.911Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106792026-06-08T20:39:11.912Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106802026-06-08T20:39:11.912Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106812026-06-08T20:39:11.912Z[ host-image] Jun 08 20:39:11.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106822026-06-08T20:39:11.917Z[ host-image] Jun 08 20:39:11.063 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106832026-06-08T20:39:11.917Z[ host-image] Jun 08 20:39:11.063 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106842026-06-08T20:39:11.917Z[ host-image] Jun 08 20:39:11.063 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106852026-06-08T20:39:22.018Z[ host-image] Jun 08 20:39:21.157 INFO image complete! materials are in "/work/os-host"
106862026-06-08T20:39:22.021Z[ host-image]
106872026-06-08T20:39:22.021Z[ host-image] real 6:50.515899189
106882026-06-08T20:39:22.021Z[ host-image] user 2:23.431267554
106892026-06-08T20:39:22.021Z[ host-image] sys 31.944731090
106902026-06-08T20:39:22.022Z[ host-image] trap 0.043570375
106912026-06-08T20:39:22.022Z[ host-image] tflt 0.225480165
106922026-06-08T20:39:22.022Z[ host-image] dflt 0.282869469
106932026-06-08T20:39:22.023Z[ host-image] kflt 0.000010828
106942026-06-08T20:39:22.023Z[ host-image] lock 7:36.175439149
106952026-06-08T20:39:22.023Z[ host-image] slp 41:03.865553948
106962026-06-08T20:39:22.023Z[ host-image] lat 38.214025077
106972026-06-08T20:39:22.023Z[ host-image] stop 1.923174919
106982026-06-08T20:39:22.023ZJun 08 20:39:21.161 INFO [host-image] process exited with exit status: 0 (410.520990739s)
106992026-06-08T20:39:22.023ZJun 08 20:39:21.161 INFO [tuf-repo] running task
107002026-06-08T20:39:42.248ZJun 08 20:39:41.363 INFO assembling repository in `/tmp/tufaceousUatTJ2`, component: OmicronRepoAssembler
107012026-06-08T20:39:47.142ZJun 08 20:39:46.294 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107022026-06-08T20:39:47.292ZJun 08 20:39:46.444 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107032026-06-08T20:39:55.699ZJun 08 20:39:54.825 INFO extracting uploaded archive to /tmp/.tmpJRv1UW
107042026-06-08T20:39:57.337ZJun 08 20:39:56.470 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.24Xri7
107052026-06-08T20:39:57.398ZJun 08 20:39:56.520 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107062026-06-08T20:39:57.487ZJun 08 20:39:56.614 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107072026-06-08T20:39:57.548ZJun 08 20:39:56.691 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107082026-06-08T20:39:57.613ZJun 08 20:39:56.766 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107092026-06-08T20:39:57.683ZJun 08 20:39:56.836 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107102026-06-08T20:39:57.762ZJun 08 20:39:56.914 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107112026-06-08T20:39:57.836ZJun 08 20:39:56.989 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107122026-06-08T20:39:57.929ZJun 08 20:39:57.076 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107132026-06-08T20:39:57.929ZJun 08 20:39:57.076 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107142026-06-08T20:39:57.980ZJun 08 20:39:57.123 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107152026-06-08T20:39:57.980ZJun 08 20:39:57.123 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107162026-06-08T20:39:58.022ZJun 08 20:39:57.174 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107172026-06-08T20:39:58.022ZJun 08 20:39:57.175 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107182026-06-08T20:39:58.070ZJun 08 20:39:57.222 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107192026-06-08T20:39:58.070ZJun 08 20:39:57.223 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107202026-06-08T20:39:58.130ZJun 08 20:39:57.272 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107212026-06-08T20:39:58.130ZJun 08 20:39:57.272 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107222026-06-08T20:39:58.188ZJun 08 20:39:57.309 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107232026-06-08T20:39:58.188ZJun 08 20:39:57.309 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107242026-06-08T20:39:58.200ZJun 08 20:39:57.353 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107252026-06-08T20:39:58.203ZJun 08 20:39:57.353 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107262026-06-08T20:39:58.203ZJun 08 20:39:57.353 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107272026-06-08T20:39:58.203ZJun 08 20:39:57.354 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107282026-06-08T20:39:58.203ZJun 08 20:39:57.355 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107292026-06-08T20:39:58.203ZJun 08 20:39:57.355 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107302026-06-08T20:39:58.203ZJun 08 20:39:57.356 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107312026-06-08T20:40:05.157ZJun 08 20:40:02.363 INFO added artifact, length: 33554432, hash: 95c630d00f7cc7fc80678c6b8025ae950c7cbe8a669224605e04a06feb8b4007, version: 20.0.0-0.ci+git3ff799da2b0, kind: gimlet_host_phase_1, name: host
107322026-06-08T20:40:05.157ZJun 08 20:40:02.363 INFO added artifact, length: 33554432, hash: 88c7157d96b220dfe7ad96f0e4d47471b9277705f37e8a1ccad914eb0b4ded0a, version: 20.0.0-0.ci+git3ff799da2b0, kind: cosmo_host_phase_1, name: host
107332026-06-08T20:40:05.157ZJun 08 20:40:02.363 INFO added artifact, length: 1101008896, hash: 95077b9b1c8ded5d11fd3f384520e0318bc010ccedb51a41f433179696281942, version: 20.0.0-0.ci+git3ff799da2b0, kind: host_phase_2, name: host
107342026-06-08T20:40:05.157ZJun 08 20:40:03.291 INFO added artifact, length: 33554432, hash: 4fdd978980da739786a9ec908c1d4ebb333361a11694db174e9f5b0e9c41cd26, version: 20.0.0-0.ci+git3ff799da2b0, kind: gimlet_trampoline_phase_1, name: trampoline
107352026-06-08T20:40:05.157ZJun 08 20:40:03.291 INFO added artifact, length: 33554432, hash: 98f93affbb5630aaf32711eab61ff52a21b1086cd10d803128666b6f72182d20, version: 20.0.0-0.ci+git3ff799da2b0, kind: cosmo_trampoline_phase_1, name: trampoline
107362026-06-08T20:40:05.157ZJun 08 20:40:03.292 INFO added artifact, length: 164533693, hash: e88f3b6fd1fc20c192e85797845c6dca0e56b853c70c10ff53d50becc911cc71, version: 20.0.0-0.ci+git3ff799da2b0, kind: trampoline_phase_2, name: trampoline
107372026-06-08T20:40:05.975ZJun 08 20:40:05.113 INFO added artifact, length: 314328895, hash: ba1cc614a06637ea84e1d84aa8b629e63aa3b18ce344a18a4feea93b04ceb4cb, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: clickhouse_keeper
107382026-06-08T20:40:07.672ZJun 08 20:40:06.822 INFO added artifact, length: 329619725, hash: 2aafbe063df5b831eb52e9f21bd292407d6182c4fd1b0ca3f099a327467620f2, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: clickhouse_server
107392026-06-08T20:40:09.480ZJun 08 20:40:08.631 INFO added artifact, length: 329622072, hash: bd41c1df3c3606c9aa4433d5b6c2ee6eb90c97f7221f96363025d9f041f87c3d, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: clickhouse
107402026-06-08T20:40:10.553ZJun 08 20:40:09.706 INFO added artifact, length: 170129649, hash: 3e1a56018813607d21d1de0a4d6912447240e41bc03f3b10510b8506aca06526, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: cockroachdb
107412026-06-08T20:40:10.814ZJun 08 20:40:09.965 INFO added artifact, length: 42111639, hash: 5d768efe5e08904630f08cf52fa969bf2882b64cedbc164fc383336a74ae9ea5, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: crucible-pantry-zone
107422026-06-08T20:40:11.172ZJun 08 20:40:10.323 INFO added artifact, length: 58055191, hash: 6802ed244aac4e08f45006dd12a3e6813a34cfd639e7773692c91d8ebcc7e588, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: crucible-zone
107432026-06-08T20:40:11.503ZJun 08 20:40:10.656 INFO added artifact, length: 52489588, hash: cb7ede467b6e2f440f2aa31092ceef5b7051b72a8c1d9b074f92b6a04c398798, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: external-dns
107442026-06-08T20:40:11.826ZJun 08 20:40:10.978 INFO added artifact, length: 52489186, hash: 6120bc9c336c5b3089c3a32e0f96918a1ed46221170ffb8f18563ca132eb3212, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: internal-dns
107452026-06-08T20:40:13.484ZJun 08 20:40:12.637 INFO added artifact, length: 287601973, hash: 49742730d8377c8985f79221412bb83ebcff5f4e45fc30b69903aa33443df3d4, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: nexus
107462026-06-08T20:40:13.679ZJun 08 20:40:12.832 INFO added artifact, length: 33584714, hash: d3813e0224e5b65690672b1ded94c90549315dc1b8e550bcbd4b2e401f10d556, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: ntp
107472026-06-08T20:40:14.057ZJun 08 20:40:13.210 INFO added artifact, length: 69791934, hash: 63964166c333e3aa34e4337541aca7ad4c0cda3e3fd9fc051e1c00e02afdd7ff, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: oximeter
107482026-06-08T20:40:14.076ZJun 08 20:40:13.228 INFO added artifact, length: 3109592, hash: 401902f3532e0482c2b4c1286b4658f9a238b79ed0d5e3c70961ae4542e8534a, version: 20.0.0-0.ci+git3ff799da2b0, kind: zone, name: probe
107492026-06-08T20:40:14.079ZJun 08 20:40:13.229 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107502026-06-08T20:40:14.079ZJun 08 20:40:13.229 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
107512026-06-08T20:40:14.079ZJun 08 20:40:13.229 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107522026-06-08T20:40:14.107ZJun 08 20:40:13.260 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
107532026-06-08T20:40:14.138ZJun 08 20:40:13.291 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
107542026-06-08T20:40:14.190ZJun 08 20:40:13.342 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107552026-06-08T20:40:14.194ZJun 08 20:40:13.343 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107562026-06-08T20:40:14.241ZJun 08 20:40:13.394 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107572026-06-08T20:40:14.244ZJun 08 20:40:13.394 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107582026-06-08T20:40:14.291ZJun 08 20:40:13.444 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107592026-06-08T20:40:14.294ZJun 08 20:40:13.444 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107602026-06-08T20:40:14.339ZJun 08 20:40:13.492 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107612026-06-08T20:40:14.342ZJun 08 20:40:13.492 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107622026-06-08T20:40:14.342ZJun 08 20:40:13.493 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107632026-06-08T20:40:14.342ZJun 08 20:40:13.493 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107642026-06-08T20:40:14.342ZJun 08 20:40:13.494 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107652026-06-08T20:40:14.384ZJun 08 20:40:13.537 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
107662026-06-08T20:40:14.463ZJun 08 20:40:13.616 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
107672026-06-08T20:40:14.560ZJun 08 20:40:13.713 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
107682026-06-08T20:40:14.653ZJun 08 20:40:13.805 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107692026-06-08T20:40:14.656ZJun 08 20:40:13.805 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107702026-06-08T20:40:14.703ZJun 08 20:40:13.856 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107712026-06-08T20:40:14.706ZJun 08 20:40:13.857 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107722026-06-08T20:40:14.754ZJun 08 20:40:13.907 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107732026-06-08T20:40:14.757ZJun 08 20:40:13.907 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107742026-06-08T20:40:14.807ZJun 08 20:40:13.959 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107752026-06-08T20:40:14.810ZJun 08 20:40:13.959 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107762026-06-08T20:40:14.810ZJun 08 20:40:13.960 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107772026-06-08T20:40:14.810ZJun 08 20:40:13.961 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107782026-06-08T20:40:14.810ZJun 08 20:40:13.961 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107792026-06-08T20:40:14.810ZJun 08 20:40:13.961 INFO added artifact, length: 924, hash: 2f944576151453bc06315170d5c116e777a53e738d495cf3f704b5d37b4f8da8, version: 20.0.0-0.ci+git3ff799da2b0, kind: installinator_document, name: installinator_document
107802026-06-08T20:40:15.179ZJun 08 20:40:14.332 INFO extracting uploaded archive to /tmp/.tmp7kDnon
107812026-06-08T20:40:17.267ZJun 08 20:40:16.420 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Xxfsm7
107822026-06-08T20:40:17.322ZJun 08 20:40:16.475 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107832026-06-08T20:40:17.415ZJun 08 20:40:16.568 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107842026-06-08T20:40:17.499ZJun 08 20:40:16.652 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107852026-06-08T20:40:17.578ZJun 08 20:40:16.730 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107862026-06-08T20:40:17.651ZJun 08 20:40:16.804 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107872026-06-08T20:40:17.736ZJun 08 20:40:16.889 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107882026-06-08T20:40:17.809ZJun 08 20:40:16.961 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107892026-06-08T20:40:17.896ZJun 08 20:40:17.049 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107902026-06-08T20:40:17.896ZJun 08 20:40:17.049 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107912026-06-08T20:40:17.948ZJun 08 20:40:17.098 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107922026-06-08T20:40:17.948ZJun 08 20:40:17.098 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107932026-06-08T20:40:17.997ZJun 08 20:40:17.150 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107942026-06-08T20:40:17.999ZJun 08 20:40:17.150 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107952026-06-08T20:40:18.046ZJun 08 20:40:17.199 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107962026-06-08T20:40:18.050ZJun 08 20:40:17.199 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107972026-06-08T20:40:18.097ZJun 08 20:40:17.249 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107982026-06-08T20:40:18.100ZJun 08 20:40:17.249 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107992026-06-08T20:40:18.146ZJun 08 20:40:17.299 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108002026-06-08T20:40:18.149ZJun 08 20:40:17.299 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108012026-06-08T20:40:18.201ZJun 08 20:40:17.354 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108022026-06-08T20:40:18.204ZJun 08 20:40:17.354 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108032026-06-08T20:40:18.204ZJun 08 20:40:17.355 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108042026-06-08T20:40:18.204ZJun 08 20:40:17.355 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108052026-06-08T20:40:18.204ZJun 08 20:40:17.356 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108062026-06-08T20:40:18.204ZJun 08 20:40:17.357 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108072026-06-08T20:40:18.207ZJun 08 20:40:17.357 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108082026-06-08T20:40:18.557Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108092026-06-08T20:40:23.842ZJun 08 20:40:22.993 INFO added artifact, length: 33554432, hash: 95c630d00f7cc7fc80678c6b8025ae950c7cbe8a669224605e04a06feb8b4007, version: 20.0.0-0.ci+git3ff799da2b0, kind: gimlet_host_phase_1, name: host
108102026-06-08T20:40:23.843ZJun 08 20:40:22.993 INFO added artifact, length: 33554432, hash: 88c7157d96b220dfe7ad96f0e4d47471b9277705f37e8a1ccad914eb0b4ded0a, version: 20.0.0-0.ci+git3ff799da2b0, kind: cosmo_host_phase_1, name: host
108112026-06-08T20:40:23.843ZJun 08 20:40:22.993 INFO added artifact, length: 1101008896, hash: 95077b9b1c8ded5d11fd3f384520e0318bc010ccedb51a41f433179696281942, version: 20.0.0-0.ci+git3ff799da2b0, kind: host_phase_2, name: host
108122026-06-08T20:40:25.152ZJun 08 20:40:24.287 INFO added artifact, length: 33554432, hash: 4fdd978980da739786a9ec908c1d4ebb333361a11694db174e9f5b0e9c41cd26, version: 20.0.0-0.ci+git3ff799da2b0, kind: gimlet_trampoline_phase_1, name: trampoline
108132026-06-08T20:40:25.152ZJun 08 20:40:24.287 INFO added artifact, length: 33554432, hash: 98f93affbb5630aaf32711eab61ff52a21b1086cd10d803128666b6f72182d20, version: 20.0.0-0.ci+git3ff799da2b0, kind: cosmo_trampoline_phase_1, name: trampoline
108142026-06-08T20:40:25.152ZJun 08 20:40:24.287 INFO added artifact, length: 164533693, hash: e88f3b6fd1fc20c192e85797845c6dca0e56b853c70c10ff53d50becc911cc71, version: 20.0.0-0.ci+git3ff799da2b0, kind: trampoline_phase_2, name: trampoline
108152026-06-08T20:40:34.909ZJun 08 20:40:34.061 INFO added artifact, length: 1804007035, hash: 8ef3188388b9e7bae2a8ba39b4062b6c2ed25547a38bb2250b4142314b5d1623, version: 20.0.0-0.ci+git3ff799da2b0, kind: control_plane, name: control-plane
108162026-06-08T20:40:34.912ZJun 08 20:40:34.061 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108172026-06-08T20:40:34.912ZJun 08 20:40:34.061 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108182026-06-08T20:40:34.912ZJun 08 20:40:34.061 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108192026-06-08T20:40:34.941ZJun 08 20:40:34.093 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108202026-06-08T20:40:34.973ZJun 08 20:40:34.125 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108212026-06-08T20:40:35.024ZJun 08 20:40:34.173 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108222026-06-08T20:40:35.028ZJun 08 20:40:34.174 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108232026-06-08T20:40:35.074ZJun 08 20:40:34.224 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108242026-06-08T20:40:35.080ZJun 08 20:40:34.224 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108252026-06-08T20:40:35.123ZJun 08 20:40:34.275 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108262026-06-08T20:40:35.123ZJun 08 20:40:34.275 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108272026-06-08T20:40:35.177ZJun 08 20:40:34.325 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108282026-06-08T20:40:35.183ZJun 08 20:40:34.325 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108292026-06-08T20:40:35.183ZJun 08 20:40:34.325 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108302026-06-08T20:40:35.183ZJun 08 20:40:34.326 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108312026-06-08T20:40:35.185ZJun 08 20:40:34.327 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108322026-06-08T20:40:35.223ZJun 08 20:40:34.375 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108332026-06-08T20:40:35.323ZJun 08 20:40:34.474 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108342026-06-08T20:40:35.427ZJun 08 20:40:34.578 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108352026-06-08T20:40:35.530ZJun 08 20:40:34.682 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108362026-06-08T20:40:35.530ZJun 08 20:40:34.683 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108372026-06-08T20:40:35.582ZJun 08 20:40:34.734 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108382026-06-08T20:40:35.582ZJun 08 20:40:34.734 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108392026-06-08T20:40:35.633ZJun 08 20:40:34.786 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108402026-06-08T20:40:35.637ZJun 08 20:40:34.786 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108412026-06-08T20:40:35.685ZJun 08 20:40:34.837 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108422026-06-08T20:40:35.690ZJun 08 20:40:34.838 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108432026-06-08T20:40:35.690ZJun 08 20:40:34.838 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108442026-06-08T20:40:35.690ZJun 08 20:40:34.839 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108452026-06-08T20:40:35.690ZJun 08 20:40:34.839 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108462026-06-08T20:40:35.690ZJun 08 20:40:34.840 INFO added artifact, length: 924, hash: 2f944576151453bc06315170d5c116e777a53e738d495cf3f704b5d37b4f8da8, version: 20.0.0-0.ci+git3ff799da2b0, kind: installinator_document, name: installinator_document
108472026-06-08T20:40:36.389ZJun 08 20:40:35.542 INFO [tuf-repo] task succeeded (74.381280241s)
108482026-06-08T20:41:27.155Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 24s
108492026-06-08T20:41:27.509ZJun 08 20:41:26.661 INFO [verify-libraries] process exited with exit status: 0 (508.627571703s)
108502026-06-08T20:41:27.509ZJun 08 20:41:26.661 INFO all jobs completed in 1229.496615651s
108512026-06-08T20:41:28.277Zprocess exited: duration 1478221 ms, exit code 0
 
108522026-06-08T20:41:28.289Zfound 41 output files
108532026-06-08T20:41:28.289Zuploading: /work/manifest.toml (17174 bytes)
108542026-06-08T20:41:29.301Zuploaded: /work/manifest.toml
108552026-06-08T20:41:29.301Zuploading: /work/repo.zip (3119212243 bytes)
108562026-06-08T20:42:10.782Zuploaded: /work/repo.zip
108572026-06-08T20:42:10.782Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108582026-06-08T20:42:11.820Zuploaded: /work/repo.zip.sha256.txt
108592026-06-08T20:42:11.820Zuploading: /work/helios.json (647 bytes)
108602026-06-08T20:42:12.836Zuploaded: /work/helios.json
108612026-06-08T20:42:12.836Zuploading: /work/incorporation.p5m (113333 bytes)
108622026-06-08T20:42:13.851Zuploaded: /work/incorporation.p5m
108632026-06-08T20:42:13.852Zuploading: /work/incorporation.p5p (133120 bytes)
108642026-06-08T20:42:14.883Zuploaded: /work/incorporation.p5p
108652026-06-08T20:42:14.883Zuploading: /work/helios-incorp.log (522 bytes)
108662026-06-08T20:42:15.895Zuploaded: /work/helios-incorp.log
108672026-06-08T20:42:15.896Zuploading: /work/helios-setup.log (56084 bytes)
108682026-06-08T20:42:16.911Zuploaded: /work/helios-setup.log
108692026-06-08T20:42:16.911Zuploading: /work/host-image.log (238270 bytes)
108702026-06-08T20:42:17.933Zuploaded: /work/host-image.log
108712026-06-08T20:42:17.933Zuploading: /work/host-package.log (35227 bytes)
108722026-06-08T20:42:18.945Zuploaded: /work/host-package.log
108732026-06-08T20:42:18.945Zuploading: /work/host-target.log (101 bytes)
108742026-06-08T20:42:19.953Zuploaded: /work/host-target.log
108752026-06-08T20:42:19.953Zuploading: /work/incorp-create.log (0 bytes)
108762026-06-08T20:42:20.963Zuploaded: /work/incorp-create.log
108772026-06-08T20:42:20.964Zuploading: /work/incorp-fmt.log (0 bytes)
108782026-06-08T20:42:21.975Zuploaded: /work/incorp-fmt.log
108792026-06-08T20:42:21.975Zuploading: /work/incorp-pkgsend.log (108 bytes)
108802026-06-08T20:42:22.987Zuploaded: /work/incorp-pkgsend.log
108812026-06-08T20:42:22.987Zuploading: /work/incorp-publisher.log (0 bytes)
108822026-06-08T20:42:23.995Zuploaded: /work/incorp-publisher.log
108832026-06-08T20:42:23.995Zuploading: /work/omicron-package.log (9267 bytes)
108842026-06-08T20:42:25.006Zuploaded: /work/omicron-package.log
108852026-06-08T20:42:25.010Zuploading: /work/recovery-image.log (593154 bytes)
108862026-06-08T20:42:26.027Zuploaded: /work/recovery-image.log
108872026-06-08T20:42:26.027Zuploading: /work/recovery-package.log (2545 bytes)
108882026-06-08T20:42:27.037Zuploaded: /work/recovery-package.log
108892026-06-08T20:42:27.037Zuploading: /work/recovery-target.log (98 bytes)
108902026-06-08T20:42:28.047Zuploaded: /work/recovery-target.log
108912026-06-08T20:42:28.047Zuploading: /work/stamp-clickhouse.log (117 bytes)
108922026-06-08T20:42:29.058Zuploaded: /work/stamp-clickhouse.log
108932026-06-08T20:42:29.058Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108942026-06-08T20:42:30.096Zuploaded: /work/stamp-clickhouse_keeper.log
108952026-06-08T20:42:30.096Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108962026-06-08T20:42:31.508Zuploaded: /work/stamp-clickhouse_server.log
108972026-06-08T20:42:31.508Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108982026-06-08T20:42:32.559Zuploaded: /work/stamp-cockroachdb.log
108992026-06-08T20:42:32.559Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109002026-06-08T20:42:33.567Zuploaded: /work/stamp-crucible-pantry-zone.log
109012026-06-08T20:42:33.567Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109022026-06-08T20:42:34.575Zuploaded: /work/stamp-crucible-utils.log
109032026-06-08T20:42:34.575Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109042026-06-08T20:42:35.586Zuploaded: /work/stamp-crucible-zone.log
109052026-06-08T20:42:35.586Zuploading: /work/stamp-external-dns.log (119 bytes)
109062026-06-08T20:42:36.596Zuploaded: /work/stamp-external-dns.log
109072026-06-08T20:42:36.597Zuploading: /work/stamp-installinator.log (103 bytes)
109082026-06-08T20:42:37.606Zuploaded: /work/stamp-installinator.log
109092026-06-08T20:42:37.606Zuploading: /work/stamp-internal-dns.log (119 bytes)
109102026-06-08T20:42:38.617Zuploaded: /work/stamp-internal-dns.log
109112026-06-08T20:42:38.617Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109122026-06-08T20:42:39.626Zuploaded: /work/stamp-mg-ddm-gz.log
109132026-06-08T20:42:39.626Zuploading: /work/stamp-nexus.log (112 bytes)
109142026-06-08T20:42:40.638Zuploaded: /work/stamp-nexus.log
109152026-06-08T20:42:40.638Zuploading: /work/stamp-ntp.log (110 bytes)
109162026-06-08T20:42:41.646Zuploaded: /work/stamp-ntp.log
109172026-06-08T20:42:41.646Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109182026-06-08T20:42:42.654Zuploaded: /work/stamp-omicron-sled-agent.log
109192026-06-08T20:42:42.654Zuploading: /work/stamp-overlay.log (114 bytes)
109202026-06-08T20:42:43.662Zuploaded: /work/stamp-overlay.log
109212026-06-08T20:42:43.662Zuploading: /work/stamp-oximeter.log (115 bytes)
109222026-06-08T20:42:44.670Zuploaded: /work/stamp-oximeter.log
109232026-06-08T20:42:44.670Zuploading: /work/stamp-oxlog.log (109 bytes)
109242026-06-08T20:42:45.678Zuploaded: /work/stamp-oxlog.log
109252026-06-08T20:42:45.678Zuploading: /work/stamp-probe.log (112 bytes)
109262026-06-08T20:42:46.686Zuploaded: /work/stamp-probe.log
109272026-06-08T20:42:46.687Zuploading: /work/stamp-propolis-server.log (122 bytes)
109282026-06-08T20:42:47.694Zuploaded: /work/stamp-propolis-server.log
109292026-06-08T20:42:47.694Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109302026-06-08T20:42:48.704Zuploaded: /work/stamp-pumpkind-gz.log
109312026-06-08T20:42:48.704Zuploading: /work/stamp-switch-asic.log (118 bytes)
109322026-06-08T20:42:49.716Zuploaded: /work/stamp-switch-asic.log
109332026-06-08T20:42:49.717Zuploading: /work/verify-libraries.log (14123 bytes)
109342026-06-08T20:42:50.726Zuploaded: /work/verify-libraries.log